diff -Nru postgresql-14-14.5/configure postgresql-14-14.6/configure --- postgresql-14-14.5/configure 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/configure 2022-11-07 21:38:53.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for PostgreSQL 14.5. +# Generated by GNU Autoconf 2.69 for PostgreSQL 14.6. # # Report bugs to . # @@ -582,8 +582,8 @@ # Identity of this package. PACKAGE_NAME='PostgreSQL' PACKAGE_TARNAME='postgresql' -PACKAGE_VERSION='14.5' -PACKAGE_STRING='PostgreSQL 14.5' +PACKAGE_VERSION='14.6' +PACKAGE_STRING='PostgreSQL 14.6' PACKAGE_BUGREPORT='pgsql-bugs@lists.postgresql.org' PACKAGE_URL='https://www.postgresql.org/' @@ -1443,7 +1443,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures PostgreSQL 14.5 to adapt to many kinds of systems. +\`configure' configures PostgreSQL 14.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1508,7 +1508,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PostgreSQL 14.5:";; + short | recursive ) echo "Configuration of PostgreSQL 14.6:";; esac cat <<\_ACEOF @@ -1679,7 +1679,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -PostgreSQL configure 14.5 +PostgreSQL configure 14.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2432,7 +2432,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by PostgreSQL $as_me 14.5, which was +It was created by PostgreSQL $as_me 14.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -6384,6 +6384,51 @@ if test -n "$NOT_THE_CFLAGS"; then CFLAGS="$CFLAGS -Wno-compound-token-split-by-macro" fi + # Similarly remove clang 15+'s deprecated-non-prototype, as it warns about + # tree-walking APIs that we can't reasonably change in the back branches. + NOT_THE_CFLAGS="" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS" >&5 +$as_echo_n "checking whether ${CC} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS... " >&6; } +if ${pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype+:} false; then : + $as_echo_n "(cached) " >&6 +else + pgac_save_CFLAGS=$CFLAGS +pgac_save_CC=$CC +CC=${CC} +CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" +ac_save_c_werror_flag=$ac_c_werror_flag +ac_c_werror_flag=yes +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype=yes +else + pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_c_werror_flag=$ac_save_c_werror_flag +CFLAGS="$pgac_save_CFLAGS" +CC="$pgac_save_CC" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype" >&5 +$as_echo "$pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype" >&6; } +if test x"$pgac_cv_prog_CC_cflags__Wdeprecated_non_prototype" = x"yes"; then + NOT_THE_CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" +fi + + + if test -n "$NOT_THE_CFLAGS"; then + CFLAGS="$CFLAGS -Wno-deprecated-non-prototype" + fi # Similarly disable useless truncation warnings from gcc 8+ NOT_THE_CFLAGS="" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} supports -Wformat-truncation, for NOT_THE_CFLAGS" >&5 @@ -7214,6 +7259,95 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Xclang -no-opaque-pointers, for BITCODE_CFLAGS" >&5 +$as_echo_n "checking whether ${CLANG} supports -Xclang -no-opaque-pointers, for BITCODE_CFLAGS... " >&6; } +if ${pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers+:} false; then : + $as_echo_n "(cached) " >&6 +else + pgac_save_CFLAGS=$CFLAGS +pgac_save_CC=$CC +CC=${CLANG} +CFLAGS="${BITCODE_CFLAGS} -Xclang -no-opaque-pointers" +ac_save_c_werror_flag=$ac_c_werror_flag +ac_c_werror_flag=yes +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers=yes +else + pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_c_werror_flag=$ac_save_c_werror_flag +CFLAGS="$pgac_save_CFLAGS" +CC="$pgac_save_CC" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers" >&5 +$as_echo "$pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers" >&6; } +if test x"$pgac_cv_prog_CLANG_cflags__Xclang__no_opaque_pointers" = x"yes"; then + BITCODE_CFLAGS="${BITCODE_CFLAGS} -Xclang -no-opaque-pointers" +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANGXX} supports -Xclang -no-opaque-pointers, for BITCODE_CXXFLAGS" >&5 +$as_echo_n "checking whether ${CLANGXX} supports -Xclang -no-opaque-pointers, for BITCODE_CXXFLAGS... " >&6; } +if ${pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers+:} false; then : + $as_echo_n "(cached) " >&6 +else + pgac_save_CXXFLAGS=$CXXFLAGS +pgac_save_CXX=$CXX +CXX=${CLANGXX} +CXXFLAGS="${BITCODE_CXXFLAGS} -Xclang -no-opaque-pointers" +ac_save_cxx_werror_flag=$ac_cxx_werror_flag +ac_cxx_werror_flag=yes +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers=yes +else + pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_cxx_werror_flag=$ac_save_cxx_werror_flag +CXXFLAGS="$pgac_save_CXXFLAGS" +CXX="$pgac_save_CXX" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers" >&5 +$as_echo "$pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers" >&6; } +if test x"$pgac_cv_prog_CLANGXX_cxxflags__Xclang__no_opaque_pointers" = x"yes"; then + BITCODE_CXXFLAGS="${BITCODE_CXXFLAGS} -Xclang -no-opaque-pointers" +fi + + NOT_THE_CFLAGS="" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Wunused-command-line-argument, for NOT_THE_CFLAGS" >&5 $as_echo_n "checking whether ${CLANG} supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... " >&6; } @@ -7299,6 +7433,48 @@ BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-compound-token-split-by-macro" fi NOT_THE_CFLAGS="" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS" >&5 +$as_echo_n "checking whether ${CLANG} supports -Wdeprecated-non-prototype, for NOT_THE_CFLAGS... " >&6; } +if ${pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype+:} false; then : + $as_echo_n "(cached) " >&6 +else + pgac_save_CFLAGS=$CFLAGS +pgac_save_CC=$CC +CC=${CLANG} +CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" +ac_save_c_werror_flag=$ac_c_werror_flag +ac_c_werror_flag=yes +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype=yes +else + pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_c_werror_flag=$ac_save_c_werror_flag +CFLAGS="$pgac_save_CFLAGS" +CC="$pgac_save_CC" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype" >&5 +$as_echo "$pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype" >&6; } +if test x"$pgac_cv_prog_CLANG_cflags__Wdeprecated_non_prototype" = x"yes"; then + NOT_THE_CFLAGS="${NOT_THE_CFLAGS} -Wdeprecated-non-prototype" +fi + + if test -n "$NOT_THE_CFLAGS"; then + BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-deprecated-non-prototype" + fi + NOT_THE_CFLAGS="" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CLANG} supports -Wformat-truncation, for NOT_THE_CFLAGS" >&5 $as_echo_n "checking whether ${CLANG} supports -Wformat-truncation, for NOT_THE_CFLAGS... " >&6; } if ${pgac_cv_prog_CLANG_cflags__Wformat_truncation+:} false; then : @@ -20275,7 +20451,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by PostgreSQL $as_me 14.5, which was +This file was extended by PostgreSQL $as_me 14.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20346,7 +20522,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -PostgreSQL config.status 14.5 +PostgreSQL config.status 14.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru postgresql-14-14.5/configure.ac postgresql-14-14.6/configure.ac --- postgresql-14-14.5/configure.ac 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/configure.ac 2022-11-07 21:38:53.000000000 +0000 @@ -17,7 +17,7 @@ dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [14.5], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.6], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not @@ -542,6 +542,13 @@ if test -n "$NOT_THE_CFLAGS"; then CFLAGS="$CFLAGS -Wno-compound-token-split-by-macro" fi + # Similarly remove clang 15+'s deprecated-non-prototype, as it warns about + # tree-walking APIs that we can't reasonably change in the back branches. + NOT_THE_CFLAGS="" + PGAC_PROG_CC_VAR_OPT(NOT_THE_CFLAGS, [-Wdeprecated-non-prototype]) + if test -n "$NOT_THE_CFLAGS"; then + CFLAGS="$CFLAGS -Wno-deprecated-non-prototype" + fi # Similarly disable useless truncation warnings from gcc 8+ NOT_THE_CFLAGS="" PGAC_PROG_CC_VAR_OPT(NOT_THE_CFLAGS, [-Wformat-truncation]) @@ -593,6 +600,9 @@ PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, BITCODE_CFLAGS, [-fexcess-precision=standard]) PGAC_PROG_VARCXX_VARFLAGS_OPT(CLANGXX, BITCODE_CXXFLAGS, [-fexcess-precision=standard]) + PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, BITCODE_CFLAGS, [-Xclang -no-opaque-pointers]) + PGAC_PROG_VARCXX_VARFLAGS_OPT(CLANGXX, BITCODE_CXXFLAGS, [-Xclang -no-opaque-pointers]) + NOT_THE_CFLAGS="" PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, NOT_THE_CFLAGS, [-Wunused-command-line-argument]) if test -n "$NOT_THE_CFLAGS"; then @@ -604,6 +614,11 @@ BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-compound-token-split-by-macro" fi NOT_THE_CFLAGS="" + PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, NOT_THE_CFLAGS, [-Wdeprecated-non-prototype]) + if test -n "$NOT_THE_CFLAGS"; then + BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-deprecated-non-prototype" + fi + NOT_THE_CFLAGS="" PGAC_PROG_VARCC_VARFLAGS_OPT(CLANG, NOT_THE_CFLAGS, [-Wformat-truncation]) if test -n "$NOT_THE_CFLAGS"; then BITCODE_CFLAGS="$BITCODE_CFLAGS -Wno-format-truncation" diff -Nru postgresql-14-14.5/contrib/pg_stat_statements/pg_stat_statements.c postgresql-14-14.6/contrib/pg_stat_statements/pg_stat_statements.c --- postgresql-14-14.5/contrib/pg_stat_statements/pg_stat_statements.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/contrib/pg_stat_statements/pg_stat_statements.c 2022-11-07 21:38:53.000000000 +0000 @@ -1077,6 +1077,8 @@ { Node *parsetree = pstmt->utilityStmt; uint64 saved_queryId = pstmt->queryId; + int saved_stmt_location = pstmt->stmt_location; + int saved_stmt_len = pstmt->stmt_len; /* * Force utility statements to get queryId zero. We do this even in cases @@ -1142,6 +1144,16 @@ } PG_END_TRY(); + /* + * CAUTION: do not access the *pstmt data structure again below here. + * If it was a ROLLBACK or similar, that data structure may have been + * freed. We must copy everything we still need into local variables, + * which we did above. + * + * For the same reason, we can't risk restoring pstmt->queryId to its + * former value, which'd otherwise be a good idea. + */ + INSTR_TIME_SET_CURRENT(duration); INSTR_TIME_SUBTRACT(duration, start); @@ -1166,8 +1178,8 @@ pgss_store(queryString, saved_queryId, - pstmt->stmt_location, - pstmt->stmt_len, + saved_stmt_location, + saved_stmt_len, PGSS_EXEC, INSTR_TIME_GET_MILLISEC(duration), rows, diff -Nru postgresql-14-14.5/contrib/postgres_fdw/expected/postgres_fdw.out postgresql-14-14.6/contrib/postgres_fdw/expected/postgres_fdw.out --- postgresql-14-14.5/contrib/postgres_fdw/expected/postgres_fdw.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/contrib/postgres_fdw/expected/postgres_fdw.out 2022-11-07 21:38:53.000000000 +0000 @@ -2355,6 +2355,85 @@ RESET enable_nestloop; RESET enable_hashjoin; +-- test that add_paths_with_pathkeys_for_rel() arranges for the epq_path to +-- return columns needed by the parent ForeignScan node +EXPLAIN (VERBOSE, COSTS OFF) +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = ss.c1) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; + QUERY PLAN +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- + LockRows + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)), local_tbl.ctid, ft1.*, ft2.* + -> Merge Left Join + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)), local_tbl.ctid, ft1.*, ft2.* + Merge Cond: (local_tbl.c1 = ft1.c1) + -> Index Scan using local_tbl_pkey on public.local_tbl + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, local_tbl.ctid + -> Materialize + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)) + -> Foreign Scan + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, COALESCE((ft1.c3 || ft2.c3), 'foobar'::text) + Relations: (public.ft1) INNER JOIN (public.ft2) + Remote SQL: SELECT r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8, CASE WHEN (r4.*)::text IS NOT NULL THEN ROW(r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8) END, CASE WHEN (r5.*)::text IS NOT NULL THEN ROW(r5."C 1", r5.c2, r5.c3, r5.c4, r5.c5, r5.c6, r5.c7, r5.c8) END, r5.c3 FROM ("S 1"."T 1" r4 INNER JOIN "S 1"."T 1" r5 ON (((r4."C 1" = r5."C 1")) AND ((r4."C 1" < 100)))) ORDER BY r4."C 1" ASC NULLS LAST + -> Result + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, ft2.c3 + -> Sort + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, (COALESCE((ft1.c3 || ft2.c3), 'foobar'::text)), ft2.c3 + Sort Key: ft1.c1 + -> Hash Join + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, COALESCE((ft1.c3 || ft2.c3), 'foobar'::text), ft2.c3 + Hash Cond: (ft1.c1 = ft2.c1) + -> Foreign Scan on public.ft1 + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.* + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" < 100)) + -> Hash + Output: ft2.*, ft2.c1, ft2.c3 + -> Foreign Scan on public.ft2 + Output: ft2.*, ft2.c1, ft2.c3 + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" +(29 rows) + +ALTER SERVER loopback OPTIONS (DROP extensions); +ALTER SERVER loopback OPTIONS (ADD fdw_startup_cost '10000.0'); +EXPLAIN (VERBOSE, COSTS OFF) +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.* FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100 AND ft1.c1 = postgres_fdw_abs(ft2.c2))) ss ON (local_tbl.c3 = ss.c3) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; + QUERY PLAN +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- + LockRows + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, local_tbl.ctid, ft1.*, ft2.* + -> Nested Loop Left Join + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, local_tbl.ctid, ft1.*, ft2.* + Join Filter: (local_tbl.c3 = ft1.c3) + -> Index Scan using local_tbl_pkey on public.local_tbl + Output: local_tbl.c1, local_tbl.c2, local_tbl.c3, local_tbl.ctid + -> Materialize + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.* + -> Foreign Scan + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.* + Filter: (ft1.c1 = postgres_fdw_abs(ft2.c2)) + Relations: (public.ft1) INNER JOIN (public.ft2) + Remote SQL: SELECT r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8, CASE WHEN (r4.*)::text IS NOT NULL THEN ROW(r4."C 1", r4.c2, r4.c3, r4.c4, r4.c5, r4.c6, r4.c7, r4.c8) END, CASE WHEN (r5.*)::text IS NOT NULL THEN ROW(r5."C 1", r5.c2, r5.c3, r5.c4, r5.c5, r5.c6, r5.c7, r5.c8) END, r5.c2 FROM ("S 1"."T 1" r4 INNER JOIN "S 1"."T 1" r5 ON (((r4."C 1" = r5."C 1")) AND ((r4."C 1" < 100)))) ORDER BY r4.c3 ASC NULLS LAST + -> Sort + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, ft2.c2 + Sort Key: ft1.c3 + -> Merge Join + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.*, ft2.*, ft2.c2 + Merge Cond: ((ft1.c1 = (postgres_fdw_abs(ft2.c2))) AND (ft1.c1 = ft2.c1)) + -> Sort + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.* + Sort Key: ft1.c1 + -> Foreign Scan on public.ft1 + Output: ft1.c1, ft1.c2, ft1.c3, ft1.c4, ft1.c5, ft1.c6, ft1.c7, ft1.c8, ft1.* + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" < 100)) + -> Sort + Output: ft2.*, ft2.c1, ft2.c2, (postgres_fdw_abs(ft2.c2)) + Sort Key: (postgres_fdw_abs(ft2.c2)), ft2.c1 + -> Foreign Scan on public.ft2 + Output: ft2.*, ft2.c1, ft2.c2, postgres_fdw_abs(ft2.c2) + Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" ORDER BY "C 1" ASC NULLS LAST +(32 rows) + +ALTER SERVER loopback OPTIONS (DROP fdw_startup_cost); +ALTER SERVER loopback OPTIONS (ADD extensions 'postgres_fdw'); DROP TABLE local_tbl; -- check join pushdown in situations where multiple userids are involved CREATE ROLE regress_view_owner SUPERUSER; diff -Nru postgresql-14-14.5/contrib/postgres_fdw/postgres_fdw.c postgresql-14-14.6/contrib/postgres_fdw/postgres_fdw.c --- postgresql-14-14.5/contrib/postgres_fdw/postgres_fdw.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/contrib/postgres_fdw/postgres_fdw.c 2022-11-07 21:38:53.000000000 +0000 @@ -5796,6 +5796,55 @@ useful_pathkeys_list = get_useful_pathkeys_for_relation(root, rel); + /* + * Before creating sorted paths, arrange for the passed-in EPQ path, if + * any, to return columns needed by the parent ForeignScan node so that + * they will propagate up through Sort nodes injected below, if necessary. + */ + if (epq_path != NULL && useful_pathkeys_list != NIL) + { + PgFdwRelationInfo *fpinfo = (PgFdwRelationInfo *) rel->fdw_private; + PathTarget *target = copy_pathtarget(epq_path->pathtarget); + + /* Include columns required for evaluating PHVs in the tlist. */ + add_new_columns_to_pathtarget(target, + pull_var_clause((Node *) target->exprs, + PVC_RECURSE_PLACEHOLDERS)); + + /* Include columns required for evaluating the local conditions. */ + foreach(lc, fpinfo->local_conds) + { + RestrictInfo *rinfo = lfirst_node(RestrictInfo, lc); + + add_new_columns_to_pathtarget(target, + pull_var_clause((Node *) rinfo->clause, + PVC_RECURSE_PLACEHOLDERS)); + } + + /* + * If we have added any new columns, adjust the tlist of the EPQ path. + * + * Note: the plan created using this path will only be used to execute + * EPQ checks, where accuracy of the plan cost and width estimates + * would not be important, so we do not do set_pathtarget_cost_width() + * for the new pathtarget here. See also postgresGetForeignPlan(). + */ + if (list_length(target->exprs) > list_length(epq_path->pathtarget->exprs)) + { + /* The EPQ path is a join path, so it is projection-capable. */ + Assert(is_projection_capable_path(epq_path)); + + /* + * Use create_projection_path() here, so as to avoid modifying it + * in place. + */ + epq_path = (Path *) create_projection_path(root, + rel, + epq_path, + target); + } + } + /* Create one path for each set of pathkeys we found above. */ foreach(lc, useful_pathkeys_list) { diff -Nru postgresql-14-14.5/contrib/postgres_fdw/sql/postgres_fdw.sql postgresql-14-14.6/contrib/postgres_fdw/sql/postgres_fdw.sql --- postgresql-14-14.5/contrib/postgres_fdw/sql/postgres_fdw.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/contrib/postgres_fdw/sql/postgres_fdw.sql 2022-11-07 21:38:53.000000000 +0000 @@ -628,6 +628,19 @@ AND ft1.c2 = ft5.c1 AND ft1.c2 = local_tbl.c1 AND ft1.c1 < 100 AND ft2.c1 < 100 FOR UPDATE; RESET enable_nestloop; RESET enable_hashjoin; + +-- test that add_paths_with_pathkeys_for_rel() arranges for the epq_path to +-- return columns needed by the parent ForeignScan node +EXPLAIN (VERBOSE, COSTS OFF) +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = ss.c1) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; + +ALTER SERVER loopback OPTIONS (DROP extensions); +ALTER SERVER loopback OPTIONS (ADD fdw_startup_cost '10000.0'); +EXPLAIN (VERBOSE, COSTS OFF) +SELECT * FROM local_tbl LEFT JOIN (SELECT ft1.* FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100 AND ft1.c1 = postgres_fdw_abs(ft2.c2))) ss ON (local_tbl.c3 = ss.c3) ORDER BY local_tbl.c1 FOR UPDATE OF local_tbl; +ALTER SERVER loopback OPTIONS (DROP fdw_startup_cost); +ALTER SERVER loopback OPTIONS (ADD extensions 'postgres_fdw'); + DROP TABLE local_tbl; -- check join pushdown in situations where multiple userids are involved diff -Nru postgresql-14-14.5/contrib/test_decoding/expected/catalog_change_snapshot.out postgresql-14-14.6/contrib/test_decoding/expected/catalog_change_snapshot.out --- postgresql-14-14.5/contrib/test_decoding/expected/catalog_change_snapshot.out 1970-01-01 00:00:00.000000000 +0000 +++ postgresql-14-14.6/contrib/test_decoding/expected/catalog_change_snapshot.out 2022-11-07 21:38:53.000000000 +0000 @@ -0,0 +1,134 @@ +Parsed test spec with 2 sessions + +starting permutation: s0_init s0_begin s0_savepoint s0_truncate s1_checkpoint s1_get_changes s0_commit s0_begin s0_insert s1_checkpoint s1_get_changes s0_commit s1_get_changes +step s0_init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); +?column? +-------- +init +(1 row) + +step s0_begin: BEGIN; +step s0_savepoint: SAVEPOINT sp1; +step s0_truncate: TRUNCATE tbl1; +step s1_checkpoint: CHECKPOINT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +---- +(0 rows) + +step s0_commit: COMMIT; +step s0_begin: BEGIN; +step s0_insert: INSERT INTO tbl1 VALUES (1); +step s1_checkpoint: CHECKPOINT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +--------------------------------------- +BEGIN +table public.tbl1: TRUNCATE: (no-flags) +COMMIT +(3 rows) + +step s0_commit: COMMIT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +------------------------------------------------------------- +BEGIN +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null +COMMIT +(3 rows) + +?column? +-------- +stop +(1 row) + + +starting permutation: s0_init s0_begin s0_savepoint s0_insert s1_checkpoint s1_get_changes s0_insert2 s0_commit s0_begin s0_insert s1_checkpoint s1_get_changes s0_commit s1_get_changes +step s0_init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); +?column? +-------- +init +(1 row) + +step s0_begin: BEGIN; +step s0_savepoint: SAVEPOINT sp1; +step s0_insert: INSERT INTO tbl1 VALUES (1); +step s1_checkpoint: CHECKPOINT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +---- +(0 rows) + +step s0_insert2: INSERT INTO user_cat VALUES (1); +step s0_commit: COMMIT; +step s0_begin: BEGIN; +step s0_insert: INSERT INTO tbl1 VALUES (1); +step s1_checkpoint: CHECKPOINT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +------------------------------------------------------------- +BEGIN +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null +table public.user_cat: INSERT: val1[integer]:1 +COMMIT +(4 rows) + +step s0_commit: COMMIT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +------------------------------------------------------------- +BEGIN +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null +COMMIT +(3 rows) + +?column? +-------- +stop +(1 row) + + +starting permutation: s0_init s0_begin s0_savepoint s0_insert s1_checkpoint s1_get_changes s0_truncate s0_commit s0_begin s0_insert s1_checkpoint s1_get_changes s0_commit s1_get_changes +step s0_init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); +?column? +-------- +init +(1 row) + +step s0_begin: BEGIN; +step s0_savepoint: SAVEPOINT sp1; +step s0_insert: INSERT INTO tbl1 VALUES (1); +step s1_checkpoint: CHECKPOINT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +---- +(0 rows) + +step s0_truncate: TRUNCATE tbl1; +step s0_commit: COMMIT; +step s0_begin: BEGIN; +step s0_insert: INSERT INTO tbl1 VALUES (1); +step s1_checkpoint: CHECKPOINT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +------------------------------------------------------------- +BEGIN +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null +table public.tbl1: TRUNCATE: (no-flags) +COMMIT +(4 rows) + +step s0_commit: COMMIT; +step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); +data +------------------------------------------------------------- +BEGIN +table public.tbl1: INSERT: val1[integer]:1 val2[integer]:null +COMMIT +(3 rows) + +?column? +-------- +stop +(1 row) + diff -Nru postgresql-14-14.5/contrib/test_decoding/Makefile postgresql-14-14.6/contrib/test_decoding/Makefile --- postgresql-14-14.5/contrib/test_decoding/Makefile 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/contrib/test_decoding/Makefile 2022-11-07 21:38:53.000000000 +0000 @@ -8,7 +8,7 @@ spill slot truncate stream stats twophase twophase_stream ISOLATION = mxact delayed_startup ondisk_startup concurrent_ddl_dml \ oldest_xmin snapshot_transfer subxact_without_top concurrent_stream \ - twophase_snapshot + twophase_snapshot catalog_change_snapshot REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf ISOLATION_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf diff -Nru postgresql-14-14.5/contrib/test_decoding/specs/catalog_change_snapshot.spec postgresql-14-14.6/contrib/test_decoding/specs/catalog_change_snapshot.spec --- postgresql-14-14.5/contrib/test_decoding/specs/catalog_change_snapshot.spec 1970-01-01 00:00:00.000000000 +0000 +++ postgresql-14-14.6/contrib/test_decoding/specs/catalog_change_snapshot.spec 2022-11-07 21:38:53.000000000 +0000 @@ -0,0 +1,62 @@ +# Test decoding only the commit record of the transaction that have +# modified catalogs. +setup +{ + DROP TABLE IF EXISTS tbl1; + CREATE TABLE tbl1 (val1 integer, val2 integer); + CREATE TABLE user_cat (val1 integer) WITH (user_catalog_table = true); +} + +teardown +{ + DROP TABLE tbl1; + DROP TABLE user_cat; + SELECT 'stop' FROM pg_drop_replication_slot('isolation_slot'); +} + +session "s0" +setup { SET synchronous_commit=on; } +step "s0_init" { SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding'); } +step "s0_begin" { BEGIN; } +step "s0_savepoint" { SAVEPOINT sp1; } +step "s0_truncate" { TRUNCATE tbl1; } +step "s0_insert" { INSERT INTO tbl1 VALUES (1); } +step "s0_insert2" { INSERT INTO user_cat VALUES (1); } +step "s0_commit" { COMMIT; } + +session "s1" +setup { SET synchronous_commit=on; } +step "s1_checkpoint" { CHECKPOINT; } +step "s1_get_changes" { SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1', 'include-xids', '0'); } + +# For the transaction that TRUNCATEd the table tbl1, the last decoding decodes +# only its COMMIT record, because it starts from the RUNNING_XACTS record emitted +# during the first checkpoint execution. This transaction must be marked as +# containing catalog changes while decoding the COMMIT record and the decoding +# of the INSERT record must read the pg_class with the correct historic snapshot. +# +# Note that in a case where bgwriter wrote the RUNNING_XACTS record between "s0_commit" +# and "s0_begin", this doesn't happen as the decoding starts from the RUNNING_XACTS +# record written by bgwriter. One might think we can either stop the bgwriter or +# increase LOG_SNAPSHOT_INTERVAL_MS but it's not practical via tests. +permutation "s0_init" "s0_begin" "s0_savepoint" "s0_truncate" "s1_checkpoint" "s1_get_changes" "s0_commit" "s0_begin" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_commit" "s1_get_changes" + +# Test that we can handle the case where there is no association between top-level +# transaction and its subtransactions. The last decoding restarts from the first +# checkpoint, decodes NEW_CID generated by "s0_insert2", and marks the subtransaction +# as containing catalog changes while adding tuple cids to its top-level transaction. +# During that, both transaction entries are created in ReorderBuffer as top-level +# transactions and have the same LSN. We check if the assertion check for the order +# of transaction LSNs in AssertTXNLsnOrder() is skipped since we are still before the +# LSN at which we start replaying the contents of transactions. Besides, when decoding +# the commit record of the top-level transaction, we must force the top-level +# transaction to do timetravel since one of its subtransactions has been marked as +# containing catalog changes. +permutation "s0_init" "s0_begin" "s0_savepoint" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_insert2" "s0_commit" "s0_begin" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_commit" "s1_get_changes" + +# The last decoding restarts from the first checkpoint and adds invalidation +# messages generated by "s0_truncate" to the subtransaction. While +# processing the commit record for the top-level transaction, we decide +# to skip this xact but ensure that corresponding invalidation messages +# get processed. +permutation "s0_init" "s0_begin" "s0_savepoint" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_truncate" "s0_commit" "s0_begin" "s0_insert" "s1_checkpoint" "s1_get_changes" "s0_commit" "s1_get_changes" diff -Nru postgresql-14-14.5/contrib/uuid-ossp/uuid-ossp.c postgresql-14-14.6/contrib/uuid-ossp/uuid-ossp.c --- postgresql-14-14.5/contrib/uuid-ossp/uuid-ossp.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/contrib/uuid-ossp/uuid-ossp.c 2022-11-07 21:38:53.000000000 +0000 @@ -285,6 +285,18 @@ strlcpy(strbuf, str, 37); /* + * In recent NetBSD, uuid_create() has started + * producing v4 instead of v1 UUIDs. Check the + * version field and complain if it's not v1. + */ + if (strbuf[14] != '1') + ereport(ERROR, + (errcode(ERRCODE_EXTERNAL_ROUTINE_EXCEPTION), + /* translator: %c will be a hex digit */ + errmsg("uuid_create() produced a version %c UUID instead of the expected version 1", + strbuf[14]))); + + /* * PTR, if set, replaces the trailing characters of * the uuid; this is to support v1mc, where a random * multicast MAC is used instead of the physical one diff -Nru postgresql-14-14.5/debian/changelog postgresql-14-14.6/debian/changelog --- postgresql-14-14.5/debian/changelog 2022-11-04 21:00:42.000000000 +0000 +++ postgresql-14-14.6/debian/changelog 2022-11-16 15:49:39.000000000 +0000 @@ -1,3 +1,26 @@ +postgresql-14 (14.6-0ubuntu1) lunar; urgency=medium + + * New upstream version (LP: #1996770). + + + A dump/restore is not required for those running 14.X. + + + Also, if you are upgrading from a version earlier than 14.4, see + those release notes as well please. + + + Disallow rules named _RETURN that are not ON SELECT rules. + + + Fix use-after-free hazard in string comparisons. (Tom Lane) + + + Fix incompatibilities with LLVM 15. (Thomas Munro, Andres Freund) + + + Details about these and many further changes can be found at: + https://www.postgresql.org/docs/14/release-14-6.html + + * d/control: remove strict dependency on llvm-14-dev/clang-14 now that LLVM + 15 support is available. + + -- Athos Ribeiro Wed, 16 Nov 2022 12:49:39 -0300 + postgresql-14 (14.5-1ubuntu2) lunar; urgency=medium * Rebuild against new perlapi-5.36. diff -Nru postgresql-14-14.5/debian/control postgresql-14-14.6/debian/control --- postgresql-14-14.5/debian/control 2022-09-20 07:41:03.000000000 +0000 +++ postgresql-14-14.6/debian/control 2022-11-16 15:49:39.000000000 +0000 @@ -12,7 +12,7 @@ Build-Depends: autoconf, bison, - clang-14 [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], + clang [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], debhelper-compat (= 13), dh-exec (>= 0.13~), docbook-xml, @@ -36,7 +36,7 @@ libxml2-dev, libxml2-utils, libxslt1-dev, - llvm-14-dev [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], + llvm-dev [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !s390x !sh4 !sparc64 !x32], mawk, perl (>= 5.8), pkg-config, diff -Nru postgresql-14-14.5/doc/src/sgml/acronyms.sgml postgresql-14-14.6/doc/src/sgml/acronyms.sgml --- postgresql-14-14.5/doc/src/sgml/acronyms.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/acronyms.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -299,9 +299,7 @@ HOT - Heap-Only - Tuples + Heap-Only Tuples diff -Nru postgresql-14-14.5/doc/src/sgml/btree.sgml postgresql-14-14.6/doc/src/sgml/btree.sgml --- postgresql-14-14.5/doc/src/sgml/btree.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/btree.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -639,7 +639,8 @@ accumulate and adversely affect query latency and throughput. This typically occurs with UPDATE-heavy workloads where most individual updates cannot apply the - HOT optimization. Changing the value of only + HOT optimization. + Changing the value of only one column covered by one index during an UPDATE always necessitates a new set of index tuples — one for each and every index on the diff -Nru postgresql-14-14.5/doc/src/sgml/catalogs.sgml postgresql-14-14.6/doc/src/sgml/catalogs.sgml --- postgresql-14-14.5/doc/src/sgml/catalogs.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/catalogs.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -4317,7 +4317,7 @@ If true, queries must not use the index until the xmin of this pg_index row is below their TransactionXmin - event horizon, because the table may contain broken HOT chains with + event horizon, because the table may contain broken HOT chains with incompatible rows that they can see diff -Nru postgresql-14-14.5/doc/src/sgml/config.sgml postgresql-14-14.6/doc/src/sgml/config.sgml --- postgresql-14-14.5/doc/src/sgml/config.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/config.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -2754,9 +2754,10 @@ levels. This parameter can only be set at server start. - In minimal level, no information is logged for - permanent relations for the remainder of a transaction that creates or - rewrites them. This can make operations much faster (see + The minimal level generates the least WAL + volume. It logs no row information for permanent relations + in transactions that create or + rewrite them. This can make operations much faster (see ). Operations that initiate this optimization include: @@ -2768,19 +2769,20 @@ REINDEX TRUNCATE - But minimal WAL does not contain enough information to reconstruct the - data from a base backup and the WAL logs, so replica or - higher must be used to enable WAL archiving - () and streaming replication. + However, minimal WAL does not contain sufficient information for + point-in-time recovery, so replica or + higher must be used to enable continuous archiving + () and streaming binary replication. + In fact, the server will not even start in this mode if + max_wal_senders is non-zero. Note that changing wal_level to - minimal makes any base backups taken before - unavailable for archive recovery and standby server, which may - lead to data loss. + minimal makes previous base backups unusable + for point-in-time recovery and standby servers. In logical level, the same information is logged as - with replica, plus information needed to allow - extracting logical change sets from the WAL. Using a level of + with replica, plus information needed to + extract logical change sets from the WAL. Using a level of logical will increase the WAL volume, particularly if many tables are configured for REPLICA IDENTITY FULL and many UPDATE and DELETE statements are @@ -4377,7 +4379,8 @@ Specifies the number of transactions by which VACUUM and - HOT updates will defer cleanup of dead row versions. The + HOT updates + will defer cleanup of dead row versions. The default is zero transactions, meaning that dead row versions can be removed as soon as possible, that is, as soon as they are no longer visible to any open transaction. You may wish to set this to a @@ -6647,6 +6650,13 @@ What to Log + + + What you choose to log can have security implications; see + . + + + @@ -7239,6 +7249,10 @@ planning). Set log_min_error_statement to ERROR (or lower) to log such statements. + + Logged statements might reveal sensitive data and even contain + plaintext passwords. + diff -Nru postgresql-14-14.5/doc/src/sgml/datatype.sgml postgresql-14-14.6/doc/src/sgml/datatype.sgml --- postgresql-14-14.5/doc/src/sgml/datatype.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/datatype.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -1177,6 +1177,8 @@ char(n) are aliases for character varying(n) and character(n), respectively. + If specified, the length must be greater than zero and cannot exceed + 10485760. character without length specifier is equivalent to character(1). If character varying is used without length specifier, the type accepts strings of any size. The diff -Nru postgresql-14-14.5/doc/src/sgml/ddl.sgml postgresql-14-14.6/doc/src/sgml/ddl.sgml --- postgresql-14-14.5/doc/src/sgml/ddl.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ddl.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -4057,12 +4057,13 @@ - Unique constraints (and hence primary keys) on partitioned tables must - include all the partition key columns. This limitation exists because - the individual indexes making up the constraint can only directly - enforce uniqueness within their own partitions; therefore, the - partition structure itself must guarantee that there are not - duplicates in different partitions. + To create a unique or primary key constraint on a partitioned table, + the partition keys must not include any expressions or function calls + and the constraint's columns must include all of the partition key + columns. This limitation exists because the individual indexes making + up the constraint can only directly enforce uniqueness within their own + partitions; therefore, the partition structure itself must guarantee + that there are not duplicates in different partitions. diff -Nru postgresql-14-14.5/doc/src/sgml/docguide.sgml postgresql-14-14.6/doc/src/sgml/docguide.sgml --- postgresql-14-14.5/doc/src/sgml/docguide.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/docguide.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -63,7 +63,7 @@ a complete O'Reilly book for your online reading pleasure. The NewbieDoc Docbook Guide is very helpful for beginners. - The + The FreeBSD Documentation Project also uses DocBook and has some good information, including a number of style guidelines that might be worth considering. diff -Nru postgresql-14-14.5/doc/src/sgml/func.sgml postgresql-14-14.6/doc/src/sgml/func.sgml --- postgresql-14-14.5/doc/src/sgml/func.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/func.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -14728,6 +14728,12 @@ jsonb, though not for json. The comparison operators follow the ordering rules for B-tree operations outlined in . + See also for the aggregate + function json_agg which aggregates record + values as JSON, the aggregate function + json_object_agg which aggregates pairs of values + into a JSON object, and their jsonb equivalents, + jsonb_agg and jsonb_object_agg. @@ -15873,7 +15879,7 @@ jsonb_set_lax('[{"f1":1,"f2":null},2,null,3]', '{0,f1}', null) - [{"f1":null,"f2":null},2,null,3] + [{"f1": null, "f2": null}, 2, null, 3] jsonb_set_lax('[{"f1":99,"f2":null},2]', '{0,f3}', null, true, 'return_target') @@ -16112,7 +16118,7 @@ comparisons. - jsonb_path_exists_tz('["2015-08-01 12:00:00 -05"]', '$[*] ? (@.datetime() < "2015-08-02".datetime())') + jsonb_path_exists_tz('["2015-08-01 12:00:00-05"]', '$[*] ? (@.datetime() < "2015-08-02".datetime())') t @@ -16183,15 +16189,6 @@
- - - See also for the aggregate - function json_agg which aggregates record - values as JSON, the aggregate function - json_object_agg which aggregates pairs of values - into a JSON object, and their jsonb equivalents, - jsonb_agg and jsonb_object_agg. - @@ -25891,7 +25888,7 @@ pg_create_logical_replication_slot - pg_create_logical_replication_slot ( slot_name name, plugin name , temporary boolean, two_phase boolean ) + pg_create_logical_replication_slot ( slot_name name, plugin name , temporary boolean, twophase boolean ) record ( slot_name name, lsn pg_lsn ) @@ -25904,7 +25901,7 @@ the slot should not be permanently stored to disk and is only meant for use by the current session. Temporary slots are also released upon any error. The optional fourth parameter, - two_phase, when set to true, specifies + twophase, when set to true, specifies that the decoding of prepared transactions is enabled for this slot. A call to this function has the same effect as the replication protocol command CREATE_REPLICATION_SLOT ... LOGICAL. diff -Nru postgresql-14-14.5/doc/src/sgml/html/acronyms.html postgresql-14-14.6/doc/src/sgml/html/acronyms.html --- postgresql-14-14.5/doc/src/sgml/html/acronyms.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/acronyms.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix L. Acronyms

Appendix L. Acronyms

+Appendix L. Acronyms

Appendix L. Acronyms

This is a list of acronyms commonly used in the PostgreSQL documentation and in discussions about PostgreSQL. @@ -78,8 +78,7 @@

HBA

Host-Based Authentication

HOT

- Heap-Only - Tuples + Heap-Only Tuples

IEC

International Electrotechnical Commission @@ -138,7 +137,7 @@ Pluggable Authentication Modules

PGSQL

- PostgreSQL + PostgreSQL

PGXS

PostgreSQL Extension System

PID

@@ -217,4 +216,4 @@ Extensible Markup Language

-

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/admin.html postgresql-14-14.6/doc/src/sgml/html/admin.html --- postgresql-14-14.5/doc/src/sgml/html/admin.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/admin.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -Part III. Server Administration

Part III. Server Administration

+Part III. Server Administration

Part III. Server Administration

This part covers topics that are of interest to a PostgreSQL database administrator. This includes installation of the software, set up and configuration of the @@ -23,4 +23,4 @@ the PostgreSQL database system. Readers are encouraged to look at Part I and Part II for additional information.

Table of Contents

16. Installation from Binaries
17. Installation from Source Code
17.1. Short Version
17.2. Requirements
17.3. Getting the Source
17.4. Installation Procedure
17.5. Post-Installation Setup
17.6. Supported Platforms
17.7. Platform-Specific Notes
18. Installation from Source Code on Windows
18.1. Building with Visual C++ or the - Microsoft Windows SDK
19. Server Setup and Operation
19.1. The PostgreSQL User Account
19.2. Creating a Database Cluster
19.3. Starting the Database Server
19.4. Managing Kernel Resources
19.5. Shutting Down the Server
19.6. Upgrading a PostgreSQL Cluster
19.7. Preventing Server Spoofing
19.8. Encryption Options
19.9. Secure TCP/IP Connections with SSL
19.10. Secure TCP/IP Connections with GSSAPI Encryption
19.11. Secure TCP/IP Connections with SSH Tunnels
19.12. Registering Event Log on Windows
20. Server Configuration
20.1. Setting Parameters
20.2. File Locations
20.3. Connections and Authentication
20.4. Resource Consumption
20.5. Write Ahead Log
20.6. Replication
20.7. Query Planning
20.8. Error Reporting and Logging
20.9. Run-time Statistics
20.10. Automatic Vacuuming
20.11. Client Connection Defaults
20.12. Lock Management
20.13. Version and Platform Compatibility
20.14. Error Handling
20.15. Preset Options
20.16. Customized Options
20.17. Developer Options
20.18. Short Options
21. Client Authentication
21.1. The pg_hba.conf File
21.2. User Name Maps
21.3. Authentication Methods
21.4. Trust Authentication
21.5. Password Authentication
21.6. GSSAPI Authentication
21.7. SSPI Authentication
21.8. Ident Authentication
21.9. Peer Authentication
21.10. LDAP Authentication
21.11. RADIUS Authentication
21.12. Certificate Authentication
21.13. PAM Authentication
21.14. BSD Authentication
21.15. Authentication Problems
22. Database Roles
22.1. Database Roles
22.2. Role Attributes
22.3. Role Membership
22.4. Dropping Roles
22.5. Predefined Roles
22.6. Function Security
23. Managing Databases
23.1. Overview
23.2. Creating a Database
23.3. Template Databases
23.4. Database Configuration
23.5. Destroying a Database
23.6. Tablespaces
24. Localization
24.1. Locale Support
24.2. Collation Support
24.3. Character Set Support
25. Routine Database Maintenance Tasks
25.1. Routine Vacuuming
25.2. Routine Reindexing
25.3. Log File Maintenance
26. Backup and Restore
26.1. SQL Dump
26.2. File System Level Backup
26.3. Continuous Archiving and Point-in-Time Recovery (PITR)
27. High Availability, Load Balancing, and Replication
27.1. Comparison of Different Solutions
27.2. Log-Shipping Standby Servers
27.3. Failover
27.4. Hot Standby
28. Monitoring Database Activity
28.1. Standard Unix Tools
28.2. The Statistics Collector
28.3. Viewing Locks
28.4. Progress Reporting
28.5. Dynamic Tracing
29. Monitoring Disk Usage
29.1. Determining Disk Usage
29.2. Disk Full Failure
30. Reliability and the Write-Ahead Log
30.1. Reliability
30.2. Data Checksums
30.3. Write-Ahead Logging (WAL)
30.4. Asynchronous Commit
30.5. WAL Configuration
30.6. WAL Internals
31. Logical Replication
31.1. Publication
31.2. Subscription
31.3. Conflicts
31.4. Restrictions
31.5. Architecture
31.6. Monitoring
31.7. Security
31.8. Configuration Settings
31.9. Quick Setup
32. Just-in-Time Compilation (JIT)
32.1. What Is JIT compilation?
32.2. When to JIT?
32.3. Configuration
32.4. Extensibility
33. Regression Tests
33.1. Running the Tests
33.2. Test Evaluation
33.3. Variant Comparison Files
33.4. TAP Tests
33.5. Test Coverage Examination
\ No newline at end of file + Microsoft Windows SDK
19. Server Setup and Operation
19.1. The PostgreSQL User Account
19.2. Creating a Database Cluster
19.3. Starting the Database Server
19.4. Managing Kernel Resources
19.5. Shutting Down the Server
19.6. Upgrading a PostgreSQL Cluster
19.7. Preventing Server Spoofing
19.8. Encryption Options
19.9. Secure TCP/IP Connections with SSL
19.10. Secure TCP/IP Connections with GSSAPI Encryption
19.11. Secure TCP/IP Connections with SSH Tunnels
19.12. Registering Event Log on Windows
20. Server Configuration
20.1. Setting Parameters
20.2. File Locations
20.3. Connections and Authentication
20.4. Resource Consumption
20.5. Write Ahead Log
20.6. Replication
20.7. Query Planning
20.8. Error Reporting and Logging
20.9. Run-time Statistics
20.10. Automatic Vacuuming
20.11. Client Connection Defaults
20.12. Lock Management
20.13. Version and Platform Compatibility
20.14. Error Handling
20.15. Preset Options
20.16. Customized Options
20.17. Developer Options
20.18. Short Options
21. Client Authentication
21.1. The pg_hba.conf File
21.2. User Name Maps
21.3. Authentication Methods
21.4. Trust Authentication
21.5. Password Authentication
21.6. GSSAPI Authentication
21.7. SSPI Authentication
21.8. Ident Authentication
21.9. Peer Authentication
21.10. LDAP Authentication
21.11. RADIUS Authentication
21.12. Certificate Authentication
21.13. PAM Authentication
21.14. BSD Authentication
21.15. Authentication Problems
22. Database Roles
22.1. Database Roles
22.2. Role Attributes
22.3. Role Membership
22.4. Dropping Roles
22.5. Predefined Roles
22.6. Function Security
23. Managing Databases
23.1. Overview
23.2. Creating a Database
23.3. Template Databases
23.4. Database Configuration
23.5. Destroying a Database
23.6. Tablespaces
24. Localization
24.1. Locale Support
24.2. Collation Support
24.3. Character Set Support
25. Routine Database Maintenance Tasks
25.1. Routine Vacuuming
25.2. Routine Reindexing
25.3. Log File Maintenance
26. Backup and Restore
26.1. SQL Dump
26.2. File System Level Backup
26.3. Continuous Archiving and Point-in-Time Recovery (PITR)
27. High Availability, Load Balancing, and Replication
27.1. Comparison of Different Solutions
27.2. Log-Shipping Standby Servers
27.3. Failover
27.4. Hot Standby
28. Monitoring Database Activity
28.1. Standard Unix Tools
28.2. The Statistics Collector
28.3. Viewing Locks
28.4. Progress Reporting
28.5. Dynamic Tracing
29. Monitoring Disk Usage
29.1. Determining Disk Usage
29.2. Disk Full Failure
30. Reliability and the Write-Ahead Log
30.1. Reliability
30.2. Data Checksums
30.3. Write-Ahead Logging (WAL)
30.4. Asynchronous Commit
30.5. WAL Configuration
30.6. WAL Internals
31. Logical Replication
31.1. Publication
31.2. Subscription
31.3. Conflicts
31.4. Restrictions
31.5. Architecture
31.6. Monitoring
31.7. Security
31.8. Configuration Settings
31.9. Quick Setup
32. Just-in-Time Compilation (JIT)
32.1. What Is JIT compilation?
32.2. When to JIT?
32.3. Configuration
32.4. Extensibility
33. Regression Tests
33.1. Running the Tests
33.2. Test Evaluation
33.3. Variant Comparison Files
33.4. TAP Tests
33.5. Test Coverage Examination
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/adminpack.html postgresql-14-14.6/doc/src/sgml/html/adminpack.html --- postgresql-14-14.5/doc/src/sgml/html/adminpack.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/adminpack.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.1. adminpack

F.1. adminpack

+F.1. adminpack

F.1. adminpack

adminpack provides a number of support functions which pgAdmin and other administration and management tools can use to provide additional functionality, such as remote management @@ -85,4 +85,4 @@ directory. The log_filename parameter must have its default setting (postgresql-%Y-%m-%d_%H%M%S.log) to use this function. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/amcheck.html postgresql-14-14.6/doc/src/sgml/html/amcheck.html --- postgresql-14-14.5/doc/src/sgml/html/amcheck.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/amcheck.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.2. amcheck

F.2. amcheck

+F.2. amcheck

F.2. amcheck

The amcheck module provides functions that allow you to verify the logical consistency of the structure of relations.

@@ -374,4 +374,4 @@ an invariant violation should be sought. pageinspect may play a useful role in diagnosing corruption that amcheck detects. A REINDEX may not be effective in repairing corruption. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-clusterdb.html postgresql-14-14.6/doc/src/sgml/html/app-clusterdb.html --- postgresql-14-14.5/doc/src/sgml/html/app-clusterdb.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-clusterdb.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -clusterdb

clusterdb

clusterdb — cluster a PostgreSQL database

Synopsis

clusterdb [connection-option...] [ --verbose | -v ] +clusterdb

clusterdb

clusterdb — cluster a PostgreSQL database

Synopsis

clusterdb [connection-option...] [ --verbose | -v ] [ --table | -t table @@ -119,4 +119,4 @@ xyzzy:

 $ clusterdb --table=foo xyzzy
-

See Also

CLUSTER
\ No newline at end of file +

See Also

CLUSTER
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-createdb.html postgresql-14-14.6/doc/src/sgml/html/app-createdb.html --- postgresql-14-14.5/doc/src/sgml/html/app-createdb.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-createdb.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -createdb

createdb

createdb — create a new PostgreSQL database

Synopsis

createdb [connection-option...] [option...] [dbname +createdb

createdb

createdb — create a new PostgreSQL database

Synopsis

createdb [connection-option...] [option...] [dbname [description]]

Description

createdb creates a new PostgreSQL database. @@ -138,4 +138,4 @@

 $ createdb -p 5000 -h eden -T template0 -e demo
 CREATE DATABASE demo TEMPLATE template0;
-
\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-createuser.html postgresql-14-14.6/doc/src/sgml/html/app-createuser.html --- postgresql-14-14.5/doc/src/sgml/html/app-createuser.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-createuser.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -createuser

createuser

createuser — define a new PostgreSQL user account

Synopsis

createuser [connection-option...] [option...] [username]

Description

+createuser

createuser

createuser — define a new PostgreSQL user account

Synopsis

createuser [connection-option...] [option...] [username]

Description

createuser creates a new PostgreSQL user (or more precisely, a role). Only superusers and users with CREATEROLE privilege can create @@ -179,4 +179,4 @@ In the above example, the new password isn't actually echoed when typed, but we show what was typed for clarity. As you see, the password is encrypted before it is sent to the client. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-dropdb.html postgresql-14-14.6/doc/src/sgml/html/app-dropdb.html --- postgresql-14-14.5/doc/src/sgml/html/app-dropdb.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-dropdb.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -dropdb

dropdb

dropdb — remove a PostgreSQL database

Synopsis

dropdb [connection-option...] [option...] dbname

Description

+dropdb

dropdb

dropdb — remove a PostgreSQL database

Synopsis

dropdb [connection-option...] [option...] dbname

Description

dropdb destroys an existing PostgreSQL database. The user who executes this command must be a database @@ -108,4 +108,4 @@ Database "demo" will be permanently deleted. Are you sure? (y/n) y DROP DATABASE demo; -

\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-dropuser.html postgresql-14-14.6/doc/src/sgml/html/app-dropuser.html --- postgresql-14-14.5/doc/src/sgml/html/app-dropuser.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-dropuser.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -dropuser

dropuser

dropuser — remove a PostgreSQL user account

Synopsis

dropuser [connection-option...] [option...] [username]

Description

+dropuser

dropuser

dropuser — remove a PostgreSQL user account

Synopsis

dropuser [connection-option...] [option...] [username]

Description

dropuser removes an existing PostgreSQL user. Only superusers and users with the CREATEROLE privilege can @@ -100,4 +100,4 @@ Role "joe" will be permanently removed. Are you sure? (y/n) y DROP ROLE joe; -

\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-ecpg.html postgresql-14-14.6/doc/src/sgml/html/app-ecpg.html --- postgresql-14-14.5/doc/src/sgml/html/app-ecpg.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-ecpg.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -ecpg

ecpg

ecpg — embedded SQL C preprocessor

Synopsis

ecpg [option...] file...

Description

+ecpg

ecpg

ecpg — embedded SQL C preprocessor

Synopsis

ecpg [option...] file...

Description

ecpg is the embedded SQL preprocessor for C programs. It converts C programs with embedded SQL statements to normal C code by replacing the SQL invocations with special @@ -103,4 +103,4 @@ ecpg prog1.pgc cc -I/usr/local/pgsql/include -c prog1.c cc -o prog1 prog1.o -L/usr/local/pgsql/lib -lecpg -

\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/appendixes.html postgresql-14-14.6/doc/src/sgml/html/appendixes.html --- postgresql-14-14.5/doc/src/sgml/html/appendixes.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/appendixes.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,2 +1,2 @@ -Part VIII. Appendixes

Part VIII. Appendixes

Table of Contents

A. PostgreSQL Error Codes
B. Date/Time Support
B.1. Date/Time Input Interpretation
B.2. Handling of Invalid or Ambiguous Timestamps
B.3. Date/Time Key Words
B.4. Date/Time Configuration Files
B.5. POSIX Time Zone Specifications
B.6. History of Units
B.7. Julian Dates
C. SQL Key Words
D. SQL Conformance
D.1. Supported Features
D.2. Unsupported Features
D.3. XML Limits and Conformance to SQL/XML
E. Release Notes
E.1. Release 14.5
E.2. Release 14.4
E.3. Release 14.3
E.4. Release 14.2
E.5. Release 14.1
E.6. Release 14
E.7. Prior Releases
F. Additional Supplied Modules
F.1. adminpack
F.2. amcheck
F.3. auth_delay
F.4. auto_explain
F.5. bloom
F.6. btree_gin
F.7. btree_gist
F.8. citext
F.9. cube
F.10. dblink
F.11. dict_int
F.12. dict_xsyn
F.13. earthdistance
F.14. file_fdw
F.15. fuzzystrmatch
F.16. hstore
F.17. intagg
F.18. intarray
F.19. isn
F.20. lo
F.21. ltree
F.22. old_snapshot
F.23. pageinspect
F.24. passwordcheck
F.25. pg_buffercache
F.26. pgcrypto
F.27. pg_freespacemap
F.28. pg_prewarm
F.29. pgrowlocks
F.30. pg_stat_statements
F.31. pgstattuple
F.32. pg_surgery
F.33. pg_trgm
F.34. pg_visibility
F.35. postgres_fdw
F.36. seg
F.37. sepgsql
F.38. spi
F.39. sslinfo
F.40. tablefunc
F.41. tcn
F.42. test_decoding
F.43. tsm_system_rows
F.44. tsm_system_time
F.45. unaccent
F.46. uuid-ossp
F.47. xml2
G. Additional Supplied Programs
G.1. Client Applications
G.2. Server Applications
H. External Projects
H.1. Client Interfaces
H.2. Administration Tools
H.3. Procedural Languages
H.4. Extensions
I. The Source Code Repository
I.1. Getting the Source via Git
J. Documentation
J.1. DocBook
J.2. Tool Sets
J.3. Building the Documentation
J.4. Documentation Authoring
J.5. Style Guide
K. PostgreSQL Limits
L. Acronyms
M. Glossary
N. Color Support
N.1. When Color is Used
N.2. Configuring the Colors
O. Obsolete or Renamed Features
O.1. recovery.conf file merged into postgresql.conf
O.2. Default Roles Renamed to Predefined Roles
O.3. pg_xlogdump renamed to pg_waldump
O.4. pg_resetxlog renamed to pg_resetwal
O.5. pg_receivexlog renamed to pg_receivewal
\ No newline at end of file +Part VIII. Appendixes

Part VIII. Appendixes

Table of Contents

A. PostgreSQL Error Codes
B. Date/Time Support
B.1. Date/Time Input Interpretation
B.2. Handling of Invalid or Ambiguous Timestamps
B.3. Date/Time Key Words
B.4. Date/Time Configuration Files
B.5. POSIX Time Zone Specifications
B.6. History of Units
B.7. Julian Dates
C. SQL Key Words
D. SQL Conformance
D.1. Supported Features
D.2. Unsupported Features
D.3. XML Limits and Conformance to SQL/XML
E. Release Notes
E.1. Release 14.6
E.2. Release 14.5
E.3. Release 14.4
E.4. Release 14.3
E.5. Release 14.2
E.6. Release 14.1
E.7. Release 14
E.8. Prior Releases
F. Additional Supplied Modules
F.1. adminpack
F.2. amcheck
F.3. auth_delay
F.4. auto_explain
F.5. bloom
F.6. btree_gin
F.7. btree_gist
F.8. citext
F.9. cube
F.10. dblink
F.11. dict_int
F.12. dict_xsyn
F.13. earthdistance
F.14. file_fdw
F.15. fuzzystrmatch
F.16. hstore
F.17. intagg
F.18. intarray
F.19. isn
F.20. lo
F.21. ltree
F.22. old_snapshot
F.23. pageinspect
F.24. passwordcheck
F.25. pg_buffercache
F.26. pgcrypto
F.27. pg_freespacemap
F.28. pg_prewarm
F.29. pgrowlocks
F.30. pg_stat_statements
F.31. pgstattuple
F.32. pg_surgery
F.33. pg_trgm
F.34. pg_visibility
F.35. postgres_fdw
F.36. seg
F.37. sepgsql
F.38. spi
F.39. sslinfo
F.40. tablefunc
F.41. tcn
F.42. test_decoding
F.43. tsm_system_rows
F.44. tsm_system_time
F.45. unaccent
F.46. uuid-ossp
F.47. xml2
G. Additional Supplied Programs
G.1. Client Applications
G.2. Server Applications
H. External Projects
H.1. Client Interfaces
H.2. Administration Tools
H.3. Procedural Languages
H.4. Extensions
I. The Source Code Repository
I.1. Getting the Source via Git
J. Documentation
J.1. DocBook
J.2. Tool Sets
J.3. Building the Documentation
J.4. Documentation Authoring
J.5. Style Guide
K. PostgreSQL Limits
L. Acronyms
M. Glossary
N. Color Support
N.1. When Color is Used
N.2. Configuring the Colors
O. Obsolete or Renamed Features
O.1. recovery.conf file merged into postgresql.conf
O.2. Default Roles Renamed to Predefined Roles
O.3. pg_xlogdump renamed to pg_waldump
O.4. pg_resetxlog renamed to pg_resetwal
O.5. pg_receivexlog renamed to pg_receivewal
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/appendix-obsolete.html postgresql-14-14.6/doc/src/sgml/html/appendix-obsolete.html --- postgresql-14-14.5/doc/src/sgml/html/appendix-obsolete.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/appendix-obsolete.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,8 +1,8 @@ -Appendix O. Obsolete or Renamed Features

Appendix O. Obsolete or Renamed Features

+Appendix O. Obsolete or Renamed Features

Appendix O. Obsolete or Renamed Features

Functionality is sometimes removed from PostgreSQL, feature, setting and file names sometimes change, or documentation moves to different places. This section directs users coming from old versions of the documentation or from external links to the appropriate new location for the information they need. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-initdb.html postgresql-14-14.6/doc/src/sgml/html/app-initdb.html --- postgresql-14-14.5/doc/src/sgml/html/app-initdb.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-initdb.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -initdb

initdb

initdb — create a new PostgreSQL database cluster

Synopsis

initdb [option...] [ --pgdata | -D ] directory

Description

+initdb

initdb

initdb — create a new PostgreSQL database cluster

Synopsis

initdb [option...] [ --pgdata | -D ] directory

Description

initdb creates a new PostgreSQL database cluster. A database cluster is a collection of databases that are managed by a single @@ -221,4 +221,4 @@

Notes

initdb can also be invoked via pg_ctl initdb. -

See Also

pg_ctl, postgres
\ No newline at end of file +

See Also

pg_ctl, postgres
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/applevel-consistency.html postgresql-14-14.6/doc/src/sgml/html/applevel-consistency.html --- postgresql-14-14.5/doc/src/sgml/html/applevel-consistency.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/applevel-consistency.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -13.4. Data Consistency Checks at the Application Level

13.4. Data Consistency Checks at the Application Level

+13.4. Data Consistency Checks at the Application Level

13.4. Data Consistency Checks at the Application Level

It is very difficult to enforce business rules regarding data integrity using Read Committed transactions because the view of the data is shifting with each statement, and even a single statement may not @@ -111,4 +111,4 @@ UPDATE, or DELETE), so it is possible to obtain locks explicitly before the snapshot is frozen. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgamcheck.html postgresql-14-14.6/doc/src/sgml/html/app-pgamcheck.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgamcheck.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgamcheck.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_amcheck

pg_amcheck

pg_amcheck — checks for corruption in one or more +pg_amcheck

pg_amcheck

pg_amcheck — checks for corruption in one or more PostgreSQL databases

Synopsis

pg_amcheck [option...] [dbname]

Description

pg_amcheck supports running amcheck's corruption checking functions against one or @@ -289,4 +289,4 @@

Notes

pg_amcheck is designed to work with PostgreSQL 14.0 and later. -

See Also

amcheck
\ No newline at end of file +

See Also

amcheck
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgbasebackup.html postgresql-14-14.6/doc/src/sgml/html/app-pgbasebackup.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgbasebackup.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgbasebackup.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_basebackup

pg_basebackup

pg_basebackup — take a base backup of a PostgreSQL cluster

Synopsis

pg_basebackup [option...]

Description

+pg_basebackup

pg_basebackup

pg_basebackup — take a base backup of a PostgreSQL cluster

Synopsis

pg_basebackup [option...]

Description

pg_basebackup is used to take a base backup of a running PostgreSQL database cluster. The backup is taken without affecting other clients of the database, and can be used @@ -486,4 +486,4 @@ to ./backup/ts:

 $ pg_basebackup -D backup/data -T /opt/ts=$(pwd)/backup/ts
-
\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgchecksums.html postgresql-14-14.6/doc/src/sgml/html/app-pgchecksums.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgchecksums.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgchecksums.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_checksums

pg_checksums

pg_checksums — enable, disable or check data checksums in a PostgreSQL database cluster

Synopsis

pg_checksums [option...] [[ -D | --pgdata ]datadir]

Description

+pg_checksums

pg_checksums

pg_checksums — enable, disable or check data checksums in a PostgreSQL database cluster

Synopsis

pg_checksums [option...] [[ -D | --pgdata ]datadir]

Description

pg_checksums checks, enables or disables data checksums in a PostgreSQL cluster. The server must be shut down cleanly before running @@ -71,4 +71,4 @@ enabling or disabling checksums, the cluster's data checksum configuration remains unchanged, and pg_checksums can be re-run to perform the same operation. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgconfig.html postgresql-14-14.6/doc/src/sgml/html/app-pgconfig.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgconfig.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgconfig.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_config

pg_config

pg_config — retrieve information about the installed version of PostgreSQL

Synopsis

pg_config [option...]

Description

+pg_config

pg_config

pg_config — retrieve information about the installed version of PostgreSQL

Synopsis

pg_config [option...]

Description

The pg_config utility prints configuration parameters of the currently installed version of PostgreSQL. It is intended, for example, to be used by software packages that want to interface @@ -107,4 +107,4 @@ shell quotation marks so arguments with spaces are represented correctly. Therefore, using eval is required for proper results. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgcontroldata.html postgresql-14-14.6/doc/src/sgml/html/app-pgcontroldata.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgcontroldata.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgcontroldata.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_controldata

pg_controldata

pg_controldata — display control information of a PostgreSQL database cluster

Synopsis

pg_controldata [option] [[ -D | --pgdata ]datadir]

Description

+pg_controldata

pg_controldata

pg_controldata — display control information of a PostgreSQL database cluster

Synopsis

pg_controldata [option] [[ -D | --pgdata ]datadir]

Description

pg_controldata prints information initialized during initdb, such as the catalog version. It also shows information about write-ahead logging and checkpoint @@ -20,4 +20,4 @@ Specifies whether to use color in diagnostic messages. Possible values are always, auto and never. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pg-ctl.html postgresql-14-14.6/doc/src/sgml/html/app-pg-ctl.html --- postgresql-14-14.5/doc/src/sgml/html/app-pg-ctl.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pg-ctl.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_ctl

pg_ctl

pg_ctl — initialize, start, stop, or control a PostgreSQL server

Synopsis

pg_ctl init[db] [-D datadir] [-s] [-o initdb-options]

pg_ctl start [-D datadir] [-l filename] [-W] [-t seconds] [-s] [-o options] [-p path] [-c]

pg_ctl stop [-D datadir] [-m +pg_ctl

pg_ctl

pg_ctl — initialize, start, stop, or control a PostgreSQL server

Synopsis

pg_ctl init[db] [-D datadir] [-s] [-o initdb-options]

pg_ctl start [-D datadir] [-l filename] [-W] [-t seconds] [-s] [-o options] [-p path] [-c]

pg_ctl stop [-D datadir] [-m s[mart] | f[ast] | i[mmediate] ] [-W] [-t seconds] [-s]

pg_ctl restart [-D datadir] [-m s[mart] | f[ast] | i[mmediate] @@ -285,4 +285,4 @@ /usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"

The second line is the command that would be invoked in restart mode. -

See Also

initdb, postgres
\ No newline at end of file +

See Also

initdb, postgres
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pg-dumpall.html postgresql-14-14.6/doc/src/sgml/html/app-pg-dumpall.html --- postgresql-14-14.5/doc/src/sgml/html/app-pg-dumpall.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pg-dumpall.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_dumpall

pg_dumpall

pg_dumpall — extract a PostgreSQL database cluster into a script file

Synopsis

pg_dumpall [connection-option...] [option...]

Description

+pg_dumpall

pg_dumpall

pg_dumpall — extract a PostgreSQL database cluster into a script file

Synopsis

pg_dumpall [connection-option...] [option...]

Description

pg_dumpall is a utility for writing out (dumping) all PostgreSQL databases of a cluster into one script file. The script file contains @@ -351,4 +351,4 @@

See Also

Check pg_dump for details on possible error conditions. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgdump.html postgresql-14-14.6/doc/src/sgml/html/app-pgdump.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgdump.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgdump.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_dump

pg_dump

pg_dump — +pg_dump

pg_dump

pg_dump — extract a PostgreSQL database into a script file or other archive file

Synopsis

pg_dump [connection-option...] [option...] [dbname]

Description

pg_dump is a utility for backing up a @@ -825,4 +825,4 @@

 $ pg_dump -t "\"MixedCaseName\"" mydb > mytab.sql
-
\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pg-isready.html postgresql-14-14.6/doc/src/sgml/html/app-pg-isready.html --- postgresql-14-14.5/doc/src/sgml/html/app-pg-isready.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pg-isready.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_isready

pg_isready

pg_isready — check the connection status of a PostgreSQL server

Synopsis

pg_isready [connection-option...] [option...]

Description

+pg_isready

pg_isready

pg_isready — check the connection status of a PostgreSQL server

Synopsis

pg_isready [connection-option...] [option...]

Description

pg_isready is a utility for checking the connection status of a PostgreSQL database server. The exit status specifies the result of the connection check. @@ -76,4 +76,4 @@ $ echo $? 2

-

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgreceivewal.html postgresql-14-14.6/doc/src/sgml/html/app-pgreceivewal.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgreceivewal.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgreceivewal.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_receivewal

pg_receivewal

pg_receivewal — stream write-ahead logs from a PostgreSQL server

Synopsis

pg_receivewal [option...]

Description

+pg_receivewal

pg_receivewal

pg_receivewal — stream write-ahead logs from a PostgreSQL server

Synopsis

pg_receivewal [option...]

Description

pg_receivewal is used to stream the write-ahead log from a running PostgreSQL cluster. The write-ahead log is streamed using the streaming replication protocol, and is written @@ -219,4 +219,4 @@ /usr/local/pgsql/archive:

 $ pg_receivewal -h mydbserver -D /usr/local/pgsql/archive
-
\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgreceivexlog.html postgresql-14-14.6/doc/src/sgml/html/app-pgreceivexlog.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgreceivexlog.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgreceivexlog.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,10 +1,10 @@ -O.5. pg_receivexlog renamed to pg_receivewal

O.5. pg_receivexlog renamed to pg_receivewal

+O.5. pg_receivexlog renamed to pg_receivewal

O.5. pg_receivexlog renamed to pg_receivewal

PostgreSQL 9.6 and below provided a command named pg_receivexlog to fetch write-ahead-log (WAL) files. This command was renamed to pg_receivewal, see pg_receivewal for documentation of pg_receivewal and see - the release notes for PostgreSQL 10 for details + the release notes for PostgreSQL 10 for details on this change. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgrecvlogical.html postgresql-14-14.6/doc/src/sgml/html/app-pgrecvlogical.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgrecvlogical.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgrecvlogical.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_recvlogical

pg_recvlogical

pg_recvlogical — control PostgreSQL logical decoding streams

Synopsis

pg_recvlogical [option...]

Description

+pg_recvlogical

pg_recvlogical

pg_recvlogical — control PostgreSQL logical decoding streams

Synopsis

pg_recvlogical [option...]

Description

pg_recvlogical controls logical decoding replication slots and streams data from such replication slots.

@@ -168,4 +168,4 @@ cluster.

Examples

See Section 49.1 for an example. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgresetwal.html postgresql-14-14.6/doc/src/sgml/html/app-pgresetwal.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgresetwal.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgresetwal.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_resetwal

pg_resetwal

pg_resetwal — reset the write-ahead log and other control information of a PostgreSQL database cluster

Synopsis

pg_resetwal [ -f | --force ] [ -n | --dry-run ] [option...] [ -D | --pgdata ]datadir

Description

+pg_resetwal

pg_resetwal

pg_resetwal — reset the write-ahead log and other control information of a PostgreSQL database cluster

Synopsis

pg_resetwal [ -f | --force ] [ -n | --dry-run ] [option...] [ -D | --pgdata ]datadir

Description

pg_resetwal clears the write-ahead log (WAL) and optionally resets some other control information stored in the pg_control file. This function is sometimes needed @@ -166,4 +166,4 @@

pg_resetwal works only with servers of the same major version. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgresetxlog.html postgresql-14-14.6/doc/src/sgml/html/app-pgresetxlog.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgresetxlog.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgresetxlog.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,10 +1,10 @@ -O.4. pg_resetxlog renamed to pg_resetwal

O.4. pg_resetxlog renamed to pg_resetwal

+O.4. pg_resetxlog renamed to pg_resetwal

O.4. pg_resetxlog renamed to pg_resetwal

PostgreSQL 9.6 and below provided a command named pg_resetxlog to reset the write-ahead-log (WAL) files. This command was renamed to pg_resetwal, see pg_resetwal for documentation of pg_resetwal and see - the release notes for PostgreSQL 10 for details + the release notes for PostgreSQL 10 for details on this change. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgrestore.html postgresql-14-14.6/doc/src/sgml/html/app-pgrestore.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgrestore.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgrestore.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_restore

pg_restore

pg_restore — +pg_restore

pg_restore

pg_restore — restore a PostgreSQL database from an archive file created by pg_dump

Synopsis

pg_restore [connection-option...] [option...] [filename]

Description

@@ -493,4 +493,4 @@ items 10 and 6, in that order:

 $ pg_restore -L db.list db.dump
-
\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgrewind.html postgresql-14-14.6/doc/src/sgml/html/app-pgrewind.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgrewind.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgrewind.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_rewind

pg_rewind

pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it

Synopsis

pg_rewind [option...] { -D | --target-pgdata } directory { --source-pgdata=directory | --source-server=connstr }

Description

+pg_rewind

pg_rewind

pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it

Synopsis

pg_rewind [option...] { -D | --target-pgdata } directory { --source-pgdata=directory | --source-server=connstr }

Description

pg_rewind is a tool for synchronizing a PostgreSQL cluster with another copy of the same cluster, after the clusters' timelines have diverged. A typical scenario is to bring an old primary server back online @@ -205,4 +205,4 @@ When starting the target, PostgreSQL replays all the required WAL, resulting in a data directory in a consistent state. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-pgverifybackup.html postgresql-14-14.6/doc/src/sgml/html/app-pgverifybackup.html --- postgresql-14-14.5/doc/src/sgml/html/app-pgverifybackup.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-pgverifybackup.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pg_verifybackup

pg_verifybackup

pg_verifybackup — verify the integrity of a base backup of a +pg_verifybackup

pg_verifybackup

pg_verifybackup — verify the integrity of a base backup of a PostgreSQL cluster

Synopsis

pg_verifybackup [option...]

Description

pg_verifybackup is used to check the integrity of a database cluster backup taken using @@ -141,4 +141,4 @@ $ pg_basebackup -h mydbserver -D /usr/local/pgsql/data $ edit /usr/local/pgsql/data/note.to.self $ pg_verifybackup --ignore=note.to.self --skip-checksums /usr/local/pgsql/data -

\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-postgres.html postgresql-14-14.6/doc/src/sgml/html/app-postgres.html --- postgresql-14-14.5/doc/src/sgml/html/app-postgres.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-postgres.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -postgres

postgres

postgres — PostgreSQL database server

Synopsis

postgres [option...]

Description

+postgres

postgres

postgres — PostgreSQL database server

Synopsis

postgres [option...]

Description

postgres is the PostgreSQL database server. In order for a client application to access a database it connects (over a @@ -423,4 +423,4 @@

See Also

initdb, pg_ctl -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-postmaster.html postgresql-14-14.6/doc/src/sgml/html/app-postmaster.html --- postgresql-14-14.5/doc/src/sgml/html/app-postmaster.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-postmaster.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,6 +1,6 @@ -postmaster

postmaster

postmaster — PostgreSQL database server

Synopsis

postmaster [option...]

Description

+postmaster

postmaster

postmaster — PostgreSQL database server

Synopsis

postmaster [option...]

Description

postmaster is a deprecated alias of postgres.

See Also

postgres -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-psql.html postgresql-14-14.6/doc/src/sgml/html/app-psql.html --- postgresql-14-14.5/doc/src/sgml/html/app-psql.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-psql.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -psql

psql

psql — +psql

psql

psqlPostgreSQL interactive terminal

Synopsis

psql [option...] [dbname [username]]

Description

@@ -349,7 +349,7 @@ the string =>. For example:

 $ psql testdb
-psql (14.5)
+psql (14.6)
 Type "help" for help.
 
 testdb=>
@@ -2882,4 +2882,4 @@
  2 | 202 | 204 | 206 | 208
  1 | 101 | 102 | 103 | 104
 (4 rows)
-
\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-reindexdb.html postgresql-14-14.6/doc/src/sgml/html/app-reindexdb.html --- postgresql-14-14.5/doc/src/sgml/html/app-reindexdb.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-reindexdb.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -reindexdb

reindexdb

reindexdb — reindex a PostgreSQL database

Synopsis

reindexdb [connection-option...] [option...] +reindexdb

reindexdb

reindexdb — reindex a PostgreSQL database

Synopsis

reindexdb [connection-option...] [option...] [ -S | --schema schema @@ -161,4 +161,4 @@ bar in a database named abcd:

 $ reindexdb --table=foo --index=bar abcd
-

See Also

REINDEX
\ No newline at end of file +

See Also

REINDEX
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/app-vacuumdb.html postgresql-14-14.6/doc/src/sgml/html/app-vacuumdb.html --- postgresql-14-14.5/doc/src/sgml/html/app-vacuumdb.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/app-vacuumdb.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -vacuumdb

vacuumdb

vacuumdb — garbage-collect and analyze a PostgreSQL database

Synopsis

vacuumdb [connection-option...] [option...] +vacuumdb

vacuumdb

vacuumdb — garbage-collect and analyze a PostgreSQL database

Synopsis

vacuumdb [connection-option...] [option...] [ -t | --table table @@ -237,4 +237,4 @@ bar of the table for the optimizer:

 $ vacuumdb --analyze --verbose --table='foo(bar)' xyzzy
-

See Also

VACUUM
\ No newline at end of file +

See Also

VACUUM
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/arrays.html postgresql-14-14.6/doc/src/sgml/html/arrays.html --- postgresql-14-14.5/doc/src/sgml/html/arrays.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/arrays.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.15. Arrays

8.15. Arrays

+8.15. Arrays

8.15. Arrays

PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. Arrays of any built-in or user-defined base type, enum type, composite type, range type, @@ -644,4 +644,4 @@ with than the array-literal syntax when writing array values in SQL commands. In ARRAY, individual element values are written the same way they would be written when not members of an array. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-bsd.html postgresql-14-14.6/doc/src/sgml/html/auth-bsd.html --- postgresql-14-14.5/doc/src/sgml/html/auth-bsd.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-bsd.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.14. BSD Authentication

21.14. BSD Authentication

+21.14. BSD Authentication

21.14. BSD Authentication

This authentication method operates similarly to password except that it uses BSD Authentication to verify the password. BSD Authentication is used only @@ -18,4 +18,4 @@ operating system user running the server) must first be added to the auth group. The auth group exists by default on OpenBSD systems. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-cert.html postgresql-14-14.6/doc/src/sgml/html/auth-cert.html --- postgresql-14-14.5/doc/src/sgml/html/auth-cert.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-cert.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.12. Certificate Authentication

21.12. Certificate Authentication

+21.12. Certificate Authentication

21.12. Certificate Authentication

This authentication method uses SSL client certificates to perform authentication. It is therefore only available for SSL connections. When using this authentication method, the server will require that @@ -21,4 +21,4 @@ cert authentication because cert authentication is effectively trust authentication with clientcert=verify-full. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-delay.html postgresql-14-14.6/doc/src/sgml/html/auth-delay.html --- postgresql-14-14.5/doc/src/sgml/html/auth-delay.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-delay.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.3. auth_delay

F.3. auth_delay

+F.3. auth_delay

F.3. auth_delay

auth_delay causes the server to pause briefly before reporting authentication failure, to make brute-force attacks on database passwords more difficult. Note that it does nothing to prevent @@ -25,4 +25,4 @@ auth_delay.milliseconds = '500'

F.3.2. Author

KaiGai Kohei -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-ident.html postgresql-14-14.6/doc/src/sgml/html/auth-ident.html --- postgresql-14-14.5/doc/src/sgml/html/auth-ident.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-ident.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.8. Ident Authentication

21.8. Ident Authentication

+21.8. Ident Authentication

21.8. Ident Authentication

The ident authentication method works by obtaining the client's operating system user name from an ident server and using it as the allowed database user name (with an optional user name mapping). @@ -49,4 +49,4 @@ used when using the ident server with PostgreSQL, since PostgreSQL does not have any way to decrypt the returned string to determine the actual user name. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-ldap.html postgresql-14-14.6/doc/src/sgml/html/auth-ldap.html --- postgresql-14-14.5/doc/src/sgml/html/auth-ldap.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-ldap.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.10. LDAP Authentication

21.10. LDAP Authentication

+21.10. LDAP Authentication

21.10. LDAP Authentication

This authentication method operates similarly to password except that it uses LDAP as the password verification method. LDAP is used only to validate @@ -187,4 +187,4 @@ Since LDAP often uses commas and spaces to separate the different parts of a DN, it is often necessary to use double-quoted parameter values when configuring LDAP options, as shown in the examples. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-methods.html postgresql-14-14.6/doc/src/sgml/html/auth-methods.html --- postgresql-14-14.5/doc/src/sgml/html/auth-methods.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-methods.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.3. Authentication Methods

21.3. Authentication Methods

+21.3. Authentication Methods

21.3. Authentication Methods

PostgreSQL provides various methods for authenticating users: @@ -56,4 +56,4 @@

The following sections describe each of these authentication methods in more detail. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-pam.html postgresql-14-14.6/doc/src/sgml/html/auth-pam.html --- postgresql-14-14.5/doc/src/sgml/html/auth-pam.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-pam.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.13. PAM Authentication

21.13. PAM Authentication

+21.13. PAM Authentication

21.13. PAM Authentication

This authentication method operates similarly to password except that it uses PAM (Pluggable Authentication Modules) as the authentication mechanism. The @@ -28,4 +28,4 @@ will fail because the PostgreSQL server is started by a non-root user. However, this is not an issue when PAM is configured to use LDAP or other authentication methods. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-password.html postgresql-14-14.6/doc/src/sgml/html/auth-password.html --- postgresql-14-14.5/doc/src/sgml/html/auth-password.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-password.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.5. Password Authentication

21.5. Password Authentication

+21.5. Password Authentication

21.5. Password Authentication

There are several password-based authentication methods. These methods operate similarly but differ in how the users' passwords are stored on the server and how the password provided by a client is sent across the @@ -77,4 +77,4 @@ in postgresql.conf, make all users set new passwords, and change the authentication method specifications in pg_hba.conf to scram-sha-256. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-peer.html postgresql-14-14.6/doc/src/sgml/html/auth-peer.html --- postgresql-14-14.5/doc/src/sgml/html/auth-peer.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-peer.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.9. Peer Authentication

21.9. Peer Authentication

+21.9. Peer Authentication

21.9. Peer Authentication

The peer authentication method works by obtaining the client's operating system user name from the kernel and using it as the allowed database user name (with optional user name mapping). This @@ -18,4 +18,4 @@ most flavors of BSD including macOS, and Solaris. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-pg-hba-conf.html postgresql-14-14.6/doc/src/sgml/html/auth-pg-hba-conf.html --- postgresql-14-14.5/doc/src/sgml/html/auth-pg-hba-conf.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-pg-hba-conf.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.1. The pg_hba.conf File

21.1. The pg_hba.conf File

+21.1. The pg_hba.conf File

21.1. The pg_hba.conf File

Client authentication is controlled by a configuration file, which traditionally is named pg_hba.conf and is stored in the database @@ -489,4 +489,4 @@ # The database column can also use lists and file names: local db1,db2,@demodbs all md5 -


\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-radius.html postgresql-14-14.6/doc/src/sgml/html/auth-radius.html --- postgresql-14-14.5/doc/src/sgml/html/auth-radius.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-radius.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.11. RADIUS Authentication

21.11. RADIUS Authentication

+21.11. RADIUS Authentication

21.11. RADIUS Authentication

This authentication method operates similarly to password except that it uses RADIUS as the password verification method. RADIUS is used only to validate @@ -62,4 +62,4 @@

 host ... radius radiusservers="server1,server2" radiussecrets="""secret one"",""secret two"""
 

-

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-trust.html postgresql-14-14.6/doc/src/sgml/html/auth-trust.html --- postgresql-14-14.5/doc/src/sgml/html/auth-trust.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-trust.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.4. Trust Authentication

21.4. Trust Authentication

+21.4. Trust Authentication

21.4. Trust Authentication

When trust authentication is specified, PostgreSQL assumes that anyone who can connect to the server is authorized to access the database with @@ -34,4 +34,4 @@ to the server by the pg_hba.conf lines that specify trust. It is seldom reasonable to use trust for any TCP/IP connections other than those from localhost (127.0.0.1). -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auth-username-maps.html postgresql-14-14.6/doc/src/sgml/html/auth-username-maps.html --- postgresql-14-14.5/doc/src/sgml/html/auth-username-maps.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auth-username-maps.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.2. User Name Maps

21.2. User Name Maps

+21.2. User Name Maps

21.2. User Name Maps

When using an external authentication system such as Ident or GSSAPI, the name of the operating system user that initiated the connection might not be the same as the database user (role) that is to be used. @@ -91,4 +91,4 @@ omicron robert bob # bryanh can also connect as guest1 omicron bryanh guest1 -


\ No newline at end of file +
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/auto-explain.html postgresql-14-14.6/doc/src/sgml/html/auto-explain.html --- postgresql-14-14.5/doc/src/sgml/html/auto-explain.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/auto-explain.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.4. auto_explain

F.4. auto_explain

+F.4. auto_explain

F.4. auto_explain

The auto_explain module provides a means for logging execution plans of slow statements automatically, without having to run EXPLAIN @@ -186,4 +186,4 @@ Filter: indisunique

F.4.3. Author

Takahiro Itagaki -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/backup-dump.html postgresql-14-14.6/doc/src/sgml/html/backup-dump.html --- postgresql-14-14.5/doc/src/sgml/html/backup-dump.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/backup-dump.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -26.1. SQL Dump

26.1. SQL Dump

+26.1. SQL Dump

26.1. SQL Dump

The idea behind this dump method is to generate a file with SQL commands that, when fed back to the server, will recreate the database in the same state as it was at the time of the dump. @@ -244,4 +244,4 @@ You can use pg_restore -j to restore a dump in parallel. This will work for any archive of either the "custom" or the "directory" archive mode, whether or not it has been created with pg_dump -j. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/backup-file.html postgresql-14-14.6/doc/src/sgml/html/backup-file.html --- postgresql-14-14.5/doc/src/sgml/html/backup-file.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/backup-file.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -26.2. File System Level Backup

26.2. File System Level Backup

+26.2. File System Level Backup

26.2. File System Level Backup

An alternative backup strategy is to directly copy the files that PostgreSQL uses to store the data in the database; Section 19.2 explains where these files @@ -88,4 +88,4 @@ than an SQL dump. (pg_dump does not need to dump the contents of indexes for example, just the commands to recreate them.) However, taking a file system backup might be faster. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/backup.html postgresql-14-14.6/doc/src/sgml/html/backup.html --- postgresql-14-14.5/doc/src/sgml/html/backup.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/backup.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 26. Backup and Restore

Chapter 26. Backup and Restore

+Chapter 26. Backup and Restore

Chapter 26. Backup and Restore

As with everything that contains valuable data, PostgreSQL databases should be backed up regularly. While the procedure is essentially simple, it is important to have a clear understanding of @@ -10,4 +10,4 @@

  • SQL dump

  • File system level backup

  • Continuous archiving

Each has its own strengths and weaknesses; each is discussed in turn in the following sections. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/backup-manifest-files.html postgresql-14-14.6/doc/src/sgml/html/backup-manifest-files.html --- postgresql-14-14.5/doc/src/sgml/html/backup-manifest-files.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/backup-manifest-files.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -73.2. Backup Manifest File Object

73.2. Backup Manifest File Object

+73.2. Backup Manifest File Object

73.2. Backup Manifest File Object

The object which describes a single file contains either a Path key or an Encoded-Path key. Normally, the Path key will be present. The @@ -36,4 +36,4 @@

Checksum

The checksum computed for this file, stored as a series of hexadecimal characters, two for each byte of the checksum. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/backup-manifest-format.html postgresql-14-14.6/doc/src/sgml/html/backup-manifest-format.html --- postgresql-14-14.5/doc/src/sgml/html/backup-manifest-format.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/backup-manifest-format.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 73. Backup Manifest Format

Chapter 73. Backup Manifest Format

+Chapter 73. Backup Manifest Format

Chapter 73. Backup Manifest Format

The backup manifest generated by pg_basebackup is primarily intended to permit the backup to be verified using pg_verifybackup. However, it is @@ -13,4 +13,4 @@ supported server encoding. There is no similar exception for backup manifests.) The JSON document is always an object; the keys that are present in this object are described in the next section. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/backup-manifest-toplevel.html postgresql-14-14.6/doc/src/sgml/html/backup-manifest-toplevel.html --- postgresql-14-14.5/doc/src/sgml/html/backup-manifest-toplevel.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/backup-manifest-toplevel.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -73.1. Backup Manifest Top-level Object

73.1. Backup Manifest Top-level Object

+73.1. Backup Manifest Top-level Object

73.1. Backup Manifest Top-level Object

The backup manifest JSON document contains the following keys.

PostgreSQL-Backup-Manifest-Version

The associated value is always the integer 1. @@ -22,4 +22,4 @@ is significantly more expensive than a CRC32C checksum, the manifest should normally be small enough that the extra computation won't matter very much. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/backup-manifest-wal-ranges.html postgresql-14-14.6/doc/src/sgml/html/backup-manifest-wal-ranges.html --- postgresql-14-14.5/doc/src/sgml/html/backup-manifest-wal-ranges.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/backup-manifest-wal-ranges.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -73.3. Backup Manifest WAL Range Object

73.3. Backup Manifest WAL Range Object

+73.3. Backup Manifest WAL Range Object

73.3. Backup Manifest WAL Range Object

The object which describes a WAL range always has three keys:

Timeline

The timeline for this range of WAL records, as an integer. @@ -19,4 +19,4 @@ upstream promotion, it is possible for multiple ranges to be present, each with a different timeline. There will never be multiple WAL ranges present for the same timeline. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bgworker.html postgresql-14-14.6/doc/src/sgml/html/bgworker.html --- postgresql-14-14.5/doc/src/sgml/html/bgworker.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bgworker.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 48. Background Worker Processes

Chapter 48. Background Worker Processes

+Chapter 48. Background Worker Processes

Chapter 48. Background Worker Processes

PostgreSQL can be extended to run user-supplied code in separate processes. Such processes are started, stopped and monitored by postgres, which permits them to have a lifetime closely linked to the server's status. @@ -232,4 +232,4 @@

The maximum number of registered background workers is limited by max_worker_processes. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/biblio.html postgresql-14-14.6/doc/src/sgml/html/biblio.html --- postgresql-14-14.5/doc/src/sgml/html/biblio.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/biblio.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,5 +1,5 @@ -Bibliography

Bibliography

+Bibliography

Bibliography

Selected references and readings for SQL and PostgreSQL.

@@ -20,4 +20,4 @@ system”. M. Stonebraker, M. Hearst, and S. Potamianos. SIGMOD Record 18(3). Sept. 1989.

[ston89b] The case for partial indexes”. M. Stonebraker. SIGMOD Record 18(4). Dec. 1989. 4–11.

[ston90a] The implementation of POSTGRES”. M. Stonebraker, L. A. Rowe, and M. Hirohama. Transactions on Knowledge and Data Engineering 2(1). IEEE. March 1990.

[ston90b] On - Rules, Procedures, Caching and Views in Database Systems”. M. Stonebraker, A. Jhingran, J. Goh, and S. Potamianos. ACM-SIGMOD Conference on Management of Data, June 1990.

\ No newline at end of file + Rules, Procedures, Caching and Views in Database Systems”. M. Stonebraker, A. Jhingran, J. Goh, and S. Potamianos. ACM-SIGMOD Conference on Management of Data, June 1990.

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bki-commands.html postgresql-14-14.6/doc/src/sgml/html/bki-commands.html --- postgresql-14-14.5/doc/src/sgml/html/bki-commands.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bki-commands.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -71.4. BKI Commands

71.4. BKI Commands

+71.4. BKI Commands

71.4. BKI Commands

create tablename tableoid @@ -108,4 +108,4 @@ is postponed.

build indices

Fill in the indices that have previously been declared. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bki-example.html postgresql-14-14.6/doc/src/sgml/html/bki-example.html --- postgresql-14-14.5/doc/src/sgml/html/bki-example.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bki-example.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -71.6. BKI Example

71.6. BKI Example

+71.6. BKI Example

71.6. BKI Example

The following sequence of commands will create the table test_table with OID 420, having three columns oid, cola and colb @@ -12,4 +12,4 @@ insert ( 422 2 _null_ ) close test_table

-

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bki-format.html postgresql-14-14.6/doc/src/sgml/html/bki-format.html --- postgresql-14-14.5/doc/src/sgml/html/bki-format.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bki-format.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -71.3. BKI File Format

71.3. BKI File Format

+71.3. BKI File Format

71.3. BKI File Format

This section describes how the PostgreSQL backend interprets BKI files. This description will be easier to understand if the postgres.bki @@ -16,4 +16,4 @@ single-quoted strings. Everything is case sensitive.

Lines starting with # are ignored. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bki.html postgresql-14-14.6/doc/src/sgml/html/bki.html --- postgresql-14-14.5/doc/src/sgml/html/bki.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bki.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 71. System Catalog Declarations and Initial Contents

Chapter 71. System Catalog Declarations and Initial Contents

+Chapter 71. System Catalog Declarations and Initial Contents

Chapter 71. System Catalog Declarations and Initial Contents

PostgreSQL uses many different system catalogs to keep track of the existence and properties of database objects, such as tables and functions. Physically there is no difference between a system @@ -53,4 +53,4 @@ and/or initial data files. The rest of this chapter gives some information about that, and for completeness describes the BKI file format. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bki-structure.html postgresql-14-14.6/doc/src/sgml/html/bki-structure.html --- postgresql-14-14.5/doc/src/sgml/html/bki-structure.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bki-structure.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -71.5. Structure of the Bootstrap BKI File

71.5. Structure of the Bootstrap BKI File

+71.5. Structure of the Bootstrap BKI File

71.5. Structure of the Bootstrap BKI File

The open command cannot be used until the tables it uses exist and have entries for the table that is to be opened. (These minimum tables are pg_class, @@ -39,4 +39,4 @@

There are doubtless other, undocumented ordering dependencies. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bloom.html postgresql-14-14.6/doc/src/sgml/html/bloom.html --- postgresql-14-14.5/doc/src/sgml/html/bloom.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bloom.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.5. bloom

F.5. bloom

+F.5. bloom

F.5. bloom

bloom provides an index access method based on Bloom filters.

@@ -187,4 +187,4 @@

Oleg Bartunov , Postgres Professional, Moscow, Russia -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bookindex.html postgresql-14-14.6/doc/src/sgml/html/bookindex.html --- postgresql-14-14.5/doc/src/sgml/html/bookindex.html 2022-08-08 20:58:50.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bookindex.html 2022-11-07 22:00:57.000000000 +0000 @@ -1,5 +1,5 @@ -Index

Index

Index

A

abbrev, Network Address Functions and Operators
ABORT, ABORT
abs, Mathematical Functions and Operators
ACL, Privileges
aclcontains, System Information Functions and Operators
acldefault, System Information Functions and Operators
aclexplode, System Information Functions and Operators
aclitem, Privileges
aclitemeq, System Information Functions and Operators
acos, Mathematical Functions and Operators
acosd, Mathematical Functions and Operators
acosh, Mathematical Functions and Operators
administration tools
externally maintained, Administration Tools
adminpack, adminpack
advisory lock, Advisory Locks
age, Date/Time Functions and Operators
aggregate function, Aggregate Functions, Aggregate Expressions, Aggregate Functions, User-Defined Aggregates
built-in, Aggregate Functions
invocation, Aggregate Expressions
moving aggregate, Moving-Aggregate Mode
ordered set, Ordered-Set Aggregates
partial aggregation, Partial Aggregation
polymorphic, Polymorphic and Variadic Aggregates
support functions for, Support Functions for Aggregates
user-defined, User-Defined Aggregates
variadic, Polymorphic and Variadic Aggregates
AIX, AIX
installation on, AIX
IPC configuration, Shared Memory and Semaphores
akeys, hstore Operators and Functions
alias, Table and Column Aliases, Column Labels
for table name in query, Joins Between Tables
in the FROM clause, Table and Column Aliases
in the select list, Column Labels
ALL, GROUPING SETS, CUBE, and ROLLUP, DISTINCT, Subquery Expressions, Row and Array Comparisons
GROUP BY ALL, GROUPING SETS, CUBE, and ROLLUP
SELECT ALL, DISTINCT
allow_in_place_tablespaces configuration parameter, Developer Options
allow_system_table_mods configuration parameter, Developer Options
ALTER AGGREGATE, ALTER AGGREGATE
ALTER COLLATION, ALTER COLLATION
ALTER CONVERSION, ALTER CONVERSION
ALTER DATABASE, ALTER DATABASE
ALTER DEFAULT PRIVILEGES, ALTER DEFAULT PRIVILEGES
ALTER DOMAIN, ALTER DOMAIN
ALTER EVENT TRIGGER, ALTER EVENT TRIGGER
ALTER EXTENSION, ALTER EXTENSION
ALTER FOREIGN DATA WRAPPER, ALTER FOREIGN DATA WRAPPER
ALTER FOREIGN TABLE, ALTER FOREIGN TABLE
ALTER FUNCTION, ALTER FUNCTION
ALTER GROUP, ALTER GROUP
ALTER INDEX, ALTER INDEX
ALTER LANGUAGE, ALTER LANGUAGE
ALTER LARGE OBJECT, ALTER LARGE OBJECT
ALTER MATERIALIZED VIEW, ALTER MATERIALIZED VIEW
ALTER OPERATOR, ALTER OPERATOR
ALTER OPERATOR CLASS, ALTER OPERATOR CLASS
ALTER OPERATOR FAMILY, ALTER OPERATOR FAMILY
ALTER POLICY, ALTER POLICY
ALTER PROCEDURE, ALTER PROCEDURE
ALTER PUBLICATION, ALTER PUBLICATION
ALTER ROLE, Role Attributes, ALTER ROLE
ALTER ROUTINE, ALTER ROUTINE
ALTER RULE, ALTER RULE
ALTER SCHEMA, ALTER SCHEMA
ALTER SEQUENCE, ALTER SEQUENCE
ALTER SERVER, ALTER SERVER
ALTER STATISTICS, ALTER STATISTICS
ALTER SUBSCRIPTION, ALTER SUBSCRIPTION
ALTER SYSTEM, ALTER SYSTEM
ALTER TABLE, ALTER TABLE
ALTER TABLESPACE, ALTER TABLESPACE
ALTER TEXT SEARCH CONFIGURATION, ALTER TEXT SEARCH CONFIGURATION
ALTER TEXT SEARCH DICTIONARY, ALTER TEXT SEARCH DICTIONARY
ALTER TEXT SEARCH PARSER, ALTER TEXT SEARCH PARSER
ALTER TEXT SEARCH TEMPLATE, ALTER TEXT SEARCH TEMPLATE
ALTER TRIGGER, ALTER TRIGGER
ALTER TYPE, ALTER TYPE
ALTER USER, ALTER USER
ALTER USER MAPPING, ALTER USER MAPPING
ALTER VIEW, ALTER VIEW
amcheck, amcheck
ANALYZE, Updating Planner Statistics, ANALYZE
AND (operator), Logical Operators
anonymous code blocks, DO
any, Pseudo-Types
ANY, Aggregate Functions, Subquery Expressions, Row and Array Comparisons
anyarray, Pseudo-Types
anycompatible, Pseudo-Types
anycompatiblearray, Pseudo-Types
anycompatiblemultirange, Pseudo-Types
anycompatiblenonarray, Pseudo-Types
anycompatiblerange, Pseudo-Types
anyelement, Pseudo-Types
anyenum, Pseudo-Types
anymultirange, Pseudo-Types
anynonarray, Pseudo-Types
anyrange, Pseudo-Types
applicable role, applicable_roles
application_name configuration parameter, What to Log
arbitrary precision numbers, Arbitrary Precision Numbers
archive_cleanup_command configuration parameter, Archive Recovery
archive_command configuration parameter, Archiving
archive_mode configuration parameter, Archiving
archive_timeout configuration parameter, Archiving
area, Geometric Functions and Operators
armor, armor(), dearmor()
array, Arrays
accessing, Accessing Arrays
constant, Array Value Input
constructor, Array Constructors
declaration, Declaration of Array Types
I/O, Array Input and Output Syntax
modifying, Modifying Arrays
of user-defined type, User-Defined Types
searching, Searching in Arrays
ARRAY, Array Constructors, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
array_agg, Aggregate Functions, Functions
array_append, Array Functions and Operators
array_cat, Array Functions and Operators
array_dims, Array Functions and Operators
array_fill, Array Functions and Operators
array_length, Array Functions and Operators
array_lower, Array Functions and Operators
array_ndims, Array Functions and Operators
array_nulls configuration parameter, Previous PostgreSQL Versions
array_position, Array Functions and Operators
array_positions, Array Functions and Operators
array_prepend, Array Functions and Operators
array_remove, Array Functions and Operators
array_replace, Array Functions and Operators
array_to_json, Processing and Creating JSON Data
array_to_string, Array Functions and Operators
array_to_tsvector, Text Search Functions and Operators
array_upper, Array Functions and Operators
ascii, String Functions and Operators
asin, Mathematical Functions and Operators
asind, Mathematical Functions and Operators
asinh, Mathematical Functions and Operators
ASSERT
in PL/pgSQL, Checking Assertions
assertions
in PL/pgSQL, Checking Assertions
asynchronous commit, Asynchronous Commit
AT TIME ZONE, AT TIME ZONE
atan, Mathematical Functions and Operators
atan2, Mathematical Functions and Operators
atan2d, Mathematical Functions and Operators
atand, Mathematical Functions and Operators
atanh, Mathematical Functions and Operators
authentication_timeout configuration parameter, Authentication
auth_delay, auth_delay
auth_delay.milliseconds configuration parameter, Configuration Parameters
auto-increment (see serial)
autocommit
bulk-loading data, Disable Autocommit
psql, Variables
autosummarize storage parameter, Index Storage Parameters
autovacuum
configuration parameters, Automatic Vacuuming
general information, The Autovacuum Daemon
autovacuum configuration parameter, Automatic Vacuuming
autovacuum_analyze_scale_factor
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_analyze_threshold
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_enabled storage parameter, Storage Parameters
autovacuum_freeze_max_age
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_freeze_min_age storage parameter, Storage Parameters
autovacuum_freeze_table_age storage parameter, Storage Parameters
autovacuum_max_workers configuration parameter, Automatic Vacuuming
autovacuum_multixact_freeze_max_age
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_multixact_freeze_min_age storage parameter, Storage Parameters
autovacuum_multixact_freeze_table_age storage parameter, Storage Parameters
autovacuum_naptime configuration parameter, Automatic Vacuuming
autovacuum_vacuum_cost_delay
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_cost_limit
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_insert_scale_factor
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_insert_threshold
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_scale_factor
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_threshold
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_work_mem configuration parameter, Memory
auto_explain, auto_explain
auto_explain.log_analyze configuration parameter, Configuration Parameters
auto_explain.log_buffers configuration parameter, Configuration Parameters
auto_explain.log_format configuration parameter, Configuration Parameters
auto_explain.log_level configuration parameter, Configuration Parameters
auto_explain.log_min_duration configuration parameter, Configuration Parameters
auto_explain.log_nested_statements configuration parameter, Configuration Parameters
auto_explain.log_settings configuration parameter, Configuration Parameters
auto_explain.log_timing configuration parameter, Configuration Parameters
auto_explain.log_triggers configuration parameter, Configuration Parameters
auto_explain.log_verbose configuration parameter, Configuration Parameters
auto_explain.log_wal configuration parameter, Configuration Parameters
auto_explain.sample_rate configuration parameter, Configuration Parameters
avals, hstore Operators and Functions
average, Aggregate Functions
avg, Aggregate Functions

B

B-Tree (see index)
backend_flush_after configuration parameter, Asynchronous Behavior
Background workers, Background Worker Processes
backslash escapes, String Constants with C-Style Escapes
backslash_quote configuration parameter, Previous PostgreSQL Versions
backtrace_functions configuration parameter, Developer Options
backup, Backup Control Functions, Backup and Restore
Backup Manifest, Backup Manifest Format
base type, The PostgreSQL Type System
base64 format, Binary String Functions and Operators
BASE_BACKUP, Streaming Replication Protocol
batch mode, Pipeline Mode
in libpq, Pipeline Mode
BEGIN, BEGIN
BETWEEN, Comparison Functions and Operators
BETWEEN SYMMETRIC, Comparison Functions and Operators
BGWORKER_BACKEND_​DATABASE_CONNECTION, Background Worker Processes
BGWORKER_SHMEM_ACCESS, Background Worker Processes
bgwriter_delay configuration parameter, Background Writer
bgwriter_flush_after configuration parameter, Background Writer
bgwriter_lru_maxpages configuration parameter, Background Writer
bgwriter_lru_multiplier configuration parameter, Background Writer
bigint, Numeric Constants, Integer Types
bigserial, Serial Types
binary data, Binary Data Types, Binary String Functions and Operators
functions, Binary String Functions and Operators
binary string
concatenation, Binary String Functions and Operators
converting to character string, Binary String Functions and Operators
length, Binary String Functions and Operators
bison, Requirements
bit string, Bit-String Constants, Bit String Types
constant, Bit-String Constants
data type, Bit String Types
length, Bit String Functions and Operators
bit strings, Bit String Functions and Operators
functions, Bit String Functions and Operators
bitmap scan, Combining Multiple Indexes, Planner Method Configuration
bit_and, Aggregate Functions
bit_count, Binary String Functions and Operators, Bit String Functions and Operators
bit_length, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
bit_or, Aggregate Functions
bit_xor, Aggregate Functions
BLOB (see large object)
block_size configuration parameter, Preset Options
bloom, bloom
bonjour configuration parameter, Connection Settings
bonjour_name configuration parameter, Connection Settings
Boolean, Boolean Type
data type, Boolean Type
operators (see operators, logical)
bool_and, Aggregate Functions
bool_or, Aggregate Functions
booting
starting the server during, Starting the Database Server
bound_box, Geometric Functions and Operators
box, Geometric Functions and Operators
box (data type), Boxes
BRIN (see index)
brin_desummarize_range, Index Maintenance Functions
brin_metapage_info, BRIN Functions
brin_page_items, BRIN Functions
brin_page_type, BRIN Functions
brin_revmap_data, BRIN Functions
brin_summarize_new_values, Index Maintenance Functions
brin_summarize_range, Index Maintenance Functions
broadcast, Network Address Functions and Operators
BSD Authentication, BSD Authentication
btree_gin, btree_gin
btree_gist, btree_gist
btrim, String Functions and Operators, Binary String Functions and Operators
bt_index_check, Functions
bt_index_parent_check, Functions
bt_metap, B-Tree Functions
bt_page_items, B-Tree Functions
bt_page_stats, B-Tree Functions
buffering storage parameter, Index Storage Parameters
bytea, Binary Data Types
bytea_output configuration parameter, Statement Behavior

C

C, libpq — C Library, ECPG — Embedded SQL in C
C++, Using C++ for Extensibility
CALL, CALL
canceling, Canceling Queries in Progress
SQL command, Canceling Queries in Progress
cardinality, Array Functions and Operators
CASCADE, Dependency Tracking
with DROP, Dependency Tracking
foreign key action, Foreign Keys
Cascading Replication, High Availability, Load Balancing, and Replication
CASE, Conditional Expressions, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
case sensitivity
of SQL commands, Identifiers and Key Words
cast, CREATE CAST
I/O conversion, CREATE CAST
cbrt, Mathematical Functions and Operators
ceil, Mathematical Functions and Operators
ceiling, Mathematical Functions and Operators
center, Geometric Functions and Operators
Certificate, Certificate Authentication
chained transactions, Transaction Management, Parameters, Parameters
in PL/pgSQL, Transaction Management
char, Character Types
character, Character Types
character set, Locale and Formatting, Preset Options, Character Set Support
character string, String Constants, Character Types
concatenation, String Functions and Operators
constant, String Constants
converting to binary string, Binary String Functions and Operators
data types, Character Types
length, String Functions and Operators
character varying, Character Types
character_length, String Functions and Operators
char_length, String Functions and Operators
check constraint, Check Constraints
CHECK OPTION, CREATE VIEW
checkpoint, WAL Configuration
CHECKPOINT, CHECKPOINT
checkpoint_completion_target configuration parameter, Checkpoints
checkpoint_flush_after configuration parameter, Checkpoints
checkpoint_timeout configuration parameter, Checkpoints
checkpoint_warning configuration parameter, Checkpoints
checksums, Data Checksums
check_function_bodies configuration parameter, Statement Behavior
chr, String Functions and Operators
cid, Object Identifier Types
cidr, cidr
circle, Circles, Geometric Functions and Operators
citext, citext
client authentication, Client Authentication
timeout during, Authentication
client_connection_check_interval configuration parameter, Connection Settings
client_encoding configuration parameter, Locale and Formatting
client_min_messages configuration parameter, Statement Behavior
clock_timestamp, Date/Time Functions and Operators
CLOSE, CLOSE
cluster
of databases (see database cluster)
CLUSTER, CLUSTER
clusterdb, clusterdb
clustering, High Availability, Load Balancing, and Replication
cluster_name configuration parameter, Process Title
cmax, System Columns
cmin, System Columns
COALESCE, COALESCE
COLLATE, Collation Expressions
collation, Collation Support
in PL/pgSQL, Collation of PL/pgSQL Variables
in SQL functions, SQL Functions with Collations
COLLATION FOR, System Information Functions and Operators
color, Color Support
column, Concepts, Table Basics
adding, Adding a Column
removing, Removing a Column
renaming, Renaming a Column
system column, System Columns
column data type
changing, Changing a Column's Data Type
column reference, Column References
col_description, System Information Functions and Operators
comment, Comments
about database objects, System Information Functions and Operators
in SQL, Comments
COMMENT, COMMENT
COMMIT, COMMIT
COMMIT PREPARED, COMMIT PREPARED
commit_delay configuration parameter, Settings
commit_siblings configuration parameter, Settings
common table expression (see WITH)
comparison, Comparison Functions and Operators, Subquery Expressions
composite type, Row and Array Comparisons
operators, Comparison Functions and Operators
row constructor, Row and Array Comparisons
subquery result row, Subquery Expressions
compiling, Building libpq Programs
libpq applications, Building libpq Programs
composite type, Composite Types, The PostgreSQL Type System
comparison, Row and Array Comparisons
constant, Constructing Composite Values
constructor, Row Constructors
computed field, Using Composite Types in Queries
compute_query_id configuration parameter, Statistics Monitoring
concat, String Functions and Operators
concat_ws, String Functions and Operators
concurrency, Concurrency Control
conditional expression, Conditional Expressions
configuration
of recovery
of a standby server, Archive Recovery
of the server, Server Configuration
of the server
functions, Configuration Settings Functions
configure, Installation Procedure
configure environment variables, configure Environment Variables
configure options, configure Options
config_file configuration parameter, File Locations
conjunction, Logical Operators
connectby, Functions Provided, connectby
connection service file, The Connection Service File
conninfo, Connection Strings
constant, Constants
constraint, Constraints
adding, Adding a Constraint
check, Check Constraints
exclusion, Exclusion Constraints
foreign key, Foreign Keys
name, Check Constraints
NOT NULL, Not-Null Constraints
primary key, Primary Keys
removing, Removing a Constraint
unique, Unique Constraints
constraint exclusion, Partitioning and Constraint Exclusion, Other Planner Options
constraint_exclusion configuration parameter, Other Planner Options
container type, The PostgreSQL Type System
CONTINUE
in PL/pgSQL, CONTINUE
continuous archiving, Backup and Restore
in standby, Continuous Archiving in Standby
control file, Extension Files
convert, Binary String Functions and Operators
convert_from, Binary String Functions and Operators
convert_to, Binary String Functions and Operators
COPY, Populating a Table With Rows, Functions Associated with the COPY Command, COPY
with libpq, Functions Associated with the COPY Command
corr, Aggregate Functions
correlation, Aggregate Functions
in the query planner, Extended Statistics
cos, Mathematical Functions and Operators
cosd, Mathematical Functions and Operators
cosh, Mathematical Functions and Operators
cot, Mathematical Functions and Operators
cotd, Mathematical Functions and Operators
count, Aggregate Functions
covariance
population, Aggregate Functions
sample, Aggregate Functions
covar_pop, Aggregate Functions
covar_samp, Aggregate Functions
covering index, Index-Only Scans and Covering Indexes
cpu_index_tuple_cost configuration parameter, Planner Cost Constants
cpu_operator_cost configuration parameter, Planner Cost Constants
cpu_tuple_cost configuration parameter, Planner Cost Constants
CREATE ACCESS METHOD, CREATE ACCESS METHOD
CREATE AGGREGATE, CREATE AGGREGATE
CREATE CAST, CREATE CAST
CREATE COLLATION, CREATE COLLATION
CREATE CONVERSION, CREATE CONVERSION
CREATE DATABASE, Creating a Database, CREATE DATABASE
CREATE DOMAIN, CREATE DOMAIN
CREATE EVENT TRIGGER, CREATE EVENT TRIGGER
CREATE EXTENSION, CREATE EXTENSION
CREATE FOREIGN DATA WRAPPER, CREATE FOREIGN DATA WRAPPER
CREATE FOREIGN TABLE, CREATE FOREIGN TABLE
CREATE FUNCTION, CREATE FUNCTION
CREATE GROUP, CREATE GROUP
CREATE INDEX, CREATE INDEX
CREATE LANGUAGE, CREATE LANGUAGE
CREATE MATERIALIZED VIEW, CREATE MATERIALIZED VIEW
CREATE OPERATOR, CREATE OPERATOR
CREATE OPERATOR CLASS, CREATE OPERATOR CLASS
CREATE OPERATOR FAMILY, CREATE OPERATOR FAMILY
CREATE POLICY, CREATE POLICY
CREATE PROCEDURE, CREATE PROCEDURE
CREATE PUBLICATION, CREATE PUBLICATION
CREATE ROLE, Database Roles, CREATE ROLE
CREATE RULE, CREATE RULE
CREATE SCHEMA, CREATE SCHEMA
CREATE SEQUENCE, CREATE SEQUENCE
CREATE SERVER, CREATE SERVER
CREATE STATISTICS, CREATE STATISTICS
CREATE SUBSCRIPTION, CREATE SUBSCRIPTION
CREATE TABLE, Creating a New Table, CREATE TABLE
CREATE TABLE AS, CREATE TABLE AS
CREATE TABLESPACE, Tablespaces, CREATE TABLESPACE
CREATE TEXT SEARCH CONFIGURATION, CREATE TEXT SEARCH CONFIGURATION
CREATE TEXT SEARCH DICTIONARY, CREATE TEXT SEARCH DICTIONARY
CREATE TEXT SEARCH PARSER, CREATE TEXT SEARCH PARSER
CREATE TEXT SEARCH TEMPLATE, CREATE TEXT SEARCH TEMPLATE
CREATE TRANSFORM, CREATE TRANSFORM
CREATE TRIGGER, CREATE TRIGGER
CREATE TYPE, CREATE TYPE
CREATE USER, CREATE USER
CREATE USER MAPPING, CREATE USER MAPPING
CREATE VIEW, CREATE VIEW
createdb, Creating a Database, Creating a Database, createdb
createuser, Database Roles, createuser
CREATE_REPLICATION_SLOT, Streaming Replication Protocol
cross compilation, Build Process Details
cross join, Joined Tables
crosstab, crosstab(text), crosstabN(text), crosstab(text, text)
crypt, crypt()
cstring, Pseudo-Types
CSV (Comma-Separated Values) format
in psql, Meta-Commands
ctid, System Columns
CTID, View Rules in Non-SELECT Statements
CUBE, GROUPING SETS, CUBE, and ROLLUP
cube (extension), cube
cume_dist, Window Functions
hypothetical, Aggregate Functions
current_catalog, System Information Functions and Operators
current_database, System Information Functions and Operators
current_date, Date/Time Functions and Operators
current_logfiles
and the log_destination configuration parameter, Where to Log
and the pg_current_logfile function, System Information Functions and Operators
current_query, System Information Functions and Operators
current_role, System Information Functions and Operators
current_schema, System Information Functions and Operators
current_schemas, System Information Functions and Operators
current_setting, Configuration Settings Functions
current_time, Date/Time Functions and Operators
current_timestamp, Date/Time Functions and Operators
current_user, System Information Functions and Operators
currval, Sequence Manipulation Functions
cursor, Cursors, CLOSE, DECLARE, EXPLAIN, FETCH, MOVE
CLOSE, CLOSE
DECLARE, DECLARE
FETCH, FETCH
in PL/pgSQL, Cursors
MOVE, MOVE
showing the query plan, EXPLAIN
cursor_tuple_fraction configuration parameter, Other Planner Options
custom scan provider, Writing a Custom Scan Provider
handler for, Writing a Custom Scan Provider
Cygwin, Cygwin
installation on, Cygwin

D

data area (see database cluster)
data partitioning, High Availability, Load Balancing, and Replication
data type, Data Types, Numeric Types, Enumerated Types, Domain Types, Type Conversion, The PostgreSQL Type System, The PostgreSQL Type System, The PostgreSQL Type System, Polymorphic Types, Base Types in C-Language Functions, User-Defined Types
base, The PostgreSQL Type System
category, Overview
composite, The PostgreSQL Type System
constant, Constants of Other Types
container, The PostgreSQL Type System
conversion, Type Conversion
domain, Domain Types
enumerated (enum), Enumerated Types
internal organization, Base Types in C-Language Functions
numeric, Numeric Types
polymorphic, Polymorphic Types
type cast, Type Casts
user-defined, User-Defined Types
database, Creating a Database, Managing Databases
creating, Creating a Database
privilege to create, Role Attributes
database activity, Monitoring Database Activity
monitoring, Monitoring Database Activity
database cluster, Concepts, Creating a Database Cluster
data_checksums configuration parameter, Preset Options
data_directory configuration parameter, File Locations
data_directory_mode configuration parameter, Preset Options
data_sync_retry configuration parameter, Error Handling
date, Date/Time Types, Dates
constants, Special Values
current, Current Date/Time
output format, Date/Time Output
(see also formatting)
DateStyle configuration parameter, Locale and Formatting
date_bin, date_bin
date_part, Date/Time Functions and Operators, EXTRACT, date_part
date_trunc, Date/Time Functions and Operators, date_trunc
dblink, dblink, dblink
dblink_build_sql_delete, dblink_build_sql_delete
dblink_build_sql_insert, dblink_build_sql_insert
dblink_build_sql_update, dblink_build_sql_update
dblink_cancel_query, dblink_cancel_query
dblink_close, dblink_close
dblink_connect, dblink_connect
dblink_connect_u, dblink_connect_u
dblink_disconnect, dblink_disconnect
dblink_error_message, dblink_error_message
dblink_exec, dblink_exec
dblink_fetch, dblink_fetch
dblink_get_connections, dblink_get_connections
dblink_get_notify, dblink_get_notify
dblink_get_pkey, dblink_get_pkey
dblink_get_result, dblink_get_result
dblink_is_busy, dblink_is_busy
dblink_open, dblink_open
dblink_send_query, dblink_send_query
db_user_namespace configuration parameter, Authentication
deadlock, Deadlocks
timeout during, Lock Management
deadlock_timeout configuration parameter, Lock Management
DEALLOCATE, DEALLOCATE
dearmor, armor(), dearmor()
debug_assertions configuration parameter, Preset Options
debug_deadlocks configuration parameter, Developer Options
debug_discard_caches configuration parameter, Developer Options
debug_pretty_print configuration parameter, What to Log
debug_print_parse configuration parameter, What to Log
debug_print_plan configuration parameter, What to Log
debug_print_rewritten configuration parameter, What to Log
decimal (see numeric)
DECLARE, DECLARE
decode, Binary String Functions and Operators
decode_bytea
in PL/Perl, Utility Functions in PL/Perl
decrypt, Raw Encryption Functions
decrypt_iv, Raw Encryption Functions
deduplicate_items storage parameter, Index Storage Parameters
default value, Default Values
changing, Changing a Column's Default Value
default-roles, Default Roles Renamed to Predefined Roles
default_statistics_target configuration parameter, Other Planner Options
default_tablespace configuration parameter, Statement Behavior
default_table_access_method configuration parameter, Statement Behavior
default_text_search_config configuration parameter, Locale and Formatting
default_toast_compression configuration parameter, Statement Behavior
default_transaction_deferrable configuration parameter, Statement Behavior
default_transaction_isolation configuration parameter, Statement Behavior
default_transaction_read_only configuration parameter, Statement Behavior
deferrable transaction, Statement Behavior
setting, SET TRANSACTION
setting default, Statement Behavior
defined, hstore Operators and Functions
degrees, Mathematical Functions and Operators
delay, Delaying Execution
DELETE, Deletions, Deleting Data, Returning Data from Modified Rows, DELETE
RETURNING, Returning Data from Modified Rows
delete, hstore Operators and Functions
deleting, Deleting Data
dense_rank, Window Functions
hypothetical, Aggregate Functions
diagonal, Geometric Functions and Operators
diameter, Geometric Functions and Operators
dict_int, dict_int
dict_xsyn, dict_xsyn
difference, Soundex
digest, digest()
dirty read, Transaction Isolation
DISCARD, DISCARD
disjunction, Logical Operators
disk drive, WAL Internals
disk space, Recovering Disk Space
disk usage, Determining Disk Usage
DISTINCT, Querying a Table, GROUPING SETS, CUBE, and ROLLUP, DISTINCT
GROUP BY DISTINCT, GROUPING SETS, CUBE, and ROLLUP
SELECT DISTINCT, DISTINCT
div, Mathematical Functions and Operators
dmetaphone, Double Metaphone
dmetaphone_alt, Double Metaphone
DO, DO
document, What Is a Document?
text search, What Is a Document?
dollar quoting, Dollar-Quoted String Constants
domain, Domain Types
double precision, Floating-Point Types
DROP ACCESS METHOD, DROP ACCESS METHOD
DROP AGGREGATE, DROP AGGREGATE
DROP CAST, DROP CAST
DROP COLLATION, DROP COLLATION
DROP CONVERSION, DROP CONVERSION
DROP DATABASE, Destroying a Database, DROP DATABASE
DROP DOMAIN, DROP DOMAIN
DROP EVENT TRIGGER, DROP EVENT TRIGGER
DROP EXTENSION, DROP EXTENSION
DROP FOREIGN DATA WRAPPER, DROP FOREIGN DATA WRAPPER
DROP FOREIGN TABLE, DROP FOREIGN TABLE
DROP FUNCTION, DROP FUNCTION
DROP GROUP, DROP GROUP
DROP INDEX, DROP INDEX
DROP LANGUAGE, DROP LANGUAGE
DROP MATERIALIZED VIEW, DROP MATERIALIZED VIEW
DROP OPERATOR, DROP OPERATOR
DROP OPERATOR CLASS, DROP OPERATOR CLASS
DROP OPERATOR FAMILY, DROP OPERATOR FAMILY
DROP OWNED, DROP OWNED
DROP POLICY, DROP POLICY
DROP PROCEDURE, DROP PROCEDURE
DROP PUBLICATION, DROP PUBLICATION
DROP ROLE, Database Roles, DROP ROLE
DROP ROUTINE, DROP ROUTINE
DROP RULE, DROP RULE
DROP SCHEMA, DROP SCHEMA
DROP SEQUENCE, DROP SEQUENCE
DROP SERVER, DROP SERVER
DROP STATISTICS, DROP STATISTICS
DROP SUBSCRIPTION, DROP SUBSCRIPTION
DROP TABLE, Creating a New Table, DROP TABLE
DROP TABLESPACE, DROP TABLESPACE
DROP TEXT SEARCH CONFIGURATION, DROP TEXT SEARCH CONFIGURATION
DROP TEXT SEARCH DICTIONARY, DROP TEXT SEARCH DICTIONARY
DROP TEXT SEARCH PARSER, DROP TEXT SEARCH PARSER
DROP TEXT SEARCH TEMPLATE, DROP TEXT SEARCH TEMPLATE
DROP TRANSFORM, DROP TRANSFORM
DROP TRIGGER, DROP TRIGGER
DROP TYPE, DROP TYPE
DROP USER, DROP USER
DROP USER MAPPING, DROP USER MAPPING
DROP VIEW, DROP VIEW
dropdb, Destroying a Database, dropdb
dropuser, Database Roles, dropuser
DROP_REPLICATION_SLOT, Streaming Replication Protocol
DTD, Creating XML Values
DTrace, Developer Options, Dynamic Tracing
duplicate, Querying a Table
duplicates, DISTINCT
dynamic loading, Other Defaults, Dynamic Loading
dynamic_library_path, Dynamic Loading
dynamic_library_path configuration parameter, Other Defaults
dynamic_shared_memory_type configuration parameter, Memory

E

each, hstore Operators and Functions
earth, Cube-Based Earth Distances
earthdistance, earthdistance
earth_box, Cube-Based Earth Distances
earth_distance, Cube-Based Earth Distances
ECPG, ECPG — Embedded SQL in C
ecpg, ecpg
effective_cache_size configuration parameter, Planner Cost Constants
effective_io_concurrency configuration parameter, Asynchronous Behavior
elog, Reporting Errors Within the Server
in PL/Perl, Utility Functions in PL/Perl
in PL/Python, Utility Functions
in PL/Tcl, Database Access from PL/Tcl
embedded SQL, ECPG — Embedded SQL in C
in C, ECPG — Embedded SQL in C
enabled role, enabled_roles
enable_async_append configuration parameter, Planner Method Configuration
enable_bitmapscan configuration parameter, Planner Method Configuration
enable_gathermerge configuration parameter, Planner Method Configuration
enable_hashagg configuration parameter, Planner Method Configuration
enable_hashjoin configuration parameter, Planner Method Configuration
enable_incremental_sort configuration parameter, Planner Method Configuration
enable_indexonlyscan configuration parameter, Planner Method Configuration
enable_indexscan configuration parameter, Planner Method Configuration
enable_material configuration parameter, Planner Method Configuration
enable_memoize configuration parameter, Planner Method Configuration
enable_mergejoin configuration parameter, Planner Method Configuration
enable_nestloop configuration parameter, Planner Method Configuration
enable_parallel_append configuration parameter, Planner Method Configuration
enable_parallel_hash configuration parameter, Planner Method Configuration
enable_partitionwise_aggregate configuration parameter, Planner Method Configuration
enable_partitionwise_join configuration parameter, Planner Method Configuration
enable_partition_pruning configuration parameter, Planner Method Configuration
enable_seqscan configuration parameter, Planner Method Configuration
enable_sort configuration parameter, Planner Method Configuration
enable_tidscan configuration parameter, Planner Method Configuration
encode, Binary String Functions and Operators
encode_array_constructor
in PL/Perl, Utility Functions in PL/Perl
encode_array_literal
in PL/Perl, Utility Functions in PL/Perl
encode_bytea
in PL/Perl, Utility Functions in PL/Perl
encode_typed_literal
in PL/Perl, Utility Functions in PL/Perl
encrypt, Raw Encryption Functions
encryption, Encryption Options, pgcrypto
for specific columns, pgcrypto
encrypt_iv, Raw Encryption Functions
END, END
enumerated types, Enumerated Types
enum_first, Enum Support Functions
enum_last, Enum Support Functions
enum_range, Enum Support Functions
environment variable, Environment Variables
ephemeral named relation
registering with SPI, SPI_register_relation, SPI_register_trigger_data
unregistering from SPI, SPI_unregister_relation
ereport, Reporting Errors Within the Server
error codes, PostgreSQL Error Codes
libpq, Main Functions
list of, PostgreSQL Error Codes
error message, Connection Status Functions
escape format, Binary String Functions and Operators
escape string syntax, String Constants with C-Style Escapes
escape_string_warning configuration parameter, Previous PostgreSQL Versions
escaping strings, Escaping Strings for Inclusion in SQL Commands
in libpq, Escaping Strings for Inclusion in SQL Commands
event log, Registering Event Log on Windows
event log, Registering Event Log on Windows
event trigger, Event Triggers, Writing Event Trigger Functions in C
in C, Writing Event Trigger Functions in C
in PL/Tcl, Event Trigger Functions in PL/Tcl
event_source configuration parameter, Where to Log
event_trigger, Pseudo-Types
every, Aggregate Functions
EXCEPT, Combining Queries (UNION, INTERSECT, EXCEPT)
exceptions
in PL/pgSQL, Trapping Errors
in PL/Tcl, Error Handling in PL/Tcl
exclusion constraint, Exclusion Constraints
EXECUTE, EXECUTE
exist, hstore Operators and Functions
EXISTS, Subquery Expressions
EXIT
in PL/pgSQL, EXIT
exit_on_error configuration parameter, Error Handling
exp, Mathematical Functions and Operators
EXPLAIN, Using EXPLAIN, EXPLAIN
expression, Value Expressions
order of evaluation, Expression Evaluation Rules
syntax, Value Expressions
extending SQL, Extending SQL
extension, Packaging Related Objects into an Extension
externally maintained, Extensions
external_pid_file configuration parameter, File Locations
extract, Date/Time Functions and Operators, EXTRACT, date_part
extra_float_digits configuration parameter, Locale and Formatting

F

factorial, Mathematical Functions and Operators
failover, High Availability, Load Balancing, and Replication
false, Boolean Type
family, Network Address Functions and Operators
fast path, The Fast-Path Interface
fastupdate storage parameter, Index Storage Parameters
fdw_handler, Pseudo-Types
FETCH, FETCH
field
computed, Using Composite Types in Queries
field selection, Field Selection
file system mount points, Use of Secondary File Systems
file_fdw, file_fdw
fillfactor storage parameter, Index Storage Parameters, Storage Parameters
FILTER, Aggregate Expressions
first_value, Window Functions
flex, Requirements
float4 (see real)
float8 (see double precision)
floating point, Floating-Point Types
floating-point
display, Locale and Formatting
floor, Mathematical Functions and Operators
force_parallel_mode configuration parameter, Developer Options
foreign data, Foreign Data
foreign data wrapper, Writing a Foreign Data Wrapper
handler for, Writing a Foreign Data Wrapper
foreign key, Foreign Keys, Foreign Keys
self-referential, Foreign Keys
foreign table, Foreign Data
format, String Functions and Operators, format
use in PL/pgSQL, Executing Dynamic Commands
formatting, Data Type Formatting Functions
format_type, System Information Functions and Operators
Free Space Map, Free Space Map
FreeBSD
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
from_collapse_limit configuration parameter, Other Planner Options
FSM (see Free Space Map)
fsm_page_contents, General Functions
fsync configuration parameter, Settings
full text search, Text Search Types, Text Search Types, Full Text Search
data types, Text Search Types
functions and operators, Text Search Types
full_page_writes configuration parameter, Settings
function, Table Functions, Functions and Operators, Statistics Information Functions, Functions, Polymorphic Types, User-Defined Functions, Query Language (SQL) Functions, Internal Functions, C-Language Functions
default values for arguments, SQL Functions with Default Values for Arguments
in the FROM clause, Table Functions
internal, Internal Functions
invocation, Function Calls
mixed notation, Using Mixed Notation
named argument, Arguments for SQL Functions
named notation, Using Named Notation
output parameter, SQL Functions with Output Parameters
polymorphic, Polymorphic Types
positional notation, Using Positional Notation
RETURNS TABLE, SQL Functions Returning TABLE
statistics, Statistics Information Functions
type resolution in an invocation, Functions
user-defined, User-Defined Functions, Query Language (SQL) Functions, C-Language Functions
in C, C-Language Functions
in SQL, Query Language (SQL) Functions
variadic, SQL Functions with Variable Numbers of Arguments
with SETOF, SQL Functions Returning Sets
functional dependency, The GROUP BY and HAVING Clauses
fuzzystrmatch, fuzzystrmatch

G

gcd, Mathematical Functions and Operators
gc_to_sec, Cube-Based Earth Distances
generated column, Generated Columns, Parameters, Parameters
in - triggers, Overview of Trigger Behavior
generate_series, Set Returning Functions
generate_subscripts, Set Returning Functions
genetic query optimization, Genetic Query Optimizer
gen_random_bytes, Random-Data Functions
gen_random_uuid, UUID Functions, Random-Data Functions
gen_salt, gen_salt()
GEQO (see genetic query optimization)
geqo configuration parameter, Genetic Query Optimizer
geqo_effort configuration parameter, Genetic Query Optimizer
geqo_generations configuration parameter, Genetic Query Optimizer
geqo_pool_size configuration parameter, Genetic Query Optimizer
geqo_seed configuration parameter, Genetic Query Optimizer
geqo_selection_bias configuration parameter, Genetic Query Optimizer
geqo_threshold configuration parameter, Genetic Query Optimizer
get_bit, Binary String Functions and Operators, Bit String Functions and Operators
get_byte, Binary String Functions and Operators
get_current_ts_config, Text Search Functions and Operators
get_raw_page, General Functions
GIN (see index)
gin_clean_pending_list, Index Maintenance Functions
gin_fuzzy_search_limit configuration parameter, Other Defaults
gin_leafpage_items, GIN Functions
gin_metapage_info, GIN Functions
gin_page_opaque_info, GIN Functions
gin_pending_list_limit
configuration parameter, Statement Behavior
storage parameter, Index Storage Parameters
GiST (see index)
gist_page_items, GiST Functions
gist_page_items_bytea, GiST Functions
gist_page_opaque_info, GiST Functions
global data, Global Data in PL/Tcl
in PL/Python, Sharing Data
in PL/Tcl, Global Data in PL/Tcl
GRANT, Privileges, GRANT
GREATEST, GREATEST and LEAST, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
Gregorian calendar, History of Units
GROUP BY, Aggregate Functions, The GROUP BY and HAVING Clauses
grouping, The GROUP BY and HAVING Clauses
GROUPING, Aggregate Functions
GROUPING SETS, GROUPING SETS, CUBE, and ROLLUP
gssapi, Secure TCP/IP Connections with GSSAPI Encryption
GSSAPI, GSSAPI Authentication
with - libpq, Parameter Key Words
GUID, UUID Type

H

hash (see index)
hash_bitmap_info, Hash Functions
hash_mem_multiplier configuration parameter, Memory
hash_metapage_info, Hash Functions
hash_page_items, Hash Functions
hash_page_stats, Hash Functions
hash_page_type, Hash Functions
has_any_column_privilege, System Information Functions and Operators
has_column_privilege, System Information Functions and Operators
has_database_privilege, System Information Functions and Operators
has_foreign_data_wrapper_privilege, System Information Functions and Operators
has_function_privilege, System Information Functions and Operators
has_language_privilege, System Information Functions and Operators
has_schema_privilege, System Information Functions and Operators
has_sequence_privilege, System Information Functions and Operators
has_server_privilege, System Information Functions and Operators
has_tablespace_privilege, System Information Functions and Operators
has_table_privilege, System Information Functions and Operators
has_type_privilege, System Information Functions and Operators
HAVING, Aggregate Functions, The GROUP BY and HAVING Clauses
hba_file configuration parameter, File Locations
heap_page_items, Heap Functions
heap_page_item_attrs, Heap Functions
heap_tuple_infomask_flags, Heap Functions
height, Geometric Functions and Operators
hex format, Binary String Functions and Operators
hierarchical database, Concepts
high availability, High Availability, Load Balancing, and Replication
history, A Brief History of PostgreSQL
of PostgreSQL, A Brief History of PostgreSQL
hmac, hmac()
host, Network Address Functions and Operators
host - name, Parameter Key Words
hostmask, Network Address Functions and Operators
Hot Standby, High Availability, Load Balancing, and Replication
hot_standby configuration parameter, Standby Servers
hot_standby_feedback configuration parameter, Standby Servers
HP-UX
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
hstore, hstore, hstore Operators and Functions
hstore_to_array, hstore Operators and Functions
hstore_to_json, hstore Operators and Functions
hstore_to_jsonb, hstore Operators and Functions
hstore_to_jsonb_loose, hstore Operators and Functions
hstore_to_json_loose, hstore Operators and Functions
hstore_to_matrix, hstore Operators and Functions
huge_pages configuration parameter, Memory
huge_page_size configuration parameter, Memory
hypothetical-set aggregate
built-in, Aggregate Functions

I

icount, intarray Functions and Operators
ICU, PostgreSQL Features, Managing Collations, Parameters
ident, Ident Authentication
identifier, Identifiers and Key Words
length, Identifiers and Key Words
syntax of, Identifiers and Key Words
IDENTIFY_SYSTEM, Streaming Replication Protocol
ident_file configuration parameter, File Locations
idle_in_transaction_session_timeout configuration parameter, Statement Behavior
idle_session_timeout configuration parameter, Statement Behavior
idx, intarray Functions and Operators
IFNULL, COALESCE
ignore_checksum_failure configuration parameter, Developer Options
ignore_invalid_pages configuration parameter, Developer Options
ignore_system_indexes configuration parameter, Developer Options
IMMUTABLE, Function Volatility Categories
IMPORT FOREIGN SCHEMA, IMPORT FOREIGN SCHEMA
IN, Subquery Expressions, Row and Array Comparisons
INCLUDE
in index definitions, Index-Only Scans and Covering Indexes
include
in configuration file, Managing Configuration File Contents
include_dir
in configuration file, Managing Configuration File Contents
include_if_exists
in configuration file, Managing Configuration File Contents
index, Indexes, Multicolumn Indexes, Indexes and ORDER BY, Combining Multiple Indexes, Unique Indexes, Indexes on Expressions, Partial Indexes, Index-Only Scans and Covering Indexes, Index-Only Scans and Covering Indexes, Examining Index Usage, Preferred Index Types for Text Search, Preferred Index Types for Text Search, Locking and Indexes, Interfacing Extensions to Indexes, Building Indexes Concurrently, Rebuilding Indexes Concurrently, Operators and Functions
and ORDER BY, Indexes and ORDER BY
B-Tree, B-Tree, B-Tree Indexes
BRIN, BRIN, BRIN Indexes
building concurrently, Building Indexes Concurrently
combining multiple indexes, Combining Multiple Indexes
covering, Index-Only Scans and Covering Indexes
examining usage, Examining Index Usage
on expressions, Indexes on Expressions
for user-defined data type, Interfacing Extensions to Indexes
GIN, GIN, Preferred Index Types for Text Search, GIN Indexes
text search, Preferred Index Types for Text Search
GiST, GiST, Preferred Index Types for Text Search, GiST Indexes
text search, Preferred Index Types for Text Search
hash, Hash
Hash, Hash Indexes
index-only scans, Index-Only Scans and Covering Indexes
locks, Locking and Indexes
multicolumn, Multicolumn Indexes
partial, Partial Indexes
rebuilding concurrently, Rebuilding Indexes Concurrently
SP-GiST, SP-GiST, SP-GiST Indexes
unique, Unique Indexes
Index Access Method, Index Access Method Interface Definition
index scan, Planner Method Configuration
index-only scan, Index-Only Scans and Covering Indexes
indexam
Index Access Method, Index Access Method Interface Definition
index_am_handler, Pseudo-Types
inet (data type), inet
inet_client_addr, System Information Functions and Operators
inet_client_port, System Information Functions and Operators
inet_merge, Network Address Functions and Operators
inet_same_family, Network Address Functions and Operators
inet_server_addr, System Information Functions and Operators
inet_server_port, System Information Functions and Operators
infinity
floating point, Floating-Point Types
numeric (data type), Arbitrary Precision Numbers
information schema, The Information Schema
inheritance, Inheritance, Inheritance
initcap, String Functions and Operators
initdb, Creating a Database Cluster, initdb
Initialization Fork, The Initialization Fork
input function, User-Defined Types
INSERT, Populating a Table With Rows, Inserting Data, Returning Data from Modified Rows, INSERT
RETURNING, Returning Data from Modified Rows
inserting, Inserting Data
installation, Installation from Source Code
binaries, Installation from Binaries
on Windows, Installation from Source Code on Windows
instr function, Appendix
int2 (see smallint)
int4 (see integer)
int8 (see bigint)
intagg, intagg
intarray, intarray
integer, Numeric Constants, Integer Types
integer_datetimes configuration parameter, Preset Options
interfaces
externally maintained, Client Interfaces
internal, Pseudo-Types
INTERSECT, Combining Queries (UNION, INTERSECT, EXCEPT)
interval, Date/Time Types, Interval Input
output format, Interval Output
(see also formatting)
IntervalStyle configuration parameter, Locale and Formatting
intset, intarray Functions and Operators
int_array_aggregate, Functions
int_array_enum, Functions
inverse distribution, Aggregate Functions
in_hot_standby configuration parameter, Preset Options
in_range support functions, B-Tree Support Functions
IS DISTINCT FROM, Comparison Functions and Operators, Row and Array Comparisons
IS DOCUMENT, IS DOCUMENT
IS FALSE, Comparison Functions and Operators
IS NOT DISTINCT FROM, Comparison Functions and Operators, Row and Array Comparisons
IS NOT DOCUMENT, IS NOT DOCUMENT
IS NOT FALSE, Comparison Functions and Operators
IS NOT NULL, Comparison Functions and Operators
IS NOT TRUE, Comparison Functions and Operators
IS NOT UNKNOWN, Comparison Functions and Operators
IS NULL, Comparison Functions and Operators, Platform and Client Compatibility
IS TRUE, Comparison Functions and Operators
IS UNKNOWN, Comparison Functions and Operators
isclosed, Geometric Functions and Operators
isempty, Range/Multirange Functions and Operators
isfinite, Date/Time Functions and Operators
isn, isn
ISNULL, Comparison Functions and Operators
isn_weak, Functions and Operators
isopen, Geometric Functions and Operators
is_array_ref
in PL/Perl, Utility Functions in PL/Perl
is_valid, Functions and Operators

J

JIT, Just-in-Time Compilation (JIT)
jit configuration parameter, Other Planner Options
jit_above_cost configuration parameter, Planner Cost Constants
jit_debugging_support configuration parameter, Developer Options
jit_dump_bitcode configuration parameter, Developer Options
jit_expressions configuration parameter, Developer Options
jit_inline_above_cost configuration parameter, Planner Cost Constants
jit_optimize_above_cost configuration parameter, Planner Cost Constants
jit_profiling_support configuration parameter, Developer Options
jit_provider configuration parameter, Shared Library Preloading
jit_tuple_deforming configuration parameter, Developer Options
join, Joins Between Tables, Joined Tables, Controlling the Planner with Explicit JOIN Clauses
controlling the order, Controlling the Planner with Explicit JOIN Clauses
cross, Joined Tables
left, Joined Tables
natural, Joined Tables
outer, Joins Between Tables, Joined Tables
right, Joined Tables
self, Joins Between Tables
join_collapse_limit configuration parameter, Other Planner Options
JSON, JSON Types, JSON Functions and Operators
functions and operators, JSON Functions and Operators
JSONB, JSON Types
jsonb
containment, jsonb Containment and Existence
existence, jsonb Containment and Existence
indexes on, jsonb Indexing
jsonb_agg, Aggregate Functions
jsonb_array_elements, Processing and Creating JSON Data
jsonb_array_elements_text, Processing and Creating JSON Data
jsonb_array_length, Processing and Creating JSON Data
jsonb_build_array, Processing and Creating JSON Data
jsonb_build_object, Processing and Creating JSON Data
jsonb_each, Processing and Creating JSON Data
jsonb_each_text, Processing and Creating JSON Data
jsonb_extract_path, Processing and Creating JSON Data
jsonb_extract_path_text, Processing and Creating JSON Data
jsonb_insert, Processing and Creating JSON Data
jsonb_object, Processing and Creating JSON Data
jsonb_object_agg, Aggregate Functions
jsonb_object_keys, Processing and Creating JSON Data
jsonb_path_exists, Processing and Creating JSON Data
jsonb_path_exists_tz, Processing and Creating JSON Data
jsonb_path_match, Processing and Creating JSON Data
jsonb_path_match_tz, Processing and Creating JSON Data
jsonb_path_query, Processing and Creating JSON Data
jsonb_path_query_array, Processing and Creating JSON Data
jsonb_path_query_array_tz, Processing and Creating JSON Data
jsonb_path_query_first, Processing and Creating JSON Data
jsonb_path_query_first_tz, Processing and Creating JSON Data
jsonb_path_query_tz, Processing and Creating JSON Data
jsonb_populate_record, Processing and Creating JSON Data
jsonb_populate_recordset, Processing and Creating JSON Data
jsonb_pretty, Processing and Creating JSON Data
jsonb_set, Processing and Creating JSON Data
jsonb_set_lax, Processing and Creating JSON Data
jsonb_strip_nulls, Processing and Creating JSON Data
jsonb_to_record, Processing and Creating JSON Data
jsonb_to_recordset, Processing and Creating JSON Data
jsonb_to_tsvector, Text Search Functions and Operators
jsonb_typeof, Processing and Creating JSON Data
jsonpath, jsonpath Type
json_agg, Aggregate Functions
json_array_elements, Processing and Creating JSON Data
json_array_elements_text, Processing and Creating JSON Data
json_array_length, Processing and Creating JSON Data
json_build_array, Processing and Creating JSON Data
json_build_object, Processing and Creating JSON Data
json_each, Processing and Creating JSON Data
json_each_text, Processing and Creating JSON Data
json_extract_path, Processing and Creating JSON Data
json_extract_path_text, Processing and Creating JSON Data
json_object, Processing and Creating JSON Data
json_object_agg, Aggregate Functions
json_object_keys, Processing and Creating JSON Data
json_populate_record, Processing and Creating JSON Data
json_populate_recordset, Processing and Creating JSON Data
json_strip_nulls, Processing and Creating JSON Data
json_to_record, Processing and Creating JSON Data
json_to_recordset, Processing and Creating JSON Data
json_to_tsvector, Text Search Functions and Operators
json_typeof, Processing and Creating JSON Data
Julian date, Julian Dates
Just-In-Time compilation (see JIT)
justify_days, Date/Time Functions and Operators
justify_hours, Date/Time Functions and Operators
justify_interval, Date/Time Functions and Operators

K

key word, Identifiers and Key Words, SQL Key Words
list of, SQL Key Words
syntax of, Identifiers and Key Words
krb_caseins_users configuration parameter, Authentication
krb_server_keyfile configuration parameter, Authentication

L

label (see alias)
lag, Window Functions
language_handler, Pseudo-Types
large object, Large Objects
lastval, Sequence Manipulation Functions
last_value, Window Functions
LATERAL, LATERAL Subqueries
in the FROM clause, LATERAL Subqueries
latitude, Cube-Based Earth Distances
lca, Operators and Functions
lcm, Mathematical Functions and Operators
lc_collate configuration parameter, Preset Options
lc_ctype configuration parameter, Preset Options
lc_messages configuration parameter, Locale and Formatting
lc_monetary configuration parameter, Locale and Formatting
lc_numeric configuration parameter, Locale and Formatting
lc_time configuration parameter, Locale and Formatting
LDAP, PostgreSQL Features, LDAP Authentication
LDAP connection parameter lookup, LDAP Lookup of Connection Parameters
ldconfig, Shared Libraries
lead, Window Functions
LEAST, GREATEST and LEAST, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
left, String Functions and Operators
left join, Joined Tables
length, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators, Geometric Functions and Operators, Text Search Functions and Operators
of a binary string (see binary strings, length)
of a character string (see character string, length)
length(tsvector), Manipulating Documents
levenshtein, Levenshtein
levenshtein_less_equal, Levenshtein
lex, Requirements
libedit, Requirements
libperl, Requirements
libpq, libpq — C Library, Pipeline Mode, Retrieving Query Results Row-by-Row
pipeline mode, Pipeline Mode
single-row mode, Retrieving Query Results Row-by-Row
libpq-fe.h, libpq — C Library, Connection Status Functions
libpq-int.h, Connection Status Functions
libpython, Requirements
library finalization function, Dynamic Loading
library initialization function, Dynamic Loading
LIKE, LIKE
and locales, Behavior
LIKE_REGEX, Differences from XQuery (LIKE_REGEX), SQL/JSON Regular Expressions
in SQL/JSON, SQL/JSON Regular Expressions
LIMIT, LIMIT and OFFSET
line, Lines, Geometric Functions and Operators
line segment, Line Segments
linear regression, Aggregate Functions
Linux
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
LISTEN, LISTEN
listen_addresses configuration parameter, Connection Settings
llvm-config, PostgreSQL Features
ll_to_earth, Cube-Based Earth Distances
ln, Mathematical Functions and Operators
lo, lo
LOAD, LOAD
load balancing, High Availability, Load Balancing, and Replication
locale, Creating a Database Cluster, Locale Support
localtime, Date/Time Functions and Operators
localtimestamp, Date/Time Functions and Operators
local_preload_libraries configuration parameter, Shared Library Preloading
lock, Explicit Locking, Advisory Locks, Viewing Locks
advisory, Advisory Locks
monitoring, Viewing Locks
LOCK, Table-Level Locks, LOCK
lock_timeout configuration parameter, Statement Behavior
log, Mathematical Functions and Operators
log shipping, High Availability, Load Balancing, and Replication
log10, Mathematical Functions and Operators
Logging
current_logfiles file and the pg_current_logfile - function, System Information Functions and Operators
pg_current_logfile function, System Information Functions and Operators
logging_collector configuration parameter, Where to Log
Logical Decoding, Logical Decoding, Logical Decoding
logical_decoding_work_mem configuration parameter, Memory
login privilege, Role Attributes
log_autovacuum_min_duration
configuration parameter, What to Log
storage parameter, Storage Parameters
log_btree_build_stats configuration parameter, Developer Options
log_checkpoints configuration parameter, What to Log
log_connections configuration parameter, What to Log
log_destination configuration parameter, Where to Log
log_directory configuration parameter, Where to Log
log_disconnections configuration parameter, What to Log
log_duration configuration parameter, What to Log
log_error_verbosity configuration parameter, What to Log
log_executor_stats configuration parameter, Statistics Monitoring
log_filename configuration parameter, Where to Log
log_file_mode configuration parameter, Where to Log
log_hostname configuration parameter, What to Log
log_line_prefix configuration parameter, What to Log
log_lock_waits configuration parameter, What to Log
log_min_duration_sample configuration parameter, When to Log
log_min_duration_statement configuration parameter, When to Log
log_min_error_statement configuration parameter, When to Log
log_min_messages configuration parameter, When to Log
log_parameter_max_length configuration parameter, What to Log
log_parameter_max_length_on_error configuration parameter, What to Log
log_parser_stats configuration parameter, Statistics Monitoring
log_planner_stats configuration parameter, Statistics Monitoring
log_recovery_conflict_waits configuration parameter, What to Log
log_replication_commands configuration parameter, What to Log
log_rotation_age configuration parameter, Where to Log
log_rotation_size configuration parameter, Where to Log
log_statement configuration parameter, What to Log
log_statement_sample_rate configuration parameter, When to Log
log_statement_stats configuration parameter, Statistics Monitoring
log_temp_files configuration parameter, What to Log
log_timezone configuration parameter, What to Log
log_transaction_sample_rate configuration parameter, When to Log
log_truncate_on_rotation configuration parameter, Where to Log
longitude, Cube-Based Earth Distances
looks_like_number
in PL/Perl, Utility Functions in PL/Perl
loop, Simple Loops
in PL/pgSQL, Simple Loops
lower, String Functions and Operators, Range/Multirange Functions and Operators
and locales, Behavior
lower_inc, Range/Multirange Functions and Operators
lower_inf, Range/Multirange Functions and Operators
lo_close, Closing a Large Object Descriptor
lo_compat_privileges configuration parameter, Previous PostgreSQL Versions
lo_creat, Creating a Large Object, Server-Side Functions
lo_create, Creating a Large Object
lo_export, Exporting a Large Object, Server-Side Functions
lo_from_bytea, Server-Side Functions
lo_get, Server-Side Functions
lo_import, Importing a Large Object, Server-Side Functions
lo_import_with_oid, Importing a Large Object
lo_lseek, Seeking in a Large Object
lo_lseek64, Seeking in a Large Object
lo_open, Opening an Existing Large Object
lo_put, Server-Side Functions
lo_read, Reading Data from a Large Object
lo_tell, Obtaining the Seek Position of a Large Object
lo_tell64, Obtaining the Seek Position of a Large Object
lo_truncate, Truncating a Large Object
lo_truncate64, Truncating a Large Object
lo_unlink, Removing a Large Object, Server-Side Functions
lo_write, Writing Data to a Large Object
lpad, String Functions and Operators
lseg, Line Segments, Geometric Functions and Operators
LSN, WAL Internals
ltree, ltree
ltree2text, Operators and Functions
ltrim, String Functions and Operators, Binary String Functions and Operators

M

MAC address (see macaddr)
MAC address (EUI-64 format) (see macaddr)
macaddr (data type), macaddr
macaddr8 (data type), macaddr8
macaddr8_set7bit, Network Address Functions and Operators
macOS, macOS
installation on, macOS
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
magic block, Dynamic Loading
maintenance, Routine Database Maintenance Tasks
maintenance_io_concurrency configuration parameter, Asynchronous Behavior
maintenance_work_mem configuration parameter, Memory
make, Requirements
makeaclitem, System Information Functions and Operators
make_date, Date/Time Functions and Operators
make_interval, Date/Time Functions and Operators
make_time, Date/Time Functions and Operators
make_timestamp, Date/Time Functions and Operators
make_timestamptz, Date/Time Functions and Operators
make_valid, Functions and Operators
MANPATH, Environment Variables
masklen, Network Address Functions and Operators
materialized view, Materialized Views
implementation through rules, Materialized Views
materialized views, pg_matviews
max, Aggregate Functions
max_connections configuration parameter, Connection Settings
max_files_per_process configuration parameter, Kernel Resource Usage
max_function_args configuration parameter, Preset Options
max_identifier_length configuration parameter, Preset Options
max_index_keys configuration parameter, Preset Options
max_locks_per_transaction configuration parameter, Lock Management
max_logical_replication_workers configuration parameter, Subscribers
max_parallel_maintenance_workers configuration parameter, Asynchronous Behavior
max_parallel_workers configuration parameter, Asynchronous Behavior
max_parallel_workers_per_gather configuration parameter, Asynchronous Behavior
max_pred_locks_per_page configuration parameter, Lock Management
max_pred_locks_per_relation configuration parameter, Lock Management
max_pred_locks_per_transaction configuration parameter, Lock Management
max_prepared_transactions configuration parameter, Memory
max_replication_slots configuration parameter, Sending Servers
max_slot_wal_keep_size configuration parameter, Sending Servers
max_stack_depth configuration parameter, Memory
max_standby_archive_delay configuration parameter, Standby Servers
max_standby_streaming_delay configuration parameter, Standby Servers
max_sync_workers_per_subscription configuration parameter, Subscribers
max_wal_senders configuration parameter, Sending Servers
max_wal_size configuration parameter, Checkpoints
max_worker_processes configuration parameter, Asynchronous Behavior
md5, String Functions and Operators, Binary String Functions and Operators
MD5, Password Authentication
median, Aggregate Expressions
(see also percentile)
memory context
in SPI, Memory Management
memory overcommit, Linux Memory Overcommit
metaphone, Metaphone
min, Aggregate Functions
MinGW, MinGW/Native Windows
installation on, MinGW/Native Windows
min_dynamic_shared_memory configuration parameter, Memory
min_parallel_index_scan_size configuration parameter, Planner Cost Constants
min_parallel_table_scan_size configuration parameter, Planner Cost Constants
min_scale, Mathematical Functions and Operators
min_wal_size configuration parameter, Checkpoints
mod, Mathematical Functions and Operators
mode
statistical, Aggregate Functions
monitoring, Monitoring Database Activity
database activity, Monitoring Database Activity
MOVE, MOVE
moving-aggregate mode, Moving-Aggregate Mode
multirange (function), Range/Multirange Functions and Operators
multirange type, Range Types
Multiversion Concurrency Control, Introduction
MultiXactId, Multixacts and Wraparound
MVCC, Introduction

N

name, Identifiers and Key Words
qualified, Creating a Schema
syntax of, Identifiers and Key Words
unqualified, The Schema Search Path
NaN (see not a number)
natural join, Joined Tables
negation, Logical Operators
NetBSD
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
netmask, Network Address Functions and Operators
network, Network Address Types, Network Address Functions and Operators
data types, Network Address Types
nextval, Sequence Manipulation Functions
NFS, NFS
nlevel, Operators and Functions
non-durable, Non-Durable Settings
nonblocking connection, Database Connection Control Functions, Asynchronous Command Processing
nonrepeatable read, Transaction Isolation
normalize, String Functions and Operators
normalized, String Functions and Operators
normal_rand, normal_rand
NOT (operator), Logical Operators
not a number
floating point, Floating-Point Types
numeric (data type), Arbitrary Precision Numbers
NOT IN, Subquery Expressions, Row and Array Comparisons
not-null constraint, Not-Null Constraints
notation, Calling Functions
functions, Calling Functions
notice processing, Notice Processing
in libpq, Notice Processing
notice processor, Notice Processing
notice receiver, Notice Processing
NOTIFY, Asynchronous Notification, NOTIFY
in libpq, Asynchronous Notification
NOTNULL, Comparison Functions and Operators
now, Date/Time Functions and Operators
npoints, Geometric Functions and Operators
nth_value, Window Functions
ntile, Window Functions
null value
with check constraints, Check Constraints
comparing, Comparison Functions and Operators
default value, Default Values
in DISTINCT, DISTINCT
in libpq, Retrieving Query Result Information
in PL/Perl, PL/Perl Functions and Arguments
in PL/Python, Null, None
with unique constraints, Unique Constraints
NULLIF, NULLIF
number
constant, Numeric Constants
numeric, Numeric Constants
numeric (data type), Arbitrary Precision Numbers
numnode, Text Search Functions and Operators, Manipulating Queries
num_nonnulls, Comparison Functions and Operators
num_nulls, Comparison Functions and Operators
NVL, COALESCE

O

object identifier, Object Identifier Types
data type, Object Identifier Types
object-oriented database, Concepts
obj_description, System Information Functions and Operators
octet_length, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
OFFSET, LIMIT and OFFSET
oid, Object Identifier Types
OID
in libpq, Retrieving Other Result Information
oid2name, oid2name
old_snapshot, old_snapshot
old_snapshot_threshold configuration parameter, Asynchronous Behavior
ON CONFLICT, INSERT
ONLY, The FROM Clause
OOM, Linux Memory Overcommit
OpenBSD
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
OpenSSL, PostgreSQL Features
(see also SSL)
operator, Operators, Operator Precedence, Functions and Operators, Logical Operators, Operators, User-Defined Operators
invocation, Operator Invocations
logical, Logical Operators
precedence, Operator Precedence
syntax, Operators
type resolution in an invocation, Operators
user-defined, User-Defined Operators
operator class, Operator Classes and Operator Families, Index Methods and Operator Classes
operator family, Operator Classes and Operator Families, Operator Classes and Operator Families
optimization information, Function Optimization Information, Operator Optimization Information
for functions, Function Optimization Information
for operators, Operator Optimization Information
OR (operator), Logical Operators
Oracle, Porting from Oracle PL/SQL
porting from PL/SQL to PL/pgSQL, Porting from Oracle PL/SQL
ORDER BY, Querying a Table, Sorting Rows (ORDER BY)
and locales, Behavior
ordered-set aggregate, Aggregate Expressions
built-in, Aggregate Functions
ordering operator, System Dependencies on Operator Classes
ordinality, Set Returning Functions
outer join, Joined Tables
output function, User-Defined Types
OVER clause, Window Function Calls
overcommit, Linux Memory Overcommit
OVERLAPS, Date/Time Functions and Operators
overlay, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
overloading, Function Overloading
functions, Function Overloading
operators, User-Defined Operators
owner, Privileges

P

pageinspect, pageinspect
pages_per_range storage parameter, Index Storage Parameters
page_checksum, General Functions
page_header, General Functions
palloc, Writing Code
PAM, PostgreSQL Features, PAM Authentication
parallel query, Parallel Query
parallel_leader_participation configuration parameter, Asynchronous Behavior
parallel_setup_cost configuration parameter, Planner Cost Constants
parallel_tuple_cost configuration parameter, Planner Cost Constants
parallel_workers storage parameter, Storage Parameters
parameter
syntax, Positional Parameters
parenthesis, Value Expressions
parse_ident, String Functions and Operators
partition pruning, Partition Pruning
partitioned table, Table Partitioning
partitioning, Table Partitioning
password, Role Attributes
authentication, Password Authentication
of the superuser, Creating a Database Cluster
password file, The Password File
passwordcheck, passwordcheck
password_encryption configuration parameter, Authentication
path, Geometric Functions and Operators
for schemas, Statement Behavior
PATH, Environment Variables
path (data type), Paths
pattern matching, Pattern Matching
patterns
in psql and pg_dump, Patterns
pclose, Geometric Functions and Operators
peer, Peer Authentication
percentile
continuous, Aggregate Functions
discrete, Aggregate Functions
percent_rank, Window Functions
hypothetical, Aggregate Functions
performance, Performance Tips
perl, Requirements
Perl, PL/Perl — Perl Procedural Language
permission (see privilege)
pfree, Writing Code
PGAPPNAME, Environment Variables
pgbench, pgbench
PGcancel, Canceling Queries in Progress
PGCHANNELBINDING, Environment Variables
PGCLIENTENCODING, Environment Variables
PGconn, Database Connection Control Functions
PGCONNECT_TIMEOUT, Environment Variables
pgcrypto, pgcrypto
PGDATA, Creating a Database Cluster
PGDATABASE, Environment Variables
PGDATESTYLE, Environment Variables
PGEventProc, Event Callback Procedure
PGGEQO, Environment Variables
PGGSSENCMODE, Environment Variables
PGGSSLIB, Environment Variables
PGHOST, Environment Variables
PGHOSTADDR, Environment Variables
PGKRBSRVNAME, Environment Variables
PGLOCALEDIR, Environment Variables
PGOPTIONS, Environment Variables
PGPASSFILE, Environment Variables
PGPASSWORD, Environment Variables
PGPORT, Environment Variables
pgp_armor_headers, pgp_armor_headers
pgp_key_id, pgp_key_id()
pgp_pub_decrypt, pgp_pub_decrypt()
pgp_pub_decrypt_bytea, pgp_pub_decrypt()
pgp_pub_encrypt, pgp_pub_encrypt()
pgp_pub_encrypt_bytea, pgp_pub_encrypt()
pgp_sym_decrypt, pgp_sym_decrypt()
pgp_sym_decrypt_bytea, pgp_sym_decrypt()
pgp_sym_encrypt, pgp_sym_encrypt()
pgp_sym_encrypt_bytea, pgp_sym_encrypt()
PGREQUIREPEER, Environment Variables
PGREQUIRESSL, Environment Variables
PGresult, Main Functions
pgrowlocks, pgrowlocks, Overview
PGSERVICE, Environment Variables
PGSERVICEFILE, Environment Variables
PGSSLCERT, Environment Variables
PGSSLCOMPRESSION, Environment Variables
PGSSLCRL, Environment Variables
PGSSLCRLDIR, Environment Variables
PGSSLKEY, Environment Variables
PGSSLMAXPROTOCOLVERSION, Environment Variables
PGSSLMINPROTOCOLVERSION, Environment Variables
PGSSLMODE, Environment Variables
PGSSLROOTCERT, Environment Variables
PGSSLSNI, Environment Variables
pgstatginindex, Functions
pgstathashindex, Functions
pgstatindex, Functions
pgstattuple, pgstattuple, Functions
pgstattuple_approx, Functions
PGSYSCONFDIR, Environment Variables
PGTARGETSESSIONATTRS, Environment Variables
PGTZ, Environment Variables
PGUSER, Environment Variables
pgxs, Extension Building Infrastructure
pg_advisory_lock, Advisory Lock Functions
pg_advisory_lock_shared, Advisory Lock Functions
pg_advisory_unlock, Advisory Lock Functions
pg_advisory_unlock_all, Advisory Lock Functions
pg_advisory_unlock_shared, Advisory Lock Functions
pg_advisory_xact_lock, Advisory Lock Functions
pg_advisory_xact_lock_shared, Advisory Lock Functions
pg_aggregate, pg_aggregate
pg_am, pg_am
pg_amcheck, pg_amcheck
pg_amop, pg_amop
pg_amproc, pg_amproc
pg_archivecleanup, pg_archivecleanup
pg_attrdef, pg_attrdef
pg_attribute, pg_attribute
pg_authid, pg_authid
pg_auth_members, pg_auth_members
pg_available_extensions, pg_available_extensions
pg_available_extension_versions, pg_available_extension_versions
pg_backend_memory_contexts, pg_backend_memory_contexts
pg_backend_pid, System Information Functions and Operators
pg_backup_start_time, Backup Control Functions
pg_basebackup, pg_basebackup
pg_blocking_pids, System Information Functions and Operators
pg_buffercache, pg_buffercache
pg_buffercache_pages, pg_buffercache
pg_cancel_backend, Server Signaling Functions
pg_cast, pg_cast
pg_checksums, pg_checksums
pg_class, pg_class
pg_client_encoding, String Functions and Operators
pg_collation, pg_collation
pg_collation_actual_version, Database Object Management Functions
pg_collation_is_visible, System Information Functions and Operators
PG_COLOR, When Color is Used
PG_COLORS, Configuring the Colors
pg_column_compression, Database Object Management Functions
pg_column_size, Database Object Management Functions
pg_config, pg_config, pg_config
with - ecpg, Processing Embedded SQL Programs
with libpq, Building libpq Programs
with user-defined C functions, Writing Code
pg_conf_load_time, System Information Functions and Operators
pg_constraint, pg_constraint
pg_controldata, pg_controldata
pg_control_checkpoint, System Information Functions and Operators
pg_control_init, System Information Functions and Operators
pg_control_recovery, System Information Functions and Operators
pg_control_system, System Information Functions and Operators
pg_conversion, pg_conversion
pg_conversion_is_visible, System Information Functions and Operators
pg_copy_logical_replication_slot, Replication Management Functions
pg_copy_physical_replication_slot, Replication Management Functions
pg_create_logical_replication_slot, Replication Management Functions
pg_create_physical_replication_slot, Replication Management Functions
pg_create_restore_point, Backup Control Functions
pg_ctl, Creating a Database Cluster, Starting the Database Server, pg_ctl
pg_current_logfile, System Information Functions and Operators
pg_current_snapshot, System Information Functions and Operators
pg_current_wal_flush_lsn, Backup Control Functions
pg_current_wal_insert_lsn, Backup Control Functions
pg_current_wal_lsn, Backup Control Functions
pg_current_xact_id, System Information Functions and Operators
pg_current_xact_id_if_assigned, System Information Functions and Operators
pg_cursors, pg_cursors
pg_database, Template Databases, pg_database
pg_database_size, Database Object Management Functions
pg_db_role_setting, pg_db_role_setting
pg_ddl_command, Pseudo-Types
pg_default_acl, pg_default_acl
pg_depend, pg_depend
pg_describe_object, System Information Functions and Operators
pg_description, pg_description
pg_drop_replication_slot, Replication Management Functions
pg_dump, pg_dump
pg_dumpall, pg_dumpall
use during upgrade, Upgrading Data via pg_dumpall
pg_enum, pg_enum
pg_event_trigger, pg_event_trigger
pg_event_trigger_ddl_commands, Capturing Changes at Command End
pg_event_trigger_dropped_objects, Processing Objects Dropped by a DDL Command
pg_event_trigger_table_rewrite_oid, Handling a Table Rewrite Event
pg_event_trigger_table_rewrite_reason, Handling a Table Rewrite Event
pg_export_snapshot, Snapshot Synchronization Functions
pg_extension, pg_extension
pg_extension_config_dump, Extension Configuration Tables
pg_filenode_relation, Database Object Management Functions
pg_file_rename, adminpack
pg_file_settings, pg_file_settings
pg_file_sync, adminpack
pg_file_unlink, adminpack
pg_file_write, adminpack
pg_foreign_data_wrapper, pg_foreign_data_wrapper
pg_foreign_server, pg_foreign_server
pg_foreign_table, pg_foreign_table
pg_freespace, Functions
pg_freespacemap, pg_freespacemap
pg_function_is_visible, System Information Functions and Operators
pg_get_catalog_foreign_keys, System Information Functions and Operators
pg_get_constraintdef, System Information Functions and Operators
pg_get_expr, System Information Functions and Operators
pg_get_functiondef, System Information Functions and Operators
pg_get_function_arguments, System Information Functions and Operators
pg_get_function_identity_arguments, System Information Functions and Operators
pg_get_function_result, System Information Functions and Operators
pg_get_indexdef, System Information Functions and Operators
pg_get_keywords, System Information Functions and Operators
pg_get_object_address, System Information Functions and Operators
pg_get_ruledef, System Information Functions and Operators
pg_get_serial_sequence, System Information Functions and Operators
pg_get_statisticsobjdef, System Information Functions and Operators
pg_get_triggerdef, System Information Functions and Operators
pg_get_userbyid, System Information Functions and Operators
pg_get_viewdef, System Information Functions and Operators
pg_get_wal_replay_pause_state, Recovery Control Functions
pg_group, pg_group
pg_has_role, System Information Functions and Operators
pg_hba.conf, The pg_hba.conf File
pg_hba_file_rules, pg_hba_file_rules
pg_ident.conf, User Name Maps
pg_identify_object, System Information Functions and Operators
pg_identify_object_as_address, System Information Functions and Operators
pg_import_system_collations, Database Object Management Functions
pg_index, pg_index
pg_indexam_has_property, System Information Functions and Operators
pg_indexes, pg_indexes
pg_indexes_size, Database Object Management Functions
pg_index_column_has_property, System Information Functions and Operators
pg_index_has_property, System Information Functions and Operators
pg_inherits, pg_inherits
pg_init_privs, pg_init_privs
pg_isready, pg_isready
pg_is_in_backup, Backup Control Functions
pg_is_in_recovery, Recovery Control Functions
pg_is_other_temp_schema, System Information Functions and Operators
pg_is_wal_replay_paused, Recovery Control Functions
pg_jit_available, System Information Functions and Operators
pg_language, pg_language
pg_largeobject, pg_largeobject
pg_largeobject_metadata, pg_largeobject_metadata
pg_last_committed_xact, System Information Functions and Operators
pg_last_wal_receive_lsn, Recovery Control Functions
pg_last_wal_replay_lsn, Recovery Control Functions
pg_last_xact_replay_timestamp, Recovery Control Functions
pg_listening_channels, System Information Functions and Operators
pg_locks, pg_locks
pg_logdir_ls, adminpack
pg_logical_emit_message, Replication Management Functions
pg_logical_slot_get_binary_changes, Replication Management Functions
pg_logical_slot_get_changes, Replication Management Functions
pg_logical_slot_peek_binary_changes, Replication Management Functions
pg_logical_slot_peek_changes, Replication Management Functions
pg_log_backend_memory_contexts, Server Signaling Functions
pg_lsn, pg_lsn Type
pg_ls_archive_statusdir, Generic File Access Functions
pg_ls_dir, Generic File Access Functions
pg_ls_logdir, Generic File Access Functions
pg_ls_tmpdir, Generic File Access Functions
pg_ls_waldir, Generic File Access Functions
pg_matviews, pg_matviews
pg_mcv_list_items, Inspecting MCV Lists
pg_my_temp_schema, System Information Functions and Operators
pg_namespace, pg_namespace
pg_notification_queue_usage, System Information Functions and Operators
pg_notify, pg_notify
pg_opclass, pg_opclass
pg_opclass_is_visible, System Information Functions and Operators
pg_operator, pg_operator
pg_operator_is_visible, System Information Functions and Operators
pg_opfamily, pg_opfamily
pg_opfamily_is_visible, System Information Functions and Operators
pg_options_to_table, System Information Functions and Operators
pg_partitioned_table, pg_partitioned_table
pg_partition_ancestors, Database Object Management Functions
pg_partition_root, Database Object Management Functions
pg_partition_tree, Database Object Management Functions
pg_policies, pg_policies
pg_policy, pg_policy
pg_postmaster_start_time, System Information Functions and Operators
pg_prepared_statements, pg_prepared_statements
pg_prepared_xacts, pg_prepared_xacts
pg_prewarm, pg_prewarm
pg_prewarm.autoprewarm configuration parameter, Configuration Parameters
pg_prewarm.autoprewarm_interval configuration parameter, Configuration Parameters
pg_proc, pg_proc
pg_promote, Recovery Control Functions
pg_publication, pg_publication
pg_publication_rel, pg_publication_rel
pg_publication_tables, pg_publication_tables
pg_range, pg_range
pg_read_binary_file, Generic File Access Functions
pg_read_file, Generic File Access Functions
pg_receivewal, pg_receivewal
pg_receivexlog, pg_receivexlog renamed to pg_receivewal (see pg_receivewal)
pg_recvlogical, pg_recvlogical
pg_relation_filenode, Database Object Management Functions
pg_relation_filepath, Database Object Management Functions
pg_relation_size, Database Object Management Functions
pg_reload_conf, Server Signaling Functions
pg_relpages, Functions
pg_replication_origin, pg_replication_origin
pg_replication_origin_advance, Replication Management Functions
pg_replication_origin_create, Replication Management Functions
pg_replication_origin_drop, Replication Management Functions
pg_replication_origin_oid, Replication Management Functions
pg_replication_origin_progress, Replication Management Functions
pg_replication_origin_session_is_setup, Replication Management Functions
pg_replication_origin_session_progress, Replication Management Functions
pg_replication_origin_session_reset, Replication Management Functions
pg_replication_origin_session_setup, Replication Management Functions
pg_replication_origin_status, pg_replication_origin_status
pg_replication_origin_xact_reset, Replication Management Functions
pg_replication_origin_xact_setup, Replication Management Functions
pg_replication_slots, pg_replication_slots
pg_replication_slot_advance, Replication Management Functions
pg_resetwal, pg_resetwal
pg_resetxlog, pg_resetxlog renamed to pg_resetwal (see pg_resetwal)
pg_restore, pg_restore
pg_rewind, pg_rewind
pg_rewrite, pg_rewrite
pg_roles, pg_roles
pg_rotate_logfile, Server Signaling Functions
pg_rules, pg_rules
pg_safe_snapshot_blocking_pids, System Information Functions and Operators
pg_seclabel, pg_seclabel
pg_seclabels, pg_seclabels
pg_sequence, pg_sequence
pg_sequences, pg_sequences
pg_service.conf, The Connection Service File
pg_settings, pg_settings
pg_shadow, pg_shadow
pg_shdepend, pg_shdepend
pg_shdescription, pg_shdescription
pg_shmem_allocations, pg_shmem_allocations
pg_shseclabel, pg_shseclabel
pg_size_bytes, Database Object Management Functions
pg_size_pretty, Database Object Management Functions
pg_sleep, Delaying Execution
pg_sleep_for, Delaying Execution
pg_sleep_until, Delaying Execution
pg_snapshot_xip, System Information Functions and Operators
pg_snapshot_xmax, System Information Functions and Operators
pg_snapshot_xmin, System Information Functions and Operators
pg_start_backup, Backup Control Functions
pg_statio_all_indexes, Viewing Statistics, pg_statio_all_indexes
pg_statio_all_sequences, Viewing Statistics, pg_statio_all_sequences
pg_statio_all_tables, Viewing Statistics, pg_statio_all_tables
pg_statio_sys_indexes, Viewing Statistics
pg_statio_sys_sequences, Viewing Statistics
pg_statio_sys_tables, Viewing Statistics
pg_statio_user_indexes, Viewing Statistics
pg_statio_user_sequences, Viewing Statistics
pg_statio_user_tables, Viewing Statistics
pg_statistic, Single-Column Statistics, pg_statistic
pg_statistics_obj_is_visible, System Information Functions and Operators
pg_statistic_ext, Extended Statistics, pg_statistic_ext
pg_statistic_ext_data, Extended Statistics, pg_statistic_ext
pg_stats, Single-Column Statistics, pg_stats
pg_stats_ext, pg_stats_ext
pg_stats_ext_exprs, pg_stats_ext_exprs
pg_stat_activity, Viewing Statistics, pg_stat_activity
pg_stat_all_indexes, Viewing Statistics, pg_stat_all_indexes
pg_stat_all_tables, Viewing Statistics, pg_stat_all_tables
pg_stat_archiver, Viewing Statistics, pg_stat_archiver
pg_stat_bgwriter, Viewing Statistics, pg_stat_bgwriter
pg_stat_clear_snapshot, Statistics Functions
pg_stat_database, Viewing Statistics, pg_stat_database
pg_stat_database_conflicts, Viewing Statistics, pg_stat_database_conflicts
pg_stat_file, Generic File Access Functions
pg_stat_get_activity, Statistics Functions
pg_stat_get_backend_activity, Statistics Functions
pg_stat_get_backend_activity_start, Statistics Functions
pg_stat_get_backend_client_addr, Statistics Functions
pg_stat_get_backend_client_port, Statistics Functions
pg_stat_get_backend_dbid, Statistics Functions
pg_stat_get_backend_idset, Statistics Functions
pg_stat_get_backend_pid, Statistics Functions
pg_stat_get_backend_start, Statistics Functions
pg_stat_get_backend_userid, Statistics Functions
pg_stat_get_backend_wait_event, Statistics Functions
pg_stat_get_backend_wait_event_type, Statistics Functions
pg_stat_get_backend_xact_start, Statistics Functions
pg_stat_get_snapshot_timestamp, Statistics Functions
pg_stat_gssapi, Viewing Statistics, pg_stat_gssapi
pg_stat_progress_analyze, Viewing Statistics, ANALYZE Progress Reporting
pg_stat_progress_basebackup, Viewing Statistics, Base Backup Progress Reporting
pg_stat_progress_cluster, Viewing Statistics, CLUSTER Progress Reporting
pg_stat_progress_copy, Viewing Statistics, COPY Progress Reporting
pg_stat_progress_create_index, Viewing Statistics, CREATE INDEX Progress Reporting
pg_stat_progress_vacuum, Viewing Statistics, VACUUM Progress Reporting
pg_stat_replication, Viewing Statistics, pg_stat_replication
pg_stat_replication_slots, Viewing Statistics, pg_stat_replication_slots
pg_stat_reset, Statistics Functions
pg_stat_reset_replication_slot, Statistics Functions
pg_stat_reset_shared, Statistics Functions
pg_stat_reset_single_function_counters, Statistics Functions
pg_stat_reset_single_table_counters, Statistics Functions
pg_stat_reset_slru, Statistics Functions
pg_stat_slru, Viewing Statistics, pg_stat_slru
pg_stat_ssl, Viewing Statistics, pg_stat_ssl
pg_stat_statements, pg_stat_statements
function, Functions
pg_stat_statements_info, The pg_stat_statements_info View
pg_stat_statements_reset, Functions
pg_stat_subscription, Viewing Statistics, pg_stat_subscription
pg_stat_sys_indexes, Viewing Statistics
pg_stat_sys_tables, Viewing Statistics
pg_stat_user_functions, Viewing Statistics, pg_stat_user_functions
pg_stat_user_indexes, Viewing Statistics
pg_stat_user_tables, Viewing Statistics
pg_stat_wal, Viewing Statistics, pg_stat_wal
pg_stat_wal_receiver, Viewing Statistics, pg_stat_wal_receiver
pg_stat_xact_all_tables, Viewing Statistics
pg_stat_xact_sys_tables, Viewing Statistics
pg_stat_xact_user_functions, Viewing Statistics
pg_stat_xact_user_tables, Viewing Statistics
pg_stop_backup, Backup Control Functions
pg_subscription, pg_subscription
pg_subscription_rel, pg_subscription_rel
pg_surgery, pg_surgery
pg_switch_wal, Backup Control Functions
pg_tables, pg_tables
pg_tablespace, pg_tablespace
pg_tablespace_databases, System Information Functions and Operators
pg_tablespace_location, System Information Functions and Operators
pg_tablespace_size, Database Object Management Functions
pg_table_is_visible, System Information Functions and Operators
pg_table_size, Database Object Management Functions
pg_temp, Statement Behavior
securing functions, Writing SECURITY DEFINER Functions Safely
pg_terminate_backend, Server Signaling Functions
pg_test_fsync, pg_test_fsync
pg_test_timing, pg_test_timing
pg_timezone_abbrevs, pg_timezone_abbrevs
pg_timezone_names, pg_timezone_names
pg_total_relation_size, Database Object Management Functions
pg_transform, pg_transform
pg_trgm, pg_trgm
pg_trgm.similarity_threshold configuration parameter, GUC Parameters
pg_trgm.strict_word_similarity_threshold configuration parameter, GUC Parameters
pg_trgm.word_similarity_threshold configuration parameter, GUC Parameters
pg_trigger, pg_trigger
pg_trigger_depth, System Information Functions and Operators
pg_try_advisory_lock, Advisory Lock Functions
pg_try_advisory_lock_shared, Advisory Lock Functions
pg_try_advisory_xact_lock, Advisory Lock Functions
pg_try_advisory_xact_lock_shared, Advisory Lock Functions
pg_ts_config, pg_ts_config
pg_ts_config_is_visible, System Information Functions and Operators
pg_ts_config_map, pg_ts_config_map
pg_ts_dict, pg_ts_dict
pg_ts_dict_is_visible, System Information Functions and Operators
pg_ts_parser, pg_ts_parser
pg_ts_parser_is_visible, System Information Functions and Operators
pg_ts_template, pg_ts_template
pg_ts_template_is_visible, System Information Functions and Operators
pg_type, pg_type
pg_typeof, System Information Functions and Operators
pg_type_is_visible, System Information Functions and Operators
pg_upgrade, pg_upgrade
pg_user, pg_user
pg_user_mapping, pg_user_mapping
pg_user_mappings, pg_user_mappings
pg_verifybackup, pg_verifybackup
pg_views, pg_views
pg_visibility, pg_visibility
pg_visible_in_snapshot, System Information Functions and Operators
pg_waldump, pg_waldump
pg_walfile_name, Backup Control Functions
pg_walfile_name_offset, Backup Control Functions
pg_wal_lsn_diff, Backup Control Functions
pg_wal_replay_pause, Recovery Control Functions
pg_wal_replay_resume, Recovery Control Functions
pg_xact_commit_timestamp, System Information Functions and Operators
pg_xact_commit_timestamp_origin, System Information Functions and Operators
pg_xact_status, System Information Functions and Operators
pg_xlogdump, pg_xlogdump renamed to pg_waldump (see pg_waldump)
phantom read, Transaction Isolation
phraseto_tsquery, Text Search Functions and Operators, Parsing Queries
pi, Mathematical Functions and Operators
PIC, Compiling and Linking Dynamically-Loaded Functions
PID
determining PID of server process
in libpq, Connection Status Functions
pipelining, Pipeline Mode, Pipelining
in libpq, Pipeline Mode
protocol specification, Pipelining
PITR, Backup and Restore
PITR standby, High Availability, Load Balancing, and Replication
pkg-config, PostgreSQL Features
with + Z

A

abbrev, Network Address Functions and Operators
ABORT, ABORT
abs, Mathematical Functions and Operators
ACL, Privileges
aclcontains, System Information Functions and Operators
acldefault, System Information Functions and Operators
aclexplode, System Information Functions and Operators
aclitem, Privileges
aclitemeq, System Information Functions and Operators
acos, Mathematical Functions and Operators
acosd, Mathematical Functions and Operators
acosh, Mathematical Functions and Operators
administration tools
externally maintained, Administration Tools
adminpack, adminpack
advisory lock, Advisory Locks
age, Date/Time Functions and Operators
aggregate function, Aggregate Functions, Aggregate Expressions, Aggregate Functions, User-Defined Aggregates
built-in, Aggregate Functions
invocation, Aggregate Expressions
moving aggregate, Moving-Aggregate Mode
ordered set, Ordered-Set Aggregates
partial aggregation, Partial Aggregation
polymorphic, Polymorphic and Variadic Aggregates
support functions for, Support Functions for Aggregates
user-defined, User-Defined Aggregates
variadic, Polymorphic and Variadic Aggregates
AIX, AIX
installation on, AIX
IPC configuration, Shared Memory and Semaphores
akeys, hstore Operators and Functions
alias, Table and Column Aliases, Column Labels
for table name in query, Joins Between Tables
in the FROM clause, Table and Column Aliases
in the select list, Column Labels
ALL, GROUPING SETS, CUBE, and ROLLUP, DISTINCT, Subquery Expressions, Row and Array Comparisons
GROUP BY ALL, GROUPING SETS, CUBE, and ROLLUP
SELECT ALL, DISTINCT
allow_in_place_tablespaces configuration parameter, Developer Options
allow_system_table_mods configuration parameter, Developer Options
ALTER AGGREGATE, ALTER AGGREGATE
ALTER COLLATION, ALTER COLLATION
ALTER CONVERSION, ALTER CONVERSION
ALTER DATABASE, ALTER DATABASE
ALTER DEFAULT PRIVILEGES, ALTER DEFAULT PRIVILEGES
ALTER DOMAIN, ALTER DOMAIN
ALTER EVENT TRIGGER, ALTER EVENT TRIGGER
ALTER EXTENSION, ALTER EXTENSION
ALTER FOREIGN DATA WRAPPER, ALTER FOREIGN DATA WRAPPER
ALTER FOREIGN TABLE, ALTER FOREIGN TABLE
ALTER FUNCTION, ALTER FUNCTION
ALTER GROUP, ALTER GROUP
ALTER INDEX, ALTER INDEX
ALTER LANGUAGE, ALTER LANGUAGE
ALTER LARGE OBJECT, ALTER LARGE OBJECT
ALTER MATERIALIZED VIEW, ALTER MATERIALIZED VIEW
ALTER OPERATOR, ALTER OPERATOR
ALTER OPERATOR CLASS, ALTER OPERATOR CLASS
ALTER OPERATOR FAMILY, ALTER OPERATOR FAMILY
ALTER POLICY, ALTER POLICY
ALTER PROCEDURE, ALTER PROCEDURE
ALTER PUBLICATION, ALTER PUBLICATION
ALTER ROLE, Role Attributes, ALTER ROLE
ALTER ROUTINE, ALTER ROUTINE
ALTER RULE, ALTER RULE
ALTER SCHEMA, ALTER SCHEMA
ALTER SEQUENCE, ALTER SEQUENCE
ALTER SERVER, ALTER SERVER
ALTER STATISTICS, ALTER STATISTICS
ALTER SUBSCRIPTION, ALTER SUBSCRIPTION
ALTER SYSTEM, ALTER SYSTEM
ALTER TABLE, ALTER TABLE
ALTER TABLESPACE, ALTER TABLESPACE
ALTER TEXT SEARCH CONFIGURATION, ALTER TEXT SEARCH CONFIGURATION
ALTER TEXT SEARCH DICTIONARY, ALTER TEXT SEARCH DICTIONARY
ALTER TEXT SEARCH PARSER, ALTER TEXT SEARCH PARSER
ALTER TEXT SEARCH TEMPLATE, ALTER TEXT SEARCH TEMPLATE
ALTER TRIGGER, ALTER TRIGGER
ALTER TYPE, ALTER TYPE
ALTER USER, ALTER USER
ALTER USER MAPPING, ALTER USER MAPPING
ALTER VIEW, ALTER VIEW
amcheck, amcheck
ANALYZE, Updating Planner Statistics, ANALYZE
AND (operator), Logical Operators
anonymous code blocks, DO
any, Pseudo-Types
ANY, Aggregate Functions, Subquery Expressions, Row and Array Comparisons
anyarray, Pseudo-Types
anycompatible, Pseudo-Types
anycompatiblearray, Pseudo-Types
anycompatiblemultirange, Pseudo-Types
anycompatiblenonarray, Pseudo-Types
anycompatiblerange, Pseudo-Types
anyelement, Pseudo-Types
anyenum, Pseudo-Types
anymultirange, Pseudo-Types
anynonarray, Pseudo-Types
anyrange, Pseudo-Types
applicable role, applicable_roles
application_name configuration parameter, What to Log
arbitrary precision numbers, Arbitrary Precision Numbers
archive_cleanup_command configuration parameter, Archive Recovery
archive_command configuration parameter, Archiving
archive_mode configuration parameter, Archiving
archive_timeout configuration parameter, Archiving
area, Geometric Functions and Operators
armor, armor(), dearmor()
array, Arrays
accessing, Accessing Arrays
constant, Array Value Input
constructor, Array Constructors
declaration, Declaration of Array Types
I/O, Array Input and Output Syntax
modifying, Modifying Arrays
of user-defined type, User-Defined Types
searching, Searching in Arrays
ARRAY, Array Constructors, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
array_agg, Aggregate Functions, Functions
array_append, Array Functions and Operators
array_cat, Array Functions and Operators
array_dims, Array Functions and Operators
array_fill, Array Functions and Operators
array_length, Array Functions and Operators
array_lower, Array Functions and Operators
array_ndims, Array Functions and Operators
array_nulls configuration parameter, Previous PostgreSQL Versions
array_position, Array Functions and Operators
array_positions, Array Functions and Operators
array_prepend, Array Functions and Operators
array_remove, Array Functions and Operators
array_replace, Array Functions and Operators
array_to_json, Processing and Creating JSON Data
array_to_string, Array Functions and Operators
array_to_tsvector, Text Search Functions and Operators
array_upper, Array Functions and Operators
ascii, String Functions and Operators
asin, Mathematical Functions and Operators
asind, Mathematical Functions and Operators
asinh, Mathematical Functions and Operators
ASSERT
in PL/pgSQL, Checking Assertions
assertions
in PL/pgSQL, Checking Assertions
asynchronous commit, Asynchronous Commit
AT TIME ZONE, AT TIME ZONE
atan, Mathematical Functions and Operators
atan2, Mathematical Functions and Operators
atan2d, Mathematical Functions and Operators
atand, Mathematical Functions and Operators
atanh, Mathematical Functions and Operators
authentication_timeout configuration parameter, Authentication
auth_delay, auth_delay
auth_delay.milliseconds configuration parameter, Configuration Parameters
auto-increment (see serial)
autocommit
bulk-loading data, Disable Autocommit
psql, Variables
autosummarize storage parameter, Index Storage Parameters
autovacuum
configuration parameters, Automatic Vacuuming
general information, The Autovacuum Daemon
autovacuum configuration parameter, Automatic Vacuuming
autovacuum_analyze_scale_factor
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_analyze_threshold
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_enabled storage parameter, Storage Parameters
autovacuum_freeze_max_age
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_freeze_min_age storage parameter, Storage Parameters
autovacuum_freeze_table_age storage parameter, Storage Parameters
autovacuum_max_workers configuration parameter, Automatic Vacuuming
autovacuum_multixact_freeze_max_age
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_multixact_freeze_min_age storage parameter, Storage Parameters
autovacuum_multixact_freeze_table_age storage parameter, Storage Parameters
autovacuum_naptime configuration parameter, Automatic Vacuuming
autovacuum_vacuum_cost_delay
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_cost_limit
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_insert_scale_factor
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_insert_threshold
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_scale_factor
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_vacuum_threshold
configuration parameter, Automatic Vacuuming
storage parameter, Storage Parameters
autovacuum_work_mem configuration parameter, Memory
auto_explain, auto_explain
auto_explain.log_analyze configuration parameter, Configuration Parameters
auto_explain.log_buffers configuration parameter, Configuration Parameters
auto_explain.log_format configuration parameter, Configuration Parameters
auto_explain.log_level configuration parameter, Configuration Parameters
auto_explain.log_min_duration configuration parameter, Configuration Parameters
auto_explain.log_nested_statements configuration parameter, Configuration Parameters
auto_explain.log_settings configuration parameter, Configuration Parameters
auto_explain.log_timing configuration parameter, Configuration Parameters
auto_explain.log_triggers configuration parameter, Configuration Parameters
auto_explain.log_verbose configuration parameter, Configuration Parameters
auto_explain.log_wal configuration parameter, Configuration Parameters
auto_explain.sample_rate configuration parameter, Configuration Parameters
avals, hstore Operators and Functions
average, Aggregate Functions
avg, Aggregate Functions

B

B-Tree (see index)
backend_flush_after configuration parameter, Asynchronous Behavior
Background workers, Background Worker Processes
backslash escapes, String Constants with C-Style Escapes
backslash_quote configuration parameter, Previous PostgreSQL Versions
backtrace_functions configuration parameter, Developer Options
backup, Backup Control Functions, Backup and Restore
Backup Manifest, Backup Manifest Format
base type, The PostgreSQL Type System
base64 format, Binary String Functions and Operators
BASE_BACKUP, Streaming Replication Protocol
batch mode, Pipeline Mode
in libpq, Pipeline Mode
BEGIN, BEGIN
BETWEEN, Comparison Functions and Operators
BETWEEN SYMMETRIC, Comparison Functions and Operators
BGWORKER_BACKEND_​DATABASE_CONNECTION, Background Worker Processes
BGWORKER_SHMEM_ACCESS, Background Worker Processes
bgwriter_delay configuration parameter, Background Writer
bgwriter_flush_after configuration parameter, Background Writer
bgwriter_lru_maxpages configuration parameter, Background Writer
bgwriter_lru_multiplier configuration parameter, Background Writer
bigint, Numeric Constants, Integer Types
bigserial, Serial Types
binary data, Binary Data Types, Binary String Functions and Operators
functions, Binary String Functions and Operators
binary string
concatenation, Binary String Functions and Operators
converting to character string, Binary String Functions and Operators
length, Binary String Functions and Operators
bison, Requirements
bit string, Bit-String Constants, Bit String Types
constant, Bit-String Constants
data type, Bit String Types
length, Bit String Functions and Operators
bit strings, Bit String Functions and Operators
functions, Bit String Functions and Operators
bitmap scan, Combining Multiple Indexes, Planner Method Configuration
bit_and, Aggregate Functions
bit_count, Binary String Functions and Operators, Bit String Functions and Operators
bit_length, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
bit_or, Aggregate Functions
bit_xor, Aggregate Functions
BLOB (see large object)
block_size configuration parameter, Preset Options
bloom, bloom
bonjour configuration parameter, Connection Settings
bonjour_name configuration parameter, Connection Settings
Boolean, Boolean Type
data type, Boolean Type
operators (see operators, logical)
bool_and, Aggregate Functions
bool_or, Aggregate Functions
booting
starting the server during, Starting the Database Server
bound_box, Geometric Functions and Operators
box, Geometric Functions and Operators
box (data type), Boxes
BRIN (see index)
brin_desummarize_range, Index Maintenance Functions
brin_metapage_info, BRIN Functions
brin_page_items, BRIN Functions
brin_page_type, BRIN Functions
brin_revmap_data, BRIN Functions
brin_summarize_new_values, Index Maintenance Functions
brin_summarize_range, Index Maintenance Functions
broadcast, Network Address Functions and Operators
BSD Authentication, BSD Authentication
btree_gin, btree_gin
btree_gist, btree_gist
btrim, String Functions and Operators, Binary String Functions and Operators
bt_index_check, Functions
bt_index_parent_check, Functions
bt_metap, B-Tree Functions
bt_page_items, B-Tree Functions
bt_page_stats, B-Tree Functions
buffering storage parameter, Index Storage Parameters
bytea, Binary Data Types
bytea_output configuration parameter, Statement Behavior

C

C, libpq — C Library, ECPG — Embedded SQL in C
C++, Using C++ for Extensibility
CALL, CALL
canceling, Canceling Queries in Progress
SQL command, Canceling Queries in Progress
cardinality, Array Functions and Operators
CASCADE, Dependency Tracking
with DROP, Dependency Tracking
foreign key action, Foreign Keys
Cascading Replication, High Availability, Load Balancing, and Replication
CASE, Conditional Expressions, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
case sensitivity
of SQL commands, Identifiers and Key Words
cast, CREATE CAST
I/O conversion, CREATE CAST
cbrt, Mathematical Functions and Operators
ceil, Mathematical Functions and Operators
ceiling, Mathematical Functions and Operators
center, Geometric Functions and Operators
Certificate, Certificate Authentication
chained transactions, Transaction Management, Parameters, Parameters
in PL/pgSQL, Transaction Management
char, Character Types
character, Character Types
character set, Locale and Formatting, Preset Options, Character Set Support
character string, String Constants, Character Types
concatenation, String Functions and Operators
constant, String Constants
converting to binary string, Binary String Functions and Operators
data types, Character Types
length, String Functions and Operators
character varying, Character Types
character_length, String Functions and Operators
char_length, String Functions and Operators
check constraint, Check Constraints
CHECK OPTION, CREATE VIEW
checkpoint, WAL Configuration
CHECKPOINT, CHECKPOINT
checkpoint_completion_target configuration parameter, Checkpoints
checkpoint_flush_after configuration parameter, Checkpoints
checkpoint_timeout configuration parameter, Checkpoints
checkpoint_warning configuration parameter, Checkpoints
checksums, Data Checksums
check_function_bodies configuration parameter, Statement Behavior
chr, String Functions and Operators
cid, Object Identifier Types
cidr, cidr
circle, Circles, Geometric Functions and Operators
citext, citext
client authentication, Client Authentication
timeout during, Authentication
client_connection_check_interval configuration parameter, Connection Settings
client_encoding configuration parameter, Locale and Formatting
client_min_messages configuration parameter, Statement Behavior
clock_timestamp, Date/Time Functions and Operators
CLOSE, CLOSE
cluster
of databases (see database cluster)
CLUSTER, CLUSTER
clusterdb, clusterdb
clustering, High Availability, Load Balancing, and Replication
cluster_name configuration parameter, Process Title
cmax, System Columns
cmin, System Columns
COALESCE, COALESCE
COLLATE, Collation Expressions
collation, Collation Support
in PL/pgSQL, Collation of PL/pgSQL Variables
in SQL functions, SQL Functions with Collations
COLLATION FOR, System Information Functions and Operators
color, Color Support
column, Concepts, Table Basics
adding, Adding a Column
removing, Removing a Column
renaming, Renaming a Column
system column, System Columns
column data type
changing, Changing a Column's Data Type
column reference, Column References
col_description, System Information Functions and Operators
comment, Comments
about database objects, System Information Functions and Operators
in SQL, Comments
COMMENT, COMMENT
COMMIT, COMMIT
COMMIT PREPARED, COMMIT PREPARED
commit_delay configuration parameter, Settings
commit_siblings configuration parameter, Settings
common table expression (see WITH)
comparison, Comparison Functions and Operators, Subquery Expressions
composite type, Row and Array Comparisons
operators, Comparison Functions and Operators
row constructor, Row and Array Comparisons
subquery result row, Subquery Expressions
compiling, Building libpq Programs
libpq applications, Building libpq Programs
composite type, Composite Types, The PostgreSQL Type System
comparison, Row and Array Comparisons
constant, Constructing Composite Values
constructor, Row Constructors
computed field, Using Composite Types in Queries
compute_query_id configuration parameter, Statistics Monitoring
concat, String Functions and Operators
concat_ws, String Functions and Operators
concurrency, Concurrency Control
conditional expression, Conditional Expressions
configuration
of recovery
of a standby server, Archive Recovery
of the server, Server Configuration
of the server
functions, Configuration Settings Functions
configure, Installation Procedure
configure environment variables, configure Environment Variables
configure options, configure Options
config_file configuration parameter, File Locations
conjunction, Logical Operators
connectby, Functions Provided, connectby
connection service file, The Connection Service File
conninfo, Connection Strings
constant, Constants
constraint, Constraints
adding, Adding a Constraint
check, Check Constraints
exclusion, Exclusion Constraints
foreign key, Foreign Keys
name, Check Constraints
NOT NULL, Not-Null Constraints
primary key, Primary Keys
removing, Removing a Constraint
unique, Unique Constraints
constraint exclusion, Partitioning and Constraint Exclusion, Other Planner Options
constraint_exclusion configuration parameter, Other Planner Options
container type, The PostgreSQL Type System
CONTINUE
in PL/pgSQL, CONTINUE
continuous archiving, Backup and Restore
in standby, Continuous Archiving in Standby
control file, Extension Files
convert, Binary String Functions and Operators
convert_from, Binary String Functions and Operators
convert_to, Binary String Functions and Operators
COPY, Populating a Table With Rows, Functions Associated with the COPY Command, COPY
with libpq, Functions Associated with the COPY Command
corr, Aggregate Functions
correlation, Aggregate Functions
in the query planner, Extended Statistics
cos, Mathematical Functions and Operators
cosd, Mathematical Functions and Operators
cosh, Mathematical Functions and Operators
cot, Mathematical Functions and Operators
cotd, Mathematical Functions and Operators
count, Aggregate Functions
covariance
population, Aggregate Functions
sample, Aggregate Functions
covar_pop, Aggregate Functions
covar_samp, Aggregate Functions
covering index, Index-Only Scans and Covering Indexes
cpu_index_tuple_cost configuration parameter, Planner Cost Constants
cpu_operator_cost configuration parameter, Planner Cost Constants
cpu_tuple_cost configuration parameter, Planner Cost Constants
CREATE ACCESS METHOD, CREATE ACCESS METHOD
CREATE AGGREGATE, CREATE AGGREGATE
CREATE CAST, CREATE CAST
CREATE COLLATION, CREATE COLLATION
CREATE CONVERSION, CREATE CONVERSION
CREATE DATABASE, Creating a Database, CREATE DATABASE
CREATE DOMAIN, CREATE DOMAIN
CREATE EVENT TRIGGER, CREATE EVENT TRIGGER
CREATE EXTENSION, CREATE EXTENSION
CREATE FOREIGN DATA WRAPPER, CREATE FOREIGN DATA WRAPPER
CREATE FOREIGN TABLE, CREATE FOREIGN TABLE
CREATE FUNCTION, CREATE FUNCTION
CREATE GROUP, CREATE GROUP
CREATE INDEX, CREATE INDEX
CREATE LANGUAGE, CREATE LANGUAGE
CREATE MATERIALIZED VIEW, CREATE MATERIALIZED VIEW
CREATE OPERATOR, CREATE OPERATOR
CREATE OPERATOR CLASS, CREATE OPERATOR CLASS
CREATE OPERATOR FAMILY, CREATE OPERATOR FAMILY
CREATE POLICY, CREATE POLICY
CREATE PROCEDURE, CREATE PROCEDURE
CREATE PUBLICATION, CREATE PUBLICATION
CREATE ROLE, Database Roles, CREATE ROLE
CREATE RULE, CREATE RULE
CREATE SCHEMA, CREATE SCHEMA
CREATE SEQUENCE, CREATE SEQUENCE
CREATE SERVER, CREATE SERVER
CREATE STATISTICS, CREATE STATISTICS
CREATE SUBSCRIPTION, CREATE SUBSCRIPTION
CREATE TABLE, Creating a New Table, CREATE TABLE
CREATE TABLE AS, CREATE TABLE AS
CREATE TABLESPACE, Tablespaces, CREATE TABLESPACE
CREATE TEXT SEARCH CONFIGURATION, CREATE TEXT SEARCH CONFIGURATION
CREATE TEXT SEARCH DICTIONARY, CREATE TEXT SEARCH DICTIONARY
CREATE TEXT SEARCH PARSER, CREATE TEXT SEARCH PARSER
CREATE TEXT SEARCH TEMPLATE, CREATE TEXT SEARCH TEMPLATE
CREATE TRANSFORM, CREATE TRANSFORM
CREATE TRIGGER, CREATE TRIGGER
CREATE TYPE, CREATE TYPE
CREATE USER, CREATE USER
CREATE USER MAPPING, CREATE USER MAPPING
CREATE VIEW, CREATE VIEW
createdb, Creating a Database, Creating a Database, createdb
createuser, Database Roles, createuser
CREATE_REPLICATION_SLOT, Streaming Replication Protocol
cross compilation, Build Process Details
cross join, Joined Tables
crosstab, crosstab(text), crosstabN(text), crosstab(text, text)
crypt, crypt()
cstring, Pseudo-Types
CSV (Comma-Separated Values) format
in psql, Meta-Commands
ctid, System Columns
CTID, View Rules in Non-SELECT Statements
CUBE, GROUPING SETS, CUBE, and ROLLUP
cube (extension), cube
cume_dist, Window Functions
hypothetical, Aggregate Functions
current_catalog, System Information Functions and Operators
current_database, System Information Functions and Operators
current_date, Date/Time Functions and Operators
current_logfiles
and the log_destination configuration parameter, Where to Log
and the pg_current_logfile function, System Information Functions and Operators
current_query, System Information Functions and Operators
current_role, System Information Functions and Operators
current_schema, System Information Functions and Operators
current_schemas, System Information Functions and Operators
current_setting, Configuration Settings Functions
current_time, Date/Time Functions and Operators
current_timestamp, Date/Time Functions and Operators
current_user, System Information Functions and Operators
currval, Sequence Manipulation Functions
cursor, Cursors, CLOSE, DECLARE, EXPLAIN, FETCH, MOVE
CLOSE, CLOSE
DECLARE, DECLARE
FETCH, FETCH
in PL/pgSQL, Cursors
MOVE, MOVE
showing the query plan, EXPLAIN
cursor_tuple_fraction configuration parameter, Other Planner Options
custom scan provider, Writing a Custom Scan Provider
handler for, Writing a Custom Scan Provider
Cygwin, Cygwin
installation on, Cygwin

D

data area (see database cluster)
data partitioning, High Availability, Load Balancing, and Replication
data type, Data Types, Numeric Types, Enumerated Types, Domain Types, Type Conversion, The PostgreSQL Type System, The PostgreSQL Type System, The PostgreSQL Type System, Polymorphic Types, Base Types in C-Language Functions, User-Defined Types
base, The PostgreSQL Type System
category, Overview
composite, The PostgreSQL Type System
constant, Constants of Other Types
container, The PostgreSQL Type System
conversion, Type Conversion
domain, Domain Types
enumerated (enum), Enumerated Types
internal organization, Base Types in C-Language Functions
numeric, Numeric Types
polymorphic, Polymorphic Types
type cast, Type Casts
user-defined, User-Defined Types
database, Creating a Database, Managing Databases
creating, Creating a Database
privilege to create, Role Attributes
database activity, Monitoring Database Activity
monitoring, Monitoring Database Activity
database cluster, Concepts, Creating a Database Cluster
data_checksums configuration parameter, Preset Options
data_directory configuration parameter, File Locations
data_directory_mode configuration parameter, Preset Options
data_sync_retry configuration parameter, Error Handling
date, Date/Time Types, Dates
constants, Special Values
current, Current Date/Time
output format, Date/Time Output
(see also formatting)
DateStyle configuration parameter, Locale and Formatting
date_bin, date_bin
date_part, Date/Time Functions and Operators, EXTRACT, date_part
date_trunc, Date/Time Functions and Operators, date_trunc
dblink, dblink, dblink
dblink_build_sql_delete, dblink_build_sql_delete
dblink_build_sql_insert, dblink_build_sql_insert
dblink_build_sql_update, dblink_build_sql_update
dblink_cancel_query, dblink_cancel_query
dblink_close, dblink_close
dblink_connect, dblink_connect
dblink_connect_u, dblink_connect_u
dblink_disconnect, dblink_disconnect
dblink_error_message, dblink_error_message
dblink_exec, dblink_exec
dblink_fetch, dblink_fetch
dblink_get_connections, dblink_get_connections
dblink_get_notify, dblink_get_notify
dblink_get_pkey, dblink_get_pkey
dblink_get_result, dblink_get_result
dblink_is_busy, dblink_is_busy
dblink_open, dblink_open
dblink_send_query, dblink_send_query
db_user_namespace configuration parameter, Authentication
deadlock, Deadlocks
timeout during, Lock Management
deadlock_timeout configuration parameter, Lock Management
DEALLOCATE, DEALLOCATE
dearmor, armor(), dearmor()
debug_assertions configuration parameter, Preset Options
debug_deadlocks configuration parameter, Developer Options
debug_discard_caches configuration parameter, Developer Options
debug_pretty_print configuration parameter, What to Log
debug_print_parse configuration parameter, What to Log
debug_print_plan configuration parameter, What to Log
debug_print_rewritten configuration parameter, What to Log
decimal (see numeric)
DECLARE, DECLARE
decode, Binary String Functions and Operators
decode_bytea
in PL/Perl, Utility Functions in PL/Perl
decrypt, Raw Encryption Functions
decrypt_iv, Raw Encryption Functions
deduplicate_items storage parameter, Index Storage Parameters
default value, Default Values
changing, Changing a Column's Default Value
default-roles, Default Roles Renamed to Predefined Roles
default_statistics_target configuration parameter, Other Planner Options
default_tablespace configuration parameter, Statement Behavior
default_table_access_method configuration parameter, Statement Behavior
default_text_search_config configuration parameter, Locale and Formatting
default_toast_compression configuration parameter, Statement Behavior
default_transaction_deferrable configuration parameter, Statement Behavior
default_transaction_isolation configuration parameter, Statement Behavior
default_transaction_read_only configuration parameter, Statement Behavior
deferrable transaction, Statement Behavior
setting, SET TRANSACTION
setting default, Statement Behavior
defined, hstore Operators and Functions
degrees, Mathematical Functions and Operators
delay, Delaying Execution
DELETE, Deletions, Deleting Data, Returning Data from Modified Rows, DELETE
RETURNING, Returning Data from Modified Rows
delete, hstore Operators and Functions
deleting, Deleting Data
dense_rank, Window Functions
hypothetical, Aggregate Functions
diagonal, Geometric Functions and Operators
diameter, Geometric Functions and Operators
dict_int, dict_int
dict_xsyn, dict_xsyn
difference, Soundex
digest, digest()
dirty read, Transaction Isolation
DISCARD, DISCARD
disjunction, Logical Operators
disk drive, WAL Internals
disk space, Recovering Disk Space
disk usage, Determining Disk Usage
DISTINCT, Querying a Table, GROUPING SETS, CUBE, and ROLLUP, DISTINCT
GROUP BY DISTINCT, GROUPING SETS, CUBE, and ROLLUP
SELECT DISTINCT, DISTINCT
div, Mathematical Functions and Operators
dmetaphone, Double Metaphone
dmetaphone_alt, Double Metaphone
DO, DO
document, What Is a Document?
text search, What Is a Document?
dollar quoting, Dollar-Quoted String Constants
domain, Domain Types
double precision, Floating-Point Types
DROP ACCESS METHOD, DROP ACCESS METHOD
DROP AGGREGATE, DROP AGGREGATE
DROP CAST, DROP CAST
DROP COLLATION, DROP COLLATION
DROP CONVERSION, DROP CONVERSION
DROP DATABASE, Destroying a Database, DROP DATABASE
DROP DOMAIN, DROP DOMAIN
DROP EVENT TRIGGER, DROP EVENT TRIGGER
DROP EXTENSION, DROP EXTENSION
DROP FOREIGN DATA WRAPPER, DROP FOREIGN DATA WRAPPER
DROP FOREIGN TABLE, DROP FOREIGN TABLE
DROP FUNCTION, DROP FUNCTION
DROP GROUP, DROP GROUP
DROP INDEX, DROP INDEX
DROP LANGUAGE, DROP LANGUAGE
DROP MATERIALIZED VIEW, DROP MATERIALIZED VIEW
DROP OPERATOR, DROP OPERATOR
DROP OPERATOR CLASS, DROP OPERATOR CLASS
DROP OPERATOR FAMILY, DROP OPERATOR FAMILY
DROP OWNED, DROP OWNED
DROP POLICY, DROP POLICY
DROP PROCEDURE, DROP PROCEDURE
DROP PUBLICATION, DROP PUBLICATION
DROP ROLE, Database Roles, DROP ROLE
DROP ROUTINE, DROP ROUTINE
DROP RULE, DROP RULE
DROP SCHEMA, DROP SCHEMA
DROP SEQUENCE, DROP SEQUENCE
DROP SERVER, DROP SERVER
DROP STATISTICS, DROP STATISTICS
DROP SUBSCRIPTION, DROP SUBSCRIPTION
DROP TABLE, Creating a New Table, DROP TABLE
DROP TABLESPACE, DROP TABLESPACE
DROP TEXT SEARCH CONFIGURATION, DROP TEXT SEARCH CONFIGURATION
DROP TEXT SEARCH DICTIONARY, DROP TEXT SEARCH DICTIONARY
DROP TEXT SEARCH PARSER, DROP TEXT SEARCH PARSER
DROP TEXT SEARCH TEMPLATE, DROP TEXT SEARCH TEMPLATE
DROP TRANSFORM, DROP TRANSFORM
DROP TRIGGER, DROP TRIGGER
DROP TYPE, DROP TYPE
DROP USER, DROP USER
DROP USER MAPPING, DROP USER MAPPING
DROP VIEW, DROP VIEW
dropdb, Destroying a Database, dropdb
dropuser, Database Roles, dropuser
DROP_REPLICATION_SLOT, Streaming Replication Protocol
DTD, Creating XML Values
DTrace, Developer Options, Dynamic Tracing
duplicate, Querying a Table
duplicates, DISTINCT
dynamic loading, Other Defaults, Dynamic Loading
dynamic_library_path, Dynamic Loading
dynamic_library_path configuration parameter, Other Defaults
dynamic_shared_memory_type configuration parameter, Memory

E

each, hstore Operators and Functions
earth, Cube-Based Earth Distances
earthdistance, earthdistance
earth_box, Cube-Based Earth Distances
earth_distance, Cube-Based Earth Distances
ECPG, ECPG — Embedded SQL in C
ecpg, ecpg
effective_cache_size configuration parameter, Planner Cost Constants
effective_io_concurrency configuration parameter, Asynchronous Behavior
elog, Reporting Errors Within the Server
in PL/Perl, Utility Functions in PL/Perl
in PL/Python, Utility Functions
in PL/Tcl, Database Access from PL/Tcl
embedded SQL, ECPG — Embedded SQL in C
in C, ECPG — Embedded SQL in C
enabled role, enabled_roles
enable_async_append configuration parameter, Planner Method Configuration
enable_bitmapscan configuration parameter, Planner Method Configuration
enable_gathermerge configuration parameter, Planner Method Configuration
enable_hashagg configuration parameter, Planner Method Configuration
enable_hashjoin configuration parameter, Planner Method Configuration
enable_incremental_sort configuration parameter, Planner Method Configuration
enable_indexonlyscan configuration parameter, Planner Method Configuration
enable_indexscan configuration parameter, Planner Method Configuration
enable_material configuration parameter, Planner Method Configuration
enable_memoize configuration parameter, Planner Method Configuration
enable_mergejoin configuration parameter, Planner Method Configuration
enable_nestloop configuration parameter, Planner Method Configuration
enable_parallel_append configuration parameter, Planner Method Configuration
enable_parallel_hash configuration parameter, Planner Method Configuration
enable_partitionwise_aggregate configuration parameter, Planner Method Configuration
enable_partitionwise_join configuration parameter, Planner Method Configuration
enable_partition_pruning configuration parameter, Planner Method Configuration
enable_seqscan configuration parameter, Planner Method Configuration
enable_sort configuration parameter, Planner Method Configuration
enable_tidscan configuration parameter, Planner Method Configuration
encode, Binary String Functions and Operators
encode_array_constructor
in PL/Perl, Utility Functions in PL/Perl
encode_array_literal
in PL/Perl, Utility Functions in PL/Perl
encode_bytea
in PL/Perl, Utility Functions in PL/Perl
encode_typed_literal
in PL/Perl, Utility Functions in PL/Perl
encrypt, Raw Encryption Functions
encryption, Encryption Options, pgcrypto
for specific columns, pgcrypto
encrypt_iv, Raw Encryption Functions
END, END
enumerated types, Enumerated Types
enum_first, Enum Support Functions
enum_last, Enum Support Functions
enum_range, Enum Support Functions
environment variable, Environment Variables
ephemeral named relation
registering with SPI, SPI_register_relation, SPI_register_trigger_data
unregistering from SPI, SPI_unregister_relation
ereport, Reporting Errors Within the Server
error codes, PostgreSQL Error Codes
libpq, Main Functions
list of, PostgreSQL Error Codes
error message, Connection Status Functions
escape format, Binary String Functions and Operators
escape string syntax, String Constants with C-Style Escapes
escape_string_warning configuration parameter, Previous PostgreSQL Versions
escaping strings, Escaping Strings for Inclusion in SQL Commands
in libpq, Escaping Strings for Inclusion in SQL Commands
event log, Registering Event Log on Windows
event log, Registering Event Log on Windows
event trigger, Event Triggers, Writing Event Trigger Functions in C
in C, Writing Event Trigger Functions in C
in PL/Tcl, Event Trigger Functions in PL/Tcl
event_source configuration parameter, Where to Log
event_trigger, Pseudo-Types
every, Aggregate Functions
EXCEPT, Combining Queries (UNION, INTERSECT, EXCEPT)
exceptions
in PL/pgSQL, Trapping Errors
in PL/Tcl, Error Handling in PL/Tcl
exclusion constraint, Exclusion Constraints
EXECUTE, EXECUTE
exist, hstore Operators and Functions
EXISTS, Subquery Expressions
EXIT
in PL/pgSQL, EXIT
exit_on_error configuration parameter, Error Handling
exp, Mathematical Functions and Operators
EXPLAIN, Using EXPLAIN, EXPLAIN
expression, Value Expressions
order of evaluation, Expression Evaluation Rules
syntax, Value Expressions
extending SQL, Extending SQL
extension, Packaging Related Objects into an Extension
externally maintained, Extensions
external_pid_file configuration parameter, File Locations
extract, Date/Time Functions and Operators, EXTRACT, date_part
extra_float_digits configuration parameter, Locale and Formatting

F

factorial, Mathematical Functions and Operators
failover, High Availability, Load Balancing, and Replication
false, Boolean Type
family, Network Address Functions and Operators
fast path, The Fast-Path Interface
fastupdate storage parameter, Index Storage Parameters
fdw_handler, Pseudo-Types
FETCH, FETCH
field
computed, Using Composite Types in Queries
field selection, Field Selection
file system mount points, Use of Secondary File Systems
file_fdw, file_fdw
fillfactor storage parameter, Index Storage Parameters, Storage Parameters
FILTER, Aggregate Expressions
first_value, Window Functions
flex, Requirements
float4 (see real)
float8 (see double precision)
floating point, Floating-Point Types
floating-point
display, Locale and Formatting
floor, Mathematical Functions and Operators
force_parallel_mode configuration parameter, Developer Options
foreign data, Foreign Data
foreign data wrapper, Writing a Foreign Data Wrapper
handler for, Writing a Foreign Data Wrapper
foreign key, Foreign Keys, Foreign Keys
self-referential, Foreign Keys
foreign table, Foreign Data
format, String Functions and Operators, format
use in PL/pgSQL, Executing Dynamic Commands
formatting, Data Type Formatting Functions
format_type, System Information Functions and Operators
Free Space Map, Free Space Map
FreeBSD
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
from_collapse_limit configuration parameter, Other Planner Options
FSM (see Free Space Map)
fsm_page_contents, General Functions
fsync configuration parameter, Settings
full text search, Text Search Types, Text Search Types, Full Text Search
data types, Text Search Types
functions and operators, Text Search Types
full_page_writes configuration parameter, Settings
function, Table Functions, Functions and Operators, Statistics Information Functions, Functions, Polymorphic Types, User-Defined Functions, Query Language (SQL) Functions, Internal Functions, C-Language Functions
default values for arguments, SQL Functions with Default Values for Arguments
in the FROM clause, Table Functions
internal, Internal Functions
invocation, Function Calls
mixed notation, Using Mixed Notation
named argument, Arguments for SQL Functions
named notation, Using Named Notation
output parameter, SQL Functions with Output Parameters
polymorphic, Polymorphic Types
positional notation, Using Positional Notation
RETURNS TABLE, SQL Functions Returning TABLE
statistics, Statistics Information Functions
type resolution in an invocation, Functions
user-defined, User-Defined Functions, Query Language (SQL) Functions, C-Language Functions
in C, C-Language Functions
in SQL, Query Language (SQL) Functions
variadic, SQL Functions with Variable Numbers of Arguments
with SETOF, SQL Functions Returning Sets
functional dependency, The GROUP BY and HAVING Clauses
fuzzystrmatch, fuzzystrmatch

G

gcd, Mathematical Functions and Operators
gc_to_sec, Cube-Based Earth Distances
generated column, Generated Columns, Parameters, Parameters
in + triggers, Overview of Trigger Behavior
generate_series, Set Returning Functions
generate_subscripts, Set Returning Functions
genetic query optimization, Genetic Query Optimizer
gen_random_bytes, Random-Data Functions
gen_random_uuid, UUID Functions, Random-Data Functions
gen_salt, gen_salt()
GEQO (see genetic query optimization)
geqo configuration parameter, Genetic Query Optimizer
geqo_effort configuration parameter, Genetic Query Optimizer
geqo_generations configuration parameter, Genetic Query Optimizer
geqo_pool_size configuration parameter, Genetic Query Optimizer
geqo_seed configuration parameter, Genetic Query Optimizer
geqo_selection_bias configuration parameter, Genetic Query Optimizer
geqo_threshold configuration parameter, Genetic Query Optimizer
get_bit, Binary String Functions and Operators, Bit String Functions and Operators
get_byte, Binary String Functions and Operators
get_current_ts_config, Text Search Functions and Operators
get_raw_page, General Functions
GIN (see index)
gin_clean_pending_list, Index Maintenance Functions
gin_fuzzy_search_limit configuration parameter, Other Defaults
gin_leafpage_items, GIN Functions
gin_metapage_info, GIN Functions
gin_page_opaque_info, GIN Functions
gin_pending_list_limit
configuration parameter, Statement Behavior
storage parameter, Index Storage Parameters
GiST (see index)
gist_page_items, GiST Functions
gist_page_items_bytea, GiST Functions
gist_page_opaque_info, GiST Functions
global data, Global Data in PL/Tcl
in PL/Python, Sharing Data
in PL/Tcl, Global Data in PL/Tcl
GRANT, Privileges, GRANT
GREATEST, GREATEST and LEAST, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
Gregorian calendar, History of Units
GROUP BY, Aggregate Functions, The GROUP BY and HAVING Clauses
grouping, The GROUP BY and HAVING Clauses
GROUPING, Aggregate Functions
GROUPING SETS, GROUPING SETS, CUBE, and ROLLUP
gssapi, Secure TCP/IP Connections with GSSAPI Encryption
GSSAPI, GSSAPI Authentication
with + libpq, Parameter Key Words
GUID, UUID Type

H

hash (see index)
hash_bitmap_info, Hash Functions
hash_mem_multiplier configuration parameter, Memory
hash_metapage_info, Hash Functions
hash_page_items, Hash Functions
hash_page_stats, Hash Functions
hash_page_type, Hash Functions
has_any_column_privilege, System Information Functions and Operators
has_column_privilege, System Information Functions and Operators
has_database_privilege, System Information Functions and Operators
has_foreign_data_wrapper_privilege, System Information Functions and Operators
has_function_privilege, System Information Functions and Operators
has_language_privilege, System Information Functions and Operators
has_schema_privilege, System Information Functions and Operators
has_sequence_privilege, System Information Functions and Operators
has_server_privilege, System Information Functions and Operators
has_tablespace_privilege, System Information Functions and Operators
has_table_privilege, System Information Functions and Operators
has_type_privilege, System Information Functions and Operators
HAVING, Aggregate Functions, The GROUP BY and HAVING Clauses
hba_file configuration parameter, File Locations
heap_page_items, Heap Functions
heap_page_item_attrs, Heap Functions
heap_tuple_infomask_flags, Heap Functions
height, Geometric Functions and Operators
hex format, Binary String Functions and Operators
hierarchical database, Concepts
high availability, High Availability, Load Balancing, and Replication
history, A Brief History of PostgreSQL
of PostgreSQL, A Brief History of PostgreSQL
hmac, hmac()
host, Network Address Functions and Operators
host + name, Parameter Key Words
hostmask, Network Address Functions and Operators
Hot Standby, High Availability, Load Balancing, and Replication
hot_standby configuration parameter, Standby Servers
hot_standby_feedback configuration parameter, Standby Servers
HP-UX
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
hstore, hstore, hstore Operators and Functions
hstore_to_array, hstore Operators and Functions
hstore_to_json, hstore Operators and Functions
hstore_to_jsonb, hstore Operators and Functions
hstore_to_jsonb_loose, hstore Operators and Functions
hstore_to_json_loose, hstore Operators and Functions
hstore_to_matrix, hstore Operators and Functions
huge_pages configuration parameter, Memory
huge_page_size configuration parameter, Memory
hypothetical-set aggregate
built-in, Aggregate Functions

I

icount, intarray Functions and Operators
ICU, PostgreSQL Features, Managing Collations, Parameters
ident, Ident Authentication
identifier, Identifiers and Key Words
length, Identifiers and Key Words
syntax of, Identifiers and Key Words
IDENTIFY_SYSTEM, Streaming Replication Protocol
ident_file configuration parameter, File Locations
idle_in_transaction_session_timeout configuration parameter, Statement Behavior
idle_session_timeout configuration parameter, Statement Behavior
idx, intarray Functions and Operators
IFNULL, COALESCE
ignore_checksum_failure configuration parameter, Developer Options
ignore_invalid_pages configuration parameter, Developer Options
ignore_system_indexes configuration parameter, Developer Options
IMMUTABLE, Function Volatility Categories
IMPORT FOREIGN SCHEMA, IMPORT FOREIGN SCHEMA
IN, Subquery Expressions, Row and Array Comparisons
INCLUDE
in index definitions, Index-Only Scans and Covering Indexes
include
in configuration file, Managing Configuration File Contents
include_dir
in configuration file, Managing Configuration File Contents
include_if_exists
in configuration file, Managing Configuration File Contents
index, Indexes, Multicolumn Indexes, Indexes and ORDER BY, Combining Multiple Indexes, Unique Indexes, Indexes on Expressions, Partial Indexes, Index-Only Scans and Covering Indexes, Index-Only Scans and Covering Indexes, Examining Index Usage, Preferred Index Types for Text Search, Preferred Index Types for Text Search, Locking and Indexes, Interfacing Extensions to Indexes, Building Indexes Concurrently, Rebuilding Indexes Concurrently, Operators and Functions
and ORDER BY, Indexes and ORDER BY
B-Tree, B-Tree, B-Tree Indexes
BRIN, BRIN, BRIN Indexes
building concurrently, Building Indexes Concurrently
combining multiple indexes, Combining Multiple Indexes
covering, Index-Only Scans and Covering Indexes
examining usage, Examining Index Usage
on expressions, Indexes on Expressions
for user-defined data type, Interfacing Extensions to Indexes
GIN, GIN, Preferred Index Types for Text Search, GIN Indexes
text search, Preferred Index Types for Text Search
GiST, GiST, Preferred Index Types for Text Search, GiST Indexes
text search, Preferred Index Types for Text Search
hash, Hash
Hash, Hash Indexes
index-only scans, Index-Only Scans and Covering Indexes
locks, Locking and Indexes
multicolumn, Multicolumn Indexes
partial, Partial Indexes
rebuilding concurrently, Rebuilding Indexes Concurrently
SP-GiST, SP-GiST, SP-GiST Indexes
unique, Unique Indexes
Index Access Method, Index Access Method Interface Definition
index scan, Planner Method Configuration
index-only scan, Index-Only Scans and Covering Indexes
indexam
Index Access Method, Index Access Method Interface Definition
index_am_handler, Pseudo-Types
inet (data type), inet
inet_client_addr, System Information Functions and Operators
inet_client_port, System Information Functions and Operators
inet_merge, Network Address Functions and Operators
inet_same_family, Network Address Functions and Operators
inet_server_addr, System Information Functions and Operators
inet_server_port, System Information Functions and Operators
infinity
floating point, Floating-Point Types
numeric (data type), Arbitrary Precision Numbers
information schema, The Information Schema
inheritance, Inheritance, Inheritance
initcap, String Functions and Operators
initdb, Creating a Database Cluster, initdb
Initialization Fork, The Initialization Fork
input function, User-Defined Types
INSERT, Populating a Table With Rows, Inserting Data, Returning Data from Modified Rows, INSERT
RETURNING, Returning Data from Modified Rows
inserting, Inserting Data
installation, Installation from Source Code
binaries, Installation from Binaries
on Windows, Installation from Source Code on Windows
instr function, Appendix
int2 (see smallint)
int4 (see integer)
int8 (see bigint)
intagg, intagg
intarray, intarray
integer, Numeric Constants, Integer Types
integer_datetimes configuration parameter, Preset Options
interfaces
externally maintained, Client Interfaces
internal, Pseudo-Types
INTERSECT, Combining Queries (UNION, INTERSECT, EXCEPT)
interval, Date/Time Types, Interval Input
output format, Interval Output
(see also formatting)
IntervalStyle configuration parameter, Locale and Formatting
intset, intarray Functions and Operators
int_array_aggregate, Functions
int_array_enum, Functions
inverse distribution, Aggregate Functions
in_hot_standby configuration parameter, Preset Options
in_range support functions, B-Tree Support Functions
IS DISTINCT FROM, Comparison Functions and Operators, Row and Array Comparisons
IS DOCUMENT, IS DOCUMENT
IS FALSE, Comparison Functions and Operators
IS NOT DISTINCT FROM, Comparison Functions and Operators, Row and Array Comparisons
IS NOT DOCUMENT, IS NOT DOCUMENT
IS NOT FALSE, Comparison Functions and Operators
IS NOT NULL, Comparison Functions and Operators
IS NOT TRUE, Comparison Functions and Operators
IS NOT UNKNOWN, Comparison Functions and Operators
IS NULL, Comparison Functions and Operators, Platform and Client Compatibility
IS TRUE, Comparison Functions and Operators
IS UNKNOWN, Comparison Functions and Operators
isclosed, Geometric Functions and Operators
isempty, Range/Multirange Functions and Operators
isfinite, Date/Time Functions and Operators
isn, isn
ISNULL, Comparison Functions and Operators
isn_weak, Functions and Operators
isopen, Geometric Functions and Operators
is_array_ref
in PL/Perl, Utility Functions in PL/Perl
is_valid, Functions and Operators

J

JIT, Just-in-Time Compilation (JIT)
jit configuration parameter, Other Planner Options
jit_above_cost configuration parameter, Planner Cost Constants
jit_debugging_support configuration parameter, Developer Options
jit_dump_bitcode configuration parameter, Developer Options
jit_expressions configuration parameter, Developer Options
jit_inline_above_cost configuration parameter, Planner Cost Constants
jit_optimize_above_cost configuration parameter, Planner Cost Constants
jit_profiling_support configuration parameter, Developer Options
jit_provider configuration parameter, Shared Library Preloading
jit_tuple_deforming configuration parameter, Developer Options
join, Joins Between Tables, Joined Tables, Controlling the Planner with Explicit JOIN Clauses
controlling the order, Controlling the Planner with Explicit JOIN Clauses
cross, Joined Tables
left, Joined Tables
natural, Joined Tables
outer, Joins Between Tables, Joined Tables
right, Joined Tables
self, Joins Between Tables
join_collapse_limit configuration parameter, Other Planner Options
JSON, JSON Types, JSON Functions and Operators
functions and operators, JSON Functions and Operators
JSONB, JSON Types
jsonb
containment, jsonb Containment and Existence
existence, jsonb Containment and Existence
indexes on, jsonb Indexing
jsonb_agg, Aggregate Functions
jsonb_array_elements, Processing and Creating JSON Data
jsonb_array_elements_text, Processing and Creating JSON Data
jsonb_array_length, Processing and Creating JSON Data
jsonb_build_array, Processing and Creating JSON Data
jsonb_build_object, Processing and Creating JSON Data
jsonb_each, Processing and Creating JSON Data
jsonb_each_text, Processing and Creating JSON Data
jsonb_extract_path, Processing and Creating JSON Data
jsonb_extract_path_text, Processing and Creating JSON Data
jsonb_insert, Processing and Creating JSON Data
jsonb_object, Processing and Creating JSON Data
jsonb_object_agg, Aggregate Functions
jsonb_object_keys, Processing and Creating JSON Data
jsonb_path_exists, Processing and Creating JSON Data
jsonb_path_exists_tz, Processing and Creating JSON Data
jsonb_path_match, Processing and Creating JSON Data
jsonb_path_match_tz, Processing and Creating JSON Data
jsonb_path_query, Processing and Creating JSON Data
jsonb_path_query_array, Processing and Creating JSON Data
jsonb_path_query_array_tz, Processing and Creating JSON Data
jsonb_path_query_first, Processing and Creating JSON Data
jsonb_path_query_first_tz, Processing and Creating JSON Data
jsonb_path_query_tz, Processing and Creating JSON Data
jsonb_populate_record, Processing and Creating JSON Data
jsonb_populate_recordset, Processing and Creating JSON Data
jsonb_pretty, Processing and Creating JSON Data
jsonb_set, Processing and Creating JSON Data
jsonb_set_lax, Processing and Creating JSON Data
jsonb_strip_nulls, Processing and Creating JSON Data
jsonb_to_record, Processing and Creating JSON Data
jsonb_to_recordset, Processing and Creating JSON Data
jsonb_to_tsvector, Text Search Functions and Operators
jsonb_typeof, Processing and Creating JSON Data
jsonpath, jsonpath Type
json_agg, Aggregate Functions
json_array_elements, Processing and Creating JSON Data
json_array_elements_text, Processing and Creating JSON Data
json_array_length, Processing and Creating JSON Data
json_build_array, Processing and Creating JSON Data
json_build_object, Processing and Creating JSON Data
json_each, Processing and Creating JSON Data
json_each_text, Processing and Creating JSON Data
json_extract_path, Processing and Creating JSON Data
json_extract_path_text, Processing and Creating JSON Data
json_object, Processing and Creating JSON Data
json_object_agg, Aggregate Functions
json_object_keys, Processing and Creating JSON Data
json_populate_record, Processing and Creating JSON Data
json_populate_recordset, Processing and Creating JSON Data
json_strip_nulls, Processing and Creating JSON Data
json_to_record, Processing and Creating JSON Data
json_to_recordset, Processing and Creating JSON Data
json_to_tsvector, Text Search Functions and Operators
json_typeof, Processing and Creating JSON Data
Julian date, Julian Dates
Just-In-Time compilation (see JIT)
justify_days, Date/Time Functions and Operators
justify_hours, Date/Time Functions and Operators
justify_interval, Date/Time Functions and Operators

K

key word, Identifiers and Key Words, SQL Key Words
list of, SQL Key Words
syntax of, Identifiers and Key Words
krb_caseins_users configuration parameter, Authentication
krb_server_keyfile configuration parameter, Authentication

L

label (see alias)
lag, Window Functions
language_handler, Pseudo-Types
large object, Large Objects
lastval, Sequence Manipulation Functions
last_value, Window Functions
LATERAL, LATERAL Subqueries
in the FROM clause, LATERAL Subqueries
latitude, Cube-Based Earth Distances
lca, Operators and Functions
lcm, Mathematical Functions and Operators
lc_collate configuration parameter, Preset Options
lc_ctype configuration parameter, Preset Options
lc_messages configuration parameter, Locale and Formatting
lc_monetary configuration parameter, Locale and Formatting
lc_numeric configuration parameter, Locale and Formatting
lc_time configuration parameter, Locale and Formatting
LDAP, PostgreSQL Features, LDAP Authentication
LDAP connection parameter lookup, LDAP Lookup of Connection Parameters
ldconfig, Shared Libraries
lead, Window Functions
LEAST, GREATEST and LEAST, UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
left, String Functions and Operators
left join, Joined Tables
length, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators, Geometric Functions and Operators, Text Search Functions and Operators
of a binary string (see binary strings, length)
of a character string (see character string, length)
length(tsvector), Manipulating Documents
levenshtein, Levenshtein
levenshtein_less_equal, Levenshtein
lex, Requirements
libedit, Requirements
libperl, Requirements
libpq, libpq — C Library, Pipeline Mode, Retrieving Query Results Row-by-Row
pipeline mode, Pipeline Mode
single-row mode, Retrieving Query Results Row-by-Row
libpq-fe.h, libpq — C Library, Connection Status Functions
libpq-int.h, Connection Status Functions
libpython, Requirements
library finalization function, Dynamic Loading
library initialization function, Dynamic Loading
LIKE, LIKE
and locales, Behavior
LIKE_REGEX, Differences from XQuery (LIKE_REGEX), SQL/JSON Regular Expressions
in SQL/JSON, SQL/JSON Regular Expressions
LIMIT, LIMIT and OFFSET
line, Lines, Geometric Functions and Operators
line segment, Line Segments
linear regression, Aggregate Functions
Linux
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
LISTEN, LISTEN
listen_addresses configuration parameter, Connection Settings
llvm-config, PostgreSQL Features
ll_to_earth, Cube-Based Earth Distances
ln, Mathematical Functions and Operators
lo, lo
LOAD, LOAD
load balancing, High Availability, Load Balancing, and Replication
locale, Creating a Database Cluster, Locale Support
localtime, Date/Time Functions and Operators
localtimestamp, Date/Time Functions and Operators
local_preload_libraries configuration parameter, Shared Library Preloading
lock, Explicit Locking, Advisory Locks, Viewing Locks
advisory, Advisory Locks
monitoring, Viewing Locks
LOCK, Table-Level Locks, LOCK
lock_timeout configuration parameter, Statement Behavior
log, Mathematical Functions and Operators
log shipping, High Availability, Load Balancing, and Replication
log10, Mathematical Functions and Operators
Logging
current_logfiles file and the pg_current_logfile + function, System Information Functions and Operators
pg_current_logfile function, System Information Functions and Operators
logging_collector configuration parameter, Where to Log
Logical Decoding, Logical Decoding, Logical Decoding
logical_decoding_work_mem configuration parameter, Memory
login privilege, Role Attributes
log_autovacuum_min_duration
configuration parameter, What to Log
storage parameter, Storage Parameters
log_btree_build_stats configuration parameter, Developer Options
log_checkpoints configuration parameter, What to Log
log_connections configuration parameter, What to Log
log_destination configuration parameter, Where to Log
log_directory configuration parameter, Where to Log
log_disconnections configuration parameter, What to Log
log_duration configuration parameter, What to Log
log_error_verbosity configuration parameter, What to Log
log_executor_stats configuration parameter, Statistics Monitoring
log_filename configuration parameter, Where to Log
log_file_mode configuration parameter, Where to Log
log_hostname configuration parameter, What to Log
log_line_prefix configuration parameter, What to Log
log_lock_waits configuration parameter, What to Log
log_min_duration_sample configuration parameter, When to Log
log_min_duration_statement configuration parameter, When to Log
log_min_error_statement configuration parameter, When to Log
log_min_messages configuration parameter, When to Log
log_parameter_max_length configuration parameter, What to Log
log_parameter_max_length_on_error configuration parameter, What to Log
log_parser_stats configuration parameter, Statistics Monitoring
log_planner_stats configuration parameter, Statistics Monitoring
log_recovery_conflict_waits configuration parameter, What to Log
log_replication_commands configuration parameter, What to Log
log_rotation_age configuration parameter, Where to Log
log_rotation_size configuration parameter, Where to Log
log_statement configuration parameter, What to Log
log_statement_sample_rate configuration parameter, When to Log
log_statement_stats configuration parameter, Statistics Monitoring
log_temp_files configuration parameter, What to Log
log_timezone configuration parameter, What to Log
log_transaction_sample_rate configuration parameter, When to Log
log_truncate_on_rotation configuration parameter, Where to Log
longitude, Cube-Based Earth Distances
looks_like_number
in PL/Perl, Utility Functions in PL/Perl
loop, Simple Loops
in PL/pgSQL, Simple Loops
lower, String Functions and Operators, Range/Multirange Functions and Operators
and locales, Behavior
lower_inc, Range/Multirange Functions and Operators
lower_inf, Range/Multirange Functions and Operators
lo_close, Closing a Large Object Descriptor
lo_compat_privileges configuration parameter, Previous PostgreSQL Versions
lo_creat, Creating a Large Object, Server-Side Functions
lo_create, Creating a Large Object
lo_export, Exporting a Large Object, Server-Side Functions
lo_from_bytea, Server-Side Functions
lo_get, Server-Side Functions
lo_import, Importing a Large Object, Server-Side Functions
lo_import_with_oid, Importing a Large Object
lo_lseek, Seeking in a Large Object
lo_lseek64, Seeking in a Large Object
lo_open, Opening an Existing Large Object
lo_put, Server-Side Functions
lo_read, Reading Data from a Large Object
lo_tell, Obtaining the Seek Position of a Large Object
lo_tell64, Obtaining the Seek Position of a Large Object
lo_truncate, Truncating a Large Object
lo_truncate64, Truncating a Large Object
lo_unlink, Removing a Large Object, Server-Side Functions
lo_write, Writing Data to a Large Object
lpad, String Functions and Operators
lseg, Line Segments, Geometric Functions and Operators
LSN, WAL Internals
ltree, ltree
ltree2text, Operators and Functions
ltrim, String Functions and Operators, Binary String Functions and Operators

M

MAC address (see macaddr)
MAC address (EUI-64 format) (see macaddr)
macaddr (data type), macaddr
macaddr8 (data type), macaddr8
macaddr8_set7bit, Network Address Functions and Operators
macOS, macOS
installation on, macOS
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
magic block, Dynamic Loading
maintenance, Routine Database Maintenance Tasks
maintenance_io_concurrency configuration parameter, Asynchronous Behavior
maintenance_work_mem configuration parameter, Memory
make, Requirements
makeaclitem, System Information Functions and Operators
make_date, Date/Time Functions and Operators
make_interval, Date/Time Functions and Operators
make_time, Date/Time Functions and Operators
make_timestamp, Date/Time Functions and Operators
make_timestamptz, Date/Time Functions and Operators
make_valid, Functions and Operators
MANPATH, Environment Variables
masklen, Network Address Functions and Operators
materialized view, Materialized Views
implementation through rules, Materialized Views
materialized views, pg_matviews
max, Aggregate Functions
max_connections configuration parameter, Connection Settings
max_files_per_process configuration parameter, Kernel Resource Usage
max_function_args configuration parameter, Preset Options
max_identifier_length configuration parameter, Preset Options
max_index_keys configuration parameter, Preset Options
max_locks_per_transaction configuration parameter, Lock Management
max_logical_replication_workers configuration parameter, Subscribers
max_parallel_maintenance_workers configuration parameter, Asynchronous Behavior
max_parallel_workers configuration parameter, Asynchronous Behavior
max_parallel_workers_per_gather configuration parameter, Asynchronous Behavior
max_pred_locks_per_page configuration parameter, Lock Management
max_pred_locks_per_relation configuration parameter, Lock Management
max_pred_locks_per_transaction configuration parameter, Lock Management
max_prepared_transactions configuration parameter, Memory
max_replication_slots configuration parameter, Sending Servers
max_slot_wal_keep_size configuration parameter, Sending Servers
max_stack_depth configuration parameter, Memory
max_standby_archive_delay configuration parameter, Standby Servers
max_standby_streaming_delay configuration parameter, Standby Servers
max_sync_workers_per_subscription configuration parameter, Subscribers
max_wal_senders configuration parameter, Sending Servers
max_wal_size configuration parameter, Checkpoints
max_worker_processes configuration parameter, Asynchronous Behavior
md5, String Functions and Operators, Binary String Functions and Operators
MD5, Password Authentication
median, Aggregate Expressions
(see also percentile)
memory context
in SPI, Memory Management
memory overcommit, Linux Memory Overcommit
metaphone, Metaphone
min, Aggregate Functions
MinGW, MinGW/Native Windows
installation on, MinGW/Native Windows
min_dynamic_shared_memory configuration parameter, Memory
min_parallel_index_scan_size configuration parameter, Planner Cost Constants
min_parallel_table_scan_size configuration parameter, Planner Cost Constants
min_scale, Mathematical Functions and Operators
min_wal_size configuration parameter, Checkpoints
mod, Mathematical Functions and Operators
mode
statistical, Aggregate Functions
monitoring, Monitoring Database Activity
database activity, Monitoring Database Activity
MOVE, MOVE
moving-aggregate mode, Moving-Aggregate Mode
multirange (function), Range/Multirange Functions and Operators
multirange type, Range Types
Multiversion Concurrency Control, Introduction
MultiXactId, Multixacts and Wraparound
MVCC, Introduction

N

name, Identifiers and Key Words
qualified, Creating a Schema
syntax of, Identifiers and Key Words
unqualified, The Schema Search Path
NaN (see not a number)
natural join, Joined Tables
negation, Logical Operators
NetBSD
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
netmask, Network Address Functions and Operators
network, Network Address Types, Network Address Functions and Operators
data types, Network Address Types
nextval, Sequence Manipulation Functions
NFS, NFS
nlevel, Operators and Functions
non-durable, Non-Durable Settings
nonblocking connection, Database Connection Control Functions, Asynchronous Command Processing
nonrepeatable read, Transaction Isolation
normalize, String Functions and Operators
normalized, String Functions and Operators
normal_rand, normal_rand
NOT (operator), Logical Operators
not a number
floating point, Floating-Point Types
numeric (data type), Arbitrary Precision Numbers
NOT IN, Subquery Expressions, Row and Array Comparisons
not-null constraint, Not-Null Constraints
notation, Calling Functions
functions, Calling Functions
notice processing, Notice Processing
in libpq, Notice Processing
notice processor, Notice Processing
notice receiver, Notice Processing
NOTIFY, Asynchronous Notification, NOTIFY
in libpq, Asynchronous Notification
NOTNULL, Comparison Functions and Operators
now, Date/Time Functions and Operators
npoints, Geometric Functions and Operators
nth_value, Window Functions
ntile, Window Functions
null value
with check constraints, Check Constraints
comparing, Comparison Functions and Operators
default value, Default Values
in DISTINCT, DISTINCT
in libpq, Retrieving Query Result Information
in PL/Perl, PL/Perl Functions and Arguments
in PL/Python, Null, None
with unique constraints, Unique Constraints
NULLIF, NULLIF
number
constant, Numeric Constants
numeric, Numeric Constants
numeric (data type), Arbitrary Precision Numbers
numnode, Text Search Functions and Operators, Manipulating Queries
num_nonnulls, Comparison Functions and Operators
num_nulls, Comparison Functions and Operators
NVL, COALESCE

O

object identifier, Object Identifier Types
data type, Object Identifier Types
object-oriented database, Concepts
obj_description, System Information Functions and Operators
octet_length, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
OFFSET, LIMIT and OFFSET
oid, Object Identifier Types
OID
in libpq, Retrieving Other Result Information
oid2name, oid2name
old_snapshot, old_snapshot
old_snapshot_threshold configuration parameter, Asynchronous Behavior
ON CONFLICT, INSERT
ONLY, The FROM Clause
OOM, Linux Memory Overcommit
OpenBSD
IPC configuration, Shared Memory and Semaphores
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
OpenSSL, PostgreSQL Features
(see also SSL)
operator, Operators, Operator Precedence, Functions and Operators, Logical Operators, Operators, User-Defined Operators
invocation, Operator Invocations
logical, Logical Operators
precedence, Operator Precedence
syntax, Operators
type resolution in an invocation, Operators
user-defined, User-Defined Operators
operator class, Operator Classes and Operator Families, Index Methods and Operator Classes
operator family, Operator Classes and Operator Families, Operator Classes and Operator Families
optimization information, Function Optimization Information, Operator Optimization Information
for functions, Function Optimization Information
for operators, Operator Optimization Information
OR (operator), Logical Operators
Oracle, Porting from Oracle PL/SQL
porting from PL/SQL to PL/pgSQL, Porting from Oracle PL/SQL
ORDER BY, Querying a Table, Sorting Rows (ORDER BY)
and locales, Behavior
ordered-set aggregate, Aggregate Expressions
built-in, Aggregate Functions
ordering operator, System Dependencies on Operator Classes
ordinality, Set Returning Functions
outer join, Joined Tables
output function, User-Defined Types
OVER clause, Window Function Calls
overcommit, Linux Memory Overcommit
OVERLAPS, Date/Time Functions and Operators
overlay, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
overloading, Function Overloading
functions, Function Overloading
operators, User-Defined Operators
owner, Privileges

P

pageinspect, pageinspect
pages_per_range storage parameter, Index Storage Parameters
page_checksum, General Functions
page_header, General Functions
palloc, Writing Code
PAM, PostgreSQL Features, PAM Authentication
parallel query, Parallel Query
parallel_leader_participation configuration parameter, Asynchronous Behavior
parallel_setup_cost configuration parameter, Planner Cost Constants
parallel_tuple_cost configuration parameter, Planner Cost Constants
parallel_workers storage parameter, Storage Parameters
parameter
syntax, Positional Parameters
parenthesis, Value Expressions
parse_ident, String Functions and Operators
partition pruning, Partition Pruning
partitioned table, Table Partitioning
partitioning, Table Partitioning
password, Role Attributes
authentication, Password Authentication
of the superuser, Creating a Database Cluster
password file, The Password File
passwordcheck, passwordcheck
password_encryption configuration parameter, Authentication
path, Geometric Functions and Operators
for schemas, Statement Behavior
PATH, Environment Variables
path (data type), Paths
pattern matching, Pattern Matching
patterns
in psql and pg_dump, Patterns
pclose, Geometric Functions and Operators
peer, Peer Authentication
percentile
continuous, Aggregate Functions
discrete, Aggregate Functions
percent_rank, Window Functions
hypothetical, Aggregate Functions
performance, Performance Tips
perl, Requirements
Perl, PL/Perl — Perl Procedural Language
permission (see privilege)
pfree, Writing Code
PGAPPNAME, Environment Variables
pgbench, pgbench
PGcancel, Canceling Queries in Progress
PGCHANNELBINDING, Environment Variables
PGCLIENTENCODING, Environment Variables
PGconn, Database Connection Control Functions
PGCONNECT_TIMEOUT, Environment Variables
pgcrypto, pgcrypto
PGDATA, Creating a Database Cluster
PGDATABASE, Environment Variables
PGDATESTYLE, Environment Variables
PGEventProc, Event Callback Procedure
PGGEQO, Environment Variables
PGGSSENCMODE, Environment Variables
PGGSSLIB, Environment Variables
PGHOST, Environment Variables
PGHOSTADDR, Environment Variables
PGKRBSRVNAME, Environment Variables
PGLOCALEDIR, Environment Variables
PGOPTIONS, Environment Variables
PGPASSFILE, Environment Variables
PGPASSWORD, Environment Variables
PGPORT, Environment Variables
pgp_armor_headers, pgp_armor_headers
pgp_key_id, pgp_key_id()
pgp_pub_decrypt, pgp_pub_decrypt()
pgp_pub_decrypt_bytea, pgp_pub_decrypt()
pgp_pub_encrypt, pgp_pub_encrypt()
pgp_pub_encrypt_bytea, pgp_pub_encrypt()
pgp_sym_decrypt, pgp_sym_decrypt()
pgp_sym_decrypt_bytea, pgp_sym_decrypt()
pgp_sym_encrypt, pgp_sym_encrypt()
pgp_sym_encrypt_bytea, pgp_sym_encrypt()
PGREQUIREPEER, Environment Variables
PGREQUIRESSL, Environment Variables
PGresult, Main Functions
pgrowlocks, pgrowlocks, Overview
PGSERVICE, Environment Variables
PGSERVICEFILE, Environment Variables
PGSSLCERT, Environment Variables
PGSSLCOMPRESSION, Environment Variables
PGSSLCRL, Environment Variables
PGSSLCRLDIR, Environment Variables
PGSSLKEY, Environment Variables
PGSSLMAXPROTOCOLVERSION, Environment Variables
PGSSLMINPROTOCOLVERSION, Environment Variables
PGSSLMODE, Environment Variables
PGSSLROOTCERT, Environment Variables
PGSSLSNI, Environment Variables
pgstatginindex, Functions
pgstathashindex, Functions
pgstatindex, Functions
pgstattuple, pgstattuple, Functions
pgstattuple_approx, Functions
PGSYSCONFDIR, Environment Variables
PGTARGETSESSIONATTRS, Environment Variables
PGTZ, Environment Variables
PGUSER, Environment Variables
pgxs, Extension Building Infrastructure
pg_advisory_lock, Advisory Lock Functions
pg_advisory_lock_shared, Advisory Lock Functions
pg_advisory_unlock, Advisory Lock Functions
pg_advisory_unlock_all, Advisory Lock Functions
pg_advisory_unlock_shared, Advisory Lock Functions
pg_advisory_xact_lock, Advisory Lock Functions
pg_advisory_xact_lock_shared, Advisory Lock Functions
pg_aggregate, pg_aggregate
pg_am, pg_am
pg_amcheck, pg_amcheck
pg_amop, pg_amop
pg_amproc, pg_amproc
pg_archivecleanup, pg_archivecleanup
pg_attrdef, pg_attrdef
pg_attribute, pg_attribute
pg_authid, pg_authid
pg_auth_members, pg_auth_members
pg_available_extensions, pg_available_extensions
pg_available_extension_versions, pg_available_extension_versions
pg_backend_memory_contexts, pg_backend_memory_contexts
pg_backend_pid, System Information Functions and Operators
pg_backup_start_time, Backup Control Functions
pg_basebackup, pg_basebackup
pg_blocking_pids, System Information Functions and Operators
pg_buffercache, pg_buffercache
pg_buffercache_pages, pg_buffercache
pg_cancel_backend, Server Signaling Functions
pg_cast, pg_cast
pg_checksums, pg_checksums
pg_class, pg_class
pg_client_encoding, String Functions and Operators
pg_collation, pg_collation
pg_collation_actual_version, Database Object Management Functions
pg_collation_is_visible, System Information Functions and Operators
PG_COLOR, When Color is Used
PG_COLORS, Configuring the Colors
pg_column_compression, Database Object Management Functions
pg_column_size, Database Object Management Functions
pg_config, pg_config, pg_config
with + ecpg, Processing Embedded SQL Programs
with libpq, Building libpq Programs
with user-defined C functions, Writing Code
pg_conf_load_time, System Information Functions and Operators
pg_constraint, pg_constraint
pg_controldata, pg_controldata
pg_control_checkpoint, System Information Functions and Operators
pg_control_init, System Information Functions and Operators
pg_control_recovery, System Information Functions and Operators
pg_control_system, System Information Functions and Operators
pg_conversion, pg_conversion
pg_conversion_is_visible, System Information Functions and Operators
pg_copy_logical_replication_slot, Replication Management Functions
pg_copy_physical_replication_slot, Replication Management Functions
pg_create_logical_replication_slot, Replication Management Functions
pg_create_physical_replication_slot, Replication Management Functions
pg_create_restore_point, Backup Control Functions
pg_ctl, Creating a Database Cluster, Starting the Database Server, pg_ctl
pg_current_logfile, System Information Functions and Operators
pg_current_snapshot, System Information Functions and Operators
pg_current_wal_flush_lsn, Backup Control Functions
pg_current_wal_insert_lsn, Backup Control Functions
pg_current_wal_lsn, Backup Control Functions
pg_current_xact_id, System Information Functions and Operators
pg_current_xact_id_if_assigned, System Information Functions and Operators
pg_cursors, pg_cursors
pg_database, Template Databases, pg_database
pg_database_size, Database Object Management Functions
pg_db_role_setting, pg_db_role_setting
pg_ddl_command, Pseudo-Types
pg_default_acl, pg_default_acl
pg_depend, pg_depend
pg_describe_object, System Information Functions and Operators
pg_description, pg_description
pg_drop_replication_slot, Replication Management Functions
pg_dump, pg_dump
pg_dumpall, pg_dumpall
use during upgrade, Upgrading Data via pg_dumpall
pg_enum, pg_enum
pg_event_trigger, pg_event_trigger
pg_event_trigger_ddl_commands, Capturing Changes at Command End
pg_event_trigger_dropped_objects, Processing Objects Dropped by a DDL Command
pg_event_trigger_table_rewrite_oid, Handling a Table Rewrite Event
pg_event_trigger_table_rewrite_reason, Handling a Table Rewrite Event
pg_export_snapshot, Snapshot Synchronization Functions
pg_extension, pg_extension
pg_extension_config_dump, Extension Configuration Tables
pg_filenode_relation, Database Object Management Functions
pg_file_rename, adminpack
pg_file_settings, pg_file_settings
pg_file_sync, adminpack
pg_file_unlink, adminpack
pg_file_write, adminpack
pg_foreign_data_wrapper, pg_foreign_data_wrapper
pg_foreign_server, pg_foreign_server
pg_foreign_table, pg_foreign_table
pg_freespace, Functions
pg_freespacemap, pg_freespacemap
pg_function_is_visible, System Information Functions and Operators
pg_get_catalog_foreign_keys, System Information Functions and Operators
pg_get_constraintdef, System Information Functions and Operators
pg_get_expr, System Information Functions and Operators
pg_get_functiondef, System Information Functions and Operators
pg_get_function_arguments, System Information Functions and Operators
pg_get_function_identity_arguments, System Information Functions and Operators
pg_get_function_result, System Information Functions and Operators
pg_get_indexdef, System Information Functions and Operators
pg_get_keywords, System Information Functions and Operators
pg_get_object_address, System Information Functions and Operators
pg_get_ruledef, System Information Functions and Operators
pg_get_serial_sequence, System Information Functions and Operators
pg_get_statisticsobjdef, System Information Functions and Operators
pg_get_triggerdef, System Information Functions and Operators
pg_get_userbyid, System Information Functions and Operators
pg_get_viewdef, System Information Functions and Operators
pg_get_wal_replay_pause_state, Recovery Control Functions
pg_group, pg_group
pg_has_role, System Information Functions and Operators
pg_hba.conf, The pg_hba.conf File
pg_hba_file_rules, pg_hba_file_rules
pg_ident.conf, User Name Maps
pg_identify_object, System Information Functions and Operators
pg_identify_object_as_address, System Information Functions and Operators
pg_import_system_collations, Database Object Management Functions
pg_index, pg_index
pg_indexam_has_property, System Information Functions and Operators
pg_indexes, pg_indexes
pg_indexes_size, Database Object Management Functions
pg_index_column_has_property, System Information Functions and Operators
pg_index_has_property, System Information Functions and Operators
pg_inherits, pg_inherits
pg_init_privs, pg_init_privs
pg_isready, pg_isready
pg_is_in_backup, Backup Control Functions
pg_is_in_recovery, Recovery Control Functions
pg_is_other_temp_schema, System Information Functions and Operators
pg_is_wal_replay_paused, Recovery Control Functions
pg_jit_available, System Information Functions and Operators
pg_language, pg_language
pg_largeobject, pg_largeobject
pg_largeobject_metadata, pg_largeobject_metadata
pg_last_committed_xact, System Information Functions and Operators
pg_last_wal_receive_lsn, Recovery Control Functions
pg_last_wal_replay_lsn, Recovery Control Functions
pg_last_xact_replay_timestamp, Recovery Control Functions
pg_listening_channels, System Information Functions and Operators
pg_locks, pg_locks
pg_logdir_ls, adminpack
pg_logical_emit_message, Replication Management Functions
pg_logical_slot_get_binary_changes, Replication Management Functions
pg_logical_slot_get_changes, Replication Management Functions
pg_logical_slot_peek_binary_changes, Replication Management Functions
pg_logical_slot_peek_changes, Replication Management Functions
pg_log_backend_memory_contexts, Server Signaling Functions
pg_lsn, pg_lsn Type
pg_ls_archive_statusdir, Generic File Access Functions
pg_ls_dir, Generic File Access Functions
pg_ls_logdir, Generic File Access Functions
pg_ls_tmpdir, Generic File Access Functions
pg_ls_waldir, Generic File Access Functions
pg_matviews, pg_matviews
pg_mcv_list_items, Inspecting MCV Lists
pg_my_temp_schema, System Information Functions and Operators
pg_namespace, pg_namespace
pg_notification_queue_usage, System Information Functions and Operators
pg_notify, pg_notify
pg_opclass, pg_opclass
pg_opclass_is_visible, System Information Functions and Operators
pg_operator, pg_operator
pg_operator_is_visible, System Information Functions and Operators
pg_opfamily, pg_opfamily
pg_opfamily_is_visible, System Information Functions and Operators
pg_options_to_table, System Information Functions and Operators
pg_partitioned_table, pg_partitioned_table
pg_partition_ancestors, Database Object Management Functions
pg_partition_root, Database Object Management Functions
pg_partition_tree, Database Object Management Functions
pg_policies, pg_policies
pg_policy, pg_policy
pg_postmaster_start_time, System Information Functions and Operators
pg_prepared_statements, pg_prepared_statements
pg_prepared_xacts, pg_prepared_xacts
pg_prewarm, pg_prewarm
pg_prewarm.autoprewarm configuration parameter, Configuration Parameters
pg_prewarm.autoprewarm_interval configuration parameter, Configuration Parameters
pg_proc, pg_proc
pg_promote, Recovery Control Functions
pg_publication, pg_publication
pg_publication_rel, pg_publication_rel
pg_publication_tables, pg_publication_tables
pg_range, pg_range
pg_read_binary_file, Generic File Access Functions
pg_read_file, Generic File Access Functions
pg_receivewal, pg_receivewal
pg_receivexlog, pg_receivexlog renamed to pg_receivewal (see pg_receivewal)
pg_recvlogical, pg_recvlogical
pg_relation_filenode, Database Object Management Functions
pg_relation_filepath, Database Object Management Functions
pg_relation_size, Database Object Management Functions
pg_reload_conf, Server Signaling Functions
pg_relpages, Functions
pg_replication_origin, pg_replication_origin
pg_replication_origin_advance, Replication Management Functions
pg_replication_origin_create, Replication Management Functions
pg_replication_origin_drop, Replication Management Functions
pg_replication_origin_oid, Replication Management Functions
pg_replication_origin_progress, Replication Management Functions
pg_replication_origin_session_is_setup, Replication Management Functions
pg_replication_origin_session_progress, Replication Management Functions
pg_replication_origin_session_reset, Replication Management Functions
pg_replication_origin_session_setup, Replication Management Functions
pg_replication_origin_status, pg_replication_origin_status
pg_replication_origin_xact_reset, Replication Management Functions
pg_replication_origin_xact_setup, Replication Management Functions
pg_replication_slots, pg_replication_slots
pg_replication_slot_advance, Replication Management Functions
pg_resetwal, pg_resetwal
pg_resetxlog, pg_resetxlog renamed to pg_resetwal (see pg_resetwal)
pg_restore, pg_restore
pg_rewind, pg_rewind
pg_rewrite, pg_rewrite
pg_roles, pg_roles
pg_rotate_logfile, Server Signaling Functions
pg_rules, pg_rules
pg_safe_snapshot_blocking_pids, System Information Functions and Operators
pg_seclabel, pg_seclabel
pg_seclabels, pg_seclabels
pg_sequence, pg_sequence
pg_sequences, pg_sequences
pg_service.conf, The Connection Service File
pg_settings, pg_settings
pg_shadow, pg_shadow
pg_shdepend, pg_shdepend
pg_shdescription, pg_shdescription
pg_shmem_allocations, pg_shmem_allocations
pg_shseclabel, pg_shseclabel
pg_size_bytes, Database Object Management Functions
pg_size_pretty, Database Object Management Functions
pg_sleep, Delaying Execution
pg_sleep_for, Delaying Execution
pg_sleep_until, Delaying Execution
pg_snapshot_xip, System Information Functions and Operators
pg_snapshot_xmax, System Information Functions and Operators
pg_snapshot_xmin, System Information Functions and Operators
pg_start_backup, Backup Control Functions
pg_statio_all_indexes, Viewing Statistics, pg_statio_all_indexes
pg_statio_all_sequences, Viewing Statistics, pg_statio_all_sequences
pg_statio_all_tables, Viewing Statistics, pg_statio_all_tables
pg_statio_sys_indexes, Viewing Statistics
pg_statio_sys_sequences, Viewing Statistics
pg_statio_sys_tables, Viewing Statistics
pg_statio_user_indexes, Viewing Statistics
pg_statio_user_sequences, Viewing Statistics
pg_statio_user_tables, Viewing Statistics
pg_statistic, Single-Column Statistics, pg_statistic
pg_statistics_obj_is_visible, System Information Functions and Operators
pg_statistic_ext, Extended Statistics, pg_statistic_ext
pg_statistic_ext_data, Extended Statistics, pg_statistic_ext
pg_stats, Single-Column Statistics, pg_stats
pg_stats_ext, pg_stats_ext
pg_stats_ext_exprs, pg_stats_ext_exprs
pg_stat_activity, Viewing Statistics, pg_stat_activity
pg_stat_all_indexes, Viewing Statistics, pg_stat_all_indexes
pg_stat_all_tables, Viewing Statistics, pg_stat_all_tables
pg_stat_archiver, Viewing Statistics, pg_stat_archiver
pg_stat_bgwriter, Viewing Statistics, pg_stat_bgwriter
pg_stat_clear_snapshot, Statistics Functions
pg_stat_database, Viewing Statistics, pg_stat_database
pg_stat_database_conflicts, Viewing Statistics, pg_stat_database_conflicts
pg_stat_file, Generic File Access Functions
pg_stat_get_activity, Statistics Functions
pg_stat_get_backend_activity, Statistics Functions
pg_stat_get_backend_activity_start, Statistics Functions
pg_stat_get_backend_client_addr, Statistics Functions
pg_stat_get_backend_client_port, Statistics Functions
pg_stat_get_backend_dbid, Statistics Functions
pg_stat_get_backend_idset, Statistics Functions
pg_stat_get_backend_pid, Statistics Functions
pg_stat_get_backend_start, Statistics Functions
pg_stat_get_backend_userid, Statistics Functions
pg_stat_get_backend_wait_event, Statistics Functions
pg_stat_get_backend_wait_event_type, Statistics Functions
pg_stat_get_backend_xact_start, Statistics Functions
pg_stat_get_snapshot_timestamp, Statistics Functions
pg_stat_gssapi, Viewing Statistics, pg_stat_gssapi
pg_stat_progress_analyze, Viewing Statistics, ANALYZE Progress Reporting
pg_stat_progress_basebackup, Viewing Statistics, Base Backup Progress Reporting
pg_stat_progress_cluster, Viewing Statistics, CLUSTER Progress Reporting
pg_stat_progress_copy, Viewing Statistics, COPY Progress Reporting
pg_stat_progress_create_index, Viewing Statistics, CREATE INDEX Progress Reporting
pg_stat_progress_vacuum, Viewing Statistics, VACUUM Progress Reporting
pg_stat_replication, Viewing Statistics, pg_stat_replication
pg_stat_replication_slots, Viewing Statistics, pg_stat_replication_slots
pg_stat_reset, Statistics Functions
pg_stat_reset_replication_slot, Statistics Functions
pg_stat_reset_shared, Statistics Functions
pg_stat_reset_single_function_counters, Statistics Functions
pg_stat_reset_single_table_counters, Statistics Functions
pg_stat_reset_slru, Statistics Functions
pg_stat_slru, Viewing Statistics, pg_stat_slru
pg_stat_ssl, Viewing Statistics, pg_stat_ssl
pg_stat_statements, pg_stat_statements
function, Functions
pg_stat_statements_info, The pg_stat_statements_info View
pg_stat_statements_reset, Functions
pg_stat_subscription, Viewing Statistics, pg_stat_subscription
pg_stat_sys_indexes, Viewing Statistics
pg_stat_sys_tables, Viewing Statistics
pg_stat_user_functions, Viewing Statistics, pg_stat_user_functions
pg_stat_user_indexes, Viewing Statistics
pg_stat_user_tables, Viewing Statistics
pg_stat_wal, Viewing Statistics, pg_stat_wal
pg_stat_wal_receiver, Viewing Statistics, pg_stat_wal_receiver
pg_stat_xact_all_tables, Viewing Statistics
pg_stat_xact_sys_tables, Viewing Statistics
pg_stat_xact_user_functions, Viewing Statistics
pg_stat_xact_user_tables, Viewing Statistics
pg_stop_backup, Backup Control Functions
pg_subscription, pg_subscription
pg_subscription_rel, pg_subscription_rel
pg_surgery, pg_surgery
pg_switch_wal, Backup Control Functions
pg_tables, pg_tables
pg_tablespace, pg_tablespace
pg_tablespace_databases, System Information Functions and Operators
pg_tablespace_location, System Information Functions and Operators
pg_tablespace_size, Database Object Management Functions
pg_table_is_visible, System Information Functions and Operators
pg_table_size, Database Object Management Functions
pg_temp, Statement Behavior
securing functions, Writing SECURITY DEFINER Functions Safely
pg_terminate_backend, Server Signaling Functions
pg_test_fsync, pg_test_fsync
pg_test_timing, pg_test_timing
pg_timezone_abbrevs, pg_timezone_abbrevs
pg_timezone_names, pg_timezone_names
pg_total_relation_size, Database Object Management Functions
pg_transform, pg_transform
pg_trgm, pg_trgm
pg_trgm.similarity_threshold configuration parameter, GUC Parameters
pg_trgm.strict_word_similarity_threshold configuration parameter, GUC Parameters
pg_trgm.word_similarity_threshold configuration parameter, GUC Parameters
pg_trigger, pg_trigger
pg_trigger_depth, System Information Functions and Operators
pg_try_advisory_lock, Advisory Lock Functions
pg_try_advisory_lock_shared, Advisory Lock Functions
pg_try_advisory_xact_lock, Advisory Lock Functions
pg_try_advisory_xact_lock_shared, Advisory Lock Functions
pg_ts_config, pg_ts_config
pg_ts_config_is_visible, System Information Functions and Operators
pg_ts_config_map, pg_ts_config_map
pg_ts_dict, pg_ts_dict
pg_ts_dict_is_visible, System Information Functions and Operators
pg_ts_parser, pg_ts_parser
pg_ts_parser_is_visible, System Information Functions and Operators
pg_ts_template, pg_ts_template
pg_ts_template_is_visible, System Information Functions and Operators
pg_type, pg_type
pg_typeof, System Information Functions and Operators
pg_type_is_visible, System Information Functions and Operators
pg_upgrade, pg_upgrade
pg_user, pg_user
pg_user_mapping, pg_user_mapping
pg_user_mappings, pg_user_mappings
pg_verifybackup, pg_verifybackup
pg_views, pg_views
pg_visibility, pg_visibility
pg_visible_in_snapshot, System Information Functions and Operators
pg_waldump, pg_waldump
pg_walfile_name, Backup Control Functions
pg_walfile_name_offset, Backup Control Functions
pg_wal_lsn_diff, Backup Control Functions
pg_wal_replay_pause, Recovery Control Functions
pg_wal_replay_resume, Recovery Control Functions
pg_xact_commit_timestamp, System Information Functions and Operators
pg_xact_commit_timestamp_origin, System Information Functions and Operators
pg_xact_status, System Information Functions and Operators
pg_xlogdump, pg_xlogdump renamed to pg_waldump (see pg_waldump)
phantom read, Transaction Isolation
phraseto_tsquery, Text Search Functions and Operators, Parsing Queries
pi, Mathematical Functions and Operators
PIC, Compiling and Linking Dynamically-Loaded Functions
PID
determining PID of server process
in libpq, Connection Status Functions
pipelining, Pipeline Mode, Pipelining
in libpq, Pipeline Mode
protocol specification, Pipelining
PITR, Backup and Restore
PITR standby, High Availability, Load Balancing, and Replication
pkg-config, PostgreSQL Features
with ecpg, Processing Embedded SQL Programs
with - libpq, Building libpq Programs
PL/Perl, PL/Perl — Perl Procedural Language
PL/PerlU, Trusted and Untrusted PL/Perl
PL/pgSQL, PL/pgSQL — SQL Procedural Language
PL/Python, PL/Python — Python Procedural Language
PL/SQL (Oracle), Porting from Oracle PL/SQL
porting to PL/pgSQL, Porting from Oracle PL/SQL
PL/Tcl, PL/Tcl — Tcl Procedural Language
plainto_tsquery, Text Search Functions and Operators, Parsing Queries
plan_cache_mode configuration parameter, Other Planner Options
plperl.on_init configuration parameter, Configuration
plperl.on_plperlu_init configuration parameter, Configuration
plperl.on_plperl_init configuration parameter, Configuration
plperl.use_strict configuration parameter, Configuration
plpgsql.check_asserts configuration parameter, Checking Assertions
plpgsql.variable_conflict configuration parameter, Variable Substitution
pltcl.start_proc configuration parameter, PL/Tcl Configuration
pltclu.start_proc configuration parameter, PL/Tcl Configuration
point, Points, Geometric Functions and Operators
point-in-time recovery, Backup and Restore
policy, Row Security Policies
polygon, Polygons, Geometric Functions and Operators
polymorphic function, Polymorphic Types
polymorphic type, Polymorphic Types
popcount (see bit_count)
popen, Geometric Functions and Operators
populate_record, hstore Operators and Functions
port, Parameter Key Words
port configuration parameter, Connection Settings
position, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
POSTGRES, The Berkeley POSTGRES Project
postgres, Architectural Fundamentals, Starting the Database Server, Creating a Database, postgres
postgres user, The PostgreSQL User Account
Postgres95, Postgres95
postgresql.auto.conf, Parameter Interaction via the Configuration File
postgresql.conf, Parameter Interaction via the Configuration File
postgres_fdw, postgres_fdw
postmaster, postmaster
post_auth_delay configuration parameter, Developer Options
power, Mathematical Functions and Operators
PQbackendPID, Connection Status Functions
PQbinaryTuples, Retrieving Query Result Information
with COPY, Functions Associated with the COPY Command
PQcancel, Canceling Queries in Progress
PQclear, Main Functions
PQclientEncoding, Control Functions
PQcmdStatus, Retrieving Other Result Information
PQcmdTuples, Retrieving Other Result Information
PQconndefaults, Database Connection Control Functions
PQconnectdb, Database Connection Control Functions
PQconnectdbParams, Database Connection Control Functions
PQconnectionNeedsPassword, Connection Status Functions
PQconnectionUsedPassword, Connection Status Functions
PQconnectPoll, Database Connection Control Functions
PQconnectStart, Database Connection Control Functions
PQconnectStartParams, Database Connection Control Functions
PQconninfo, Database Connection Control Functions
PQconninfoFree, Miscellaneous Functions
PQconninfoParse, Database Connection Control Functions
PQconsumeInput, Asynchronous Command Processing
PQcopyResult, Miscellaneous Functions
PQdb, Connection Status Functions
PQdescribePortal, Main Functions
PQdescribePrepared, Main Functions
PQencryptPassword, Miscellaneous Functions
PQencryptPasswordConn, Miscellaneous Functions
PQendcopy, Obsolete Functions for COPY
PQenterPipelineMode, Functions Associated with Pipeline Mode
PQerrorMessage, Connection Status Functions
PQescapeBytea, Escaping Strings for Inclusion in SQL Commands
PQescapeByteaConn, Escaping Strings for Inclusion in SQL Commands
PQescapeIdentifier, Escaping Strings for Inclusion in SQL Commands
PQescapeLiteral, Escaping Strings for Inclusion in SQL Commands
PQescapeString, Escaping Strings for Inclusion in SQL Commands
PQescapeStringConn, Escaping Strings for Inclusion in SQL Commands
PQexec, Main Functions
PQexecParams, Main Functions
PQexecPrepared, Main Functions
PQexitPipelineMode, Functions Associated with Pipeline Mode
PQfformat, Retrieving Query Result Information
with COPY, Functions Associated with the COPY Command
PQfinish, Database Connection Control Functions
PQfireResultCreateEvents, Miscellaneous Functions
PQflush, Asynchronous Command Processing
PQfmod, Retrieving Query Result Information
PQfn, The Fast-Path Interface
PQfname, Retrieving Query Result Information
PQfnumber, Retrieving Query Result Information
PQfreeCancel, Canceling Queries in Progress
PQfreemem, Miscellaneous Functions
PQfsize, Retrieving Query Result Information
PQftable, Retrieving Query Result Information
PQftablecol, Retrieving Query Result Information
PQftype, Retrieving Query Result Information
PQgetCancel, Canceling Queries in Progress
PQgetCopyData, Functions for Receiving COPY Data
PQgetisnull, Retrieving Query Result Information
PQgetlength, Retrieving Query Result Information
PQgetline, Obsolete Functions for COPY
PQgetlineAsync, Obsolete Functions for COPY
PQgetResult, Asynchronous Command Processing
PQgetssl, Connection Status Functions
PQgetSSLKeyPassHook_OpenSSL, Database Connection Control Functions
PQgetvalue, Retrieving Query Result Information
PQhost, Connection Status Functions
PQhostaddr, Connection Status Functions
PQinitOpenSSL, SSL Library Initialization
PQinitSSL, SSL Library Initialization
PQinstanceData, Event Support Functions
PQisBusy, Asynchronous Command Processing
PQisnonblocking, Asynchronous Command Processing
PQisthreadsafe, Behavior in Threaded Programs
PQlibVersion, Miscellaneous Functions
(see also PQserverVersion)
PQmakeEmptyPGresult, Miscellaneous Functions
PQnfields, Retrieving Query Result Information
with COPY, Functions Associated with the COPY Command
PQnotifies, Asynchronous Notification
PQnparams, Retrieving Query Result Information
PQntuples, Retrieving Query Result Information
PQoidStatus, Retrieving Other Result Information
PQoidValue, Retrieving Other Result Information
PQoptions, Connection Status Functions
PQparameterStatus, Connection Status Functions
PQparamtype, Retrieving Query Result Information
PQpass, Connection Status Functions
PQping, Database Connection Control Functions
PQpingParams, Database Connection Control Functions
PQpipelineStatus, Functions Associated with Pipeline Mode
PQpipelineSync, Functions Associated with Pipeline Mode
PQport, Connection Status Functions
PQprepare, Main Functions
PQprint, Retrieving Query Result Information
PQprotocolVersion, Connection Status Functions
PQputCopyData, Functions for Sending COPY Data
PQputCopyEnd, Functions for Sending COPY Data
PQputline, Obsolete Functions for COPY
PQputnbytes, Obsolete Functions for COPY
PQregisterEventProc, Event Support Functions
PQrequestCancel, Canceling Queries in Progress
PQreset, Database Connection Control Functions
PQresetPoll, Database Connection Control Functions
PQresetStart, Database Connection Control Functions
PQresStatus, Main Functions
PQresultAlloc, Miscellaneous Functions
PQresultErrorField, Main Functions
PQresultErrorMessage, Main Functions
PQresultInstanceData, Event Support Functions
PQresultMemorySize, Miscellaneous Functions
PQresultSetInstanceData, Event Support Functions
PQresultStatus, Main Functions
PQresultVerboseErrorMessage, Main Functions
PQsendDescribePortal, Asynchronous Command Processing
PQsendDescribePrepared, Asynchronous Command Processing
PQsendFlushRequest, Functions Associated with Pipeline Mode
PQsendPrepare, Asynchronous Command Processing
PQsendQuery, Asynchronous Command Processing
PQsendQueryParams, Asynchronous Command Processing
PQsendQueryPrepared, Asynchronous Command Processing
PQserverVersion, Connection Status Functions
PQsetClientEncoding, Control Functions
PQsetdb, Database Connection Control Functions
PQsetdbLogin, Database Connection Control Functions
PQsetErrorContextVisibility, Control Functions
PQsetErrorVerbosity, Control Functions
PQsetInstanceData, Event Support Functions
PQsetnonblocking, Asynchronous Command Processing
PQsetNoticeProcessor, Notice Processing
PQsetNoticeReceiver, Notice Processing
PQsetResultAttrs, Miscellaneous Functions
PQsetSingleRowMode, Retrieving Query Results Row-by-Row
PQsetSSLKeyPassHook_OpenSSL, Database Connection Control Functions
PQsetTraceFlags, Control Functions
PQsetvalue, Miscellaneous Functions
PQsocket, Connection Status Functions
PQsslAttribute, Connection Status Functions
PQsslAttributeNames, Connection Status Functions
PQsslInUse, Connection Status Functions
PQsslStruct, Connection Status Functions
PQstatus, Connection Status Functions
PQtrace, Control Functions
PQtransactionStatus, Connection Status Functions
PQtty, Connection Status Functions
PQunescapeBytea, Escaping Strings for Inclusion in SQL Commands
PQuntrace, Control Functions
PQuser, Connection Status Functions
predicate locking, Serializable Isolation Level
PREPARE, PREPARE
PREPARE TRANSACTION, PREPARE TRANSACTION
prepared statements, DEALLOCATE, EXECUTE, EXPLAIN, PREPARE
creating, PREPARE
executing, EXECUTE
removing, DEALLOCATE
showing the query plan, EXPLAIN
preparing a query
in PL/pgSQL, Plan Caching
in PL/Python, Database Access Functions
in PL/Tcl, Database Access from PL/Tcl
pre_auth_delay configuration parameter, Developer Options
primary key, Primary Keys
primary_conninfo configuration parameter, Standby Servers
primary_slot_name configuration parameter, Standby Servers
privilege, Privileges, Schemas and Privileges, Rules and Privileges, Rules and Privileges
querying, System Information Functions and Operators
with rules, Rules and Privileges
for schemas, Schemas and Privileges
with views, Rules and Privileges
procedural language, Procedural Languages, Writing a Procedural Language Handler
externally maintained, Procedural Languages
handler for, Writing a Procedural Language Handler
procedure, User-Defined Procedures
user-defined, User-Defined Procedures
procedures
output parameter, SQL Procedures with Output Parameters
promote_trigger_file configuration parameter, Standby Servers
protocol, Frontend/Backend Protocol
frontend-backend, Frontend/Backend Protocol
ps, Standard Unix Tools
to monitor activity, Standard Unix Tools
psql, Accessing a Database, psql
Python, PL/Python — Python Procedural Language

R

radians, Mathematical Functions and Operators
radius, Geometric Functions and Operators
RADIUS, RADIUS Authentication
RAISE
in PL/pgSQL, Reporting Errors and Messages
random, Mathematical Functions and Operators
random_page_cost configuration parameter, Planner Cost Constants
range table, The Query Tree
range type, Range Types
exclude, Constraints on Ranges
indexes on, Indexing
range_agg, Aggregate Functions
range_intersect_agg, Aggregate Functions
range_merge, Range/Multirange Functions and Operators
rank, Window Functions
hypothetical, Aggregate Functions
read committed, Read Committed Isolation Level
read-only transaction, Statement Behavior
setting, SET TRANSACTION
setting default, Statement Behavior
readline, Requirements
real, Floating-Point Types
REASSIGN OWNED, REASSIGN OWNED
record, Pseudo-Types
recovery.conf, recovery.conf file merged into postgresql.conf
recovery.signal, Archive Recovery
recovery_end_command configuration parameter, Archive Recovery
recovery_init_sync_method configuration parameter, Error Handling
recovery_min_apply_delay configuration parameter, Standby Servers
recovery_target configuration parameter, Recovery Target
recovery_target_action configuration parameter, Recovery Target
recovery_target_inclusive configuration parameter, Recovery Target
recovery_target_lsn configuration parameter, Recovery Target
recovery_target_name configuration parameter, Recovery Target
recovery_target_time configuration parameter, Recovery Target
recovery_target_timeline configuration parameter, Recovery Target
recovery_target_xid configuration parameter, Recovery Target
rectangle, Boxes
RECURSIVE, CREATE VIEW
in common table expressions, Recursive Queries
in views, CREATE VIEW
referential integrity, Foreign Keys, Foreign Keys
REFRESH MATERIALIZED VIEW, REFRESH MATERIALIZED VIEW
regclass, Object Identifier Types
regcollation, Object Identifier Types
regconfig, Object Identifier Types
regdictionary, Object Identifier Types
regexp_match, String Functions and Operators, POSIX Regular Expressions
regexp_matches, String Functions and Operators, POSIX Regular Expressions
regexp_replace, String Functions and Operators, POSIX Regular Expressions
regexp_split_to_array, String Functions and Operators, POSIX Regular Expressions
regexp_split_to_table, String Functions and Operators, POSIX Regular Expressions
regnamespace, Object Identifier Types
regoper, Object Identifier Types
regoperator, Object Identifier Types
regproc, Object Identifier Types
regprocedure, Object Identifier Types
regression intercept, Aggregate Functions
regression slope, Aggregate Functions
regression test, Installation Procedure
regression tests, Regression Tests
regrole, Object Identifier Types
regr_avgx, Aggregate Functions
regr_avgy, Aggregate Functions
regr_count, Aggregate Functions
regr_intercept, Aggregate Functions
regr_r2, Aggregate Functions
regr_slope, Aggregate Functions
regr_sxx, Aggregate Functions
regr_sxy, Aggregate Functions
regr_syy, Aggregate Functions
regtype, Object Identifier Types
regular expression, SIMILAR TO Regular Expressions, POSIX Regular Expressions
(see also pattern matching)
regular expressions
and locales, Behavior
reindex, Routine Reindexing
REINDEX, REINDEX
reindexdb, reindexdb
relation, Concepts
relational database, Concepts
RELEASE SAVEPOINT, RELEASE SAVEPOINT
remove_temp_files_after_crash configuration parameter, Developer Options
repeat, String Functions and Operators
repeatable read, Repeatable Read Isolation Level
replace, String Functions and Operators
replication, High Availability, Load Balancing, and Replication
Replication Origins, Replication Progress Tracking
Replication Progress Tracking, Replication Progress Tracking
replication slot
logical replication, Replication Slots
streaming replication, Replication Slots
reporting errors
in PL/pgSQL, Reporting Errors and Messages
RESET, RESET
restartpoint, WAL Configuration
restart_after_crash configuration parameter, Error Handling
restore_command configuration parameter, Archive Recovery
RESTRICT, Dependency Tracking
with DROP, Dependency Tracking
foreign key action, Foreign Keys
RETURN NEXT
in PL/pgSQL, RETURN NEXT and RETURN QUERY
RETURN QUERY
in PL/pgSQL, RETURN NEXT and RETURN QUERY
RETURNING, Returning Data from Modified Rows
RETURNING INTO, Executing a Command with a Single-Row Result
in PL/pgSQL, Executing a Command with a Single-Row Result
reverse, String Functions and Operators
REVOKE, Privileges, REVOKE
right, String Functions and Operators
right join, Joined Tables
role, Database Roles, Role Membership, Predefined Roles
applicable, applicable_roles
enabled, enabled_roles
membership in, Role Membership
privilege to create, Role Attributes
privilege to initiate replication, Role Attributes
ROLLBACK, ROLLBACK
rollback
psql, Variables
ROLLBACK PREPARED, ROLLBACK PREPARED
ROLLBACK TO SAVEPOINT, ROLLBACK TO SAVEPOINT
ROLLUP, GROUPING SETS, CUBE, and ROLLUP
round, Mathematical Functions and Operators
routine, User-Defined Procedures
routine maintenance, Routine Database Maintenance Tasks
row, Concepts, Table Basics
ROW, Row Constructors
row estimation, Row Estimation Examples
multivariate, Multivariate Statistics Examples
planner, Row Estimation Examples
row type, Composite Types
constructor, Row Constructors
row-level security, Row Security Policies
row-wise comparison, Row and Array Comparisons
row_number, Window Functions
row_security configuration parameter, Statement Behavior
row_security_active, System Information Functions and Operators
row_to_json, Processing and Creating JSON Data
rpad, String Functions and Operators
rtrim, String Functions and Operators, Binary String Functions and Operators
rule, The Rule System, Views and the Rule System, How SELECT Rules Work, Materialized Views, Rules on INSERT, UPDATE, and DELETE, Rules on INSERT, UPDATE, and DELETE, Rules on INSERT, UPDATE, and DELETE, Rules Versus Triggers
and materialized views, Materialized Views
and views, Views and the Rule System
for DELETE, Rules on INSERT, UPDATE, and DELETE
for INSERT, Rules on INSERT, UPDATE, and DELETE
for SELECT, How SELECT Rules Work
compared with triggers, Rules Versus Triggers
for UPDATE, Rules on INSERT, UPDATE, and DELETE

S

SAVEPOINT, SAVEPOINT
savepoints, RELEASE SAVEPOINT, ROLLBACK TO SAVEPOINT, SAVEPOINT
defining, SAVEPOINT
releasing, RELEASE SAVEPOINT
rolling back, ROLLBACK TO SAVEPOINT
scalar (see expression)
scale, Mathematical Functions and Operators
schema, Schemas, Creating a Schema, The Public Schema, Overview
creating, Creating a Schema
current, The Schema Search Path, System Information Functions and Operators
public, The Public Schema
removing, Creating a Schema
SCRAM, Password Authentication
search path, The Schema Search Path
current, System Information Functions and Operators
object visibility, System Information Functions and Operators
search_path configuration parameter, The Schema Search Path, Statement Behavior
use in securing functions, Writing SECURITY DEFINER Functions Safely
SECURITY LABEL, SECURITY LABEL
sec_to_gc, Cube-Based Earth Distances
seg, seg
segment_size configuration parameter, Preset Options
SELECT, Querying a Table, Queries, SELECT Output Columns, SELECT
determination of result type, SELECT Output Columns
select list, Select Lists
SELECT INTO, Executing a Command with a Single-Row Result, SELECT INTO
in PL/pgSQL, Executing a Command with a Single-Row Result
semaphores, Shared Memory and Semaphores
sepgsql, sepgsql
sepgsql.debug_audit configuration parameter, GUC Parameters
sepgsql.permissive configuration parameter, GUC Parameters
sequence, Sequence Manipulation Functions
and serial type, Serial Types
sequential scan, Planner Method Configuration
seq_page_cost configuration parameter, Planner Cost Constants
serial, Serial Types
serial2, Serial Types
serial4, Serial Types
serial8, Serial Types
serializable, Serializable Isolation Level
Serializable Snapshot Isolation, Introduction
serialization anomaly, Transaction Isolation, Serializable Isolation Level
server log, Error Reporting and Logging, Log File Maintenance
log file maintenance, Log File Maintenance
Server Name Indication, Parameter Key Words
server spoofing, Preventing Server Spoofing
server_encoding configuration parameter, Preset Options
server_version configuration parameter, Preset Options
server_version_num configuration parameter, Preset Options
session_preload_libraries configuration parameter, Shared Library Preloading
session_replication_role configuration parameter, Statement Behavior
session_user, System Information Functions and Operators
SET, Configuration Settings Functions, SET
SET CONSTRAINTS, SET CONSTRAINTS
set difference, Combining Queries (UNION, INTERSECT, EXCEPT)
set intersection, Combining Queries (UNION, INTERSECT, EXCEPT)
set operation, Combining Queries (UNION, INTERSECT, EXCEPT)
set returning functions, Set Returning Functions
functions, Set Returning Functions
SET ROLE, SET ROLE
SET SESSION AUTHORIZATION, SET SESSION AUTHORIZATION
SET TRANSACTION, SET TRANSACTION
set union, Combining Queries (UNION, INTERSECT, EXCEPT)
SET XML OPTION, Statement Behavior
setseed, Mathematical Functions and Operators
setval, Sequence Manipulation Functions
setweight, Text Search Functions and Operators, Manipulating Documents
setweight for specific lexeme(s), Text Search Functions and Operators
set_bit, Binary String Functions and Operators, Bit String Functions and Operators
set_byte, Binary String Functions and Operators
set_config, Configuration Settings Functions
set_limit, Functions and Operators
set_masklen, Network Address Functions and Operators
sha224, Binary String Functions and Operators
sha256, Binary String Functions and Operators
sha384, Binary String Functions and Operators
sha512, Binary String Functions and Operators
shared library, Shared Libraries, Compiling and Linking Dynamically-Loaded Functions
shared memory, Shared Memory and Semaphores
shared_buffers configuration parameter, Memory
shared_memory_type configuration parameter, Memory
shared_preload_libraries, Shared Memory and LWLocks
shared_preload_libraries configuration parameter, Shared Library Preloading
shobj_description, System Information Functions and Operators
SHOW, Configuration Settings Functions, SHOW, Streaming Replication Protocol
show_limit, Functions and Operators
show_trgm, Functions and Operators
shutdown, Shutting Down the Server
SIGHUP, Parameter Interaction via the Configuration File, The pg_hba.conf File, User Name Maps
SIGINT, Shutting Down the Server
sign, Mathematical Functions and Operators
signal
backend processes, Server Signaling Functions
significant digits, Locale and Formatting
SIGQUIT, Shutting Down the Server
SIGTERM, Shutting Down the Server
SIMILAR TO, SIMILAR TO Regular Expressions
similarity, Functions and Operators
sin, Mathematical Functions and Operators
sind, Mathematical Functions and Operators
single-user mode, Options for Single-User Mode
sinh, Mathematical Functions and Operators
skeys, hstore Operators and Functions
sleep, Delaying Execution
slice, hstore Operators and Functions
sliced bread (see TOAST)
slope, Geometric Functions and Operators
SLRU, pg_stat_slru
smallint, Integer Types
smallserial, Serial Types
Solaris, Solaris
installation on, Solaris
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
SOME, Aggregate Functions, Subquery Expressions, Row and Array Comparisons
sort, intarray Functions and Operators
sorting, Sorting Rows (ORDER BY)
sort_asc, intarray Functions and Operators
sort_desc, intarray Functions and Operators
soundex, Soundex
SP-GiST (see index)
SPI, Server Programming Interface, spi
examples, spi
spi_commit
in PL/Perl, Database Access from PL/Perl
SPI_commit, SPI_commit
SPI_commit_and_chain, SPI_commit
SPI_connect, SPI_connect
SPI_connect_ext, SPI_connect
SPI_copytuple, SPI_copytuple
spi_cursor_close
in PL/Perl, Database Access from PL/Perl
SPI_cursor_close, SPI_cursor_close
SPI_cursor_fetch, SPI_cursor_fetch
SPI_cursor_find, SPI_cursor_find
SPI_cursor_move, SPI_cursor_move
SPI_cursor_open, SPI_cursor_open
SPI_cursor_open_with_args, SPI_cursor_open_with_args
SPI_cursor_open_with_paramlist, SPI_cursor_open_with_paramlist
SPI_cursor_parse_open, SPI_cursor_parse_open
SPI_exec, SPI_exec
SPI_execp, SPI_execp
SPI_execute, SPI_execute
SPI_execute_extended, SPI_execute_extended
SPI_execute_plan, SPI_execute_plan
SPI_execute_plan_extended, SPI_execute_plan_extended
SPI_execute_plan_with_paramlist, SPI_execute_plan_with_paramlist
SPI_execute_with_args, SPI_execute_with_args
spi_exec_prepared
in PL/Perl, Database Access from PL/Perl
spi_exec_query
in PL/Perl, Database Access from PL/Perl
spi_fetchrow
in PL/Perl, Database Access from PL/Perl
SPI_finish, SPI_finish
SPI_fname, SPI_fname
SPI_fnumber, SPI_fnumber
spi_freeplan
in PL/Perl, Database Access from PL/Perl
SPI_freeplan, SPI_freeplan
SPI_freetuple, SPI_freetuple
SPI_freetuptable, SPI_freetuptable
SPI_getargcount, SPI_getargcount
SPI_getargtypeid, SPI_getargtypeid
SPI_getbinval, SPI_getbinval
SPI_getnspname, SPI_getnspname
SPI_getrelname, SPI_getrelname
SPI_gettype, SPI_gettype
SPI_gettypeid, SPI_gettypeid
SPI_getvalue, SPI_getvalue
SPI_is_cursor_plan, SPI_is_cursor_plan
SPI_keepplan, SPI_keepplan
SPI_modifytuple, SPI_modifytuple
SPI_palloc, SPI_palloc
SPI_pfree, SPI_pfree
spi_prepare
in PL/Perl, Database Access from PL/Perl
SPI_prepare, SPI_prepare
SPI_prepare_cursor, SPI_prepare_cursor
SPI_prepare_extended, SPI_prepare_extended
SPI_prepare_params, SPI_prepare_params
spi_query
in PL/Perl, Database Access from PL/Perl
spi_query_prepared
in PL/Perl, Database Access from PL/Perl
SPI_register_relation, SPI_register_relation
SPI_register_trigger_data, SPI_register_trigger_data
SPI_repalloc, SPI_repalloc
SPI_result_code_string, SPI_result_code_string
SPI_returntuple, SPI_returntuple
spi_rollback
in PL/Perl, Database Access from PL/Perl
SPI_rollback, SPI_rollback
SPI_rollback_and_chain, SPI_rollback
SPI_saveplan, SPI_saveplan
SPI_scroll_cursor_fetch, SPI_scroll_cursor_fetch
SPI_scroll_cursor_move, SPI_scroll_cursor_move
SPI_start_transaction, SPI_start_transaction
SPI_unregister_relation, SPI_unregister_relation
split_part, String Functions and Operators
SQL/CLI, SQL Conformance
SQL/Foundation, SQL Conformance
SQL/Framework, SQL Conformance
SQL/JRT, SQL Conformance
SQL/JSON path language, The SQL/JSON Path Language
SQL/MDA, SQL Conformance
SQL/MED, SQL Conformance
SQL/OLB, SQL Conformance
SQL/PSM, SQL Conformance
SQL/Schemata, SQL Conformance
SQL/XML, SQL Conformance
limits and conformance, XML Limits and Conformance to SQL/XML
sqrt, Mathematical Functions and Operators
ssh, Secure TCP/IP Connections with SSH Tunnels
SSI, Introduction
SSL, Secure TCP/IP Connections with SSL, SSL Support
in libpq, Connection Status Functions
with libpq, Parameter Key Words
ssl configuration parameter, SSL
sslinfo, sslinfo
ssl_ca_file configuration parameter, SSL
ssl_cert_file configuration parameter, SSL
ssl_cipher, Functions Provided
ssl_ciphers configuration parameter, SSL
ssl_client_cert_present, Functions Provided
ssl_client_dn, Functions Provided
ssl_client_dn_field, Functions Provided
ssl_client_serial, Functions Provided
ssl_crl_dir configuration parameter, SSL
ssl_crl_file configuration parameter, SSL
ssl_dh_params_file configuration parameter, SSL
ssl_ecdh_curve configuration parameter, SSL
ssl_extension_info, Functions Provided
ssl_issuer_dn, Functions Provided
ssl_issuer_field, Functions Provided
ssl_is_used, Functions Provided
ssl_key_file configuration parameter, SSL
ssl_library configuration parameter, Preset Options
ssl_max_protocol_version configuration parameter, SSL
ssl_min_protocol_version configuration parameter, SSL
ssl_passphrase_command configuration parameter, SSL
ssl_passphrase_command_supports_reload configuration parameter, SSL
ssl_prefer_server_ciphers configuration parameter, SSL
ssl_version, Functions Provided
SSPI, SSPI Authentication
STABLE, Function Volatility Categories
standard deviation, Aggregate Functions
population, Aggregate Functions
sample, Aggregate Functions
standard_conforming_strings configuration parameter, Previous PostgreSQL Versions
standby server, High Availability, Load Balancing, and Replication
standby.signal, Archive Recovery, Standby Server Operation, Setting Up a Standby Server
for hot standby, Administrator's Overview
pg_basebackup --write-recovery-conf, Options
standby_mode (see standby.signal)
START TRANSACTION, START TRANSACTION
starts_with, String Functions and Operators
START_REPLICATION, Streaming Replication Protocol
statement_timeout configuration parameter, Statement Behavior
statement_timestamp, Date/Time Functions and Operators
statistics, Aggregate Functions, Statistics Used by the Planner, Extended Statistics, Updating Planner Statistics, The Statistics Collector
of the planner, Statistics Used by the Planner, Extended Statistics, Updating Planner Statistics
stats_temp_directory configuration parameter, Query and Index Statistics Collector
stddev, Aggregate Functions
stddev_pop, Aggregate Functions
stddev_samp, Aggregate Functions
STONITH, High Availability, Load Balancing, and Replication
storage parameters, Storage Parameters
Streaming Replication, High Availability, Load Balancing, and Replication
strict_word_similarity, Functions and Operators
string (see character string)
strings
backslash quotes, Previous PostgreSQL Versions
escape warning, Previous PostgreSQL Versions
standard conforming, Previous PostgreSQL Versions
string_agg, Aggregate Functions
string_to_array, String Functions and Operators
string_to_table, String Functions and Operators
strip, Text Search Functions and Operators, Manipulating Documents
strpos, String Functions and Operators
subarray, intarray Functions and Operators
subltree, Operators and Functions
subpath, Operators and Functions
subquery, Aggregate Functions, Scalar Subqueries, Subqueries, Subquery Expressions
subscript, Subscripts
substr, String Functions and Operators, Binary String Functions and Operators
substring, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators, SIMILAR TO Regular Expressions, POSIX Regular Expressions
subtransactions
in PL/Tcl, Explicit Subtransactions in PL/Tcl
sum, Aggregate Functions
superuser, Accessing a Database, Role Attributes
superuser_reserved_connections configuration parameter, Connection Settings
support functions
in_range, B-Tree Support Functions
suppress_redundant_updates_trigger, Trigger Functions
svals, hstore Operators and Functions
synchronize_seqscans configuration parameter, Previous PostgreSQL Versions
synchronous commit, Asynchronous Commit
Synchronous Replication, High Availability, Load Balancing, and Replication
synchronous_commit configuration parameter, Settings
synchronous_standby_names configuration parameter, Primary Server
syntax, SQL Syntax
SQL, SQL Syntax
syslog_facility configuration parameter, Where to Log
syslog_ident configuration parameter, Where to Log
syslog_sequence_numbers configuration parameter, Where to Log
syslog_split_messages configuration parameter, Where to Log
system catalog, The System Catalog Schema
schema, The System Catalog Schema
systemd, PostgreSQL Features, Starting the Database Server
RemoveIPC, systemd RemoveIPC

T

table, Concepts, Table Basics, Modifying Tables
creating, Table Basics
inheritance, Inheritance
modifying, Modifying Tables
partitioning, Table Partitioning
removing, Table Basics
renaming, Renaming a Table
Table Access Method, Table Access Method Interface Definition
TABLE command, SELECT
table expression, Table Expressions
table function, Table Functions, xmltable
XMLTABLE, xmltable
table sampling method, Writing a Table Sampling Method
tableam
Table Access Method, Table Access Method Interface Definition
tablefunc, tablefunc
tableoid, System Columns
TABLESAMPLE method, Writing a Table Sampling Method
tablespace, Tablespaces
default, Statement Behavior
temporary, Statement Behavior
table_am_handler, Pseudo-Types
tan, Mathematical Functions and Operators
tand, Mathematical Functions and Operators
tanh, Mathematical Functions and Operators
target list, The Query Tree
Tcl, PL/Tcl — Tcl Procedural Language
tcn, tcn
tcp_keepalives_count configuration parameter, Connection Settings
tcp_keepalives_idle configuration parameter, Connection Settings
tcp_keepalives_interval configuration parameter, Connection Settings
tcp_user_timeout configuration parameter, Connection Settings
template0, Template Databases
template1, Creating a Database, Template Databases
temp_buffers configuration parameter, Memory
temp_file_limit configuration parameter, Disk
temp_tablespaces configuration parameter, Statement Behavior
test, Regression Tests
test_decoding, test_decoding
text, Character Types, Network Address Functions and Operators
text search, Text Search Types, Text Search Types, Full Text Search, Preferred Index Types for Text Search
data types, Text Search Types
functions and operators, Text Search Types
indexes, Preferred Index Types for Text Search
text2ltree, Operators and Functions
threads, Behavior in Threaded Programs
with libpq, Behavior in Threaded Programs
tid, Object Identifier Types
time, Date/Time Types, Times
constants, Special Values
current, Current Date/Time
output format, Date/Time Output
(see also formatting)
time span, Date/Time Types
time with time zone, Date/Time Types, Times
time without time zone, Date/Time Types, Times
time zone, Time Zones, Locale and Formatting, POSIX Time Zone Specifications
conversion, AT TIME ZONE
input abbreviations, Date/Time Configuration Files
POSIX-style specification, POSIX Time Zone Specifications
time zone data, Build Process Details
time zone names, Locale and Formatting
timelines, Backup and Restore
TIMELINE_HISTORY, Streaming Replication Protocol
timeofday, Date/Time Functions and Operators
timeout
client authentication, Authentication
deadlock, Lock Management
timestamp, Date/Time Types, Time Stamps
timestamp with time zone, Date/Time Types, Time Stamps
timestamp without time zone, Date/Time Types, Time Stamps
timestamptz, Date/Time Types
TimeZone configuration parameter, Locale and Formatting
timezone_abbreviations configuration parameter, Locale and Formatting
TOAST, TOAST
and user-defined types, TOAST Considerations
per-column storage settings, Description
per-type storage settings, Description
versus large objects, Introduction
toast_tuple_target storage parameter, Storage Parameters
token, Lexical Structure
to_ascii, String Functions and Operators
to_char, Data Type Formatting Functions
and locales, Behavior
to_date, Data Type Formatting Functions
to_hex, String Functions and Operators
to_json, Processing and Creating JSON Data
to_jsonb, Processing and Creating JSON Data
to_number, Data Type Formatting Functions
to_regclass, System Information Functions and Operators
to_regcollation, System Information Functions and Operators
to_regnamespace, System Information Functions and Operators
to_regoper, System Information Functions and Operators
to_regoperator, System Information Functions and Operators
to_regproc, System Information Functions and Operators
to_regprocedure, System Information Functions and Operators
to_regrole, System Information Functions and Operators
to_regtype, System Information Functions and Operators
to_timestamp, Data Type Formatting Functions, Date/Time Functions and Operators
to_tsquery, Text Search Functions and Operators, Parsing Queries
to_tsvector, Text Search Functions and Operators, Parsing Documents
trace_locks configuration parameter, Developer Options
trace_lock_oidmin configuration parameter, Developer Options
trace_lock_table configuration parameter, Developer Options
trace_lwlocks configuration parameter, Developer Options
trace_notify configuration parameter, Developer Options
trace_recovery_messages configuration parameter, Developer Options
trace_sort configuration parameter, Developer Options
trace_userlocks configuration parameter, Developer Options
track_activities configuration parameter, Query and Index Statistics Collector
track_activity_query_size configuration parameter, Query and Index Statistics Collector
track_commit_timestamp configuration parameter, Sending Servers
track_counts configuration parameter, Query and Index Statistics Collector
track_functions configuration parameter, Query and Index Statistics Collector
track_io_timing configuration parameter, Query and Index Statistics Collector
track_wal_io_timing configuration parameter, Query and Index Statistics Collector
transaction, Transactions
transaction ID, Preventing Transaction ID Wraparound Failures
wraparound, Preventing Transaction ID Wraparound Failures
transaction isolation, Transaction Isolation
transaction isolation level, Transaction Isolation, Statement Behavior
read committed, Read Committed Isolation Level
repeatable read, Repeatable Read Isolation Level
serializable, Serializable Isolation Level
setting, SET TRANSACTION
setting default, Statement Behavior
transaction log (see WAL)
transaction_deferrable configuration parameter, Statement Behavior
transaction_isolation configuration parameter, Statement Behavior
transaction_read_only configuration parameter, Statement Behavior
transaction_timestamp, Date/Time Functions and Operators
transform_null_equals configuration parameter, Platform and Client Compatibility
transition tables, CREATE TRIGGER
(see also ephemeral named relation)
implementation in PLs, SPI_register_trigger_data
referencing from C trigger, Writing Trigger Functions in C
translate, String Functions and Operators
transparent - huge pages, Memory
trigger, Pseudo-Types, Triggers, Writing Trigger Functions in C, Rules Versus Triggers, Trigger Functions, Trigger Functions
arguments for trigger functions, Overview of Trigger Behavior
constraint trigger, Description
for updating a derived tsvector column, Triggers for Automatic Updates
in C, Writing Trigger Functions in C
in PL/pgSQL, Trigger Functions
in PL/Python, Trigger Functions
in PL/Tcl, Trigger Functions in PL/Tcl
compared with rules, Rules Versus Triggers
triggered_change_notification, tcn
trigger_file (see promote_trigger_file)
trim, String Functions and Operators, Binary String Functions and Operators
trim_array, Array Functions and Operators
trim_scale, Mathematical Functions and Operators
true, Boolean Type
trunc, Mathematical Functions and Operators, Network Address Functions and Operators
TRUNCATE, TRUNCATE
trusted, Trusted and Untrusted PL/Perl
PL/Perl, Trusted and Untrusted PL/Perl
tsm_handler, Pseudo-Types
tsm_system_rows, tsm_system_rows
tsm_system_time, tsm_system_time
tsquery (data type), tsquery
tsquery_phrase, Text Search Functions and Operators, Manipulating Queries
tsvector (data type), tsvector
tsvector concatenation, Manipulating Documents
tsvector_to_array, Text Search Functions and Operators
tsvector_update_trigger, Trigger Functions
tsvector_update_trigger_column, Trigger Functions
ts_debug, Text Search Functions and Operators, Configuration Testing
ts_delete, Text Search Functions and Operators
ts_filter, Text Search Functions and Operators
ts_headline, Text Search Functions and Operators, Highlighting Results
ts_lexize, Text Search Functions and Operators, Dictionary Testing
ts_parse, Text Search Functions and Operators, Parser Testing
ts_rank, Text Search Functions and Operators, Ranking Search Results
ts_rank_cd, Text Search Functions and Operators, Ranking Search Results
ts_rewrite, Text Search Functions and Operators, Query Rewriting
ts_stat, Text Search Functions and Operators, Gathering Document Statistics
ts_token_type, Text Search Functions and Operators, Parser Testing
tuple_data_split, Heap Functions
txid_current, System Information Functions and Operators
txid_current_if_assigned, System Information Functions and Operators
txid_current_snapshot, System Information Functions and Operators
txid_snapshot_xip, System Information Functions and Operators
txid_snapshot_xmax, System Information Functions and Operators
txid_snapshot_xmin, System Information Functions and Operators
txid_status, System Information Functions and Operators
txid_visible_in_snapshot, System Information Functions and Operators
type (see data type)
type cast, Numeric Constants, Type Casts

U

UESCAPE, Identifiers and Key Words, String Constants with Unicode Escapes
unaccent, unaccent, Functions
Unicode escape, String Constants with Unicode Escapes
in identifiers, Identifiers and Key Words
in string constants, String Constants with Unicode Escapes
Unicode normalization, String Functions and Operators
UNION, Combining Queries (UNION, INTERSECT, EXCEPT), UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
uniq, intarray Functions and Operators
unique constraint, Unique Constraints
unistr, String Functions and Operators
Unix domain socket, Parameter Key Words
unix_socket_directories configuration parameter, Connection Settings
unix_socket_group configuration parameter, Connection Settings
unix_socket_permissions configuration parameter, Connection Settings
unknown, Pseudo-Types
UNLISTEN, UNLISTEN
unnest, Array Functions and Operators
for multirange, Range/Multirange Functions and Operators
for tsvector, Text Search Functions and Operators
unqualified name, The Schema Search Path
updatable views, Updatable Views
UPDATE, Updates, Updating Data, Returning Data from Modified Rows, UPDATE
RETURNING, Returning Data from Modified Rows
update_process_title configuration parameter, Process Title
updating, Updating Data
upgrading, Upgrading a PostgreSQL Cluster
upper, String Functions and Operators, Range/Multirange Functions and Operators
and locales, Behavior
upper_inc, Range/Multirange Functions and Operators
upper_inf, Range/Multirange Functions and Operators
UPSERT, INSERT
URI, Connection Strings
user, System Information Functions and Operators, Database Roles
current, System Information Functions and Operators
user mapping, Foreign Data
User name maps, User Name Maps
user_catalog_table storage parameter, Storage Parameters
UUID, UUID Type, UUID Type, PostgreSQL Features
generating, UUID Type
uuid-ossp, uuid-ossp
uuid_generate_v1, uuid-ossp Functions
uuid_generate_v1mc, uuid-ossp Functions
uuid_generate_v3, uuid-ossp Functions

V

vacuum, Routine Vacuuming
VACUUM, VACUUM
vacuumdb, vacuumdb
vacuumlo, vacuumlo
vacuum_cost_delay configuration parameter, Cost-based Vacuum Delay
vacuum_cost_limit configuration parameter, Cost-based Vacuum Delay
vacuum_cost_page_dirty configuration parameter, Cost-based Vacuum Delay
vacuum_cost_page_hit configuration parameter, Cost-based Vacuum Delay
vacuum_cost_page_miss configuration parameter, Cost-based Vacuum Delay
vacuum_defer_cleanup_age configuration parameter, Primary Server
vacuum_failsafe_age configuration parameter, Statement Behavior
vacuum_freeze_min_age configuration parameter, Statement Behavior
vacuum_freeze_table_age configuration parameter, Statement Behavior
vacuum_index_cleanup storage parameter, Storage Parameters
vacuum_multixact_failsafe_age configuration parameter, Statement Behavior
vacuum_multixact_freeze_min_age configuration parameter, Statement Behavior
vacuum_multixact_freeze_table_age configuration parameter, Statement Behavior
vacuum_truncate storage parameter, Storage Parameters
value expression, Value Expressions
VALUES, VALUES Lists, UNION, CASE, and Related Constructs, VALUES
determination of result type, UNION, CASE, and Related Constructs
varchar, Character Types
variadic function, SQL Functions with Variable Numbers of Arguments
variance, Aggregate Functions
population, Aggregate Functions
sample, Aggregate Functions
var_pop, Aggregate Functions
var_samp, Aggregate Functions
version, Accessing a Database, System Information Functions and Operators, Upgrading a PostgreSQL Cluster
compatibility, Upgrading a PostgreSQL Cluster
view, Views, Views and the Rule System, Materialized Views, Cooperation with Views
implementation through rules, Views and the Rule System
materialized, Materialized Views
updating, Cooperation with Views
Visibility Map, Visibility Map
VM (see Visibility Map)
void, Pseudo-Types
VOLATILE, Function Volatility Categories
volatility, Function Volatility Categories
functions, Function Volatility Categories
VPATH, Installation Procedure, Extension Building Infrastructure

W

WAL, Reliability and the Write-Ahead Log
wal_block_size configuration parameter, Preset Options
wal_buffers configuration parameter, Settings
wal_compression configuration parameter, Settings
wal_consistency_checking configuration parameter, Developer Options
wal_debug configuration parameter, Developer Options
wal_init_zero configuration parameter, Settings
wal_keep_size configuration parameter, Sending Servers
wal_level configuration parameter, Settings
wal_log_hints configuration parameter, Settings
wal_receiver_create_temp_slot configuration parameter, Standby Servers
wal_receiver_status_interval configuration parameter, Standby Servers
wal_receiver_timeout configuration parameter, Standby Servers
wal_recycle configuration parameter, Settings
wal_retrieve_retry_interval configuration parameter, Standby Servers
wal_segment_size configuration parameter, Preset Options
wal_sender_timeout configuration parameter, Sending Servers
wal_skip_threshold configuration parameter, Settings
wal_sync_method configuration parameter, Settings
wal_writer_delay configuration parameter, Settings
wal_writer_flush_after configuration parameter, Settings
warm standby, High Availability, Load Balancing, and Replication
websearch_to_tsquery, Text Search Functions and Operators
WHERE, The WHERE Clause
where to log, Where to Log
WHILE
in PL/pgSQL, WHILE
width, Geometric Functions and Operators
width_bucket, Mathematical Functions and Operators
window function, Window Functions, Window Function Calls, Window Function Processing, Window Functions
built-in, Window Functions
invocation, Window Function Calls
order of execution, Window Function Processing
WITH, WITH Queries (Common Table Expressions), SELECT
in SELECT, WITH Queries (Common Table Expressions), SELECT
WITH CHECK OPTION, CREATE VIEW
WITHIN GROUP, Aggregate Expressions
witness server, High Availability, Load Balancing, and Replication
word_similarity, Functions and Operators
work_mem configuration parameter, Memory
wraparound
of multixact IDs, Multixacts and Wraparound
of transaction IDs, Preventing Transaction ID Wraparound Failures

X

xid, Object Identifier Types
xid8, Object Identifier Types
xmax, System Columns
xmin, System Columns
XML, XML Type
XML export, Mapping Tables to XML
XML Functions, XML Functions
XML option, Creating XML Values, Statement Behavior
xml2, xml2
xmlagg, xmlagg, Aggregate Functions
xmlbinary configuration parameter, Statement Behavior
xmlcomment, xmlcomment
xmlconcat, xmlconcat
xmlelement, xmlelement
XMLEXISTS, XMLEXISTS
xmlforest, xmlforest
xmloption configuration parameter, Statement Behavior
xmlparse, Creating XML Values
xmlpi, xmlpi
xmlroot, xmlroot
xmlserialize, Creating XML Values
xmltable, xmltable
xml_is_well_formed, xml_is_well_formed
xml_is_well_formed_content, xml_is_well_formed
xml_is_well_formed_document, xml_is_well_formed
XPath, xpath
xpath_exists, xpath_exists
xpath_table, xpath_table
XQuery regular expressions, Differences from XQuery (LIKE_REGEX)
xslt_process, xslt_process

Z

zero_damaged_pages configuration parameter, Developer Options
zlib, Requirements, Anti-Features
\ No newline at end of file + libpq, Building libpq Programs
PL/Perl, PL/Perl — Perl Procedural Language
PL/PerlU, Trusted and Untrusted PL/Perl
PL/pgSQL, PL/pgSQL — SQL Procedural Language
PL/Python, PL/Python — Python Procedural Language
PL/SQL (Oracle), Porting from Oracle PL/SQL
porting to PL/pgSQL, Porting from Oracle PL/SQL
PL/Tcl, PL/Tcl — Tcl Procedural Language
plainto_tsquery, Text Search Functions and Operators, Parsing Queries
plan_cache_mode configuration parameter, Other Planner Options
plperl.on_init configuration parameter, Configuration
plperl.on_plperlu_init configuration parameter, Configuration
plperl.on_plperl_init configuration parameter, Configuration
plperl.use_strict configuration parameter, Configuration
plpgsql.check_asserts configuration parameter, Checking Assertions
plpgsql.variable_conflict configuration parameter, Variable Substitution
pltcl.start_proc configuration parameter, PL/Tcl Configuration
pltclu.start_proc configuration parameter, PL/Tcl Configuration
point, Points, Geometric Functions and Operators
point-in-time recovery, Backup and Restore
policy, Row Security Policies
polygon, Polygons, Geometric Functions and Operators
polymorphic function, Polymorphic Types
polymorphic type, Polymorphic Types
popcount (see bit_count)
popen, Geometric Functions and Operators
populate_record, hstore Operators and Functions
port, Parameter Key Words
port configuration parameter, Connection Settings
position, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators
POSTGRES, The Berkeley POSTGRES Project
postgres, Architectural Fundamentals, Starting the Database Server, Creating a Database, postgres
postgres user, The PostgreSQL User Account
Postgres95, Postgres95
postgresql.auto.conf, Parameter Interaction via the Configuration File
postgresql.conf, Parameter Interaction via the Configuration File
postgres_fdw, postgres_fdw
postmaster, postmaster
post_auth_delay configuration parameter, Developer Options
power, Mathematical Functions and Operators
PQbackendPID, Connection Status Functions
PQbinaryTuples, Retrieving Query Result Information
with COPY, Functions Associated with the COPY Command
PQcancel, Canceling Queries in Progress
PQclear, Main Functions
PQclientEncoding, Control Functions
PQcmdStatus, Retrieving Other Result Information
PQcmdTuples, Retrieving Other Result Information
PQconndefaults, Database Connection Control Functions
PQconnectdb, Database Connection Control Functions
PQconnectdbParams, Database Connection Control Functions
PQconnectionNeedsPassword, Connection Status Functions
PQconnectionUsedPassword, Connection Status Functions
PQconnectPoll, Database Connection Control Functions
PQconnectStart, Database Connection Control Functions
PQconnectStartParams, Database Connection Control Functions
PQconninfo, Database Connection Control Functions
PQconninfoFree, Miscellaneous Functions
PQconninfoParse, Database Connection Control Functions
PQconsumeInput, Asynchronous Command Processing
PQcopyResult, Miscellaneous Functions
PQdb, Connection Status Functions
PQdescribePortal, Main Functions
PQdescribePrepared, Main Functions
PQencryptPassword, Miscellaneous Functions
PQencryptPasswordConn, Miscellaneous Functions
PQendcopy, Obsolete Functions for COPY
PQenterPipelineMode, Functions Associated with Pipeline Mode
PQerrorMessage, Connection Status Functions
PQescapeBytea, Escaping Strings for Inclusion in SQL Commands
PQescapeByteaConn, Escaping Strings for Inclusion in SQL Commands
PQescapeIdentifier, Escaping Strings for Inclusion in SQL Commands
PQescapeLiteral, Escaping Strings for Inclusion in SQL Commands
PQescapeString, Escaping Strings for Inclusion in SQL Commands
PQescapeStringConn, Escaping Strings for Inclusion in SQL Commands
PQexec, Main Functions
PQexecParams, Main Functions
PQexecPrepared, Main Functions
PQexitPipelineMode, Functions Associated with Pipeline Mode
PQfformat, Retrieving Query Result Information
with COPY, Functions Associated with the COPY Command
PQfinish, Database Connection Control Functions
PQfireResultCreateEvents, Miscellaneous Functions
PQflush, Asynchronous Command Processing
PQfmod, Retrieving Query Result Information
PQfn, The Fast-Path Interface
PQfname, Retrieving Query Result Information
PQfnumber, Retrieving Query Result Information
PQfreeCancel, Canceling Queries in Progress
PQfreemem, Miscellaneous Functions
PQfsize, Retrieving Query Result Information
PQftable, Retrieving Query Result Information
PQftablecol, Retrieving Query Result Information
PQftype, Retrieving Query Result Information
PQgetCancel, Canceling Queries in Progress
PQgetCopyData, Functions for Receiving COPY Data
PQgetisnull, Retrieving Query Result Information
PQgetlength, Retrieving Query Result Information
PQgetline, Obsolete Functions for COPY
PQgetlineAsync, Obsolete Functions for COPY
PQgetResult, Asynchronous Command Processing
PQgetssl, Connection Status Functions
PQgetSSLKeyPassHook_OpenSSL, Database Connection Control Functions
PQgetvalue, Retrieving Query Result Information
PQhost, Connection Status Functions
PQhostaddr, Connection Status Functions
PQinitOpenSSL, SSL Library Initialization
PQinitSSL, SSL Library Initialization
PQinstanceData, Event Support Functions
PQisBusy, Asynchronous Command Processing
PQisnonblocking, Asynchronous Command Processing
PQisthreadsafe, Behavior in Threaded Programs
PQlibVersion, Miscellaneous Functions
(see also PQserverVersion)
PQmakeEmptyPGresult, Miscellaneous Functions
PQnfields, Retrieving Query Result Information
with COPY, Functions Associated with the COPY Command
PQnotifies, Asynchronous Notification
PQnparams, Retrieving Query Result Information
PQntuples, Retrieving Query Result Information
PQoidStatus, Retrieving Other Result Information
PQoidValue, Retrieving Other Result Information
PQoptions, Connection Status Functions
PQparameterStatus, Connection Status Functions
PQparamtype, Retrieving Query Result Information
PQpass, Connection Status Functions
PQping, Database Connection Control Functions
PQpingParams, Database Connection Control Functions
PQpipelineStatus, Functions Associated with Pipeline Mode
PQpipelineSync, Functions Associated with Pipeline Mode
PQport, Connection Status Functions
PQprepare, Main Functions
PQprint, Retrieving Query Result Information
PQprotocolVersion, Connection Status Functions
PQputCopyData, Functions for Sending COPY Data
PQputCopyEnd, Functions for Sending COPY Data
PQputline, Obsolete Functions for COPY
PQputnbytes, Obsolete Functions for COPY
PQregisterEventProc, Event Support Functions
PQrequestCancel, Canceling Queries in Progress
PQreset, Database Connection Control Functions
PQresetPoll, Database Connection Control Functions
PQresetStart, Database Connection Control Functions
PQresStatus, Main Functions
PQresultAlloc, Miscellaneous Functions
PQresultErrorField, Main Functions
PQresultErrorMessage, Main Functions
PQresultInstanceData, Event Support Functions
PQresultMemorySize, Miscellaneous Functions
PQresultSetInstanceData, Event Support Functions
PQresultStatus, Main Functions
PQresultVerboseErrorMessage, Main Functions
PQsendDescribePortal, Asynchronous Command Processing
PQsendDescribePrepared, Asynchronous Command Processing
PQsendFlushRequest, Functions Associated with Pipeline Mode
PQsendPrepare, Asynchronous Command Processing
PQsendQuery, Asynchronous Command Processing
PQsendQueryParams, Asynchronous Command Processing
PQsendQueryPrepared, Asynchronous Command Processing
PQserverVersion, Connection Status Functions
PQsetClientEncoding, Control Functions
PQsetdb, Database Connection Control Functions
PQsetdbLogin, Database Connection Control Functions
PQsetErrorContextVisibility, Control Functions
PQsetErrorVerbosity, Control Functions
PQsetInstanceData, Event Support Functions
PQsetnonblocking, Asynchronous Command Processing
PQsetNoticeProcessor, Notice Processing
PQsetNoticeReceiver, Notice Processing
PQsetResultAttrs, Miscellaneous Functions
PQsetSingleRowMode, Retrieving Query Results Row-by-Row
PQsetSSLKeyPassHook_OpenSSL, Database Connection Control Functions
PQsetTraceFlags, Control Functions
PQsetvalue, Miscellaneous Functions
PQsocket, Connection Status Functions
PQsslAttribute, Connection Status Functions
PQsslAttributeNames, Connection Status Functions
PQsslInUse, Connection Status Functions
PQsslStruct, Connection Status Functions
PQstatus, Connection Status Functions
PQtrace, Control Functions
PQtransactionStatus, Connection Status Functions
PQtty, Connection Status Functions
PQunescapeBytea, Escaping Strings for Inclusion in SQL Commands
PQuntrace, Control Functions
PQuser, Connection Status Functions
predicate locking, Serializable Isolation Level
PREPARE, PREPARE
PREPARE TRANSACTION, PREPARE TRANSACTION
prepared statements, DEALLOCATE, EXECUTE, EXPLAIN, PREPARE
creating, PREPARE
executing, EXECUTE
removing, DEALLOCATE
showing the query plan, EXPLAIN
preparing a query
in PL/pgSQL, Plan Caching
in PL/Python, Database Access Functions
in PL/Tcl, Database Access from PL/Tcl
pre_auth_delay configuration parameter, Developer Options
primary key, Primary Keys
primary_conninfo configuration parameter, Standby Servers
primary_slot_name configuration parameter, Standby Servers
privilege, Privileges, Schemas and Privileges, Rules and Privileges, Rules and Privileges
querying, System Information Functions and Operators
with rules, Rules and Privileges
for schemas, Schemas and Privileges
with views, Rules and Privileges
procedural language, Procedural Languages, Writing a Procedural Language Handler
externally maintained, Procedural Languages
handler for, Writing a Procedural Language Handler
procedure, User-Defined Procedures
user-defined, User-Defined Procedures
procedures
output parameter, SQL Procedures with Output Parameters
promote_trigger_file configuration parameter, Standby Servers
protocol, Frontend/Backend Protocol
frontend-backend, Frontend/Backend Protocol
ps, Standard Unix Tools
to monitor activity, Standard Unix Tools
psql, Accessing a Database, psql
Python, PL/Python — Python Procedural Language

R

radians, Mathematical Functions and Operators
radius, Geometric Functions and Operators
RADIUS, RADIUS Authentication
RAISE
in PL/pgSQL, Reporting Errors and Messages
random, Mathematical Functions and Operators
random_page_cost configuration parameter, Planner Cost Constants
range table, The Query Tree
range type, Range Types
exclude, Constraints on Ranges
indexes on, Indexing
range_agg, Aggregate Functions
range_intersect_agg, Aggregate Functions
range_merge, Range/Multirange Functions and Operators
rank, Window Functions
hypothetical, Aggregate Functions
read committed, Read Committed Isolation Level
read-only transaction, Statement Behavior
setting, SET TRANSACTION
setting default, Statement Behavior
readline, Requirements
real, Floating-Point Types
REASSIGN OWNED, REASSIGN OWNED
record, Pseudo-Types
recovery.conf, recovery.conf file merged into postgresql.conf
recovery.signal, Archive Recovery
recovery_end_command configuration parameter, Archive Recovery
recovery_init_sync_method configuration parameter, Error Handling
recovery_min_apply_delay configuration parameter, Standby Servers
recovery_target configuration parameter, Recovery Target
recovery_target_action configuration parameter, Recovery Target
recovery_target_inclusive configuration parameter, Recovery Target
recovery_target_lsn configuration parameter, Recovery Target
recovery_target_name configuration parameter, Recovery Target
recovery_target_time configuration parameter, Recovery Target
recovery_target_timeline configuration parameter, Recovery Target
recovery_target_xid configuration parameter, Recovery Target
rectangle, Boxes
RECURSIVE, CREATE VIEW
in common table expressions, Recursive Queries
in views, CREATE VIEW
referential integrity, Foreign Keys, Foreign Keys
REFRESH MATERIALIZED VIEW, REFRESH MATERIALIZED VIEW
regclass, Object Identifier Types
regcollation, Object Identifier Types
regconfig, Object Identifier Types
regdictionary, Object Identifier Types
regexp_match, String Functions and Operators, POSIX Regular Expressions
regexp_matches, String Functions and Operators, POSIX Regular Expressions
regexp_replace, String Functions and Operators, POSIX Regular Expressions
regexp_split_to_array, String Functions and Operators, POSIX Regular Expressions
regexp_split_to_table, String Functions and Operators, POSIX Regular Expressions
regnamespace, Object Identifier Types
regoper, Object Identifier Types
regoperator, Object Identifier Types
regproc, Object Identifier Types
regprocedure, Object Identifier Types
regression intercept, Aggregate Functions
regression slope, Aggregate Functions
regression test, Installation Procedure
regression tests, Regression Tests
regrole, Object Identifier Types
regr_avgx, Aggregate Functions
regr_avgy, Aggregate Functions
regr_count, Aggregate Functions
regr_intercept, Aggregate Functions
regr_r2, Aggregate Functions
regr_slope, Aggregate Functions
regr_sxx, Aggregate Functions
regr_sxy, Aggregate Functions
regr_syy, Aggregate Functions
regtype, Object Identifier Types
regular expression, SIMILAR TO Regular Expressions, POSIX Regular Expressions
(see also pattern matching)
regular expressions
and locales, Behavior
reindex, Routine Reindexing
REINDEX, REINDEX
reindexdb, reindexdb
relation, Concepts
relational database, Concepts
RELEASE SAVEPOINT, RELEASE SAVEPOINT
remove_temp_files_after_crash configuration parameter, Developer Options
repeat, String Functions and Operators
repeatable read, Repeatable Read Isolation Level
replace, String Functions and Operators
replication, High Availability, Load Balancing, and Replication
Replication Origins, Replication Progress Tracking
Replication Progress Tracking, Replication Progress Tracking
replication slot
logical replication, Replication Slots
streaming replication, Replication Slots
reporting errors
in PL/pgSQL, Reporting Errors and Messages
RESET, RESET
restartpoint, WAL Configuration
restart_after_crash configuration parameter, Error Handling
restore_command configuration parameter, Archive Recovery
RESTRICT, Dependency Tracking
with DROP, Dependency Tracking
foreign key action, Foreign Keys
RETURN NEXT
in PL/pgSQL, RETURN NEXT and RETURN QUERY
RETURN QUERY
in PL/pgSQL, RETURN NEXT and RETURN QUERY
RETURNING, Returning Data from Modified Rows
RETURNING INTO, Executing a Command with a Single-Row Result
in PL/pgSQL, Executing a Command with a Single-Row Result
reverse, String Functions and Operators
REVOKE, Privileges, REVOKE
right, String Functions and Operators
right join, Joined Tables
role, Database Roles, Role Membership, Predefined Roles
applicable, applicable_roles
enabled, enabled_roles
membership in, Role Membership
privilege to bypass, Role Attributes
privilege to create, Role Attributes
privilege to inherit, Role Attributes
privilege to initiate replication, Role Attributes
privilege to limit connection, Role Attributes
ROLLBACK, ROLLBACK
rollback
psql, Variables
ROLLBACK PREPARED, ROLLBACK PREPARED
ROLLBACK TO SAVEPOINT, ROLLBACK TO SAVEPOINT
ROLLUP, GROUPING SETS, CUBE, and ROLLUP
round, Mathematical Functions and Operators
routine, User-Defined Procedures
routine maintenance, Routine Database Maintenance Tasks
row, Concepts, Table Basics
ROW, Row Constructors
row estimation, Row Estimation Examples
multivariate, Multivariate Statistics Examples
planner, Row Estimation Examples
row type, Composite Types
constructor, Row Constructors
row-level security, Row Security Policies
row-wise comparison, Row and Array Comparisons
row_number, Window Functions
row_security configuration parameter, Statement Behavior
row_security_active, System Information Functions and Operators
row_to_json, Processing and Creating JSON Data
rpad, String Functions and Operators
rtrim, String Functions and Operators, Binary String Functions and Operators
rule, The Rule System, Views and the Rule System, How SELECT Rules Work, Materialized Views, Rules on INSERT, UPDATE, and DELETE, Rules on INSERT, UPDATE, and DELETE, Rules on INSERT, UPDATE, and DELETE, Rules Versus Triggers
and materialized views, Materialized Views
and views, Views and the Rule System
for DELETE, Rules on INSERT, UPDATE, and DELETE
for INSERT, Rules on INSERT, UPDATE, and DELETE
for SELECT, How SELECT Rules Work
compared with triggers, Rules Versus Triggers
for UPDATE, Rules on INSERT, UPDATE, and DELETE

S

SAVEPOINT, SAVEPOINT
savepoints, RELEASE SAVEPOINT, ROLLBACK TO SAVEPOINT, SAVEPOINT
defining, SAVEPOINT
releasing, RELEASE SAVEPOINT
rolling back, ROLLBACK TO SAVEPOINT
scalar (see expression)
scale, Mathematical Functions and Operators
schema, Schemas, Creating a Schema, The Public Schema, Overview
creating, Creating a Schema
current, The Schema Search Path, System Information Functions and Operators
public, The Public Schema
removing, Creating a Schema
SCRAM, Password Authentication
search path, The Schema Search Path
current, System Information Functions and Operators
object visibility, System Information Functions and Operators
search_path configuration parameter, The Schema Search Path, Statement Behavior
use in securing functions, Writing SECURITY DEFINER Functions Safely
SECURITY LABEL, SECURITY LABEL
sec_to_gc, Cube-Based Earth Distances
seg, seg
segment_size configuration parameter, Preset Options
SELECT, Querying a Table, Queries, SELECT Output Columns, SELECT
determination of result type, SELECT Output Columns
select list, Select Lists
SELECT INTO, Executing a Command with a Single-Row Result, SELECT INTO
in PL/pgSQL, Executing a Command with a Single-Row Result
semaphores, Shared Memory and Semaphores
sepgsql, sepgsql
sepgsql.debug_audit configuration parameter, GUC Parameters
sepgsql.permissive configuration parameter, GUC Parameters
sequence, Sequence Manipulation Functions
and serial type, Serial Types
sequential scan, Planner Method Configuration
seq_page_cost configuration parameter, Planner Cost Constants
serial, Serial Types
serial2, Serial Types
serial4, Serial Types
serial8, Serial Types
serializable, Serializable Isolation Level
Serializable Snapshot Isolation, Introduction
serialization anomaly, Transaction Isolation, Serializable Isolation Level
server log, Error Reporting and Logging, Log File Maintenance
log file maintenance, Log File Maintenance
Server Name Indication, Parameter Key Words
server spoofing, Preventing Server Spoofing
server_encoding configuration parameter, Preset Options
server_version configuration parameter, Preset Options
server_version_num configuration parameter, Preset Options
session_preload_libraries configuration parameter, Shared Library Preloading
session_replication_role configuration parameter, Statement Behavior
session_user, System Information Functions and Operators
SET, Configuration Settings Functions, SET
SET CONSTRAINTS, SET CONSTRAINTS
set difference, Combining Queries (UNION, INTERSECT, EXCEPT)
set intersection, Combining Queries (UNION, INTERSECT, EXCEPT)
set operation, Combining Queries (UNION, INTERSECT, EXCEPT)
set returning functions, Set Returning Functions
functions, Set Returning Functions
SET ROLE, SET ROLE
SET SESSION AUTHORIZATION, SET SESSION AUTHORIZATION
SET TRANSACTION, SET TRANSACTION
set union, Combining Queries (UNION, INTERSECT, EXCEPT)
SET XML OPTION, Statement Behavior
setseed, Mathematical Functions and Operators
setval, Sequence Manipulation Functions
setweight, Text Search Functions and Operators, Manipulating Documents
setweight for specific lexeme(s), Text Search Functions and Operators
set_bit, Binary String Functions and Operators, Bit String Functions and Operators
set_byte, Binary String Functions and Operators
set_config, Configuration Settings Functions
set_limit, Functions and Operators
set_masklen, Network Address Functions and Operators
sha224, Binary String Functions and Operators
sha256, Binary String Functions and Operators
sha384, Binary String Functions and Operators
sha512, Binary String Functions and Operators
shared library, Shared Libraries, Compiling and Linking Dynamically-Loaded Functions
shared memory, Shared Memory and Semaphores
shared_buffers configuration parameter, Memory
shared_memory_type configuration parameter, Memory
shared_preload_libraries, Shared Memory and LWLocks
shared_preload_libraries configuration parameter, Shared Library Preloading
shobj_description, System Information Functions and Operators
SHOW, Configuration Settings Functions, SHOW, Streaming Replication Protocol
show_limit, Functions and Operators
show_trgm, Functions and Operators
shutdown, Shutting Down the Server
SIGHUP, Parameter Interaction via the Configuration File, The pg_hba.conf File, User Name Maps
SIGINT, Shutting Down the Server
sign, Mathematical Functions and Operators
signal
backend processes, Server Signaling Functions
significant digits, Locale and Formatting
SIGQUIT, Shutting Down the Server
SIGTERM, Shutting Down the Server
SIMILAR TO, SIMILAR TO Regular Expressions
similarity, Functions and Operators
sin, Mathematical Functions and Operators
sind, Mathematical Functions and Operators
single-user mode, Options for Single-User Mode
sinh, Mathematical Functions and Operators
skeys, hstore Operators and Functions
sleep, Delaying Execution
slice, hstore Operators and Functions
sliced bread (see TOAST)
slope, Geometric Functions and Operators
SLRU, pg_stat_slru
smallint, Integer Types
smallserial, Serial Types
Solaris, Solaris
installation on, Solaris
shared library, Compiling and Linking Dynamically-Loaded Functions
start script, Starting the Database Server
SOME, Aggregate Functions, Subquery Expressions, Row and Array Comparisons
sort, intarray Functions and Operators
sorting, Sorting Rows (ORDER BY)
sort_asc, intarray Functions and Operators
sort_desc, intarray Functions and Operators
soundex, Soundex
SP-GiST (see index)
SPI, Server Programming Interface, spi
examples, spi
spi_commit
in PL/Perl, Database Access from PL/Perl
SPI_commit, SPI_commit
SPI_commit_and_chain, SPI_commit
SPI_connect, SPI_connect
SPI_connect_ext, SPI_connect
SPI_copytuple, SPI_copytuple
spi_cursor_close
in PL/Perl, Database Access from PL/Perl
SPI_cursor_close, SPI_cursor_close
SPI_cursor_fetch, SPI_cursor_fetch
SPI_cursor_find, SPI_cursor_find
SPI_cursor_move, SPI_cursor_move
SPI_cursor_open, SPI_cursor_open
SPI_cursor_open_with_args, SPI_cursor_open_with_args
SPI_cursor_open_with_paramlist, SPI_cursor_open_with_paramlist
SPI_cursor_parse_open, SPI_cursor_parse_open
SPI_exec, SPI_exec
SPI_execp, SPI_execp
SPI_execute, SPI_execute
SPI_execute_extended, SPI_execute_extended
SPI_execute_plan, SPI_execute_plan
SPI_execute_plan_extended, SPI_execute_plan_extended
SPI_execute_plan_with_paramlist, SPI_execute_plan_with_paramlist
SPI_execute_with_args, SPI_execute_with_args
spi_exec_prepared
in PL/Perl, Database Access from PL/Perl
spi_exec_query
in PL/Perl, Database Access from PL/Perl
spi_fetchrow
in PL/Perl, Database Access from PL/Perl
SPI_finish, SPI_finish
SPI_fname, SPI_fname
SPI_fnumber, SPI_fnumber
spi_freeplan
in PL/Perl, Database Access from PL/Perl
SPI_freeplan, SPI_freeplan
SPI_freetuple, SPI_freetuple
SPI_freetuptable, SPI_freetuptable
SPI_getargcount, SPI_getargcount
SPI_getargtypeid, SPI_getargtypeid
SPI_getbinval, SPI_getbinval
SPI_getnspname, SPI_getnspname
SPI_getrelname, SPI_getrelname
SPI_gettype, SPI_gettype
SPI_gettypeid, SPI_gettypeid
SPI_getvalue, SPI_getvalue
SPI_is_cursor_plan, SPI_is_cursor_plan
SPI_keepplan, SPI_keepplan
SPI_modifytuple, SPI_modifytuple
SPI_palloc, SPI_palloc
SPI_pfree, SPI_pfree
spi_prepare
in PL/Perl, Database Access from PL/Perl
SPI_prepare, SPI_prepare
SPI_prepare_cursor, SPI_prepare_cursor
SPI_prepare_extended, SPI_prepare_extended
SPI_prepare_params, SPI_prepare_params
spi_query
in PL/Perl, Database Access from PL/Perl
spi_query_prepared
in PL/Perl, Database Access from PL/Perl
SPI_register_relation, SPI_register_relation
SPI_register_trigger_data, SPI_register_trigger_data
SPI_repalloc, SPI_repalloc
SPI_result_code_string, SPI_result_code_string
SPI_returntuple, SPI_returntuple
spi_rollback
in PL/Perl, Database Access from PL/Perl
SPI_rollback, SPI_rollback
SPI_rollback_and_chain, SPI_rollback
SPI_saveplan, SPI_saveplan
SPI_scroll_cursor_fetch, SPI_scroll_cursor_fetch
SPI_scroll_cursor_move, SPI_scroll_cursor_move
SPI_start_transaction, SPI_start_transaction
SPI_unregister_relation, SPI_unregister_relation
split_part, String Functions and Operators
SQL/CLI, SQL Conformance
SQL/Foundation, SQL Conformance
SQL/Framework, SQL Conformance
SQL/JRT, SQL Conformance
SQL/JSON path language, The SQL/JSON Path Language
SQL/MDA, SQL Conformance
SQL/MED, SQL Conformance
SQL/OLB, SQL Conformance
SQL/PSM, SQL Conformance
SQL/Schemata, SQL Conformance
SQL/XML, SQL Conformance
limits and conformance, XML Limits and Conformance to SQL/XML
sqrt, Mathematical Functions and Operators
ssh, Secure TCP/IP Connections with SSH Tunnels
SSI, Introduction
SSL, Secure TCP/IP Connections with SSL, SSL Support
in libpq, Connection Status Functions
with libpq, Parameter Key Words
ssl configuration parameter, SSL
sslinfo, sslinfo
ssl_ca_file configuration parameter, SSL
ssl_cert_file configuration parameter, SSL
ssl_cipher, Functions Provided
ssl_ciphers configuration parameter, SSL
ssl_client_cert_present, Functions Provided
ssl_client_dn, Functions Provided
ssl_client_dn_field, Functions Provided
ssl_client_serial, Functions Provided
ssl_crl_dir configuration parameter, SSL
ssl_crl_file configuration parameter, SSL
ssl_dh_params_file configuration parameter, SSL
ssl_ecdh_curve configuration parameter, SSL
ssl_extension_info, Functions Provided
ssl_issuer_dn, Functions Provided
ssl_issuer_field, Functions Provided
ssl_is_used, Functions Provided
ssl_key_file configuration parameter, SSL
ssl_library configuration parameter, Preset Options
ssl_max_protocol_version configuration parameter, SSL
ssl_min_protocol_version configuration parameter, SSL
ssl_passphrase_command configuration parameter, SSL
ssl_passphrase_command_supports_reload configuration parameter, SSL
ssl_prefer_server_ciphers configuration parameter, SSL
ssl_version, Functions Provided
SSPI, SSPI Authentication
STABLE, Function Volatility Categories
standard deviation, Aggregate Functions
population, Aggregate Functions
sample, Aggregate Functions
standard_conforming_strings configuration parameter, Previous PostgreSQL Versions
standby server, High Availability, Load Balancing, and Replication
standby.signal, Archive Recovery, Standby Server Operation, Setting Up a Standby Server
for hot standby, Administrator's Overview
pg_basebackup --write-recovery-conf, Options
standby_mode (see standby.signal)
START TRANSACTION, START TRANSACTION
starts_with, String Functions and Operators
START_REPLICATION, Streaming Replication Protocol
statement_timeout configuration parameter, Statement Behavior
statement_timestamp, Date/Time Functions and Operators
statistics, Aggregate Functions, Statistics Used by the Planner, Extended Statistics, Updating Planner Statistics, The Statistics Collector
of the planner, Statistics Used by the Planner, Extended Statistics, Updating Planner Statistics
stats_temp_directory configuration parameter, Query and Index Statistics Collector
stddev, Aggregate Functions
stddev_pop, Aggregate Functions
stddev_samp, Aggregate Functions
STONITH, High Availability, Load Balancing, and Replication
storage parameters, Storage Parameters
Streaming Replication, High Availability, Load Balancing, and Replication
strict_word_similarity, Functions and Operators
string (see character string)
strings
backslash quotes, Previous PostgreSQL Versions
escape warning, Previous PostgreSQL Versions
standard conforming, Previous PostgreSQL Versions
string_agg, Aggregate Functions
string_to_array, String Functions and Operators
string_to_table, String Functions and Operators
strip, Text Search Functions and Operators, Manipulating Documents
strpos, String Functions and Operators
subarray, intarray Functions and Operators
subltree, Operators and Functions
subpath, Operators and Functions
subquery, Aggregate Functions, Scalar Subqueries, Subqueries, Subquery Expressions
subscript, Subscripts
substr, String Functions and Operators, Binary String Functions and Operators
substring, String Functions and Operators, Binary String Functions and Operators, Bit String Functions and Operators, SIMILAR TO Regular Expressions, POSIX Regular Expressions
subtransactions
in PL/Tcl, Explicit Subtransactions in PL/Tcl
sum, Aggregate Functions
superuser, Accessing a Database, Role Attributes
superuser_reserved_connections configuration parameter, Connection Settings
support functions
in_range, B-Tree Support Functions
suppress_redundant_updates_trigger, Trigger Functions
svals, hstore Operators and Functions
synchronize_seqscans configuration parameter, Previous PostgreSQL Versions
synchronous commit, Asynchronous Commit
Synchronous Replication, High Availability, Load Balancing, and Replication
synchronous_commit configuration parameter, Settings
synchronous_standby_names configuration parameter, Primary Server
syntax, SQL Syntax
SQL, SQL Syntax
syslog_facility configuration parameter, Where to Log
syslog_ident configuration parameter, Where to Log
syslog_sequence_numbers configuration parameter, Where to Log
syslog_split_messages configuration parameter, Where to Log
system catalog, The System Catalog Schema
schema, The System Catalog Schema
systemd, PostgreSQL Features, Starting the Database Server
RemoveIPC, systemd RemoveIPC

T

table, Concepts, Table Basics, Modifying Tables
creating, Table Basics
inheritance, Inheritance
modifying, Modifying Tables
partitioning, Table Partitioning
removing, Table Basics
renaming, Renaming a Table
Table Access Method, Table Access Method Interface Definition
TABLE command, SELECT
table expression, Table Expressions
table function, Table Functions, xmltable
XMLTABLE, xmltable
table sampling method, Writing a Table Sampling Method
tableam
Table Access Method, Table Access Method Interface Definition
tablefunc, tablefunc
tableoid, System Columns
TABLESAMPLE method, Writing a Table Sampling Method
tablespace, Tablespaces
default, Statement Behavior
temporary, Statement Behavior
table_am_handler, Pseudo-Types
tan, Mathematical Functions and Operators
tand, Mathematical Functions and Operators
tanh, Mathematical Functions and Operators
target list, The Query Tree
Tcl, PL/Tcl — Tcl Procedural Language
tcn, tcn
tcp_keepalives_count configuration parameter, Connection Settings
tcp_keepalives_idle configuration parameter, Connection Settings
tcp_keepalives_interval configuration parameter, Connection Settings
tcp_user_timeout configuration parameter, Connection Settings
template0, Template Databases
template1, Creating a Database, Template Databases
temp_buffers configuration parameter, Memory
temp_file_limit configuration parameter, Disk
temp_tablespaces configuration parameter, Statement Behavior
test, Regression Tests
test_decoding, test_decoding
text, Character Types, Network Address Functions and Operators
text search, Text Search Types, Text Search Types, Full Text Search, Preferred Index Types for Text Search
data types, Text Search Types
functions and operators, Text Search Types
indexes, Preferred Index Types for Text Search
text2ltree, Operators and Functions
threads, Behavior in Threaded Programs
with libpq, Behavior in Threaded Programs
tid, Object Identifier Types
time, Date/Time Types, Times
constants, Special Values
current, Current Date/Time
output format, Date/Time Output
(see also formatting)
time span, Date/Time Types
time with time zone, Date/Time Types, Times
time without time zone, Date/Time Types, Times
time zone, Time Zones, Locale and Formatting, POSIX Time Zone Specifications
conversion, AT TIME ZONE
input abbreviations, Date/Time Configuration Files
POSIX-style specification, POSIX Time Zone Specifications
time zone data, Build Process Details
time zone names, Locale and Formatting
timelines, Backup and Restore
TIMELINE_HISTORY, Streaming Replication Protocol
timeofday, Date/Time Functions and Operators
timeout
client authentication, Authentication
deadlock, Lock Management
timestamp, Date/Time Types, Time Stamps
timestamp with time zone, Date/Time Types, Time Stamps
timestamp without time zone, Date/Time Types, Time Stamps
timestamptz, Date/Time Types
TimeZone configuration parameter, Locale and Formatting
timezone_abbreviations configuration parameter, Locale and Formatting
TOAST, TOAST
and user-defined types, TOAST Considerations
per-column storage settings, Description
per-type storage settings, Description
versus large objects, Introduction
toast_tuple_target storage parameter, Storage Parameters
token, Lexical Structure
to_ascii, String Functions and Operators
to_char, Data Type Formatting Functions
and locales, Behavior
to_date, Data Type Formatting Functions
to_hex, String Functions and Operators
to_json, Processing and Creating JSON Data
to_jsonb, Processing and Creating JSON Data
to_number, Data Type Formatting Functions
to_regclass, System Information Functions and Operators
to_regcollation, System Information Functions and Operators
to_regnamespace, System Information Functions and Operators
to_regoper, System Information Functions and Operators
to_regoperator, System Information Functions and Operators
to_regproc, System Information Functions and Operators
to_regprocedure, System Information Functions and Operators
to_regrole, System Information Functions and Operators
to_regtype, System Information Functions and Operators
to_timestamp, Data Type Formatting Functions, Date/Time Functions and Operators
to_tsquery, Text Search Functions and Operators, Parsing Queries
to_tsvector, Text Search Functions and Operators, Parsing Documents
trace_locks configuration parameter, Developer Options
trace_lock_oidmin configuration parameter, Developer Options
trace_lock_table configuration parameter, Developer Options
trace_lwlocks configuration parameter, Developer Options
trace_notify configuration parameter, Developer Options
trace_recovery_messages configuration parameter, Developer Options
trace_sort configuration parameter, Developer Options
trace_userlocks configuration parameter, Developer Options
track_activities configuration parameter, Query and Index Statistics Collector
track_activity_query_size configuration parameter, Query and Index Statistics Collector
track_commit_timestamp configuration parameter, Sending Servers
track_counts configuration parameter, Query and Index Statistics Collector
track_functions configuration parameter, Query and Index Statistics Collector
track_io_timing configuration parameter, Query and Index Statistics Collector
track_wal_io_timing configuration parameter, Query and Index Statistics Collector
transaction, Transactions
transaction ID, Preventing Transaction ID Wraparound Failures
wraparound, Preventing Transaction ID Wraparound Failures
transaction isolation, Transaction Isolation
transaction isolation level, Transaction Isolation, Statement Behavior
read committed, Read Committed Isolation Level
repeatable read, Repeatable Read Isolation Level
serializable, Serializable Isolation Level
setting, SET TRANSACTION
setting default, Statement Behavior
transaction log (see WAL)
transaction_deferrable configuration parameter, Statement Behavior
transaction_isolation configuration parameter, Statement Behavior
transaction_read_only configuration parameter, Statement Behavior
transaction_timestamp, Date/Time Functions and Operators
transform_null_equals configuration parameter, Platform and Client Compatibility
transition tables, CREATE TRIGGER
(see also ephemeral named relation)
implementation in PLs, SPI_register_trigger_data
referencing from C trigger, Writing Trigger Functions in C
translate, String Functions and Operators
transparent + huge pages, Memory
trigger, Pseudo-Types, Triggers, Writing Trigger Functions in C, Rules Versus Triggers, Trigger Functions, Trigger Functions
arguments for trigger functions, Overview of Trigger Behavior
constraint trigger, Description
for updating a derived tsvector column, Triggers for Automatic Updates
in C, Writing Trigger Functions in C
in PL/pgSQL, Trigger Functions
in PL/Python, Trigger Functions
in PL/Tcl, Trigger Functions in PL/Tcl
compared with rules, Rules Versus Triggers
triggered_change_notification, tcn
trigger_file (see promote_trigger_file)
trim, String Functions and Operators, Binary String Functions and Operators
trim_array, Array Functions and Operators
trim_scale, Mathematical Functions and Operators
true, Boolean Type
trunc, Mathematical Functions and Operators, Network Address Functions and Operators
TRUNCATE, TRUNCATE
trusted, Trusted and Untrusted PL/Perl
PL/Perl, Trusted and Untrusted PL/Perl
tsm_handler, Pseudo-Types
tsm_system_rows, tsm_system_rows
tsm_system_time, tsm_system_time
tsquery (data type), tsquery
tsquery_phrase, Text Search Functions and Operators, Manipulating Queries
tsvector (data type), tsvector
tsvector concatenation, Manipulating Documents
tsvector_to_array, Text Search Functions and Operators
tsvector_update_trigger, Trigger Functions
tsvector_update_trigger_column, Trigger Functions
ts_debug, Text Search Functions and Operators, Configuration Testing
ts_delete, Text Search Functions and Operators
ts_filter, Text Search Functions and Operators
ts_headline, Text Search Functions and Operators, Highlighting Results
ts_lexize, Text Search Functions and Operators, Dictionary Testing
ts_parse, Text Search Functions and Operators, Parser Testing
ts_rank, Text Search Functions and Operators, Ranking Search Results
ts_rank_cd, Text Search Functions and Operators, Ranking Search Results
ts_rewrite, Text Search Functions and Operators, Query Rewriting
ts_stat, Text Search Functions and Operators, Gathering Document Statistics
ts_token_type, Text Search Functions and Operators, Parser Testing
tuple_data_split, Heap Functions
txid_current, System Information Functions and Operators
txid_current_if_assigned, System Information Functions and Operators
txid_current_snapshot, System Information Functions and Operators
txid_snapshot_xip, System Information Functions and Operators
txid_snapshot_xmax, System Information Functions and Operators
txid_snapshot_xmin, System Information Functions and Operators
txid_status, System Information Functions and Operators
txid_visible_in_snapshot, System Information Functions and Operators
type (see data type)
type cast, Numeric Constants, Type Casts

U

UESCAPE, Identifiers and Key Words, String Constants with Unicode Escapes
unaccent, unaccent, Functions
Unicode escape, String Constants with Unicode Escapes
in identifiers, Identifiers and Key Words
in string constants, String Constants with Unicode Escapes
Unicode normalization, String Functions and Operators
UNION, Combining Queries (UNION, INTERSECT, EXCEPT), UNION, CASE, and Related Constructs
determination of result type, UNION, CASE, and Related Constructs
uniq, intarray Functions and Operators
unique constraint, Unique Constraints
unistr, String Functions and Operators
Unix domain socket, Parameter Key Words
unix_socket_directories configuration parameter, Connection Settings
unix_socket_group configuration parameter, Connection Settings
unix_socket_permissions configuration parameter, Connection Settings
unknown, Pseudo-Types
UNLISTEN, UNLISTEN
unnest, Array Functions and Operators
for multirange, Range/Multirange Functions and Operators
for tsvector, Text Search Functions and Operators
unqualified name, The Schema Search Path
updatable views, Updatable Views
UPDATE, Updates, Updating Data, Returning Data from Modified Rows, UPDATE
RETURNING, Returning Data from Modified Rows
update_process_title configuration parameter, Process Title
updating, Updating Data
upgrading, Upgrading a PostgreSQL Cluster
upper, String Functions and Operators, Range/Multirange Functions and Operators
and locales, Behavior
upper_inc, Range/Multirange Functions and Operators
upper_inf, Range/Multirange Functions and Operators
UPSERT, INSERT
URI, Connection Strings
user, System Information Functions and Operators, Database Roles
current, System Information Functions and Operators
user mapping, Foreign Data
User name maps, User Name Maps
user_catalog_table storage parameter, Storage Parameters
UUID, UUID Type, UUID Type, PostgreSQL Features
generating, UUID Type
uuid-ossp, uuid-ossp
uuid_generate_v1, uuid-ossp Functions
uuid_generate_v1mc, uuid-ossp Functions
uuid_generate_v3, uuid-ossp Functions

V

vacuum, Routine Vacuuming
VACUUM, VACUUM
vacuumdb, vacuumdb
vacuumlo, vacuumlo
vacuum_cost_delay configuration parameter, Cost-based Vacuum Delay
vacuum_cost_limit configuration parameter, Cost-based Vacuum Delay
vacuum_cost_page_dirty configuration parameter, Cost-based Vacuum Delay
vacuum_cost_page_hit configuration parameter, Cost-based Vacuum Delay
vacuum_cost_page_miss configuration parameter, Cost-based Vacuum Delay
vacuum_defer_cleanup_age configuration parameter, Primary Server
vacuum_failsafe_age configuration parameter, Statement Behavior
vacuum_freeze_min_age configuration parameter, Statement Behavior
vacuum_freeze_table_age configuration parameter, Statement Behavior
vacuum_index_cleanup storage parameter, Storage Parameters
vacuum_multixact_failsafe_age configuration parameter, Statement Behavior
vacuum_multixact_freeze_min_age configuration parameter, Statement Behavior
vacuum_multixact_freeze_table_age configuration parameter, Statement Behavior
vacuum_truncate storage parameter, Storage Parameters
value expression, Value Expressions
VALUES, VALUES Lists, UNION, CASE, and Related Constructs, VALUES
determination of result type, UNION, CASE, and Related Constructs
varchar, Character Types
variadic function, SQL Functions with Variable Numbers of Arguments
variance, Aggregate Functions
population, Aggregate Functions
sample, Aggregate Functions
var_pop, Aggregate Functions
var_samp, Aggregate Functions
version, Accessing a Database, System Information Functions and Operators, Upgrading a PostgreSQL Cluster
compatibility, Upgrading a PostgreSQL Cluster
view, Views, Views and the Rule System, Materialized Views, Cooperation with Views
implementation through rules, Views and the Rule System
materialized, Materialized Views
updating, Cooperation with Views
Visibility Map, Visibility Map
VM (see Visibility Map)
void, Pseudo-Types
VOLATILE, Function Volatility Categories
volatility, Function Volatility Categories
functions, Function Volatility Categories
VPATH, Installation Procedure, Extension Building Infrastructure

W

WAL, Reliability and the Write-Ahead Log
wal_block_size configuration parameter, Preset Options
wal_buffers configuration parameter, Settings
wal_compression configuration parameter, Settings
wal_consistency_checking configuration parameter, Developer Options
wal_debug configuration parameter, Developer Options
wal_init_zero configuration parameter, Settings
wal_keep_size configuration parameter, Sending Servers
wal_level configuration parameter, Settings
wal_log_hints configuration parameter, Settings
wal_receiver_create_temp_slot configuration parameter, Standby Servers
wal_receiver_status_interval configuration parameter, Standby Servers
wal_receiver_timeout configuration parameter, Standby Servers
wal_recycle configuration parameter, Settings
wal_retrieve_retry_interval configuration parameter, Standby Servers
wal_segment_size configuration parameter, Preset Options
wal_sender_timeout configuration parameter, Sending Servers
wal_skip_threshold configuration parameter, Settings
wal_sync_method configuration parameter, Settings
wal_writer_delay configuration parameter, Settings
wal_writer_flush_after configuration parameter, Settings
warm standby, High Availability, Load Balancing, and Replication
websearch_to_tsquery, Text Search Functions and Operators
WHERE, The WHERE Clause
where to log, Where to Log
WHILE
in PL/pgSQL, WHILE
width, Geometric Functions and Operators
width_bucket, Mathematical Functions and Operators
window function, Window Functions, Window Function Calls, Window Function Processing, Window Functions
built-in, Window Functions
invocation, Window Function Calls
order of execution, Window Function Processing
WITH, WITH Queries (Common Table Expressions), SELECT
in SELECT, WITH Queries (Common Table Expressions), SELECT
WITH CHECK OPTION, CREATE VIEW
WITHIN GROUP, Aggregate Expressions
witness server, High Availability, Load Balancing, and Replication
word_similarity, Functions and Operators
work_mem configuration parameter, Memory
wraparound
of multixact IDs, Multixacts and Wraparound
of transaction IDs, Preventing Transaction ID Wraparound Failures

X

xid, Object Identifier Types
xid8, Object Identifier Types
xmax, System Columns
xmin, System Columns
XML, XML Type
XML export, Mapping Tables to XML
XML Functions, XML Functions
XML option, Creating XML Values, Statement Behavior
xml2, xml2
xmlagg, xmlagg, Aggregate Functions
xmlbinary configuration parameter, Statement Behavior
xmlcomment, xmlcomment
xmlconcat, xmlconcat
xmlelement, xmlelement
XMLEXISTS, XMLEXISTS
xmlforest, xmlforest
xmloption configuration parameter, Statement Behavior
xmlparse, Creating XML Values
xmlpi, xmlpi
xmlroot, xmlroot
xmlserialize, Creating XML Values
xmltable, xmltable
xml_is_well_formed, xml_is_well_formed
xml_is_well_formed_content, xml_is_well_formed
xml_is_well_formed_document, xml_is_well_formed
XPath, xpath
xpath_exists, xpath_exists
xpath_table, xpath_table
XQuery regular expressions, Differences from XQuery (LIKE_REGEX)
xslt_process, xslt_process

Z

zero_damaged_pages configuration parameter, Developer Options
zlib, Requirements, Anti-Features
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/brin-builtin-opclasses.html postgresql-14-14.6/doc/src/sgml/html/brin-builtin-opclasses.html --- postgresql-14-14.5/doc/src/sgml/html/brin-builtin-opclasses.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/brin-builtin-opclasses.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -68.2. Built-in Operator Classes

68.2. Built-in Operator Classes

+68.2. Built-in Operator Classes

68.2. Built-in Operator Classes

The core PostgreSQL distribution includes the BRIN operator classes shown in Table 68.1. @@ -43,4 +43,4 @@ minmax indexes to summarize a block range. Each value may represent either a point, or a boundary of an interval. Values must be between 8 and 256, and the default value is 32. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/brin-extensibility.html postgresql-14-14.6/doc/src/sgml/html/brin-extensibility.html --- postgresql-14-14.5/doc/src/sgml/html/brin-extensibility.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/brin-extensibility.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -68.3. Extensibility

68.3. Extensibility

+68.3. Extensibility

68.3. Extensibility

The BRIN interface has a high level of abstraction, requiring the access method implementer only to implement the semantics of the data type being accessed. The BRIN layer @@ -165,4 +165,4 @@ right-hand-side argument of the supported operator. See float4_minmax_ops as an example of minmax, and box_inclusion_ops as an example of inclusion. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/brin.html postgresql-14-14.6/doc/src/sgml/html/brin.html --- postgresql-14-14.5/doc/src/sgml/html/brin.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/brin.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 68. BRIN Indexes \ No newline at end of file +Chapter 68. BRIN Indexes \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/brin-intro.html postgresql-14-14.6/doc/src/sgml/html/brin-intro.html --- postgresql-14-14.5/doc/src/sgml/html/brin-intro.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/brin-intro.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -68.1. Introduction

68.1. Introduction

+68.1. Introduction

68.1. Introduction

BRIN stands for Block Range Index. BRIN is designed for handling very large tables in which certain columns have some natural correlation with their @@ -96,4 +96,4 @@ which is useful when the index tuple is no longer a very good representation because the existing values have changed. See Section 9.27.8 for details. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/btree-behavior.html postgresql-14-14.6/doc/src/sgml/html/btree-behavior.html --- postgresql-14-14.5/doc/src/sgml/html/btree-behavior.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/btree-behavior.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -64.2. Behavior of B-Tree Operator Classes

64.2. Behavior of B-Tree Operator Classes

+64.2. Behavior of B-Tree Operator Classes

64.2. Behavior of B-Tree Operator Classes

As shown in Table 38.3, a btree operator class must provide five comparison operators, <, @@ -115,4 +115,4 @@ data types. The extensions to three or more data types within a family are not strictly required by the btree index mechanism itself, but the planner relies on them for optimization purposes. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/btree-gin.html postgresql-14-14.6/doc/src/sgml/html/btree-gin.html --- postgresql-14-14.5/doc/src/sgml/html/btree-gin.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/btree-gin.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.6. btree_gin

F.6. btree_gin

+F.6. btree_gin

F.6. btree_gin

btree_gin provides sample GIN operator classes that implement B-tree equivalent behavior for the data types int2, int4, int8, float4, @@ -35,4 +35,4 @@ Oleg Bartunov (). See http://www.sai.msu.su/~megera/oddmuse/index.cgi/Gin for additional information. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/btree-gist.html postgresql-14-14.6/doc/src/sgml/html/btree-gist.html --- postgresql-14-14.5/doc/src/sgml/html/btree-gist.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/btree-gist.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.7. btree_gist

F.7. btree_gist

+F.7. btree_gist

F.7. btree_gist

btree_gist provides GiST index operator classes that implement B-tree equivalent behavior for the data types int2, int4, int8, float4, @@ -77,4 +77,4 @@ Paul Jungwirth (). See http://www.sai.msu.su/~megera/postgres/gist/ for additional information. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/btree.html postgresql-14-14.6/doc/src/sgml/html/btree.html --- postgresql-14-14.5/doc/src/sgml/html/btree.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/btree.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 64. B-Tree Indexes \ No newline at end of file +Chapter 64. B-Tree Indexes \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/btree-implementation.html postgresql-14-14.6/doc/src/sgml/html/btree-implementation.html --- postgresql-14-14.5/doc/src/sgml/html/btree-implementation.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/btree-implementation.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -64.4. Implementation

64.4. Implementation

+64.4. Implementation

64.4. Implementation

This section covers B-Tree index implementation details that may be of use to advanced users. See src/backend/access/nbtree/README in the source @@ -38,7 +38,8 @@ accumulate and adversely affect query latency and throughput. This typically occurs with UPDATE-heavy workloads where most individual updates cannot apply the - HOT optimization. Changing the value of only + HOT optimization. + Changing the value of only one column covered by one index during an UPDATE always necessitates a new set of index tuples — one for each and every index on the @@ -250,4 +251,4 @@

  • INCLUDE indexes can never use deduplication.

-

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/btree-intro.html postgresql-14-14.6/doc/src/sgml/html/btree-intro.html --- postgresql-14-14.5/doc/src/sgml/html/btree-intro.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/btree-intro.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -64.1. Introduction

64.1. Introduction

+64.1. Introduction

64.1. Introduction

PostgreSQL includes an implementation of the standard btree (multi-way balanced tree) index data structure. Any data type that can be sorted into a well-defined linear @@ -14,4 +14,4 @@ some features that go beyond what would be needed just to support btree indexes, and parts of the system that are quite distant from the btree AM make use of them. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/btree-support-funcs.html postgresql-14-14.6/doc/src/sgml/html/btree-support-funcs.html --- postgresql-14-14.5/doc/src/sgml/html/btree-support-funcs.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/btree-support-funcs.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -64.3. B-Tree Support Functions

64.3. B-Tree Support Functions

+64.3. B-Tree Support Functions

64.3. B-Tree Support Functions

As shown in Table 38.9, btree defines one required and four optional support functions. The five user-defined methods are: @@ -288,4 +288,4 @@ access method. Nevertheless, this support function was added to B-tree for uniformity, and will probably find uses during further evolution of B-tree in PostgreSQL. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/bug-reporting.html postgresql-14-14.6/doc/src/sgml/html/bug-reporting.html --- postgresql-14-14.5/doc/src/sgml/html/bug-reporting.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/bug-reporting.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -5. Bug Reporting Guidelines

5. Bug Reporting Guidelines

+5. Bug Reporting Guidelines

5. Bug Reporting Guidelines

When you find a bug in PostgreSQL we want to hear about it. Your bug reports play an important part in making PostgreSQL more reliable because even the utmost @@ -154,7 +154,7 @@ subversion the package might have. If you are talking about a Git snapshot, mention that, including the commit hash.

- If your version is older than 14.5 we will almost certainly + If your version is older than 14.6 we will almost certainly tell you to upgrade. There are many bug fixes and improvements in each new release, so it is quite possible that a bug you have encountered in an older release of PostgreSQL @@ -245,4 +245,4 @@ will be some delay before the email is delivered. If you wish to subscribe to the lists, please visit https://lists.postgresql.org/ for instructions. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-aggregate.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-aggregate.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-aggregate.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-aggregate.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.2. pg_aggregate

52.2. pg_aggregate

+52.2. pg_aggregate

52.2. pg_aggregate

The catalog pg_aggregate stores information about aggregate functions. An aggregate function is a function that operates on a set of values (typically one column from each row @@ -167,4 +167,4 @@ command. See Section 38.12 for more information about writing aggregate functions and the meaning of the transition functions, etc. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-am.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-am.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-am.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-am.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.3. pg_am

52.3. pg_am

+52.3. pg_am

52.3. pg_am

The catalog pg_am stores information about relation access methods. There is one row for each access method supported by the system. @@ -41,4 +41,4 @@ However, pg_index_column_has_property() and related functions have been added to allow SQL queries to inspect index access method properties; see Table 9.70. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-amop.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-amop.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-amop.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-amop.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.4. pg_amop

52.4. pg_amop

+52.4. pg_amop

52.4. pg_amop

The catalog pg_amop stores information about operators associated with access method operator families. There is one row for each operator that is a member of an operator family. A family @@ -101,4 +101,4 @@ amoplefttype and amoprighttype must match the oprleft and oprright fields of the referenced pg_operator entry. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-amproc.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-amproc.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-amproc.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-amproc.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.5. pg_amproc

52.5. pg_amproc

+52.5. pg_amproc

52.5. pg_amproc

The catalog pg_amproc stores information about support functions associated with access method operator families. There is one row for each support function belonging to an operator family. @@ -52,4 +52,4 @@ an index, which are those with amproclefttype and amprocrighttype both equal to the index operator class's opcintype. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-attrdef.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-attrdef.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-attrdef.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-attrdef.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.6. pg_attrdef

52.6. pg_attrdef

+52.6. pg_attrdef

52.6. pg_attrdef

The catalog pg_attrdef stores column default values. The main information about columns is stored in pg_attribute. @@ -34,4 +34,4 @@ The column default value, in nodeToString() representation. Use pg_get_expr(adbin, adrelid) to convert it to an SQL expression. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-attribute.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-attribute.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-attribute.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-attribute.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.7. pg_attribute

52.7. pg_attribute

+52.7. pg_attribute

52.7. pg_attribute

The catalog pg_attribute stores information about table columns. There will be exactly one pg_attribute row for every column in every @@ -208,4 +208,4 @@ later dropped, and so there is no pg_type row anymore. attlen and the other fields can be used to interpret the contents of a row of the table. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-authid.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-authid.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-authid.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-authid.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.8. pg_authid

52.8. pg_authid

+52.8. pg_authid

52.8. pg_authid

The catalog pg_authid contains information about database authorization identifiers (roles). A role subsumes the concepts of users and groups. A user is essentially just a @@ -110,4 +110,4 @@

A password that does not follow either of those formats is assumed to be unencrypted. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-auth-members.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-auth-members.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-auth-members.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-auth-members.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.9. pg_auth_members

52.9. pg_auth_members

+52.9. pg_auth_members

52.9. pg_auth_members

The catalog pg_auth_members shows the membership relations between roles. Any non-circular set of relationships is allowed.

@@ -37,4 +37,4 @@

True if member can grant membership in roleid to others -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-cast.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-cast.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-cast.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-cast.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.10. pg_cast

52.10. pg_cast

+52.10. pg_cast

52.10. pg_cast

The catalog pg_cast stores data type conversion paths, both built-in and user-defined.

@@ -83,4 +83,4 @@ coercion in a single step. When no such entry is available, coercion to a type that uses a type modifier involves two steps, one to convert between data types and a second to apply the modifier. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-class.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-class.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-class.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-class.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.11. pg_class

52.11. pg_class

+52.11. pg_class

52.11. pg_class

The catalog pg_class catalogs tables and most everything else that has columns or is otherwise similar to a table. This includes indexes (but see also pg_index), @@ -261,4 +261,4 @@ DROP INDEX. Instead, VACUUM clears relhasindex if it finds the table has no indexes. This arrangement avoids race conditions and improves concurrency. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-collation.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-collation.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-collation.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-collation.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.12. pg_collation

52.12. pg_collation

+52.12. pg_collation

52.12. pg_collation

The catalog pg_collation describes the available collations, which are essentially mappings from an SQL name to operating system locale categories. @@ -85,4 +85,4 @@ collations whose encoding does not match the database encoding, since they could match the encodings of databases later cloned from template0. This would currently have to be done manually. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-constraint.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-constraint.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-constraint.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-constraint.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.13. pg_constraint

52.13. pg_constraint

+52.13. pg_constraint

52.13. pg_constraint

The catalog pg_constraint stores check, primary key, unique, foreign key, and exclusion constraints on tables. (Column constraints are not treated specially. Every column constraint is @@ -195,4 +195,4 @@ pg_class.relchecks needs to agree with the number of check-constraint entries found in this table for each relation. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-conversion.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-conversion.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-conversion.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-conversion.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.14. pg_conversion

52.14. pg_conversion

+52.14. pg_conversion

52.14. pg_conversion

The catalog pg_conversion describes encoding conversion functions. See CREATE CONVERSION for more information. @@ -51,4 +51,4 @@

True if this is the default conversion -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-database.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-database.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-database.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-database.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.15. pg_database

52.15. pg_database

+52.15. pg_database

52.15. pg_database

The catalog pg_database stores information about the available databases. Databases are created with the CREATE DATABASE command. Consult Chapter 23 for details about the meaning @@ -108,4 +108,4 @@

Access privileges; see Section 5.7 for details -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-db-role-setting.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-db-role-setting.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-db-role-setting.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-db-role-setting.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.16. pg_db_role_setting

52.16. pg_db_role_setting

+52.16. pg_db_role_setting

52.16. pg_db_role_setting

The catalog pg_db_role_setting records the default values that have been set for run-time configuration variables, for each role and database combination. @@ -30,4 +30,4 @@

Defaults for run-time configuration variables -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-default-acl.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-default-acl.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-default-acl.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-default-acl.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.17. pg_default_acl

52.17. pg_default_acl

+52.17. pg_default_acl

52.17. pg_default_acl

The catalog pg_default_acl stores initial privileges to be assigned to newly created objects.

Table 52.17. pg_default_acl Columns

@@ -55,4 +55,4 @@ not whatever might be in pg_default_acl at the moment. pg_default_acl is only consulted during object creation. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-depend.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-depend.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-depend.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-depend.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.18. pg_depend

52.18. pg_depend

+52.18. pg_depend

52.18. pg_depend

The catalog pg_depend records the dependency relationships between database objects. This information allows DROP commands to find which other objects must be dropped @@ -169,4 +169,4 @@ its condition for automatic dropping. Conversely, all the dependencies' restrictions about which objects must be dropped together must be satisfied. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-description.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-description.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-description.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-description.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.19. pg_description

52.19. pg_description

+52.19. pg_description

52.19. pg_description

The catalog pg_description stores optional descriptions (comments) for each database object. Descriptions can be manipulated with the COMMENT command and viewed with @@ -40,4 +40,4 @@

Arbitrary text that serves as the description of this object -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-enum.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-enum.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-enum.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-enum.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.20. pg_enum

52.20. pg_enum

+52.20. pg_enum

52.20. pg_enum

The pg_enum catalog contains entries showing the values and labels for each enum type. The internal representation of a given enum value is actually the OID @@ -46,4 +46,4 @@ negative or fractional values of enumsortorder. The only requirement on these values is that they be correctly ordered and unique within each enum type. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-event-trigger.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-event-trigger.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-event-trigger.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-event-trigger.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.21. pg_event_trigger

52.21. pg_event_trigger

+52.21. pg_event_trigger

52.21. pg_event_trigger

The catalog pg_event_trigger stores event triggers. See Chapter 40 for more information.

Table 52.21. pg_event_trigger Columns

@@ -50,4 +50,4 @@

Command tags for which this trigger will fire. If NULL, the firing of this trigger is not restricted on the basis of the command tag. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-extension.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-extension.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-extension.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-extension.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.22. pg_extension

52.22. pg_extension

+52.22. pg_extension

52.22. pg_extension

The catalog pg_extension stores information about the installed extensions. See Section 38.17 for details about extensions. @@ -62,4 +62,4 @@ objects. If extrelocatable is true, then this schema must in fact contain all schema-qualifiable objects belonging to the extension. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-foreign-data-wrapper.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-foreign-data-wrapper.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-foreign-data-wrapper.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-foreign-data-wrapper.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.23. pg_foreign_data_wrapper

52.23. pg_foreign_data_wrapper

+52.23. pg_foreign_data_wrapper

52.23. pg_foreign_data_wrapper

The catalog pg_foreign_data_wrapper stores foreign-data wrapper definitions. A foreign-data wrapper is the mechanism by which external data, residing on foreign servers, is @@ -53,4 +53,4 @@

Foreign-data wrapper specific options, as keyword=value strings -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-foreign-server.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-foreign-server.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-foreign-server.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-foreign-server.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.24. pg_foreign_server

52.24. pg_foreign_server

+52.24. pg_foreign_server

52.24. pg_foreign_server

The catalog pg_foreign_server stores foreign server definitions. A foreign server describes a source of external data, such as a remote server. Foreign @@ -51,4 +51,4 @@

Foreign server specific options, as keyword=value strings -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-foreign-table.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-foreign-table.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-foreign-table.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-foreign-table.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.25. pg_foreign_table

52.25. pg_foreign_table

+52.25. pg_foreign_table

52.25. pg_foreign_table

The catalog pg_foreign_table contains auxiliary information about foreign tables. A foreign table is primarily represented by a @@ -29,4 +29,4 @@

Foreign table options, as keyword=value strings -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-index.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-index.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-index.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-index.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.26. pg_index

52.26. pg_index

+52.26. pg_index

52.26. pg_index

The catalog pg_index contains part of the information about indexes. The rest is mostly in pg_class. @@ -76,7 +76,7 @@

If true, queries must not use the index until the xmin of this pg_index row is below their TransactionXmin - event horizon, because the table may contain broken HOT chains with + event horizon, because the table may contain broken HOT chains with incompatible rows that they can see

indisready bool @@ -151,4 +151,4 @@ Expression tree (in nodeToString() representation) for partial index predicate. Null if not a partial index. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-inherits.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-inherits.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-inherits.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-inherits.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.27. pg_inherits

52.27. pg_inherits

+52.27. pg_inherits

52.27. pg_inherits

The catalog pg_inherits records information about table and index inheritance hierarchies. There is one entry for each direct parent-child table or index relationship in the database. (Indirect @@ -38,4 +38,4 @@

true for a partition that is in the process of being detached; false otherwise. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-init-privs.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-init-privs.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-init-privs.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-init-privs.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.28. pg_init_privs

52.28. pg_init_privs

+52.28. pg_init_privs

52.28. pg_init_privs

The catalog pg_init_privs records information about the initial privileges of objects in the system. There is one entry for each object in the database which has a non-default (non-NULL) @@ -58,4 +58,4 @@

The initial access privileges; see Section 5.7 for details -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-language.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-language.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-language.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-language.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.29. pg_language

52.29. pg_language

+52.29. pg_language

52.29. pg_language

The catalog pg_language registers languages in which you can write functions or stored procedures. See CREATE LANGUAGE @@ -73,4 +73,4 @@

Access privileges; see Section 5.7 for details -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-largeobject.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-largeobject.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-largeobject.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-largeobject.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.30. pg_largeobject

52.30. pg_largeobject

+52.30. pg_largeobject

52.30. pg_largeobject

The catalog pg_largeobject holds the data making up large objects. A large object is identified by an OID assigned when it is created. Each large object is broken into @@ -45,4 +45,4 @@ allows sparse storage: pages might be missing, and might be shorter than LOBLKSIZE bytes even if they are not the last page of the object. Missing regions within a large object read as zeroes. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-largeobject-metadata.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-largeobject-metadata.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-largeobject-metadata.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-largeobject-metadata.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.31. pg_largeobject_metadata

52.31. pg_largeobject_metadata

+52.31. pg_largeobject_metadata

52.31. pg_largeobject_metadata

The catalog pg_largeobject_metadata holds metadata associated with large objects. The actual large object data is stored in @@ -25,4 +25,4 @@

Access privileges; see Section 5.7 for details -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-namespace.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-namespace.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-namespace.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-namespace.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.32. pg_namespace

52.32. pg_namespace

+52.32. pg_namespace

52.32. pg_namespace

The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection of relations, types, etc. without name @@ -30,4 +30,4 @@

Access privileges; see Section 5.7 for details -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-opclass.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-opclass.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-opclass.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-opclass.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.33. pg_opclass

52.33. pg_opclass

+52.33. pg_opclass

52.33. pg_opclass

The catalog pg_opclass defines index access method operator classes. Each operator class defines semantics for index columns of a particular data type and a particular @@ -72,4 +72,4 @@ Also, there must be no more than one pg_opclass row having opcdefault true for any given combination of opcmethod and opcintype. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-operator.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-operator.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-operator.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-operator.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.34. pg_operator

52.34. pg_operator

+52.34. pg_operator

52.34. pg_operator

The catalog pg_operator stores information about operators. See CREATE OPERATOR and Section 38.14 for more information. @@ -98,4 +98,4 @@

Join selectivity estimation function for this operator (zero if none) -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-opfamily.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-opfamily.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-opfamily.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-opfamily.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.35. pg_opfamily

52.35. pg_opfamily

+52.35. pg_opfamily

52.35. pg_opfamily

The catalog pg_opfamily defines operator families. Each operator family is a collection of operators and associated support routines that implement the semantics specified for a particular @@ -50,4 +50,4 @@ pg_amproc, and pg_opclass. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-partitioned-table.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-partitioned-table.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-partitioned-table.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-partitioned-table.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.36. pg_partitioned_table

52.36. pg_partitioned_table

+52.36. pg_partitioned_table

52.36. pg_partitioned_table

The catalog pg_partitioned_table stores information about how tables are partitioned.

Table 52.36. pg_partitioned_table Columns

@@ -68,4 +68,4 @@ references. This is a list with one element for each zero entry in partattrs. Null if all partition key columns are simple references. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-policy.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-policy.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-policy.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-policy.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.37. pg_policy

52.37. pg_policy

+52.37. pg_policy

52.37. pg_policy

The catalog pg_policy stores row-level security policies for tables. A policy includes the kind of command that it applies to (possibly all commands), the roles that it @@ -65,4 +65,4 @@ Policies stored in pg_policy are applied only when pg_class.relrowsecurity is set for their table. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-proc.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-proc.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-proc.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-proc.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.38. pg_proc

52.38. pg_proc

+52.38. pg_proc

52.38. pg_proc

The catalog pg_proc stores information about functions, procedures, aggregate functions, and window functions (collectively also known as routines). See CREATE FUNCTION, CREATE PROCEDURE, and @@ -253,4 +253,4 @@ text. probin is null except for dynamically-loaded C functions, for which it gives the name of the shared library file containing the function. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-publication.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-publication.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-publication.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-publication.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.39. pg_publication

52.39. pg_publication

+52.39. pg_publication

52.39. pg_publication

The catalog pg_publication contains all publications created in the database. For more on publications see Section 31.1. @@ -61,4 +61,4 @@ If true, operations on a leaf partition are replicated using the identity and schema of its topmost partitioned ancestor mentioned in the publication instead of its own. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-publication-rel.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-publication-rel.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-publication-rel.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-publication-rel.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.40. pg_publication_rel

52.40. pg_publication_rel

+52.40. pg_publication_rel

52.40. pg_publication_rel

The catalog pg_publication_rel contains the mapping between relations and publications in the database. This is a many-to-many mapping. See also Section 52.79 @@ -26,4 +26,4 @@

Reference to relation -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-range.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-range.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-range.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-range.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.41. pg_range

52.41. pg_range

+52.41. pg_range

52.41. pg_range

The catalog pg_range stores information about range types. This is in addition to the types' entries in pg_type. @@ -58,4 +58,4 @@ type. rngcanonical is used when the element type is discrete. rngsubdiff is optional but should be supplied to improve performance of GiST indexes on the range type. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-replication-origin.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-replication-origin.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-replication-origin.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-replication-origin.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.42. pg_replication_origin

52.42. pg_replication_origin

+52.42. pg_replication_origin

52.42. pg_replication_origin

The pg_replication_origin catalog contains all replication origins created. For more on replication origins see Chapter 50. @@ -25,4 +25,4 @@

The external, user defined, name of a replication origin. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-rewrite.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-rewrite.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-rewrite.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-rewrite.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.43. pg_rewrite

52.43. pg_rewrite

+52.43. pg_rewrite

52.43. pg_rewrite

The catalog pg_rewrite stores rewrite rules for tables and views.

Table 52.43. pg_rewrite Columns

Column Type @@ -61,4 +61,4 @@


Note

pg_class.relhasrules must be true if a table has any rules in this catalog. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-seclabel.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-seclabel.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-seclabel.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-seclabel.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.44. pg_seclabel

52.44. pg_seclabel

+52.44. pg_seclabel

52.44. pg_seclabel

The catalog pg_seclabel stores security labels on database objects. Security labels can be manipulated with the SECURITY LABEL command. For an easier @@ -43,4 +43,4 @@

The security label applied to this object. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-sequence.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-sequence.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-sequence.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-sequence.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.45. pg_sequence

52.45. pg_sequence

+52.45. pg_sequence

52.45. pg_sequence

The catalog pg_sequence contains information about sequences. Some of the information about sequences, such as the name and the schema, is in @@ -51,4 +51,4 @@

Whether the sequence cycles -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-shdepend.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-shdepend.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-shdepend.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-shdepend.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.46. pg_shdepend

52.46. pg_shdepend

+52.46. pg_shdepend

52.46. pg_shdepend

The catalog pg_shdepend records the dependency relationships between database objects and shared objects, such as roles. This information allows @@ -98,4 +98,4 @@ Other dependency flavors might be needed in future. Note in particular that the current definition only supports roles and tablespaces as referenced objects. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-shdescription.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-shdescription.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-shdescription.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-shdescription.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.47. pg_shdescription

52.47. pg_shdescription

+52.47. pg_shdescription

52.47. pg_shdescription

The catalog pg_shdescription stores optional descriptions (comments) for shared database objects. Descriptions can be manipulated with the COMMENT command and viewed with @@ -35,4 +35,4 @@

Arbitrary text that serves as the description of this object -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-shseclabel.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-shseclabel.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-shseclabel.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-shseclabel.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.48. pg_shseclabel

52.48. pg_shseclabel

+52.48. pg_shseclabel

52.48. pg_shseclabel

The catalog pg_shseclabel stores security labels on shared database objects. Security labels can be manipulated with the SECURITY LABEL command. For an easier @@ -40,4 +40,4 @@

The security label applied to this object. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-statistic-ext-data.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-statistic-ext-data.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-statistic-ext-data.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-statistic-ext-data.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.51. pg_statistic_ext_data

52.51. pg_statistic_ext_data

+52.51. pg_statistic_ext_data

52.51. pg_statistic_ext_data

The catalog pg_statistic_ext_data holds data for extended planner statistics defined in pg_statistic_ext. @@ -51,4 +51,4 @@

Per-expression statistics, serialized as an array of pg_statistic type -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-statistic-ext.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-statistic-ext.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-statistic-ext.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-statistic-ext.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.50. pg_statistic_ext

52.50. pg_statistic_ext

+52.50. pg_statistic_ext

52.50. pg_statistic_ext

The catalog pg_statistic_ext holds definitions of extended planner statistics. Each row in this catalog corresponds to a statistics object @@ -85,4 +85,4 @@ and populate an entry in the pg_statistic_ext_data catalog. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-statistic.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-statistic.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-statistic.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-statistic.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.49. pg_statistic

52.49. pg_statistic

+52.49. pg_statistic

52.49. pg_statistic

The catalog pg_statistic stores statistical data about the contents of the database. Entries are created by ANALYZE @@ -131,4 +131,4 @@ values are actually of the specific column's data type, or a related type such as an array's element type, so there is no way to define these columns' type more specifically than anyarray. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-subscription.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-subscription.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-subscription.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-subscription.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.52. pg_subscription

52.52. pg_subscription

+52.52. pg_subscription

52.52. pg_subscription

The catalog pg_subscription contains all existing logical replication subscriptions. For more information about logical replication see Chapter 31. @@ -80,4 +80,4 @@ Array of subscribed publication names. These reference publications defined in the upstream database. For more on publications see Section 31.1. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-subscription-rel.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-subscription-rel.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-subscription-rel.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-subscription-rel.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.53. pg_subscription_rel

52.53. pg_subscription_rel

+52.53. pg_subscription_rel

52.53. pg_subscription_rel

The catalog pg_subscription_rel contains the state for each replicated relation in each subscription. This is a many-to-many mapping. @@ -42,4 +42,4 @@ Remote LSN of the state change used for synchronization coordination when in s or r states, otherwise null -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-tablespace.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-tablespace.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-tablespace.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-tablespace.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.54. pg_tablespace

52.54. pg_tablespace

+52.54. pg_tablespace

52.54. pg_tablespace

The catalog pg_tablespace stores information about the available tablespaces. Tables can be placed in particular tablespaces to aid administration of disk layout. @@ -39,4 +39,4 @@

Tablespace-level options, as keyword=value strings -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-transform.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-transform.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-transform.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-transform.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.55. pg_transform

52.55. pg_transform

+52.55. pg_transform

52.55. pg_transform

The catalog pg_transform stores information about transforms, which are a mechanism to adapt data types to procedural languages. See CREATE TRANSFORM for more information. @@ -41,4 +41,4 @@ The OID of the function to use when converting output from the procedural language (e.g., return values) to the data type. Zero is stored if the default behavior should be used. -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-trigger.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-trigger.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-trigger.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-trigger.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.56. pg_trigger

52.56. pg_trigger

+52.56. pg_trigger

52.56. pg_trigger

The catalog pg_trigger stores triggers on tables and views. See CREATE TRIGGER @@ -145,4 +145,4 @@

Note

pg_class.relhastriggers must be true if a relation has any triggers in this catalog. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-config.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-config.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-config.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-config.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.57. pg_ts_config

52.57. pg_ts_config

+52.57. pg_ts_config

52.57. pg_ts_config

The pg_ts_config catalog contains entries representing text search configurations. A configuration specifies a particular text search parser and a list of dictionaries to use @@ -42,4 +42,4 @@

The OID of the text search parser for this configuration -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-config-map.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-config-map.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-config-map.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-config-map.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.58. pg_ts_config_map

52.58. pg_ts_config_map

+52.58. pg_ts_config_map

52.58. pg_ts_config_map

The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output token type of each text search configuration's @@ -35,4 +35,4 @@

The OID of the text search dictionary to consult -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-dict.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-dict.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-dict.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-dict.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.59. pg_ts_dict

52.59. pg_ts_dict

+52.59. pg_ts_dict

52.59. pg_ts_dict

The pg_ts_dict catalog contains entries defining text search dictionaries. A dictionary depends on a text search template, which specifies all the implementation functions @@ -49,4 +49,4 @@

Initialization option string for the template -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-parser.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-parser.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-parser.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-parser.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.60. pg_ts_parser

52.60. pg_ts_parser

+52.60. pg_ts_parser

52.60. pg_ts_parser

The pg_ts_parser catalog contains entries defining text search parsers. A parser is responsible for splitting input text into lexemes and assigning a token type to each lexeme. @@ -59,4 +59,4 @@

OID of the parser's lextype function -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-template.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-template.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-ts-template.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-ts-template.html 2022-11-07 22:00:47.000000000 +0000 @@ -1,5 +1,5 @@ -52.61. pg_ts_template

52.61. pg_ts_template

+52.61. pg_ts_template

52.61. pg_ts_template

The pg_ts_template catalog contains entries defining text search templates. A template is the implementation skeleton for a class of text search dictionaries. @@ -41,4 +41,4 @@

OID of the template's lexize function -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-type.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-type.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-type.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-type.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.62. pg_type

52.62. pg_type

+52.62. pg_type

52.62. pg_type

The catalog pg_type stores information about data types. Base types and enum types (scalar types) are created with CREATE TYPE, and @@ -307,4 +307,4 @@ of typcategory. Any future additions to this list will also be upper-case ASCII letters. All other ASCII characters are reserved for user-defined categories. -

Table 52.63. typcategory Codes

CodeCategory
AArray types
BBoolean types
CComposite types
DDate/time types
EEnum types
GGeometric types
INetwork address types
NNumeric types
PPseudo-types
RRange types
SString types
TTimespan types
UUser-defined types
VBit-string types
Xunknown type

\ No newline at end of file +

Table 52.63. typcategory Codes

CodeCategory
AArray types
BBoolean types
CComposite types
DDate/time types
EEnum types
GGeometric types
INetwork address types
NNumeric types
PPseudo-types
RRange types
SString types
TTimespan types
UUser-defined types
VBit-string types
Xunknown type

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalog-pg-user-mapping.html postgresql-14-14.6/doc/src/sgml/html/catalog-pg-user-mapping.html --- postgresql-14-14.5/doc/src/sgml/html/catalog-pg-user-mapping.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalog-pg-user-mapping.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.63. pg_user_mapping

52.63. pg_user_mapping

+52.63. pg_user_mapping

52.63. pg_user_mapping

The catalog pg_user_mapping stores the mappings from local user to remote. Access to this catalog is restricted from normal users, use the view @@ -32,4 +32,4 @@

User mapping specific options, as keyword=value strings -


\ No newline at end of file +


\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalogs.html postgresql-14-14.6/doc/src/sgml/html/catalogs.html --- postgresql-14-14.5/doc/src/sgml/html/catalogs.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalogs.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 52. System Catalogs

Chapter 52. System Catalogs

Table of Contents

52.1. Overview
52.2. pg_aggregate
52.3. pg_am
52.4. pg_amop
52.5. pg_amproc
52.6. pg_attrdef
52.7. pg_attribute
52.8. pg_authid
52.9. pg_auth_members
52.10. pg_cast
52.11. pg_class
52.12. pg_collation
52.13. pg_constraint
52.14. pg_conversion
52.15. pg_database
52.16. pg_db_role_setting
52.17. pg_default_acl
52.18. pg_depend
52.19. pg_description
52.20. pg_enum
52.21. pg_event_trigger
52.22. pg_extension
52.23. pg_foreign_data_wrapper
52.24. pg_foreign_server
52.25. pg_foreign_table
52.26. pg_index
52.27. pg_inherits
52.28. pg_init_privs
52.29. pg_language
52.30. pg_largeobject
52.31. pg_largeobject_metadata
52.32. pg_namespace
52.33. pg_opclass
52.34. pg_operator
52.35. pg_opfamily
52.36. pg_partitioned_table
52.37. pg_policy
52.38. pg_proc
52.39. pg_publication
52.40. pg_publication_rel
52.41. pg_range
52.42. pg_replication_origin
52.43. pg_rewrite
52.44. pg_seclabel
52.45. pg_sequence
52.46. pg_shdepend
52.47. pg_shdescription
52.48. pg_shseclabel
52.49. pg_statistic
52.50. pg_statistic_ext
52.51. pg_statistic_ext_data
52.52. pg_subscription
52.53. pg_subscription_rel
52.54. pg_tablespace
52.55. pg_transform
52.56. pg_trigger
52.57. pg_ts_config
52.58. pg_ts_config_map
52.59. pg_ts_dict
52.60. pg_ts_parser
52.61. pg_ts_template
52.62. pg_type
52.63. pg_user_mapping
52.64. System Views
52.65. pg_available_extensions
52.66. pg_available_extension_versions
52.67. pg_backend_memory_contexts
52.68. pg_config
52.69. pg_cursors
52.70. pg_file_settings
52.71. pg_group
52.72. pg_hba_file_rules
52.73. pg_indexes
52.74. pg_locks
52.75. pg_matviews
52.76. pg_policies
52.77. pg_prepared_statements
52.78. pg_prepared_xacts
52.79. pg_publication_tables
52.80. pg_replication_origin_status
52.81. pg_replication_slots
52.82. pg_roles
52.83. pg_rules
52.84. pg_seclabels
52.85. pg_sequences
52.86. pg_settings
52.87. pg_shadow
52.88. pg_shmem_allocations
52.89. pg_stats
52.90. pg_stats_ext
52.91. pg_stats_ext_exprs
52.92. pg_tables
52.93. pg_timezone_abbrevs
52.94. pg_timezone_names
52.95. pg_user
52.96. pg_user_mappings
52.97. pg_views

+Chapter 52. System Catalogs

Chapter 52. System Catalogs

Table of Contents

52.1. Overview
52.2. pg_aggregate
52.3. pg_am
52.4. pg_amop
52.5. pg_amproc
52.6. pg_attrdef
52.7. pg_attribute
52.8. pg_authid
52.9. pg_auth_members
52.10. pg_cast
52.11. pg_class
52.12. pg_collation
52.13. pg_constraint
52.14. pg_conversion
52.15. pg_database
52.16. pg_db_role_setting
52.17. pg_default_acl
52.18. pg_depend
52.19. pg_description
52.20. pg_enum
52.21. pg_event_trigger
52.22. pg_extension
52.23. pg_foreign_data_wrapper
52.24. pg_foreign_server
52.25. pg_foreign_table
52.26. pg_index
52.27. pg_inherits
52.28. pg_init_privs
52.29. pg_language
52.30. pg_largeobject
52.31. pg_largeobject_metadata
52.32. pg_namespace
52.33. pg_opclass
52.34. pg_operator
52.35. pg_opfamily
52.36. pg_partitioned_table
52.37. pg_policy
52.38. pg_proc
52.39. pg_publication
52.40. pg_publication_rel
52.41. pg_range
52.42. pg_replication_origin
52.43. pg_rewrite
52.44. pg_seclabel
52.45. pg_sequence
52.46. pg_shdepend
52.47. pg_shdescription
52.48. pg_shseclabel
52.49. pg_statistic
52.50. pg_statistic_ext
52.51. pg_statistic_ext_data
52.52. pg_subscription
52.53. pg_subscription_rel
52.54. pg_tablespace
52.55. pg_transform
52.56. pg_trigger
52.57. pg_ts_config
52.58. pg_ts_config_map
52.59. pg_ts_dict
52.60. pg_ts_parser
52.61. pg_ts_template
52.62. pg_type
52.63. pg_user_mapping
52.64. System Views
52.65. pg_available_extensions
52.66. pg_available_extension_versions
52.67. pg_backend_memory_contexts
52.68. pg_config
52.69. pg_cursors
52.70. pg_file_settings
52.71. pg_group
52.72. pg_hba_file_rules
52.73. pg_indexes
52.74. pg_locks
52.75. pg_matviews
52.76. pg_policies
52.77. pg_prepared_statements
52.78. pg_prepared_xacts
52.79. pg_publication_tables
52.80. pg_replication_origin_status
52.81. pg_replication_slots
52.82. pg_roles
52.83. pg_rules
52.84. pg_seclabels
52.85. pg_sequences
52.86. pg_settings
52.87. pg_shadow
52.88. pg_shmem_allocations
52.89. pg_stats
52.90. pg_stats_ext
52.91. pg_stats_ext_exprs
52.92. pg_tables
52.93. pg_timezone_abbrevs
52.94. pg_timezone_names
52.95. pg_user
52.96. pg_user_mappings
52.97. pg_views

The system catalogs are the place where a relational database management system stores schema metadata, such as information about tables and columns, and internal bookkeeping information. @@ -14,4 +14,4 @@ particularly esoteric operations, but many of those have been made available as SQL commands over time, and so the need for direct manipulation of the system catalogs is ever decreasing. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/catalogs-overview.html postgresql-14-14.6/doc/src/sgml/html/catalogs-overview.html --- postgresql-14-14.5/doc/src/sgml/html/catalogs-overview.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/catalogs-overview.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -52.1. Overview

52.1. Overview

+52.1. Overview

52.1. Overview

Table 52.1 lists the system catalogs. More detailed documentation of each catalog follows below.

@@ -7,4 +7,4 @@ database creation and are thereafter database-specific. A few catalogs are physically shared across all databases in a cluster; these are noted in the descriptions of the individual catalogs. -

Table 52.1. System Catalogs

Catalog NamePurpose
pg_aggregateaggregate functions
pg_amrelation access methods
pg_amopaccess method operators
pg_amprocaccess method support functions
pg_attrdefcolumn default values
pg_attributetable columns (attributes)
pg_authidauthorization identifiers (roles)
pg_auth_membersauthorization identifier membership relationships
pg_castcasts (data type conversions)
pg_classtables, indexes, sequences, views (relations)
pg_collationcollations (locale information)
pg_constraintcheck constraints, unique constraints, primary key constraints, foreign key constraints
pg_conversionencoding conversion information
pg_databasedatabases within this database cluster
pg_db_role_settingper-role and per-database settings
pg_default_acldefault privileges for object types
pg_dependdependencies between database objects
pg_descriptiondescriptions or comments on database objects
pg_enumenum label and value definitions
pg_event_triggerevent triggers
pg_extensioninstalled extensions
pg_foreign_data_wrapperforeign-data wrapper definitions
pg_foreign_serverforeign server definitions
pg_foreign_tableadditional foreign table information
pg_indexadditional index information
pg_inheritstable inheritance hierarchy
pg_init_privsobject initial privileges
pg_languagelanguages for writing functions
pg_largeobjectdata pages for large objects
pg_largeobject_metadatametadata for large objects
pg_namespaceschemas
pg_opclassaccess method operator classes
pg_operatoroperators
pg_opfamilyaccess method operator families
pg_partitioned_tableinformation about partition key of tables
pg_policyrow-security policies
pg_procfunctions and procedures
pg_publicationpublications for logical replication
pg_publication_relrelation to publication mapping
pg_rangeinformation about range types
pg_replication_originregistered replication origins
pg_rewritequery rewrite rules
pg_seclabelsecurity labels on database objects
pg_sequenceinformation about sequences
pg_shdependdependencies on shared objects
pg_shdescriptioncomments on shared objects
pg_shseclabelsecurity labels on shared database objects
pg_statisticplanner statistics
pg_statistic_extextended planner statistics (definition)
pg_statistic_ext_dataextended planner statistics (built statistics)
pg_subscriptionlogical replication subscriptions
pg_subscription_relrelation state for subscriptions
pg_tablespacetablespaces within this database cluster
pg_transformtransforms (data type to procedural language conversions)
pg_triggertriggers
pg_ts_configtext search configurations
pg_ts_config_maptext search configurations' token mappings
pg_ts_dicttext search dictionaries
pg_ts_parsertext search parsers
pg_ts_templatetext search templates
pg_typedata types
pg_user_mappingmappings of users to foreign servers

\ No newline at end of file +

Table 52.1. System Catalogs

Catalog NamePurpose
pg_aggregateaggregate functions
pg_amrelation access methods
pg_amopaccess method operators
pg_amprocaccess method support functions
pg_attrdefcolumn default values
pg_attributetable columns (attributes)
pg_authidauthorization identifiers (roles)
pg_auth_membersauthorization identifier membership relationships
pg_castcasts (data type conversions)
pg_classtables, indexes, sequences, views (relations)
pg_collationcollations (locale information)
pg_constraintcheck constraints, unique constraints, primary key constraints, foreign key constraints
pg_conversionencoding conversion information
pg_databasedatabases within this database cluster
pg_db_role_settingper-role and per-database settings
pg_default_acldefault privileges for object types
pg_dependdependencies between database objects
pg_descriptiondescriptions or comments on database objects
pg_enumenum label and value definitions
pg_event_triggerevent triggers
pg_extensioninstalled extensions
pg_foreign_data_wrapperforeign-data wrapper definitions
pg_foreign_serverforeign server definitions
pg_foreign_tableadditional foreign table information
pg_indexadditional index information
pg_inheritstable inheritance hierarchy
pg_init_privsobject initial privileges
pg_languagelanguages for writing functions
pg_largeobjectdata pages for large objects
pg_largeobject_metadatametadata for large objects
pg_namespaceschemas
pg_opclassaccess method operator classes
pg_operatoroperators
pg_opfamilyaccess method operator families
pg_partitioned_tableinformation about partition key of tables
pg_policyrow-security policies
pg_procfunctions and procedures
pg_publicationpublications for logical replication
pg_publication_relrelation to publication mapping
pg_rangeinformation about range types
pg_replication_originregistered replication origins
pg_rewritequery rewrite rules
pg_seclabelsecurity labels on database objects
pg_sequenceinformation about sequences
pg_shdependdependencies on shared objects
pg_shdescriptioncomments on shared objects
pg_shseclabelsecurity labels on shared database objects
pg_statisticplanner statistics
pg_statistic_extextended planner statistics (definition)
pg_statistic_ext_dataextended planner statistics (built statistics)
pg_subscriptionlogical replication subscriptions
pg_subscription_relrelation state for subscriptions
pg_tablespacetablespaces within this database cluster
pg_transformtransforms (data type to procedural language conversions)
pg_triggertriggers
pg_ts_configtext search configurations
pg_ts_config_maptext search configurations' token mappings
pg_ts_dicttext search dictionaries
pg_ts_parsertext search parsers
pg_ts_templatetext search templates
pg_typedata types
pg_user_mappingmappings of users to foreign servers

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/charset.html postgresql-14-14.6/doc/src/sgml/html/charset.html --- postgresql-14-14.5/doc/src/sgml/html/charset.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/charset.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 24. Localization \ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/checksums.html postgresql-14-14.6/doc/src/sgml/html/checksums.html --- postgresql-14-14.5/doc/src/sgml/html/checksums.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/checksums.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -30.2. Data Checksums

30.2. Data Checksums

+30.2. Data Checksums

30.2. Data Checksums

By default, data pages are not protected by checksums, but this can optionally be enabled for a cluster. When enabled, each data page includes a checksum that is updated when the page is written and verified each time @@ -22,4 +22,4 @@ The pg_checksums application can be used to enable or disable data checksums, as well as verify checksums, on an offline cluster. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/citext.html postgresql-14-14.6/doc/src/sgml/html/citext.html --- postgresql-14-14.5/doc/src/sgml/html/citext.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/citext.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.8. citext

F.8. citext

+F.8. citext

F.8. citext

The citext module provides a case-insensitive character string type, citext. Essentially, it internally calls lower when comparing values. Otherwise, it behaves almost @@ -163,4 +163,4 @@ David E. Wheeler

Inspired by the original citext module by Donald Fraser. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/client-authentication.html postgresql-14-14.6/doc/src/sgml/html/client-authentication.html --- postgresql-14-14.5/doc/src/sgml/html/client-authentication.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/client-authentication.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 21. Client Authentication

Chapter 21. Client Authentication

+Chapter 21. Client Authentication

Chapter 21. Client Authentication

When a client application connects to the database server, it specifies which PostgreSQL database user name it wants to connect as, much the same way one logs into a Unix computer @@ -34,4 +34,4 @@ operating system account, and in such cases there need be no connection between database user names and OS user names. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/client-authentication-problems.html postgresql-14-14.6/doc/src/sgml/html/client-authentication-problems.html --- postgresql-14-14.5/doc/src/sgml/html/client-authentication-problems.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/client-authentication-problems.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.15. Authentication Problems

21.15. Authentication Problems

+21.15. Authentication Problems

21.15. Authentication Problems

Authentication failures and related problems generally manifest themselves through error messages like the following:

@@ -37,4 +37,4 @@ The server log might contain more information about an authentication failure than is reported to the client. If you are confused about the reason for a failure, check the server log. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/client-interfaces.html postgresql-14-14.6/doc/src/sgml/html/client-interfaces.html --- postgresql-14-14.5/doc/src/sgml/html/client-interfaces.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/client-interfaces.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -Part IV. Client Interfaces

Part IV. Client Interfaces

+Part IV. Client Interfaces

Part IV. Client Interfaces

This part describes the client programming interfaces distributed with PostgreSQL. Each of these chapters can be read independently. Note that there are many other programming @@ -9,4 +9,4 @@ familiar with using SQL commands to manipulate and query the database (see Part II) and of course with the programming language that the interface uses. -

Table of Contents

34. libpq — C Library
34.1. Database Connection Control Functions
34.2. Connection Status Functions
34.3. Command Execution Functions
34.4. Asynchronous Command Processing
34.5. Pipeline Mode
34.6. Retrieving Query Results Row-by-Row
34.7. Canceling Queries in Progress
34.8. The Fast-Path Interface
34.9. Asynchronous Notification
34.10. Functions Associated with the COPY Command
34.11. Control Functions
34.12. Miscellaneous Functions
34.13. Notice Processing
34.14. Event System
34.15. Environment Variables
34.16. The Password File
34.17. The Connection Service File
34.18. LDAP Lookup of Connection Parameters
34.19. SSL Support
34.20. Behavior in Threaded Programs
34.21. Building libpq Programs
34.22. Example Programs
35. Large Objects
35.1. Introduction
35.2. Implementation Features
35.3. Client Interfaces
35.4. Server-Side Functions
35.5. Example Program
36. ECPG — Embedded SQL in C
36.1. The Concept
36.2. Managing Database Connections
36.3. Running SQL Commands
36.4. Using Host Variables
36.5. Dynamic SQL
36.6. pgtypes Library
36.7. Using Descriptor Areas
36.8. Error Handling
36.9. Preprocessor Directives
36.10. Processing Embedded SQL Programs
36.11. Library Functions
36.12. Large Objects
36.13. C++ Applications
36.14. Embedded SQL Commands
36.15. Informix Compatibility Mode
36.16. Oracle Compatibility Mode
36.17. Internals
37. The Information Schema
37.1. The Schema
37.2. Data Types
37.3. information_schema_catalog_name
37.4. administrable_role_​authorizations
37.5. applicable_roles
37.6. attributes
37.7. character_sets
37.8. check_constraint_routine_usage
37.9. check_constraints
37.10. collations
37.11. collation_character_set_​applicability
37.12. column_column_usage
37.13. column_domain_usage
37.14. column_options
37.15. column_privileges
37.16. column_udt_usage
37.17. columns
37.18. constraint_column_usage
37.19. constraint_table_usage
37.20. data_type_privileges
37.21. domain_constraints
37.22. domain_udt_usage
37.23. domains
37.24. element_types
37.25. enabled_roles
37.26. foreign_data_wrapper_options
37.27. foreign_data_wrappers
37.28. foreign_server_options
37.29. foreign_servers
37.30. foreign_table_options
37.31. foreign_tables
37.32. key_column_usage
37.33. parameters
37.34. referential_constraints
37.35. role_column_grants
37.36. role_routine_grants
37.37. role_table_grants
37.38. role_udt_grants
37.39. role_usage_grants
37.40. routine_column_usage
37.41. routine_privileges
37.42. routine_routine_usage
37.43. routine_sequence_usage
37.44. routine_table_usage
37.45. routines
37.46. schemata
37.47. sequences
37.48. sql_features
37.49. sql_implementation_info
37.50. sql_parts
37.51. sql_sizing
37.52. table_constraints
37.53. table_privileges
37.54. tables
37.55. transforms
37.56. triggered_update_columns
37.57. triggers
37.58. udt_privileges
37.59. usage_privileges
37.60. user_defined_types
37.61. user_mapping_options
37.62. user_mappings
37.63. view_column_usage
37.64. view_routine_usage
37.65. view_table_usage
37.66. views
\ No newline at end of file +

Table of Contents

34. libpq — C Library
34.1. Database Connection Control Functions
34.2. Connection Status Functions
34.3. Command Execution Functions
34.4. Asynchronous Command Processing
34.5. Pipeline Mode
34.6. Retrieving Query Results Row-by-Row
34.7. Canceling Queries in Progress
34.8. The Fast-Path Interface
34.9. Asynchronous Notification
34.10. Functions Associated with the COPY Command
34.11. Control Functions
34.12. Miscellaneous Functions
34.13. Notice Processing
34.14. Event System
34.15. Environment Variables
34.16. The Password File
34.17. The Connection Service File
34.18. LDAP Lookup of Connection Parameters
34.19. SSL Support
34.20. Behavior in Threaded Programs
34.21. Building libpq Programs
34.22. Example Programs
35. Large Objects
35.1. Introduction
35.2. Implementation Features
35.3. Client Interfaces
35.4. Server-Side Functions
35.5. Example Program
36. ECPG — Embedded SQL in C
36.1. The Concept
36.2. Managing Database Connections
36.3. Running SQL Commands
36.4. Using Host Variables
36.5. Dynamic SQL
36.6. pgtypes Library
36.7. Using Descriptor Areas
36.8. Error Handling
36.9. Preprocessor Directives
36.10. Processing Embedded SQL Programs
36.11. Library Functions
36.12. Large Objects
36.13. C++ Applications
36.14. Embedded SQL Commands
36.15. Informix Compatibility Mode
36.16. Oracle Compatibility Mode
36.17. Internals
37. The Information Schema
37.1. The Schema
37.2. Data Types
37.3. information_schema_catalog_name
37.4. administrable_role_​authorizations
37.5. applicable_roles
37.6. attributes
37.7. character_sets
37.8. check_constraint_routine_usage
37.9. check_constraints
37.10. collations
37.11. collation_character_set_​applicability
37.12. column_column_usage
37.13. column_domain_usage
37.14. column_options
37.15. column_privileges
37.16. column_udt_usage
37.17. columns
37.18. constraint_column_usage
37.19. constraint_table_usage
37.20. data_type_privileges
37.21. domain_constraints
37.22. domain_udt_usage
37.23. domains
37.24. element_types
37.25. enabled_roles
37.26. foreign_data_wrapper_options
37.27. foreign_data_wrappers
37.28. foreign_server_options
37.29. foreign_servers
37.30. foreign_table_options
37.31. foreign_tables
37.32. key_column_usage
37.33. parameters
37.34. referential_constraints
37.35. role_column_grants
37.36. role_routine_grants
37.37. role_table_grants
37.38. role_udt_grants
37.39. role_usage_grants
37.40. routine_column_usage
37.41. routine_privileges
37.42. routine_routine_usage
37.43. routine_sequence_usage
37.44. routine_table_usage
37.45. routines
37.46. schemata
37.47. sequences
37.48. sql_features
37.49. sql_implementation_info
37.50. sql_parts
37.51. sql_sizing
37.52. table_constraints
37.53. table_privileges
37.54. tables
37.55. transforms
37.56. triggered_update_columns
37.57. triggers
37.58. udt_privileges
37.59. usage_privileges
37.60. user_defined_types
37.61. user_mapping_options
37.62. user_mappings
37.63. view_column_usage
37.64. view_routine_usage
37.65. view_table_usage
37.66. views
\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/collation.html postgresql-14-14.6/doc/src/sgml/html/collation.html --- postgresql-14-14.5/doc/src/sgml/html/collation.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/collation.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -24.2. Collation Support

24.2. Collation Support

+24.2. Collation Support

24.2. Collation Support

The collation feature allows specifying the sort order and character classification behavior of data per-column, or even per-operation. This alleviates the restriction that the @@ -413,4 +413,4 @@ normalize and is normalized to preprocess or check the strings, instead of using nondeterministic collations. There are different trade-offs for each approach. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/color.html postgresql-14-14.6/doc/src/sgml/html/color.html --- postgresql-14-14.5/doc/src/sgml/html/color.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/color.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix N. Color Support

Appendix N. Color Support

+Appendix N. Color Support

Appendix N. Color Support

Most programs in the PostgreSQL package can produce colorized console output. This appendix describes how that is configured. -

\ No newline at end of file +

\ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/color-when.html postgresql-14-14.6/doc/src/sgml/html/color-when.html --- postgresql-14-14.5/doc/src/sgml/html/color-when.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/color-when.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,5 +1,5 @@ -N.1. When Color is Used

N.1. When Color is Used

+N.1. When Color is Used

N.1. When Color is Used

To use colorized output, set the environment variable PG_COLOR as follows: @@ -12,4 +12,4 @@

  • Otherwise, color is not used.

  • -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/color-which.html postgresql-14-14.6/doc/src/sgml/html/color-which.html --- postgresql-14-14.5/doc/src/sgml/html/color-which.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/color-which.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,5 +1,5 @@ -N.2. Configuring the Colors

    N.2. Configuring the Colors

    +N.2. Configuring the Colors

    N.2. Configuring the Colors

    The actual colors to be used are configured using the environment variable PG_COLORS (note plural). The value is a colon-separated list of @@ -20,4 +20,4 @@ This color specification format is also used by other software packages such as GCC, GNU coreutils, and GNU grep. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/config-setting.html postgresql-14-14.6/doc/src/sgml/html/config-setting.html --- postgresql-14-14.5/doc/src/sgml/html/config-setting.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/config-setting.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -20.1. Setting Parameters

    20.1. Setting Parameters

    20.1.1. Parameter Names and Values

    +20.1. Setting Parameters

    20.1. Setting Parameters

    20.1.1. Parameter Names and Values

    All parameter names are case-insensitive. Every parameter takes a value of one of five types: boolean, string, integer, floating point, or enumerated (enum). The type determines the syntax for setting the @@ -330,4 +330,4 @@ their configurations all stored in one place, such as in a version control repository. (Storing database configuration files under version control is another good practice to consider.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/connect-estab.html postgresql-14-14.6/doc/src/sgml/html/connect-estab.html --- postgresql-14-14.5/doc/src/sgml/html/connect-estab.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/connect-estab.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -51.2. How Connections Are Established

    51.2. How Connections Are Established

    +51.2. How Connections Are Established

    51.2. How Connections Are Established

    PostgreSQL implements a process per user client/server model. In this model, every @@ -33,4 +33,4 @@ process parses the query, creates an execution plan, executes the plan, and returns the retrieved rows to the client by transmitting them over the established connection. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/continuous-archiving.html postgresql-14-14.6/doc/src/sgml/html/continuous-archiving.html --- postgresql-14-14.5/doc/src/sgml/html/continuous-archiving.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/continuous-archiving.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -26.3. Continuous Archiving and Point-in-Time Recovery (PITR)

    26.3. Continuous Archiving and Point-in-Time Recovery (PITR)

    +26.3. Continuous Archiving and Point-in-Time Recovery (PITR)

    26.3. Continuous Archiving and Point-in-Time Recovery (PITR)

    At all times, PostgreSQL maintains a write ahead log (WAL) in the pg_wal/ subdirectory of the cluster's data directory. The log records @@ -887,4 +887,4 @@ on. In the meantime, administrators might wish to reduce the number of page snapshots included in WAL by increasing the checkpoint interval parameters as much as feasible. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-build-sql-delete.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-build-sql-delete.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-build-sql-delete.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-build-sql-delete.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_build_sql_delete \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-build-sql-insert.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-build-sql-insert.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-build-sql-insert.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-build-sql-insert.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_build_sql_insert \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-build-sql-update.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-build-sql-update.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-build-sql-update.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-build-sql-update.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_build_sql_update \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-cancel-query.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-cancel-query.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-cancel-query.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-cancel-query.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_cancel_query \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-close.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-close.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-close.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-close.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_close \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-connect.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-connect.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-connect.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-connect.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_connect \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-connect-u.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-connect-u.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-connect-u.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-connect-u.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_connect_u \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-disconnect.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-disconnect.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-disconnect.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-disconnect.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_disconnect \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-error-message.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-error-message.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-error-message.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-error-message.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_error_message \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-exec.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-exec.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-exec.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-exec.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_exec \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-fetch.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-fetch.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-fetch.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-fetch.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_fetch \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-function.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-function.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-function.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-function.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-connections.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-connections.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-connections.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-connections.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,9 +1,9 @@ -dblink_get_connections \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-notify.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-notify.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-notify.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-notify.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_get_notify \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-pkey.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-pkey.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-pkey.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-pkey.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_get_pkey \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-result.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-result.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-get-result.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-get-result.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_get_result \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-is-busy.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-is-busy.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-is-busy.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-is-busy.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_is_busy \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-open.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-open.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-open.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-open.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_open \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-send-query.html postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-send-query.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-dblink-send-query.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-dblink-send-query.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -dblink_send_query \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib.html postgresql-14-14.6/doc/src/sgml/html/contrib.html --- postgresql-14-14.5/doc/src/sgml/html/contrib.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix F. Additional Supplied Modules

    Appendix F. Additional Supplied Modules

    Table of Contents

    F.1. adminpack
    F.2. amcheck
    F.2.1. Functions
    F.2.2. Optional heapallindexed Verification
    F.2.3. Using amcheck Effectively
    F.2.4. Repairing Corruption
    F.3. auth_delay
    F.3.1. Configuration Parameters
    F.3.2. Author
    F.4. auto_explain
    F.4.1. Configuration Parameters
    F.4.2. Example
    F.4.3. Author
    F.5. bloom
    F.5.1. Parameters
    F.5.2. Examples
    F.5.3. Operator Class Interface
    F.5.4. Limitations
    F.5.5. Authors
    F.6. btree_gin
    F.6.1. Example Usage
    F.6.2. Authors
    F.7. btree_gist
    F.7.1. Example Usage
    F.7.2. Authors
    F.8. citext
    F.8.1. Rationale
    F.8.2. How to Use It
    F.8.3. String Comparison Behavior
    F.8.4. Limitations
    F.8.5. Author
    F.9. cube
    F.9.1. Syntax
    F.9.2. Precision
    F.9.3. Usage
    F.9.4. Defaults
    F.9.5. Notes
    F.9.6. Credits
    F.10. dblink
    dblink_connect — opens a persistent connection to a remote database
    dblink_connect_u — opens a persistent connection to a remote database, insecurely
    dblink_disconnect — closes a persistent connection to a remote database
    dblink — executes a query in a remote database
    dblink_exec — executes a command in a remote database
    dblink_open — opens a cursor in a remote database
    dblink_fetch — returns rows from an open cursor in a remote database
    dblink_close — closes a cursor in a remote database
    dblink_get_connections — returns the names of all open named dblink connections
    dblink_error_message — gets last error message on the named connection
    dblink_send_query — sends an async query to a remote database
    dblink_is_busy — checks if connection is busy with an async query
    dblink_get_notify — retrieve async notifications on a connection
    dblink_get_result — gets an async query result
    dblink_cancel_query — cancels any active query on the named connection
    dblink_get_pkey — returns the positions and field names of a relation's +Appendix F. Additional Supplied Modules

    Appendix F. Additional Supplied Modules

    Table of Contents

    F.1. adminpack
    F.2. amcheck
    F.2.1. Functions
    F.2.2. Optional heapallindexed Verification
    F.2.3. Using amcheck Effectively
    F.2.4. Repairing Corruption
    F.3. auth_delay
    F.3.1. Configuration Parameters
    F.3.2. Author
    F.4. auto_explain
    F.4.1. Configuration Parameters
    F.4.2. Example
    F.4.3. Author
    F.5. bloom
    F.5.1. Parameters
    F.5.2. Examples
    F.5.3. Operator Class Interface
    F.5.4. Limitations
    F.5.5. Authors
    F.6. btree_gin
    F.6.1. Example Usage
    F.6.2. Authors
    F.7. btree_gist
    F.7.1. Example Usage
    F.7.2. Authors
    F.8. citext
    F.8.1. Rationale
    F.8.2. How to Use It
    F.8.3. String Comparison Behavior
    F.8.4. Limitations
    F.8.5. Author
    F.9. cube
    F.9.1. Syntax
    F.9.2. Precision
    F.9.3. Usage
    F.9.4. Defaults
    F.9.5. Notes
    F.9.6. Credits
    F.10. dblink
    dblink_connect — opens a persistent connection to a remote database
    dblink_connect_u — opens a persistent connection to a remote database, insecurely
    dblink_disconnect — closes a persistent connection to a remote database
    dblink — executes a query in a remote database
    dblink_exec — executes a command in a remote database
    dblink_open — opens a cursor in a remote database
    dblink_fetch — returns rows from an open cursor in a remote database
    dblink_close — closes a cursor in a remote database
    dblink_get_connections — returns the names of all open named dblink connections
    dblink_error_message — gets last error message on the named connection
    dblink_send_query — sends an async query to a remote database
    dblink_is_busy — checks if connection is busy with an async query
    dblink_get_notify — retrieve async notifications on a connection
    dblink_get_result — gets an async query result
    dblink_cancel_query — cancels any active query on the named connection
    dblink_get_pkey — returns the positions and field names of a relation's primary key fields
    dblink_build_sql_insert — builds an INSERT statement using a local tuple, replacing the @@ -84,4 +84,4 @@ by way of shared_preload_libraries. See the documentation of each module for details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-prog-client.html postgresql-14-14.6/doc/src/sgml/html/contrib-prog-client.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-prog-client.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-prog-client.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,9 +1,9 @@ -G.1. Client Applications

    G.1. Client Applications

    oid2name — resolve OIDs and file nodes in a PostgreSQL data directory
    vacuumlo — remove orphaned large objects from a PostgreSQL database

    +G.1. Client Applications

    G.1. Client Applications

    oid2name — resolve OIDs and file nodes in a PostgreSQL data directory
    vacuumlo — remove orphaned large objects from a PostgreSQL database

    This section covers PostgreSQL client applications in contrib. They can be run from anywhere, independent of where the database server resides. See also PostgreSQL Client Applications for information about client applications that are part of the core PostgreSQL distribution. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-prog.html postgresql-14-14.6/doc/src/sgml/html/contrib-prog.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-prog.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-prog.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix G. Additional Supplied Programs

    Appendix G. Additional Supplied Programs

    Table of Contents

    G.1. Client Applications
    oid2name — resolve OIDs and file nodes in a PostgreSQL data directory
    vacuumlo — remove orphaned large objects from a PostgreSQL database
    G.2. Server Applications

    +Appendix G. Additional Supplied Programs

    Appendix G. Additional Supplied Programs

    Table of Contents

    G.1. Client Applications
    oid2name — resolve OIDs and file nodes in a PostgreSQL data directory
    vacuumlo — remove orphaned large objects from a PostgreSQL database
    G.2. Server Applications

    This appendix and the previous one contain information regarding the modules that can be found in the contrib directory of the PostgreSQL distribution. See Appendix F for @@ -12,4 +12,4 @@ the bin directory of the PostgreSQL installation and can be used like any other program. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-prog-server.html postgresql-14-14.6/doc/src/sgml/html/contrib-prog-server.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-prog-server.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-prog-server.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,7 +1,7 @@ -G.2. Server Applications

    G.2. Server Applications

    +G.2. Server Applications

    G.2. Server Applications

    Some applications run on the PostgreSQL server itself. Currently, no such applications are included in the contrib directory. See also PostgreSQL Server Applications for information about server applications that are part of the core PostgreSQL distribution. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/contrib-spi.html postgresql-14-14.6/doc/src/sgml/html/contrib-spi.html --- postgresql-14-14.5/doc/src/sgml/html/contrib-spi.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/contrib-spi.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.38. spi \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/creating-cluster.html postgresql-14-14.6/doc/src/sgml/html/creating-cluster.html --- postgresql-14-14.5/doc/src/sgml/html/creating-cluster.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/creating-cluster.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.2. Creating a Database Cluster

    19.2. Creating a Database Cluster

    +19.2. Creating a Database Cluster

    19.2. Creating a Database Cluster

    Before you can do anything, you must initialize a database storage area on disk. We call this a database cluster. (The SQL standard uses the term catalog cluster.) A @@ -200,4 +200,4 @@ it. That approach might relieve the DBA from having to deal with some of the idiosyncrasies of NFS, but of course the complexity of managing remote storage then happens at other levels. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/cube.html postgresql-14-14.6/doc/src/sgml/html/cube.html --- postgresql-14-14.5/doc/src/sgml/html/cube.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/cube.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.9. cube

    F.9. cube

    +F.9. cube

    F.9. cube

    This module implements a data type cube for representing multidimensional cubes.

    @@ -388,4 +388,4 @@ July 2006. These include cube(float8[], float8[]) and cleaning up the code to use the V1 call protocol instead of the deprecated V0 protocol. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/custom-scan-execution.html postgresql-14-14.6/doc/src/sgml/html/custom-scan-execution.html --- postgresql-14-14.5/doc/src/sgml/html/custom-scan-execution.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/custom-scan-execution.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -59.3. Executing Custom Scans

    59.3. Executing Custom Scans

    +59.3. Executing Custom Scans

    59.3. Executing Custom Scans

    When a CustomScan is executed, its execution state is represented by a CustomScanState, which is declared as follows: @@ -136,4 +136,4 @@ ScanState, such as the target list and scan relation, will be shown even without this callback, but the callback allows the display of additional, private state. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/custom-scan.html postgresql-14-14.6/doc/src/sgml/html/custom-scan.html --- postgresql-14-14.5/doc/src/sgml/html/custom-scan.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/custom-scan.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 59. Writing a Custom Scan Provider

    Chapter 59. Writing a Custom Scan Provider

    +Chapter 59. Writing a Custom Scan Provider

    Chapter 59. Writing a Custom Scan Provider

    PostgreSQL supports a set of experimental facilities which are intended to allow extension modules to add new scan types to the system. Unlike a foreign data wrapper, which is only @@ -18,4 +18,4 @@ Finally, it must be possible to execute the plan and generate the same results that would have been generated for any other access path targeting the same relation. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/custom-scan-path.html postgresql-14-14.6/doc/src/sgml/html/custom-scan-path.html --- postgresql-14-14.5/doc/src/sgml/html/custom-scan-path.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/custom-scan-path.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -59.1. Creating Custom Scan Paths

    59.1. Creating Custom Scan Paths

    +59.1. Creating Custom Scan Paths

    59.1. Creating Custom Scan Paths

    A custom scan provider will typically add paths for a base relation by setting the following hook, which is called after the core code has generated all the access paths it can for the relation (except for @@ -76,4 +76,4 @@ Convert a custom path to a finished plan. The return value will generally be a CustomScan object, which the callback must allocate and initialize. See Section 59.2 for more details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/custom-scan-plan.html postgresql-14-14.6/doc/src/sgml/html/custom-scan-plan.html --- postgresql-14-14.5/doc/src/sgml/html/custom-scan-plan.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/custom-scan-plan.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -59.2. Creating Custom Scan Plans

    59.2. Creating Custom Scan Plans

    +59.2. Creating Custom Scan Plans

    59.2. Creating Custom Scan Plans

    A custom scan is represented in a finished plan tree using the following structure:

    @@ -64,4 +64,4 @@
         stage; after ExecInitCustomScan performs basic initialization,
         the BeginCustomScan callback will be invoked to give the
         custom scan provider a chance to do whatever else is needed.
    -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/database-roles.html postgresql-14-14.6/doc/src/sgml/html/database-roles.html --- postgresql-14-14.5/doc/src/sgml/html/database-roles.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/database-roles.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -22.1. Database Roles

    22.1. Database Roles

    +22.1. Database Roles

    22.1. Database Roles

    Database roles are conceptually completely separate from operating system users. In practice it might be convenient to maintain a correspondence, but this is not required. Database roles @@ -67,4 +67,4 @@ identity determines the set of privileges available to a connected client, it is important to carefully configure privileges when setting up a multiuser environment. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-binary.html postgresql-14-14.6/doc/src/sgml/html/datatype-binary.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-binary.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-binary.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.4. Binary Data Types

    8.4. Binary Data Types

    +8.4. Binary Data Types

    8.4. Binary Data Types

    The bytea data type allows storage of binary strings; see Table 8.6.

    Table 8.6. Binary Data Types

    NameStorage SizeDescription
    bytea1 or 4 bytes plus the actual binary stringvariable-length binary string

    @@ -124,4 +124,4 @@ unescaping bytea strings. For example, you might also have to escape line feeds and carriage returns if your interface automatically translates these. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-bit.html postgresql-14-14.6/doc/src/sgml/html/datatype-bit.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-bit.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-bit.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.10. Bit String Types

    8.10. Bit String Types

    +8.10. Bit String Types

    8.10. Bit String Types

    Bit strings are strings of 1's and 0's. They can be used to store or visualize bit masks. There are two SQL bit types: bit(n) and bit @@ -46,4 +46,4 @@ 5 or 8 bytes overhead depending on the length of the string (but long values may be compressed or moved out-of-line, as explained in Section 8.3 for character strings). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-boolean.html postgresql-14-14.6/doc/src/sgml/html/datatype-boolean.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-boolean.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-boolean.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.6. Boolean Type

    8.6. Boolean Type

    +8.6. Boolean Type

    8.6. Boolean Type

    PostgreSQL provides the standard SQL type boolean; see Table 8.19. @@ -55,4 +55,4 @@ example NULL::boolean. Conversely, the cast can be omitted from a string-literal Boolean value in contexts where the parser can deduce that the literal must be of type boolean. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-character.html postgresql-14-14.6/doc/src/sgml/html/datatype-character.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-character.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-character.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.3. Character Types

    8.3. Character Types

    Table 8.4. Character Types

    NameDescription
    character varying(n), varchar(n)variable-length with limit
    character(n), char(n)fixed-length, blank padded
    textvariable unlimited length

    +8.3. Character Types

    8.3. Character Types

    Table 8.4. Character Types

    NameDescription
    character varying(n), varchar(n)variable-length with limit
    character(n), char(n)fixed-length, blank padded
    textvariable unlimited length

    Table 8.4 shows the general-purpose character types available in PostgreSQL. @@ -30,6 +30,8 @@ char(n) are aliases for character varying(n) and character(n), respectively. + If specified, the length must be greater than zero and cannot exceed + 10485760. character without length specifier is equivalent to character(1). If character varying is used without length specifier, the type accepts strings of any size. The @@ -135,4 +137,4 @@ (note the quotes) is different from char(1) in that it only uses one byte of storage. It is internally used in the system catalogs as a simplistic enumeration type. -

    Table 8.5. Special Character Types

    NameStorage SizeDescription
    "char"1 bytesingle-byte internal type
    name64 bytesinternal type for object names

    \ No newline at end of file +

    Table 8.5. Special Character Types

    NameStorage SizeDescription
    "char"1 bytesingle-byte internal type
    name64 bytesinternal type for object names

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-datetime.html postgresql-14-14.6/doc/src/sgml/html/datatype-datetime.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-datetime.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-datetime.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.5. Date/Time Types

    8.5. Date/Time Types

    +8.5. Date/Time Types

    8.5. Date/Time Types

    PostgreSQL supports the full set of SQL date and time types, shown in Table 8.9. The operations available on these data types are described in @@ -546,4 +546,4 @@ The output of the iso_8601 style matches the format with designators described in section 4.4.3.2 of the ISO 8601 standard. -

    Table 8.18. Interval Output Style Examples

    Style SpecificationYear-Month IntervalDay-Time IntervalMixed Interval
    sql_standard1-23 4:05:06-1-2 +3 -4:05:06
    postgres1 year 2 mons3 days 04:05:06-1 year -2 mons +3 days -04:05:06
    postgres_verbose@ 1 year 2 mons@ 3 days 4 hours 5 mins 6 secs@ 1 year 2 mons -3 days 4 hours 5 mins 6 secs ago
    iso_8601P1Y2MP3DT4H5M6SP-1Y-2M3D​T-4H-5M-6S

    \ No newline at end of file +

    Table 8.18. Interval Output Style Examples

    Style SpecificationYear-Month IntervalDay-Time IntervalMixed Interval
    sql_standard1-23 4:05:06-1-2 +3 -4:05:06
    postgres1 year 2 mons3 days 04:05:06-1 year -2 mons +3 days -04:05:06
    postgres_verbose@ 1 year 2 mons@ 3 days 4 hours 5 mins 6 secs@ 1 year 2 mons -3 days 4 hours 5 mins 6 secs ago
    iso_8601P1Y2MP3DT4H5M6SP-1Y-2M3D​T-4H-5M-6S

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-enum.html postgresql-14-14.6/doc/src/sgml/html/datatype-enum.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-enum.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-enum.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.7. Enumerated Types

    8.7. Enumerated Types

    +8.7. Enumerated Types

    8.7. Enumerated Types

    Enumerated (enum) types are data types that comprise a static, ordered set of values. They are equivalent to the enum @@ -112,4 +112,4 @@ kept in the system catalog pg_enum. Querying this catalog directly can be useful. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-geometric.html postgresql-14-14.6/doc/src/sgml/html/datatype-geometric.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-geometric.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-geometric.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.8. Geometric Types

    8.8. Geometric Types

    +8.8. Geometric Types

    8.8. Geometric Types

    Geometric data types represent two-dimensional spatial objects. Table 8.20 shows the geometric types available in PostgreSQL. @@ -148,4 +148,4 @@ circle.

    Circles are output using the first syntax. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype.html postgresql-14-14.6/doc/src/sgml/html/datatype.html --- postgresql-14-14.5/doc/src/sgml/html/datatype.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 8. Data Types

    Chapter 8. Data Types

    Table of Contents

    8.1. Numeric Types
    8.1.1. Integer Types
    8.1.2. Arbitrary Precision Numbers
    8.1.3. Floating-Point Types
    8.1.4. Serial Types
    8.2. Monetary Types
    8.3. Character Types
    8.4. Binary Data Types
    8.4.1. bytea Hex Format
    8.4.2. bytea Escape Format
    8.5. Date/Time Types
    8.5.1. Date/Time Input
    8.5.2. Date/Time Output
    8.5.3. Time Zones
    8.5.4. Interval Input
    8.5.5. Interval Output
    8.6. Boolean Type
    8.7. Enumerated Types
    8.7.1. Declaration of Enumerated Types
    8.7.2. Ordering
    8.7.3. Type Safety
    8.7.4. Implementation Details
    8.8. Geometric Types
    8.8.1. Points
    8.8.2. Lines
    8.8.3. Line Segments
    8.8.4. Boxes
    8.8.5. Paths
    8.8.6. Polygons
    8.8.7. Circles
    8.9. Network Address Types
    8.9.1. inet
    8.9.2. cidr
    8.9.3. inet vs. cidr
    8.9.4. macaddr
    8.9.5. macaddr8
    8.10. Bit String Types
    8.11. Text Search Types
    8.11.1. tsvector
    8.11.2. tsquery
    8.12. UUID Type
    8.13. XML Type
    8.13.1. Creating XML Values
    8.13.2. Encoding Handling
    8.13.3. Accessing XML Values
    8.14. JSON Types
    8.14.1. JSON Input and Output Syntax
    8.14.2. Designing JSON Documents
    8.14.3. jsonb Containment and Existence
    8.14.4. jsonb Indexing
    8.14.5. jsonb Subscripting
    8.14.6. Transforms
    8.14.7. jsonpath Type
    8.15. Arrays
    8.15.1. Declaration of Array Types
    8.15.2. Array Value Input
    8.15.3. Accessing Arrays
    8.15.4. Modifying Arrays
    8.15.5. Searching in Arrays
    8.15.6. Array Input and Output Syntax
    8.16. Composite Types
    8.16.1. Declaration of Composite Types
    8.16.2. Constructing Composite Values
    8.16.3. Accessing Composite Types
    8.16.4. Modifying Composite Types
    8.16.5. Using Composite Types in Queries
    8.16.6. Composite Type Input and Output Syntax
    8.17. Range Types
    8.17.1. Built-in Range and Multirange Types
    8.17.2. Examples
    8.17.3. Inclusive and Exclusive Bounds
    8.17.4. Infinite (Unbounded) Ranges
    8.17.5. Range Input/Output
    8.17.6. Constructing Ranges and Multiranges
    8.17.7. Discrete Range Types
    8.17.8. Defining New Range Types
    8.17.9. Indexing
    8.17.10. Constraints on Ranges
    8.18. Domain Types
    8.19. Object Identifier Types
    8.20. pg_lsn Type
    8.21. Pseudo-Types

    +Chapter 8. Data Types

    Chapter 8. Data Types

    Table of Contents

    8.1. Numeric Types
    8.1.1. Integer Types
    8.1.2. Arbitrary Precision Numbers
    8.1.3. Floating-Point Types
    8.1.4. Serial Types
    8.2. Monetary Types
    8.3. Character Types
    8.4. Binary Data Types
    8.4.1. bytea Hex Format
    8.4.2. bytea Escape Format
    8.5. Date/Time Types
    8.5.1. Date/Time Input
    8.5.2. Date/Time Output
    8.5.3. Time Zones
    8.5.4. Interval Input
    8.5.5. Interval Output
    8.6. Boolean Type
    8.7. Enumerated Types
    8.7.1. Declaration of Enumerated Types
    8.7.2. Ordering
    8.7.3. Type Safety
    8.7.4. Implementation Details
    8.8. Geometric Types
    8.8.1. Points
    8.8.2. Lines
    8.8.3. Line Segments
    8.8.4. Boxes
    8.8.5. Paths
    8.8.6. Polygons
    8.8.7. Circles
    8.9. Network Address Types
    8.9.1. inet
    8.9.2. cidr
    8.9.3. inet vs. cidr
    8.9.4. macaddr
    8.9.5. macaddr8
    8.10. Bit String Types
    8.11. Text Search Types
    8.11.1. tsvector
    8.11.2. tsquery
    8.12. UUID Type
    8.13. XML Type
    8.13.1. Creating XML Values
    8.13.2. Encoding Handling
    8.13.3. Accessing XML Values
    8.14. JSON Types
    8.14.1. JSON Input and Output Syntax
    8.14.2. Designing JSON Documents
    8.14.3. jsonb Containment and Existence
    8.14.4. jsonb Indexing
    8.14.5. jsonb Subscripting
    8.14.6. Transforms
    8.14.7. jsonpath Type
    8.15. Arrays
    8.15.1. Declaration of Array Types
    8.15.2. Array Value Input
    8.15.3. Accessing Arrays
    8.15.4. Modifying Arrays
    8.15.5. Searching in Arrays
    8.15.6. Array Input and Output Syntax
    8.16. Composite Types
    8.16.1. Declaration of Composite Types
    8.16.2. Constructing Composite Values
    8.16.3. Accessing Composite Types
    8.16.4. Modifying Composite Types
    8.16.5. Using Composite Types in Queries
    8.16.6. Composite Type Input and Output Syntax
    8.17. Range Types
    8.17.1. Built-in Range and Multirange Types
    8.17.2. Examples
    8.17.3. Inclusive and Exclusive Bounds
    8.17.4. Infinite (Unbounded) Ranges
    8.17.5. Range Input/Output
    8.17.6. Constructing Ranges and Multiranges
    8.17.7. Discrete Range Types
    8.17.8. Defining New Range Types
    8.17.9. Indexing
    8.17.10. Constraints on Ranges
    8.18. Domain Types
    8.19. Object Identifier Types
    8.20. pg_lsn Type
    8.21. Pseudo-Types

    PostgreSQL has a rich set of native data types available to users. Users can add new types to PostgreSQL using the CREATE TYPE command. @@ -33,4 +33,4 @@ Some of the input and output functions are not invertible, i.e., the result of an output function might lose accuracy when compared to the original input. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-json.html postgresql-14-14.6/doc/src/sgml/html/datatype-json.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-json.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-json.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.14. JSON Types

    8.14. JSON Types

    +8.14. JSON Types

    8.14. JSON Types

    JSON data types are for storing JSON (JavaScript Object Notation) data, as specified in RFC 7159. Such data can also be stored as text, but @@ -729,4 +729,4 @@ For this purpose, the term value includes array elements, though JSON terminology sometimes considers array elements distinct from values within objects. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-money.html postgresql-14-14.6/doc/src/sgml/html/datatype-money.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-money.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-money.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.2. Monetary Types

    8.2. Monetary Types

    +8.2. Monetary Types

    8.2. Monetary Types

    The money type stores a currency amount with a fixed fractional precision; see Table 8.3. The fractional precision is determined by the database's lc_monetary setting. @@ -41,4 +41,4 @@ When a money value is divided by another money value, the result is double precision (i.e., a pure number, not money); the currency units cancel each other out in the division. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-net-types.html postgresql-14-14.6/doc/src/sgml/html/datatype-net-types.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-net-types.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-net-types.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.9. Network Address Types

    8.9. Network Address Types

    +8.9. Network Address Types

    8.9. Network Address Types

    PostgreSQL offers data types to store IPv4, IPv6, and MAC addresses, as shown in Table 8.21. It is better to use these types instead of plain text types to store @@ -129,4 +129,4 @@

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-numeric.html postgresql-14-14.6/doc/src/sgml/html/datatype-numeric.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-numeric.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-numeric.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.1. Numeric Types

    8.1. Numeric Types

    +8.1. Numeric Types

    8.1. Numeric Types

    Numeric types consist of two-, four-, and eight-byte integers, four- and eight-byte floating-point numbers, and selectable-precision decimals. Table 8.2 lists the @@ -333,4 +333,4 @@ automatically dropped when the owning column is dropped. You can drop the sequence without dropping the column, but this will force removal of the column default expression. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-oid.html postgresql-14-14.6/doc/src/sgml/html/datatype-oid.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-oid.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-oid.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.19. Object Identifier Types

    8.19. Object Identifier Types

    +8.19. Object Identifier Types

    8.19. Object Identifier Types

    Object identifiers (OIDs) are used internally by PostgreSQL as primary keys for various system tables. @@ -163,4 +163,4 @@ physical location of the row within its table.

    (The system columns are further explained in Section 5.5.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-pg-lsn.html postgresql-14-14.6/doc/src/sgml/html/datatype-pg-lsn.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-pg-lsn.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-pg-lsn.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.20. pg_lsn Type

    8.20. pg_lsn Type

    +8.20. pg_lsn Type

    8.20. pg_lsn Type

    The pg_lsn data type can be used to store LSN (Log Sequence Number) data which is a pointer to a location in the WAL. This type is a representation of XLogRecPtr and an internal system type of @@ -19,4 +19,4 @@ the calculated LSN should be in the range of pg_lsn type, i.e., between 0/0 and FFFFFFFF/FFFFFFFF. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-pseudo.html postgresql-14-14.6/doc/src/sgml/html/datatype-pseudo.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-pseudo.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-pseudo.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.21. Pseudo-Types

    8.21. Pseudo-Types

    +8.21. Pseudo-Types

    8.21. Pseudo-Types

    The PostgreSQL type system contains a number of special-purpose entries that are collectively called pseudo-types. A pseudo-type cannot be used as a @@ -56,4 +56,4 @@ follow this coding rule: do not create any function that is declared to return internal unless it has at least one internal argument. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-textsearch.html postgresql-14-14.6/doc/src/sgml/html/datatype-textsearch.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-textsearch.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-textsearch.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.11. Text Search Types

    8.11. Text Search Types

    +8.11. Text Search Types

    8.11. Text Search Types

    PostgreSQL provides two data types that are designed to support full text search, which is the activity of searching through a collection of natural-language documents @@ -193,4 +193,4 @@ 'postgradu':1 | 'postgr':*

    which will match the stemmed form of postgraduate. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-uuid.html postgresql-14-14.6/doc/src/sgml/html/datatype-uuid.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-uuid.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-uuid.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.12. UUID Type

    8.12. UUID Type

    +8.12. UUID Type

    8.12. UUID Type

    The data type uuid stores Universally Unique Identifiers (UUID) as defined by RFC 4122, ISO/IEC 9834-8:2005, and related standards. @@ -36,4 +36,4 @@

    See Section 9.14 for how to generate a UUID in PostgreSQL. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datatype-xml.html postgresql-14-14.6/doc/src/sgml/html/datatype-xml.html --- postgresql-14-14.5/doc/src/sgml/html/datatype-xml.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datatype-xml.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.13. XML Type

    8.13. XML Type

    +8.13. XML Type

    8.13. XML Type

    The xml data type can be used to store XML data. Its advantage over storing XML data in a text field is that it checks the input values for well-formedness, and there are support @@ -148,4 +148,4 @@ up full-document searches of XML data. The necessary preprocessing support is, however, not yet available in the PostgreSQL distribution. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-appendix.html postgresql-14-14.6/doc/src/sgml/html/datetime-appendix.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-appendix.html 2022-08-08 20:58:44.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-appendix.html 2022-11-07 22:00:51.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix B. Date/Time Support

    Appendix B. Date/Time Support

    +Appendix B. Date/Time Support

    Appendix B. Date/Time Support

    PostgreSQL uses an internal heuristic parser for all date/time input support. Dates and times are input as strings, and are broken up into distinct fields with a preliminary @@ -12,4 +12,4 @@ This appendix includes information on the content of these lookup tables and describes the steps used by the parser to decode dates and times. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-config-files.html postgresql-14-14.6/doc/src/sgml/html/datetime-config-files.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-config-files.html 2022-08-08 20:58:44.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-config-files.html 2022-11-07 22:00:51.000000000 +0000 @@ -1,5 +1,5 @@ -B.4. Date/Time Configuration Files

    B.4. Date/Time Configuration Files

    +B.4. Date/Time Configuration Files

    B.4. Date/Time Configuration Files

    Since timezone abbreviations are not well standardized, PostgreSQL provides a means to customize the set of abbreviations accepted by the server. The @@ -95,4 +95,4 @@ If you modify files in .../share/timezonesets/, it is up to you to make backups — a normal database dump will not include this directory. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-input-rules.html postgresql-14-14.6/doc/src/sgml/html/datetime-input-rules.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-input-rules.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-input-rules.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -B.1. Date/Time Input Interpretation

    B.1. Date/Time Input Interpretation

    +B.1. Date/Time Input Interpretation

    B.1. Date/Time Input Interpretation

    Date/time input strings are decoded using the following procedure.

    1. Break the input string into tokens and categorize each token as @@ -71,4 +71,4 @@ Gregorian years AD 1–99 can be entered by using 4 digits with leading zeros (e.g., 0099 is AD 99).

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-invalid-input.html postgresql-14-14.6/doc/src/sgml/html/datetime-invalid-input.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-invalid-input.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-invalid-input.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -B.2. Handling of Invalid or Ambiguous Timestamps

    B.2. Handling of Invalid or Ambiguous Timestamps

    +B.2. Handling of Invalid or Ambiguous Timestamps

    B.2. Handling of Invalid or Ambiguous Timestamps

    Ordinarily, if a date/time string is syntactically valid but contains out-of-range field values, an error will be thrown. For example, input specifying the 31st of February will be rejected. @@ -59,4 +59,4 @@ abbreviation that corresponds to a fixed UTC offset. The rule just given applies only when it is necessary to infer a UTC offset for a time zone in which the offset varies. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-julian-dates.html postgresql-14-14.6/doc/src/sgml/html/datetime-julian-dates.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-julian-dates.html 2022-08-08 20:58:44.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-julian-dates.html 2022-11-07 22:00:51.000000000 +0000 @@ -1,5 +1,5 @@ -B.7. Julian Dates

    B.7. Julian Dates

    +B.7. Julian Dates

    B.7. Julian Dates

    The Julian Date system is a method for numbering days. It is unrelated to the Julian calendar, though it is confusingly @@ -45,4 +45,4 @@ 2459389 (1 row)

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-keywords.html postgresql-14-14.6/doc/src/sgml/html/datetime-keywords.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-keywords.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-keywords.html 2022-11-07 22:00:51.000000000 +0000 @@ -1,5 +1,5 @@ -B.3. Date/Time Key Words

    B.3. Date/Time Key Words

    +B.3. Date/Time Key Words

    B.3. Date/Time Key Words

    Table B.1 shows the tokens that are recognized as names of months.

    Table B.1. Month Names

    MonthAbbreviations
    JanuaryJan
    FebruaryFeb
    MarchMar
    AprilApr
    May 
    JuneJun
    JulyJul
    AugustAug
    SeptemberSep, Sept
    OctoberOct
    NovemberNov
    DecemberDec

    @@ -8,4 +8,4 @@

    Table B.2. Day of the Week Names

    DayAbbreviations
    SundaySun
    MondayMon
    TuesdayTue, Tues
    WednesdayWed, Weds
    ThursdayThu, Thur, Thurs
    FridayFri
    SaturdaySat

    Table B.3 shows the tokens that serve various modifier purposes. -

    Table B.3. Date/Time Field Modifiers

    IdentifierDescription
    AMTime is before 12:00
    ATIgnored
    JULIAN, JD, JNext field is Julian Date
    ONIgnored
    PMTime is on or after 12:00
    TNext field is time

    \ No newline at end of file +

    Table B.3. Date/Time Field Modifiers

    IdentifierDescription
    AMTime is before 12:00
    ATIgnored
    JULIAN, JD, JNext field is Julian Date
    ONIgnored
    PMTime is on or after 12:00
    TNext field is time

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-posix-timezone-specs.html postgresql-14-14.6/doc/src/sgml/html/datetime-posix-timezone-specs.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-posix-timezone-specs.html 2022-08-08 20:58:44.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-posix-timezone-specs.html 2022-11-07 22:00:51.000000000 +0000 @@ -1,5 +1,5 @@ -B.5. POSIX Time Zone Specifications

    B.5. POSIX Time Zone Specifications

    +B.5. POSIX Time Zone Specifications

    B.5. POSIX Time Zone Specifications

    PostgreSQL can accept time zone specifications that are written according to the POSIX standard's rules for the TZ environment @@ -132,4 +132,4 @@ zone abbreviation(s). For example, SET TIMEZONE TO FOOBAR0 will work, leaving the system effectively using a rather peculiar abbreviation for UTC. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/datetime-units-history.html postgresql-14-14.6/doc/src/sgml/html/datetime-units-history.html --- postgresql-14-14.5/doc/src/sgml/html/datetime-units-history.html 2022-08-08 20:58:44.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/datetime-units-history.html 2022-11-07 22:00:51.000000000 +0000 @@ -1,5 +1,5 @@ -B.6. History of Units

    B.6. History of Units

    +B.6. History of Units

    B.6. History of Units

    The SQL standard states that Within the definition of a datetime literal, the datetime values are constrained by the natural rules for dates and @@ -84,4 +84,4 @@ The People's Republic of China uses the Gregorian calendar for civil purposes. The Chinese calendar is used for determining festivals. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dblink.html postgresql-14-14.6/doc/src/sgml/html/dblink.html --- postgresql-14-14.5/doc/src/sgml/html/dblink.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dblink.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.10. dblink \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-basics.html postgresql-14-14.6/doc/src/sgml/html/ddl-basics.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-basics.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-basics.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.1. Table Basics

    5.1. Table Basics

    +5.1. Table Basics

    5.1. Table Basics

    A table in a relational database is much like a table on paper: It consists of rows and columns. The number and order of the columns is fixed, and each column has a name. The number of rows is @@ -98,4 +98,4 @@ security, or convenience. If you are eager to fill your tables with data now you can skip ahead to Chapter 6 and read the rest of this chapter later. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-constraints.html postgresql-14-14.6/doc/src/sgml/html/ddl-constraints.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-constraints.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-constraints.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.4. Constraints

    5.4. Constraints

    +5.4. Constraints

    5.4. Constraints

    Data types are a way to limit the kind of data that can be stored in a table. For many applications, however, the constraint they provide is too coarse. For example, a column containing a product @@ -537,4 +537,4 @@

    Adding an exclusion constraint will automatically create an index of the type specified in the constraint declaration. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-default.html postgresql-14-14.6/doc/src/sgml/html/ddl-default.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-default.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-default.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.2. Default Values

    5.2. Default Values

    +5.2. Default Values

    5.2. Default Values

    A column can be assigned a default value. When a new row is created and no values are specified for some of the columns, those columns will be filled with their respective default values. A @@ -46,4 +46,4 @@ );

    The SERIAL shorthand is discussed further in Section 8.1.4. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-depend.html postgresql-14-14.6/doc/src/sgml/html/ddl-depend.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-depend.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-depend.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.14. Dependency Tracking

    5.14. Dependency Tracking

    +5.14. Dependency Tracking

    5.14. Dependency Tracking

    When you create complex database structures involving many tables with foreign key constraints, views, triggers, functions, etc. you implicitly create a net of dependencies between the objects. @@ -80,4 +80,4 @@ there are also benefits. The function is still valid in some sense if the table is missing, though executing it would cause an error; creating a new table of the same name would allow the function to work again. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-foreign-data.html postgresql-14-14.6/doc/src/sgml/html/ddl-foreign-data.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-foreign-data.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-foreign-data.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.12. Foreign Data

    5.12. Foreign Data

    +5.12. Foreign Data

    5.12. Foreign Data

    PostgreSQL implements portions of the SQL/MED specification, allowing you to access data that resides outside PostgreSQL using regular SQL queries. Such data is referred to as @@ -38,4 +38,4 @@ CREATE USER MAPPING, CREATE FOREIGN TABLE, and IMPORT FOREIGN SCHEMA. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-generated-columns.html postgresql-14-14.6/doc/src/sgml/html/ddl-generated-columns.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-generated-columns.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-generated-columns.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.3. Generated Columns

    5.3. Generated Columns

    +5.3. Generated Columns

    5.3. Generated Columns

    A generated column is a special column that is always computed from other columns. Thus, it is for columns what a view is for tables. There are two kinds of generated columns: stored and virtual. A stored generated column @@ -82,4 +82,4 @@ generated columns. But conversely, it is not allowed to access generated columns in BEFORE triggers.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl.html postgresql-14-14.6/doc/src/sgml/html/ddl.html --- postgresql-14-14.5/doc/src/sgml/html/ddl.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 5. Data Definition

    Chapter 5. Data Definition

    +Chapter 5. Data Definition

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-inherit.html postgresql-14-14.6/doc/src/sgml/html/ddl-inherit.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-inherit.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-inherit.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.10. Inheritance

    5.10. Inheritance

    +5.10. Inheritance

    5.10. Inheritance

    PostgreSQL implements table inheritance, which can be a useful tool for database designers. (SQL:1999 and later define a type inheritance feature, which differs in many @@ -286,4 +286,4 @@ implemented for declarative partitioning. Considerable care is needed in deciding whether partitioning with legacy inheritance is useful for your application. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-others.html postgresql-14-14.6/doc/src/sgml/html/ddl-others.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-others.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-others.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.13. Other Database Objects

    5.13. Other Database Objects

    +5.13. Other Database Objects

    5.13. Other Database Objects

    Tables are the central objects in a relational database structure, because they hold your data. But they are not the only objects that exist in a database. Many other kinds of objects can be @@ -17,4 +17,4 @@

    Detailed information on these topics appears in Part V. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-partitioning.html postgresql-14-14.6/doc/src/sgml/html/ddl-partitioning.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-partitioning.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-partitioning.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.11. Table Partitioning

    5.11. Table Partitioning

    +5.11. Table Partitioning

    5.11. Table Partitioning

    PostgreSQL supports basic table partitioning. This section describes why and how to implement partitioning as part of your database design. @@ -386,12 +386,13 @@

    5.11.2.3. Limitations

    The following limitations apply to partitioned tables:

    • - Unique constraints (and hence primary keys) on partitioned tables must - include all the partition key columns. This limitation exists because - the individual indexes making up the constraint can only directly - enforce uniqueness within their own partitions; therefore, the - partition structure itself must guarantee that there are not - duplicates in different partitions. + To create a unique or primary key constraint on a partitioned table, + the partition keys must not include any expressions or function calls + and the constraint's columns must include all of the partition key + columns. This limitation exists because the individual indexes making + up the constraint can only directly enforce uniqueness within their own + partitions; therefore, the partition structure itself must guarantee + that there are not duplicates in different partitions.

    • There is no way to create an exclusion constraint spanning the whole partitioned table. It is only possible to put such a @@ -985,4 +986,4 @@ painfully slow. Simulations of the intended workload are often beneficial for optimizing the partitioning strategy. Never just assume that more partitions are better than fewer partitions, nor vice-versa. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-priv.html postgresql-14-14.6/doc/src/sgml/html/ddl-priv.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-priv.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-priv.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.7. Privileges

    5.7. Privileges

    +5.7. Privileges

    5.7. Privileges

    When an object is created, it is assigned an owner. The owner is normally the role that executed the creation statement. For most kinds of objects, the initial state is that only the owner @@ -293,4 +293,4 @@ Notice that the owner's implicit grant options are not marked in the access privileges display. A * will appear only when grant options have been explicitly granted to someone. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-rowsecurity.html postgresql-14-14.6/doc/src/sgml/html/ddl-rowsecurity.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-rowsecurity.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-rowsecurity.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.8. Row Security Policies

    5.8. Row Security Policies

    +5.8. Row Security Policies

    5.8. Row Security Policies

    In addition to the SQL-standard privilege system available through GRANT, tables can have row security policies that restrict, @@ -379,4 +379,4 @@

    For additional details see CREATE POLICY and ALTER TABLE. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-schemas.html postgresql-14-14.6/doc/src/sgml/html/ddl-schemas.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-schemas.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-schemas.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.9. Schemas

    5.9. Schemas

    +5.9. Schemas

    5.9. Schemas

    A PostgreSQL database cluster contains one or more named databases. Roles and a few other object types are shared across the entire cluster. A client connection to the server @@ -317,4 +317,4 @@ limited) cross-database access. If you need to work with those systems, then maximum portability would be achieved by not using schemas at all. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ddl-system-columns.html postgresql-14-14.6/doc/src/sgml/html/ddl-system-columns.html --- postgresql-14-14.5/doc/src/sgml/html/ddl-system-columns.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ddl-system-columns.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -5.5. System Columns

    5.5. System Columns

    +5.5. System Columns

    5.5. System Columns

    Every table has several system columns that are implicitly defined by the system. Therefore, these names cannot be used as names of user-defined columns. (Note that these @@ -55,4 +55,4 @@ SQL commands, not the number of rows processed. Also, only commands that actually modify the database contents will consume a command identifier. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/default-roles.html postgresql-14-14.6/doc/src/sgml/html/default-roles.html --- postgresql-14-14.5/doc/src/sgml/html/default-roles.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/default-roles.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,9 +1,9 @@ -O.2. Default Roles Renamed to Predefined Roles

    O.2. Default Roles Renamed to Predefined Roles

    +O.2. Default Roles Renamed to Predefined Roles

    O.2. Default Roles Renamed to Predefined Roles

    PostgreSQL 13 and below used the term Default Roles. However, as these roles are not able to actually be changed and are installed as part of the system at initialization time, the more appropriate term to use is Predefined Roles. See Section 22.5 for current documentation regarding - Predefined Roles, and the release notes for + Predefined Roles, and the release notes for PostgreSQL 14 for details on this change. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dict-int.html postgresql-14-14.6/doc/src/sgml/html/dict-int.html --- postgresql-14-14.5/doc/src/sgml/html/dict-int.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dict-int.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.11. dict_int

    F.11. dict_int

    +F.11. dict_int

    F.11. dict_int

    dict_int is an example of an add-on dictionary template for full-text search. The motivation for this example dictionary is to control the indexing of integers (signed and unsigned), allowing such @@ -59,4 +59,4 @@ ALTER MAPPING FOR int, uint WITH intdict;

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dict-xsyn.html postgresql-14-14.6/doc/src/sgml/html/dict-xsyn.html --- postgresql-14-14.5/doc/src/sgml/html/dict-xsyn.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dict-xsyn.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.12. dict_xsyn

    F.12. dict_xsyn

    +F.12. dict_xsyn

    F.12. dict_xsyn

    dict_xsyn (Extended Synonym Dictionary) is an example of an add-on dictionary template for full-text search. This dictionary type replaces words with groups of their synonyms, and so makes it possible to @@ -94,4 +94,4 @@ ALTER MAPPING FOR word, asciiword WITH xsyn, english_stem;

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/different-replication-solutions.html postgresql-14-14.6/doc/src/sgml/html/different-replication-solutions.html --- postgresql-14-14.5/doc/src/sgml/html/different-replication-solutions.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/different-replication-solutions.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -27.1. Comparison of Different Solutions

    27.1. Comparison of Different Solutions

    Shared Disk Failover

    +27.1. Comparison of Different Solutions

    27.1. Comparison of Different Solutions

    Shared Disk Failover

    Shared disk failover avoids synchronization overhead by having only one copy of the database. It uses a single disk array that is shared by multiple servers. If the main database server fails, the standby server @@ -134,4 +134,4 @@ taken PostgreSQL and created commercial closed-source solutions with unique failover, replication, and load balancing capabilities. These are not discussed here. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/disk-full.html postgresql-14-14.6/doc/src/sgml/html/disk-full.html --- postgresql-14-14.5/doc/src/sgml/html/disk-full.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/disk-full.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -29.2. Disk Full Failure

    29.2. Disk Full Failure

    +29.2. Disk Full Failure

    29.2. Disk Full Failure

    The most important disk monitoring task of a database administrator is to make sure the disk doesn't become full. A filled data disk will not result in data corruption, but it might prevent useful activity @@ -17,4 +17,4 @@ will naturally be subject to whatever quota is placed on the user the server runs as. Exceeding the quota will have the same bad effects as running out of disk space entirely. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/disk-usage.html postgresql-14-14.6/doc/src/sgml/html/disk-usage.html --- postgresql-14-14.5/doc/src/sgml/html/disk-usage.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/disk-usage.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -29.1. Determining Disk Usage

    29.1. Determining Disk Usage

    +29.1. Determining Disk Usage

    29.1. Determining Disk Usage

    Each table has a primary heap disk file where most of the data is stored. If the table has any columns with potentially-wide values, there also might be a TOAST file associated with the table, @@ -80,4 +80,4 @@ bigtable | 3290 customer | 3144

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/diskusage.html postgresql-14-14.6/doc/src/sgml/html/diskusage.html --- postgresql-14-14.5/doc/src/sgml/html/diskusage.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/diskusage.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 29. Monitoring Disk Usage

    Chapter 29. Monitoring Disk Usage

    +Chapter 29. Monitoring Disk Usage

    Chapter 29. Monitoring Disk Usage

    This chapter discusses how to monitor the disk usage of a PostgreSQL database system. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dml-delete.html postgresql-14-14.6/doc/src/sgml/html/dml-delete.html --- postgresql-14-14.5/doc/src/sgml/html/dml-delete.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dml-delete.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -6.3. Deleting Data

    6.3. Deleting Data

    +6.3. Deleting Data

    6.3. Deleting Data

    So far we have explained how to add data to tables and how to change data. What remains is to discuss how to remove data that is no longer needed. Just as adding data is only possible in whole @@ -25,4 +25,4 @@ DELETE FROM products;

    then all rows in the table will be deleted! Caveat programmer. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dml.html postgresql-14-14.6/doc/src/sgml/html/dml.html --- postgresql-14-14.5/doc/src/sgml/html/dml.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dml.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,9 +1,9 @@ -Chapter 6. Data Manipulation

    Chapter 6. Data Manipulation

    +Chapter 6. Data Manipulation

    Chapter 6. Data Manipulation

    The previous chapter discussed how to create tables and other structures to hold your data. Now it is time to fill the tables with data. This chapter covers how to insert, update, and delete table data. The chapter after this will finally explain how to extract your long-lost data from the database. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dml-insert.html postgresql-14-14.6/doc/src/sgml/html/dml-insert.html --- postgresql-14-14.5/doc/src/sgml/html/dml-insert.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dml-insert.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -6.1. Inserting Data

    6.1. Inserting Data

    +6.1. Inserting Data

    6.1. Inserting Data

    When a table is created, it contains no data. The first thing to do before a database can be of much use is to insert data. Data is inserted one row at a time. You can also insert more than one row @@ -78,4 +78,4 @@ command, but is more efficient. Refer to Section 14.4 for more information on improving bulk loading performance. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dml-returning.html postgresql-14-14.6/doc/src/sgml/html/dml-returning.html --- postgresql-14-14.5/doc/src/sgml/html/dml-returning.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dml-returning.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -6.4. Returning Data from Modified Rows

    6.4. Returning Data from Modified Rows

    +6.4. Returning Data from Modified Rows

    6.4. Returning Data from Modified Rows

    Sometimes it is useful to obtain data from modified rows while they are being manipulated. The INSERT, UPDATE, and DELETE commands all have an @@ -50,4 +50,4 @@ the data available to RETURNING is the row as modified by the triggers. Thus, inspecting columns computed by triggers is another common use-case for RETURNING. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dml-update.html postgresql-14-14.6/doc/src/sgml/html/dml-update.html --- postgresql-14-14.5/doc/src/sgml/html/dml-update.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dml-update.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -6.2. Updating Data

    6.2. Updating Data

    +6.2. Updating Data

    6.2. Updating Data

    The modification of data that is already in the database is referred to as updating. You can update individual rows, all the rows in a table, or a subset of all rows. Each column can be @@ -58,4 +58,4 @@

     UPDATE mytable SET a = 5, b = 3, c = 1 WHERE a > 0;
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/docguide-authoring.html postgresql-14-14.6/doc/src/sgml/html/docguide-authoring.html --- postgresql-14-14.5/doc/src/sgml/html/docguide-authoring.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/docguide-authoring.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -J.4. Documentation Authoring

    J.4. Documentation Authoring

    +J.4. Documentation Authoring

    J.4. Documentation Authoring

    The documentation sources are most conveniently modified with an editor that has a mode for editing XML, and even more so if it has some awareness of XML schema languages so that it can know about @@ -20,4 +20,4 @@

    src/tools/editors/emacs.samples contains recommended settings for this mode. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/docguide-build.html postgresql-14-14.6/doc/src/sgml/html/docguide-build.html --- postgresql-14-14.5/doc/src/sgml/html/docguide-build.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/docguide-build.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -J.3. Building the Documentation

    J.3. Building the Documentation

    +J.3. Building the Documentation

    J.3. Building the Documentation

    Once you have everything set up, change to the directory doc/src/sgml and run one of the commands described in the following subsections to build the @@ -88,4 +88,4 @@

     doc/src/sgml$ make check
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/docguide-docbook.html postgresql-14-14.6/doc/src/sgml/html/docguide-docbook.html --- postgresql-14-14.5/doc/src/sgml/html/docguide-docbook.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/docguide-docbook.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -J.1. DocBook

    J.1. DocBook

    +J.1. DocBook

    J.1. DocBook

    The documentation sources are written in DocBook, which is a markup language defined in XML. In what @@ -16,8 +16,8 @@ a complete O'Reilly book for your online reading pleasure. The NewbieDoc Docbook Guide is very helpful for beginners. - The + The FreeBSD Documentation Project also uses DocBook and has some good information, including a number of style guidelines that might be worth considering. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/docguide.html postgresql-14-14.6/doc/src/sgml/html/docguide.html --- postgresql-14-14.5/doc/src/sgml/html/docguide.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/docguide.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix J. Documentation \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/docguide-style.html postgresql-14-14.6/doc/src/sgml/html/docguide-style.html --- postgresql-14-14.5/doc/src/sgml/html/docguide-style.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/docguide-style.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -J.5. Style Guide

    J.5. Style Guide

    J.5.1. Reference Pages

    +J.5. Style Guide

    J.5. Style Guide

    J.5.1. Reference Pages

    Reference pages should follow a standard layout. This allows users to find the desired information more quickly, and it also encourages writers to document all relevant aspects of a command. @@ -86,4 +86,4 @@ database system it is compatible. The See Also section of SQL commands should list SQL commands before cross-references to programs. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/docguide-toolsets.html postgresql-14-14.6/doc/src/sgml/html/docguide-toolsets.html --- postgresql-14-14.5/doc/src/sgml/html/docguide-toolsets.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/docguide-toolsets.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -J.2. Tool Sets

    J.2. Tool Sets

    +J.2. Tool Sets

    J.2. Tool Sets

    The following tools are used to process the documentation. Some might be optional, as noted. @@ -109,4 +109,4 @@

     ./configure ... XMLLINT="xmllint --nonet" XSLTPROC="xsltproc --nonet" ...
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/domains.html postgresql-14-14.6/doc/src/sgml/html/domains.html --- postgresql-14-14.5/doc/src/sgml/html/domains.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/domains.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.18. Domain Types

    8.18. Domain Types

    +8.18. Domain Types

    8.18. Domain Types

    A domain is a user-defined data type that is based on another underlying type. Optionally, it can have constraints that restrict its valid values to a subset of @@ -31,4 +31,4 @@ domain's constraints will be checked.

    For additional information see CREATE DOMAIN. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/dynamic-trace.html postgresql-14-14.6/doc/src/sgml/html/dynamic-trace.html --- postgresql-14-14.5/doc/src/sgml/html/dynamic-trace.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/dynamic-trace.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -28.5. Dynamic Tracing

    28.5. Dynamic Tracing

    +28.5. Dynamic Tracing

    28.5. Dynamic Tracing

    PostgreSQL provides facilities to support dynamic tracing of the database server. This allows an external utility to be called at specific points in the code and thereby trace @@ -298,4 +298,4 @@ Each trace macro has a corresponding ENABLED macro.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/earthdistance.html postgresql-14-14.6/doc/src/sgml/html/earthdistance.html --- postgresql-14-14.5/doc/src/sgml/html/earthdistance.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/earthdistance.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.13. earthdistance

    F.13. earthdistance

    +F.13. earthdistance

    F.13. earthdistance

    The earthdistance module provides two different approaches to calculating great circle distances on the surface of the Earth. The one described first depends on the cube module. @@ -154,4 +154,4 @@ you need to be careful about the edge conditions near the poles and near +/- 180 degrees of longitude. The cube-based representation avoids these discontinuities. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-commands.html postgresql-14-14.6/doc/src/sgml/html/ecpg-commands.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-commands.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-commands.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.3. Running SQL Commands

    36.3. Running SQL Commands

    +36.3. Running SQL Commands

    36.3. Running SQL Commands

    Any SQL command can be run from within an embedded SQL application. Below are some examples of how to do that.

    36.3.1. Executing SQL Statements

    @@ -160,4 +160,4 @@ see PREPARE. Also see Section 36.5 for more details about using placeholders and input parameters. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-concept.html postgresql-14-14.6/doc/src/sgml/html/ecpg-concept.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-concept.html 2022-08-08 20:58:26.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-concept.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.1. The Concept

    36.1. The Concept

    +36.1. The Concept

    36.1. The Concept

    An embedded SQL program consists of code written in an ordinary programming language, in this case C, mixed with SQL commands in specially marked sections. To build the program, the source code (*.pgc) @@ -49,4 +49,4 @@ Of course, the C part of the program follows C quoting rules.

    The following sections explain all the embedded SQL statements. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-connect.html postgresql-14-14.6/doc/src/sgml/html/ecpg-connect.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-connect.html 2022-08-08 20:58:26.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-connect.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.2. Managing Database Connections

    36.2. Managing Database Connections

    +36.2. Managing Database Connections

    36.2. Managing Database Connections

    This section describes how to open, close, and switch database connections.

    36.2.1. Connecting to the Database Server

    @@ -246,4 +246,4 @@

    It is good style that an application always explicitly disconnect from every connection it opened. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-cpp.html postgresql-14-14.6/doc/src/sgml/html/ecpg-cpp.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-cpp.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-cpp.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.13. C++ Applications

    36.13. C++ Applications

    +36.13. C++ Applications

    36.13. C++ Applications

    ECPG has some limited support for C++ applications. This section describes some caveats.

    @@ -225,4 +225,4 @@

     c++ test_cpp.o test_mod.o -lecpg -o test_cpp
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-descriptors.html postgresql-14-14.6/doc/src/sgml/html/ecpg-descriptors.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-descriptors.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-descriptors.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.7. Using Descriptor Areas

    36.7. Using Descriptor Areas

    +36.7. Using Descriptor Areas

    36.7. Using Descriptor Areas

    An SQL descriptor area is a more sophisticated method for processing the result of a SELECT, FETCH or a DESCRIBE statement. An SQL descriptor area groups @@ -709,4 +709,4 @@ tup_inserted = 0 (type: 9) tup_updated = 0 (type: 9) tup_deleted = 0 (type: 9) -


    \ No newline at end of file +
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-develop.html postgresql-14-14.6/doc/src/sgml/html/ecpg-develop.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-develop.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-develop.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.17. Internals

    36.17. Internals

    +36.17. Internals

    36.17. Internals

    This section explains how ECPG works internally. This information can occasionally be useful to help users understand how to use ECPG. @@ -121,4 +121,4 @@

    (The indentation here is added for readability and not something the preprocessor does.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-dynamic.html postgresql-14-14.6/doc/src/sgml/html/ecpg-dynamic.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-dynamic.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-dynamic.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.5. Dynamic SQL

    36.5. Dynamic SQL

    +36.5. Dynamic SQL

    36.5. Dynamic SQL

    In many cases, the particular SQL statements that an application has to execute are known at the time the application is written. In some cases, however, the SQL statements are composed at run time @@ -100,4 +100,4 @@ EXEC SQL COMMIT; EXEC SQL DISCONNECT ALL;

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-errors.html postgresql-14-14.6/doc/src/sgml/html/ecpg-errors.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-errors.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-errors.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.8. Error Handling

    36.8. Error Handling

    +36.8. Error Handling

    36.8. Error Handling

    This section describes how you can handle exceptional conditions and warnings in an embedded SQL program. There are two nonexclusive facilities for this. @@ -438,4 +438,4 @@

    -605 (ECPG_WARNING_PORTAL_EXISTS)

    An existing cursor name was specified. (SQLSTATE 42P03)

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg.html postgresql-14-14.6/doc/src/sgml/html/ecpg.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 36. ECPG — Embedded SQL in C

    Chapter 36. ECPG — Embedded SQL in C

    Table of Contents

    36.1. The Concept
    36.2. Managing Database Connections
    36.2.1. Connecting to the Database Server
    36.2.2. Choosing a Connection
    36.2.3. Closing a Connection
    36.3. Running SQL Commands
    36.3.1. Executing SQL Statements
    36.3.2. Using Cursors
    36.3.3. Managing Transactions
    36.3.4. Prepared Statements
    36.4. Using Host Variables
    36.4.1. Overview
    36.4.2. Declare Sections
    36.4.3. Retrieving Query Results
    36.4.4. Type Mapping
    36.4.5. Handling Nonprimitive SQL Data Types
    36.4.6. Indicators
    36.5. Dynamic SQL
    36.5.1. Executing Statements without a Result Set
    36.5.2. Executing a Statement with Input Parameters
    36.5.3. Executing a Statement with a Result Set
    36.6. pgtypes Library
    36.6.1. Character Strings
    36.6.2. The numeric Type
    36.6.3. The date Type
    36.6.4. The timestamp Type
    36.6.5. The interval Type
    36.6.6. The decimal Type
    36.6.7. errno Values of pgtypeslib
    36.6.8. Special Constants of pgtypeslib
    36.7. Using Descriptor Areas
    36.7.1. Named SQL Descriptor Areas
    36.7.2. SQLDA Descriptor Areas
    36.8. Error Handling
    36.8.1. Setting Callbacks
    36.8.2. sqlca
    36.8.3. SQLSTATE vs. SQLCODE
    36.9. Preprocessor Directives
    36.9.1. Including Files
    36.9.2. The define and undef Directives
    36.9.3. ifdef, ifndef, elif, else, and endif Directives
    36.10. Processing Embedded SQL Programs
    36.11. Library Functions
    36.12. Large Objects
    36.13. C++ Applications
    36.13.1. Scope for Host Variables
    36.13.2. C++ Application Development with External C Module
    36.14. Embedded SQL Commands
    ALLOCATE DESCRIPTOR — allocate an SQL descriptor area
    CONNECT — establish a database connection
    DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area
    DECLARE — define a cursor
    DECLARE STATEMENT — declare SQL statement identifier
    DESCRIBE — obtain information about a prepared statement or result set
    DISCONNECT — terminate a database connection
    EXECUTE IMMEDIATE — dynamically prepare and execute a statement
    GET DESCRIPTOR — get information from an SQL descriptor area
    OPEN — open a dynamic cursor
    PREPARE — prepare a statement for execution
    SET AUTOCOMMIT — set the autocommit behavior of the current session
    SET CONNECTION — select a database connection
    SET DESCRIPTOR — set information in an SQL descriptor area
    TYPE — define a new data type
    VAR — define a variable
    WHENEVER — specify the action to be taken when an SQL statement causes a specific class condition to be raised
    36.15. Informix Compatibility Mode
    36.15.1. Additional Types
    36.15.2. Additional/Missing Embedded SQL Statements
    36.15.3. Informix-compatible SQLDA Descriptor Areas
    36.15.4. Additional Functions
    36.15.5. Additional Constants
    36.16. Oracle Compatibility Mode
    36.17. Internals

    +Chapter 36. ECPG — Embedded SQL in C

    Chapter 36. ECPG — Embedded SQL in C

    Table of Contents

    36.1. The Concept
    36.2. Managing Database Connections
    36.2.1. Connecting to the Database Server
    36.2.2. Choosing a Connection
    36.2.3. Closing a Connection
    36.3. Running SQL Commands
    36.3.1. Executing SQL Statements
    36.3.2. Using Cursors
    36.3.3. Managing Transactions
    36.3.4. Prepared Statements
    36.4. Using Host Variables
    36.4.1. Overview
    36.4.2. Declare Sections
    36.4.3. Retrieving Query Results
    36.4.4. Type Mapping
    36.4.5. Handling Nonprimitive SQL Data Types
    36.4.6. Indicators
    36.5. Dynamic SQL
    36.5.1. Executing Statements without a Result Set
    36.5.2. Executing a Statement with Input Parameters
    36.5.3. Executing a Statement with a Result Set
    36.6. pgtypes Library
    36.6.1. Character Strings
    36.6.2. The numeric Type
    36.6.3. The date Type
    36.6.4. The timestamp Type
    36.6.5. The interval Type
    36.6.6. The decimal Type
    36.6.7. errno Values of pgtypeslib
    36.6.8. Special Constants of pgtypeslib
    36.7. Using Descriptor Areas
    36.7.1. Named SQL Descriptor Areas
    36.7.2. SQLDA Descriptor Areas
    36.8. Error Handling
    36.8.1. Setting Callbacks
    36.8.2. sqlca
    36.8.3. SQLSTATE vs. SQLCODE
    36.9. Preprocessor Directives
    36.9.1. Including Files
    36.9.2. The define and undef Directives
    36.9.3. ifdef, ifndef, elif, else, and endif Directives
    36.10. Processing Embedded SQL Programs
    36.11. Library Functions
    36.12. Large Objects
    36.13. C++ Applications
    36.13.1. Scope for Host Variables
    36.13.2. C++ Application Development with External C Module
    36.14. Embedded SQL Commands
    ALLOCATE DESCRIPTOR — allocate an SQL descriptor area
    CONNECT — establish a database connection
    DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area
    DECLARE — define a cursor
    DECLARE STATEMENT — declare SQL statement identifier
    DESCRIBE — obtain information about a prepared statement or result set
    DISCONNECT — terminate a database connection
    EXECUTE IMMEDIATE — dynamically prepare and execute a statement
    GET DESCRIPTOR — get information from an SQL descriptor area
    OPEN — open a dynamic cursor
    PREPARE — prepare a statement for execution
    SET AUTOCOMMIT — set the autocommit behavior of the current session
    SET CONNECTION — select a database connection
    SET DESCRIPTOR — set information in an SQL descriptor area
    TYPE — define a new data type
    VAR — define a variable
    WHENEVER — specify the action to be taken when an SQL statement causes a specific class condition to be raised
    36.15. Informix Compatibility Mode
    36.15.1. Additional Types
    36.15.2. Additional/Missing Embedded SQL Statements
    36.15.3. Informix-compatible SQLDA Descriptor Areas
    36.15.4. Additional Functions
    36.15.5. Additional Constants
    36.16. Oracle Compatibility Mode
    36.17. Internals

    This chapter describes the embedded SQL package for PostgreSQL. It was written by Linus Tolke () and Michael Meskes @@ -10,4 +10,4 @@ This documentation is quite incomplete. But since this interface is standardized, additional information can be found in many resources about SQL. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-informix-compat.html postgresql-14-14.6/doc/src/sgml/html/ecpg-informix-compat.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-informix-compat.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-informix-compat.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.15. Informix Compatibility Mode

    36.15. Informix Compatibility Mode

    +36.15. Informix Compatibility Mode

    36.15. Informix Compatibility Mode

    ecpg can be run in a so-called Informix compatibility mode. If this mode is active, it tries to behave as if it were the Informix precompiler for Informix E/SQL. Generally spoken this will allow you to use @@ -889,4 +889,4 @@ characters it cannot parse. Internally it is defined as -1264 (the Informix definition).

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-library.html postgresql-14-14.6/doc/src/sgml/html/ecpg-library.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-library.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-library.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.11. Library Functions

    36.11. Library Functions

    +36.11. Library Functions

    36.11. Library Functions

    The libecpg library primarily contains hidden functions that are used to implement the functionality expressed by the embedded SQL commands. But there @@ -43,4 +43,4 @@ returns true if you are connected to a database and false if not. connection_name can be NULL if a single connection is being used. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-lo.html postgresql-14-14.6/doc/src/sgml/html/ecpg-lo.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-lo.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-lo.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.12. Large Objects

    36.12. Large Objects

    +36.12. Large Objects

    36.12. Large Objects

    Large objects are not directly supported by ECPG, but ECPG application can manipulate large objects through the libpq large object functions, obtaining the necessary PGconn @@ -97,4 +97,4 @@ EXEC SQL DISCONNECT ALL; return 0; } -


    \ No newline at end of file +
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-oracle-compat.html postgresql-14-14.6/doc/src/sgml/html/ecpg-oracle-compat.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-oracle-compat.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-oracle-compat.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.16. Oracle Compatibility Mode

    36.16. Oracle Compatibility Mode

    +36.16. Oracle Compatibility Mode

    36.16. Oracle Compatibility Mode

    ecpg can be run in a so-called Oracle compatibility mode. If this mode is active, it tries to behave as if it were Oracle Pro*C. @@ -16,4 +16,4 @@ Set the null indicator to -1 when character arrays receive empty character string types

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-pgtypes.html postgresql-14-14.6/doc/src/sgml/html/ecpg-pgtypes.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-pgtypes.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-pgtypes.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.6. pgtypes Library

    36.6. pgtypes Library

    +36.6. pgtypes Library

    36.6. pgtypes Library

    The pgtypes library maps PostgreSQL database types to C equivalents that can be used in C programs. It also offers functions to do basic calculations with those types within C, i.e., without @@ -762,4 +762,4 @@ errno != 0 after each call to PGTYPEStimestamp_from_asc.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-preproc.html postgresql-14-14.6/doc/src/sgml/html/ecpg-preproc.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-preproc.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-preproc.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.9. Preprocessor Directives

    36.9. Preprocessor Directives

    +36.9. Preprocessor Directives

    36.9. Preprocessor Directives

    Several preprocessor directives are available that modify how the ecpg preprocessor parses and processes a file. @@ -126,4 +126,4 @@ EXEC SQL SET TIMEZONE TO 'GMT'; EXEC SQL endif;

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-process.html postgresql-14-14.6/doc/src/sgml/html/ecpg-process.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-process.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-process.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.10. Processing Embedded SQL Programs

    36.10. Processing Embedded SQL Programs

    +36.10. Processing Embedded SQL Programs

    36.10. Processing Embedded SQL Programs

    Now that you have an idea how to form embedded SQL C programs, you probably want to know how to compile them. Before compiling you run the file through the embedded SQL @@ -65,4 +65,4 @@ The ecpg library is thread-safe by default. However, you might need to use some threading command-line options to compile your client code. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-allocate-descriptor.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-allocate-descriptor.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-allocate-descriptor.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-allocate-descriptor.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -ALLOCATE DESCRIPTOR

    ALLOCATE DESCRIPTOR

    ALLOCATE DESCRIPTOR — allocate an SQL descriptor area

    Synopsis

    +ALLOCATE DESCRIPTOR

    ALLOCATE DESCRIPTOR

    ALLOCATE DESCRIPTOR — allocate an SQL descriptor area

    Synopsis

     ALLOCATE DESCRIPTOR name
     

    Description

    ALLOCATE DESCRIPTOR allocates a new named SQL @@ -16,4 +16,4 @@

    Compatibility

    ALLOCATE DESCRIPTOR is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-commands.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-commands.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-commands.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-commands.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,7 +1,7 @@ -36.14. Embedded SQL Commands

    36.14. Embedded SQL Commands

    ALLOCATE DESCRIPTOR — allocate an SQL descriptor area
    CONNECT — establish a database connection
    DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area
    DECLARE — define a cursor
    DECLARE STATEMENT — declare SQL statement identifier
    DESCRIBE — obtain information about a prepared statement or result set
    DISCONNECT — terminate a database connection
    EXECUTE IMMEDIATE — dynamically prepare and execute a statement
    GET DESCRIPTOR — get information from an SQL descriptor area
    OPEN — open a dynamic cursor
    PREPARE — prepare a statement for execution
    SET AUTOCOMMIT — set the autocommit behavior of the current session
    SET CONNECTION — select a database connection
    SET DESCRIPTOR — set information in an SQL descriptor area
    TYPE — define a new data type
    VAR — define a variable
    WHENEVER — specify the action to be taken when an SQL statement causes a specific class condition to be raised

    +36.14. Embedded SQL Commands

    36.14. Embedded SQL Commands

    ALLOCATE DESCRIPTOR — allocate an SQL descriptor area
    CONNECT — establish a database connection
    DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area
    DECLARE — define a cursor
    DECLARE STATEMENT — declare SQL statement identifier
    DESCRIBE — obtain information about a prepared statement or result set
    DISCONNECT — terminate a database connection
    EXECUTE IMMEDIATE — dynamically prepare and execute a statement
    GET DESCRIPTOR — get information from an SQL descriptor area
    OPEN — open a dynamic cursor
    PREPARE — prepare a statement for execution
    SET AUTOCOMMIT — set the autocommit behavior of the current session
    SET CONNECTION — select a database connection
    SET DESCRIPTOR — set information in an SQL descriptor area
    TYPE — define a new data type
    VAR — define a variable
    WHENEVER — specify the action to be taken when an SQL statement causes a specific class condition to be raised

    This section describes all SQL commands that are specific to embedded SQL. Also refer to the SQL commands listed in SQL Commands, which can also be used in embedded SQL, unless stated otherwise. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-connect.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-connect.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-connect.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-connect.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -CONNECT

    CONNECT

    CONNECT — establish a database connection

    Synopsis

    +CONNECT

    CONNECT

    CONNECT — establish a database connection

    Synopsis

     CONNECT TO connection_target [ AS connection_name ] [ USER connection_user ]
     CONNECT TO DEFAULT
     CONNECT connection_user
    @@ -106,4 +106,4 @@
          CONNECT is specified in the SQL standard, but
          the format of the connection parameters is
          implementation-specific.
    -    

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-deallocate-descriptor.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -DEALLOCATE DESCRIPTOR

    DEALLOCATE DESCRIPTOR

    DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area

    Synopsis

    +DEALLOCATE DESCRIPTOR

    DEALLOCATE DESCRIPTOR

    DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area

    Synopsis

     DEALLOCATE DESCRIPTOR name
     

    Description

    DEALLOCATE DESCRIPTOR deallocates a named SQL @@ -13,4 +13,4 @@

    Compatibility

    DEALLOCATE DESCRIPTOR is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-declare.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-declare.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-declare.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-declare.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -DECLARE

    DECLARE

    DECLARE — define a cursor

    Synopsis

    +DECLARE

    DECLARE

    DECLARE — define a cursor

    Synopsis

     DECLARE cursor_name [ BINARY ] [ ASENSITIVE | INSENSITIVE ] [ [ NO ] SCROLL ] CURSOR [ { WITH | WITHOUT } HOLD ] FOR prepared_name
     DECLARE cursor_name [ BINARY ] [ ASENSITIVE | INSENSITIVE ] [ [ NO ] SCROLL ] CURSOR [ { WITH | WITHOUT } HOLD ] FOR query
     

    Description

    @@ -40,4 +40,4 @@

    Compatibility

    DECLARE is specified in the SQL standard. -

    See Also

    OPEN, CLOSE, DECLARE
    \ No newline at end of file +

    See Also

    OPEN, CLOSE, DECLARE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-declare-statement.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-declare-statement.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-declare-statement.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-declare-statement.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -DECLARE STATEMENT

    DECLARE STATEMENT

    DECLARE STATEMENT — declare SQL statement identifier

    Synopsis

    +DECLARE STATEMENT

    DECLARE STATEMENT

    DECLARE STATEMENT — declare SQL statement identifier

    Synopsis

     EXEC SQL [ AT connection_name ] DECLARE statement_name STATEMENT
     

    Description

    DECLARE STATEMENT declares an SQL statement identifier. @@ -30,4 +30,4 @@

    Compatibility

    DECLARE STATEMENT is an extension of the SQL standard, but can be used in famous DBMSs. -

    See Also

    CONNECT, DECLARE, OPEN
    \ No newline at end of file +

    See Also

    CONNECT, DECLARE, OPEN
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-describe.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-describe.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-describe.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-describe.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -DESCRIBE

    DESCRIBE

    DESCRIBE — obtain information about a prepared statement or result set

    Synopsis

    +DESCRIBE

    DESCRIBE

    DESCRIBE — obtain information about a prepared statement or result set

    Synopsis

     DESCRIBE [ OUTPUT ] prepared_name USING [ SQL ] DESCRIPTOR descriptor_name
     DESCRIBE [ OUTPUT ] prepared_name INTO [ SQL ] DESCRIPTOR descriptor_name
     DESCRIBE [ OUTPUT ] prepared_name INTO sqlda_name
    @@ -23,4 +23,4 @@
     EXEC SQL DEALLOCATE DESCRIPTOR mydesc;
     

    Compatibility

    DESCRIBE is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-disconnect.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-disconnect.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-disconnect.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-disconnect.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -DISCONNECT

    DISCONNECT

    DISCONNECT — terminate a database connection

    Synopsis

    +DISCONNECT

    DISCONNECT

    DISCONNECT — terminate a database connection

    Synopsis

     DISCONNECT connection_name
     DISCONNECT [ CURRENT ]
     DISCONNECT DEFAULT
    @@ -37,4 +37,4 @@
     }
     

    Compatibility

    DISCONNECT is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-execute-immediate.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-execute-immediate.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-execute-immediate.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-execute-immediate.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -EXECUTE IMMEDIATE

    EXECUTE IMMEDIATE

    EXECUTE IMMEDIATE — dynamically prepare and execute a statement

    Synopsis

    +EXECUTE IMMEDIATE

    EXECUTE IMMEDIATE

    EXECUTE IMMEDIATE — dynamically prepare and execute a statement

    Synopsis

     EXECUTE IMMEDIATE string
     

    Description

    EXECUTE IMMEDIATE immediately prepares and @@ -34,4 +34,4 @@

    Compatibility

    EXECUTE IMMEDIATE is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-get-descriptor.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-get-descriptor.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-get-descriptor.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-get-descriptor.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -GET DESCRIPTOR

    GET DESCRIPTOR

    GET DESCRIPTOR — get information from an SQL descriptor area

    Synopsis

    +GET DESCRIPTOR

    GET DESCRIPTOR

    GET DESCRIPTOR — get information from an SQL descriptor area

    Synopsis

     GET DESCRIPTOR descriptor_name :cvariable = descriptor_header_item [, ... ]
     GET DESCRIPTOR descriptor_name VALUE column_number :cvariable = descriptor_item [, ... ]
     

    Description

    @@ -101,4 +101,4 @@

    Compatibility

    GET DESCRIPTOR is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-open.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-open.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-open.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-open.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -OPEN

    OPEN

    OPEN — open a dynamic cursor

    Synopsis

    +OPEN

    OPEN

    OPEN — open a dynamic cursor

    Synopsis

     OPEN cursor_name
     OPEN cursor_name USING value [, ... ]
     OPEN cursor_name USING SQL DESCRIPTOR descriptor_name
    @@ -28,4 +28,4 @@
     EXEC SQL OPEN :curname1;
     

    Compatibility

    OPEN is specified in the SQL standard. -

    See Also

    DECLARE, CLOSE
    \ No newline at end of file +

    See Also

    DECLARE, CLOSE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-prepare.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-prepare.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-prepare.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-prepare.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -PREPARE

    PREPARE

    PREPARE — prepare a statement for execution

    Synopsis

    +PREPARE

    PREPARE

    PREPARE — prepare a statement for execution

    Synopsis

     PREPARE prepared_name FROM string
     

    Description

    PREPARE prepares a statement dynamically @@ -39,4 +39,4 @@ EXEC SQL EXECUTE foo USING SQL DESCRIPTOR indesc INTO SQL DESCRIPTOR outdesc;

    Compatibility

    PREPARE is specified in the SQL standard. -

    See Also

    EXECUTE
    \ No newline at end of file +

    See Also

    EXECUTE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-set-autocommit.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-set-autocommit.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-set-autocommit.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-set-autocommit.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -SET AUTOCOMMIT

    SET AUTOCOMMIT

    SET AUTOCOMMIT — set the autocommit behavior of the current session

    Synopsis

    +SET AUTOCOMMIT

    SET AUTOCOMMIT

    SET AUTOCOMMIT — set the autocommit behavior of the current session

    Synopsis

     SET AUTOCOMMIT { = | TO } { ON | OFF }
     

    Description

    SET AUTOCOMMIT sets the autocommit behavior of @@ -10,4 +10,4 @@ where each individual statement is committed implicitly.

    Compatibility

    SET AUTOCOMMIT is an extension of PostgreSQL ECPG. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-set-connection.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-set-connection.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-set-connection.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-set-connection.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -SET CONNECTION

    SET CONNECTION

    SET CONNECTION — select a database connection

    Synopsis

    +SET CONNECTION

    SET CONNECTION

    SET CONNECTION — select a database connection

    Synopsis

     SET CONNECTION [ TO | = ] connection_name
     

    Description

    SET CONNECTION sets the current @@ -15,4 +15,4 @@ EXEC SQL SET CONNECTION = con1;

    Compatibility

    SET CONNECTION is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-set-descriptor.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-set-descriptor.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-set-descriptor.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-set-descriptor.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -SET DESCRIPTOR

    SET DESCRIPTOR

    SET DESCRIPTOR — set information in an SQL descriptor area

    Synopsis

    +SET DESCRIPTOR

    SET DESCRIPTOR

    SET DESCRIPTOR — set information in an SQL descriptor area

    Synopsis

     SET DESCRIPTOR descriptor_name descriptor_header_item = value [, ... ]
     SET DESCRIPTOR descriptor_name VALUE number descriptor_item = value [, ...]
     

    Description

    @@ -35,4 +35,4 @@ EXEC SQL SET DESCRIPTOR indesc VALUE 2 INDICATOR = :val2null, DATA = :val2;

    Compatibility

    SET DESCRIPTOR is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-type.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-type.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-type.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-type.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -TYPE

    TYPE

    TYPE — define a new data type

    Synopsis

    +TYPE

    TYPE

    TYPE — define a new data type

    Synopsis

     TYPE type_name IS ctype
     

    Description

    The TYPE command defines a new C type. It is @@ -85,4 +85,4 @@

    Compatibility

    The TYPE command is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-var.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-var.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-var.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-var.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -VAR

    VAR

    VAR — define a variable

    Synopsis

    +VAR

    VAR

    VAR — define a variable

    Synopsis

     VAR varname IS ctype
     

    Description

    The VAR command assigns a new C data type @@ -16,4 +16,4 @@ EXEC SQL VAR a IS int;

    Compatibility

    The VAR command is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-whenever.html postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-whenever.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-sql-whenever.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-sql-whenever.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -WHENEVER

    WHENEVER

    WHENEVER — specify the action to be taken when an SQL statement causes a specific class condition to be raised

    Synopsis

    +WHENEVER

    WHENEVER

    WHENEVER — specify the action to be taken when an SQL statement causes a specific class condition to be raised

    Synopsis

     WHENEVER { NOT FOUND | SQLERROR | SQLWARNING } action
     

    Description

    Define a behavior which is called on the special cases (Rows not @@ -54,4 +54,4 @@

    Compatibility

    WHENEVER is specified in the SQL standard, but most of the actions are PostgreSQL extensions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ecpg-variables.html postgresql-14-14.6/doc/src/sgml/html/ecpg-variables.html --- postgresql-14-14.5/doc/src/sgml/html/ecpg-variables.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ecpg-variables.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -36.4. Using Host Variables

    36.4. Using Host Variables

    +36.4. Using Host Variables

    36.4. Using Host Variables

    In Section 36.3 you saw how you can execute SQL statements from an embedded SQL program. Some of those statements only used fixed values and did not provide a way to insert @@ -878,4 +878,4 @@ input and output) for character string types as empty string and for integer types as the lowest possible value for type (for example, INT_MIN for int). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/encryption-options.html postgresql-14-14.6/doc/src/sgml/html/encryption-options.html --- postgresql-14-14.5/doc/src/sgml/html/encryption-options.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/encryption-options.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.8. Encryption Options

    19.8. Encryption Options

    +19.8. Encryption Options

    19.8. Encryption Options

    PostgreSQL offers encryption at several levels, and provides flexibility in protecting data from disclosure due to database server theft, unscrupulous administrators, and @@ -81,4 +81,4 @@ never appears on the database server. Data is encrypted on the client before being sent to the server, and database results have to be decrypted on the client before being used. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/errcodes-appendix.html postgresql-14-14.6/doc/src/sgml/html/errcodes-appendix.html --- postgresql-14-14.5/doc/src/sgml/html/errcodes-appendix.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/errcodes-appendix.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix A. PostgreSQL Error Codes

    Appendix A. PostgreSQL Error Codes

    +Appendix A. PostgreSQL Error Codes

    Appendix A. PostgreSQL Error Codes

    All messages emitted by the PostgreSQL server are assigned five-character error codes that follow the SQL standard's conventions for SQLSTATE codes. Applications @@ -20,7 +20,7 @@ what to do from the error class.

    Table A.1 lists all the error codes defined in - PostgreSQL 14.5. (Some are not actually + PostgreSQL 14.6. (Some are not actually used at present, but are defined by the SQL standard.) The error classes are also shown. For each error class there is a standard error code having the last three characters @@ -42,4 +42,4 @@ As of PostgreSQL 9.3, complete coverage for this feature exists only for errors in SQLSTATE class 23 (integrity constraint violation), but this is likely to be expanded in future. -

    Table A.1. PostgreSQL Error Codes

    Error CodeCondition Name
    Class 00 — Successful Completion
    00000successful_completion
    Class 01 — Warning
    01000warning
    0100Cdynamic_result_sets_returned
    01008implicit_zero_bit_padding
    01003null_value_eliminated_in_set_function
    01007privilege_not_granted
    01006privilege_not_revoked
    01004string_data_right_truncation
    01P01deprecated_feature
    Class 02 — No Data (this is also a warning class per the SQL standard)
    02000no_data
    02001no_additional_dynamic_result_sets_returned
    Class 03 — SQL Statement Not Yet Complete
    03000sql_statement_not_yet_complete
    Class 08 — Connection Exception
    08000connection_exception
    08003connection_does_not_exist
    08006connection_failure
    08001sqlclient_unable_to_establish_sqlconnection
    08004sqlserver_rejected_establishment_of_sqlconnection
    08007transaction_resolution_unknown
    08P01protocol_violation
    Class 09 — Triggered Action Exception
    09000triggered_action_exception
    Class 0A — Feature Not Supported
    0A000feature_not_supported
    Class 0B — Invalid Transaction Initiation
    0B000invalid_transaction_initiation
    Class 0F — Locator Exception
    0F000locator_exception
    0F001invalid_locator_specification
    Class 0L — Invalid Grantor
    0L000invalid_grantor
    0LP01invalid_grant_operation
    Class 0P — Invalid Role Specification
    0P000invalid_role_specification
    Class 0Z — Diagnostics Exception
    0Z000diagnostics_exception
    0Z002stacked_diagnostics_accessed_without_active_handler
    Class 20 — Case Not Found
    20000case_not_found
    Class 21 — Cardinality Violation
    21000cardinality_violation
    Class 22 — Data Exception
    22000data_exception
    2202Earray_subscript_error
    22021character_not_in_repertoire
    22008datetime_field_overflow
    22012division_by_zero
    22005error_in_assignment
    2200Bescape_character_conflict
    22022indicator_overflow
    22015interval_field_overflow
    2201Einvalid_argument_for_logarithm
    22014invalid_argument_for_ntile_function
    22016invalid_argument_for_nth_value_function
    2201Finvalid_argument_for_power_function
    2201Ginvalid_argument_for_width_bucket_function
    22018invalid_character_value_for_cast
    22007invalid_datetime_format
    22019invalid_escape_character
    2200Dinvalid_escape_octet
    22025invalid_escape_sequence
    22P06nonstandard_use_of_escape_character
    22010invalid_indicator_parameter_value
    22023invalid_parameter_value
    22013invalid_preceding_or_following_size
    2201Binvalid_regular_expression
    2201Winvalid_row_count_in_limit_clause
    2201Xinvalid_row_count_in_result_offset_clause
    2202Hinvalid_tablesample_argument
    2202Ginvalid_tablesample_repeat
    22009invalid_time_zone_displacement_value
    2200Cinvalid_use_of_escape_character
    2200Gmost_specific_type_mismatch
    22004null_value_not_allowed
    22002null_value_no_indicator_parameter
    22003numeric_value_out_of_range
    2200Hsequence_generator_limit_exceeded
    22026string_data_length_mismatch
    22001string_data_right_truncation
    22011substring_error
    22027trim_error
    22024unterminated_c_string
    2200Fzero_length_character_string
    22P01floating_point_exception
    22P02invalid_text_representation
    22P03invalid_binary_representation
    22P04bad_copy_file_format
    22P05untranslatable_character
    2200Lnot_an_xml_document
    2200Minvalid_xml_document
    2200Ninvalid_xml_content
    2200Sinvalid_xml_comment
    2200Tinvalid_xml_processing_instruction
    22030duplicate_json_object_key_value
    22031invalid_argument_for_sql_json_datetime_function
    22032invalid_json_text
    22033invalid_sql_json_subscript
    22034more_than_one_sql_json_item
    22035no_sql_json_item
    22036non_numeric_sql_json_item
    22037non_unique_keys_in_a_json_object
    22038singleton_sql_json_item_required
    22039sql_json_array_not_found
    2203Asql_json_member_not_found
    2203Bsql_json_number_not_found
    2203Csql_json_object_not_found
    2203Dtoo_many_json_array_elements
    2203Etoo_many_json_object_members
    2203Fsql_json_scalar_required
    Class 23 — Integrity Constraint Violation
    23000integrity_constraint_violation
    23001restrict_violation
    23502not_null_violation
    23503foreign_key_violation
    23505unique_violation
    23514check_violation
    23P01exclusion_violation
    Class 24 — Invalid Cursor State
    24000invalid_cursor_state
    Class 25 — Invalid Transaction State
    25000invalid_transaction_state
    25001active_sql_transaction
    25002branch_transaction_already_active
    25008held_cursor_requires_same_isolation_level
    25003inappropriate_access_mode_for_branch_transaction
    25004inappropriate_isolation_level_for_branch_transaction
    25005no_active_sql_transaction_for_branch_transaction
    25006read_only_sql_transaction
    25007schema_and_data_statement_mixing_not_supported
    25P01no_active_sql_transaction
    25P02in_failed_sql_transaction
    25P03idle_in_transaction_session_timeout
    Class 26 — Invalid SQL Statement Name
    26000invalid_sql_statement_name
    Class 27 — Triggered Data Change Violation
    27000triggered_data_change_violation
    Class 28 — Invalid Authorization Specification
    28000invalid_authorization_specification
    28P01invalid_password
    Class 2B — Dependent Privilege Descriptors Still Exist
    2B000dependent_privilege_descriptors_still_exist
    2BP01dependent_objects_still_exist
    Class 2D — Invalid Transaction Termination
    2D000invalid_transaction_termination
    Class 2F — SQL Routine Exception
    2F000sql_routine_exception
    2F005function_executed_no_return_statement
    2F002modifying_sql_data_not_permitted
    2F003prohibited_sql_statement_attempted
    2F004reading_sql_data_not_permitted
    Class 34 — Invalid Cursor Name
    34000invalid_cursor_name
    Class 38 — External Routine Exception
    38000external_routine_exception
    38001containing_sql_not_permitted
    38002modifying_sql_data_not_permitted
    38003prohibited_sql_statement_attempted
    38004reading_sql_data_not_permitted
    Class 39 — External Routine Invocation Exception
    39000external_routine_invocation_exception
    39001invalid_sqlstate_returned
    39004null_value_not_allowed
    39P01trigger_protocol_violated
    39P02srf_protocol_violated
    39P03event_trigger_protocol_violated
    Class 3B — Savepoint Exception
    3B000savepoint_exception
    3B001invalid_savepoint_specification
    Class 3D — Invalid Catalog Name
    3D000invalid_catalog_name
    Class 3F — Invalid Schema Name
    3F000invalid_schema_name
    Class 40 — Transaction Rollback
    40000transaction_rollback
    40002transaction_integrity_constraint_violation
    40001serialization_failure
    40003statement_completion_unknown
    40P01deadlock_detected
    Class 42 — Syntax Error or Access Rule Violation
    42000syntax_error_or_access_rule_violation
    42601syntax_error
    42501insufficient_privilege
    42846cannot_coerce
    42803grouping_error
    42P20windowing_error
    42P19invalid_recursion
    42830invalid_foreign_key
    42602invalid_name
    42622name_too_long
    42939reserved_name
    42804datatype_mismatch
    42P18indeterminate_datatype
    42P21collation_mismatch
    42P22indeterminate_collation
    42809wrong_object_type
    428C9generated_always
    42703undefined_column
    42883undefined_function
    42P01undefined_table
    42P02undefined_parameter
    42704undefined_object
    42701duplicate_column
    42P03duplicate_cursor
    42P04duplicate_database
    42723duplicate_function
    42P05duplicate_prepared_statement
    42P06duplicate_schema
    42P07duplicate_table
    42712duplicate_alias
    42710duplicate_object
    42702ambiguous_column
    42725ambiguous_function
    42P08ambiguous_parameter
    42P09ambiguous_alias
    42P10invalid_column_reference
    42611invalid_column_definition
    42P11invalid_cursor_definition
    42P12invalid_database_definition
    42P13invalid_function_definition
    42P14invalid_prepared_statement_definition
    42P15invalid_schema_definition
    42P16invalid_table_definition
    42P17invalid_object_definition
    Class 44 — WITH CHECK OPTION Violation
    44000with_check_option_violation
    Class 53 — Insufficient Resources
    53000insufficient_resources
    53100disk_full
    53200out_of_memory
    53300too_many_connections
    53400configuration_limit_exceeded
    Class 54 — Program Limit Exceeded
    54000program_limit_exceeded
    54001statement_too_complex
    54011too_many_columns
    54023too_many_arguments
    Class 55 — Object Not In Prerequisite State
    55000object_not_in_prerequisite_state
    55006object_in_use
    55P02cant_change_runtime_param
    55P03lock_not_available
    55P04unsafe_new_enum_value_usage
    Class 57 — Operator Intervention
    57000operator_intervention
    57014query_canceled
    57P01admin_shutdown
    57P02crash_shutdown
    57P03cannot_connect_now
    57P04database_dropped
    57P05idle_session_timeout
    Class 58 — System Error (errors external to PostgreSQL itself)
    58000system_error
    58030io_error
    58P01undefined_file
    58P02duplicate_file
    Class 72 — Snapshot Failure
    72000snapshot_too_old
    Class F0 — Configuration File Error
    F0000config_file_error
    F0001lock_file_exists
    Class HV — Foreign Data Wrapper Error (SQL/MED)
    HV000fdw_error
    HV005fdw_column_name_not_found
    HV002fdw_dynamic_parameter_value_needed
    HV010fdw_function_sequence_error
    HV021fdw_inconsistent_descriptor_information
    HV024fdw_invalid_attribute_value
    HV007fdw_invalid_column_name
    HV008fdw_invalid_column_number
    HV004fdw_invalid_data_type
    HV006fdw_invalid_data_type_descriptors
    HV091fdw_invalid_descriptor_field_identifier
    HV00Bfdw_invalid_handle
    HV00Cfdw_invalid_option_index
    HV00Dfdw_invalid_option_name
    HV090fdw_invalid_string_length_or_buffer_length
    HV00Afdw_invalid_string_format
    HV009fdw_invalid_use_of_null_pointer
    HV014fdw_too_many_handles
    HV001fdw_out_of_memory
    HV00Pfdw_no_schemas
    HV00Jfdw_option_name_not_found
    HV00Kfdw_reply_handle
    HV00Qfdw_schema_not_found
    HV00Rfdw_table_not_found
    HV00Lfdw_unable_to_create_execution
    HV00Mfdw_unable_to_create_reply
    HV00Nfdw_unable_to_establish_connection
    Class P0 — PL/pgSQL Error
    P0000plpgsql_error
    P0001raise_exception
    P0002no_data_found
    P0003too_many_rows
    P0004assert_failure
    Class XX — Internal Error
    XX000internal_error
    XX001data_corrupted
    XX002index_corrupted

    \ No newline at end of file +

    Table A.1. PostgreSQL Error Codes

    Error CodeCondition Name
    Class 00 — Successful Completion
    00000successful_completion
    Class 01 — Warning
    01000warning
    0100Cdynamic_result_sets_returned
    01008implicit_zero_bit_padding
    01003null_value_eliminated_in_set_function
    01007privilege_not_granted
    01006privilege_not_revoked
    01004string_data_right_truncation
    01P01deprecated_feature
    Class 02 — No Data (this is also a warning class per the SQL standard)
    02000no_data
    02001no_additional_dynamic_result_sets_returned
    Class 03 — SQL Statement Not Yet Complete
    03000sql_statement_not_yet_complete
    Class 08 — Connection Exception
    08000connection_exception
    08003connection_does_not_exist
    08006connection_failure
    08001sqlclient_unable_to_establish_sqlconnection
    08004sqlserver_rejected_establishment_of_sqlconnection
    08007transaction_resolution_unknown
    08P01protocol_violation
    Class 09 — Triggered Action Exception
    09000triggered_action_exception
    Class 0A — Feature Not Supported
    0A000feature_not_supported
    Class 0B — Invalid Transaction Initiation
    0B000invalid_transaction_initiation
    Class 0F — Locator Exception
    0F000locator_exception
    0F001invalid_locator_specification
    Class 0L — Invalid Grantor
    0L000invalid_grantor
    0LP01invalid_grant_operation
    Class 0P — Invalid Role Specification
    0P000invalid_role_specification
    Class 0Z — Diagnostics Exception
    0Z000diagnostics_exception
    0Z002stacked_diagnostics_accessed_without_active_handler
    Class 20 — Case Not Found
    20000case_not_found
    Class 21 — Cardinality Violation
    21000cardinality_violation
    Class 22 — Data Exception
    22000data_exception
    2202Earray_subscript_error
    22021character_not_in_repertoire
    22008datetime_field_overflow
    22012division_by_zero
    22005error_in_assignment
    2200Bescape_character_conflict
    22022indicator_overflow
    22015interval_field_overflow
    2201Einvalid_argument_for_logarithm
    22014invalid_argument_for_ntile_function
    22016invalid_argument_for_nth_value_function
    2201Finvalid_argument_for_power_function
    2201Ginvalid_argument_for_width_bucket_function
    22018invalid_character_value_for_cast
    22007invalid_datetime_format
    22019invalid_escape_character
    2200Dinvalid_escape_octet
    22025invalid_escape_sequence
    22P06nonstandard_use_of_escape_character
    22010invalid_indicator_parameter_value
    22023invalid_parameter_value
    22013invalid_preceding_or_following_size
    2201Binvalid_regular_expression
    2201Winvalid_row_count_in_limit_clause
    2201Xinvalid_row_count_in_result_offset_clause
    2202Hinvalid_tablesample_argument
    2202Ginvalid_tablesample_repeat
    22009invalid_time_zone_displacement_value
    2200Cinvalid_use_of_escape_character
    2200Gmost_specific_type_mismatch
    22004null_value_not_allowed
    22002null_value_no_indicator_parameter
    22003numeric_value_out_of_range
    2200Hsequence_generator_limit_exceeded
    22026string_data_length_mismatch
    22001string_data_right_truncation
    22011substring_error
    22027trim_error
    22024unterminated_c_string
    2200Fzero_length_character_string
    22P01floating_point_exception
    22P02invalid_text_representation
    22P03invalid_binary_representation
    22P04bad_copy_file_format
    22P05untranslatable_character
    2200Lnot_an_xml_document
    2200Minvalid_xml_document
    2200Ninvalid_xml_content
    2200Sinvalid_xml_comment
    2200Tinvalid_xml_processing_instruction
    22030duplicate_json_object_key_value
    22031invalid_argument_for_sql_json_datetime_function
    22032invalid_json_text
    22033invalid_sql_json_subscript
    22034more_than_one_sql_json_item
    22035no_sql_json_item
    22036non_numeric_sql_json_item
    22037non_unique_keys_in_a_json_object
    22038singleton_sql_json_item_required
    22039sql_json_array_not_found
    2203Asql_json_member_not_found
    2203Bsql_json_number_not_found
    2203Csql_json_object_not_found
    2203Dtoo_many_json_array_elements
    2203Etoo_many_json_object_members
    2203Fsql_json_scalar_required
    Class 23 — Integrity Constraint Violation
    23000integrity_constraint_violation
    23001restrict_violation
    23502not_null_violation
    23503foreign_key_violation
    23505unique_violation
    23514check_violation
    23P01exclusion_violation
    Class 24 — Invalid Cursor State
    24000invalid_cursor_state
    Class 25 — Invalid Transaction State
    25000invalid_transaction_state
    25001active_sql_transaction
    25002branch_transaction_already_active
    25008held_cursor_requires_same_isolation_level
    25003inappropriate_access_mode_for_branch_transaction
    25004inappropriate_isolation_level_for_branch_transaction
    25005no_active_sql_transaction_for_branch_transaction
    25006read_only_sql_transaction
    25007schema_and_data_statement_mixing_not_supported
    25P01no_active_sql_transaction
    25P02in_failed_sql_transaction
    25P03idle_in_transaction_session_timeout
    Class 26 — Invalid SQL Statement Name
    26000invalid_sql_statement_name
    Class 27 — Triggered Data Change Violation
    27000triggered_data_change_violation
    Class 28 — Invalid Authorization Specification
    28000invalid_authorization_specification
    28P01invalid_password
    Class 2B — Dependent Privilege Descriptors Still Exist
    2B000dependent_privilege_descriptors_still_exist
    2BP01dependent_objects_still_exist
    Class 2D — Invalid Transaction Termination
    2D000invalid_transaction_termination
    Class 2F — SQL Routine Exception
    2F000sql_routine_exception
    2F005function_executed_no_return_statement
    2F002modifying_sql_data_not_permitted
    2F003prohibited_sql_statement_attempted
    2F004reading_sql_data_not_permitted
    Class 34 — Invalid Cursor Name
    34000invalid_cursor_name
    Class 38 — External Routine Exception
    38000external_routine_exception
    38001containing_sql_not_permitted
    38002modifying_sql_data_not_permitted
    38003prohibited_sql_statement_attempted
    38004reading_sql_data_not_permitted
    Class 39 — External Routine Invocation Exception
    39000external_routine_invocation_exception
    39001invalid_sqlstate_returned
    39004null_value_not_allowed
    39P01trigger_protocol_violated
    39P02srf_protocol_violated
    39P03event_trigger_protocol_violated
    Class 3B — Savepoint Exception
    3B000savepoint_exception
    3B001invalid_savepoint_specification
    Class 3D — Invalid Catalog Name
    3D000invalid_catalog_name
    Class 3F — Invalid Schema Name
    3F000invalid_schema_name
    Class 40 — Transaction Rollback
    40000transaction_rollback
    40002transaction_integrity_constraint_violation
    40001serialization_failure
    40003statement_completion_unknown
    40P01deadlock_detected
    Class 42 — Syntax Error or Access Rule Violation
    42000syntax_error_or_access_rule_violation
    42601syntax_error
    42501insufficient_privilege
    42846cannot_coerce
    42803grouping_error
    42P20windowing_error
    42P19invalid_recursion
    42830invalid_foreign_key
    42602invalid_name
    42622name_too_long
    42939reserved_name
    42804datatype_mismatch
    42P18indeterminate_datatype
    42P21collation_mismatch
    42P22indeterminate_collation
    42809wrong_object_type
    428C9generated_always
    42703undefined_column
    42883undefined_function
    42P01undefined_table
    42P02undefined_parameter
    42704undefined_object
    42701duplicate_column
    42P03duplicate_cursor
    42P04duplicate_database
    42723duplicate_function
    42P05duplicate_prepared_statement
    42P06duplicate_schema
    42P07duplicate_table
    42712duplicate_alias
    42710duplicate_object
    42702ambiguous_column
    42725ambiguous_function
    42P08ambiguous_parameter
    42P09ambiguous_alias
    42P10invalid_column_reference
    42611invalid_column_definition
    42P11invalid_cursor_definition
    42P12invalid_database_definition
    42P13invalid_function_definition
    42P14invalid_prepared_statement_definition
    42P15invalid_schema_definition
    42P16invalid_table_definition
    42P17invalid_object_definition
    Class 44 — WITH CHECK OPTION Violation
    44000with_check_option_violation
    Class 53 — Insufficient Resources
    53000insufficient_resources
    53100disk_full
    53200out_of_memory
    53300too_many_connections
    53400configuration_limit_exceeded
    Class 54 — Program Limit Exceeded
    54000program_limit_exceeded
    54001statement_too_complex
    54011too_many_columns
    54023too_many_arguments
    Class 55 — Object Not In Prerequisite State
    55000object_not_in_prerequisite_state
    55006object_in_use
    55P02cant_change_runtime_param
    55P03lock_not_available
    55P04unsafe_new_enum_value_usage
    Class 57 — Operator Intervention
    57000operator_intervention
    57014query_canceled
    57P01admin_shutdown
    57P02crash_shutdown
    57P03cannot_connect_now
    57P04database_dropped
    57P05idle_session_timeout
    Class 58 — System Error (errors external to PostgreSQL itself)
    58000system_error
    58030io_error
    58P01undefined_file
    58P02duplicate_file
    Class 72 — Snapshot Failure
    72000snapshot_too_old
    Class F0 — Configuration File Error
    F0000config_file_error
    F0001lock_file_exists
    Class HV — Foreign Data Wrapper Error (SQL/MED)
    HV000fdw_error
    HV005fdw_column_name_not_found
    HV002fdw_dynamic_parameter_value_needed
    HV010fdw_function_sequence_error
    HV021fdw_inconsistent_descriptor_information
    HV024fdw_invalid_attribute_value
    HV007fdw_invalid_column_name
    HV008fdw_invalid_column_number
    HV004fdw_invalid_data_type
    HV006fdw_invalid_data_type_descriptors
    HV091fdw_invalid_descriptor_field_identifier
    HV00Bfdw_invalid_handle
    HV00Cfdw_invalid_option_index
    HV00Dfdw_invalid_option_name
    HV090fdw_invalid_string_length_or_buffer_length
    HV00Afdw_invalid_string_format
    HV009fdw_invalid_use_of_null_pointer
    HV014fdw_too_many_handles
    HV001fdw_out_of_memory
    HV00Pfdw_no_schemas
    HV00Jfdw_option_name_not_found
    HV00Kfdw_reply_handle
    HV00Qfdw_schema_not_found
    HV00Rfdw_table_not_found
    HV00Lfdw_unable_to_create_execution
    HV00Mfdw_unable_to_create_reply
    HV00Nfdw_unable_to_establish_connection
    Class P0 — PL/pgSQL Error
    P0000plpgsql_error
    P0001raise_exception
    P0002no_data_found
    P0003too_many_rows
    P0004assert_failure
    Class XX — Internal Error
    XX000internal_error
    XX001data_corrupted
    XX002index_corrupted

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/error-message-reporting.html postgresql-14-14.6/doc/src/sgml/html/error-message-reporting.html --- postgresql-14-14.5/doc/src/sgml/html/error-message-reporting.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/error-message-reporting.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -54.2. Reporting Errors Within the Server

    54.2. Reporting Errors Within the Server

    +54.2. Reporting Errors Within the Server

    54.2. Reporting Errors Within the Server

    Error, warning, and log messages generated within the server code should be created using ereport, or its older cousin elog. The use of this function is complex enough to @@ -247,4 +247,4 @@ routines will not affect it. That would not be true if you were to write strerror(errno) explicitly in errmsg's parameter list; accordingly, do not do so. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/error-style-guide.html postgresql-14-14.6/doc/src/sgml/html/error-style-guide.html --- postgresql-14-14.5/doc/src/sgml/html/error-style-guide.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/error-style-guide.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -54.3. Error Message Style Guide

    54.3. Error Message Style Guide

    +54.3. Error Message Style Guide

    54.3. Error Message Style Guide

    This style guide is offered in the hope of maintaining a consistent, user-friendly style throughout all the messages generated by PostgreSQL. @@ -247,4 +247,4 @@ Keep in mind that error message texts need to be translated into other languages. Follow the guidelines in Section 55.2.2 to avoid making life difficult for translators. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/event-log-registration.html postgresql-14-14.6/doc/src/sgml/html/event-log-registration.html --- postgresql-14-14.5/doc/src/sgml/html/event-log-registration.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/event-log-registration.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.12. Registering Event Log on Windows

    19.12. Registering Event Log on Windows

    +19.12. Registering Event Log on Windows

    19.12. Registering Event Log on Windows

    To register a Windows event log library with the operating system, issue this command: @@ -25,4 +25,4 @@ To enable event logging in the database server, modify log_destination to include eventlog in postgresql.conf. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/event-trigger-definition.html postgresql-14-14.6/doc/src/sgml/html/event-trigger-definition.html --- postgresql-14-14.5/doc/src/sgml/html/event-trigger-definition.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/event-trigger-definition.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -40.1. Overview of Event Trigger Behavior

    40.1. Overview of Event Trigger Behavior

    +40.1. Overview of Event Trigger Behavior

    40.1. Overview of Event Trigger Behavior

    An event trigger fires whenever the event with which it is associated occurs in the database in which it is defined. Currently, the only supported events are @@ -75,4 +75,4 @@ trigger can be fired only for particular commands which the user wishes to intercept. A common use of such triggers is to restrict the range of DDL operations which users may perform. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/event-trigger-example.html postgresql-14-14.6/doc/src/sgml/html/event-trigger-example.html --- postgresql-14-14.5/doc/src/sgml/html/event-trigger-example.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/event-trigger-example.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -40.4. A Complete Event Trigger Example

    40.4. A Complete Event Trigger Example

    +40.4. A Complete Event Trigger Example

    40.4. A Complete Event Trigger Example

    Here is a very simple example of an event trigger function written in C. (Examples of triggers written in procedural languages can be found in the documentation of the procedural languages.) @@ -74,4 +74,4 @@

    (Recall that DDL commands on event triggers themselves are not affected by event triggers.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/event-trigger-interface.html postgresql-14-14.6/doc/src/sgml/html/event-trigger-interface.html --- postgresql-14-14.5/doc/src/sgml/html/event-trigger-interface.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/event-trigger-interface.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -40.3. Writing Event Trigger Functions in C

    40.3. Writing Event Trigger Functions in C

    +40.3. Writing Event Trigger Functions in C

    40.3. Writing Event Trigger Functions in C

    This section describes the low-level details of the interface to an event trigger function. This information is only needed when writing event trigger functions in C. If you are using a higher-level language @@ -65,4 +65,4 @@ An event trigger function must return a NULL pointer (not an SQL null value, that is, do not set isNull true). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/event-trigger-matrix.html postgresql-14-14.6/doc/src/sgml/html/event-trigger-matrix.html --- postgresql-14-14.5/doc/src/sgml/html/event-trigger-matrix.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/event-trigger-matrix.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -40.2. Event Trigger Firing Matrix

    40.2. Event Trigger Firing Matrix

    +40.2. Event Trigger Firing Matrix

    40.2. Event Trigger Firing Matrix

    Table 40.1 lists all commands for which event triggers are supported. -

    Table 40.1. Event Trigger Support by Command Tag

    Command Tagddl_​command_​startddl_​command_​endsql_​droptable_​rewriteNotes
    ALTER AGGREGATEXX-- 
    ALTER COLLATIONXX-- 
    ALTER CONVERSIONXX-- 
    ALTER DOMAINXX-- 
    ALTER DEFAULT PRIVILEGESXX-- 
    ALTER EXTENSIONXX-- 
    ALTER FOREIGN DATA WRAPPERXX-- 
    ALTER FOREIGN TABLEXXX- 
    ALTER FUNCTIONXX-- 
    ALTER LANGUAGEXX-- 
    ALTER LARGE OBJECTXX-- 
    ALTER MATERIALIZED VIEWXX-- 
    ALTER OPERATORXX-- 
    ALTER OPERATOR CLASSXX-- 
    ALTER OPERATOR FAMILYXX-- 
    ALTER POLICYXX-- 
    ALTER PROCEDUREXX-- 
    ALTER PUBLICATIONXX-- 
    ALTER ROUTINEXX-- 
    ALTER SCHEMAXX-- 
    ALTER SEQUENCEXX-- 
    ALTER SERVERXX-- 
    ALTER STATISTICSXX-- 
    ALTER SUBSCRIPTIONXX-- 
    ALTER TABLEXXXX 
    ALTER TEXT SEARCH CONFIGURATIONXX-- 
    ALTER TEXT SEARCH DICTIONARYXX-- 
    ALTER TEXT SEARCH PARSERXX-- 
    ALTER TEXT SEARCH TEMPLATEXX-- 
    ALTER TRIGGERXX-- 
    ALTER TYPEXX-X 
    ALTER USER MAPPINGXX-- 
    ALTER VIEWXX-- 
    COMMENTXX--Only for local objects
    CREATE ACCESS METHODXX-- 
    CREATE AGGREGATEXX-- 
    CREATE CASTXX-- 
    CREATE COLLATIONXX-- 
    CREATE CONVERSIONXX-- 
    CREATE DOMAINXX-- 
    CREATE EXTENSIONXX-- 
    CREATE FOREIGN DATA WRAPPERXX-- 
    CREATE FOREIGN TABLEXX-- 
    CREATE FUNCTIONXX-- 
    CREATE INDEXXX-- 
    CREATE LANGUAGEXX-- 
    CREATE MATERIALIZED VIEWXX-- 
    CREATE OPERATORXX-- 
    CREATE OPERATOR CLASSXX-- 
    CREATE OPERATOR FAMILYXX-- 
    CREATE POLICYXX-- 
    CREATE PROCEDUREXX-- 
    CREATE PUBLICATIONXX-- 
    CREATE RULEXX-- 
    CREATE SCHEMAXX-- 
    CREATE SEQUENCEXX-- 
    CREATE SERVERXX-- 
    CREATE STATISTICSXX-- 
    CREATE SUBSCRIPTIONXX-- 
    CREATE TABLEXX-- 
    CREATE TABLE ASXX-- 
    CREATE TEXT SEARCH CONFIGURATIONXX-- 
    CREATE TEXT SEARCH DICTIONARYXX-- 
    CREATE TEXT SEARCH PARSERXX-- 
    CREATE TEXT SEARCH TEMPLATEXX-- 
    CREATE TRIGGERXX-- 
    CREATE TYPEXX-- 
    CREATE USER MAPPINGXX-- 
    CREATE VIEWXX-- 
    DROP ACCESS METHODXXX- 
    DROP AGGREGATEXXX- 
    DROP CASTXXX- 
    DROP COLLATIONXXX- 
    DROP CONVERSIONXXX- 
    DROP DOMAINXXX- 
    DROP EXTENSIONXXX- 
    DROP FOREIGN DATA WRAPPERXXX- 
    DROP FOREIGN TABLEXXX- 
    DROP FUNCTIONXXX- 
    DROP INDEXXXX- 
    DROP LANGUAGEXXX- 
    DROP MATERIALIZED VIEWXXX- 
    DROP OPERATORXXX- 
    DROP OPERATOR CLASSXXX- 
    DROP OPERATOR FAMILYXXX- 
    DROP OWNEDXXX- 
    DROP POLICYXXX- 
    DROP PROCEDUREXXX- 
    DROP PUBLICATIONXXX- 
    DROP ROUTINEXXX- 
    DROP RULEXXX- 
    DROP SCHEMAXXX- 
    DROP SEQUENCEXXX- 
    DROP SERVERXXX- 
    DROP STATISTICSXXX- 
    DROP SUBSCRIPTIONXXX- 
    DROP TABLEXXX- 
    DROP TEXT SEARCH CONFIGURATIONXXX- 
    DROP TEXT SEARCH DICTIONARYXXX- 
    DROP TEXT SEARCH PARSERXXX- 
    DROP TEXT SEARCH TEMPLATEXXX- 
    DROP TRIGGERXXX- 
    DROP TYPEXXX- 
    DROP USER MAPPINGXXX- 
    DROP VIEWXXX- 
    GRANTXX--Only for local objects
    IMPORT FOREIGN SCHEMAXX-- 
    REFRESH MATERIALIZED VIEWXX-- 
    REVOKEXX--Only for local objects
    SECURITY LABELXX--Only for local objects
    SELECT INTOXX-- 

    \ No newline at end of file +

    Table 40.1. Event Trigger Support by Command Tag

    Command Tagddl_​command_​startddl_​command_​endsql_​droptable_​rewriteNotes
    ALTER AGGREGATEXX-- 
    ALTER COLLATIONXX-- 
    ALTER CONVERSIONXX-- 
    ALTER DOMAINXX-- 
    ALTER DEFAULT PRIVILEGESXX-- 
    ALTER EXTENSIONXX-- 
    ALTER FOREIGN DATA WRAPPERXX-- 
    ALTER FOREIGN TABLEXXX- 
    ALTER FUNCTIONXX-- 
    ALTER LANGUAGEXX-- 
    ALTER LARGE OBJECTXX-- 
    ALTER MATERIALIZED VIEWXX-- 
    ALTER OPERATORXX-- 
    ALTER OPERATOR CLASSXX-- 
    ALTER OPERATOR FAMILYXX-- 
    ALTER POLICYXX-- 
    ALTER PROCEDUREXX-- 
    ALTER PUBLICATIONXX-- 
    ALTER ROUTINEXX-- 
    ALTER SCHEMAXX-- 
    ALTER SEQUENCEXX-- 
    ALTER SERVERXX-- 
    ALTER STATISTICSXX-- 
    ALTER SUBSCRIPTIONXX-- 
    ALTER TABLEXXXX 
    ALTER TEXT SEARCH CONFIGURATIONXX-- 
    ALTER TEXT SEARCH DICTIONARYXX-- 
    ALTER TEXT SEARCH PARSERXX-- 
    ALTER TEXT SEARCH TEMPLATEXX-- 
    ALTER TRIGGERXX-- 
    ALTER TYPEXX-X 
    ALTER USER MAPPINGXX-- 
    ALTER VIEWXX-- 
    COMMENTXX--Only for local objects
    CREATE ACCESS METHODXX-- 
    CREATE AGGREGATEXX-- 
    CREATE CASTXX-- 
    CREATE COLLATIONXX-- 
    CREATE CONVERSIONXX-- 
    CREATE DOMAINXX-- 
    CREATE EXTENSIONXX-- 
    CREATE FOREIGN DATA WRAPPERXX-- 
    CREATE FOREIGN TABLEXX-- 
    CREATE FUNCTIONXX-- 
    CREATE INDEXXX-- 
    CREATE LANGUAGEXX-- 
    CREATE MATERIALIZED VIEWXX-- 
    CREATE OPERATORXX-- 
    CREATE OPERATOR CLASSXX-- 
    CREATE OPERATOR FAMILYXX-- 
    CREATE POLICYXX-- 
    CREATE PROCEDUREXX-- 
    CREATE PUBLICATIONXX-- 
    CREATE RULEXX-- 
    CREATE SCHEMAXX-- 
    CREATE SEQUENCEXX-- 
    CREATE SERVERXX-- 
    CREATE STATISTICSXX-- 
    CREATE SUBSCRIPTIONXX-- 
    CREATE TABLEXX-- 
    CREATE TABLE ASXX-- 
    CREATE TEXT SEARCH CONFIGURATIONXX-- 
    CREATE TEXT SEARCH DICTIONARYXX-- 
    CREATE TEXT SEARCH PARSERXX-- 
    CREATE TEXT SEARCH TEMPLATEXX-- 
    CREATE TRIGGERXX-- 
    CREATE TYPEXX-- 
    CREATE USER MAPPINGXX-- 
    CREATE VIEWXX-- 
    DROP ACCESS METHODXXX- 
    DROP AGGREGATEXXX- 
    DROP CASTXXX- 
    DROP COLLATIONXXX- 
    DROP CONVERSIONXXX- 
    DROP DOMAINXXX- 
    DROP EXTENSIONXXX- 
    DROP FOREIGN DATA WRAPPERXXX- 
    DROP FOREIGN TABLEXXX- 
    DROP FUNCTIONXXX- 
    DROP INDEXXXX- 
    DROP LANGUAGEXXX- 
    DROP MATERIALIZED VIEWXXX- 
    DROP OPERATORXXX- 
    DROP OPERATOR CLASSXXX- 
    DROP OPERATOR FAMILYXXX- 
    DROP OWNEDXXX- 
    DROP POLICYXXX- 
    DROP PROCEDUREXXX- 
    DROP PUBLICATIONXXX- 
    DROP ROUTINEXXX- 
    DROP RULEXXX- 
    DROP SCHEMAXXX- 
    DROP SEQUENCEXXX- 
    DROP SERVERXXX- 
    DROP STATISTICSXXX- 
    DROP SUBSCRIPTIONXXX- 
    DROP TABLEXXX- 
    DROP TEXT SEARCH CONFIGURATIONXXX- 
    DROP TEXT SEARCH DICTIONARYXXX- 
    DROP TEXT SEARCH PARSERXXX- 
    DROP TEXT SEARCH TEMPLATEXXX- 
    DROP TRIGGERXXX- 
    DROP TYPEXXX- 
    DROP USER MAPPINGXXX- 
    DROP VIEWXXX- 
    GRANTXX--Only for local objects
    IMPORT FOREIGN SCHEMAXX-- 
    REFRESH MATERIALIZED VIEWXX-- 
    REVOKEXX--Only for local objects
    SECURITY LABELXX--Only for local objects
    SELECT INTOXX-- 

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/event-triggers.html postgresql-14-14.6/doc/src/sgml/html/event-triggers.html --- postgresql-14-14.5/doc/src/sgml/html/event-triggers.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/event-triggers.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 40. Event Triggers

    Chapter 40. Event Triggers

    +Chapter 40. Event Triggers

    Chapter 40. Event Triggers

    To supplement the trigger mechanism discussed in Chapter 39, PostgreSQL also provides event triggers. Unlike regular triggers, which are attached to a single table and capture only DML events, @@ -9,4 +9,4 @@ Like regular triggers, event triggers can be written in any procedural language that includes event trigger support, or in C, but not in plain SQL. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/event-trigger-table-rewrite-example.html postgresql-14-14.6/doc/src/sgml/html/event-trigger-table-rewrite-example.html --- postgresql-14-14.5/doc/src/sgml/html/event-trigger-table-rewrite-example.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/event-trigger-table-rewrite-example.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -40.5. A Table Rewrite Event Trigger Example

    40.5. A Table Rewrite Event Trigger Example

    +40.5. A Table Rewrite Event Trigger Example

    40.5. A Table Rewrite Event Trigger Example

    Thanks to the table_rewrite event, it is possible to implement a table rewriting policy only allowing the rewrite in maintenance windows.

    @@ -45,4 +45,4 @@ ON table_rewrite EXECUTE FUNCTION no_rewrite();

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/executor.html postgresql-14-14.6/doc/src/sgml/html/executor.html --- postgresql-14-14.5/doc/src/sgml/html/executor.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/executor.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -51.6. Executor

    51.6. Executor

    +51.6. Executor

    51.6. Executor

    The executor takes the plan created by the planner/optimizer and recursively processes it to extract the required set of rows. This is essentially a demand-pull pipeline mechanism. @@ -67,4 +67,4 @@ trivial plan tree consisting of a single Result node, which computes just one result row, feeding that up to ModifyTable to perform the insertion. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/explicit-joins.html postgresql-14-14.6/doc/src/sgml/html/explicit-joins.html --- postgresql-14-14.5/doc/src/sgml/html/explicit-joins.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/explicit-joins.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -14.3. Controlling the Planner with Explicit JOIN Clauses

    14.3. Controlling the Planner with Explicit JOIN Clauses

    +14.3. Controlling the Planner with Explicit JOIN Clauses

    14.3. Controlling the Planner with Explicit JOIN Clauses

    It is possible to control the query planner to some extent by using the explicit JOIN syntax. To see why this matters, we first need some background. @@ -141,4 +141,4 @@ to control join order with explicit joins). But you might set them differently if you are trying to fine-tune the trade-off between planning time and run time. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/explicit-locking.html postgresql-14-14.6/doc/src/sgml/html/explicit-locking.html --- postgresql-14-14.5/doc/src/sgml/html/explicit-locking.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/explicit-locking.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -13.3. Explicit Locking

    13.3. Explicit Locking

    +13.3. Explicit Locking

    13.3. Explicit Locking

    PostgreSQL provides various lock modes to control concurrent access to data in tables. These modes can be used for application-controlled locking in situations where @@ -390,4 +390,4 @@

    The functions provided to manipulate advisory locks are described in Section 9.27.10. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/extend-extensions.html postgresql-14-14.6/doc/src/sgml/html/extend-extensions.html --- postgresql-14-14.5/doc/src/sgml/html/extend-extensions.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/extend-extensions.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.17. Packaging Related Objects into an Extension

    38.17. Packaging Related Objects into an Extension

    +38.17. Packaging Related Objects into an Extension

    38.17. Packaging Related Objects into an Extension

    A useful extension to PostgreSQL typically includes multiple SQL objects; for example, a new data type will require new functions, new operators, and probably new index operator classes. @@ -623,4 +623,4 @@ Once the files are installed, use the CREATE EXTENSION command to load the objects into any particular database. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/extend-how.html postgresql-14-14.6/doc/src/sgml/html/extend-how.html --- postgresql-14-14.5/doc/src/sgml/html/extend-how.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/extend-how.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -38.1. How Extensibility Works

    38.1. How Extensibility Works

    +38.1. How Extensibility Works

    38.1. How Extensibility Works

    PostgreSQL is extensible because its operation is catalog-driven. If you are familiar with standard relational database systems, you know that they store information @@ -30,4 +30,4 @@ fly” makes PostgreSQL uniquely suited for rapid prototyping of new applications and storage structures. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/extend.html postgresql-14-14.6/doc/src/sgml/html/extend.html --- postgresql-14-14.5/doc/src/sgml/html/extend.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/extend.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 38. Extending SQL

    Chapter 38. Extending SQL

    Table of Contents

    38.1. How Extensibility Works
    38.2. The PostgreSQL Type System
    38.2.1. Base Types
    38.2.2. Container Types
    38.2.3. Domains
    38.2.4. Pseudo-Types
    38.2.5. Polymorphic Types
    38.3. User-Defined Functions
    38.4. User-Defined Procedures
    38.5. Query Language (SQL) Functions
    38.5.1. Arguments for SQL Functions
    38.5.2. SQL Functions on Base Types
    38.5.3. SQL Functions on Composite Types
    38.5.4. SQL Functions with Output Parameters
    38.5.5. SQL Procedures with Output Parameters
    38.5.6. SQL Functions with Variable Numbers of Arguments
    38.5.7. SQL Functions with Default Values for Arguments
    38.5.8. SQL Functions as Table Sources
    38.5.9. SQL Functions Returning Sets
    38.5.10. SQL Functions Returning TABLE
    38.5.11. Polymorphic SQL Functions
    38.5.12. SQL Functions with Collations
    38.6. Function Overloading
    38.7. Function Volatility Categories
    38.8. Procedural Language Functions
    38.9. Internal Functions
    38.10. C-Language Functions
    38.10.1. Dynamic Loading
    38.10.2. Base Types in C-Language Functions
    38.10.3. Version 1 Calling Conventions
    38.10.4. Writing Code
    38.10.5. Compiling and Linking Dynamically-Loaded Functions
    38.10.6. Composite-Type Arguments
    38.10.7. Returning Rows (Composite Types)
    38.10.8. Returning Sets
    38.10.9. Polymorphic Arguments and Return Types
    38.10.10. Shared Memory and LWLocks
    38.10.11. Using C++ for Extensibility
    38.11. Function Optimization Information
    38.12. User-Defined Aggregates
    38.12.1. Moving-Aggregate Mode
    38.12.2. Polymorphic and Variadic Aggregates
    38.12.3. Ordered-Set Aggregates
    38.12.4. Partial Aggregation
    38.12.5. Support Functions for Aggregates
    38.13. User-Defined Types
    38.13.1. TOAST Considerations
    38.14. User-Defined Operators
    38.15. Operator Optimization Information
    38.15.1. COMMUTATOR
    38.15.2. NEGATOR
    38.15.3. RESTRICT
    38.15.4. JOIN
    38.15.5. HASHES
    38.15.6. MERGES
    38.16. Interfacing Extensions to Indexes
    38.16.1. Index Methods and Operator Classes
    38.16.2. Index Method Strategies
    38.16.3. Index Method Support Routines
    38.16.4. An Example
    38.16.5. Operator Classes and Operator Families
    38.16.6. System Dependencies on Operator Classes
    38.16.7. Ordering Operators
    38.16.8. Special Features of Operator Classes
    38.17. Packaging Related Objects into an Extension
    38.17.1. Extension Files
    38.17.2. Extension Relocatability
    38.17.3. Extension Configuration Tables
    38.17.4. Extension Updates
    38.17.5. Installing Extensions Using Update Scripts
    38.17.6. Security Considerations for Extensions
    38.17.7. Extension Example
    38.18. Extension Building Infrastructure

    +Chapter 38. Extending SQL

    Chapter 38. Extending SQL

    Table of Contents

    38.1. How Extensibility Works
    38.2. The PostgreSQL Type System
    38.2.1. Base Types
    38.2.2. Container Types
    38.2.3. Domains
    38.2.4. Pseudo-Types
    38.2.5. Polymorphic Types
    38.3. User-Defined Functions
    38.4. User-Defined Procedures
    38.5. Query Language (SQL) Functions
    38.5.1. Arguments for SQL Functions
    38.5.2. SQL Functions on Base Types
    38.5.3. SQL Functions on Composite Types
    38.5.4. SQL Functions with Output Parameters
    38.5.5. SQL Procedures with Output Parameters
    38.5.6. SQL Functions with Variable Numbers of Arguments
    38.5.7. SQL Functions with Default Values for Arguments
    38.5.8. SQL Functions as Table Sources
    38.5.9. SQL Functions Returning Sets
    38.5.10. SQL Functions Returning TABLE
    38.5.11. Polymorphic SQL Functions
    38.5.12. SQL Functions with Collations
    38.6. Function Overloading
    38.7. Function Volatility Categories
    38.8. Procedural Language Functions
    38.9. Internal Functions
    38.10. C-Language Functions
    38.10.1. Dynamic Loading
    38.10.2. Base Types in C-Language Functions
    38.10.3. Version 1 Calling Conventions
    38.10.4. Writing Code
    38.10.5. Compiling and Linking Dynamically-Loaded Functions
    38.10.6. Composite-Type Arguments
    38.10.7. Returning Rows (Composite Types)
    38.10.8. Returning Sets
    38.10.9. Polymorphic Arguments and Return Types
    38.10.10. Shared Memory and LWLocks
    38.10.11. Using C++ for Extensibility
    38.11. Function Optimization Information
    38.12. User-Defined Aggregates
    38.12.1. Moving-Aggregate Mode
    38.12.2. Polymorphic and Variadic Aggregates
    38.12.3. Ordered-Set Aggregates
    38.12.4. Partial Aggregation
    38.12.5. Support Functions for Aggregates
    38.13. User-Defined Types
    38.13.1. TOAST Considerations
    38.14. User-Defined Operators
    38.15. Operator Optimization Information
    38.15.1. COMMUTATOR
    38.15.2. NEGATOR
    38.15.3. RESTRICT
    38.15.4. JOIN
    38.15.5. HASHES
    38.15.6. MERGES
    38.16. Interfacing Extensions to Indexes
    38.16.1. Index Methods and Operator Classes
    38.16.2. Index Method Strategies
    38.16.3. Index Method Support Routines
    38.16.4. An Example
    38.16.5. Operator Classes and Operator Families
    38.16.6. System Dependencies on Operator Classes
    38.16.7. Ordering Operators
    38.16.8. Special Features of Operator Classes
    38.17. Packaging Related Objects into an Extension
    38.17.1. Extension Files
    38.17.2. Extension Relocatability
    38.17.3. Extension Configuration Tables
    38.17.4. Extension Updates
    38.17.5. Installing Extensions Using Update Scripts
    38.17.6. Security Considerations for Extensions
    38.17.7. Extension Example
    38.18. Extension Building Infrastructure

    In the sections that follow, we will discuss how you can extend the PostgreSQL SQL query language by adding: @@ -17,4 +17,4 @@

  • packages of related objects (starting in Section 38.17)

  • -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/extend-pgxs.html postgresql-14-14.6/doc/src/sgml/html/extend-pgxs.html --- postgresql-14-14.5/doc/src/sgml/html/extend-pgxs.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/extend-pgxs.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.18. Extension Building Infrastructure

    38.18. Extension Building Infrastructure

    +38.18. Extension Building Infrastructure

    38.18. Extension Building Infrastructure

    If you are thinking about distributing your PostgreSQL extension modules, setting up a portable build system for them can be fairly difficult. Therefore @@ -227,4 +227,4 @@ output_iso/results/ directory (for tests in ISOLATION), then copy them to expected/ if they match what you expect from the test. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/extend-type-system.html postgresql-14-14.6/doc/src/sgml/html/extend-type-system.html --- postgresql-14-14.5/doc/src/sgml/html/extend-type-system.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/extend-type-system.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.2. The PostgreSQL Type System

    38.2. The PostgreSQL Type System

    +38.2. The PostgreSQL Type System

    38.2. The PostgreSQL Type System

    PostgreSQL data types can be divided into base types, container types, domains, and pseudo-types.

    38.2.1. Base Types

    @@ -219,4 +219,4 @@ the same as if you had written the appropriate number of anynonarray or anycompatiblenonarray parameters. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/external-admin-tools.html postgresql-14-14.6/doc/src/sgml/html/external-admin-tools.html --- postgresql-14-14.5/doc/src/sgml/html/external-admin-tools.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/external-admin-tools.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,7 +1,7 @@ -H.2. Administration Tools

    H.2. Administration Tools

    +H.2. Administration Tools

    H.2. Administration Tools

    There are several administration tools available for PostgreSQL. The most popular is pgAdmin, and there are several commercially available ones as well. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/external-extensions.html postgresql-14-14.6/doc/src/sgml/html/external-extensions.html --- postgresql-14-14.5/doc/src/sgml/html/external-extensions.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/external-extensions.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -H.4. Extensions

    H.4. Extensions

    +H.4. Extensions

    H.4. Extensions

    PostgreSQL is designed to be easily extensible. For this reason, extensions loaded into the database can function just like features that are built in. The @@ -11,4 +11,4 @@ externally. For example, Slony-I is a popular primary/standby replication solution that is developed independently from the core project. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/external-interfaces.html postgresql-14-14.6/doc/src/sgml/html/external-interfaces.html --- postgresql-14-14.5/doc/src/sgml/html/external-interfaces.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/external-interfaces.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -H.1. Client Interfaces

    H.1. Client Interfaces

    +H.1. Client Interfaces

    H.1. Client Interfaces

    There are only two client interfaces included in the base PostgreSQL distribution:

    \ No newline at end of file +

    Table H.1. Externally Maintained Client Interfaces

    NameLanguageCommentsWebsite
    DBD::PgPerlPerl DBI driverhttps://metacpan.org/release/DBD-Pg
    JDBCJavaType 4 JDBC driverhttps://jdbc.postgresql.org/
    libpqxxC++C++ interfacehttps://pqxx.org/
    node-postgresJavaScriptNode.js driverhttps://node-postgres.com/
    Npgsql.NET.NET data providerhttps://www.npgsql.org/
    pgtclTcl https://github.com/flightaware/Pgtcl
    pgtclngTcl https://sourceforge.net/projects/pgtclng/
    pqGoPure Go driver for Go's database/sqlhttps://github.com/lib/pq
    psqlODBCODBCODBC driverhttps://odbc.postgresql.org/
    psycopgPythonDB API 2.0-complianthttps://www.psycopg.org/

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/external-pl.html postgresql-14-14.6/doc/src/sgml/html/external-pl.html --- postgresql-14-14.5/doc/src/sgml/html/external-pl.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/external-pl.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -H.3. Procedural Languages

    H.3. Procedural Languages

    +H.3. Procedural Languages

    H.3. Procedural Languages

    PostgreSQL includes several procedural languages with the base distribution: PL/pgSQL, PL/Tcl, PL/Perl, and PL/Python. @@ -11,4 +11,4 @@ license as PostgreSQL. For more information on each procedural language, including licensing information, refer to its website and documentation. -

    Table H.2. Externally Maintained Procedural Languages


    \ No newline at end of file +

    Table H.2. Externally Maintained Procedural Languages


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/external-projects.html postgresql-14-14.6/doc/src/sgml/html/external-projects.html --- postgresql-14-14.5/doc/src/sgml/html/external-projects.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/external-projects.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,7 +1,7 @@ -Appendix H. External Projects

    Appendix H. External Projects

    +Appendix H. External Projects

    Appendix H. External Projects

    PostgreSQL is a complex software project, and managing the project is difficult. We have found that many enhancements to PostgreSQL can be more efficiently developed separately from the core project. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/fdw-callbacks.html postgresql-14-14.6/doc/src/sgml/html/fdw-callbacks.html --- postgresql-14-14.5/doc/src/sgml/html/fdw-callbacks.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/fdw-callbacks.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -57.2. Foreign Data Wrapper Callback Routines

    57.2. Foreign Data Wrapper Callback Routines

    +57.2. Foreign Data Wrapper Callback Routines

    57.2. Foreign Data Wrapper Callback Routines

    The FDW handler function returns a palloc'd FdwRoutine struct containing pointers to the callback functions described below. The scan-related functions are required, the rest are optional. @@ -1254,4 +1254,4 @@ callback may use reparameterize_path_by_child, adjust_appendrel_attrs or adjust_appendrel_attrs_multilevel as required. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/fdw-functions.html postgresql-14-14.6/doc/src/sgml/html/fdw-functions.html --- postgresql-14-14.5/doc/src/sgml/html/fdw-functions.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/fdw-functions.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -57.1. Foreign Data Wrapper Functions

    57.1. Foreign Data Wrapper Functions

    +57.1. Foreign Data Wrapper Functions

    57.1. Foreign Data Wrapper Functions

    The FDW author needs to implement a handler function, and optionally a validator function. Both functions must be written in a compiled language such as C, using the version-1 interface. @@ -33,4 +33,4 @@ or ForeignTableRelationId). If no validator function is supplied, options are not checked at object creation time or object alteration time. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/fdwhandler.html postgresql-14-14.6/doc/src/sgml/html/fdwhandler.html --- postgresql-14-14.5/doc/src/sgml/html/fdwhandler.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/fdwhandler.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 57. Writing a Foreign Data Wrapper

    Chapter 57. Writing a Foreign Data Wrapper

    +Chapter 57. Writing a Foreign Data Wrapper

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/fdw-helpers.html postgresql-14-14.6/doc/src/sgml/html/fdw-helpers.html --- postgresql-14-14.5/doc/src/sgml/html/fdw-helpers.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/fdw-helpers.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -57.3. Foreign Data Wrapper Helper Functions

    57.3. Foreign Data Wrapper Helper Functions

    +57.3. Foreign Data Wrapper Helper Functions

    57.3. Foreign Data Wrapper Helper Functions

    Several helper functions are exported from the core server so that authors of foreign data wrappers can get easy access to attributes of FDW-related objects, such as FDW options. @@ -111,4 +111,4 @@ This function returns a ForeignServer object for the foreign server with the given name. If the server is not found, return NULL if missing_ok is true, otherwise raise an error. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/fdw-planning.html postgresql-14-14.6/doc/src/sgml/html/fdw-planning.html --- postgresql-14-14.5/doc/src/sgml/html/fdw-planning.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/fdw-planning.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -57.4. Foreign Data Wrapper Query Planning

    57.4. Foreign Data Wrapper Query Planning

    +57.4. Foreign Data Wrapper Query Planning

    57.4. Foreign Data Wrapper Query Planning

    The FDW callback functions GetForeignRelSize, GetForeignPaths, GetForeignPlan, PlanForeignModify, GetForeignJoinPaths, @@ -188,4 +188,4 @@ exclusion constraints on remote tables are not locally known. This in turn implies that ON CONFLICT DO UPDATE is not supported, since the specification is mandatory there. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/fdw-row-locking.html postgresql-14-14.6/doc/src/sgml/html/fdw-row-locking.html --- postgresql-14-14.5/doc/src/sgml/html/fdw-row-locking.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/fdw-row-locking.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -57.5. Row Locking in Foreign Data Wrappers

    57.5. Row Locking in Foreign Data Wrappers

    +57.5. Row Locking in Foreign Data Wrappers

    57.5. Row Locking in Foreign Data Wrappers

    If an FDW's underlying storage mechanism has a concept of locking individual rows to prevent concurrent updates of those rows, it is usually worthwhile for the FDW to perform row-level locking with as @@ -90,4 +90,4 @@ in src/include/nodes/plannodes.h, and the comments for ExecRowMark in src/include/nodes/execnodes.h for additional information. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/features.html postgresql-14-14.6/doc/src/sgml/html/features.html --- postgresql-14-14.5/doc/src/sgml/html/features.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/features.html 2022-11-07 22:00:52.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix D. SQL Conformance

    Appendix D. SQL Conformance

    +Appendix D. SQL Conformance

    Appendix D. SQL Conformance

    This section attempts to outline to what extent PostgreSQL conforms to the current SQL standard. The following information is not a full statement of @@ -70,4 +70,4 @@ Feature codes containing a hyphen are subfeatures. Therefore, if a particular subfeature is not supported, the main feature is listed as unsupported even if some other subfeatures are supported. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/features-sql-standard.html postgresql-14-14.6/doc/src/sgml/html/features-sql-standard.html --- postgresql-14-14.5/doc/src/sgml/html/features-sql-standard.html 2022-08-08 20:58:45.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/features-sql-standard.html 2022-11-07 22:00:52.000000000 +0000 @@ -1,4 +1,4 @@ -D.1. Supported Features

    D.1. Supported Features

    +D.1. Supported Features

    D.1. Supported Features

    IdentifierCore?DescriptionComment
    B012 Embedded C 
    B021 Direct SQL 
    E011CoreNumeric data types 
    E011-01CoreINTEGER and SMALLINT data types 
    E011-02CoreREAL, DOUBLE PRECISION, and FLOAT data types 
    E011-03CoreDECIMAL and NUMERIC data types 
    E011-04CoreArithmetic operators 
    E011-05CoreNumeric comparison 
    E011-06CoreImplicit casting among the numeric data types 
    E021CoreCharacter data types 
    E021-01CoreCHARACTER data type 
    E021-02CoreCHARACTER VARYING data type 
    E021-03CoreCharacter literals 
    E021-04CoreCHARACTER_LENGTH functiontrims trailing spaces from CHARACTER values before counting
    E021-05CoreOCTET_LENGTH function 
    E021-06CoreSUBSTRING function 
    E021-07CoreCharacter concatenation 
    E021-08CoreUPPER and LOWER functions 
    E021-09CoreTRIM function 
    E021-10CoreImplicit casting among the character string types 
    E021-11CorePOSITION function 
    E021-12CoreCharacter comparison 
    E031CoreIdentifiers 
    E031-01CoreDelimited identifiers 
    E031-02CoreLower case identifiers 
    E031-03CoreTrailing underscore 
    E051CoreBasic query specification 
    E051-01CoreSELECT DISTINCT 
    E051-02CoreGROUP BY clause 
    E051-04CoreGROUP BY can contain columns not in <select list> 
    E051-05CoreSelect list items can be renamed 
    E051-06CoreHAVING clause 
    E051-07CoreQualified * in select list 
    E051-08CoreCorrelation names in the FROM clause 
    E051-09CoreRename columns in the FROM clause 
    E061CoreBasic predicates and search conditions 
    E061-01CoreComparison predicate 
    E061-02CoreBETWEEN predicate 
    E061-03CoreIN predicate with list of values 
    E061-04CoreLIKE predicate 
    E061-05CoreLIKE predicate ESCAPE clause 
    E061-06CoreNULL predicate 
    E061-07CoreQuantified comparison predicate 
    E061-08CoreEXISTS predicate 
    E061-09CoreSubqueries in comparison predicate 
    E061-11CoreSubqueries in IN predicate 
    E061-12CoreSubqueries in quantified comparison predicate 
    E061-13CoreCorrelated subqueries 
    E061-14CoreSearch condition 
    E071CoreBasic query expressions 
    E071-01CoreUNION DISTINCT table operator 
    E071-02CoreUNION ALL table operator 
    E071-03CoreEXCEPT DISTINCT table operator 
    E071-05CoreColumns combined via table operators need not have exactly the same data type 
    E071-06CoreTable operators in subqueries 
    E081CoreBasic Privileges 
    E081-01CoreSELECT privilege 
    E081-02CoreDELETE privilege 
    E081-03CoreINSERT privilege at the table level 
    E081-04CoreUPDATE privilege at the table level 
    E081-05CoreUPDATE privilege at the column level 
    E081-06CoreREFERENCES privilege at the table level 
    E081-07CoreREFERENCES privilege at the column level 
    E081-08CoreWITH GRANT OPTION 
    E081-09CoreUSAGE privilege 
    E081-10CoreEXECUTE privilege 
    E091CoreSet functions 
    E091-01CoreAVG 
    E091-02CoreCOUNT 
    E091-03CoreMAX 
    E091-04CoreMIN 
    E091-05CoreSUM 
    E091-06CoreALL quantifier 
    E091-07CoreDISTINCT quantifier 
    E101CoreBasic data manipulation 
    E101-01CoreINSERT statement 
    E101-03CoreSearched UPDATE statement 
    E101-04CoreSearched DELETE statement 
    E111CoreSingle row SELECT statement 
    E121CoreBasic cursor support 
    E121-01CoreDECLARE CURSOR 
    E121-02CoreORDER BY columns need not be in select list 
    E121-03CoreValue expressions in ORDER BY clause 
    E121-04CoreOPEN statement 
    E121-06CorePositioned UPDATE statement 
    E121-07CorePositioned DELETE statement 
    E121-08CoreCLOSE statement 
    E121-10CoreFETCH statement implicit NEXT 
    E121-17CoreWITH HOLD cursors 
    E131CoreNull value support (nulls in lieu of values) 
    E141CoreBasic integrity constraints 
    E141-01CoreNOT NULL constraints 
    E141-02CoreUNIQUE constraints of NOT NULL columns 
    E141-03CorePRIMARY KEY constraints 
    E141-04CoreBasic FOREIGN KEY constraint with the NO ACTION default for both referential delete action and referential update action 
    E141-06CoreCHECK constraints 
    E141-07CoreColumn defaults 
    E141-08CoreNOT NULL inferred on PRIMARY KEY 
    E141-10CoreNames in a foreign key can be specified in any order 
    E151CoreTransaction support 
    E151-01CoreCOMMIT statement 
    E151-02CoreROLLBACK statement 
    E152CoreBasic SET TRANSACTION statement 
    E152-01CoreSET TRANSACTION statement: ISOLATION LEVEL SERIALIZABLE clause 
    E152-02CoreSET TRANSACTION statement: READ ONLY and READ WRITE clauses 
    E153CoreUpdatable queries with subqueries 
    E161CoreSQL comments using leading double minus 
    E171CoreSQLSTATE support 
    E182CoreHost language binding 
    F021CoreBasic information schema 
    F021-01CoreCOLUMNS view 
    F021-02CoreTABLES view 
    F021-03CoreVIEWS view 
    F021-04CoreTABLE_CONSTRAINTS view 
    F021-05CoreREFERENTIAL_CONSTRAINTS view 
    F021-06CoreCHECK_CONSTRAINTS view 
    F031CoreBasic schema manipulation 
    F031-01CoreCREATE TABLE statement to create persistent base tables 
    F031-02CoreCREATE VIEW statement 
    F031-03CoreGRANT statement 
    F031-04CoreALTER TABLE statement: ADD COLUMN clause 
    F031-13CoreDROP TABLE statement: RESTRICT clause 
    F031-16CoreDROP VIEW statement: RESTRICT clause 
    F031-19CoreREVOKE statement: RESTRICT clause 
    F032 CASCADE drop behavior 
    F033 ALTER TABLE statement: DROP COLUMN clause 
    F034 Extended REVOKE statement 
    F034-01 REVOKE statement performed by other than the owner of a schema object 
    F034-02 REVOKE statement: GRANT OPTION FOR clause 
    F034-03 REVOKE statement to revoke a privilege that the grantee has WITH GRANT OPTION 
    F041CoreBasic joined table 
    F041-01CoreInner join (but not necessarily the INNER keyword) 
    F041-02CoreINNER keyword 
    F041-03CoreLEFT OUTER JOIN 
    F041-04CoreRIGHT OUTER JOIN 
    F041-05CoreOuter joins can be nested 
    F041-07CoreThe inner table in a left or right outer join can also be used in an inner join 
    F041-08CoreAll comparison operators are supported (rather than just =) 
    F051CoreBasic date and time 
    F051-01CoreDATE data type (including support of DATE literal) 
    F051-02CoreTIME data type (including support of TIME literal) with fractional seconds precision of at least 0 
    F051-03CoreTIMESTAMP data type (including support of TIMESTAMP literal) with fractional seconds precision of at least 0 and 6 
    F051-04CoreComparison predicate on DATE, TIME, and TIMESTAMP data types 
    F051-05CoreExplicit CAST between datetime types and character string types 
    F051-06CoreCURRENT_DATE 
    F051-07CoreLOCALTIME 
    F051-08CoreLOCALTIMESTAMP 
    F052 Intervals and datetime arithmetic 
    F053 OVERLAPS predicate 
    F081CoreUNION and EXCEPT in views 
    F111 Isolation levels other than SERIALIZABLE 
    F111-01 READ UNCOMMITTED isolation level 
    F111-02 READ COMMITTED isolation level 
    F111-03 REPEATABLE READ isolation level 
    F131CoreGrouped operations 
    F131-01CoreWHERE, GROUP BY, and HAVING clauses supported in queries with grouped views 
    F131-02CoreMultiple tables supported in queries with grouped views 
    F131-03CoreSet functions supported in queries with grouped views 
    F131-04CoreSubqueries with GROUP BY and HAVING clauses and grouped views 
    F131-05CoreSingle row SELECT with GROUP BY and HAVING clauses and grouped views 
    F171 Multiple schemas per user 
    F181CoreMultiple module support 
    F191 Referential delete actions 
    F200 TRUNCATE TABLE statement 
    F201CoreCAST function 
    F202 TRUNCATE TABLE: identity column restart option 
    F221CoreExplicit defaults 
    F222 INSERT statement: DEFAULT VALUES clause 
    F231 Privilege tables 
    F231-01 TABLE_PRIVILEGES view 
    F231-02 COLUMN_PRIVILEGES view 
    F231-03 USAGE_PRIVILEGES view 
    F251 Domain support 
    F261CoreCASE expression 
    F261-01CoreSimple CASE 
    F261-02CoreSearched CASE 
    F261-03CoreNULLIF 
    F261-04CoreCOALESCE 
    F262 Extended CASE expression 
    F271 Compound character literals 
    F281 LIKE enhancements 
    F302 INTERSECT table operator 
    F302-01 INTERSECT DISTINCT table operator 
    F302-02 INTERSECT ALL table operator 
    F304 EXCEPT ALL table operator 
    F311CoreSchema definition statement 
    F311-01CoreCREATE SCHEMA 
    F311-02CoreCREATE TABLE for persistent base tables 
    F311-03CoreCREATE VIEW 
    F311-04CoreCREATE VIEW: WITH CHECK OPTION 
    F311-05CoreGRANT statement 
    F321 User authorization 
    F341 Usage tables 
    F361 Subprogram support 
    F381 Extended schema manipulation 
    F381-01 ALTER TABLE statement: ALTER COLUMN clause 
    F381-02 ALTER TABLE statement: ADD CONSTRAINT clause 
    F381-03 ALTER TABLE statement: DROP CONSTRAINT clause 
    F382 Alter column data type 
    F383 Set column not null clause 
    F384 Drop identity property clause 
    F385 Drop column generation expression clause 
    F386 Set identity column generation clause 
    F391 Long identifiers 
    F392 Unicode escapes in identifiers 
    F393 Unicode escapes in literals 
    F394 Optional normal form specification 
    F401 Extended joined table 
    F401-01 NATURAL JOIN 
    F401-02 FULL OUTER JOIN 
    F401-04 CROSS JOIN 
    F402 Named column joins for LOBs, arrays, and multisets 
    F404 Range variable for common column names 
    F411 Time zone specificationdifferences regarding literal interpretation
    F421 National character 
    F431 Read-only scrollable cursors 
    F431-01 FETCH with explicit NEXT 
    F431-02 FETCH FIRST 
    F431-03 FETCH LAST 
    F431-04 FETCH PRIOR 
    F431-05 FETCH ABSOLUTE 
    F431-06 FETCH RELATIVE 
    F441 Extended set function support 
    F442 Mixed column references in set functions 
    F471CoreScalar subquery values 
    F481CoreExpanded NULL predicate 
    F491 Constraint management 
    F501CoreFeatures and conformance views 
    F501-01CoreSQL_FEATURES view 
    F501-02CoreSQL_SIZING view 
    F502 Enhanced documentation tables 
    F531 Temporary tables 
    F555 Enhanced seconds precision 
    F561 Full value expressions 
    F571 Truth value tests 
    F591 Derived tables 
    F611 Indicator data types 
    F641 Row and table constructors 
    F651 Catalog name qualifiers 
    F661 Simple tables 
    F672 Retrospective check constraints 
    F690 Collation supportbut no character set support
    F692 Extended collation support 
    F701 Referential update actions 
    F711 ALTER domain 
    F731 INSERT column privileges 
    F751 View CHECK enhancements 
    F761 Session management 
    F762 CURRENT_CATALOG 
    F763 CURRENT_SCHEMA 
    F771 Connection management 
    F781 Self-referencing operations 
    F791 Insensitive cursors 
    F801 Full set function 
    F850 Top-level <order by clause> in <query expression> 
    F851 <order by clause> in subqueries 
    F852 Top-level <order by clause> in views 
    F855 Nested <order by clause> in <query expression> 
    F856 Nested <fetch first clause> in <query expression> 
    F857 Top-level <fetch first clause> in <query expression> 
    F858 <fetch first clause> in subqueries 
    F859 Top-level <fetch first clause> in views 
    F860 <fetch first row count> in <fetch first clause> 
    F861 Top-level <result offset clause> in <query expression> 
    F862 <result offset clause> in subqueries 
    F863 Nested <result offset clause> in <query expression> 
    F864 Top-level <result offset clause> in views 
    F865 <offset row count> in <result offset clause> 
    F867 FETCH FIRST clause: WITH TIES option 
    S071 SQL paths in function and type name resolution 
    S092 Arrays of user-defined types 
    S095 Array constructors by query 
    S096 Optional array bounds 
    S098 ARRAY_AGG 
    S111 ONLY in query expressions 
    S201 SQL-invoked routines on arrays 
    S201-01 Array parameters 
    S201-02 Array as result type of functions 
    S211 User-defined cast functions 
    S301 Enhanced UNNEST 
    S404 TRIM_ARRAY 
    T031 BOOLEAN data type 
    T071 BIGINT data type 
    T121 WITH (excluding RECURSIVE) in query expression 
    T122 WITH (excluding RECURSIVE) in subquery 
    T131 Recursive query 
    T132 Recursive query in subquery 
    T133 Enhanced cycle mark valuesSQL:202x draft
    T141 SIMILAR predicate 
    T151 DISTINCT predicate 
    T152 DISTINCT predicate with negation 
    T171 LIKE clause in table definition 
    T172 AS subquery clause in table definition 
    T173 Extended LIKE clause in table definition 
    T174 Identity columns 
    T177 Sequence generator support: simple restart option 
    T178 Identity columns: simple restart option 
    T191 Referential action RESTRICT 
    T201 Comparable data types for referential constraints 
    T211-01 Triggers activated on UPDATE, INSERT, or DELETE of one base table 
    T211-02 BEFORE triggers 
    T211-03 AFTER triggers 
    T211-04 FOR EACH ROW triggers 
    T211-05 Ability to specify a search condition that must be true before the trigger is invoked 
    T211-07 TRIGGER privilege 
    T212 Enhanced trigger capability 
    T213 INSTEAD OF triggers 
    T241 START TRANSACTION statement 
    T261 Chained transactions 
    T271 Savepoints 
    T281 SELECT privilege with column granularity 
    T285 Enhanced derived column names 
    T312 OVERLAY function 
    T321-01CoreUser-defined functions with no overloading 
    T321-02CoreUser-defined stored procedures with no overloading 
    T321-03CoreFunction invocation 
    T321-04CoreCALL statement 
    T321-06CoreROUTINES view 
    T321-07CorePARAMETERS view 
    T323 Explicit security for external routines 
    T325 Qualified SQL parameter references 
    T331 Basic roles 
    T332 Extended roles 
    T341 Overloading of SQL-invoked functions and procedures 
    T351 Bracketed SQL comments (/*...*/ comments) 
    T431 Extended grouping capabilities 
    T432 Nested and concatenated GROUPING SETS 
    T433 Multiargument GROUPING function 
    T434 GROUP BY DISTINCT 
    T441 ABS and MOD functions 
    T461 Symmetric BETWEEN predicate 
    T491 LATERAL derived table 
    T501 Enhanced EXISTS predicate 
    T521 Named arguments in CALL statement 
    T523 Default values for INOUT parameters of SQL-invoked procedures 
    T524 Named arguments in routine invocations other than a CALL statement 
    T525 Default values for parameters of SQL-invoked functions 
    T551 Optional key words for default syntax 
    T581 Regular expression substring function 
    T591 UNIQUE constraints of possibly null columns 
    T611 Elementary OLAP operations 
    T612 Advanced OLAP operations 
    T613 Sampling 
    T614 NTILE function 
    T615 LEAD and LAG functions 
    T617 FIRST_VALUE and LAST_VALUE function 
    T620 WINDOW clause: GROUPS option 
    T621 Enhanced numeric functions 
    T622 Trigonometric functions 
    T623 General logarithm functions 
    T624 Common logarithm functions 
    T631CoreIN predicate with one list element 
    T651 SQL-schema statements in SQL routines 
    T653 SQL-schema statements in external routines 
    T655 Cyclically dependent routines 
    T831 SQL/JSON path language: strict mode 
    T832 SQL/JSON path language: item method 
    T833 SQL/JSON path language: multiple subscripts 
    T834 SQL/JSON path language: wildcard member accessor 
    T835 SQL/JSON path language: filter expressions 
    T836 SQL/JSON path language: starts with predicate 
    T837 SQL/JSON path language: regex_like predicate 
    X010 XML type 
    X011 Arrays of XML type 
    X014 Attributes of XML type 
    X016 Persistent XML values 
    X020 XMLConcat 
    X031 XMLElement 
    X032 XMLForest 
    X034 XMLAgg 
    X035 XMLAgg: ORDER BY option 
    X036 XMLComment 
    X037 XMLPI 
    X040 Basic table mapping 
    X041 Basic table mapping: nulls absent 
    X042 Basic table mapping: null as nil 
    X043 Basic table mapping: table as forest 
    X044 Basic table mapping: table as element 
    X045 Basic table mapping: with target namespace 
    X046 Basic table mapping: data mapping 
    X047 Basic table mapping: metadata mapping 
    X048 Basic table mapping: base64 encoding of binary strings 
    X049 Basic table mapping: hex encoding of binary strings 
    X050 Advanced table mapping 
    X051 Advanced table mapping: nulls absent 
    X052 Advanced table mapping: null as nil 
    X053 Advanced table mapping: table as forest 
    X054 Advanced table mapping: table as element 
    X055 Advanced table mapping: with target namespace 
    X056 Advanced table mapping: data mapping 
    X057 Advanced table mapping: metadata mapping 
    X058 Advanced table mapping: base64 encoding of binary strings 
    X059 Advanced table mapping: hex encoding of binary strings 
    X060 XMLParse: character string input and CONTENT option 
    X061 XMLParse: character string input and DOCUMENT option 
    X070 XMLSerialize: character string serialization and CONTENT option 
    X071 XMLSerialize: character string serialization and DOCUMENT option 
    X072 XMLSerialize: character string serialization 
    X090 XML document predicate 
    X120 XML parameters in SQL routines 
    X121 XML parameters in external routines 
    X221 XML passing mechanism BY VALUE 
    X301 XMLTable: derived column list option 
    X302 XMLTable: ordinality column option 
    X303 XMLTable: column default option 
    X304 XMLTable: passing a context itemmust be XML DOCUMENT
    X400 Name and identifier mapping 
    X410 Alter column data type: XML type 

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/file-fdw.html postgresql-14-14.6/doc/src/sgml/html/file-fdw.html --- postgresql-14-14.5/doc/src/sgml/html/file-fdw.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/file-fdw.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.14. file_fdw

    F.14. file_fdw

    +F.14. file_fdw

    F.14. file_fdw

    The file_fdw module provides the foreign-data wrapper file_fdw, which can be used to access data files in the server's file system, or to execute programs on the server @@ -142,4 +142,4 @@

    That's it — now you can query your log directly. In production, of course, you would need to define some way to deal with log rotation. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-admin.html postgresql-14-14.6/doc/src/sgml/html/functions-admin.html --- postgresql-14-14.5/doc/src/sgml/html/functions-admin.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-admin.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -9.27. System Administration Functions

    9.27. System Administration Functions

    +9.27. System Administration Functions

    9.27. System Administration Functions

    The functions described in this section are used to control and monitor a PostgreSQL installation.

    9.27.1. Configuration Settings Functions

    @@ -684,7 +684,7 @@ be called while connected to the same database the slot was created on.

    - pg_create_logical_replication_slot ( slot_name name, plugin name [, temporary boolean, two_phase boolean ] ) + pg_create_logical_replication_slot ( slot_name name, plugin name [, temporary boolean, twophase boolean ] ) → record ( slot_name name, lsn pg_lsn ) @@ -697,7 +697,7 @@ the slot should not be permanently stored to disk and is only meant for use by the current session. Temporary slots are also released upon any error. The optional fourth parameter, - two_phase, when set to true, specifies + twophase, when set to true, specifies that the decoding of prepared transactions is enabled for this slot. A call to this function has the same effect as the replication protocol command CREATE_REPLICATION_SLOT ... LOGICAL. @@ -1610,4 +1610,4 @@ This will either obtain the lock immediately and return true, or return false without waiting if the lock cannot be acquired immediately. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-aggregate.html postgresql-14-14.6/doc/src/sgml/html/functions-aggregate.html --- postgresql-14-14.5/doc/src/sgml/html/functions-aggregate.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-aggregate.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.21. Aggregate Functions

    9.21. Aggregate Functions

    +9.21. Aggregate Functions

    9.21. Aggregate Functions

    Aggregate functions compute a single result from a set of input values. The built-in general-purpose aggregate functions are listed in Table 9.57 @@ -721,4 +721,4 @@ neither make nor model was grouped by in the last row (which therefore is an aggregate over all the input rows). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-array.html postgresql-14-14.6/doc/src/sgml/html/functions-array.html --- postgresql-14-14.5/doc/src/sgml/html/functions-array.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-array.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.19. Array Functions and Operators

    9.19. Array Functions and Operators

    +9.19. Array Functions and Operators

    9.19. Array Functions and Operators

    Table 9.51 shows the specialized operators available for array types. In addition to those, the usual comparison operators shown in Table 9.1 are available for @@ -389,4 +389,4 @@

    See also Section 9.21 about the aggregate function array_agg for use with arrays. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-binarystring.html postgresql-14-14.6/doc/src/sgml/html/functions-binarystring.html --- postgresql-14-14.5/doc/src/sgml/html/functions-binarystring.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-binarystring.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.5. Binary String Functions and Operators

    9.5. Binary String Functions and Operators

    +9.5. Binary String Functions and Operators

    9.5. Binary String Functions and Operators

    This section describes functions and operators for examining and manipulating binary strings, that is values of type bytea. Many of these are equivalent, in purpose and syntax, to the @@ -507,4 +507,4 @@ See also the aggregate function string_agg in Section 9.21 and the large object functions in Section 35.4. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-bitstring.html postgresql-14-14.6/doc/src/sgml/html/functions-bitstring.html --- postgresql-14-14.5/doc/src/sgml/html/functions-bitstring.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-bitstring.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.6. Bit String Functions and Operators

    9.6. Bit String Functions and Operators

    +9.6. Bit String Functions and Operators

    9.6. Bit String Functions and Operators

    This section describes functions and operators for examining and manipulating bit strings, that is values of the types bit and bit varying. (While only @@ -232,4 +232,4 @@ Note that casting to just bit means casting to bit(1), and so will deliver only the least significant bit of the integer. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-comparison.html postgresql-14-14.6/doc/src/sgml/html/functions-comparison.html --- postgresql-14-14.5/doc/src/sgml/html/functions-comparison.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-comparison.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -9.2. Comparison Functions and Operators

    9.2. Comparison Functions and Operators

    +9.2. Comparison Functions and Operators

    9.2. Comparison Functions and Operators

    The usual comparison operators are available, as shown in Table 9.1.

    Table 9.1. Comparison Operators

    OperatorDescription
    datatype < datatype @@ -397,4 +397,4 @@

    num_nulls(1, NULL, 2)1 -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-comparisons.html postgresql-14-14.6/doc/src/sgml/html/functions-comparisons.html --- postgresql-14-14.5/doc/src/sgml/html/functions-comparisons.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-comparisons.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.24. Row and Array Comparisons

    9.24. Row and Array Comparisons

    +9.24. Row and Array Comparisons

    9.24. Row and Array Comparisons

    This section describes several specialized constructs for making multiple comparisons between groups of values. These forms are syntactically related to the subquery forms of the previous section, @@ -210,4 +210,4 @@ for materialized views and might be useful for other specialized purposes such as replication and B-Tree deduplication (see Section 64.4.3). They are not intended to be generally useful for writing queries, though. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-conditional.html postgresql-14-14.6/doc/src/sgml/html/functions-conditional.html --- postgresql-14-14.5/doc/src/sgml/html/functions-conditional.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-conditional.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.18. Conditional Expressions

    9.18. Conditional Expressions

    +9.18. Conditional Expressions

    9.18. Conditional Expressions

    This section describes the SQL-compliant conditional expressions available in PostgreSQL.

    Tip

    @@ -184,4 +184,4 @@ the SQL standard, but are a common extension. Some other databases make them return NULL if any argument is NULL, rather than only when all are NULL. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-datetime.html postgresql-14-14.6/doc/src/sgml/html/functions-datetime.html --- postgresql-14-14.5/doc/src/sgml/html/functions-datetime.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-datetime.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.9. Date/Time Functions and Operators

    9.9. Date/Time Functions and Operators

    +9.9. Date/Time Functions and Operators

    9.9. Date/Time Functions and Operators

    Table 9.32 shows the available functions for date/time value processing, with details appearing in the following subsections. Table 9.31 illustrates the behaviors of @@ -1313,4 +1313,4 @@ when calling pg_sleep or its variants. Otherwise other sessions might have to wait for your sleeping process, slowing down the entire system. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-enum.html postgresql-14-14.6/doc/src/sgml/html/functions-enum.html --- postgresql-14-14.5/doc/src/sgml/html/functions-enum.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-enum.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.10. Enum Support Functions

    9.10. Enum Support Functions

    +9.10. Enum Support Functions

    9.10. Enum Support Functions

    For enum types (described in Section 8.7), there are several functions that allow cleaner programming without hard-coding particular values of an enum type. @@ -81,4 +81,4 @@ the type can be passed, with the same result. It is more common to apply these functions to a table column or function argument than to a hardwired type name as used in the examples. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-event-triggers.html postgresql-14-14.6/doc/src/sgml/html/functions-event-triggers.html --- postgresql-14-14.5/doc/src/sgml/html/functions-event-triggers.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-event-triggers.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -9.29. Event Trigger Functions

    9.29. Event Trigger Functions

    +9.29. Event Trigger Functions

    9.29. Event Trigger Functions

    PostgreSQL provides these helper functions to retrieve information from event triggers.

    @@ -130,4 +130,4 @@ ON table_rewrite EXECUTE FUNCTION test_event_trigger_table_rewrite_oid();

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-formatting.html postgresql-14-14.6/doc/src/sgml/html/functions-formatting.html --- postgresql-14-14.5/doc/src/sgml/html/functions-formatting.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-formatting.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.8. Data Type Formatting Functions

    9.8. Data Type Formatting Functions

    +9.8. Data Type Formatting Functions

    9.8. Data Type Formatting Functions

    The PostgreSQL formatting functions provide a powerful set of tools for converting various data types (date/time, integer, floating point, numeric) to formatted strings @@ -403,4 +403,4 @@

    Table 9.29. Template Pattern Modifiers for Numeric Formatting

    ModifierDescriptionExample
    FM prefixfill mode (suppress trailing zeroes and padding blanks)FM99.99
    TH suffixupper case ordinal number suffix999TH
    th suffixlower case ordinal number suffix999th

    Table 9.30 shows some examples of the use of the to_char function. -

    Table 9.30. to_char Examples

    ExpressionResult
    to_char(current_timestamp, 'Day, DD  HH12:MI:SS')'Tuesday  , 06  05:39:18'
    to_char(current_timestamp, 'FMDay, FMDD  HH12:MI:SS')'Tuesday, 6  05:39:18'
    to_char(-0.1, '99.99')'  -.10'
    to_char(-0.1, 'FM9.99')'-.1'
    to_char(-0.1, 'FM90.99')'-0.1'
    to_char(0.1, '0.9')' 0.1'
    to_char(12, '9990999.9')'    0012.0'
    to_char(12, 'FM9990999.9')'0012.'
    to_char(485, '999')' 485'
    to_char(-485, '999')'-485'
    to_char(485, '9 9 9')' 4 8 5'
    to_char(1485, '9,999')' 1,485'
    to_char(1485, '9G999')' 1 485'
    to_char(148.5, '999.999')' 148.500'
    to_char(148.5, 'FM999.999')'148.5'
    to_char(148.5, 'FM999.990')'148.500'
    to_char(148.5, '999D999')' 148,500'
    to_char(3148.5, '9G999D999')' 3 148,500'
    to_char(-485, '999S')'485-'
    to_char(-485, '999MI')'485-'
    to_char(485, '999MI')'485 '
    to_char(485, 'FM999MI')'485'
    to_char(485, 'PL999')'+485'
    to_char(485, 'SG999')'+485'
    to_char(-485, 'SG999')'-485'
    to_char(-485, '9SG99')'4-85'
    to_char(-485, '999PR')'<485>'
    to_char(485, 'L999')'DM 485'
    to_char(485, 'RN')'        CDLXXXV'
    to_char(485, 'FMRN')'CDLXXXV'
    to_char(5.2, 'FMRN')'V'
    to_char(482, '999th')' 482nd'
    to_char(485, '"Good number:"999')'Good number: 485'
    to_char(485.8, '"Pre:"999" Post:" .999')'Pre: 485 Post: .800'
    to_char(12, '99V999')' 12000'
    to_char(12.4, '99V999')' 12400'
    to_char(12.45, '99V9')' 125'
    to_char(0.0004859, '9.99EEEE')' 4.86e-04'

    \ No newline at end of file +

    Table 9.30. to_char Examples

    ExpressionResult
    to_char(current_timestamp, 'Day, DD  HH12:MI:SS')'Tuesday  , 06  05:39:18'
    to_char(current_timestamp, 'FMDay, FMDD  HH12:MI:SS')'Tuesday, 6  05:39:18'
    to_char(-0.1, '99.99')'  -.10'
    to_char(-0.1, 'FM9.99')'-.1'
    to_char(-0.1, 'FM90.99')'-0.1'
    to_char(0.1, '0.9')' 0.1'
    to_char(12, '9990999.9')'    0012.0'
    to_char(12, 'FM9990999.9')'0012.'
    to_char(485, '999')' 485'
    to_char(-485, '999')'-485'
    to_char(485, '9 9 9')' 4 8 5'
    to_char(1485, '9,999')' 1,485'
    to_char(1485, '9G999')' 1 485'
    to_char(148.5, '999.999')' 148.500'
    to_char(148.5, 'FM999.999')'148.5'
    to_char(148.5, 'FM999.990')'148.500'
    to_char(148.5, '999D999')' 148,500'
    to_char(3148.5, '9G999D999')' 3 148,500'
    to_char(-485, '999S')'485-'
    to_char(-485, '999MI')'485-'
    to_char(485, '999MI')'485 '
    to_char(485, 'FM999MI')'485'
    to_char(485, 'PL999')'+485'
    to_char(485, 'SG999')'+485'
    to_char(-485, 'SG999')'-485'
    to_char(-485, '9SG99')'4-85'
    to_char(-485, '999PR')'<485>'
    to_char(485, 'L999')'DM 485'
    to_char(485, 'RN')'        CDLXXXV'
    to_char(485, 'FMRN')'CDLXXXV'
    to_char(5.2, 'FMRN')'V'
    to_char(482, '999th')' 482nd'
    to_char(485, '"Good number:"999')'Good number: 485'
    to_char(485.8, '"Pre:"999" Post:" .999')'Pre: 485 Post: .800'
    to_char(12, '99V999')' 12000'
    to_char(12.4, '99V999')' 12400'
    to_char(12.45, '99V9')' 125'
    to_char(0.0004859, '9.99EEEE')' 4.86e-04'

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-geometry.html postgresql-14-14.6/doc/src/sgml/html/functions-geometry.html --- postgresql-14-14.5/doc/src/sgml/html/functions-geometry.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-geometry.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.11. Geometric Functions and Operators

    9.11. Geometric Functions and Operators

    +9.11. Geometric Functions and Operators

    9.11. Geometric Functions and Operators

    The geometric types point, box, lseg, line, path, polygon, and circle have a large set of @@ -884,4 +884,4 @@ UPDATE t SET p[1] = ... changes the Y coordinate. In the same way, a value of type box or lseg can be treated as an array of two point values. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions.html postgresql-14-14.6/doc/src/sgml/html/functions.html --- postgresql-14-14.5/doc/src/sgml/html/functions.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 9. Functions and Operators

    Chapter 9. Functions and Operators

    Table of Contents

    9.1. Logical Operators
    9.2. Comparison Functions and Operators
    9.3. Mathematical Functions and Operators
    9.4. String Functions and Operators
    9.4.1. format
    9.5. Binary String Functions and Operators
    9.6. Bit String Functions and Operators
    9.7. Pattern Matching
    9.7.1. LIKE
    9.7.2. SIMILAR TO Regular Expressions
    9.7.3. POSIX Regular Expressions
    9.8. Data Type Formatting Functions
    9.9. Date/Time Functions and Operators
    9.9.1. EXTRACT, date_part
    9.9.2. date_trunc
    9.9.3. date_bin
    9.9.4. AT TIME ZONE
    9.9.5. Current Date/Time
    9.9.6. Delaying Execution
    9.10. Enum Support Functions
    9.11. Geometric Functions and Operators
    9.12. Network Address Functions and Operators
    9.13. Text Search Functions and Operators
    9.14. UUID Functions
    9.15. XML Functions
    9.15.1. Producing XML Content
    9.15.2. XML Predicates
    9.15.3. Processing XML
    9.15.4. Mapping Tables to XML
    9.16. JSON Functions and Operators
    9.16.1. Processing and Creating JSON Data
    9.16.2. The SQL/JSON Path Language
    9.17. Sequence Manipulation Functions
    9.18. Conditional Expressions
    9.18.1. CASE
    9.18.2. COALESCE
    9.18.3. NULLIF
    9.18.4. GREATEST and LEAST
    9.19. Array Functions and Operators
    9.20. Range/Multirange Functions and Operators
    9.21. Aggregate Functions
    9.22. Window Functions
    9.23. Subquery Expressions
    9.23.1. EXISTS
    9.23.2. IN
    9.23.3. NOT IN
    9.23.4. ANY/SOME
    9.23.5. ALL
    9.23.6. Single-Row Comparison
    9.24. Row and Array Comparisons
    9.24.1. IN
    9.24.2. NOT IN
    9.24.3. ANY/SOME (array)
    9.24.4. ALL (array)
    9.24.5. Row Constructor Comparison
    9.24.6. Composite Type Comparison
    9.25. Set Returning Functions
    9.26. System Information Functions and Operators
    9.27. System Administration Functions
    9.27.1. Configuration Settings Functions
    9.27.2. Server Signaling Functions
    9.27.3. Backup Control Functions
    9.27.4. Recovery Control Functions
    9.27.5. Snapshot Synchronization Functions
    9.27.6. Replication Management Functions
    9.27.7. Database Object Management Functions
    9.27.8. Index Maintenance Functions
    9.27.9. Generic File Access Functions
    9.27.10. Advisory Lock Functions
    9.28. Trigger Functions
    9.29. Event Trigger Functions
    9.29.1. Capturing Changes at Command End
    9.29.2. Processing Objects Dropped by a DDL Command
    9.29.3. Handling a Table Rewrite Event
    9.30. Statistics Information Functions
    9.30.1. Inspecting MCV Lists

    +Chapter 9. Functions and Operators

    Chapter 9. Functions and Operators

    Table of Contents

    9.1. Logical Operators
    9.2. Comparison Functions and Operators
    9.3. Mathematical Functions and Operators
    9.4. String Functions and Operators
    9.4.1. format
    9.5. Binary String Functions and Operators
    9.6. Bit String Functions and Operators
    9.7. Pattern Matching
    9.7.1. LIKE
    9.7.2. SIMILAR TO Regular Expressions
    9.7.3. POSIX Regular Expressions
    9.8. Data Type Formatting Functions
    9.9. Date/Time Functions and Operators
    9.9.1. EXTRACT, date_part
    9.9.2. date_trunc
    9.9.3. date_bin
    9.9.4. AT TIME ZONE
    9.9.5. Current Date/Time
    9.9.6. Delaying Execution
    9.10. Enum Support Functions
    9.11. Geometric Functions and Operators
    9.12. Network Address Functions and Operators
    9.13. Text Search Functions and Operators
    9.14. UUID Functions
    9.15. XML Functions
    9.15.1. Producing XML Content
    9.15.2. XML Predicates
    9.15.3. Processing XML
    9.15.4. Mapping Tables to XML
    9.16. JSON Functions and Operators
    9.16.1. Processing and Creating JSON Data
    9.16.2. The SQL/JSON Path Language
    9.17. Sequence Manipulation Functions
    9.18. Conditional Expressions
    9.18.1. CASE
    9.18.2. COALESCE
    9.18.3. NULLIF
    9.18.4. GREATEST and LEAST
    9.19. Array Functions and Operators
    9.20. Range/Multirange Functions and Operators
    9.21. Aggregate Functions
    9.22. Window Functions
    9.23. Subquery Expressions
    9.23.1. EXISTS
    9.23.2. IN
    9.23.3. NOT IN
    9.23.4. ANY/SOME
    9.23.5. ALL
    9.23.6. Single-Row Comparison
    9.24. Row and Array Comparisons
    9.24.1. IN
    9.24.2. NOT IN
    9.24.3. ANY/SOME (array)
    9.24.4. ALL (array)
    9.24.5. Row Constructor Comparison
    9.24.6. Composite Type Comparison
    9.25. Set Returning Functions
    9.26. System Information Functions and Operators
    9.27. System Administration Functions
    9.27.1. Configuration Settings Functions
    9.27.2. Server Signaling Functions
    9.27.3. Backup Control Functions
    9.27.4. Recovery Control Functions
    9.27.5. Snapshot Synchronization Functions
    9.27.6. Replication Management Functions
    9.27.7. Database Object Management Functions
    9.27.8. Index Maintenance Functions
    9.27.9. Generic File Access Functions
    9.27.10. Advisory Lock Functions
    9.28. Trigger Functions
    9.29. Event Trigger Functions
    9.29.1. Capturing Changes at Command End
    9.29.2. Processing Objects Dropped by a DDL Command
    9.29.3. Handling a Table Rewrite Event
    9.30. Statistics Information Functions
    9.30.1. Inspecting MCV Lists

    PostgreSQL provides a large number of functions and operators for the built-in data types. This chapter describes most of them, although additional special-purpose functions @@ -30,4 +30,4 @@ is present in other SQL database management systems, and in many cases this functionality is compatible and consistent between the various implementations. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-info.html postgresql-14-14.6/doc/src/sgml/html/functions-info.html --- postgresql-14-14.5/doc/src/sgml/html/functions-info.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-info.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.26. System Information Functions and Operators

    9.26. System Information Functions and Operators

    +9.26. System Information Functions and Operators

    9.26. System Information Functions and Operators

    Table 9.65 shows several functions that extract session and system information.

    @@ -1717,4 +1717,4 @@

    Returns information about recovery state, as shown in Table 9.84. -


    Table 9.81. pg_control_checkpoint Output Columns

    Column NameData Type
    checkpoint_lsnpg_lsn
    redo_lsnpg_lsn
    redo_wal_filetext
    timeline_idinteger
    prev_timeline_idinteger
    full_page_writesboolean
    next_xidtext
    next_oidoid
    next_multixact_idxid
    next_multi_offsetxid
    oldest_xidxid
    oldest_xid_dbidoid
    oldest_active_xidxid
    oldest_multi_xidxid
    oldest_multi_dbidoid
    oldest_commit_ts_xidxid
    newest_commit_ts_xidxid
    checkpoint_timetimestamp with time zone

    Table 9.82. pg_control_system Output Columns

    Column NameData Type
    pg_control_versioninteger
    catalog_version_nointeger
    system_identifierbigint
    pg_control_last_modifiedtimestamp with time zone

    Table 9.83. pg_control_init Output Columns

    Column NameData Type
    max_data_alignmentinteger
    database_block_sizeinteger
    blocks_per_segmentinteger
    wal_block_sizeinteger
    bytes_per_wal_segmentinteger
    max_identifier_lengthinteger
    max_index_columnsinteger
    max_toast_chunk_sizeinteger
    large_object_chunk_sizeinteger
    float8_pass_by_valueboolean
    data_page_checksum_versioninteger

    Table 9.84. pg_control_recovery Output Columns

    Column NameData Type
    min_recovery_end_lsnpg_lsn
    min_recovery_end_timelineinteger
    backup_start_lsnpg_lsn
    backup_end_lsnpg_lsn
    end_of_backup_record_requiredboolean

    \ No newline at end of file +


    Table 9.81. pg_control_checkpoint Output Columns

    Column NameData Type
    checkpoint_lsnpg_lsn
    redo_lsnpg_lsn
    redo_wal_filetext
    timeline_idinteger
    prev_timeline_idinteger
    full_page_writesboolean
    next_xidtext
    next_oidoid
    next_multixact_idxid
    next_multi_offsetxid
    oldest_xidxid
    oldest_xid_dbidoid
    oldest_active_xidxid
    oldest_multi_xidxid
    oldest_multi_dbidoid
    oldest_commit_ts_xidxid
    newest_commit_ts_xidxid
    checkpoint_timetimestamp with time zone

    Table 9.82. pg_control_system Output Columns

    Column NameData Type
    pg_control_versioninteger
    catalog_version_nointeger
    system_identifierbigint
    pg_control_last_modifiedtimestamp with time zone

    Table 9.83. pg_control_init Output Columns

    Column NameData Type
    max_data_alignmentinteger
    database_block_sizeinteger
    blocks_per_segmentinteger
    wal_block_sizeinteger
    bytes_per_wal_segmentinteger
    max_identifier_lengthinteger
    max_index_columnsinteger
    max_toast_chunk_sizeinteger
    large_object_chunk_sizeinteger
    float8_pass_by_valueboolean
    data_page_checksum_versioninteger

    Table 9.84. pg_control_recovery Output Columns

    Column NameData Type
    min_recovery_end_lsnpg_lsn
    min_recovery_end_timelineinteger
    backup_start_lsnpg_lsn
    backup_end_lsnpg_lsn
    end_of_backup_record_requiredboolean

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-json.html postgresql-14-14.6/doc/src/sgml/html/functions-json.html --- postgresql-14-14.5/doc/src/sgml/html/functions-json.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-json.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.16. JSON Functions and Operators

    9.16. JSON Functions and Operators

    +9.16. JSON Functions and Operators

    9.16. JSON Functions and Operators

    This section describes:

    • @@ -19,6 +19,12 @@ jsonb, though not for json. The comparison operators follow the ordering rules for B-tree operations outlined in Section 8.14.4. + See also Section 9.21 for the aggregate + function json_agg which aggregates record + values as JSON, the aggregate function + json_object_agg which aggregates pairs of values + into a JSON object, and their jsonb equivalents, + jsonb_agg and jsonb_object_agg.

      Table 9.44. json and jsonb Operators

      Operator

      @@ -853,7 +859,7 @@

      jsonb_set_lax('[{"f1":1,"f2":null},2,null,3]', '{0,f1}', null) - → [{"f1":null,"f2":null},2,null,3] + → [{"f1": null, "f2": null}, 2, null, 3]

      jsonb_set_lax('[{"f1":99,"f2":null},2]', '{0,f3}', null, true, 'return_target') @@ -1034,7 +1040,7 @@ comparisons.

      - jsonb_path_exists_tz('["2015-08-01 12:00:00 -05"]', '$[*] ? (@.datetime() < "2015-08-02".datetime())') + jsonb_path_exists_tz('["2015-08-01 12:00:00-05"]', '$[*] ? (@.datetime() < "2015-08-02".datetime())')t

      @@ -1086,14 +1092,7 @@

      json_typeof(NULL::json) IS NULLt -


      - See also Section 9.21 for the aggregate - function json_agg which aggregates record - values as JSON, the aggregate function - json_object_agg which aggregates pairs of values - into a JSON object, and their jsonb equivalents, - jsonb_agg and jsonb_object_agg. -

    9.16.2. The SQL/JSON Path Language

    +


    9.16.2. The SQL/JSON Path Language

    SQL/JSON path expressions specify the items to be retrieved from the JSON data, similar to XPath expressions used for SQL access to XML. In PostgreSQL, @@ -1779,4 +1778,4 @@

     $.* ? (@ like_regex "^\\d+$")
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-logical.html postgresql-14-14.6/doc/src/sgml/html/functions-logical.html --- postgresql-14-14.5/doc/src/sgml/html/functions-logical.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-logical.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -9.1. Logical Operators

    9.1. Logical Operators

    +9.1. Logical Operators

    9.1. Logical Operators

    The usual logical operators are available: @@ -33,4 +33,4 @@ without affecting the result. (However, it is not guaranteed that the left operand is evaluated before the right operand. See Section 4.2.14 for more information about the order of evaluation of subexpressions.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-matching.html postgresql-14-14.6/doc/src/sgml/html/functions-matching.html --- postgresql-14-14.5/doc/src/sgml/html/functions-matching.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-matching.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.7. Pattern Matching

    9.7. Pattern Matching

    +9.7. Pattern Matching

    9.7. Pattern Matching

    There are three separate approaches to pattern matching provided by PostgreSQL: the traditional SQL LIKE operator, the @@ -1248,4 +1248,4 @@ backslash.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-math.html postgresql-14-14.6/doc/src/sgml/html/functions-math.html --- postgresql-14-14.5/doc/src/sgml/html/functions-math.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-math.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -9.3. Mathematical Functions and Operators

    9.3. Mathematical Functions and Operators

    +9.3. Mathematical Functions and Operators

    9.3. Mathematical Functions and Operators

    Mathematical operators are provided for many PostgreSQL types. For types without standard mathematical conventions @@ -993,4 +993,4 @@

    atanh(0.5)0.5493061443340548 -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-net.html postgresql-14-14.6/doc/src/sgml/html/functions-net.html --- postgresql-14-14.5/doc/src/sgml/html/functions-net.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-net.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.12. Network Address Functions and Operators

    9.12. Network Address Functions and Operators

    +9.12. Network Address Functions and Operators

    9.12. Network Address Functions and Operators

    The IP network address types, cidr and inet, support the usual comparison operators shown in Table 9.1 @@ -394,4 +394,4 @@

    macaddr8_set7bit(macaddr8 '00:34:56:ab:cd:ef')02:34:56:ff:fe:ab:cd:ef -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-range.html postgresql-14-14.6/doc/src/sgml/html/functions-range.html --- postgresql-14-14.5/doc/src/sgml/html/functions-range.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-range.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.20. Range/Multirange Functions and Operators

    9.20. Range/Multirange Functions and Operators

    +9.20. Range/Multirange Functions and Operators

    9.20. Range/Multirange Functions and Operators

    See Section 8.17 for an overview of range types.

    Table 9.53 shows the specialized operators @@ -704,4 +704,4 @@ The lower_inc, upper_inc, lower_inf, and upper_inf functions all return false for an empty range or multirange. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-sequence.html postgresql-14-14.6/doc/src/sgml/html/functions-sequence.html --- postgresql-14-14.5/doc/src/sgml/html/functions-sequence.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-sequence.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.17. Sequence Manipulation Functions

    9.17. Sequence Manipulation Functions

    +9.17. Sequence Manipulation Functions

    9.17. Sequence Manipulation Functions

    This section describes functions for operating on sequence objects, also called sequence generators or just sequences. Sequence objects are special single-row tables created with CREATE SEQUENCE. @@ -136,4 +136,4 @@ OID by hand, however, since the regclass data type's input converter will do the work for you. See Section 8.19 for details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-srf.html postgresql-14-14.6/doc/src/sgml/html/functions-srf.html --- postgresql-14-14.5/doc/src/sgml/html/functions-srf.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-srf.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.25. Set Returning Functions

    9.25. Set Returning Functions

    +9.25. Set Returning Functions

    9.25. Set Returning Functions

    This section describes functions that possibly return more than one row. The most widely used functions in this class are series generating functions, as detailed in Table 9.63 and @@ -215,4 +215,4 @@ pg_subtrans | 19 (19 rows)

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-statistics.html postgresql-14-14.6/doc/src/sgml/html/functions-statistics.html --- postgresql-14-14.5/doc/src/sgml/html/functions-statistics.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-statistics.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -9.30. Statistics Information Functions

    9.30. Statistics Information Functions

    +9.30. Statistics Information Functions

    9.30. Statistics Information Functions

    PostgreSQL provides a function to inspect complex statistics defined using the CREATE STATISTICS command.

    9.30.1. Inspecting MCV Lists

    @@ -21,4 +21,4 @@
         Values of the pg_mcv_list type can be obtained only from the
         pg_statistic_ext_data.stxdmcv
         column.
    -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-string.html postgresql-14-14.6/doc/src/sgml/html/functions-string.html --- postgresql-14-14.5/doc/src/sgml/html/functions-string.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-string.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.4. String Functions and Operators

    9.4. String Functions and Operators

    +9.4. String Functions and Operators

    9.4. String Functions and Operators

    This section describes functions and operators for examining and manipulating string values. Strings in this context include values of the types character, character varying, @@ -1089,4 +1089,4 @@ The %I and %L format specifiers are particularly useful for safely constructing dynamic SQL statements. See Example 43.1. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-subquery.html postgresql-14-14.6/doc/src/sgml/html/functions-subquery.html --- postgresql-14-14.5/doc/src/sgml/html/functions-subquery.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-subquery.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.23. Subquery Expressions

    9.23. Subquery Expressions

    +9.23. Subquery Expressions

    9.23. Subquery Expressions

    This section describes the SQL-compliant subquery expressions available in PostgreSQL. All of the expression forms documented in this section return @@ -210,4 +210,4 @@

    See Section 9.24.5 for details about the meaning of a row constructor comparison. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-textsearch.html postgresql-14-14.6/doc/src/sgml/html/functions-textsearch.html --- postgresql-14-14.5/doc/src/sgml/html/functions-textsearch.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-textsearch.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.13. Text Search Functions and Operators

    9.13. Text Search Functions and Operators

    +9.13. Text Search Functions and Operators

    9.13. Text Search Functions and Operators

    Table 9.41, Table 9.42 and Table 9.43 @@ -750,4 +750,4 @@

    ts_stat('SELECT vector FROM apod')(foo,10,15) ... -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-trigger.html postgresql-14-14.6/doc/src/sgml/html/functions-trigger.html --- postgresql-14-14.5/doc/src/sgml/html/functions-trigger.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-trigger.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -9.28. Trigger Functions

    9.28. Trigger Functions

    +9.28. Trigger Functions

    9.28. Trigger Functions

    While many uses of triggers involve user-written trigger functions, PostgreSQL provides a few built-in trigger functions that can be used directly in user-defined triggers. These @@ -90,4 +90,4 @@ choose a trigger name that comes after the name of any other trigger you might have on the table. (Hence the z prefix in the example.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-uuid.html postgresql-14-14.6/doc/src/sgml/html/functions-uuid.html --- postgresql-14-14.5/doc/src/sgml/html/functions-uuid.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-uuid.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.14. UUID Functions

    9.14. UUID Functions

    +9.14. UUID Functions

    9.14. UUID Functions

    PostgreSQL includes one function to generate a UUID:

     gen_random_uuid () → uuid
    @@ -13,4 +13,4 @@
        PostgreSQL also provides the usual comparison
        operators shown in Table 9.1 for
        UUIDs.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-window.html postgresql-14-14.6/doc/src/sgml/html/functions-window.html --- postgresql-14-14.5/doc/src/sgml/html/functions-window.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-window.html 2022-11-07 22:00:28.000000000 +0000 @@ -1,5 +1,5 @@ -9.22. Window Functions

    9.22. Window Functions

    +9.22. Window Functions

    9.22. Window Functions

    Window functions provide the ability to perform calculations across sets of rows that are related to the current query row. See Section 3.5 for an introduction to this @@ -179,4 +179,4 @@ default FROM FIRST behavior is supported. (You can achieve the result of FROM LAST by reversing the ORDER BY ordering.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/functions-xml.html postgresql-14-14.6/doc/src/sgml/html/functions-xml.html --- postgresql-14-14.5/doc/src/sgml/html/functions-xml.html 2022-08-08 20:58:20.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/functions-xml.html 2022-11-07 22:00:27.000000000 +0000 @@ -1,5 +1,5 @@ -9.15. XML Functions

    9.15. XML Functions

    +9.15. XML Functions

    9.15. XML Functions

    The functions and function-like expressions described in this section operate on values of type xml. See Section 8.13 for information about the xml type. The function-like expressions xmlparse @@ -909,4 +909,4 @@ will be put into content form with each such disallowed node replaced by its string value, as defined for the XPath 1.0 string function. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/fuzzystrmatch.html postgresql-14-14.6/doc/src/sgml/html/fuzzystrmatch.html --- postgresql-14-14.5/doc/src/sgml/html/fuzzystrmatch.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/fuzzystrmatch.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.15. fuzzystrmatch

    F.15. fuzzystrmatch

    +F.15. fuzzystrmatch

    F.15. fuzzystrmatch

    The fuzzystrmatch module provides several functions to determine similarities and distance between strings.

    Caution

    @@ -135,4 +135,4 @@ ------------ KMP (1 row) -

    \ No newline at end of file +
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/generic-wal.html postgresql-14-14.6/doc/src/sgml/html/generic-wal.html --- postgresql-14-14.5/doc/src/sgml/html/generic-wal.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/generic-wal.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 63. Generic WAL Records

    Chapter 63. Generic WAL Records

    +Chapter 63. Generic WAL Records

    Chapter 63. Generic WAL Records

    Although all built-in WAL-logged modules have their own types of WAL records, there is also a generic WAL record type, which describes changes to pages in a generic way. This is useful for extensions that provide @@ -92,4 +92,4 @@ comparison. This is not very compact for the case of moving data within a page, and might be improved in the future.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/geqo-biblio.html postgresql-14-14.6/doc/src/sgml/html/geqo-biblio.html --- postgresql-14-14.5/doc/src/sgml/html/geqo-biblio.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/geqo-biblio.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -60.4. Further Reading

    60.4. Further Reading

    +60.4. Further Reading

    60.4. Further Reading

    The following resources contain additional information about genetic algorithms: @@ -15,4 +15,4 @@

  • [fong]

  • -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/geqo.html postgresql-14-14.6/doc/src/sgml/html/geqo.html --- postgresql-14-14.5/doc/src/sgml/html/geqo.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/geqo.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,8 +1,8 @@ -Chapter 60. Genetic Query Optimizer

    Chapter 60. Genetic Query Optimizer

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/geqo-intro2.html postgresql-14-14.6/doc/src/sgml/html/geqo-intro2.html --- postgresql-14-14.5/doc/src/sgml/html/geqo-intro2.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/geqo-intro2.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -60.2. Genetic Algorithms

    60.2. Genetic Algorithms

    +60.2. Genetic Algorithms

    60.2. Genetic Algorithms

    The genetic algorithm (GA) is a heuristic optimization method which operates through randomized search. The set of possible solutions for the optimization problem is considered as a @@ -24,4 +24,4 @@ strongly that a GA is not a pure random search for a solution to a problem. A GA uses stochastic processes, but the result is distinctly non-random (better than random). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/geqo-intro.html postgresql-14-14.6/doc/src/sgml/html/geqo-intro.html --- postgresql-14-14.5/doc/src/sgml/html/geqo-intro.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/geqo-intro.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -60.1. Query Handling as a Complex Optimization Problem

    60.1. Query Handling as a Complex Optimization Problem

    +60.1. Query Handling as a Complex Optimization Problem

    60.1. Query Handling as a Complex Optimization Problem

    Among all relational operators the most difficult one to process and optimize is the join. The number of possible query plans grows exponentially with the @@ -33,4 +33,4 @@ genetic algorithm to solve the join ordering problem in a manner that is efficient for queries involving large numbers of joins. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/geqo-pg-intro.html postgresql-14-14.6/doc/src/sgml/html/geqo-pg-intro.html --- postgresql-14-14.5/doc/src/sgml/html/geqo-pg-intro.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/geqo-pg-intro.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -60.3. Genetic Query Optimization (GEQO) in PostgreSQL

    60.3. Genetic Query Optimization (GEQO) in PostgreSQL

    60.3.1. Generating Possible Plans with GEQO
    60.3.2. Future Implementation Tasks for +60.3. Genetic Query Optimization (GEQO) in PostgreSQL

    60.3. Genetic Query Optimization (GEQO) in PostgreSQL

    The GEQO module approaches the query optimization problem as though it were the well-known traveling salesman @@ -104,4 +104,4 @@ of the rest of the tour, but this is certainly not true for query optimization. Thus it is questionable whether edge recombination crossover is the most effective mutation procedure. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin-builtin-opclasses.html postgresql-14-14.6/doc/src/sgml/html/gin-builtin-opclasses.html --- postgresql-14-14.5/doc/src/sgml/html/gin-builtin-opclasses.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin-builtin-opclasses.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -67.2. Built-in Operator Classes

    67.2. Built-in Operator Classes

    +67.2. Built-in Operator Classes

    67.2. Built-in Operator Classes

    The core PostgreSQL distribution includes the GIN operator classes shown in Table 67.1. @@ -10,4 +10,4 @@ is the default. jsonb_path_ops supports fewer operators but offers better performance for those operators. See Section 8.14.4 for details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin-examples.html postgresql-14-14.6/doc/src/sgml/html/gin-examples.html --- postgresql-14-14.5/doc/src/sgml/html/gin-examples.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin-examples.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -67.7. Examples

    67.7. Examples

    +67.7. Examples

    67.7. Examples

    The core PostgreSQL distribution includes the GIN operator classes previously shown in Table 67.1. @@ -7,4 +7,4 @@ GIN operator classes:

    btree_gin

    B-tree equivalent functionality for several data types

    hstore

    Module for storing (key, value) pairs

    intarray

    Enhanced support for int[]

    pg_trgm

    Text similarity using trigram matching

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin-extensibility.html postgresql-14-14.6/doc/src/sgml/html/gin-extensibility.html --- postgresql-14-14.5/doc/src/sgml/html/gin-extensibility.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin-extensibility.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -67.3. Extensibility

    67.3. Extensibility

    +67.3. Extensibility

    67.3. Extensibility

    The GIN interface has a high level of abstraction, requiring the access method implementer only to implement the semantics of the data type being accessed. The GIN layer itself @@ -234,4 +234,4 @@ recommended that the SQL declarations of these three support functions use the opclass's indexed data type for the query argument, even though the actual type might be something else depending on the operator. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin.html postgresql-14-14.6/doc/src/sgml/html/gin.html --- postgresql-14-14.5/doc/src/sgml/html/gin.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 67. GIN Indexes \ No newline at end of file +Chapter 67. GIN Indexes \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin-implementation.html postgresql-14-14.6/doc/src/sgml/html/gin-implementation.html --- postgresql-14-14.5/doc/src/sgml/html/gin-implementation.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin-implementation.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -67.4. Implementation

    67.4. Implementation

    +67.4. Implementation

    67.4. Implementation

    Internally, a GIN index contains a B-tree index constructed over keys, where each key is an element of one or more indexed items (a member of an array, for example) and where each tuple in a leaf @@ -61,4 +61,4 @@ index key, less than zero for a non-match that is still within the range to be searched, or greater than zero if the index key is past the range that could match. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin-intro.html postgresql-14-14.6/doc/src/sgml/html/gin-intro.html --- postgresql-14-14.5/doc/src/sgml/html/gin-intro.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin-intro.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -67.1. Introduction

    67.1. Introduction

    +67.1. Introduction

    67.1. Introduction

    GIN stands for Generalized Inverted Index. GIN is designed for handling cases where the items to be indexed are composite values, and the queries to be handled by @@ -37,4 +37,4 @@ maintained by Teodor Sigaev and Oleg Bartunov. There is more information about GIN on their website. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin-limit.html postgresql-14-14.6/doc/src/sgml/html/gin-limit.html --- postgresql-14-14.5/doc/src/sgml/html/gin-limit.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin-limit.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -67.6. Limitations

    67.6. Limitations

    +67.6. Limitations

    67.6. Limitations

    GIN assumes that indexable operators are strict. This means that extractValue will not be called at all on a null item value (instead, a placeholder index entry is created automatically), @@ -7,4 +7,4 @@ value either (instead, the query is presumed to be unsatisfiable). Note however that null key values contained within a non-null composite item or query value are supported. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gin-tips.html postgresql-14-14.6/doc/src/sgml/html/gin-tips.html --- postgresql-14-14.5/doc/src/sgml/html/gin-tips.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gin-tips.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -67.5. GIN Tips and Tricks

    67.5. GIN Tips and Tricks

    Create vs. insert

    +67.5. GIN Tips and Tricks

    67.5. GIN Tips and Tricks

    Create vs. insert

    Insertion into a GIN index can be slow due to the likelihood of many keys being inserted for each item. So, for bulk insertions into a table it is advisable to drop the GIN @@ -55,4 +55,4 @@

    From experience, values in the thousands (e.g., 5000 — 20000) work well. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gist-builtin-opclasses.html postgresql-14-14.6/doc/src/sgml/html/gist-builtin-opclasses.html --- postgresql-14-14.5/doc/src/sgml/html/gist-builtin-opclasses.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gist-builtin-opclasses.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -65.2. Built-in Operator Classes

    65.2. Built-in Operator Classes

    +65.2. Built-in Operator Classes

    65.2. Built-in Operator Classes

    The core PostgreSQL distribution includes the GiST operator classes shown in Table 65.1. @@ -13,4 +13,4 @@

     CREATE INDEX ON my_table USING GIST (my_inet_column inet_ops);
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gist-examples.html postgresql-14-14.6/doc/src/sgml/html/gist-examples.html --- postgresql-14-14.5/doc/src/sgml/html/gist-examples.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gist-examples.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -65.5. Examples

    65.5. Examples

    +65.5. Examples

    65.5. Examples

    The PostgreSQL source distribution includes several examples of index methods implemented using GiST. The core system currently provides text search @@ -10,4 +10,4 @@ operator classes:

    btree_gist

    B-tree equivalent functionality for several data types

    cube

    Indexing for multidimensional cubes

    hstore

    Module for storing (key, value) pairs

    intarray

    RD-Tree for one-dimensional array of int4 values

    ltree

    Indexing for tree-like structures

    pg_trgm

    Text similarity using trigram matching

    seg

    Indexing for float ranges

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gist-extensibility.html postgresql-14-14.6/doc/src/sgml/html/gist-extensibility.html --- postgresql-14-14.5/doc/src/sgml/html/gist-extensibility.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gist-extensibility.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -65.3. Extensibility

    65.3. Extensibility

    +65.3. Extensibility

    65.3. Extensibility

    Traditionally, implementing a new index access method meant a lot of difficult work. It was necessary to understand the inner workings of the database, such as the lock manager and Write-Ahead Log. The @@ -810,4 +810,4 @@ index scan, index build, or index tuple insertion). Be careful to pfree the previous value when replacing a fn_extra value, or the leak will accumulate for the duration of the operation. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gist.html postgresql-14-14.6/doc/src/sgml/html/gist.html --- postgresql-14-14.5/doc/src/sgml/html/gist.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gist.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 65. GiST Indexes \ No newline at end of file +Chapter 65. GiST Indexes \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gist-implementation.html postgresql-14-14.6/doc/src/sgml/html/gist-implementation.html --- postgresql-14-14.5/doc/src/sgml/html/gist-implementation.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gist-implementation.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -65.4. Implementation

    65.4. Implementation

    65.4.1. GiST Index Build Methods

    +65.4. Implementation

    65.4. Implementation

    65.4.1. GiST Index Build Methods

    The simplest way to build a GiST index is just to insert all the entries, one by one. This tends to be slow for large indexes, because if the index tuples are scattered across the index and the index is large enough @@ -35,4 +35,4 @@ CREATE INDEX command. The default behavior is good for most cases, but turning buffering off might speed up the build somewhat if the input data is ordered. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gist-intro.html postgresql-14-14.6/doc/src/sgml/html/gist-intro.html --- postgresql-14-14.5/doc/src/sgml/html/gist-intro.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gist-intro.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -65.1. Introduction

    65.1. Introduction

    +65.1. Introduction

    65.1. Introduction

    GiST stands for Generalized Search Tree. It is a balanced, tree-structured access method, that acts as a base template in which to implement arbitrary indexing schemes. B-trees, R-trees and many @@ -20,4 +20,4 @@ maintained by Teodor Sigaev and Oleg Bartunov, and there is more information on their web site. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/git.html postgresql-14-14.6/doc/src/sgml/html/git.html --- postgresql-14-14.5/doc/src/sgml/html/git.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/git.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -I.1. Getting the Source via Git

    I.1. Getting the Source via Git

    +I.1. Getting the Source via Git

    I.1. Getting the Source via Git

    With Git you will make a copy of the entire code repository on your local machine, so you will have access to all history and branches offline. This is the fastest and most flexible way to develop or test @@ -39,4 +39,4 @@ Git can do a lot more things than just fetch the source. For more information, consult the Git man pages, or see the website at https://git-scm.com. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/glossary.html postgresql-14-14.6/doc/src/sgml/html/glossary.html --- postgresql-14-14.5/doc/src/sgml/html/glossary.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/glossary.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix M. Glossary

    Appendix M. Glossary

    +Appendix M. Glossary

    Appendix M. Glossary

    This is a list of terms and their meaning in the context of PostgreSQL and relational database systems in general. @@ -1001,4 +1001,4 @@ It comprises many individual WAL records written sequentially to WAL files. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gssapi-auth.html postgresql-14-14.6/doc/src/sgml/html/gssapi-auth.html --- postgresql-14-14.5/doc/src/sgml/html/gssapi-auth.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gssapi-auth.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.6. GSSAPI Authentication

    21.6. GSSAPI Authentication

    +21.6. GSSAPI Authentication

    21.6. GSSAPI Authentication

    GSSAPI is an industry-standard protocol for secure authentication defined in RFC 2743. @@ -115,4 +115,4 @@ parameter. If that is set to true, client principals are matched to user map entries case-insensitively. krb_realm, if set, is also matched case-insensitively. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/gssapi-enc.html postgresql-14-14.6/doc/src/sgml/html/gssapi-enc.html --- postgresql-14-14.5/doc/src/sgml/html/gssapi-enc.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/gssapi-enc.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.10. Secure TCP/IP Connections with GSSAPI Encryption

    19.10. Secure TCP/IP Connections with GSSAPI Encryption

    +19.10. Secure TCP/IP Connections with GSSAPI Encryption

    19.10. Secure TCP/IP Connections with GSSAPI Encryption

    PostgreSQL also has native support for using GSSAPI to encrypt client/server communications for increased security. Support requires that a GSSAPI @@ -28,4 +28,4 @@ behavior, GSSAPI encryption requires no setup beyond that which is necessary for GSSAPI authentication. (For more information on configuring that, see Section 21.6.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/hash-implementation.html postgresql-14-14.6/doc/src/sgml/html/hash-implementation.html --- postgresql-14-14.5/doc/src/sgml/html/hash-implementation.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/hash-implementation.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -69.2. Implementation

    69.2. Implementation

    +69.2. Implementation

    69.2. Implementation

    There are four kinds of pages in a hash index: the meta page (page zero), which contains statically allocated control information; primary bucket pages; overflow pages; and bitmap pages, which keep track of overflow @@ -33,4 +33,4 @@ src/backend/access/hash/README. The split algorithm is crash safe and can be restarted if not completed successfully. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/hash-index.html postgresql-14-14.6/doc/src/sgml/html/hash-index.html --- postgresql-14-14.5/doc/src/sgml/html/hash-index.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/hash-index.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 69. Hash Indexes

    Chapter 69. Hash Indexes

    \ No newline at end of file +Chapter 69. Hash Indexes

    Chapter 69. Hash Indexes

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/hash-intro.html postgresql-14-14.6/doc/src/sgml/html/hash-intro.html --- postgresql-14-14.5/doc/src/sgml/html/hash-intro.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/hash-intro.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -69.1. Overview

    69.1. Overview

    +69.1. Overview

    69.1. Overview

    PostgreSQL includes an implementation of persistent on-disk hash indexes, which are fully crash recoverable. Any data type can be indexed by a @@ -74,4 +74,4 @@ The expansion occurs in the foreground, which could increase execution time for user inserts. Thus, hash indexes may not be suitable for tables with rapidly increasing number of rows. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/high-availability.html postgresql-14-14.6/doc/src/sgml/html/high-availability.html --- postgresql-14-14.5/doc/src/sgml/html/high-availability.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/high-availability.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 27. High Availability, Load Balancing, and Replication

    Chapter 27. High Availability, Load Balancing, and Replication

    +Chapter 27. High Availability, Load Balancing, and Replication

    Chapter 27. High Availability, Load Balancing, and Replication

    Database servers can work together to allow a second server to take over quickly if the primary server fails (high availability), or to allow several computers to serve the same @@ -54,4 +54,4 @@

    The remainder of this section outlines various failover, replication, and load balancing solutions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/history.html postgresql-14-14.6/doc/src/sgml/html/history.html --- postgresql-14-14.5/doc/src/sgml/html/history.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/history.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -2. A Brief History of PostgreSQL

    2. A Brief History of PostgreSQL

    +2. A Brief History of PostgreSQL

    2. A Brief History of PostgreSQL

    The object-relational database management system now known as PostgreSQL is derived from the POSTGRES package written at the @@ -137,4 +137,4 @@

    Details about what has happened in PostgreSQL since then can be found in Appendix E. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/hot-standby.html postgresql-14-14.6/doc/src/sgml/html/hot-standby.html --- postgresql-14-14.5/doc/src/sgml/html/hot-standby.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/hot-standby.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -27.4. Hot Standby

    27.4. Hot Standby

    +27.4. Hot Standby

    27.4. Hot Standby

    Hot Standby is the term used to describe the ability to connect to the server and run read-only queries while the server is in archive recovery or standby mode. This @@ -570,4 +570,4 @@ hot standby mode will generate an error.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/how-parallel-query-works.html postgresql-14-14.6/doc/src/sgml/html/how-parallel-query-works.html --- postgresql-14-14.5/doc/src/sgml/html/how-parallel-query-works.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/how-parallel-query-works.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -15.1. How Parallel Query Works

    15.1. How Parallel Query Works

    +15.1. How Parallel Query Works

    15.1. How Parallel Query Works

    When the optimizer determines that parallel query is the fastest execution strategy for a particular query, it will create a query plan that includes a Gather or Gather Merge @@ -68,4 +68,4 @@ order-preserving merge. In contrast, Gather reads tuples from the workers in whatever order is convenient, destroying any sort order that may have existed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/hstore.html postgresql-14-14.6/doc/src/sgml/html/hstore.html --- postgresql-14-14.5/doc/src/sgml/html/hstore.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/hstore.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -F.16. hstore

    F.16. hstore

    +F.16. hstore

    F.16. hstore

    This module implements the hstore data type for storing sets of key/value pairs within a single PostgreSQL value. This can be useful in various scenarios, such as rows with many attributes @@ -700,4 +700,4 @@

    Additional enhancements by Andrew Gierth , United Kingdom -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexam.html postgresql-14-14.6/doc/src/sgml/html/indexam.html --- postgresql-14-14.5/doc/src/sgml/html/indexam.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexam.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 62. Index Access Method Interface Definition

    Chapter 62. Index Access Method Interface Definition

    +Chapter 62. Index Access Method Interface Definition

    Chapter 62. Index Access Method Interface Definition

    This chapter defines the interface between the core PostgreSQL system and index access methods, which manage individual index types. The core system @@ -27,8 +27,9 @@ extant versions of the same logical row; to an index, each tuple is an independent object that needs its own index entry. Thus, an update of a row always creates all-new index entries for the row, even if - the key values did not change. (HOT tuples are an exception to this + the key values did not change. (HOT + tuples are an exception to this statement; but indexes do not deal with those, either.) Index entries for dead tuples are reclaimed (by vacuuming) when the dead tuples themselves are reclaimed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/index-api.html postgresql-14-14.6/doc/src/sgml/html/index-api.html --- postgresql-14-14.5/doc/src/sgml/html/index-api.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/index-api.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -62.1. Basic API Structure for Indexes

    62.1. Basic API Structure for Indexes

    +62.1. Basic API Structure for Indexes

    62.1. Basic API Structure for Indexes

    Each index access method is described by a row in the pg_am system catalog. The pg_am entry @@ -177,4 +177,4 @@ sensible: it means that there can only be one key column, but there can also be included column(s). Also, included columns must be allowed to be null, independently of amoptionalkey. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/index-cost-estimation.html postgresql-14-14.6/doc/src/sgml/html/index-cost-estimation.html --- postgresql-14-14.5/doc/src/sgml/html/index-cost-estimation.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/index-cost-estimation.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -62.6. Index Cost Estimation Functions

    62.6. Index Cost Estimation Functions

    +62.6. Index Cost Estimation Functions

    62.6. Index Cost Estimation Functions

    The amcostestimate function is given information describing a possible index scan, including lists of WHERE and ORDER BY clauses that have been determined to be usable with the index. It must return estimates @@ -139,4 +139,4 @@

    Examples of cost estimator functions can be found in src/backend/utils/adt/selfuncs.c. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-bitmap-scans.html postgresql-14-14.6/doc/src/sgml/html/indexes-bitmap-scans.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-bitmap-scans.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-bitmap-scans.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.5. Combining Multiple Indexes

    11.5. Combining Multiple Indexes

    +11.5. Combining Multiple Indexes

    11.5. Combining Multiple Indexes

    A single index scan can only use query clauses that use the index's columns with operators of its operator class and are joined with AND. For example, given an index on (a, b) @@ -58,4 +58,4 @@ common. If one of the types of query is much less common than the others, you'd probably settle for creating just the two indexes that best match the common types. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-collations.html postgresql-14-14.6/doc/src/sgml/html/indexes-collations.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-collations.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-collations.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.11. Indexes and Collations

    11.11. Indexes and Collations

    +11.11. Indexes and Collations

    11.11. Indexes and Collations

    An index can support only one collation per index column. If multiple collations are of interest, multiple indexes may be needed.

    @@ -28,4 +28,4 @@

     CREATE INDEX test1c_content_y_index ON test1c (content COLLATE "y");
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-examine.html postgresql-14-14.6/doc/src/sgml/html/indexes-examine.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-examine.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-examine.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.12. Examining Index Usage

    11.12. Examining Index Usage

    +11.12. Examining Index Usage

    11.12. Examining Index Usage

    Although indexes in PostgreSQL do not need maintenance or tuning, it is still important to check which indexes are actually used by the real-life query workload. @@ -79,4 +79,4 @@ appropriate, then you might have to resort to forcing index usage explicitly. You might also want to contact the PostgreSQL developers to examine the issue. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-expressional.html postgresql-14-14.6/doc/src/sgml/html/indexes-expressional.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-expressional.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-expressional.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.7. Indexes on Expressions

    11.7. Indexes on Expressions

    +11.7. Indexes on Expressions

    11.7. Indexes on Expressions

    An index column need not be just a column of the underlying table, but can be a function or scalar expression computed from one or more columns of the table. This feature is useful to obtain fast @@ -39,11 +39,11 @@

    Index expressions are relatively expensive to maintain, because the derived expression(s) must be computed for each row insertion - and non-HOT update. However, the index expressions are + and non-HOT update. However, the index expressions are not recomputed during an indexed search, since they are already stored in the index. In both examples above, the system sees the query as just WHERE indexedcolumn = 'constant' and so the speed of the search is equivalent to any other simple index query. Thus, indexes on expressions are useful when retrieval speed is more important than insertion and update speed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes.html postgresql-14-14.6/doc/src/sgml/html/indexes.html --- postgresql-14-14.5/doc/src/sgml/html/indexes.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,8 +1,8 @@ -Chapter 11. Indexes \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-index-only-scans.html postgresql-14-14.6/doc/src/sgml/html/indexes-index-only-scans.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-index-only-scans.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-index-only-scans.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.9. Index-Only Scans and Covering Indexes

    11.9. Index-Only Scans and Covering Indexes

    +11.9. Index-Only Scans and Covering Indexes

    11.9. Index-Only Scans and Covering Indexes

    All indexes in PostgreSQL are secondary indexes, meaning that each index is stored separately from the table's main data area (which is called the @@ -206,4 +206,4 @@ checked in the plan. PostgreSQL versions 9.6 and later will recognize such cases and allow index-only scans to be generated, but older versions will not. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-intro.html postgresql-14-14.6/doc/src/sgml/html/indexes-intro.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-intro.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-intro.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.1. Introduction

    11.1. Introduction

    +11.1. Introduction

    11.1. Introduction

    Suppose we have a table similar to this:

     CREATE TABLE test1 (
    @@ -69,7 +69,9 @@
        for more information see Building Indexes Concurrently.
       

    After an index is created, the system has to keep it synchronized with the - table. This adds overhead to data manipulation operations. + table. This adds overhead to data manipulation operations. Indexes can + also prevent the creation of heap-only + tuples. Therefore indexes that are seldom or never used in queries should be removed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-multicolumn.html postgresql-14-14.6/doc/src/sgml/html/indexes-multicolumn.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-multicolumn.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-multicolumn.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.3. Multicolumn Indexes

    11.3. Multicolumn Indexes

    +11.3. Multicolumn Indexes

    11.3. Multicolumn Indexes

    An index can be defined on more than one column of a table. For example, if you have a table of this form:

    @@ -79,4 +79,4 @@
        Section 11.5 and
        Section 11.9 for some discussion of the
        merits of different index configurations.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-opclass.html postgresql-14-14.6/doc/src/sgml/html/indexes-opclass.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-opclass.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-opclass.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.10. Operator Classes and Operator Families

    11.10. Operator Classes and Operator Families

    +11.10. Operator Classes and Operator Families

    11.10. Operator Classes and Operator Families

    An index definition can specify an operator class for each column of an index.

    @@ -104,4 +104,4 @@
         commands \dAc, \dAf,
         and \dAo, which provide slightly more sophisticated
         versions of these queries.
    -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-ordering.html postgresql-14-14.6/doc/src/sgml/html/indexes-ordering.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-ordering.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-ordering.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.4. Indexes and ORDER BY

    11.4. Indexes and ORDER BY

    +11.4. Indexes and ORDER BY

    11.4. Indexes and ORDER BY

    In addition to simply finding the rows to be returned by a query, an index may be able to deliver them in a specific sorted order. This allows a query's ORDER BY specification to be honored @@ -61,4 +61,4 @@ speedups for certain queries. Whether it's worth maintaining such an index depends on how often you use queries that require a special sort ordering. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-partial.html postgresql-14-14.6/doc/src/sgml/html/indexes-partial.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-partial.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-partial.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.8. Partial Indexes

    11.8. Partial Indexes

    +11.8. Partial Indexes

    11.8. Partial Indexes

    A partial index is an index built over a subset of a table; the subset is defined by a conditional expression (called the predicate of the @@ -209,4 +209,4 @@ far better performance is possible.


    More information about partial indexes can be found in [ston89b], [olson93], and [seshadri95]. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-types.html postgresql-14-14.6/doc/src/sgml/html/indexes-types.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-types.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-types.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,7 +1,7 @@ -11.2. Index Types

    11.2. Index Types

    +11.2. Index Types

    11.2. Index Types

    PostgreSQL provides several index types: - B-tree, Hash, GiST, SP-GiST, GIN and BRIN. + B-tree, Hash, GiST, SP-GiST, GIN, BRIN, and the extension bloom. Each index type uses a different algorithm that is best suited to different types of queries. By default, the CREATE @@ -159,4 +159,4 @@ The BRIN operator classes included in the standard distribution are documented in Table 68.1. For more information see Chapter 68. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/indexes-unique.html postgresql-14-14.6/doc/src/sgml/html/indexes-unique.html --- postgresql-14-14.5/doc/src/sgml/html/indexes-unique.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/indexes-unique.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -11.6. Unique Indexes

    11.6. Unique Indexes

    +11.6. Unique Indexes

    11.6. Unique Indexes

    Indexes can also be used to enforce uniqueness of a column's value, or the uniqueness of the combined values of more than one column.

    @@ -21,4 +21,4 @@
         There's no need to manually
         create indexes on unique columns; doing so would just duplicate
         the automatically-created index.
    -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/index-functions.html postgresql-14-14.6/doc/src/sgml/html/index-functions.html --- postgresql-14-14.5/doc/src/sgml/html/index-functions.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/index-functions.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -62.2. Index Access Method Functions

    62.2. Index Access Method Functions

    +62.2. Index Access Method Functions

    62.2. Index Access Method Functions

    The index construction and maintenance functions that an index access method must provide in IndexAmRoutine are:

    @@ -480,4 +480,4 @@ must be restarted. It should reset any shared state set up by aminitparallelscan such that the scan will be restarted from the beginning. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/index.html postgresql-14-14.6/doc/src/sgml/html/index.html --- postgresql-14-14.5/doc/src/sgml/html/index.html 2022-08-08 20:58:50.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/index.html 2022-11-07 22:00:57.000000000 +0000 @@ -1,2 +1,2 @@ -PostgreSQL 14.5 Documentation

    PostgreSQL 14.5 Documentation

    The PostgreSQL Global Development Group


    Table of Contents

    Preface
    1. What Is PostgreSQL?
    2. A Brief History of PostgreSQL
    3. Conventions
    4. Further Information
    5. Bug Reporting Guidelines
    I. Tutorial
    1. Getting Started
    2. The SQL Language
    3. Advanced Features
    II. The SQL Language
    4. SQL Syntax
    5. Data Definition
    6. Data Manipulation
    7. Queries
    8. Data Types
    9. Functions and Operators
    10. Type Conversion
    11. Indexes
    12. Full Text Search
    13. Concurrency Control
    14. Performance Tips
    15. Parallel Query
    III. Server Administration
    16. Installation from Binaries
    17. Installation from Source Code
    18. Installation from Source Code on Windows
    19. Server Setup and Operation
    20. Server Configuration
    21. Client Authentication
    22. Database Roles
    23. Managing Databases
    24. Localization
    25. Routine Database Maintenance Tasks
    26. Backup and Restore
    27. High Availability, Load Balancing, and Replication
    28. Monitoring Database Activity
    29. Monitoring Disk Usage
    30. Reliability and the Write-Ahead Log
    31. Logical Replication
    32. Just-in-Time Compilation (JIT)
    33. Regression Tests
    IV. Client Interfaces
    34. libpq — C Library
    35. Large Objects
    36. ECPG — Embedded SQL in C
    37. The Information Schema
    V. Server Programming
    38. Extending SQL
    39. Triggers
    40. Event Triggers
    41. The Rule System
    42. Procedural Languages
    43. PL/pgSQLSQL Procedural Language
    44. PL/Tcl — Tcl Procedural Language
    45. PL/Perl — Perl Procedural Language
    46. PL/Python — Python Procedural Language
    47. Server Programming Interface
    48. Background Worker Processes
    49. Logical Decoding
    50. Replication Progress Tracking
    VI. Reference
    I. SQL Commands
    II. PostgreSQL Client Applications
    III. PostgreSQL Server Applications
    VII. Internals
    51. Overview of PostgreSQL Internals
    52. System Catalogs
    53. Frontend/Backend Protocol
    54. PostgreSQL Coding Conventions
    55. Native Language Support
    56. Writing a Procedural Language Handler
    57. Writing a Foreign Data Wrapper
    58. Writing a Table Sampling Method
    59. Writing a Custom Scan Provider
    60. Genetic Query Optimizer
    61. Table Access Method Interface Definition
    62. Index Access Method Interface Definition
    63. Generic WAL Records
    64. B-Tree Indexes
    65. GiST Indexes
    66. SP-GiST Indexes
    67. GIN Indexes
    68. BRIN Indexes
    69. Hash Indexes
    70. Database Physical Storage
    71. System Catalog Declarations and Initial Contents
    72. How the Planner Uses Statistics
    73. Backup Manifest Format
    VIII. Appendixes
    A. PostgreSQL Error Codes
    B. Date/Time Support
    C. SQL Key Words
    D. SQL Conformance
    E. Release Notes
    F. Additional Supplied Modules
    G. Additional Supplied Programs
    H. External Projects
    I. The Source Code Repository
    J. Documentation
    K. PostgreSQL Limits
    L. Acronyms
    M. Glossary
    N. Color Support
    O. Obsolete or Renamed Features
    Bibliography
    Index
    \ No newline at end of file +PostgreSQL 14.6 Documentation

    PostgreSQL 14.6 Documentation

    The PostgreSQL Global Development Group


    Table of Contents

    Preface
    1. What Is PostgreSQL?
    2. A Brief History of PostgreSQL
    3. Conventions
    4. Further Information
    5. Bug Reporting Guidelines
    I. Tutorial
    1. Getting Started
    2. The SQL Language
    3. Advanced Features
    II. The SQL Language
    4. SQL Syntax
    5. Data Definition
    6. Data Manipulation
    7. Queries
    8. Data Types
    9. Functions and Operators
    10. Type Conversion
    11. Indexes
    12. Full Text Search
    13. Concurrency Control
    14. Performance Tips
    15. Parallel Query
    III. Server Administration
    16. Installation from Binaries
    17. Installation from Source Code
    18. Installation from Source Code on Windows
    19. Server Setup and Operation
    20. Server Configuration
    21. Client Authentication
    22. Database Roles
    23. Managing Databases
    24. Localization
    25. Routine Database Maintenance Tasks
    26. Backup and Restore
    27. High Availability, Load Balancing, and Replication
    28. Monitoring Database Activity
    29. Monitoring Disk Usage
    30. Reliability and the Write-Ahead Log
    31. Logical Replication
    32. Just-in-Time Compilation (JIT)
    33. Regression Tests
    IV. Client Interfaces
    34. libpq — C Library
    35. Large Objects
    36. ECPG — Embedded SQL in C
    37. The Information Schema
    V. Server Programming
    38. Extending SQL
    39. Triggers
    40. Event Triggers
    41. The Rule System
    42. Procedural Languages
    43. PL/pgSQLSQL Procedural Language
    44. PL/Tcl — Tcl Procedural Language
    45. PL/Perl — Perl Procedural Language
    46. PL/Python — Python Procedural Language
    47. Server Programming Interface
    48. Background Worker Processes
    49. Logical Decoding
    50. Replication Progress Tracking
    VI. Reference
    I. SQL Commands
    II. PostgreSQL Client Applications
    III. PostgreSQL Server Applications
    VII. Internals
    51. Overview of PostgreSQL Internals
    52. System Catalogs
    53. Frontend/Backend Protocol
    54. PostgreSQL Coding Conventions
    55. Native Language Support
    56. Writing a Procedural Language Handler
    57. Writing a Foreign Data Wrapper
    58. Writing a Table Sampling Method
    59. Writing a Custom Scan Provider
    60. Genetic Query Optimizer
    61. Table Access Method Interface Definition
    62. Index Access Method Interface Definition
    63. Generic WAL Records
    64. B-Tree Indexes
    65. GiST Indexes
    66. SP-GiST Indexes
    67. GIN Indexes
    68. BRIN Indexes
    69. Hash Indexes
    70. Database Physical Storage
    71. System Catalog Declarations and Initial Contents
    72. How the Planner Uses Statistics
    73. Backup Manifest Format
    VIII. Appendixes
    A. PostgreSQL Error Codes
    B. Date/Time Support
    C. SQL Key Words
    D. SQL Conformance
    E. Release Notes
    F. Additional Supplied Modules
    G. Additional Supplied Programs
    H. External Projects
    I. The Source Code Repository
    J. Documentation
    K. PostgreSQL Limits
    L. Acronyms
    M. Glossary
    N. Color Support
    O. Obsolete or Renamed Features
    Bibliography
    Index
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/index-locking.html postgresql-14-14.6/doc/src/sgml/html/index-locking.html --- postgresql-14-14.5/doc/src/sgml/html/index-locking.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/index-locking.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -62.4. Index Locking Considerations

    62.4. Index Locking Considerations

    +62.4. Index Locking Considerations

    62.4. Index Locking Considerations

    Index access methods must handle concurrent updates of the index by multiple processes. The core PostgreSQL system obtains @@ -88,4 +88,4 @@ integrity. When the flag is set, it indicates that the index access method implements finer-grained predicate locking, which will tend to reduce the frequency of such transaction cancellations. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/index-scanning.html postgresql-14-14.6/doc/src/sgml/html/index-scanning.html --- postgresql-14-14.5/doc/src/sgml/html/index-scanning.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/index-scanning.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -62.3. Index Scanning

    62.3. Index Scanning

    +62.3. Index Scanning

    62.3. Index Scanning

    In an index scan, the index access method is responsible for regurgitating the TIDs of all the tuples it has been told about that match the scan keys. The access method is not involved in @@ -120,4 +120,4 @@ Note that it is permitted for an access method to implement only amgetbitmap and not amgettuple, or vice versa, if its internal implementation is unsuited to one API or the other. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/index-unique-checks.html postgresql-14-14.6/doc/src/sgml/html/index-unique-checks.html --- postgresql-14-14.5/doc/src/sgml/html/index-unique-checks.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/index-unique-checks.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -62.5. Index Uniqueness Checks

    62.5. Index Uniqueness Checks

    +62.5. Index Uniqueness Checks

    62.5. Index Uniqueness Checks

    PostgreSQL enforces SQL uniqueness constraints using unique indexes, which are indexes that disallow multiple entries with identical keys. An access method that supports this @@ -106,4 +106,4 @@ target row is found in the recheck verifies that we are scanning for the same tuple values as were used in the original insertion.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/information-schema.html postgresql-14-14.6/doc/src/sgml/html/information-schema.html --- postgresql-14-14.5/doc/src/sgml/html/information-schema.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/information-schema.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 37. The Information Schema

    Chapter 37. The Information Schema

    Table of Contents

    37.1. The Schema
    37.2. Data Types
    37.3. information_schema_catalog_name
    37.4. administrable_role_​authorizations
    37.5. applicable_roles
    37.6. attributes
    37.7. character_sets
    37.8. check_constraint_routine_usage
    37.9. check_constraints
    37.10. collations
    37.11. collation_character_set_​applicability
    37.12. column_column_usage
    37.13. column_domain_usage
    37.14. column_options
    37.15. column_privileges
    37.16. column_udt_usage
    37.17. columns
    37.18. constraint_column_usage
    37.19. constraint_table_usage
    37.20. data_type_privileges
    37.21. domain_constraints
    37.22. domain_udt_usage
    37.23. domains
    37.24. element_types
    37.25. enabled_roles
    37.26. foreign_data_wrapper_options
    37.27. foreign_data_wrappers
    37.28. foreign_server_options
    37.29. foreign_servers
    37.30. foreign_table_options
    37.31. foreign_tables
    37.32. key_column_usage
    37.33. parameters
    37.34. referential_constraints
    37.35. role_column_grants
    37.36. role_routine_grants
    37.37. role_table_grants
    37.38. role_udt_grants
    37.39. role_usage_grants
    37.40. routine_column_usage
    37.41. routine_privileges
    37.42. routine_routine_usage
    37.43. routine_sequence_usage
    37.44. routine_table_usage
    37.45. routines
    37.46. schemata
    37.47. sequences
    37.48. sql_features
    37.49. sql_implementation_info
    37.50. sql_parts
    37.51. sql_sizing
    37.52. table_constraints
    37.53. table_privileges
    37.54. tables
    37.55. transforms
    37.56. triggered_update_columns
    37.57. triggers
    37.58. udt_privileges
    37.59. usage_privileges
    37.60. user_defined_types
    37.61. user_mapping_options
    37.62. user_mappings
    37.63. view_column_usage
    37.64. view_routine_usage
    37.65. view_table_usage
    37.66. views

    +Chapter 37. The Information Schema

    Chapter 37. The Information Schema

    Table of Contents

    37.1. The Schema
    37.2. Data Types
    37.3. information_schema_catalog_name
    37.4. administrable_role_​authorizations
    37.5. applicable_roles
    37.6. attributes
    37.7. character_sets
    37.8. check_constraint_routine_usage
    37.9. check_constraints
    37.10. collations
    37.11. collation_character_set_​applicability
    37.12. column_column_usage
    37.13. column_domain_usage
    37.14. column_options
    37.15. column_privileges
    37.16. column_udt_usage
    37.17. columns
    37.18. constraint_column_usage
    37.19. constraint_table_usage
    37.20. data_type_privileges
    37.21. domain_constraints
    37.22. domain_udt_usage
    37.23. domains
    37.24. element_types
    37.25. enabled_roles
    37.26. foreign_data_wrapper_options
    37.27. foreign_data_wrappers
    37.28. foreign_server_options
    37.29. foreign_servers
    37.30. foreign_table_options
    37.31. foreign_tables
    37.32. key_column_usage
    37.33. parameters
    37.34. referential_constraints
    37.35. role_column_grants
    37.36. role_routine_grants
    37.37. role_table_grants
    37.38. role_udt_grants
    37.39. role_usage_grants
    37.40. routine_column_usage
    37.41. routine_privileges
    37.42. routine_routine_usage
    37.43. routine_sequence_usage
    37.44. routine_table_usage
    37.45. routines
    37.46. schemata
    37.47. sequences
    37.48. sql_features
    37.49. sql_implementation_info
    37.50. sql_parts
    37.51. sql_sizing
    37.52. table_constraints
    37.53. table_privileges
    37.54. tables
    37.55. transforms
    37.56. triggered_update_columns
    37.57. triggers
    37.58. udt_privileges
    37.59. usage_privileges
    37.60. user_defined_types
    37.61. user_mapping_options
    37.62. user_mappings
    37.63. view_column_usage
    37.64. view_routine_usage
    37.65. view_table_usage
    37.66. views

    The information schema consists of a set of views that contain information about the objects defined in the current database. The information schema is defined in the SQL standard and can therefore @@ -28,4 +28,4 @@ issues but contain the table name to help distinguish duplicate rows, e.g., constraint_column_usage, constraint_table_usage, table_constraints. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-administrable-role-authorizations.html postgresql-14-14.6/doc/src/sgml/html/infoschema-administrable-role-authorizations.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-administrable-role-authorizations.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-administrable-role-authorizations.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -37.4. administrable_role_​authorizations

    37.4. administrable_role_​authorizations

    +37.4. administrable_role_​authorizations

    37.4. administrable_role_​authorizations

    The view administrable_role_authorizations identifies all roles that the current user has the admin option for. @@ -25,4 +25,4 @@

    Always YES -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-applicable-roles.html postgresql-14-14.6/doc/src/sgml/html/infoschema-applicable-roles.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-applicable-roles.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-applicable-roles.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -37.5. applicable_roles

    37.5. applicable_roles

    +37.5. applicable_roles

    37.5. applicable_roles

    The view applicable_roles identifies all roles whose privileges the current user can use. This means there is some chain of role grants from the current user to the role in @@ -30,4 +30,4 @@

    YES if the grantee has the admin option on the role, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-attributes.html postgresql-14-14.6/doc/src/sgml/html/infoschema-attributes.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-attributes.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-attributes.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.6. attributes

    37.6. attributes

    +37.6. attributes

    37.6. attributes

    The view attributes contains information about the attributes of composite data types defined in the database. (Note that the view does not give information about table columns, @@ -223,4 +223,4 @@


    See also under Section 37.17, a similarly structured view, for further information on some of the columns. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-character-sets.html postgresql-14-14.6/doc/src/sgml/html/infoschema-character-sets.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-character-sets.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-character-sets.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.7. character_sets

    37.7. character_sets

    +37.7. character_sets

    37.7. character_sets

    The view character_sets identifies the character sets available in the current database. Since PostgreSQL does not support multiple character sets within one database, this view only @@ -83,4 +83,4 @@ settings of the current database. If there is no such collation, then this column and the associated schema and catalog columns are null. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-check-constraint-routine-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-check-constraint-routine-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-check-constraint-routine-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-check-constraint-routine-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.8. check_constraint_routine_usage

    37.8. check_constraint_routine_usage

    +37.8. check_constraint_routine_usage

    37.8. check_constraint_routine_usage

    The view check_constraint_routine_usage identifies routines (functions and procedures) that are used by a check constraint. Only those routines are shown that are owned by @@ -39,4 +39,4 @@

    The specific name of the function. See Section 37.45 for more information. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-check-constraints.html postgresql-14-14.6/doc/src/sgml/html/infoschema-check-constraints.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-check-constraints.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-check-constraints.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.9. check_constraints

    37.9. check_constraints

    +37.9. check_constraints

    37.9. check_constraints

    The view check_constraints contains all check constraints, either defined on a table or on a domain, that are owned by a currently enabled role. (The owner of the table or @@ -29,4 +29,4 @@

    The check expression of the check constraint -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-collation-character-set-applicab.html postgresql-14-14.6/doc/src/sgml/html/infoschema-collation-character-set-applicab.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-collation-character-set-applicab.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-collation-character-set-applicab.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.11. collation_character_set_​applicability

    37.11. collation_character_set_​applicability

    +37.11. collation_character_set_​applicability

    37.11. collation_character_set_​applicability

    The view collation_character_set_applicability identifies which character set the available collations are applicable to. In PostgreSQL, there is only one character set per @@ -41,4 +41,4 @@

    Name of the character set -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-collations.html postgresql-14-14.6/doc/src/sgml/html/infoschema-collations.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-collations.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-collations.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.10. collations

    37.10. collations

    +37.10. collations

    37.10. collations

    The view collations contains the collations available in the current database.

    Table 37.8. collations Columns

    @@ -28,4 +28,4 @@

    Always NO PAD (The alternative PAD SPACE is not supported by PostgreSQL.) -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-column-column-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-column-column-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-column-column-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-column-column-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.12. column_column_usage

    37.12. column_column_usage

    +37.12. column_column_usage

    37.12. column_column_usage

    The view column_column_usage identifies all generated columns that depend on another base column in the same table. Only tables owned by a currently enabled role are included. @@ -33,4 +33,4 @@

    Name of the generated column -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-column-domain-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-column-domain-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-column-domain-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-column-domain-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.13. column_domain_usage

    37.13. column_domain_usage

    +37.13. column_domain_usage

    37.13. column_domain_usage

    The view column_domain_usage identifies all columns (of a table or a view) that make use of some domain defined in the current database and owned by a currently enabled role. @@ -43,4 +43,4 @@

    Name of the column -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-column-options.html postgresql-14-14.6/doc/src/sgml/html/infoschema-column-options.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-column-options.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-column-options.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.14. column_options

    37.14. column_options

    +37.14. column_options

    37.14. column_options

    The view column_options contains all the options defined for foreign table columns in the current database. Only those foreign table columns are shown that the current user has access to @@ -39,4 +39,4 @@

    Value of the option -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-column-privileges.html postgresql-14-14.6/doc/src/sgml/html/infoschema-column-privileges.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-column-privileges.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-column-privileges.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.15. column_privileges

    37.15. column_privileges

    +37.15. column_privileges

    37.15. column_privileges

    The view column_privileges identifies all privileges granted on columns to a currently enabled role or by a currently enabled role. There is one row for each combination of @@ -57,4 +57,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-columns.html postgresql-14-14.6/doc/src/sgml/html/infoschema-columns.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-columns.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-columns.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.17. columns

    37.17. columns

    +37.17. columns

    37.17. columns

    The view columns contains information about all table columns (or view columns) in the database. System columns (ctid, etc.) are not included. Only those columns are @@ -334,4 +334,4 @@ columns with their associated data types and treat domains as separate types, you could write coalesce(domain_name, udt_name), etc. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-column-udt-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-column-udt-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-column-udt-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-column-udt-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.16. column_udt_usage

    37.16. column_udt_usage

    +37.16. column_udt_usage

    37.16. column_udt_usage

    The view column_udt_usage identifies all columns that use data types owned by a currently enabled role. Note that in PostgreSQL, built-in data types behave @@ -49,4 +49,4 @@

    Name of the column -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-constraint-column-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-constraint-column-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-constraint-column-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-constraint-column-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.18. constraint_column_usage

    37.18. constraint_column_usage

    +37.18. constraint_column_usage

    37.18. constraint_column_usage

    The view constraint_column_usage identifies all columns in the current database that are used by some constraint. Only those columns are shown that are contained in a table owned by @@ -52,4 +52,4 @@

    Name of the constraint -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-constraint-table-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-constraint-table-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-constraint-table-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-constraint-table-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.19. constraint_table_usage

    37.19. constraint_table_usage

    +37.19. constraint_table_usage

    37.19. constraint_table_usage

    The view constraint_table_usage identifies all tables in the current database that are used by some constraint and are owned by a currently enabled role. (This is different from the @@ -47,4 +47,4 @@

    Name of the constraint -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-data-type-privileges.html postgresql-14-14.6/doc/src/sgml/html/infoschema-data-type-privileges.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-data-type-privileges.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-data-type-privileges.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.20. data_type_privileges

    37.20. data_type_privileges

    +37.20. data_type_privileges

    37.20. data_type_privileges

    The view data_type_privileges identifies all data type descriptors that the current user has access to, by way of being the owner of the described object or having some privilege @@ -49,4 +49,4 @@

    The identifier of the data type descriptor, which is unique among the data type descriptors for that same object. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-datatypes.html postgresql-14-14.6/doc/src/sgml/html/infoschema-datatypes.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-datatypes.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-datatypes.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -37.2. Data Types

    37.2. Data Types

    +37.2. Data Types

    37.2. Data Types

    The columns of the information schema views use special data types that are defined in the information schema. These are defined as simple domains over ordinary built-in types. You should not use @@ -30,4 +30,4 @@

    Every column in the information schema has one of these five types. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-domain-constraints.html postgresql-14-14.6/doc/src/sgml/html/infoschema-domain-constraints.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-domain-constraints.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-domain-constraints.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.21. domain_constraints

    37.21. domain_constraints

    +37.21. domain_constraints

    37.21. domain_constraints

    The view domain_constraints contains all constraints belonging to domains defined in the current database. Only those domains are shown that the current user has access to (by way of being the owner or @@ -49,4 +49,4 @@

    YES if the constraint is deferrable and initially deferred, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-domains.html postgresql-14-14.6/doc/src/sgml/html/infoschema-domains.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-domains.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-domains.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.23. domains

    37.23. domains

    +37.23. domains

    37.23. domains

    The view domains contains all domains defined in the current database. Only those domains are shown that the current user has access to (by way of being the owner or having some privilege). @@ -193,4 +193,4 @@ instances of such identifiers. (The specific format of the identifier is not defined and not guaranteed to remain the same in future versions.) -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-domain-udt-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-domain-udt-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-domain-udt-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-domain-udt-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.22. domain_udt_usage

    37.22. domain_udt_usage

    +37.22. domain_udt_usage

    37.22. domain_udt_usage

    The view domain_udt_usage identifies all domains that are based on data types owned by a currently enabled role. Note that in PostgreSQL, built-in data @@ -40,4 +40,4 @@

    Name of the domain -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-element-types.html postgresql-14-14.6/doc/src/sgml/html/infoschema-element-types.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-element-types.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-element-types.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.24. element_types

    37.24. element_types

    +37.24. element_types

    37.24. element_types

    The view element_types contains the data type descriptors of the elements of arrays. When a table column, composite-type attribute, domain, function parameter, or function return value is defined to @@ -191,4 +191,4 @@

    An identifier of the data type descriptor of the element. This is currently not useful. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-enabled-roles.html postgresql-14-14.6/doc/src/sgml/html/infoschema-enabled-roles.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-enabled-roles.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-enabled-roles.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.25. enabled_roles

    37.25. enabled_roles

    +37.25. enabled_roles

    37.25. enabled_roles

    The view enabled_roles identifies the currently enabled roles. The enabled roles are recursively defined as the current user together with all roles that have been @@ -25,4 +25,4 @@

    Name of a role -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-data-wrapper-options.html postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-data-wrapper-options.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-data-wrapper-options.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-data-wrapper-options.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.26. foreign_data_wrapper_options

    37.26. foreign_data_wrapper_options

    +37.26. foreign_data_wrapper_options

    37.26. foreign_data_wrapper_options

    The view foreign_data_wrapper_options contains all the options defined for foreign-data wrappers in the current database. Only those foreign-data wrappers are shown that the @@ -30,4 +30,4 @@

    Value of the option -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-data-wrappers.html postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-data-wrappers.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-data-wrappers.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-data-wrappers.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.27. foreign_data_wrappers

    37.27. foreign_data_wrappers

    +37.27. foreign_data_wrappers

    37.27. foreign_data_wrappers

    The view foreign_data_wrappers contains all foreign-data wrappers defined in the current database. Only those foreign-data wrappers are shown that the current user has access to @@ -35,4 +35,4 @@

    Language used to implement this foreign-data wrapper -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-server-options.html postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-server-options.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-server-options.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-server-options.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.28. foreign_server_options

    37.28. foreign_server_options

    +37.28. foreign_server_options

    37.28. foreign_server_options

    The view foreign_server_options contains all the options defined for foreign servers in the current database. Only those foreign servers are shown that the current user has access to @@ -29,4 +29,4 @@

    Value of the option -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-servers.html postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-servers.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-servers.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-servers.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.29. foreign_servers

    37.29. foreign_servers

    +37.29. foreign_servers

    37.29. foreign_servers

    The view foreign_servers contains all foreign servers defined in the current database. Only those foreign servers are shown that the current user has access to (by way of @@ -45,4 +45,4 @@

    Name of the owner of the foreign server -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-table-options.html postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-table-options.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-table-options.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-table-options.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.30. foreign_table_options

    37.30. foreign_table_options

    +37.30. foreign_table_options

    37.30. foreign_table_options

    The view foreign_table_options contains all the options defined for foreign tables in the current database. Only those foreign tables are shown that the current user has access to @@ -34,4 +34,4 @@

    Value of the option -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-tables.html postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-tables.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-foreign-tables.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-foreign-tables.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.31. foreign_tables

    37.31. foreign_tables

    +37.31. foreign_tables

    37.31. foreign_tables

    The view foreign_tables contains all foreign tables defined in the current database. Only those foreign tables are shown that the current user has access to (by way of @@ -34,4 +34,4 @@

    Name of the foreign server -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-information-schema-catalog-name.html postgresql-14-14.6/doc/src/sgml/html/infoschema-information-schema-catalog-name.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-information-schema-catalog-name.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-information-schema-catalog-name.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -37.3. information_schema_catalog_name

    37.3. information_schema_catalog_name

    +37.3. information_schema_catalog_name

    37.3. information_schema_catalog_name

    information_schema_catalog_name is a table that always contains one row and one column containing the name of the current database (current catalog, in SQL terminology). @@ -13,4 +13,4 @@

    Name of the database that contains this information schema -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-key-column-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-key-column-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-key-column-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-key-column-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.32. key_column_usage

    37.32. key_column_usage

    +37.32. key_column_usage

    37.32. key_column_usage

    The view key_column_usage identifies all columns in the current database that are restricted by some unique, primary key, or foreign key constraint. Check constraints are not included @@ -62,4 +62,4 @@ For a foreign-key constraint, ordinal position of the referenced column within its unique constraint (count starts at 1); otherwise null -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-parameters.html postgresql-14-14.6/doc/src/sgml/html/infoschema-parameters.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-parameters.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-parameters.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.33. parameters

    37.33. parameters

    +37.33. parameters

    37.33. parameters

    The view parameters contains information about the parameters (arguments) of all functions in the current database. Only those functions are shown that the current user has access to @@ -185,4 +185,4 @@

    The default expression of the parameter, or null if none or if the function is not owned by a currently enabled role. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-referential-constraints.html postgresql-14-14.6/doc/src/sgml/html/infoschema-referential-constraints.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-referential-constraints.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-referential-constraints.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.34. referential_constraints

    37.34. referential_constraints

    +37.34. referential_constraints

    37.34. referential_constraints

    The view referential_constraints contains all referential (foreign key) constraints in the current database. Only those constraints are shown for which the current user has @@ -67,4 +67,4 @@ CASCADE, SET NULL, SET DEFAULT, RESTRICT, or NO ACTION. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-role-column-grants.html postgresql-14-14.6/doc/src/sgml/html/infoschema-role-column-grants.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-role-column-grants.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-role-column-grants.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.35. role_column_grants

    37.35. role_column_grants

    +37.35. role_column_grants

    37.35. role_column_grants

    The view role_column_grants identifies all privileges granted on columns where the grantor or grantee is a currently enabled role. Further information can be found under @@ -55,4 +55,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-role-routine-grants.html postgresql-14-14.6/doc/src/sgml/html/infoschema-role-routine-grants.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-role-routine-grants.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-role-routine-grants.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.36. role_routine_grants

    37.36. role_routine_grants

    +37.36. role_routine_grants

    37.36. role_routine_grants

    The view role_routine_grants identifies all privileges granted on functions where the grantor or grantee is a currently enabled role. Further information can be found under @@ -63,4 +63,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-role-table-grants.html postgresql-14-14.6/doc/src/sgml/html/infoschema-role-table-grants.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-role-table-grants.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-role-table-grants.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.37. role_table_grants

    37.37. role_table_grants

    +37.37. role_table_grants

    37.37. role_table_grants

    The view role_table_grants identifies all privileges granted on tables or views where the grantor or grantee is a currently enabled role. Further information can be found @@ -61,4 +61,4 @@ in the SELECT privilege, so this column shows YES if the privilege is SELECT, else NO. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-role-udt-grants.html postgresql-14-14.6/doc/src/sgml/html/infoschema-role-udt-grants.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-role-udt-grants.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-role-udt-grants.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.38. role_udt_grants

    37.38. role_udt_grants

    +37.38. role_udt_grants

    37.38. role_udt_grants

    The view role_udt_grants is intended to identify USAGE privileges granted on user-defined types where the grantor or grantee is a currently enabled role. Further @@ -50,4 +50,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-role-usage-grants.html postgresql-14-14.6/doc/src/sgml/html/infoschema-role-usage-grants.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-role-usage-grants.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-role-usage-grants.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.39. role_usage_grants

    37.39. role_usage_grants

    +37.39. role_usage_grants

    37.39. role_usage_grants

    The view role_usage_grants identifies USAGE privileges granted on various kinds of objects where the grantor or grantee is a currently enabled role. @@ -54,4 +54,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-column-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-column-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-column-usage.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-column-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.40. routine_column_usage

    37.40. routine_column_usage

    +37.40. routine_column_usage

    37.40. routine_column_usage

    The view routine_column_usage is meant to identify all columns that are used by a function or procedure. This information is currently not tracked by PostgreSQL. @@ -59,4 +59,4 @@

    Name of the column that is used by the function -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-privileges.html postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-privileges.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-privileges.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-privileges.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.41. routine_privileges

    37.41. routine_privileges

    +37.41. routine_privileges

    37.41. routine_privileges

    The view routine_privileges identifies all privileges granted on functions to a currently enabled role or by a currently enabled role. There is one row for each combination of function, @@ -59,4 +59,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-routine-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-routine-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-routine-usage.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-routine-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.42. routine_routine_usage

    37.42. routine_routine_usage

    +37.42. routine_routine_usage

    37.42. routine_routine_usage

    The view routine_routine_usage is meant to identify all functions or procedures that are used by another (or the same) function or procedure, either in the body or in parameter default expressions. @@ -52,4 +52,4 @@

    The specific name of the function that is used by the first function. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-sequence-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-sequence-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-sequence-usage.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-sequence-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.43. routine_sequence_usage

    37.43. routine_sequence_usage

    +37.43. routine_sequence_usage

    37.43. routine_sequence_usage

    The view routine_sequence_usage is meant to identify all sequences that are used by a function or procedure, either in the body or in parameter default expressions. Currently, only sequences used in @@ -56,4 +56,4 @@

    Name of the sequence that is used by the function -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-routines.html postgresql-14-14.6/doc/src/sgml/html/infoschema-routines.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-routines.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-routines.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.45. routines

    37.45. routines

    +37.45. routines

    37.45. routines

    The view routines contains all functions and procedures in the current database. Only those functions and procedures are shown that the current user has access to (by way of being the owner or having some @@ -461,4 +461,4 @@

    Applies to a feature not available in PostgreSQL -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-table-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-table-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-routine-table-usage.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-routine-table-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.44. routine_table_usage

    37.44. routine_table_usage

    +37.44. routine_table_usage

    37.44. routine_table_usage

    The view routine_table_usage is meant to identify all tables that are used by a function or procedure. This information is currently not tracked by PostgreSQL. @@ -54,4 +54,4 @@

    Name of the table that is used by the function -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-schema.html postgresql-14-14.6/doc/src/sgml/html/infoschema-schema.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-schema.html 2022-08-08 20:58:27.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-schema.html 2022-11-07 22:00:34.000000000 +0000 @@ -1,5 +1,5 @@ -37.1. The Schema

    37.1. The Schema

    +37.1. The Schema

    37.1. The Schema

    The information schema itself is a schema named information_schema. This schema automatically exists in all databases. The owner of this schema is the initial @@ -13,4 +13,4 @@ schema are generic names that might occur in user applications, you should be careful if you want to put the information schema in the path. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-schemata.html postgresql-14-14.6/doc/src/sgml/html/infoschema-schemata.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-schemata.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-schemata.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.46. schemata

    37.46. schemata

    +37.46. schemata

    37.46. schemata

    The view schemata contains all schemas in the current database that the current user has access to (by way of being the owner or having some privilege). @@ -43,4 +43,4 @@

    Applies to a feature not available in PostgreSQL -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-sequences.html postgresql-14-14.6/doc/src/sgml/html/infoschema-sequences.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-sequences.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-sequences.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.47. sequences

    37.47. sequences

    +37.47. sequences

    37.47. sequences

    The view sequences contains all sequences defined in the current database. Only those sequences are shown that the current user has access to (by way of being the owner or @@ -84,4 +84,4 @@


    Note that in accordance with the SQL standard, the start, minimum, maximum, and increment values are returned as character strings. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-features.html postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-features.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-features.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-features.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.48. sql_features

    37.48. sql_features

    +37.48. sql_features

    37.48. sql_features

    The table sql_features contains information about which formal features defined in the SQL standard are supported by PostgreSQL. This is the @@ -47,4 +47,4 @@

    Possibly a comment about the supported status of the feature -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-implementation-info.html postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-implementation-info.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-implementation-info.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-implementation-info.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.49. sql_implementation_info

    37.49. sql_implementation_info

    +37.49. sql_implementation_info

    37.49. sql_implementation_info

    The table sql_implementation_info contains information about various aspects that are left implementation-defined by the SQL standard. This information is @@ -42,4 +42,4 @@

    Possibly a comment pertaining to the implementation information item -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-parts.html postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-parts.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-parts.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-parts.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.50. sql_parts

    37.50. sql_parts

    +37.50. sql_parts

    37.50. sql_parts

    The table sql_parts contains information about which of the several parts of the SQL standard are supported by PostgreSQL. @@ -36,4 +36,4 @@

    Possibly a comment about the supported status of the part -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-sizing.html postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-sizing.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-sql-sizing.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-sql-sizing.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.51. sql_sizing

    37.51. sql_sizing

    +37.51. sql_sizing

    37.51. sql_sizing

    The table sql_sizing contains information about various size limits and maximum values in PostgreSQL. This information is @@ -35,4 +35,4 @@

    Possibly a comment pertaining to the sizing item -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-table-constraints.html postgresql-14-14.6/doc/src/sgml/html/infoschema-table-constraints.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-table-constraints.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-table-constraints.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.52. table_constraints

    37.52. table_constraints

    +37.52. table_constraints

    37.52. table_constraints

    The view table_constraints contains all constraints belonging to tables that the current user owns or has some privilege other than SELECT on. @@ -62,4 +62,4 @@ Applies to a feature not available in PostgreSQL (currently always YES) -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-table-privileges.html postgresql-14-14.6/doc/src/sgml/html/infoschema-table-privileges.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-table-privileges.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-table-privileges.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.53. table_privileges

    37.53. table_privileges

    +37.53. table_privileges

    37.53. table_privileges

    The view table_privileges identifies all privileges granted on tables or views to a currently enabled role or by a currently enabled role. There is one row for each @@ -57,4 +57,4 @@ in the SELECT privilege, so this column shows YES if the privilege is SELECT, else NO. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-tables.html postgresql-14-14.6/doc/src/sgml/html/infoschema-tables.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-tables.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-tables.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.54. tables

    37.54. tables

    +37.54. tables

    37.54. tables

    The view tables contains all tables and views defined in the current database. Only those tables and views are shown that the current user has access to (by way of being the @@ -79,4 +79,4 @@

    Not yet implemented -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-transforms.html postgresql-14-14.6/doc/src/sgml/html/infoschema-transforms.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-transforms.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-transforms.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.55. transforms

    37.55. transforms

    +37.55. transforms

    37.55. transforms

    The view transforms contains information about the transforms defined in the current database. More precisely, it contains a row for each function contained in a transform (the from SQL @@ -52,4 +52,4 @@

    FROM SQL or TO SQL -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-triggered-update-columns.html postgresql-14-14.6/doc/src/sgml/html/infoschema-triggered-update-columns.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-triggered-update-columns.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-triggered-update-columns.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.56. triggered_update_columns

    37.56. triggered_update_columns

    +37.56. triggered_update_columns

    37.56. triggered_update_columns

    For triggers in the current database that specify a column list (like UPDATE OF column1, column2), the view triggered_update_columns identifies these @@ -48,4 +48,4 @@

    Name of the column that the trigger is defined on -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-triggers.html postgresql-14-14.6/doc/src/sgml/html/infoschema-triggers.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-triggers.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-triggers.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.57. triggers

    37.57. triggers

    +37.57. triggers

    37.57. triggers

    The view triggers contains all triggers defined in the current database on tables and views that the current user owns or has some privilege other than SELECT on. @@ -147,4 +147,4 @@ respectively. That was how they were named in the SQL:1999 standard. The new naming conforms to SQL:2003 and later. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-udt-privileges.html postgresql-14-14.6/doc/src/sgml/html/infoschema-udt-privileges.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-udt-privileges.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-udt-privileges.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.58. udt_privileges

    37.58. udt_privileges

    +37.58. udt_privileges

    37.58. udt_privileges

    The view udt_privileges identifies USAGE privileges granted on user-defined types to a currently enabled role or by a currently enabled role. There is one row for @@ -47,4 +47,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-usage-privileges.html postgresql-14-14.6/doc/src/sgml/html/infoschema-usage-privileges.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-usage-privileges.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-usage-privileges.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.59. usage_privileges

    37.59. usage_privileges

    +37.59. usage_privileges

    37.59. usage_privileges

    The view usage_privileges identifies USAGE privileges granted on various kinds of objects to a currently enabled role or by a currently enabled role. @@ -63,4 +63,4 @@

    YES if the privilege is grantable, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-user-defined-types.html postgresql-14-14.6/doc/src/sgml/html/infoschema-user-defined-types.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-user-defined-types.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-user-defined-types.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.60. user_defined_types

    37.60. user_defined_types

    +37.60. user_defined_types

    37.60. user_defined_types

    The view user_defined_types currently contains all composite types defined in the current database. Only those types are shown that the current user has access to (by way @@ -165,4 +165,4 @@

    Applies to a feature not available in PostgreSQL -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-user-mapping-options.html postgresql-14-14.6/doc/src/sgml/html/infoschema-user-mapping-options.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-user-mapping-options.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-user-mapping-options.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.61. user_mapping_options

    37.61. user_mapping_options

    +37.61. user_mapping_options

    37.61. user_mapping_options

    The view user_mapping_options contains all the options defined for user mappings in the current database. Only those user mappings are shown where the current user has access to @@ -42,4 +42,4 @@ server owner, or the current user is a superuser. The intent is to protect password information stored as user mapping option. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-user-mappings.html postgresql-14-14.6/doc/src/sgml/html/infoschema-user-mappings.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-user-mappings.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-user-mappings.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.62. user_mappings

    37.62. user_mappings

    +37.62. user_mappings

    37.62. user_mappings

    The view user_mappings contains all user mappings defined in the current database. Only those user mappings are shown where the current user has access to the corresponding @@ -27,4 +27,4 @@

    Name of the foreign server used by this mapping -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-view-column-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-view-column-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-view-column-usage.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-view-column-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.63. view_column_usage

    37.63. view_column_usage

    +37.63. view_column_usage

    37.63. view_column_usage

    The view view_column_usage identifies all columns that are used in the query expression of a view (the SELECT statement that defines the view). A @@ -51,4 +51,4 @@

    Name of the column that is used by the view -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-view-routine-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-view-routine-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-view-routine-usage.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-view-routine-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.64. view_routine_usage

    37.64. view_routine_usage

    +37.64. view_routine_usage

    37.64. view_routine_usage

    The view view_routine_usage identifies all routines (functions and procedures) that are used in the query expression of a view (the SELECT statement that @@ -40,4 +40,4 @@

    The specific name of the function. See Section 37.45 for more information. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-views.html postgresql-14-14.6/doc/src/sgml/html/infoschema-views.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-views.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-views.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.66. views

    37.66. views

    +37.66. views

    37.66. views

    The view views contains all views defined in the current database. Only those views are shown that the current user has access to (by way of being the owner or having some privilege). @@ -67,4 +67,4 @@

    YES if the view has an INSTEAD OF INSERT trigger defined on it, NO if not -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/infoschema-view-table-usage.html postgresql-14-14.6/doc/src/sgml/html/infoschema-view-table-usage.html --- postgresql-14-14.5/doc/src/sgml/html/infoschema-view-table-usage.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/infoschema-view-table-usage.html 2022-11-07 22:00:35.000000000 +0000 @@ -1,5 +1,5 @@ -37.65. view_table_usage

    37.65. view_table_usage

    +37.65. view_table_usage

    37.65. view_table_usage

    The view view_table_usage identifies all tables that are used in the query expression of a view (the SELECT statement that defines the view). A @@ -44,4 +44,4 @@

    Name of the table that is used by the view -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/installation.html postgresql-14-14.6/doc/src/sgml/html/installation.html --- postgresql-14-14.5/doc/src/sgml/html/installation.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/installation.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 17. Installation from Source Code

    Chapter 17. Installation from Source Code

    +Chapter 17. Installation from Source Code

    Chapter 17. Installation from Source Code

    This chapter describes the installation of PostgreSQL using the source code distribution. If you are installing a pre-packaged distribution, @@ -10,4 +10,4 @@ Windows, read this chapter if you intend to build with MinGW or Cygwin; but if you intend to build with Microsoft's Visual C++, see Chapter 18 instead. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/installation-platform-notes.html postgresql-14-14.6/doc/src/sgml/html/installation-platform-notes.html --- postgresql-14-14.5/doc/src/sgml/html/installation-platform-notes.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/installation-platform-notes.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -17.7. Platform-Specific Notes

    17.7. Platform-Specific Notes

    +17.7. Platform-Specific Notes

    17.7. Platform-Specific Notes

    This section documents additional platform-specific issues regarding the installation and setup of PostgreSQL. Be sure to read the installation instructions, and in @@ -307,4 +307,4 @@

    your DTrace installation is too old to handle probes in static functions. You need Solaris 10u4 or newer to use DTrace. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-binaries.html postgresql-14-14.6/doc/src/sgml/html/install-binaries.html --- postgresql-14-14.5/doc/src/sgml/html/install-binaries.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-binaries.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 16. Installation from Binaries

    Chapter 16. Installation from Binaries

    +Chapter 16. Installation from Binaries

    Chapter 16. Installation from Binaries

    PostgreSQL is available in the form of binary packages for most common operating systems today. When available, this is the recommended way to install PostgreSQL for users of the system. Building @@ -10,4 +10,4 @@ the download section on the PostgreSQL website at https://www.postgresql.org/download/ and follow the instructions for the specific platform. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-getsource.html postgresql-14-14.6/doc/src/sgml/html/install-getsource.html --- postgresql-14-14.5/doc/src/sgml/html/install-getsource.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-getsource.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,14 +1,14 @@ -17.3. Getting the Source

    17.3. Getting the Source

    - The PostgreSQL 14.5 sources can be obtained from the +17.3. Getting the Source

    17.3. Getting the Source

    + The PostgreSQL 14.6 sources can be obtained from the download section of our website: https://www.postgresql.org/download/. You - should get a file named postgresql-14.5.tar.gz - or postgresql-14.5.tar.bz2. After + should get a file named postgresql-14.6.tar.gz + or postgresql-14.6.tar.bz2. After you have obtained the file, unpack it:

    -gunzip postgresql-14.5.tar.gz
    -tar xf postgresql-14.5.tar
    +gunzip postgresql-14.6.tar.gz
    +tar xf postgresql-14.6.tar
     

    (Use bunzip2 instead of gunzip if you have the .bz2 file. Also, note that most @@ -16,11 +16,11 @@ directly, so you don't really need the separate gunzip or bunzip2 step.) This will create a directory - postgresql-14.5 under the current directory + postgresql-14.6 under the current directory with the PostgreSQL sources. Change into that directory for the rest of the installation procedure.

    You can also get the source directly from the version control repository, see Appendix I. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-post.html postgresql-14-14.6/doc/src/sgml/html/install-post.html --- postgresql-14-14.5/doc/src/sgml/html/install-post.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-post.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -17.5. Post-Installation Setup

    17.5. Post-Installation Setup

    17.5.1. Shared Libraries

    +17.5. Post-Installation Setup

    17.5. Post-Installation Setup

    17.5.1. Shared Libraries

    On some systems with shared libraries you need to tell the system how to find the newly installed shared libraries. The systems on which this is @@ -100,4 +100,4 @@ user that plans to use the database sets PGHOST. This is not required, however; the settings can be communicated via command line options to most client programs. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-procedure.html postgresql-14-14.6/doc/src/sgml/html/install-procedure.html --- postgresql-14-14.5/doc/src/sgml/html/install-procedure.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-procedure.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -17.4. Installation Procedure

    17.4. Installation Procedure

    1. Configuration

      +17.4. Installation Procedure

      17.4. Installation Procedure

      1. Configuration

        The first step of the installation procedure is to configure the source tree for your system and choose the options you would like. This is done by running the configure script. For a @@ -409,7 +409,7 @@ UUID library. LIBRARY must be one of:

        • - bsd to use the UUID functions found in FreeBSD, NetBSD, + bsd to use the UUID functions found in FreeBSD and some other BSD-derived systems

        • e2fs to use the UUID library created by @@ -819,4 +819,4 @@ makefiles. Which to use is a matter of preference, but a common habit among developers is to use PROFILE for one-time flag adjustments, while COPT might be kept set all the time. -

      \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-requirements.html postgresql-14-14.6/doc/src/sgml/html/install-requirements.html --- postgresql-14-14.5/doc/src/sgml/html/install-requirements.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-requirements.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -17.2. Requirements

    17.2. Requirements

    +17.2. Requirements

    17.2. Requirements

    In general, a modern Unix-compatible platform should be able to run PostgreSQL. The platforms that had received specific testing at the @@ -192,4 +192,4 @@ run the regression tests you will temporarily need up to an extra 300 MB. Use the df command to check free disk space. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-short.html postgresql-14-14.6/doc/src/sgml/html/install-short.html --- postgresql-14-14.5/doc/src/sgml/html/install-short.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-short.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -17.1. Short Version

    17.1. Short Version

    +17.1. Short Version

    17.1. Short Version

     ./configure
     make
    @@ -16,4 +16,4 @@
     

    The long version is the rest of this chapter. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-windows-full.html postgresql-14-14.6/doc/src/sgml/html/install-windows-full.html --- postgresql-14-14.5/doc/src/sgml/html/install-windows-full.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-windows-full.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,6 +1,6 @@ 18.1. Building with Visual C++ or the Microsoft Windows SDK

    18.1. Building with Visual C++ or the + Microsoft Windows SDKPrev UpChapter 18. Installation from Source Code on WindowsHome Next

    18.1. Building with Visual C++ or the Microsoft Windows SDK

    PostgreSQL can be built using the Visual C++ compiler suite from Microsoft. These compilers can be either from Visual Studio, @@ -50,7 +50,7 @@ options of vcvarsall.bat. All commands should be run from the src\tools\msvc directory.

    - Before you build, you may need to edit the file config.pl + Before you build, you can create the file config.pl to reflect any configuration options you want to change, or the paths to any third party libraries to use. The complete configuration is determined by first reading and parsing the file config_default.pl, @@ -324,4 +324,4 @@ tar, that would be the command found in PATH.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/install-windows.html postgresql-14-14.6/doc/src/sgml/html/install-windows.html --- postgresql-14-14.5/doc/src/sgml/html/install-windows.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/install-windows.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 18. Installation from Source Code on Windows

    Chapter 18. Installation from Source Code on Windows

    Table of Contents

    18.1. Building with Visual C++ or the +Chapter 18. Installation from Source Code on Windows

    Chapter 18. Installation from Source Code on Windows

    It is recommended that most users download the binary distribution for Windows, available as a graphical installer package @@ -40,5 +40,5 @@ line editing. The Cygwin build does support command line editing, so it should be used where psql is needed for interactive use on Windows. -


    Warning

    + Using pg_stat_reset() also resets counters that + autovacuum uses to determine when to trigger a vacuum or an analyze. + Resetting these counters can cause autovacuum to not perform necessary + work, which can cause problems such as table bloat or out-dated + table statistics. A database-wide ANALYZE is + recommended after the statistics have been reset. +

    pg_stat_get_activity, the underlying function of the pg_stat_activity view, returns a set of records containing all the available information about each backend process. @@ -2195,7 +2202,7 @@

    Description

    - + pg_stat_get_backend_idset () → setof integer

    @@ -2203,63 +2210,63 @@ Returns the set of currently active backend ID numbers (from 1 to the number of active backends).

    - + pg_stat_get_backend_activity ( integer ) → text

    Returns the text of this backend's most recent query.

    - + pg_stat_get_backend_activity_start ( integer ) → timestamp with time zone

    Returns the time when the backend's most recent query was started.

    - + pg_stat_get_backend_client_addr ( integer ) → inet

    Returns the IP address of the client connected to this backend.

    - + pg_stat_get_backend_client_port ( integer ) → integer

    Returns the TCP port number that the client is using for communication.

    - + pg_stat_get_backend_dbid ( integer ) → oid

    Returns the OID of the database this backend is connected to.

    - + pg_stat_get_backend_pid ( integer ) → integer

    Returns the process ID of this backend.

    - + pg_stat_get_backend_start ( integer ) → timestamp with time zone

    Returns the time when this process was started.

    - + pg_stat_get_backend_userid ( integer ) → oid

    Returns the OID of the user logged into this backend.

    - + pg_stat_get_backend_wait_event_type ( integer ) → text

    @@ -2267,7 +2274,7 @@ Returns the wait event type name if this backend is currently waiting, otherwise NULL. See Table 28.4 for details.

    - + pg_stat_get_backend_wait_event ( integer ) → text

    @@ -2276,10 +2283,10 @@ otherwise NULL. See Table 28.5 through Table 28.13.

    - + pg_stat_get_backend_xact_start ( integer ) → timestamp with time zone

    Returns the time when the backend's current transaction was started. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/multibyte.html postgresql-14-14.6/doc/src/sgml/html/multibyte.html --- postgresql-14-14.5/doc/src/sgml/html/multibyte.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/multibyte.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -24.3. Character Set Support

    24.3. Character Set Support

    +24.3. Character Set Support

    24.3. Character Set Support

    The character set support in PostgreSQL allows you to store text in a variety of character sets (also called encodings), including @@ -348,4 +348,4 @@ UTF-8 (8-bit UCS/Unicode Transformation Format) is defined here.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/multivariate-statistics-examples.html postgresql-14-14.6/doc/src/sgml/html/multivariate-statistics-examples.html --- postgresql-14-14.5/doc/src/sgml/html/multivariate-statistics-examples.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/multivariate-statistics-examples.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -72.2. Multivariate Statistics Examples

    72.2. Multivariate Statistics Examples

    72.2.1. Functional Dependencies

    +72.2. Multivariate Statistics Examples

    72.2. Multivariate Statistics Examples

    72.2.1. Functional Dependencies

    Multivariate correlation can be demonstrated with a very simple data set — a table with two columns, both containing the same values: @@ -207,4 +207,4 @@ Rows Removed by Filter: 10000

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/mvcc-caveats.html postgresql-14-14.6/doc/src/sgml/html/mvcc-caveats.html --- postgresql-14-14.5/doc/src/sgml/html/mvcc-caveats.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/mvcc-caveats.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -13.5. Caveats

    13.5. Caveats

    +13.5. Caveats

    13.5. Caveats

    Some DDL commands, currently only TRUNCATE and the table-rewriting forms of ALTER TABLE, are not MVCC-safe. This means that after the truncation or rewrite commits, the @@ -31,4 +31,4 @@ contrast, queries that explicitly examine the system catalogs don't see rows representing concurrently created database objects, in the higher isolation levels. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/mvcc.html postgresql-14-14.6/doc/src/sgml/html/mvcc.html --- postgresql-14-14.5/doc/src/sgml/html/mvcc.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/mvcc.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 13. Concurrency Control

    Chapter 13. Concurrency Control

    +Chapter 13. Concurrency Control

    Chapter 13. Concurrency Control

    This chapter describes the behavior of the PostgreSQL database system when two or more sessions try to access the same data at the same time. The @@ -7,4 +7,4 @@ sessions while maintaining strict data integrity. Every developer of database applications should be familiar with the topics covered in this chapter. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/mvcc-intro.html postgresql-14-14.6/doc/src/sgml/html/mvcc-intro.html --- postgresql-14-14.5/doc/src/sgml/html/mvcc-intro.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/mvcc-intro.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -13.1. Introduction

    13.1. Introduction

    +13.1. Introduction

    13.1. Introduction

    PostgreSQL provides a rich set of tools for developers to manage concurrent access to data. Internally, data consistency is maintained by using a multiversion @@ -34,4 +34,4 @@ performance than locks. In addition, application-defined advisory locks provide a mechanism for acquiring locks that are not tied to a single transaction. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/nls.html postgresql-14-14.6/doc/src/sgml/html/nls.html --- postgresql-14-14.5/doc/src/sgml/html/nls.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/nls.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 55. Native Language Support \ No newline at end of file +Chapter 55. Native Language Support \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/nls-programmer.html postgresql-14-14.6/doc/src/sgml/html/nls-programmer.html --- postgresql-14-14.5/doc/src/sgml/html/nls-programmer.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/nls-programmer.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -55.2. For the Programmer

    55.2. For the Programmer

    55.2.1. Mechanics

    +55.2. For the Programmer

    55.2. For the Programmer

    55.2.1. Mechanics

    This section describes how to implement native language support in a program or library that is part of the PostgreSQL distribution. @@ -151,4 +151,4 @@ These comments are copied to the message catalog files so that the translators can see them.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/nls-translator.html postgresql-14-14.6/doc/src/sgml/html/nls-translator.html --- postgresql-14-14.5/doc/src/sgml/html/nls-translator.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/nls-translator.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -55.1. For the Translator

    55.1. For the Translator

    +55.1. For the Translator

    55.1. For the Translator

    PostgreSQL programs (server and client) can issue their messages in your favorite language — if the messages have been translated. @@ -215,4 +215,4 @@ speaking end users might also not understand it or find it ambiguous, so it's best to improve the message.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/non-durability.html postgresql-14-14.6/doc/src/sgml/html/non-durability.html --- postgresql-14-14.5/doc/src/sgml/html/non-durability.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/non-durability.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -14.5. Non-Durable Settings

    14.5. Non-Durable Settings

    +14.5. Non-Durable Settings

    14.5. Non-Durable Settings

    Durability is a database feature that guarantees the recording of committed transactions even if the server crashes or loses power. However, durability adds significant database overhead, @@ -36,4 +36,4 @@ tables to avoid WAL writes, though it makes the tables non-crash-safe.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/notation.html postgresql-14-14.6/doc/src/sgml/html/notation.html --- postgresql-14-14.5/doc/src/sgml/html/notation.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/notation.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -3. Conventions

    3. Conventions

    +3. Conventions

    3. Conventions

    The following conventions are used in the synopsis of a command: brackets ([ and ]) indicate optional parts. Braces @@ -19,4 +19,4 @@ PostgreSQL system. These terms should not be interpreted too narrowly; this book does not have fixed presumptions about system administration procedures. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/oid2name.html postgresql-14-14.6/doc/src/sgml/html/oid2name.html --- postgresql-14-14.5/doc/src/sgml/html/oid2name.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/oid2name.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -oid2name

    oid2name

    oid2name — resolve OIDs and file nodes in a PostgreSQL data directory

    Synopsis

    oid2name [option...]

    Description

    +oid2name

    oid2name

    oid2name — resolve OIDs and file nodes in a PostgreSQL data directory

    Synopsis

    oid2name [option...]

    Description

    oid2name is a utility program that helps administrators to examine the file structure used by PostgreSQL. To make use of it, you need to be familiar with the database file structure, which is described in @@ -189,4 +189,4 @@ 155156 foo

    Author

    B. Palmer -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/oldsnapshot.html postgresql-14-14.6/doc/src/sgml/html/oldsnapshot.html --- postgresql-14-14.5/doc/src/sgml/html/oldsnapshot.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/oldsnapshot.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.22. old_snapshot

    F.22. old_snapshot

    +F.22. old_snapshot

    F.22. old_snapshot

    The old_snapshot module allows inspection of the server state that is used to implement old_snapshot_threshold. @@ -7,4 +7,4 @@ Returns all of the entries in the server's timestamp to XID mapping. Each entry represents the newest xmin of any snapshot taken in the corresponding minute. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/overview.html postgresql-14-14.6/doc/src/sgml/html/overview.html --- postgresql-14-14.5/doc/src/sgml/html/overview.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/overview.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 51. Overview of PostgreSQL Internals

    Chapter 51. Overview of PostgreSQL Internals

    Author

    +Chapter 51. Overview of PostgreSQL Internals

    Chapter 51. Overview of PostgreSQL Internals

    Author

    This chapter originated as part of [sim98] Stefan Simkovics' Master's Thesis prepared at Vienna University of Technology under the direction @@ -12,4 +12,4 @@ understand the general sequence of operations that occur within the backend from the point at which a query is received, to the point at which the results are returned to the client. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pageinspect.html postgresql-14-14.6/doc/src/sgml/html/pageinspect.html --- postgresql-14-14.5/doc/src/sgml/html/pageinspect.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pageinspect.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.23. pageinspect

    F.23. pageinspect

    +F.23. pageinspect

    F.23. pageinspect

    The pageinspect module provides functions that allow you to inspect the contents of database pages at a low level, which is useful for debugging purposes. All of these functions may be used only by superusers. @@ -563,4 +563,4 @@ spares | {0,0,0,0,0,0,1,1,1,1,1,1,1,1,3,4,4,4,45,55,58,59,​508,567,628,704,1193,1202,1204} mapp | {65}

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/parallel-plans.html postgresql-14-14.6/doc/src/sgml/html/parallel-plans.html --- postgresql-14-14.5/doc/src/sgml/html/parallel-plans.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/parallel-plans.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -15.3. Parallel Plans

    15.3. Parallel Plans

    +15.3. Parallel Plans

    15.3. Parallel Plans

    Because each worker executes the parallel portion of the plan to completion, it is not possible to simply take an ordinary query plan and run it using multiple workers. Each worker would produce a full @@ -17,8 +17,9 @@

    • In a parallel sequential scan, the table's blocks will - be divided among the cooperating processes. Blocks are handed out one - at a time, so that access to the table remains sequential. + be divided into ranges and shared among the cooperating processes. Each + worker process will complete the scanning of its given range of blocks before + requesting an additional range of blocks.

    • In a parallel bitmap heap scan, one process is chosen as the leader. That process performs a scan of one or more indexes @@ -151,4 +152,4 @@ This may be useful in determining whether the work is being evenly distributed between all plan nodes and more generally in understanding the performance characteristics of the plan. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/parallel-query.html postgresql-14-14.6/doc/src/sgml/html/parallel-query.html --- postgresql-14-14.5/doc/src/sgml/html/parallel-query.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/parallel-query.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 15. Parallel Query

    Chapter 15. Parallel Query

    +Chapter 15. Parallel Query

    Chapter 15. Parallel Query

    PostgreSQL can devise query plans that can leverage multiple CPUs in order to answer queries faster. This feature is known as parallel query. Many queries cannot benefit from parallel query, either @@ -12,4 +12,4 @@ few rows to the user will typically benefit most. This chapter explains some details of how parallel query works and in which situations it can be used so that users who wish to make use of it can understand what to expect. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/parallel-safety.html postgresql-14-14.6/doc/src/sgml/html/parallel-safety.html --- postgresql-14-14.5/doc/src/sgml/html/parallel-safety.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/parallel-safety.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -15.4. Parallel Safety

    15.4. Parallel Safety

    +15.4. Parallel Safety

    15.4. Parallel Safety

    The planner classifies operations involved in a query as either parallel safe, parallel restricted, or parallel unsafe. A parallel safe operation is one that @@ -80,4 +80,4 @@ the parallel portion of the query and defer the evaluation of the WHERE clause so that it happens above the Gather node. However, the planner does not do this. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/parser-stage.html postgresql-14-14.6/doc/src/sgml/html/parser-stage.html --- postgresql-14-14.5/doc/src/sgml/html/parser-stage.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/parser-stage.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -51.3. The Parser Stage

    51.3. The Parser Stage

    +51.3. The Parser Stage

    51.3. The Parser Stage

    The parser stage consists of two parts:

    • @@ -88,4 +88,4 @@ name turns out to be an ordinary function or an aggregate function. Also, information about the actual data types of columns and expression results is added to the query tree. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/passwordcheck.html postgresql-14-14.6/doc/src/sgml/html/passwordcheck.html --- postgresql-14-14.5/doc/src/sgml/html/passwordcheck.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/passwordcheck.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.24. passwordcheck

    F.24. passwordcheck

    +F.24. passwordcheck

    F.24. passwordcheck

    The passwordcheck module checks users' passwords whenever they are set with CREATE ROLE or @@ -39,4 +39,4 @@ Alternatively, you could modify passwordcheck to reject pre-encrypted passwords, but forcing users to set their passwords in clear text carries its own security risks. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/performance-tips.html postgresql-14-14.6/doc/src/sgml/html/performance-tips.html --- postgresql-14-14.5/doc/src/sgml/html/performance-tips.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/performance-tips.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,7 +1,7 @@ -Chapter 14. Performance Tips

    Chapter 14. Performance Tips

    +Chapter 14. Performance Tips

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/perm-functions.html postgresql-14-14.6/doc/src/sgml/html/perm-functions.html --- postgresql-14-14.5/doc/src/sgml/html/perm-functions.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/perm-functions.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -22.6. Function Security

    22.6. Function Security

    +22.6. Function Security

    22.6. Function Security

    Functions, triggers and row-level security policies allow users to insert code into the backend server that other users might execute unintentionally. Hence, these mechanisms permit users to Trojan @@ -19,4 +19,4 @@ are considered untrusted, and PostgreSQL allows only superusers to create functions written in those languages. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgarchivecleanup.html postgresql-14-14.6/doc/src/sgml/html/pgarchivecleanup.html --- postgresql-14-14.5/doc/src/sgml/html/pgarchivecleanup.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgarchivecleanup.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_archivecleanup

    pg_archivecleanup

    pg_archivecleanup — clean up PostgreSQL WAL archive files

    Synopsis

    pg_archivecleanup [option...] archivelocation oldestkeptwalfile

    Description

    +pg_archivecleanup

    pg_archivecleanup

    pg_archivecleanup — clean up PostgreSQL WAL archive files

    Synopsis

    pg_archivecleanup [option...] archivelocation oldestkeptwalfile

    Description

    pg_archivecleanup is designed to be used as an archive_cleanup_command to clean up WAL file archives when running as a standby server (see Section 27.2). @@ -91,4 +91,4 @@ produce debugging output in cleanup.log

  • remove no-longer-needed files from the archive directory -

  • \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgbench.html postgresql-14-14.6/doc/src/sgml/html/pgbench.html --- postgresql-14-14.5/doc/src/sgml/html/pgbench.html 2022-08-08 20:58:38.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgbench.html 2022-11-07 22:00:45.000000000 +0000 @@ -1,5 +1,5 @@ -pgbench

    pgbench

    pgbench — run a benchmark test on PostgreSQL

    Synopsis

    pgbench -i [option...] [dbname]

    pgbench [option...] [dbname]

    Description

    +pgbench

    pgbench

    pgbench — run a benchmark test on PostgreSQL

    Synopsis

    pgbench -i [option...] [dbname]

    pgbench [option...] [dbname]

    Description

    pgbench is a simple program for running benchmark tests on PostgreSQL. It runs the same sequence of SQL commands over and over, possibly in multiple concurrent database sessions, @@ -1458,4 +1458,4 @@ do not run pgbench in that database. pgbench uses unqualified names and does not manipulate the search path. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgbuffercache.html postgresql-14-14.6/doc/src/sgml/html/pgbuffercache.html --- postgresql-14-14.5/doc/src/sgml/html/pgbuffercache.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgbuffercache.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.25. pg_buffercache

    F.25. pg_buffercache

    +F.25. pg_buffercache

    F.25. pg_buffercache

    The pg_buffercache module provides a means for examining what's happening in the shared buffer cache in real time.

    @@ -115,4 +115,4 @@ Design suggestions: Neil Conway

    Debugging advice: Tom Lane -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgcrypto.html postgresql-14-14.6/doc/src/sgml/html/pgcrypto.html --- postgresql-14-14.5/doc/src/sgml/html/pgcrypto.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgcrypto.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.26. pgcrypto

    F.26. pgcrypto

    +F.26. pgcrypto

    F.26. pgcrypto

    The pgcrypto module provides cryptographic functions for PostgreSQL.

    @@ -492,8 +492,9 @@

     gen_random_uuid() returns uuid
     

    - Returns a version 4 (random) UUID. (Obsolete, this function is now also - included in core PostgreSQL.) + Returns a version 4 (random) UUID. (Obsolete, this function + internally calls the core + function of the same name.)

    F.26.6. Notes

    F.26.6.1. Configuration

    pgcrypto configures itself according to the findings of the main PostgreSQL configure script. The options that @@ -547,4 +548,4 @@ Marko Kreen

    pgcrypto uses code from the following sources: -

    AlgorithmAuthorSource origin
    DES cryptDavid Burren and othersFreeBSD libcrypt
    MD5 cryptPoul-Henning KampFreeBSD libcrypt
    Blowfish cryptSolar Designerwww.openwall.com
    Blowfish cipherSimon TathamPuTTY
    Rijndael cipherBrian GladmanOpenBSD sys/crypto
    MD5 hash and SHA1WIDE ProjectKAME kame/sys/crypto
    SHA256/384/512Aaron D. GiffordOpenBSD sys/crypto
    BIGNUM mathMichael J. Frombergerdartmouth.edu/~sting/sw/imath
    \ No newline at end of file +

    AlgorithmAuthorSource origin
    DES cryptDavid Burren and othersFreeBSD libcrypt
    MD5 cryptPoul-Henning KampFreeBSD libcrypt
    Blowfish cryptSolar Designerwww.openwall.com
    Blowfish cipherSimon TathamPuTTY
    Rijndael cipherBrian GladmanOpenBSD sys/crypto
    MD5 hash and SHA1WIDE ProjectKAME kame/sys/crypto
    SHA256/384/512Aaron D. GiffordOpenBSD sys/crypto
    BIGNUM mathMichael J. Frombergerdartmouth.edu/~sting/sw/imath
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgfreespacemap.html postgresql-14-14.6/doc/src/sgml/html/pgfreespacemap.html --- postgresql-14-14.5/doc/src/sgml/html/pgfreespacemap.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgfreespacemap.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.27. pg_freespacemap

    F.27. pg_freespacemap

    +F.27. pg_freespacemap

    F.27. pg_freespacemap

    The pg_freespacemap module provides a means for examining the free space map (FSM). It provides a function called pg_freespace, or two overloaded functions, to be @@ -64,4 +64,4 @@ Original version by Mark Kirkwood . Rewritten in version 8.4 to suit new FSM implementation by Heikki Linnakangas -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgprewarm.html postgresql-14-14.6/doc/src/sgml/html/pgprewarm.html --- postgresql-14-14.5/doc/src/sgml/html/pgprewarm.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgprewarm.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.28. pg_prewarm

    F.28. pg_prewarm

    +F.28. pg_prewarm

    F.28. pg_prewarm

    The pg_prewarm module provides a convenient way to load relation data into either the operating system buffer cache or the PostgreSQL buffer cache. Prewarming @@ -79,4 +79,4 @@

    F.28.3. Author

    Robert Haas -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgrowlocks.html postgresql-14-14.6/doc/src/sgml/html/pgrowlocks.html --- postgresql-14-14.5/doc/src/sgml/html/pgrowlocks.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgrowlocks.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.29. pgrowlocks

    F.29. pgrowlocks

    +F.29. pgrowlocks

    F.29. pgrowlocks

    The pgrowlocks module provides a function to show row locking information for a specified table.

    @@ -48,4 +48,4 @@ (4 rows)

    F.29.3. Author

    Tatsuo Ishii -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgstatstatements.html postgresql-14-14.6/doc/src/sgml/html/pgstatstatements.html --- postgresql-14-14.5/doc/src/sgml/html/pgstatstatements.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgstatstatements.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.30. pg_stat_statements

    F.30. pg_stat_statements

    +F.30. pg_stat_statements

    F.30. pg_stat_statements

    The pg_stat_statements module provides a means for tracking planning and execution statistics of all SQL statements executed by a server. @@ -551,4 +551,4 @@

    F.30.6. Authors

    Takahiro Itagaki . Query normalization added by Peter Geoghegan . -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgstattuple.html postgresql-14-14.6/doc/src/sgml/html/pgstattuple.html --- postgresql-14-14.5/doc/src/sgml/html/pgstattuple.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgstattuple.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.31. pgstattuple

    F.31. pgstattuple

    +F.31. pgstattuple

    F.31. pgstattuple

    The pgstattuple module provides various functions to obtain tuple-level statistics.

    @@ -196,4 +196,4 @@ accurate to the byte.

    F.31.2. Authors

    Tatsuo Ishii, Satoshi Nagayasu and Abhijit Menon-Sen -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgsurgery.html postgresql-14-14.6/doc/src/sgml/html/pgsurgery.html --- postgresql-14-14.5/doc/src/sgml/html/pgsurgery.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgsurgery.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.32. pg_surgery

    F.32. pg_surgery

    +F.32. pg_surgery

    F.32. pg_surgery

    The pg_surgery module provides various functions to perform surgery on a damaged relation. These functions are unsafe by design and using them may corrupt (or further corrupt) your database. For example, @@ -65,4 +65,4 @@

    F.32.2. Authors

    Ashutosh Sharma -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgtestfsync.html postgresql-14-14.6/doc/src/sgml/html/pgtestfsync.html --- postgresql-14-14.5/doc/src/sgml/html/pgtestfsync.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgtestfsync.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_test_fsync

    pg_test_fsync

    pg_test_fsync — determine fastest wal_sync_method for PostgreSQL

    Synopsis

    pg_test_fsync [option...]

    Description

    +pg_test_fsync

    pg_test_fsync

    pg_test_fsync — determine fastest wal_sync_method for PostgreSQL

    Synopsis

    pg_test_fsync [option...]

    Description

    pg_test_fsync is intended to give you a reasonable idea of what the fastest wal_sync_method is on your specific system, @@ -38,4 +38,4 @@ color in diagnostic messages. Possible values are always, auto and never. -

    See Also

    postgres
    \ No newline at end of file +

    See Also

    postgres
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgtesttiming.html postgresql-14-14.6/doc/src/sgml/html/pgtesttiming.html --- postgresql-14-14.5/doc/src/sgml/html/pgtesttiming.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgtesttiming.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_test_timing

    pg_test_timing

    pg_test_timing — measure timing overhead

    Synopsis

    pg_test_timing [option...]

    Description

    +pg_test_timing

    pg_test_timing

    pg_test_timing — measure timing overhead

    Synopsis

    pg_test_timing [option...]

    Description

    pg_test_timing is a tool to measure the timing overhead on your system and confirm that the system time never moves backwards. Systems that are slow to collect timing data can give less accurate @@ -176,4 +176,4 @@ Timer (PIT), the real-time clock (RTC), the Advanced Programmable Interrupt Controller (APIC) timer, and the Cyclone timer. These timers aim for millisecond resolution. -

    See Also

    EXPLAIN
    \ No newline at end of file +

    See Also

    EXPLAIN
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgtrgm.html postgresql-14-14.6/doc/src/sgml/html/pgtrgm.html --- postgresql-14-14.5/doc/src/sgml/html/pgtrgm.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgtrgm.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.33. pg_trgm

    F.33. pg_trgm

    +F.33. pg_trgm

    F.33. pg_trgm

    The pg_trgm module provides functions and operators for determining the similarity of alphanumeric text based on trigram matching, as @@ -421,4 +421,4 @@ Documentation: Christopher Kings-Lynne

    This module is sponsored by Delta-Soft Ltd., Moscow, Russia. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgupgrade.html postgresql-14-14.6/doc/src/sgml/html/pgupgrade.html --- postgresql-14-14.5/doc/src/sgml/html/pgupgrade.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgupgrade.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_upgrade

    pg_upgrade

    pg_upgrade — upgrade a PostgreSQL server instance

    Synopsis

    pg_upgrade -b oldbindir [-B newbindir] -d oldconfigdir -D newconfigdir [option...]

    Description

    +pg_upgrade

    pg_upgrade

    pg_upgrade — upgrade a PostgreSQL server instance

    Synopsis

    pg_upgrade -b oldbindir [-B newbindir] -d oldconfigdir -D newconfigdir [option...]

    Description

    pg_upgrade (formerly called pg_migrator) allows data stored in PostgreSQL data files to be upgraded to a later PostgreSQL major version without the data dump/restore typically required for @@ -427,4 +427,4 @@ to make a backup of the old cluster and tablespaces, though the snapshot and copies must be created simultaneously or while the database server is down. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgvisibility.html postgresql-14-14.6/doc/src/sgml/html/pgvisibility.html --- postgresql-14-14.5/doc/src/sgml/html/pgvisibility.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgvisibility.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.34. pg_visibility

    F.34. pg_visibility

    +F.34. pg_visibility

    F.34. pg_visibility

    The pg_visibility module provides a means for examining the visibility map (VM) and page-level visibility information of a table. It also provides functions to check the integrity of a visibility map and to @@ -66,4 +66,4 @@ be executed by superusers.

    F.34.2. Author

    Robert Haas -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgwaldump.html postgresql-14-14.6/doc/src/sgml/html/pgwaldump.html --- postgresql-14-14.5/doc/src/sgml/html/pgwaldump.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgwaldump.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -pg_waldump

    pg_waldump

    pg_waldump — display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster

    Synopsis

    pg_waldump [option...] [startseg [endseg]]

    Description

    +pg_waldump

    pg_waldump

    pg_waldump — display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster

    Synopsis

    pg_waldump [option...] [startseg [endseg]]

    Description

    pg_waldump displays the write-ahead log (WAL) and is mainly useful for debugging or educational purposes.

    @@ -73,4 +73,4 @@ pg_waldump cannot read WAL files with suffix .partial. If those files need to be read, .partial suffix needs to be removed from the file name. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pgxlogdump.html postgresql-14-14.6/doc/src/sgml/html/pgxlogdump.html --- postgresql-14-14.5/doc/src/sgml/html/pgxlogdump.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pgxlogdump.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,10 +1,10 @@ -O.3. pg_xlogdump renamed to pg_waldump

    O.3. pg_xlogdump renamed to pg_waldump

    +O.3. pg_xlogdump renamed to pg_waldump

    O.3. pg_xlogdump renamed to pg_waldump

    PostgreSQL 9.6 and below provided a command named pg_xlogdump to read write-ahead-log (WAL) files. This command was renamed to pg_waldump, see pg_waldump for documentation of pg_waldump and see - the release notes for PostgreSQL 10 for details + the release notes for PostgreSQL 10 for details on this change. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/planner-optimizer.html postgresql-14-14.6/doc/src/sgml/html/planner-optimizer.html --- postgresql-14-14.5/doc/src/sgml/html/planner-optimizer.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/planner-optimizer.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -51.5. Planner/Optimizer

    51.5. Planner/Optimizer

    +51.5. Planner/Optimizer

    51.5. Planner/Optimizer

    The task of the planner/optimizer is to create an optimal execution plan. A given SQL query (and hence, a query tree) can be actually executed in a wide variety of @@ -108,4 +108,4 @@ WHERE clause and computation of required output expressions to the most appropriate nodes of the plan tree. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/planner-stats-details.html postgresql-14-14.6/doc/src/sgml/html/planner-stats-details.html --- postgresql-14-14.5/doc/src/sgml/html/planner-stats-details.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/planner-stats-details.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 72. How the Planner Uses Statistics

    Chapter 72. How the Planner Uses Statistics

    +Chapter 72. How the Planner Uses Statistics

    Chapter 72. How the Planner Uses Statistics

    This chapter builds on the material covered in Section 14.1 and Section 14.2 to show some additional details about how the planner uses the system statistics to estimate the number of rows each part of a query might @@ -10,4 +10,4 @@ but to present an overview of how it works. This will perhaps ease the learning curve for someone who subsequently wishes to read the code. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/planner-stats.html postgresql-14-14.6/doc/src/sgml/html/planner-stats.html --- postgresql-14-14.5/doc/src/sgml/html/planner-stats.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/planner-stats.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -14.2. Statistics Used by the Planner

    14.2. Statistics Used by the Planner

    14.2.1. Single-Column Statistics

    +14.2. Statistics Used by the Planner

    14.2. Statistics Used by the Planner

    14.2.1. Single-Column Statistics

    As we saw in the previous section, the query planner needs to estimate the number of rows retrieved by a query in order to make good choices of query plans. This section provides a quick look at the statistics @@ -333,4 +333,4 @@ and for which misestimation of the number of groups is resulting in bad plans. Otherwise, the ANALYZE and planning cycles are just wasted. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/planner-stats-security.html postgresql-14-14.6/doc/src/sgml/html/planner-stats-security.html --- postgresql-14-14.5/doc/src/sgml/html/planner-stats-security.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/planner-stats-security.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -72.3. Planner Statistics and Security

    72.3. Planner Statistics and Security

    +72.3. Planner Statistics and Security

    72.3. Planner Statistics and Security

    Access to the table pg_statistic is restricted to superusers, so that ordinary users cannot learn about the contents of the tables of other users from it. Some selectivity estimation functions will @@ -46,4 +46,4 @@ Selectivity estimation functions contained in third-party extensions that potentially operate on statistics with user-defined operators should follow the same security rules. Consult the PostgreSQL source code for guidance. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plhandler.html postgresql-14-14.6/doc/src/sgml/html/plhandler.html --- postgresql-14-14.5/doc/src/sgml/html/plhandler.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plhandler.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 56. Writing a Procedural Language Handler

    Chapter 56. Writing a Procedural Language Handler

    +Chapter 56. Writing a Procedural Language Handler

    Chapter 56. Writing a Procedural Language Handler

    All calls to functions that are written in a language other than the current version 1 interface for compiled languages (this includes functions in user-defined procedural languages @@ -153,4 +153,4 @@ Look into the src/pl subdirectory of the source tree. The CREATE LANGUAGE reference page also has some useful details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-builtins.html postgresql-14-14.6/doc/src/sgml/html/plperl-builtins.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-builtins.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-builtins.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.3. Built-in Functions

    45.3. Built-in Functions

    45.3.1. Database Access from PL/Perl

    +45.3. Built-in Functions

    45.3. Built-in Functions

    45.3.1. Database Access from PL/Perl

    Access to the database itself from your Perl function can be done via the following functions:

    @@ -348,4 +348,4 @@ Returns a true value if the given argument may be treated as an array reference, that is, if ref of the argument is ARRAY or PostgreSQL::InServer::ARRAY. Returns false otherwise. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-data.html postgresql-14-14.6/doc/src/sgml/html/plperl-data.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-data.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-data.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.2. Data Values in PL/Perl

    45.2. Data Values in PL/Perl

    +45.2. Data Values in PL/Perl

    45.2. Data Values in PL/Perl

    The argument values supplied to a PL/Perl function's code are simply the input arguments converted to text form (just as if they had been displayed by a SELECT statement). @@ -11,4 +11,4 @@ improved by using a transform, as already illustrated for bool values. Several examples of transform modules are included in the PostgreSQL distribution. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-event-triggers.html postgresql-14-14.6/doc/src/sgml/html/plperl-event-triggers.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-event-triggers.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-event-triggers.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.7. PL/Perl Event Triggers

    45.7. PL/Perl Event Triggers

    +45.7. PL/Perl Event Triggers

    45.7. PL/Perl Event Triggers

    PL/Perl can be used to write event trigger functions. In an event trigger function, the hash reference $_TD contains information about the current trigger event. $_TD is a global variable, @@ -25,4 +25,4 @@ ON ddl_command_start EXECUTE FUNCTION perlsnitch();

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-funcs.html postgresql-14-14.6/doc/src/sgml/html/plperl-funcs.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-funcs.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-funcs.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.1. PL/Perl Functions and Arguments

    45.1. PL/Perl Functions and Arguments

    +45.1. PL/Perl Functions and Arguments

    45.1. PL/Perl Functions and Arguments

    To create a function in the PL/Perl language, use the standard CREATE FUNCTION syntax: @@ -305,4 +305,4 @@ at the top of the function body.

    The feature pragma is also available to use if your Perl is version 5.10.0 or higher. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-global.html postgresql-14-14.6/doc/src/sgml/html/plperl-global.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-global.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-global.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.4. Global Values in PL/Perl

    45.4. Global Values in PL/Perl

    +45.4. Global Values in PL/Perl

    45.4. Global Values in PL/Perl

    You can use the global hash %_SHARED to store data, including code references, between function calls for the lifetime of the current session. @@ -62,4 +62,4 @@ functions that should communicate are owned by the same user, and mark them SECURITY DEFINER. You must of course take care that such functions can't be used to do anything unintended. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl.html postgresql-14-14.6/doc/src/sgml/html/plperl.html --- postgresql-14-14.5/doc/src/sgml/html/plperl.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 45. PL/Perl — Perl Procedural Language

    Chapter 45. PL/Perl — Perl Procedural Language

    +Chapter 45. PL/Perl — Perl Procedural Language

    Chapter 45. PL/Perl — Perl Procedural Language

    PL/Perl is a loadable procedural language that enables you to write PostgreSQL functions and procedures in the Perl programming language. @@ -19,4 +19,4 @@ Users of source packages must specially enable the build of PL/Perl during the installation process. (Refer to Chapter 17 for more information.) Users of binary packages might find PL/Perl in a separate subpackage. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-triggers.html postgresql-14-14.6/doc/src/sgml/html/plperl-triggers.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-triggers.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-triggers.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.6. PL/Perl Triggers

    45.6. PL/Perl Triggers

    +45.6. PL/Perl Triggers

    45.6. PL/Perl Triggers

    PL/Perl can be used to write trigger functions. In a trigger function, the hash reference $_TD contains information about the current trigger event. $_TD is a global variable, @@ -71,4 +71,4 @@ BEFORE INSERT OR UPDATE ON test FOR EACH ROW EXECUTE FUNCTION valid_id();

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-trusted.html postgresql-14-14.6/doc/src/sgml/html/plperl-trusted.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-trusted.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-trusted.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.5. Trusted and Untrusted PL/Perl

    45.5. Trusted and Untrusted PL/Perl

    +45.5. Trusted and Untrusted PL/Perl

    45.5. Trusted and Untrusted PL/Perl

    Normally, PL/Perl is installed as a trusted programming language named plperl. In this setup, certain Perl operations are disabled to preserve security. In general, the @@ -69,4 +69,4 @@ session, and so any one session can only execute either PL/PerlU functions, or PL/Perl functions that are all called by the same SQL role. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plperl-under-the-hood.html postgresql-14-14.6/doc/src/sgml/html/plperl-under-the-hood.html --- postgresql-14-14.5/doc/src/sgml/html/plperl-under-the-hood.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plperl-under-the-hood.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -45.8. PL/Perl Under the Hood

    45.8. PL/Perl Under the Hood

    45.8.1. Configuration

    +45.8. PL/Perl Under the Hood

    45.8. PL/Perl Under the Hood

    45.8.1. Configuration

    This section lists configuration parameters that affect PL/Perl.

    plperl.on_init (string) @@ -108,4 +108,4 @@ file handles are not automatically flushed and objects are not automatically destroyed.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-control-structures.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-control-structures.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-control-structures.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-control-structures.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.6. Control Structures

    43.6. Control Structures

    +43.6. Control Structures

    43.6. Control Structures

    Control structures are probably the most useful (and important) part of PL/pgSQL. With PL/pgSQL's control structures, @@ -940,4 +940,4 @@ GET STACKED DIAGNOSTICS ... PG_EXCEPTION_CONTEXT returns the same sort of stack trace, but describing the location at which an error was detected, rather than the current location. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-cursors.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-cursors.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-cursors.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-cursors.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.7. Cursors

    43.7. Cursors

    +43.7. Cursors

    43.7. Cursors

    Rather than executing a whole query at once, it is possible to set up a cursor that encapsulates the query, and then read the query result a few rows at a time. One reason for doing this is @@ -383,4 +383,4 @@ existing definition of the variable name is ignored within the loop). Each row returned by the cursor is successively assigned to this record variable and the loop body is executed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-declarations.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-declarations.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-declarations.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-declarations.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.3. Declarations

    43.3. Declarations

    +43.3. Declarations

    43.3. Declarations

    All variables used in a block must be declared in the declarations section of the block. (The only exceptions are that the loop variable of a FOR loop @@ -453,4 +453,4 @@ This overrides the collations associated with the table columns, parameters, or local variables used in the expression, just as would happen in a plain SQL command. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-development-tips.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-development-tips.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-development-tips.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-development-tips.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.12. Tips for Developing in PL/pgSQL

    43.12. Tips for Developing in PL/pgSQL

    +43.12. Tips for Developing in PL/pgSQL

    43.12. Tips for Developing in PL/pgSQL

    One good way to develop in PL/pgSQL is to use the text editor of your choice to create your functions, and in another window, use @@ -225,4 +225,4 @@ (1 row)

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-errors-and-messages.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-errors-and-messages.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-errors-and-messages.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-errors-and-messages.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.9. Errors and Messages

    43.9. Errors and Messages

    43.9.1. Reporting Errors and Messages

    +43.9. Errors and Messages

    43.9. Errors and Messages

    43.9.1. Reporting Errors and Messages

    Use the RAISE statement to report messages and raise errors. @@ -145,4 +145,4 @@ Note that ASSERT is meant for detecting program bugs, not for reporting ordinary error conditions. Use the RAISE statement, described above, for that. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-expressions.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-expressions.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-expressions.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-expressions.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.4. Expressions

    43.4. Expressions

    +43.4. Expressions

    43.4. Expressions

    All expressions used in PL/pgSQL statements are processed using the server's main SQL executor. For example, when you write @@ -52,4 +52,4 @@ The SELECT must produce a single column, and not more than one row. (If it produces no rows, the result is taken as NULL.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql.html postgresql-14-14.6/doc/src/sgml/html/plpgsql.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 43. PL/pgSQL — SQL Procedural Language

    Chapter 43. PL/pgSQLSQL Procedural Language

    \ No newline at end of file +Chapter 43. PL/pgSQL — SQL Procedural Language

    Chapter 43. PL/pgSQLSQL Procedural Language

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-implementation.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-implementation.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-implementation.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-implementation.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.11. PL/pgSQL under the Hood

    43.11. PL/pgSQL under the Hood

    +43.11. PL/pgSQL under the Hood

    43.11. PL/pgSQL under the Hood

    This section discusses some implementation details that are frequently important for PL/pgSQL users to know.

    43.11.1. Variable Substitution

    @@ -273,4 +273,4 @@ on each execution as the programmer expects. Even though this happens to work as expected, it's not terribly efficient, so use of the now() function would still be a better idea. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-overview.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-overview.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-overview.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-overview.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -43.1. Overview

    43.1. Overview

    +43.1. Overview

    43.1. Overview

    PL/pgSQL is a loadable procedural language for the PostgreSQL database system. The design goals of PL/pgSQL were to create @@ -100,4 +100,4 @@ Specific examples appear in Section 43.3.1 and Section 43.6.1. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-porting.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-porting.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-porting.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-porting.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.13. Porting from Oracle PL/SQL

    43.13. Porting from Oracle PL/SQL

    +43.13. Porting from Oracle PL/SQL

    43.13. Porting from Oracle PL/SQL

    This section explains differences between PostgreSQL's PL/pgSQL language and Oracle's PL/SQL language, @@ -557,4 +557,4 @@ END; $$ LANGUAGE plpgsql STRICT IMMUTABLE; -

    \ No newline at end of file + \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-statements.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-statements.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-statements.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-statements.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.5. Basic Statements

    43.5. Basic Statements

    +43.5. Basic Statements

    43.5. Basic Statements

    In this section and the following ones, we describe all the statement types that are explicitly understood by PL/pgSQL. @@ -593,4 +593,4 @@ NULL statements are required for situations such as this. PL/pgSQL allows you to just write nothing, instead. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-structure.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-structure.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-structure.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-structure.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.2. Structure of PL/pgSQL

    43.2. Structure of PL/pgSQL

    +43.2. Structure of PL/pgSQL

    43.2. Structure of PL/pgSQL

    Functions written in PL/pgSQL are defined to the server by executing CREATE FUNCTION commands. Such a command would normally look like, say, @@ -105,4 +105,4 @@ Also, a block containing an EXCEPTION clause effectively forms a subtransaction that can be rolled back without affecting the outer transaction. For more about that see Section 43.6.8. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-transactions.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-transactions.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-transactions.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-transactions.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.8. Transaction Management

    43.8. Transaction Management

    +43.8. Transaction Management

    43.8. Transaction Management

    In procedures invoked by the CALL command as well as in anonymous code blocks (DO command), it is possible to end transactions using the @@ -79,4 +79,4 @@ ... RETURNING).

    A transaction cannot be ended inside a block with exception handlers. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpgsql-trigger.html postgresql-14-14.6/doc/src/sgml/html/plpgsql-trigger.html --- postgresql-14-14.5/doc/src/sgml/html/plpgsql-trigger.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpgsql-trigger.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -43.10. Trigger Functions

    43.10. Trigger Functions

    +43.10. Trigger Functions

    43.10. Trigger Functions

    PL/pgSQL can be used to define trigger functions on data changes or database events. A trigger function is created with the CREATE FUNCTION @@ -513,4 +513,4 @@ $$ LANGUAGE plpgsql; CREATE EVENT TRIGGER snitch ON ddl_command_start EXECUTE FUNCTION snitch(); -


    \ No newline at end of file +
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-database.html postgresql-14-14.6/doc/src/sgml/html/plpython-database.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-database.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-database.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.7. Database Access

    46.7. Database Access

    +46.7. Database Access

    46.7. Database Access

    The PL/Python language module automatically imports a Python module called plpy. The functions and constants in this module are available to you in the Python code as @@ -228,4 +228,4 @@ the exception object. This attribute is a string value containing the SQLSTATE error code. This approach provides approximately the same functionality -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-data.html postgresql-14-14.6/doc/src/sgml/html/plpython-data.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-data.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-data.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.3. Data Values

    46.3. Data Values

    +46.3. Data Values

    46.3. Data Values

    Generally speaking, the aim of PL/Python is to provide a natural mapping between the PostgreSQL and the Python worlds. This informs the data mapping rules described @@ -353,4 +353,4 @@ SELECT * FROM multiout_simple_setof(3);

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-do.html postgresql-14-14.6/doc/src/sgml/html/plpython-do.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-do.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-do.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.5. Anonymous Code Blocks

    46.5. Anonymous Code Blocks

    +46.5. Anonymous Code Blocks

    46.5. Anonymous Code Blocks

    PL/Python also supports anonymous code blocks called with the DO statement: @@ -11,4 +11,4 @@ An anonymous code block receives no arguments, and whatever value it might return is discarded. Otherwise it behaves just like a function. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-envar.html postgresql-14-14.6/doc/src/sgml/html/plpython-envar.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-envar.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-envar.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.11. Environment Variables

    46.11. Environment Variables

    +46.11. Environment Variables

    46.11. Environment Variables

    Some of the environment variables that are accepted by the Python interpreter can also be used to affect PL/Python behavior. They would need to be set in the environment of the main PostgreSQL @@ -14,4 +14,4 @@ of PL/Python that some of the environment variables listed on the python man page are only effective in a command-line interpreter and not an embedded Python interpreter.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-funcs.html postgresql-14-14.6/doc/src/sgml/html/plpython-funcs.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-funcs.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-funcs.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.2. PL/Python Functions

    46.2. PL/Python Functions

    +46.2. PL/Python Functions

    46.2. PL/Python Functions

    Functions in PL/Python are declared via the standard CREATE FUNCTION syntax: @@ -85,4 +85,4 @@ But it is advisable not to rely on this implementation detail of PL/Python. It is better to treat the function parameters as read-only. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython.html postgresql-14-14.6/doc/src/sgml/html/plpython.html --- postgresql-14-14.5/doc/src/sgml/html/plpython.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 46. PL/Python — Python Procedural Language

    Chapter 46. PL/Python — Python Procedural Language

    +Chapter 46. PL/Python — Python Procedural Language

    Chapter 46. PL/Python — Python Procedural Language

    The PL/Python procedural language allows PostgreSQL functions and procedures to be written in the Python language. @@ -26,4 +26,4 @@ PL/Python during the installation process. (Refer to the installation instructions for more information.) Users of binary packages might find PL/Python in a separate subpackage. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-python23.html postgresql-14-14.6/doc/src/sgml/html/plpython-python23.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-python23.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-python23.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.1. Python 2 vs. Python 3

    46.1. Python 2 vs. Python 3

    +46.1. Python 2 vs. Python 3

    46.1. Python 2 vs. Python 3

    PL/Python supports both the Python 2 and Python 3 language variants. (The PostgreSQL installation instructions might contain more precise information about the exact supported minor versions @@ -84,4 +84,4 @@ Python major versions in a session, which will abort the session if a mismatch is detected. It is possible, however, to use both PL/Python variants in the same database, from separate sessions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-sharing.html postgresql-14-14.6/doc/src/sgml/html/plpython-sharing.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-sharing.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-sharing.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.4. Sharing Data

    46.4. Sharing Data

    +46.4. Sharing Data

    46.4. Sharing Data

    The global dictionary SD is available to store private data between repeated calls to the same function. The global dictionary GD is public data, @@ -11,4 +11,4 @@ myfunc are not available to myfunc2. The exception is the data in the GD dictionary, as mentioned above. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-subtransaction.html postgresql-14-14.6/doc/src/sgml/html/plpython-subtransaction.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-subtransaction.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-subtransaction.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.8. Explicit Subtransactions

    46.8. Explicit Subtransactions

    +46.8. Explicit Subtransactions

    46.8. Explicit Subtransactions

    Recovering from errors caused by database access as described in Section 46.7.2 can lead to an undesirable situation where some operations succeed before one of them fails, @@ -97,4 +97,4 @@ plpy.execute(plan, [result]) $$ LANGUAGE plpythonu;

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-transactions.html postgresql-14-14.6/doc/src/sgml/html/plpython-transactions.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-transactions.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-transactions.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.9. Transaction Management

    46.9. Transaction Management

    +46.9. Transaction Management

    46.9. Transaction Management

    In a procedure called from the top level or an anonymous code block (DO command) called from the top level it is possible to control transactions. To commit the current transaction, call @@ -28,4 +28,4 @@

    Transactions cannot be ended when an explicit subtransaction is active. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-trigger.html postgresql-14-14.6/doc/src/sgml/html/plpython-trigger.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-trigger.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-trigger.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.6. Trigger Functions

    46.6. Trigger Functions

    +46.6. Trigger Functions

    46.6. Trigger Functions

    When a function is used as a trigger, the dictionary TD contains trigger-related values:

    TD["event"]

    @@ -37,4 +37,4 @@ is INSERT or UPDATE you can return "MODIFY" to indicate you've modified the new row. Otherwise the return value is ignored. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/plpython-util.html postgresql-14-14.6/doc/src/sgml/html/plpython-util.html --- postgresql-14-14.5/doc/src/sgml/html/plpython-util.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/plpython-util.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -46.10. Utility Functions

    46.10. Utility Functions

    +46.10. Utility Functions

    46.10. Utility Functions

    The plpy module also provides the functions

    plpy.debug(msg, **kwargs)
    plpy.log(msg, **kwargs)
    plpy.info(msg, **kwargs)
    plpy.notice(msg, **kwargs)
    plpy.warning(msg, **kwargs)
    plpy.error(msg, **kwargs)
    plpy.fatal(msg, **kwargs)

    @@ -57,4 +57,4 @@ plpy.quote_nullable(newvalue), plpy.quote_literal(keyvalue)))

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-config.html postgresql-14-14.6/doc/src/sgml/html/pltcl-config.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-config.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-config.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.11. PL/Tcl Configuration

    44.11. PL/Tcl Configuration

    +44.11. PL/Tcl Configuration

    44.11. PL/Tcl Configuration

    This section lists configuration parameters that affect PL/Tcl.

    @@ -39,4 +39,4 @@ This parameter is exactly like pltcl.start_proc, except that it applies to PL/TclU. The referenced function must be written in the pltclu language. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-data.html postgresql-14-14.6/doc/src/sgml/html/pltcl-data.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-data.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-data.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,9 +1,9 @@ -44.3. Data Values in PL/Tcl

    44.3. Data Values in PL/Tcl

    +44.3. Data Values in PL/Tcl

    44.3. Data Values in PL/Tcl

    The argument values supplied to a PL/Tcl function's code are simply the input arguments converted to text form (just as if they had been displayed by a SELECT statement). Conversely, the return and return_next commands will accept any string that is acceptable input format for the function's declared result type, or for the specified column of a composite result type. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-dbaccess.html postgresql-14-14.6/doc/src/sgml/html/pltcl-dbaccess.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-dbaccess.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-dbaccess.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.5. Database Access from PL/Tcl

    44.5. Database Access from PL/Tcl

    +44.5. Database Access from PL/Tcl

    44.5. Database Access from PL/Tcl

    In this section, we follow the usual Tcl convention of using question marks, rather than brackets, to indicate an optional element in a syntax synopsis. The following commands are available to access @@ -188,4 +188,4 @@ and Section 44.8 for more information.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-error-handling.html postgresql-14-14.6/doc/src/sgml/html/pltcl-error-handling.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-error-handling.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-error-handling.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.8. Error Handling in PL/Tcl

    44.8. Error Handling in PL/Tcl

    +44.8. Error Handling in PL/Tcl

    44.8. Error Handling in PL/Tcl

    Tcl code within or called from a PL/Tcl function can raise an error, either by executing some invalid operation or by generating an error using the Tcl error command or @@ -57,4 +57,4 @@

    (The double colons explicitly specify that errorCode is a global variable.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-event-trigger.html postgresql-14-14.6/doc/src/sgml/html/pltcl-event-trigger.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-event-trigger.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-event-trigger.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.7. Event Trigger Functions in PL/Tcl

    44.7. Event Trigger Functions in PL/Tcl

    +44.7. Event Trigger Functions in PL/Tcl

    44.7. Event Trigger Functions in PL/Tcl

    Event trigger functions can be written in PL/Tcl. PostgreSQL requires that a function that is to be called as an event trigger must be declared as a function with no @@ -27,4 +27,4 @@ CREATE EVENT TRIGGER tcl_a_snitch ON ddl_command_start EXECUTE FUNCTION tclsnitch();

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-functions.html postgresql-14-14.6/doc/src/sgml/html/pltcl-functions.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-functions.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-functions.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.2. PL/Tcl Functions and Arguments

    44.2. PL/Tcl Functions and Arguments

    +44.2. PL/Tcl Functions and Arguments

    44.2. PL/Tcl Functions and Arguments

    To create a function in the PL/Tcl language, use the standard CREATE FUNCTION syntax: @@ -138,4 +138,4 @@ } $$ LANGUAGE pltcl;

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-global.html postgresql-14-14.6/doc/src/sgml/html/pltcl-global.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-global.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-global.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.4. Global Data in PL/Tcl

    44.4. Global Data in PL/Tcl

    +44.4. Global Data in PL/Tcl

    44.4. Global Data in PL/Tcl

    Sometimes it is useful to have some global data that is held between two calls to a function or is shared between different functions. @@ -42,4 +42,4 @@

    An example of using GD appears in the spi_execp example below. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl.html postgresql-14-14.6/doc/src/sgml/html/pltcl.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,8 +1,8 @@ -Chapter 44. PL/Tcl — Tcl Procedural Language \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-overview.html postgresql-14-14.6/doc/src/sgml/html/pltcl-overview.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-overview.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-overview.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.1. Overview

    44.1. Overview

    +44.1. Overview

    44.1. Overview

    PL/Tcl offers most of the capabilities a function writer has in the C language, with a few restrictions, and with the addition of the powerful string processing libraries that are available for @@ -40,4 +40,4 @@ CREATE EXTENSION command, for example CREATE EXTENSION pltcl or CREATE EXTENSION pltclu. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-procnames.html postgresql-14-14.6/doc/src/sgml/html/pltcl-procnames.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-procnames.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-procnames.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.12. Tcl Procedure Names

    44.12. Tcl Procedure Names

    +44.12. Tcl Procedure Names

    44.12. Tcl Procedure Names

    In PostgreSQL, the same function name can be used for different function definitions as long as the number of arguments or their types differ. Tcl, however, requires all procedure names to be distinct. @@ -10,4 +10,4 @@ and different argument types will be different Tcl procedures, too. This is not normally a concern for a PL/Tcl programmer, but it might be visible when debugging. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-subtransactions.html postgresql-14-14.6/doc/src/sgml/html/pltcl-subtransactions.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-subtransactions.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-subtransactions.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.9. Explicit Subtransactions in PL/Tcl

    44.9. Explicit Subtransactions in PL/Tcl

    +44.9. Explicit Subtransactions in PL/Tcl

    44.9. Explicit Subtransactions in PL/Tcl

    Recovering from errors caused by database access as described in Section 44.8 can lead to an undesirable situation where some operations succeed before one of them fails, @@ -64,4 +64,4 @@ subtransaction to be rolled back. However, non-error exits out of the contained Tcl code (for instance, due to return) do not cause a rollback. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-transactions.html postgresql-14-14.6/doc/src/sgml/html/pltcl-transactions.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-transactions.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-transactions.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.10. Transaction Management

    44.10. Transaction Management

    +44.10. Transaction Management

    44.10. Transaction Management

    In a procedure called from the top level or an anonymous code block (DO command) called from the top level it is possible to control transactions. To commit the current transaction, call the @@ -30,4 +30,4 @@

    Transactions cannot be ended when an explicit subtransaction is active. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/pltcl-trigger.html postgresql-14-14.6/doc/src/sgml/html/pltcl-trigger.html --- postgresql-14-14.5/doc/src/sgml/html/pltcl-trigger.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/pltcl-trigger.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -44.6. Trigger Functions in PL/Tcl

    44.6. Trigger Functions in PL/Tcl

    +44.6. Trigger Functions in PL/Tcl

    44.6. Trigger Functions in PL/Tcl

    Trigger functions can be written in PL/Tcl. PostgreSQL requires that a function that is to be called as a trigger must be declared as a function with no arguments @@ -112,4 +112,4 @@ Notice that the trigger function itself does not know the column name; that's supplied from the trigger arguments. This lets the trigger function be reused with different tables. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/populate.html postgresql-14-14.6/doc/src/sgml/html/populate.html --- postgresql-14-14.5/doc/src/sgml/html/populate.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/populate.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -14.4. Populating a Database

    14.4. Populating a Database

    +14.4. Populating a Database

    14.4. Populating a Database

    One might need to insert a large amount of data when first populating a database. This section contains some suggestions on how to make this process as efficient as possible. @@ -203,4 +203,4 @@ the --disable-triggers option — but realize that that eliminates, rather than just postpones, foreign key validation, and so it is possible to insert bad data if you use it. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/postgres-fdw.html postgresql-14-14.6/doc/src/sgml/html/postgres-fdw.html --- postgresql-14-14.5/doc/src/sgml/html/postgres-fdw.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/postgres-fdw.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.35. postgres_fdw

    F.35. postgres_fdw

    +F.35. postgres_fdw

    F.35. postgres_fdw

    The postgres_fdw module provides the foreign-data wrapper postgres_fdw, which can be used to access data stored in external PostgreSQL servers. @@ -597,4 +597,4 @@ preferable to constructing foreign table definitions manually.

    F.35.9. Author

    Shigeru Hanada -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/postgres-user.html postgresql-14-14.6/doc/src/sgml/html/postgres-user.html --- postgresql-14-14.5/doc/src/sgml/html/postgres-user.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/postgres-user.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.1. The PostgreSQL User Account

    19.1. The PostgreSQL User Account

    +19.1. The PostgreSQL User Account

    19.1. The PostgreSQL User Account

    As with any server daemon that is accessible to the outside world, it is advisable to run PostgreSQL under a separate user account. This user account should only own the data @@ -17,4 +17,4 @@ useradd or adduser. The user name postgres is often used, and is assumed throughout this book, but you can use another name if you like. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/predefined-roles.html postgresql-14-14.6/doc/src/sgml/html/predefined-roles.html --- postgresql-14-14.5/doc/src/sgml/html/predefined-roles.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/predefined-roles.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -22.5. Predefined Roles

    22.5. Predefined Roles

    +22.5. Predefined Roles

    22.5. Predefined Roles

    PostgreSQL provides a set of predefined roles that provide access to certain, commonly needed, privileged capabilities and information. Administrators (including roles that have the @@ -73,4 +73,4 @@

     GRANT pg_signal_backend TO admin_user;
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/preface.html postgresql-14-14.6/doc/src/sgml/html/preface.html --- postgresql-14-14.5/doc/src/sgml/html/preface.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/preface.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -Preface \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/preventing-server-spoofing.html postgresql-14-14.6/doc/src/sgml/html/preventing-server-spoofing.html --- postgresql-14-14.5/doc/src/sgml/html/preventing-server-spoofing.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/preventing-server-spoofing.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.7. Preventing Server Spoofing

    19.7. Preventing Server Spoofing

    +19.7. Preventing Server Spoofing

    19.7. Preventing Server Spoofing

    While the server is running, it is not possible for a malicious user to take the place of the normal database server. However, when the server is down, it is possible for a local user to spoof the normal @@ -41,4 +41,4 @@ (Section 21.1) and use gss authentication with them. The TCP client must connect using gssencmode=require. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/progress-reporting.html postgresql-14-14.6/doc/src/sgml/html/progress-reporting.html --- postgresql-14-14.5/doc/src/sgml/html/progress-reporting.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/progress-reporting.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -28.4. Progress Reporting

    28.4. Progress Reporting

    +28.4. Progress Reporting

    28.4. Progress Reporting

    PostgreSQL has the ability to report the progress of certain commands during command execution. Currently, the only commands which support progress reporting are ANALYZE, @@ -648,4 +648,4 @@

    Number of tuples not processed because they were excluded by the WHERE clause of the COPY command. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-changes.html postgresql-14-14.6/doc/src/sgml/html/protocol-changes.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-changes.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-changes.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.10. Summary of Changes since Protocol 2.0

    53.10. Summary of Changes since Protocol 2.0

    +53.10. Summary of Changes since Protocol 2.0

    53.10. Summary of Changes since Protocol 2.0

    This section provides a quick checklist of changes, for the benefit of developers trying to update existing client libraries to protocol 3.0.

    @@ -70,4 +70,4 @@

    The EmptyQueryResponse ('I') message used to include an empty string parameter; this has been removed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-error-fields.html postgresql-14-14.6/doc/src/sgml/html/protocol-error-fields.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-error-fields.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-error-fields.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.8. Error and Notice Message Fields

    53.8. Error and Notice Message Fields

    +53.8. Error and Notice Message Fields

    53.8. Error and Notice Message Fields

    This section describes the fields that can appear in ErrorResponse and NoticeResponse messages. Each field type has a single-byte identification token. Note that any given field type should appear at most once per @@ -132,4 +132,4 @@ needs; in particular it should break long lines as needed. Newline characters appearing in the error message fields should be treated as paragraph breaks, not line breaks. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-flow.html postgresql-14-14.6/doc/src/sgml/html/protocol-flow.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-flow.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-flow.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.2. Message Flow

    53.2. Message Flow

    +53.2. Message Flow

    53.2. Message Flow

    This section describes the message flow and the semantics of each message type. (Details of the exact representation of each message appear in Section 53.7.) There are @@ -971,4 +971,4 @@ force GSSAPI encryption, the administrator can configure the server to reject unencrypted sessions as a byproduct of authentication checking. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol.html postgresql-14-14.6/doc/src/sgml/html/protocol.html --- postgresql-14-14.5/doc/src/sgml/html/protocol.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 53. Frontend/Backend Protocol

    Chapter 53. Frontend/Backend Protocol

    +Chapter 53. Frontend/Backend Protocol

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-logical-replication.html postgresql-14-14.6/doc/src/sgml/html/protocol-logical-replication.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-logical-replication.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-logical-replication.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.5. Logical Streaming Replication Protocol

    53.5. Logical Streaming Replication Protocol

    +53.5. Logical Streaming Replication Protocol

    53.5. Logical Streaming Replication Protocol

    This section describes the logical replication protocol, which is the message flow started by the START_REPLICATION SLOT slot_name @@ -76,4 +76,4 @@ cache the contents of Type messages, and first consult that cache to see if the type OID is defined there. If not, look up the type OID locally. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-logicalrep-message-formats.html postgresql-14-14.6/doc/src/sgml/html/protocol-logicalrep-message-formats.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-logicalrep-message-formats.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-logicalrep-message-formats.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.9. Logical Replication Message Formats

    53.9. Logical Replication Message Formats

    +53.9. Logical Replication Message Formats

    53.9. Logical Replication Message Formats

    This section describes the detailed format of each logical replication message. These messages are returned either by the replication slot SQL interface or are sent by a walsender. In case of a walsender they are encapsulated inside the replication @@ -459,4 +459,4 @@ n is the above length.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-message-formats.html postgresql-14-14.6/doc/src/sgml/html/protocol-message-formats.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-message-formats.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-message-formats.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.7. Message Formats

    53.7. Message Formats

    +53.7. Message Formats

    53.7. Message Formats

    This section describes the detailed format of each message. Each is marked to indicate that it can be sent by a frontend (F), a backend (B), or both (F & B). @@ -1377,4 +1377,4 @@ Length of message contents in bytes, including self.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-message-types.html postgresql-14-14.6/doc/src/sgml/html/protocol-message-types.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-message-types.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-message-types.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.6. Message Data Types

    53.6. Message Data Types

    +53.6. Message Data Types

    53.6. Message Data Types

    This section describes the base data types used in messages.

    @@ -41,4 +41,4 @@ If c is specified it is the exact value. Eg. Byte2, Byte1('\n').

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-overview.html postgresql-14-14.6/doc/src/sgml/html/protocol-overview.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-overview.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-overview.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.1. Overview

    53.1. Overview

    +53.1. Overview

    53.1. Overview

    The protocol has separate phases for startup and normal operation. In the startup phase, the frontend opens a connection to the server and authenticates itself to the satisfaction of the server. (This might @@ -109,4 +109,4 @@ or source code to learn about the binary representation. Keep in mind that binary representations for complex data types might change across server versions; the text format is usually the more portable choice. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/protocol-replication.html postgresql-14-14.6/doc/src/sgml/html/protocol-replication.html --- postgresql-14-14.5/doc/src/sgml/html/protocol-replication.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/protocol-replication.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.4. Streaming Replication Protocol

    53.4. Streaming Replication Protocol

    +53.4. Streaming Replication Protocol

    53.4. Streaming Replication Protocol

    To initiate streaming replication, the frontend sends the replication parameter in the startup message. A Boolean value of true (or on, @@ -496,4 +496,4 @@ the server supports it.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries.html postgresql-14-14.6/doc/src/sgml/html/queries.html --- postgresql-14-14.5/doc/src/sgml/html/queries.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,6 +1,6 @@ -Chapter 7. Queries

    Chapter 7. Queries

    +Chapter 7. Queries

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-limit.html postgresql-14-14.6/doc/src/sgml/html/queries-limit.html --- postgresql-14-14.5/doc/src/sgml/html/queries-limit.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-limit.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -7.6. LIMIT and OFFSET

    7.6. LIMIT and OFFSET

    +7.6. LIMIT and OFFSET

    7.6. LIMIT and OFFSET

    LIMIT and OFFSET allow you to retrieve just a portion of the rows that are generated by the rest of the query:

    @@ -45,4 +45,4 @@
        The rows skipped by an OFFSET clause still have to be
        computed inside the server; therefore a large OFFSET
        might be inefficient.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-order.html postgresql-14-14.6/doc/src/sgml/html/queries-order.html --- postgresql-14-14.5/doc/src/sgml/html/queries-order.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-order.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -7.5. Sorting Rows (ORDER BY)

    7.5. Sorting Rows (ORDER BY)

    +7.5. Sorting Rows (ORDER BY)

    7.5. Sorting Rows (ORDER BY)

    After a query has produced an output table (after the select list has been processed) it can optionally be sorted. If sorting is not chosen, the rows will be returned in an unspecified order. The actual @@ -73,4 +73,4 @@ > operators correspond to this sort ordering, but a user-defined data type's designer could choose to do something different. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-overview.html postgresql-14-14.6/doc/src/sgml/html/queries-overview.html --- postgresql-14-14.5/doc/src/sgml/html/queries-overview.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-overview.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -7.1. Overview

    7.1. Overview

    +7.1. Overview

    7.1. Overview

    The process of retrieving or the command to retrieve data from a database is called a query. In SQL the SELECT command is @@ -50,4 +50,4 @@

     SELECT random();
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-select-lists.html postgresql-14-14.6/doc/src/sgml/html/queries-select-lists.html --- postgresql-14-14.5/doc/src/sgml/html/queries-select-lists.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-select-lists.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -7.3. Select Lists

    7.3. Select Lists

    +7.3. Select Lists

    7.3. Select Lists

    As shown in the previous section, the table expression in the SELECT command constructs an intermediate virtual table by possibly combining @@ -119,4 +119,4 @@ GROUP BY and subqueries in FROM, this construct can be avoided, but it is often the most convenient alternative. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-table-expressions.html postgresql-14-14.6/doc/src/sgml/html/queries-table-expressions.html --- postgresql-14-14.5/doc/src/sgml/html/queries-table-expressions.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-table-expressions.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -7.2. Table Expressions

    7.2. Table Expressions

    +7.2. Table Expressions

    7.2. Table Expressions

    A table expression computes a table. The table expression contains a FROM clause that is optionally followed by WHERE, GROUP BY, and @@ -1027,4 +1027,4 @@ It is not recommended to rely on this, however. Use an explicit top-level ORDER BY clause if you want to be sure the results are sorted in a particular way. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-union.html postgresql-14-14.6/doc/src/sgml/html/queries-union.html --- postgresql-14-14.5/doc/src/sgml/html/queries-union.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-union.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -7.4. Combining Queries (UNION, INTERSECT, EXCEPT)

    7.4. Combining Queries (UNION, INTERSECT, EXCEPT)

    +7.4. Combining Queries (UNION, INTERSECT, EXCEPT)

    7.4. Combining Queries (UNION, INTERSECT, EXCEPT)

    The results of two queries can be combined using the set operations union, intersection, and difference. The syntax is

    @@ -73,4 +73,4 @@
     

     SELECT a FROM b UNION (SELECT x FROM y LIMIT 10)
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-values.html postgresql-14-14.6/doc/src/sgml/html/queries-values.html --- postgresql-14-14.5/doc/src/sgml/html/queries-values.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-values.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -7.7. VALUES Lists

    7.7. VALUES Lists

    +7.7. VALUES Lists

    7.7. VALUES Lists

    VALUES provides a way to generate a constant table that can be used in a query without having to actually create and populate a table on-disk. The syntax is @@ -57,4 +57,4 @@ and next most commonly as a subquery.

    For more information see VALUES. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/queries-with.html postgresql-14-14.6/doc/src/sgml/html/queries-with.html --- postgresql-14-14.5/doc/src/sgml/html/queries-with.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/queries-with.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -7.8. WITH Queries (Common Table Expressions)

    7.8. WITH Queries (Common Table Expressions)

    +7.8. WITH Queries (Common Table Expressions)

    7.8. WITH Queries (Common Table Expressions)

    WITH provides a way to write auxiliary statements for use in a larger query. These statements, which are often referred to as Common Table Expressions or CTEs, can be thought of as defining @@ -83,9 +83,8 @@ Replace the contents of the working table with the contents of the intermediate table, then empty the intermediate table.

    Note

    - Strictly speaking, this process is iteration not recursion, but - RECURSIVE is the terminology chosen by the SQL standards - committee. + While RECURSIVE allows queries to be specified + recursively, internally such queries are evaluated iteratively.

    In the example above, the working table has just a single row in each step, and it takes on the values from 1 through 100 in successive steps. In @@ -101,7 +100,7 @@ WITH RECURSIVE included_parts(sub_part, part, quantity) AS ( SELECT sub_part, part, quantity FROM parts WHERE part = 'our_product' UNION ALL - SELECT p.sub_part, p.part, p.quantity + SELECT p.sub_part, p.part, p.quantity * pr.quantity FROM included_parts pr, parts p WHERE p.part = pr.sub_part ) @@ -560,4 +559,4 @@ At present, any table used as the target of a data-modifying statement in WITH must not have a conditional rule, nor an ALSO rule, nor an INSTEAD rule that expands to multiple statements. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/query-path.html postgresql-14-14.6/doc/src/sgml/html/query-path.html --- postgresql-14-14.5/doc/src/sgml/html/query-path.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/query-path.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -51.1. The Path of a Query

    51.1. The Path of a Query

    +51.1. The Path of a Query

    51.1. The Path of a Query

    Here we give a short overview of the stages a query has to pass to obtain a result.

    1. @@ -52,4 +52,4 @@ In the following sections we will cover each of the above listed items in more detail to give a better understanding of PostgreSQL's internal control and data structures. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/querytree.html postgresql-14-14.6/doc/src/sgml/html/querytree.html --- postgresql-14-14.5/doc/src/sgml/html/querytree.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/querytree.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -41.1. The Query Tree

    41.1. The Query Tree

    +41.1. The Query Tree

    41.1. The Query Tree

    To understand how the rule system works it is necessary to know when it is invoked and what its input and results are.

    @@ -149,4 +149,4 @@ doesn't have much to do with the fundamentals of the rule system.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rangetypes.html postgresql-14-14.6/doc/src/sgml/html/rangetypes.html --- postgresql-14-14.5/doc/src/sgml/html/rangetypes.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rangetypes.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.17. Range Types \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/recovery-config.html postgresql-14-14.6/doc/src/sgml/html/recovery-config.html --- postgresql-14-14.5/doc/src/sgml/html/recovery-config.html 2022-08-08 20:58:48.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/recovery-config.html 2022-11-07 22:00:55.000000000 +0000 @@ -1,10 +1,10 @@ -O.1. recovery.conf file merged into postgresql.conf

    O.1. recovery.conf file merged into postgresql.conf

    +O.1. recovery.conf file merged into postgresql.conf

    O.1. recovery.conf file merged into postgresql.conf

    PostgreSQL 11 and below used a configuration file named recovery.conf to manage replicas and standbys. Support for this file was removed in PostgreSQL 12. See - the release notes for PostgreSQL 12 for details + the release notes for PostgreSQL 12 for details on this change.

    On PostgreSQL 12 and above, @@ -28,4 +28,4 @@ setting has been removed. A standby.signal file in the data directory is used instead. See Standby Server Operation for details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/reference-client.html postgresql-14-14.6/doc/src/sgml/html/reference-client.html --- postgresql-14-14.5/doc/src/sgml/html/reference-client.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/reference-client.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -PostgreSQL Client Applications

    PostgreSQL Client Applications


    +PostgreSQL Client Applications

    PostgreSQL Client Applications


    This part contains reference information for PostgreSQL client applications and utilities. Not all of these commands are of general utility; some @@ -21,4 +21,4 @@

    pg_verifybackup — verify the integrity of a base backup of a PostgreSQL cluster
    psqlPostgreSQL interactive terminal -
    reindexdb — reindex a PostgreSQL database
    vacuumdb — garbage-collect and analyze a PostgreSQL database
    \ No newline at end of file +
    reindexdb — reindex a PostgreSQL database
    vacuumdb — garbage-collect and analyze a PostgreSQL database
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/reference.html postgresql-14-14.6/doc/src/sgml/html/reference.html --- postgresql-14-14.5/doc/src/sgml/html/reference.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/reference.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -Part VI. Reference

    Part VI. Reference

    +Part VI. Reference

    Part VI. Reference

    The entries in this Reference are meant to provide in reasonable length an authoritative, complete, and formal summary about their respective subjects. More information about the use of @@ -28,4 +28,4 @@

    pg_verifybackup — verify the integrity of a base backup of a PostgreSQL cluster
    psqlPostgreSQL interactive terminal -
    reindexdb — reindex a PostgreSQL database
    vacuumdb — garbage-collect and analyze a PostgreSQL database
    III. PostgreSQL Server Applications
    initdb — create a new PostgreSQL database cluster
    pg_archivecleanup — clean up PostgreSQL WAL archive files
    pg_checksums — enable, disable or check data checksums in a PostgreSQL database cluster
    pg_controldata — display control information of a PostgreSQL database cluster
    pg_ctl — initialize, start, stop, or control a PostgreSQL server
    pg_resetwal — reset the write-ahead log and other control information of a PostgreSQL database cluster
    pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it
    pg_test_fsync — determine fastest wal_sync_method for PostgreSQL
    pg_test_timing — measure timing overhead
    pg_upgrade — upgrade a PostgreSQL server instance
    pg_waldump — display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
    postgresPostgreSQL database server
    postmasterPostgreSQL database server
    \ No newline at end of file +
    reindexdb — reindex a PostgreSQL database
    vacuumdb — garbage-collect and analyze a PostgreSQL database
    III. PostgreSQL Server Applications
    initdb — create a new PostgreSQL database cluster
    pg_archivecleanup — clean up PostgreSQL WAL archive files
    pg_checksums — enable, disable or check data checksums in a PostgreSQL database cluster
    pg_controldata — display control information of a PostgreSQL database cluster
    pg_ctl — initialize, start, stop, or control a PostgreSQL server
    pg_resetwal — reset the write-ahead log and other control information of a PostgreSQL database cluster
    pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it
    pg_test_fsync — determine fastest wal_sync_method for PostgreSQL
    pg_test_timing — measure timing overhead
    pg_upgrade — upgrade a PostgreSQL server instance
    pg_waldump — display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
    postgresPostgreSQL database server
    postmasterPostgreSQL database server
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/reference-server.html postgresql-14-14.6/doc/src/sgml/html/reference-server.html --- postgresql-14-14.5/doc/src/sgml/html/reference-server.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/reference-server.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,8 +1,8 @@ -PostgreSQL Server Applications

    PostgreSQL Server Applications


    +PostgreSQL Server Applications

    PostgreSQL Server Applications


    This part contains reference information for PostgreSQL server applications and support utilities. These commands can only be run usefully on the host where the database server resides. Other utility programs are listed in PostgreSQL Client Applications. -

    Table of Contents

    initdb — create a new PostgreSQL database cluster
    pg_archivecleanup — clean up PostgreSQL WAL archive files
    pg_checksums — enable, disable or check data checksums in a PostgreSQL database cluster
    pg_controldata — display control information of a PostgreSQL database cluster
    pg_ctl — initialize, start, stop, or control a PostgreSQL server
    pg_resetwal — reset the write-ahead log and other control information of a PostgreSQL database cluster
    pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it
    pg_test_fsync — determine fastest wal_sync_method for PostgreSQL
    pg_test_timing — measure timing overhead
    pg_upgrade — upgrade a PostgreSQL server instance
    pg_waldump — display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
    postgresPostgreSQL database server
    postmasterPostgreSQL database server
    \ No newline at end of file +

    Table of Contents

    initdb — create a new PostgreSQL database cluster
    pg_archivecleanup — clean up PostgreSQL WAL archive files
    pg_checksums — enable, disable or check data checksums in a PostgreSQL database cluster
    pg_controldata — display control information of a PostgreSQL database cluster
    pg_ctl — initialize, start, stop, or control a PostgreSQL server
    pg_resetwal — reset the write-ahead log and other control information of a PostgreSQL database cluster
    pg_rewind — synchronize a PostgreSQL data directory with another data directory that was forked from it
    pg_test_fsync — determine fastest wal_sync_method for PostgreSQL
    pg_test_timing — measure timing overhead
    pg_upgrade — upgrade a PostgreSQL server instance
    pg_waldump — display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
    postgresPostgreSQL database server
    postmasterPostgreSQL database server
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/regress-coverage.html postgresql-14-14.6/doc/src/sgml/html/regress-coverage.html --- postgresql-14-14.5/doc/src/sgml/html/regress-coverage.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/regress-coverage.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -33.5. Test Coverage Examination

    33.5. Test Coverage Examination

    +33.5. Test Coverage Examination

    33.5. Test Coverage Examination

    The PostgreSQL source code can be compiled with coverage testing instrumentation, so that it becomes possible to examine which parts of the code are covered by the regression tests or any other @@ -40,4 +40,4 @@ report for only a portion of the code tree.

    Use make distclean to clean up when done. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/regress-evaluation.html postgresql-14-14.6/doc/src/sgml/html/regress-evaluation.html --- postgresql-14-14.5/doc/src/sgml/html/regress-evaluation.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/regress-evaluation.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -33.2. Test Evaluation

    33.2. Test Evaluation

    +33.2. Test Evaluation

    33.2. Test Evaluation

    Some properly installed and fully functional PostgreSQL installations can fail some of these regression tests due to @@ -163,4 +163,4 @@ parameters such as enable_seqscan or enable_indexscan could cause plan changes that would affect the results of tests that use EXPLAIN. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/regress.html postgresql-14-14.6/doc/src/sgml/html/regress.html --- postgresql-14-14.5/doc/src/sgml/html/regress.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/regress.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,7 +1,7 @@ -Chapter 33. Regression Tests

    Chapter 33. Regression Tests

    +Chapter 33. Regression Tests

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/regress-run.html postgresql-14-14.6/doc/src/sgml/html/regress-run.html --- postgresql-14-14.5/doc/src/sgml/html/regress-run.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/regress-run.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -33.1. Running the Tests

    33.1. Running the Tests

    +33.1. Running the Tests

    33.1. Running the Tests

    The regression tests can be run against an already installed and running server, or using a temporary installation within the build tree. Furthermore, there is a parallel and a @@ -284,4 +284,4 @@ Some extreme behaviors can also be generated on the primary using the script src/test/regress/sql/hs_primary_extremes.sql to allow the behavior of the standby to be tested. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/regress-tap.html postgresql-14-14.6/doc/src/sgml/html/regress-tap.html --- postgresql-14-14.5/doc/src/sgml/html/regress-tap.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/regress-tap.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -33.4. TAP Tests

    33.4. TAP Tests

    +33.4. TAP Tests

    33.4. TAP Tests

    Various tests, particularly the client program tests under src/bin, use the Perl TAP tools and are run using the Perl testing program prove. You can pass @@ -39,4 +39,4 @@ subdirectories contain both traditional-style and TAP-style tests, meaning that make installcheck will produce a mix of results from temporary servers and the already-running test server. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/regress-variant.html postgresql-14-14.6/doc/src/sgml/html/regress-variant.html --- postgresql-14-14.5/doc/src/sgml/html/regress-variant.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/regress-variant.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -33.3. Variant Comparison Files

    33.3. Variant Comparison Files

    +33.3. Variant Comparison Files

    33.3. Variant Comparison Files

    Since some of the tests inherently produce environment-dependent results, we have provided ways to specify alternate expected result files. Each regression test can have several comparison files @@ -74,4 +74,4 @@ the variant that seems to work best. Therefore it is safest to use this mechanism only for variant results that you are willing to consider equally valid in all contexts. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-14-1.html postgresql-14-14.6/doc/src/sgml/html/release-14-1.html --- postgresql-14-14.5/doc/src/sgml/html/release-14-1.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-14-1.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,9 +1,9 @@ -E.5. Release 14.1

    E.5. Release 14.1

    Release date: 2021-11-11

    +E.6. Release 14.1

    E.6. Release 14.1

    Release date: 2021-11-11

    This release contains a variety of fixes from 14.0. For information about new features in major release 14, see - Section E.6. -

    E.5.1. Migration to Version 14.1

    + Section E.7. +

    E.6.1. Migration to Version 14.1

    A dump/restore is not required for those running 14.X.

    However, note that installations using physical replication should @@ -14,7 +14,7 @@ indexes, as explained in the next several changelog entries. If any of those cases apply to you, it's recommended to reindex possibly-affected indexes after updating. -

    E.5.2. Changes

    • +

    E.6.2. Changes

    • Make the server reject extraneous data after an SSL or GSS encryption handshake (Tom Lane)

      @@ -382,4 +382,4 @@ America/Curacao, America/Nassau, America/Port_of_Spain, Antarctica/DumontDUrville, and Antarctica/Syowa. In all these cases, the previous zone name remains as an alias. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-14-2.html postgresql-14-14.6/doc/src/sgml/html/release-14-2.html --- postgresql-14-14.5/doc/src/sgml/html/release-14-2.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-14-2.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,9 +1,9 @@ -E.4. Release 14.2

    E.4. Release 14.2

    Release date: 2022-02-10

    +E.5. Release 14.2

    E.5. Release 14.2

    Release date: 2022-02-10

    This release contains a variety of fixes from 14.1. For information about new features in major release 14, see - Section E.6. -

    E.4.1. Migration to Version 14.2

    + Section E.7. +

    E.5.1. Migration to Version 14.2

    A dump/restore is not required for those running 14.X.

    However, some bugs have been found that may have resulted in @@ -12,8 +12,8 @@ possibly-affected indexes after updating.

    Also, if you are upgrading from a version earlier than 14.1, - see Section E.5. -

    E.4.2. Changes

    E.5.2. Changes

    • Enforce standard locking protocol for TOAST table updates, to prevent problems with REINDEX CONCURRENTLY (Michael Paquier)

      @@ -401,4 +401,4 @@ Allow the .bat wrapper scripts in our MSVC build system to be called without first changing into their directory (Anton Voloshin, Andrew Dunstan) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-14-3.html postgresql-14-14.6/doc/src/sgml/html/release-14-3.html --- postgresql-14-14.5/doc/src/sgml/html/release-14-3.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-14-3.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,9 +1,9 @@ -E.3. Release 14.3

    E.3. Release 14.3

    Release date: 2022-05-12

    +E.4. Release 14.3

    E.4. Release 14.3

    Release date: 2022-05-12

    This release contains a variety of fixes from 14.2. For information about new features in major release 14, see - Section E.6. -

    E.3.1. Migration to Version 14.3

    + Section E.7. +

    E.4.1. Migration to Version 14.3

    A dump/restore is not required for those running 14.X.

    However, if you have any GiST indexes on columns of type @@ -12,8 +12,8 @@ See the second changelog entry below.

    Also, if you are upgrading from a version earlier than 14.2, - see Section E.4. -

    E.3.2. Changes

    E.4.2. Changes

    • Confine additional operations within security restricted operation sandboxes (Sergey Shinderuk, Noah Misch)

      @@ -426,4 +426,4 @@ Update time zone data files to tzdata release 2022a for DST law changes in Palestine, plus historical corrections for Chile and Ukraine. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-14-4.html postgresql-14-14.6/doc/src/sgml/html/release-14-4.html --- postgresql-14-14.5/doc/src/sgml/html/release-14-4.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-14-4.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,9 +1,9 @@ -E.2. Release 14.4

    E.2. Release 14.4

    Release date: 2022-06-16

    +E.3. Release 14.4

    E.3. Release 14.4

    Release date: 2022-06-16

    This release contains a variety of fixes from 14.3. For information about new features in major release 14, see - Section E.6. -

    E.2.1. Migration to Version 14.4

    + Section E.7. +

    E.3.1. Migration to Version 14.4

    A dump/restore is not required for those running 14.X.

    However, if you have any indexes that were created using @@ -12,8 +12,8 @@ See the first changelog entry below.

    Also, if you are upgrading from a version earlier than 14.3, - see Section E.3. -

    E.2.2. Changes

    E.3.2. Changes

    • Prevent possible corruption of indexes created or rebuilt with the CONCURRENTLY option (Álvaro Herrera)

      @@ -136,4 +136,4 @@ multiple OpenLDAP installations are present while building PostgreSQL (Tom Lane) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-14-5.html postgresql-14-14.6/doc/src/sgml/html/release-14-5.html --- postgresql-14-14.5/doc/src/sgml/html/release-14-5.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-14-5.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,14 +1,14 @@ -E.1. Release 14.5

    E.1. Release 14.5

    Release date: 2022-08-11

    +E.2. Release 14.5

    E.2. Release 14.5

    Release date: 2022-08-11

    This release contains a variety of fixes from 14.4. For information about new features in major release 14, see - Section E.6. -

    E.1.1. Migration to Version 14.5

    + Section E.7. +

    E.2.1. Migration to Version 14.5

    A dump/restore is not required for those running 14.X.

    However, if you are upgrading from a version earlier than 14.4, - see Section E.2. -

    E.1.2. Changes

    E.2.2. Changes

    • Do not let extension scripts replace objects not already belonging to the extension (Tom Lane)

      @@ -281,4 +281,4 @@

      This appears to trigger hangs and kernel panics, so avoid the function until a fix is available. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-14-6.html postgresql-14-14.6/doc/src/sgml/html/release-14-6.html --- postgresql-14-14.5/doc/src/sgml/html/release-14-6.html 1970-01-01 00:00:00.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-14-6.html 2022-11-07 22:00:53.000000000 +0000 @@ -0,0 +1,338 @@ + +E.1. Release 14.6

    E.1. Release 14.6

    Release date: 2022-11-10

    + This release contains a variety of fixes from 14.5. + For information about new features in major release 14, see + Section E.7. +

    E.1.1. Migration to Version 14.6

    + A dump/restore is not required for those running 14.X. +

    + However, if you are upgrading from a version earlier than 14.4, + see Section E.3. +

    E.1.2. Changes

    • + Avoid rare PANIC during updates occurring concurrently + with VACUUM (Tom Lane, Jeff Davis) +

      + If a concurrent VACUUM sets the all-visible flag + bit in a page that UPDATE + or DELETE is in process of modifying, the + updating command needs to clear that bit again; but some code paths + failed to do so, ending in a PANIC exit and database restart. +

      + This is known to be possible in versions 14 and 15. It may be only + latent in previous branches. +

    • + Fix handling of DEFAULT tokens that appear + in a multi-row VALUES clause of an + INSERT on an updatable view (Tom Lane) +

      + This oversight could lead to cache lookup failed for + type errors, or in older branches even to crashes. +

    • + Disallow rules named _RETURN that are + not ON SELECT (Tom Lane) +

      + This avoids confusion between a view's ON SELECT + rule and any other rules it may have. +

    • + Fix resource management bug in saving tuples + for AFTER triggers (Tom Lane) +

      + Given the right circumstances, this manifested as a tupdesc + reference NNNN is not owned by resource + owner error followed by a PANIC exit. +

    • + Avoid failure in EXPLAIN VERBOSE for a query + using SEARCH BREADTH FIRST with constant + initial values (Tom Lane) +

    • + Fix construction of per-partition foreign key constraints while + doing ALTER TABLE ATTACH PARTITION + (Jehan-Guillaume de Rorthais, Álvaro Herrera) +

      + Previously, incorrect or duplicate constraints could be constructed + for the newly-added partition. +

    • + Fix generation of constraint names for per-partition foreign key + constraints (Jehan-Guillaume de Rorthais) +

      + If the initially-given name is already in use for some constraint of + the partition, a new one is selected; but it wasn't being spelled as + intended. +

    • + Fix incorrect matching of index expressions and predicates when + creating a partitioned index (Richard Guo, Tom Lane) +

      + While creating a partitioned index, we try to identify any existing + indexes on the partitions that match the partitioned index, so that + we can absorb those as child indexes instead of building new ones. + Matching of expressions was not done right, so that a usable child + index might be ignored, leading to creation of a duplicative index. +

    • + Prevent WAL corruption after a standby promotion (Dilip Kumar, + Robert Haas) +

      + When a PostgreSQL instance performing + archive recovery (but not using standby mode) is promoted, and the + last WAL segment that it attempted to read ended in a partial + record, the instance would write an invalid WAL segment on the new + timeline. +

    • + Fix mis-ordering of WAL operations in fast insert path for GIN + indexes (Matthias van de Meent, Zhang Mingli) +

      + This mistake is not known to have any negative consequences within + core PostgreSQL, but it did cause issues + for some extensions. +

    • + Fix bugs in logical decoding when replay starts from a point + between the beginning of a transaction and the beginning of its + subtransaction (Masahiko Sawada, Kuroda Hayato) +

      + These errors could lead to assertion failures in debug builds, and + otherwise to memory leaks. +

    • + Prevent examining system catalogs with the wrong snapshot during + logical decoding (Masahiko Sawada) +

      + If decoding begins partway through a transaction that modifies + system catalogs, the decoder may not recognize that, causing it to + fail to treat that transaction as in-progress for catalog lookups. +

    • + Accept interrupts in more places during logical decoding (Amit + Kapila, Masahiko Sawada) +

      + This ameliorates problems with slow shutdown of replication workers. +

    • + Prevent attempts to replicate into a foreign-table partition in + replication workers (Shi Yu, Tom Lane) +

      + Although partitioned tables can have foreign tables as partitions, + replicating into such a partition isn't currently supported. + The logical replication worker process would crash if it was + attempted. Now, an error is thrown. +

    • + Remove pointless check on replica identity setting of partitioned + tables (Hou Zhijie) +

      + What matters is the replica identity setting of the leaf partitions, + so there's no need to throw error if it's not set on the parent. +

    • + Avoid crash after function syntax error in replication workers + (Maxim Orlov, Anton Melnikov, Masahiko Sawada, Tom Lane) +

      + If a syntax error occurred in a SQL-language or PL/pgSQL-language + CREATE FUNCTION or DO command + executed in a logical replication worker, the worker process would + crash with a null pointer dereference or assertion failure. +

    • + Fix handling of read-write expanded datums that are passed to SQL + functions (Tom Lane) +

      + If a non-inlined SQL function uses a parameter in more than one + place, and one of those functions expects to be able to modify + read-write datums in place, then later uses of the parameter would + observe the wrong value. (Within + core PostgreSQL, the expanded-datum + mechanism is only used for array and composite-type values; but + extensions might use it for other structured types.) +

    • + Fix type circle's equality comparator to handle NaNs + properly (Ranier Vilela) +

      + If the left-hand circle had a floating-point NaN for its radius, + it would be considered equal to a circle with the same center and + any radius. +

    • + In Snowball dictionaries, don't try to stem excessively-long words + (Olly Betts, Tom Lane) +

      + If the input word exceeds 1000 bytes, return it as-is after case + folding, rather than trying to run it through the Snowball code. + This restriction protects against a known + recursion-to-stack-overflow problem in the Turkish stemmer, and it + seems like good insurance against any other safety or performance + issues that may exist in the Snowball stemmers. Such a long string + is surely not a word in any human language, so it's doubtful that + the stemmer would have done anything desirable with it anyway. +

    • + Fix use-after-free hazard in string comparisons (Tom Lane) +

      + Improper memory management in the string comparison functions + could result in scribbling on no-longer-allocated buffers, + potentially breaking things for whatever is using that memory + now. This would only happen with fairly long strings (more than + 1kB), and only if an ICU collation is in use. +

    • + Add plan-time check for attempted access to a table that has no + table access method (Tom Lane) +

      + This prevents a crash in some catalog-corruption scenarios, for + example use of a view whose ON SELECT rule is + missing. +

    • + Prevent postmaster crash when shared-memory state is corrupted + (Tom Lane) +

      + The postmaster process is supposed to survive and initiate a + database restart if shared memory becomes corrupted, but one + bit of code was being insufficiently cautious about that. +

    • + Add some more defenses against recursion till stack overrun + (Richard Guo, Tom Lane) +

    • + Avoid misbehavior when choosing hash table size with very + small work_mem and large tuples (Zhang Mingli) +

    • + Avoid long-term memory leakage in the autovacuum launcher process + (Reid Thompson) +

      + The lack of field reports suggests that this problem is only latent + in pre-v15 branches; but it's not very clear why, so back-patch the + fix anyway. +

    • + Improve PL/pgSQL's ability to handle + parameters declared as RECORD (Tom Lane) +

      + Build a separate function cache entry for each concrete type passed + to the RECORD parameter during a session, much as we do + for polymorphic parameters. This allows some usages to work that + previously failed with errors such as type of parameter does + not match that when preparing the plan. +

    • + In libpq, handle single-row mode + correctly when pipelining (Denis Laxalde) +

      + The single-row flag was not reset at the correct time if pipeline + mode was also active. +

    • + Add missing guards for NULL connection pointer + in libpq (Daniele Varrazzo, Tom Lane) +

      + There's a convention that libpq functions + should check for a NULL PGconn argument, and fail gracefully instead + of crashing. PQflush() + and PQisnonblocking() didn't get that memo, so + fix them. +

    • + In ecpg, fix omission of variable storage + classes when multiple varchar or bytea + variables are declared in the same declaration (Andrey Sokolov) +

      + For example, ecpg + translated static varchar str1[10], str2[20], + str3[30]; in such a way that only str1 + was marked static. +

    • + Allow cross-platform tablespace relocation + in pg_basebackup (Robert Haas) +

      + Allow the remote path in --tablespace-mapping to be + either a Unix-style or Windows-style absolute path, since the source + server could be on a different OS than the local system. +

    • + In pg_stat_statements, fix access to + already-freed memory (zhaoqigui) +

      + This occurred if pg_stat_statements + tracked a ROLLBACK command issued via extended + query protocol. In debug builds it consistently led to an assertion + failure. In production builds there would often be no visible ill + effect; but if the freed memory had already been reused, the likely + result would be to store garbage for the query string. +

    • + In postgres_fdw, ensure that target lists + constructed for EvalPlanQual plans will have all required columns + (Richard Guo, Etsuro Fujita) +

      + This avoids variable not found in subplan target list + errors in rare cases. +

    • + Reject unwanted output from the platform's + uuid_create() function (Nazir Bilal Yavuz) +

      + The uuid-ossp module expects + libc's uuid_create() to produce a version-1 + UUID, but recent NetBSD releases produce a version-4 (random) UUID + instead. Check for that, and complain if so. Drop the + documentation's claim that the NetBSD implementation is usable + for uuid-ossp. + (If a version-4 UUID is okay for your purposes, you don't + need uuid-ossp at all; just + use gen_random_uuid().) +

    • + Include new Perl test modules in standard installations + (Álvaro Herrera) +

      + Add PostgreSQL/Test/Cluster.pm and + PostgreSQL/Test/Utils.pm to the standard + installation file set in pre-version-15 branches. This is for the + benefit of extensions that want to use newly-written test code in + older branches. +

    • + On NetBSD, force dynamic symbol resolution at postmaster start + (Andres Freund, Tom Lane) +

      + This avoids a risk of deadlock in the dynamic linker on NetBSD 10. +

    • + Fix incompatibilities with LLVM 15 (Thomas Munro, Andres Freund) +

    • + Allow use of __sync_lock_test_and_set() for + spinlocks on any machine (Tom Lane) +

      + This eases porting to new machine architectures, at least if you're + using a compiler that supports this GCC builtin function. +

    • + Rename symbol REF to REF_P to + avoid compile failure on recent macOS (Tom Lane) +

    • + Avoid using sprintf, to avoid compile-time + deprecation warnings (Tom Lane) +

    • + Silence assorted compiler warnings from clang 15 and later (Tom Lane) +

    • + Update time zone data files to tzdata + release 2022f for DST law changes in Chile, Fiji, Iran, Jordan, + Mexico, Palestine, and Syria, plus historical corrections for Chile, + Crimea, Iran, and Mexico. +

      + Also, the Europe/Kiev zone has been renamed to Europe/Kyiv. + Also, the following zones have been merged into nearby, + more-populous zones whose clocks have agreed with them since 1970: + Antarctica/Vostok, Asia/Brunei, + Asia/Kuala_Lumpur, Atlantic/Reykjavik, Europe/Amsterdam, + Europe/Copenhagen, Europe/Luxembourg, Europe/Monaco, Europe/Oslo, + Europe/Stockholm, Indian/Christmas, Indian/Cocos, Indian/Kerguelen, + Indian/Mahe, Indian/Reunion, Pacific/Chuuk, Pacific/Funafuti, + Pacific/Majuro, Pacific/Pohnpei, Pacific/Wake and Pacific/Wallis. + (This indirectly affects zones that were already links to one of + these: Arctic/Longyearbyen, Atlantic/Jan_Mayen, Iceland, + Pacific/Ponape, Pacific/Truk, and Pacific/Yap.) America/Nipigon, + America/Rainy_River, America/Thunder_Bay, Europe/Uzhgorod, and + Europe/Zaporozhye were also merged into nearby zones after + discovering that their claimed post-1970 differences from those + zones seem to have been errors. + In all these cases, the previous zone name remains as an alias; + but the actual data is that of the zone that was merged into. +

      + These zone mergers result in loss of pre-1970 timezone history for + the merged zones, which may be troublesome for applications + expecting consistency of timestamptz display. As an + example, the stored value 1944-06-01 12:00 UTC + would previously display as 1944-06-01 + 13:00:00+01 if the Europe/Stockholm zone is selected, but + now it will read out as 1944-06-01 14:00:00+02. +

      + It is possible to build the time zone data files with options that + will restore the older zone data, but that choice also inserts a lot + of other old (and typically poorly-attested) zone data, resulting in + more total changes from the previous release than accepting these + upstream changes does. PostgreSQL has + chosen to ship the tzdb data + as-recommended, and so far as we are aware most major operating + system distributions are doing likewise. However, if these changes + cause significant problems for your application, a possible solution + is to install a local build of the time zone data files using + tzdb's backwards-compatibility options + (see their PACKRATDATA + and PACKRATLIST options). +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-14.html postgresql-14-14.6/doc/src/sgml/html/release-14.html --- postgresql-14-14.5/doc/src/sgml/html/release-14.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-14.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -E.6. Release 14

    E.6. Release 14

    Release date: 2021-09-30

    E.6.1. Overview

    +E.7. Release 14

    E.7. Release 14

    Release date: 2021-09-30

    E.7.1. Overview

    PostgreSQL 14 contains many new features and enhancements, including:

    • @@ -39,7 +39,7 @@ The above items and other new features of PostgreSQL 14 are explained in more detail in the sections below. -

    E.6.2. Migration to Version 14

    +

    E.7.2. Migration to Version 14

    A dump/restore using pg_dumpall or use of pg_upgrade or logical replication is required for those wishing to migrate data from any previous release. See Section 19.6 for general information on migrating to new major releases. @@ -240,11 +240,11 @@ (Ashutosh Bapat)

    Negative values produced undesirable results. -

    E.6.3. Changes

    +

    E.7.3. Changes

    Below you will find a detailed account of the changes between PostgreSQL 14 and the previous major release. -

    E.6.3.1. Server

    • +

      E.7.3.1. Server

      • Add predefined roles pg_read_all_data and pg_write_all_data (Stephen Frost)

        @@ -283,7 +283,7 @@ SSL connection packets (Peter Eisentraut)

        This can be disabled by turning off client connection option sslsni. -

      E.6.3.1.1. Vacuuming
      • +

      E.7.3.1.1. Vacuuming
      • Allow vacuum to skip index vacuuming when the number of removable index entries is insignificant (Masahiko Sawada, Peter Geoghegan)

        @@ -338,7 +338,7 @@

      • Add per-index information to autovacuum logging output (Masahiko Sawada) -

      E.6.3.1.2. Partitioning
      • +

      E.7.3.1.2. Partitioning
      • Improve the performance of updates and deletes on partitioned tables with many partitions (Amit Langote, Tom Lane)

        @@ -358,7 +358,7 @@ Previously any such clause had to match the collation of the partition key; but it's more consistent to consider that it's automatically coerced to the collation of the partition key. -

      E.6.3.1.3. Indexes
      • +

      E.7.3.1.3. Indexes
      • Allow btree index additions to remove expired index entries to prevent page splits (Peter Geoghegan)

        @@ -384,7 +384,7 @@

      • Allow SP-GiST indexes to contain INCLUDE'd columns (Pavel Borisov) -

      E.6.3.1.4. Optimizer
      • +

      E.7.3.1.4. Optimizer
      • Allow hash lookup for IN clauses with many constants (James Coleman, David Rowley)

        @@ -414,7 +414,7 @@

        Previously, if the object already existed, EXPLAIN would fail. -

      E.6.3.1.5. General Performance
      • +

      E.7.3.1.5. General Performance
      • Improve the speed of computing MVCC visibility snapshots on systems with many CPUs and high session counts (Andres Freund)

        @@ -462,7 +462,7 @@ parameter default_toast_compression. The server must be compiled with --with-lz4 to support this feature. The default setting is still pglz. -

      E.6.3.1.6. Monitoring
      • +

      E.6.3.1.7. System Views
      • +

      E.7.3.1.7. System Views
      • Add system view pg_stat_progress_copy to report COPY progress (Josef Šimánek, Matthias van de Meent) @@ -522,7 +522,7 @@ Implement information schema view routine_column_usage to track columns referenced by function and procedure default expressions (Peter Eisentraut) -

      E.6.3.1.8. Authentication
      • +

      E.7.3.1.8. Authentication
      • Allow an SSL certificate's distinguished name (DN) to be matched for client certificate authentication (Andrew Dunstan) @@ -546,7 +546,7 @@ single CRL files could be specified.

      • Allow passwords of an arbitrary length (Tom Lane, Nathan Bossart) -

      E.6.3.1.9. Server Configuration
      • +

      E.7.3.1.9. Server Configuration
      • Add server parameter idle_session_timeout to close idle sessions (Li Japin)

        @@ -574,7 +574,7 @@

      • Add server parameter huge_page_size to control the size of huge pages used on Linux (Odin Ugedal) -

      E.6.3.2. Streaming Replication and Recovery

      • +

      E.7.3.2. Streaming Replication and Recovery

      • Allow standby servers to be rewound via pg_rewind (Heikki Linnakangas)

      • @@ -631,7 +631,7 @@

        Previously these functions could only be executed by superusers, and this is still the default. -

      • +

      • Allow logical replication to stream long in-progress transactions to subscribers (Dilip Kumar, Amit Kapila, Ajin Cherian, Tomas Vondra, Nikhil Sontakke, Stas Kelvich) @@ -684,7 +684,7 @@ This is faster than text mode, but slightly less robust.

      • Allow logical decoding to be filtered by xid (Markus Wanner) -

      E.6.3.3. SELECT, INSERT

      • +

      E.7.3.3. SELECT, INSERT

      • Reduce the number of keywords that can't be used as column labels without AS (Mark Dilger)

        @@ -722,7 +722,7 @@ of ON CONFLICT to be table-qualified (Tom Lane)

        Only the target table can be referenced, however. -

      E.6.3.4. Utility Commands

      • +

      E.7.3.4. Utility Commands

      E.6.3.5. Data Types

      • +

      E.7.3.5. Data Types

      • Allow extensions and built-in data types to implement subscripting (Dmitry Dolgov)

        Previously subscript handling was hard-coded into the server, so @@ -847,7 +847,7 @@ System catalogs now do as well. This change also fixes an inconsistency that creating a user-defined table in single-user mode would fail to create a composite array type. -

      E.6.3.6. Functions

      • +

      E.7.3.6. Functions

      • Allow SQL-language functions and procedures to use SQL-standard function bodies (Peter Eisentraut)

        @@ -964,7 +964,7 @@ pg_identify_object(), and pg_identify_object_as_address() to always report helpful error messages for non-existent objects (Michael Paquier) -

      E.6.3.7. PL/pgSQL

      • +

      E.7.3.7. PL/pgSQL

      • Improve PL/pgSQL's expression and assignment parsing (Tom Lane)

        @@ -977,7 +977,7 @@

      • Improve performance of repeated CALLs within plpgsql procedures (Pavel Stehule, Tom Lane) -

      E.6.3.8. Client Interfaces

      • +

      E.7.3.8. Client Interfaces

      E.6.3.9. Client Applications

      • +

      E.7.3.9. Client Applications

      E.6.3.9.1. psql
      • +

      E.7.3.9.1. psql
      • Allow psql's \df and \do commands to specify function and operator argument types (Greg Sabino Mullane, Tom Lane) @@ -1059,7 +1059,7 @@

      • Improve tab completion (Vignesh C, Michael Paquier, Justin Pryzby, Georgios Kokolatos, Julien Rouhaud) -

      E.6.3.10. Server Applications

      • +

      E.7.3.10. Server Applications

      • Add command-line utility pg_amcheck to simplify running contrib/amcheck tests on many relations @@ -1083,7 +1083,7 @@

        This option was unnecessary since all passed options could already be specified directly. -

      E.6.3.11. Documentation

      • +

      E.7.3.11. Documentation

      • Rename "Default Roles" to "Predefined Roles" (Bruce Momjian, Stephen Frost)

      • @@ -1093,7 +1093,7 @@ With the removal of the ! operator in this release, factorial() is the only built-in way to compute a factorial. -

      E.6.3.12. Source Code

      • +

      E.7.3.12. Source Code

      • Add configure option --with-ssl={openssl} to allow future choice of the SSL library to use (Daniel Gustafsson, Michael Paquier) @@ -1163,7 +1163,7 @@ offers #define symbols denoting application-visible features added in v14; the intent is to keep adding symbols for such features in future versions. -

      E.6.3.13. Additional Modules

      • +

      E.7.3.13. Additional Modules

      • Allow subscripting of hstore values (Tom Lane, Dmitry Dolgov)

      • @@ -1202,7 +1202,7 @@

      • Mark btree_gist functions as parallel safe (Steven Winfield) -

      E.6.3.13.1. pg_stat_statements
      • +

      E.7.3.13.1. pg_stat_statements
      • Move query hash computation from pg_stat_statements to the core server (Julien Rouhaud) @@ -1225,7 +1225,7 @@ Add pg_stat_statements_info system view to show pg_stat_statements activity (Katsuragi Yuta, Yuki Seino, Naoki Nakamichi) -

      E.6.3.13.2. postgres_fdw
      • +

      E.7.3.13.2. postgres_fdw
      • Allow postgres_fdw to INSERT rows in bulk (Takayuki Tsunakawa, Tomas Vondra, Amit Langote) @@ -1254,8 +1254,8 @@

      • Add postgres_fdw functions to discard cached connections (Bharath Rupireddy) -

      E.6.4. Acknowledgments

      +

    E.7.4. Acknowledgments

    The following individuals (in alphabetical order) have contributed to this release as patch authors, committers, reviewers, testers, or reporters of issues. -

    Abhijit Menon-Sen
    Ádám Balogh
    Adrian Ho
    Ahsan Hadi
    Ajin Cherian
    Aleksander Alekseev
    Alessandro Gherardi
    Alex Kozhemyakin
    Alexander Korotkov
    Alexander Lakhin
    Alexander Nawratil
    Alexander Pyhalov
    Alexandra Wang
    Alexey Bashtanov
    Alexey Bulgakov
    Alexey Kondratov
    Álvaro Herrera
    Amit Kapila
    Amit Khandekar
    Amit Langote
    Amul Sul
    Anastasia Lubennikova
    Andreas Grob
    Andreas Kretschmer
    Andreas Seltenreich
    Andreas Wicht
    Andres Freund
    Andrew Bille
    Andrew Dunstan
    Andrew Gierth
    Andrey Borodin
    Andrey Lepikhov
    Andy Fan
    Anton Voloshin
    Antonin Houska
    Arne Roland
    Arseny Sher
    Arthur Nascimento
    Arthur Zakirov
    Ashutosh Bapat
    Ashutosh Sharma
    Ashwin Agrawal
    Asif Rehman
    Asim Praveen
    Atsushi Torikoshi
    Aya Iwata
    Barry Pederson
    Bas Poot
    Bauyrzhan Sakhariyev
    Beena Emerson
    Benoît Lobréau
    Bernd Helmle
    Bernhard M. Wiedemann
    Bertrand Drouvot
    Bharath Rupireddy
    Boris Kolpackov
    Brar Piening
    Brian Ye
    Bruce Momjian
    Bryn Llewellyn
    Cameron Daniel
    Chapman Flack
    Charles Samborski
    Charlie Hornsby
    Chen Jiaoqian
    Chris Wilson
    Christian Quest
    Christoph Berg
    Christophe Courtois
    Corey Huinker
    Craig Ringer
    Dagfinn Ilmari Mannsåker
    Dana Burd
    Daniel Cherniy
    Daniel Gustafsson
    Daniel Vérité
    Daniel Westermann
    Daniele Varrazzo
    Dar Alathar-Yemen
    Darafei Praliaskouski
    Dave Cramer
    David Christensen
    David Fetter
    David G. Johnston
    David Geier
    David Gilman
    David Pirotte
    David Rowley
    David Steele
    David Turon
    David Zhang
    Dean Rasheed
    Denis Patron
    Dian Fay
    Dilip Kumar
    Dimitri Nüscheler
    Dmitriy Kuzmin
    Dmitry Dolgov
    Dmitry Marakasov
    Domagoj Smoljanovic
    Dong Wook
    Douglas Doole
    Duncan Sands
    Edmund Horner
    Edson Richter
    Egor Rogov
    Ekaterina Kiryanova
    Elena Indrupskaya
    Emil Iggland
    Emre Hasegeli
    Eric Thinnes
    Erik Rijkers
    Erwin Brandstetter
    Etienne Stalmans
    Etsuro Fujita
    Eugen Konkov
    Euler Taveira
    Fabien Coelho
    Fabrízio de Royes Mello
    Federico Caselli
    Felix Lechner
    Filip Gospodinov
    Floris Van Nee
    Frank Gagnepain
    Frits Jalvingh
    Georgios Kokolatos
    Greg Nancarrow
    Greg Rychlewski
    Greg Sabino Mullane
    Gregory Smith
    Grigory Smolkin
    Guillaume Lelarge
    Guy Burgess
    Guyren Howe
    Haiying Tang
    Hamid Akhtar
    Hans Buschmann
    Hao Wu
    Haribabu Kommi
    Harisai Hari
    Hayato Kuroda
    Heath Lord
    Heikki Linnakangas
    Henry Hinze
    Herwig Goemans
    Himanshu Upadhyaya
    Hironobu Suzuki
    Hiroshi Inoue
    Hisanori Kobayashi
    Honza Horak
    Hou Zhijie
    Hubert Lubaczewski
    Hubert Zhang
    Ian Barwick
    Ibrar Ahmed
    Ildus Kurbangaliev
    Isaac Morland
    Israel Barth
    Itamar Gafni
    Jacob Champion
    Jaime Casanova
    Jaime Soler
    Jakub Wartak
    James Coleman
    James Hilliard
    James Hunter
    James Inform
    Jan Mussler
    Japin Li
    Jasen Betts
    Jason Harvey
    Jason Kim
    Jeevan Ladhe
    Jeff Davis
    Jeff Janes
    Jelte Fennema
    Jeremy Evans
    Jeremy Finzel
    Jeremy Smith
    Jesse Kinkead
    Jesse Zhang
    Jie Zhang
    Jim Doty
    Jim Nasby
    Jimmy Angelakos
    Jimmy Yih
    Jiri Fejfar
    Joe Conway
    Joel Jacobson
    John Naylor
    John Thompson
    Jonathan Katz
    Josef Šimánek
    Joseph Nahmias
    Josh Berkus
    Juan José Santamaría Flecha
    Julien Rouhaud
    Junfeng Yang
    Jürgen Purtz
    Justin Pryzby
    Kazutaka Onishi
    Keisuke Kuroda
    Kelly Min
    Kensuke Okamura
    Kevin Sweet
    Kevin Yeap
    Kirk Jamison
    Kohei KaiGai
    Konstantin Knizhnik
    Kota Miyake
    Krzysztof Gradek
    Kuntal Ghosh
    Kyle Kingsbury
    Kyotaro Horiguchi
    Laurent Hasson
    Laurenz Albe
    Lee Dong Wook
    Li Japin
    Liu Huailing
    Luc Vlaming
    Ludovic Kuty
    Luis Roberto
    Lukas Eder
    Ma Liangzhu
    Maciek Sakrejda
    Madan Kumar
    Magnus Hagander
    Mahendra Singh Thalor
    Maksim Milyutin
    Marc Boeren
    Marcin Krupowicz
    Marco Atzeri
    Marek Szuba
    Marina Polyakova
    Mario Emmenlauer
    Mark Dilger
    Mark Wong
    Mark Zhao
    Markus Wanner
    Martín Marqués
    Martin Visser
    Masahiko Sawada
    Masahiro Ikeda
    Masao Fujii
    Mathis Rudolf
    Matthias van de Meent
    Matthieu Garrigues
    Matthijs van der Vleuten
    Maxim Orlov
    Melanie Plageman
    Merlin Moncure
    Michael Banck
    Michael Brown
    Michael Meskes
    Michael Paquier
    Michael Paul Killian
    Michael Powers
    Michael Vastola
    Michail Nikolaev
    Michal Albrycht
    Mikael Gustavsson
    Movead Li
    Muhammad Usama
    Nagaraj Raj
    Naoki Nakamichi
    Nathan Bossart
    Nathan Long
    Nazli Ugur Koyluoglu
    Neha Sharma
    Neil Chen
    Nick Cleaton
    Nico Williams
    Nikhil Benesch
    Nikhil Sontakke
    Nikita Glukhov
    Nikita Konev
    Nikolai Berkoff
    Nikolay Samokhvalov
    Nikolay Shaplov
    Nitin Jadhav
    Noah Misch
    Noriyoshi Shinoda
    Odin Ugedal
    Oleg Bartunov
    Oleg Samoilov
    Önder Kalaci
    Pascal Legrand
    Paul Förster
    Paul Guo
    Paul Jungwirth
    Paul Martinez
    Paul Sivash
    Pavan Deolasee
    Pavel Boev
    Pavel Borisov
    Pavel Luzanov
    Pavel Stehule
    Pengcheng Liu
    Peter Eisentraut
    Peter Geoghegan
    Peter Smith
    Peter Vandivier
    Petr Fedorov
    Petr Jelínek
    Phil Krylov
    Philipp Gramzow
    Philippe Beaudoin
    Phillip Menke
    Pierre Giraud
    Prabhat Sahu
    Quan Zongliang
    Rafi Shamim
    Rahila Syed
    Rajkumar Raghuwanshi
    Ranier Vilela
    Regina Obe
    Rémi Lapeyre
    Robert Foggia
    Robert Grange
    Robert Haas
    Robert Kahlert
    Robert Sosinski
    Robert Treat
    Robin Abbi
    Robins Tharakan
    Roger Mason
    Rohit Bhogate
    Roman Zharkov
    Ron L. Johnson
    Ronan Dunklau
    Ryan Lambert
    Ryo Matsumura
    Saeed Hubaishan
    Sait Talha Nisanci
    Sandro Mani
    Santosh Udupi
    Scott Ribe
    Sehrope Sarkuni
    Sergei Kornilov
    Sergey Bernikov
    Sergey Cherkashin
    Sergey Koposov
    Sergey Shinderuk
    Sergey Zubkovsky
    Shawn Wang
    Shay Rojansky
    Shi Yu
    Shinya Kato
    Shinya Okano
    Sigrid Ehrenreich
    Simon Norris
    Simon Riggs
    Sofoklis Papasofokli
    Soumyadeep Chakraborty
    Stas Kelvich
    Stephan Springl
    Stéphane Lorek
    Stephen Frost
    Steven Winfield
    Surafel Temesgen
    Suraj Kharage
    Sven Klemm
    Takamichi Osumi
    Takashi Menjo
    Takayuki Tsunakawa
    Tang Haiying
    Tatsuhito Kasahara
    Tatsuo Ishii
    Tatsuro Yamada
    Theodor Arsenij Larionov-Trichkin
    Thomas Kellerer
    Thomas Munro
    Thomas Trenz
    Tijs van Dam
    Tom Ellis
    Tom Gottfried
    Tom Lane
    Tom Vijlbrief
    Tomas Barton
    Tomas Vondra
    Tomohiro Hiramitsu
    Tony Reix
    Vaishnavi Prabakaran
    Valentin Gatien-Baron
    Victor Wagner
    Victor Yegorov
    Vignesh C
    Vik Fearing
    Vitaly Ustinov
    Vladimir Sitnikov
    Vyacheslav Shablistyy
    Wang Shenhao
    Wei Wang
    Wells Oliver
    Wenjing Zeng
    Wolfgang Walther
    Yang Lin
    Yanliang Lei
    Yaoguang Chen
    Yaroslav Pashinsky
    Yaroslav Schekin
    Yasushi Yamashita
    Yoran Heling
    YoungHwan Joo
    Yugo Nagata
    Yuki Seino
    Yukun Wang
    Yulin Pei
    Yura Sokolov
    Yuta Katsuragi
    Yuta Kondo
    Yuzuko Hosoya
    Zhihong Yu
    Zhiyong Wu
    Zsolt Ero
    \ No newline at end of file +

    Abhijit Menon-Sen
    Ádám Balogh
    Adrian Ho
    Ahsan Hadi
    Ajin Cherian
    Aleksander Alekseev
    Alessandro Gherardi
    Alex Kozhemyakin
    Alexander Korotkov
    Alexander Lakhin
    Alexander Nawratil
    Alexander Pyhalov
    Alexandra Wang
    Alexey Bashtanov
    Alexey Bulgakov
    Alexey Kondratov
    Álvaro Herrera
    Amit Kapila
    Amit Khandekar
    Amit Langote
    Amul Sul
    Anastasia Lubennikova
    Andreas Grob
    Andreas Kretschmer
    Andreas Seltenreich
    Andreas Wicht
    Andres Freund
    Andrew Bille
    Andrew Dunstan
    Andrew Gierth
    Andrey Borodin
    Andrey Lepikhov
    Andy Fan
    Anton Voloshin
    Antonin Houska
    Arne Roland
    Arseny Sher
    Arthur Nascimento
    Arthur Zakirov
    Ashutosh Bapat
    Ashutosh Sharma
    Ashwin Agrawal
    Asif Rehman
    Asim Praveen
    Atsushi Torikoshi
    Aya Iwata
    Barry Pederson
    Bas Poot
    Bauyrzhan Sakhariyev
    Beena Emerson
    Benoît Lobréau
    Bernd Helmle
    Bernhard M. Wiedemann
    Bertrand Drouvot
    Bharath Rupireddy
    Boris Kolpackov
    Brar Piening
    Brian Ye
    Bruce Momjian
    Bryn Llewellyn
    Cameron Daniel
    Chapman Flack
    Charles Samborski
    Charlie Hornsby
    Chen Jiaoqian
    Chris Wilson
    Christian Quest
    Christoph Berg
    Christophe Courtois
    Corey Huinker
    Craig Ringer
    Dagfinn Ilmari Mannsåker
    Dana Burd
    Daniel Cherniy
    Daniel Gustafsson
    Daniel Vérité
    Daniel Westermann
    Daniele Varrazzo
    Dar Alathar-Yemen
    Darafei Praliaskouski
    Dave Cramer
    David Christensen
    David Fetter
    David G. Johnston
    David Geier
    David Gilman
    David Pirotte
    David Rowley
    David Steele
    David Turon
    David Zhang
    Dean Rasheed
    Denis Patron
    Dian Fay
    Dilip Kumar
    Dimitri Nüscheler
    Dmitriy Kuzmin
    Dmitry Dolgov
    Dmitry Marakasov
    Domagoj Smoljanovic
    Dong Wook
    Douglas Doole
    Duncan Sands
    Edmund Horner
    Edson Richter
    Egor Rogov
    Ekaterina Kiryanova
    Elena Indrupskaya
    Emil Iggland
    Emre Hasegeli
    Eric Thinnes
    Erik Rijkers
    Erwin Brandstetter
    Etienne Stalmans
    Etsuro Fujita
    Eugen Konkov
    Euler Taveira
    Fabien Coelho
    Fabrízio de Royes Mello
    Federico Caselli
    Felix Lechner
    Filip Gospodinov
    Floris Van Nee
    Frank Gagnepain
    Frits Jalvingh
    Georgios Kokolatos
    Greg Nancarrow
    Greg Rychlewski
    Greg Sabino Mullane
    Gregory Smith
    Grigory Smolkin
    Guillaume Lelarge
    Guy Burgess
    Guyren Howe
    Haiying Tang
    Hamid Akhtar
    Hans Buschmann
    Hao Wu
    Haribabu Kommi
    Harisai Hari
    Hayato Kuroda
    Heath Lord
    Heikki Linnakangas
    Henry Hinze
    Herwig Goemans
    Himanshu Upadhyaya
    Hironobu Suzuki
    Hiroshi Inoue
    Hisanori Kobayashi
    Honza Horak
    Hou Zhijie
    Hubert Lubaczewski
    Hubert Zhang
    Ian Barwick
    Ibrar Ahmed
    Ildus Kurbangaliev
    Isaac Morland
    Israel Barth
    Itamar Gafni
    Jacob Champion
    Jaime Casanova
    Jaime Soler
    Jakub Wartak
    James Coleman
    James Hilliard
    James Hunter
    James Inform
    Jan Mussler
    Japin Li
    Jasen Betts
    Jason Harvey
    Jason Kim
    Jeevan Ladhe
    Jeff Davis
    Jeff Janes
    Jelte Fennema
    Jeremy Evans
    Jeremy Finzel
    Jeremy Smith
    Jesse Kinkead
    Jesse Zhang
    Jie Zhang
    Jim Doty
    Jim Nasby
    Jimmy Angelakos
    Jimmy Yih
    Jiri Fejfar
    Joe Conway
    Joel Jacobson
    John Naylor
    John Thompson
    Jonathan Katz
    Josef Šimánek
    Joseph Nahmias
    Josh Berkus
    Juan José Santamaría Flecha
    Julien Rouhaud
    Junfeng Yang
    Jürgen Purtz
    Justin Pryzby
    Kazutaka Onishi
    Keisuke Kuroda
    Kelly Min
    Kensuke Okamura
    Kevin Sweet
    Kevin Yeap
    Kirk Jamison
    Kohei KaiGai
    Konstantin Knizhnik
    Kota Miyake
    Krzysztof Gradek
    Kuntal Ghosh
    Kyle Kingsbury
    Kyotaro Horiguchi
    Laurent Hasson
    Laurenz Albe
    Lee Dong Wook
    Li Japin
    Liu Huailing
    Luc Vlaming
    Ludovic Kuty
    Luis Roberto
    Lukas Eder
    Ma Liangzhu
    Maciek Sakrejda
    Madan Kumar
    Magnus Hagander
    Mahendra Singh Thalor
    Maksim Milyutin
    Marc Boeren
    Marcin Krupowicz
    Marco Atzeri
    Marek Szuba
    Marina Polyakova
    Mario Emmenlauer
    Mark Dilger
    Mark Wong
    Mark Zhao
    Markus Wanner
    Martín Marqués
    Martin Visser
    Masahiko Sawada
    Masahiro Ikeda
    Masao Fujii
    Mathis Rudolf
    Matthias van de Meent
    Matthieu Garrigues
    Matthijs van der Vleuten
    Maxim Orlov
    Melanie Plageman
    Merlin Moncure
    Michael Banck
    Michael Brown
    Michael Meskes
    Michael Paquier
    Michael Paul Killian
    Michael Powers
    Michael Vastola
    Michail Nikolaev
    Michal Albrycht
    Mikael Gustavsson
    Movead Li
    Muhammad Usama
    Nagaraj Raj
    Naoki Nakamichi
    Nathan Bossart
    Nathan Long
    Nazli Ugur Koyluoglu
    Neha Sharma
    Neil Chen
    Nick Cleaton
    Nico Williams
    Nikhil Benesch
    Nikhil Sontakke
    Nikita Glukhov
    Nikita Konev
    Nikolai Berkoff
    Nikolay Samokhvalov
    Nikolay Shaplov
    Nitin Jadhav
    Noah Misch
    Noriyoshi Shinoda
    Odin Ugedal
    Oleg Bartunov
    Oleg Samoilov
    Önder Kalaci
    Pascal Legrand
    Paul Förster
    Paul Guo
    Paul Jungwirth
    Paul Martinez
    Paul Sivash
    Pavan Deolasee
    Pavel Boev
    Pavel Borisov
    Pavel Luzanov
    Pavel Stehule
    Pengcheng Liu
    Peter Eisentraut
    Peter Geoghegan
    Peter Smith
    Peter Vandivier
    Petr Fedorov
    Petr Jelínek
    Phil Krylov
    Philipp Gramzow
    Philippe Beaudoin
    Phillip Menke
    Pierre Giraud
    Prabhat Sahu
    Quan Zongliang
    Rafi Shamim
    Rahila Syed
    Rajkumar Raghuwanshi
    Ranier Vilela
    Regina Obe
    Rémi Lapeyre
    Robert Foggia
    Robert Grange
    Robert Haas
    Robert Kahlert
    Robert Sosinski
    Robert Treat
    Robin Abbi
    Robins Tharakan
    Roger Mason
    Rohit Bhogate
    Roman Zharkov
    Ron L. Johnson
    Ronan Dunklau
    Ryan Lambert
    Ryo Matsumura
    Saeed Hubaishan
    Sait Talha Nisanci
    Sandro Mani
    Santosh Udupi
    Scott Ribe
    Sehrope Sarkuni
    Sergei Kornilov
    Sergey Bernikov
    Sergey Cherkashin
    Sergey Koposov
    Sergey Shinderuk
    Sergey Zubkovsky
    Shawn Wang
    Shay Rojansky
    Shi Yu
    Shinya Kato
    Shinya Okano
    Sigrid Ehrenreich
    Simon Norris
    Simon Riggs
    Sofoklis Papasofokli
    Soumyadeep Chakraborty
    Stas Kelvich
    Stephan Springl
    Stéphane Lorek
    Stephen Frost
    Steven Winfield
    Surafel Temesgen
    Suraj Kharage
    Sven Klemm
    Takamichi Osumi
    Takashi Menjo
    Takayuki Tsunakawa
    Tang Haiying
    Tatsuhito Kasahara
    Tatsuo Ishii
    Tatsuro Yamada
    Theodor Arsenij Larionov-Trichkin
    Thomas Kellerer
    Thomas Munro
    Thomas Trenz
    Tijs van Dam
    Tom Ellis
    Tom Gottfried
    Tom Lane
    Tom Vijlbrief
    Tomas Barton
    Tomas Vondra
    Tomohiro Hiramitsu
    Tony Reix
    Vaishnavi Prabakaran
    Valentin Gatien-Baron
    Victor Wagner
    Victor Yegorov
    Vignesh C
    Vik Fearing
    Vitaly Ustinov
    Vladimir Sitnikov
    Vyacheslav Shablistyy
    Wang Shenhao
    Wei Wang
    Wells Oliver
    Wenjing Zeng
    Wolfgang Walther
    Yang Lin
    Yanliang Lei
    Yaoguang Chen
    Yaroslav Pashinsky
    Yaroslav Schekin
    Yasushi Yamashita
    Yoran Heling
    YoungHwan Joo
    Yugo Nagata
    Yuki Seino
    Yukun Wang
    Yulin Pei
    Yura Sokolov
    Yuta Katsuragi
    Yuta Kondo
    Yuzuko Hosoya
    Zhihong Yu
    Zhiyong Wu
    Zsolt Ero
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release.html postgresql-14-14.6/doc/src/sgml/html/release.html --- postgresql-14-14.5/doc/src/sgml/html/release.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix E. Release Notes

    Appendix E. Release Notes

    +Appendix E. Release Notes

    Appendix E. Release Notes

    The release notes contain the significant changes in each PostgreSQL release, with major features and migration issues listed at the top. The release notes do not contain changes @@ -18,4 +18,4 @@ The name appearing next to each item represents the major developer for that item. Of course all changes involve community discussion and patch review, so each item is truly a community effort. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/release-prior.html postgresql-14-14.6/doc/src/sgml/html/release-prior.html --- postgresql-14-14.5/doc/src/sgml/html/release-prior.html 2022-08-08 20:58:46.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/release-prior.html 2022-11-07 22:00:53.000000000 +0000 @@ -1,5 +1,5 @@ -E.7. Prior Releases

    E.7. Prior Releases

    +E.8. Prior Releases

    E.8. Prior Releases

    Release notes for prior release branches can be found at https://www.postgresql.org/docs/release/ -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/replication-origins.html postgresql-14-14.6/doc/src/sgml/html/replication-origins.html --- postgresql-14-14.5/doc/src/sgml/html/replication-origins.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/replication-origins.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 50. Replication Progress Tracking

    Chapter 50. Replication Progress Tracking

    +Chapter 50. Replication Progress Tracking

    Chapter 50. Replication Progress Tracking

    Replication origins are intended to make it easier to implement logical replication solutions on top of logical decoding. @@ -65,4 +65,4 @@ to filter the logical decoding change stream based on the source. While less flexible, filtering via that callback is considerably more efficient than doing it in the output plugin. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/resources.html postgresql-14-14.6/doc/src/sgml/html/resources.html --- postgresql-14-14.5/doc/src/sgml/html/resources.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/resources.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -4. Further Information

    4. Further Information

    +4. Further Information

    4. Further Information

    Besides the documentation, that is, this book, there are other resources about PostgreSQL: @@ -29,4 +29,4 @@ up and contribute it. If you add features to the code, contribute them.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/role-attributes.html postgresql-14-14.6/doc/src/sgml/html/role-attributes.html --- postgresql-14-14.5/doc/src/sgml/html/role-attributes.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/role-attributes.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -22.2. Role Attributes

    22.2. Role Attributes

    +22.2. Role Attributes

    22.2. Role Attributes

    A database role can have a number of attributes that define its privileges and interact with the client authentication system. @@ -54,6 +54,18 @@ operating system passwords. Specify a password upon role creation with CREATE ROLE name PASSWORD 'string'. +

    inheritance of privileges

    + A role is given permission to inherit the privileges of roles it is a + member of, by default. However, to create a role without the permission, + use CREATE ROLE name NOINHERIT. +

    bypassing row-level security

    + A role must be explicitly given permission to bypass every row-level security (RLS) policy + (except for superusers, since those bypass all permission checks). + To create such a role, use CREATE ROLE name BYPASSRLS as a superuser. +

    connection limit

    + Connection limit can specify how many concurrent connections a role can make. + -1 (the default) means no limit. Specify connection limit upon role creation with + CREATE ROLE name CONNECTION LIMIT 'integer'.

    A role's attributes can be modified after creation with @@ -84,4 +96,4 @@ Note that role-specific defaults attached to roles without LOGIN privilege are fairly useless, since they will never be invoked. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/role-membership.html postgresql-14-14.6/doc/src/sgml/html/role-membership.html --- postgresql-14-14.5/doc/src/sgml/html/role-membership.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/role-membership.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -22.3. Role Membership

    22.3. Role Membership

    +22.3. Role Membership

    22.3. Role Membership

    It is frequently convenient to group users together to ease management of privileges: that way, privileges can be granted to, or revoked from, a group as a whole. In PostgreSQL @@ -104,4 +104,4 @@

    Any memberships in the group role are automatically revoked (but the member roles are not otherwise affected). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/role-removal.html postgresql-14-14.6/doc/src/sgml/html/role-removal.html --- postgresql-14-14.5/doc/src/sgml/html/role-removal.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/role-removal.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -22.4. Dropping Roles

    22.4. Dropping Roles

    +22.4. Dropping Roles

    22.4. Dropping Roles

    Because roles can own database objects and can hold privileges to access other objects, dropping a role is often not just a matter of a quick DROP ROLE. Any objects owned by the role must @@ -51,4 +51,4 @@ If DROP ROLE is attempted while dependent objects still remain, it will issue messages identifying which objects need to be reassigned or dropped. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/routine-reindex.html postgresql-14-14.6/doc/src/sgml/html/routine-reindex.html --- postgresql-14-14.5/doc/src/sgml/html/routine-reindex.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/routine-reindex.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -25.2. Routine Reindexing

    25.2. Routine Reindexing

    +25.2. Routine Reindexing

    25.2. Routine Reindexing

    In some situations it is worthwhile to rebuild indexes periodically with the REINDEX command or a series of individual rebuilding steps. @@ -28,4 +28,4 @@ default, hence it is often preferable to execute it with its CONCURRENTLY option, which requires only a SHARE UPDATE EXCLUSIVE lock. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/routine-vacuuming.html postgresql-14-14.6/doc/src/sgml/html/routine-vacuuming.html --- postgresql-14-14.5/doc/src/sgml/html/routine-vacuuming.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/routine-vacuuming.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -25.1. Routine Vacuuming

    25.1. Routine Vacuuming

    +25.1. Routine Vacuuming

    25.1. Routine Vacuuming

    PostgreSQL databases require periodic maintenance known as vacuuming. For many installations, it is sufficient to let vacuuming be performed by the autovacuum @@ -626,4 +626,4 @@ Regularly running commands that acquire locks conflicting with a SHARE UPDATE EXCLUSIVE lock (e.g., ANALYZE) can effectively prevent autovacuums from ever completing. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/row-estimation-examples.html postgresql-14-14.6/doc/src/sgml/html/row-estimation-examples.html --- postgresql-14-14.5/doc/src/sgml/html/row-estimation-examples.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/row-estimation-examples.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -72.1. Row Estimation Examples

    72.1. Row Estimation Examples

    +72.1. Row Estimation Examples

    72.1. Row Estimation Examples

    The examples shown below use tables in the PostgreSQL regression test database. The outputs shown are taken from version 8.3. @@ -396,4 +396,4 @@ src/backend/optimizer/path/clausesel.c. The operator-specific selectivity functions are mostly found in src/backend/utils/adt/selfuncs.c. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rowtypes.html postgresql-14-14.6/doc/src/sgml/html/rowtypes.html --- postgresql-14-14.5/doc/src/sgml/html/rowtypes.html 2022-08-08 20:58:19.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rowtypes.html 2022-11-07 22:00:26.000000000 +0000 @@ -1,5 +1,5 @@ -8.16. Composite Types

    8.16. Composite Types

    +8.16. Composite Types

    8.16. Composite Types

    A composite type represents the structure of a row or record; it is essentially just a list of field names and their data types. PostgreSQL allows composite types to be @@ -420,4 +420,4 @@ commands. In ROW, individual field values are written the same way they would be written when not members of a composite. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rules.html postgresql-14-14.6/doc/src/sgml/html/rules.html --- postgresql-14-14.5/doc/src/sgml/html/rules.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rules.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 41. The Rule System

    Chapter 41. The Rule System

    +Chapter 41. The Rule System

    Chapter 41. The Rule System

    This chapter discusses the rule system in PostgreSQL. Production rule systems are conceptually simple, but there are many subtle points @@ -18,4 +18,4 @@ such as query language procedures, views, and versions. The theoretical foundations and the power of this rule system are also discussed in [ston90b] and [ong90]. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rules-materializedviews.html postgresql-14-14.6/doc/src/sgml/html/rules-materializedviews.html --- postgresql-14-14.5/doc/src/sgml/html/rules-materializedviews.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rules-materializedviews.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -41.3. Materialized Views

    41.3. Materialized Views

    +41.3. Materialized Views

    41.3. Materialized Views

    Materialized views in PostgreSQL use the rule system like views do, but persist the results in a table-like form. The main differences between: @@ -179,4 +179,4 @@ If you can tolerate periodic update of the remote data to the local database, the performance benefit can be substantial. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rules-privileges.html postgresql-14-14.6/doc/src/sgml/html/rules-privileges.html --- postgresql-14-14.5/doc/src/sgml/html/rules-privileges.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rules-privileges.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -41.5. Rules and Privileges

    41.5. Rules and Privileges

    +41.5. Rules and Privileges

    41.5. Rules and Privileges

    Due to rewriting of queries by the PostgreSQL rule system, other tables/views than those used in the original query get accessed. When update rules are used, this can include write access @@ -154,4 +154,4 @@ the optimizer statistics, the choice of plan). If these types of "covert channel" attacks are of concern, it is probably unwise to grant any access to the data at all. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rules-status.html postgresql-14-14.6/doc/src/sgml/html/rules-status.html --- postgresql-14-14.5/doc/src/sgml/html/rules-status.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rules-status.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -41.6. Rules and Command Status

    41.6. Rules and Command Status

    +41.6. Rules and Command Status

    41.6. Rules and Command Status

    The PostgreSQL server returns a command status string, such as INSERT 149592 1, for each command it receives. This is simple enough when there are no rules @@ -32,4 +32,4 @@ that sets the command status in the second case, by giving it the alphabetically last rule name among the active rules, so that it gets applied last. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rules-triggers.html postgresql-14-14.6/doc/src/sgml/html/rules-triggers.html --- postgresql-14-14.5/doc/src/sgml/html/rules-triggers.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rules-triggers.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -41.7. Rules Versus Triggers

    41.7. Rules Versus Triggers

    +41.7. Rules Versus Triggers

    41.7. Rules Versus Triggers

    Many things that can be done using triggers can also be implemented using the PostgreSQL rule system. One of the things that cannot be implemented by @@ -175,4 +175,4 @@ The summary is, rules will only be significantly slower than triggers if their actions result in large and badly qualified joins, a situation where the planner fails. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rules-update.html postgresql-14-14.6/doc/src/sgml/html/rules-update.html --- postgresql-14-14.5/doc/src/sgml/html/rules-update.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rules-update.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -41.4. Rules on INSERT, UPDATE, and DELETE

    41.4. Rules on INSERT, UPDATE, and DELETE

    +41.4. Rules on INSERT, UPDATE, and DELETE

    41.4. Rules on INSERT, UPDATE, and DELETE

    Rules that are defined on INSERT, UPDATE, and DELETE are significantly different from the view rules described in the previous section. First, their CREATE @@ -747,4 +747,4 @@ There are probably only a few situations out in the real world where such a construct is necessary. But it makes you feel comfortable that it works. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rules-views.html postgresql-14-14.6/doc/src/sgml/html/rules-views.html --- postgresql-14-14.5/doc/src/sgml/html/rules-views.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rules-views.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -41.2. Views and the Rule System

    41.2. Views and the Rule System

    +41.2. Views and the Rule System

    41.2. Views and the Rule System

    Views in PostgreSQL are implemented using the rule system. In fact, there is essentially no difference between: @@ -503,4 +503,4 @@ triggers for the view, and the rewriter cannot automatically rewrite the query as an update on the underlying base relation, an error will be thrown because the executor cannot update a view as such. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/rule-system.html postgresql-14-14.6/doc/src/sgml/html/rule-system.html --- postgresql-14-14.5/doc/src/sgml/html/rule-system.html 2022-08-08 20:58:39.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/rule-system.html 2022-11-07 22:00:46.000000000 +0000 @@ -1,5 +1,5 @@ -51.4. The PostgreSQL Rule System

    51.4. The PostgreSQL Rule System

    +51.4. The PostgreSQL Rule System

    51.4. The PostgreSQL Rule System

    PostgreSQL supports a powerful rule system for the specification of views and ambiguous view updates. @@ -27,4 +27,4 @@ rewriter are query trees, that is, there is no change in the representation or level of semantic detail in the trees. Rewriting can be thought of as a form of macro expansion. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-autovacuum.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-autovacuum.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-autovacuum.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-autovacuum.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.10. Automatic Vacuuming

    20.10. Automatic Vacuuming

    +20.10. Automatic Vacuuming

    20.10. Automatic Vacuuming

    These settings control the behavior of the autovacuum feature. Refer to Section 25.1.6 for more information. Note that many of these settings can be overridden on a per-table @@ -160,4 +160,4 @@ file or on the server command line; but the setting can be overridden for individual tables by changing table storage parameters. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-client.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-client.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-client.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-client.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.11. Client Connection Defaults

    20.11. Client Connection Defaults

    20.11.1. Statement Behavior

    client_min_messages (enum) +20.11. Client Connection Defaults

    20.11. Client Connection Defaults

    20.11.1. Statement Behavior

    client_min_messages (enum)

    Controls which @@ -848,4 +848,4 @@

    Soft upper limit of the size of the set returned by GIN index scans. For more information see Section 67.5. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-compatible.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-compatible.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-compatible.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-compatible.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.13. Version and Platform Compatibility

    20.13. Version and Platform Compatibility

    20.13.1. Previous PostgreSQL Versions

    array_nulls (boolean) +20.13. Version and Platform Compatibility

    20.13. Version and Platform Compatibility

    20.13.1. Previous PostgreSQL Versions

    array_nulls (boolean)

    This controls whether the array input parser recognizes @@ -139,4 +139,4 @@ Thus, this option is not a general fix for bad programming.

    Refer to Section 9.2 for related information. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-connection.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-connection.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-connection.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-connection.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -20.3. Connections and Authentication

    20.3. Connections and Authentication

    20.3.1. Connection Settings

    listen_addresses (string) +20.3. Connections and Authentication

    20.3. Connections and Authentication

    20.3.1. Connection Settings

    listen_addresses (string)

    Specifies the TCP/IP address(es) on which the server is @@ -533,4 +533,4 @@

    This parameter can only be set in the postgresql.conf file or on the server command line. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-custom.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-custom.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-custom.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-custom.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.16. Customized Options

    20.16. Customized Options

    +20.16. Customized Options

    20.16. Customized Options

    This feature was designed to allow parameters not normally known to PostgreSQL to be added by add-on modules (such as procedural languages). This allows extension modules to be @@ -17,4 +17,4 @@ its variable definitions, convert any placeholder values according to those definitions, and issue warnings for any unrecognized placeholders that begin with its extension name. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-developer.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-developer.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-developer.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-developer.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.17. Developer Options

    20.17. Developer Options

    +20.17. Developer Options

    20.17. Developer Options

    The following parameters are intended for developer testing, and should never be used on a production database. However, some of them can be used to assist with the recovery of severely damaged @@ -364,4 +364,4 @@ may however result in accumulation of useless files. This parameter can only be set in the postgresql.conf file or on the server command line. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-error-handling.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-error-handling.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-error-handling.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-error-handling.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.14. Error Handling

    20.14. Error Handling

    exit_on_error (boolean) +20.14. Error Handling

    20.14. Error Handling

    exit_on_error (boolean)

    If on, any error will terminate the current session. By default, @@ -68,4 +68,4 @@

    This parameter can only be set in the postgresql.conf file or on the server command line. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-file-locations.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-file-locations.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-file-locations.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-file-locations.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -20.2. File Locations

    20.2. File Locations

    +20.2. File Locations

    20.2. File Locations

    In addition to the postgresql.conf file already mentioned, PostgreSQL uses two other manually-edited configuration files, which control @@ -71,4 +71,4 @@ When setting any of these parameters, a relative path will be interpreted with respect to the directory in which postgres is started. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config.html postgresql-14-14.6/doc/src/sgml/html/runtime-config.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,7 +1,7 @@ -Chapter 20. Server Configuration

    Chapter 20. Server Configuration

    Table of Contents

    20.1. Setting Parameters
    20.1.1. Parameter Names and Values
    20.1.2. Parameter Interaction via the Configuration File
    20.1.3. Parameter Interaction via SQL
    20.1.4. Parameter Interaction via the Shell
    20.1.5. Managing Configuration File Contents
    20.2. File Locations
    20.3. Connections and Authentication
    20.3.1. Connection Settings
    20.3.2. Authentication
    20.3.3. SSL
    20.4. Resource Consumption
    20.4.1. Memory
    20.4.2. Disk
    20.4.3. Kernel Resource Usage
    20.4.4. Cost-based Vacuum Delay
    20.4.5. Background Writer
    20.4.6. Asynchronous Behavior
    20.5. Write Ahead Log
    20.5.1. Settings
    20.5.2. Checkpoints
    20.5.3. Archiving
    20.5.4. Archive Recovery
    20.5.5. Recovery Target
    20.6. Replication
    20.6.1. Sending Servers
    20.6.2. Primary Server
    20.6.3. Standby Servers
    20.6.4. Subscribers
    20.7. Query Planning
    20.7.1. Planner Method Configuration
    20.7.2. Planner Cost Constants
    20.7.3. Genetic Query Optimizer
    20.7.4. Other Planner Options
    20.8. Error Reporting and Logging
    20.8.1. Where to Log
    20.8.2. When to Log
    20.8.3. What to Log
    20.8.4. Using CSV-Format Log Output
    20.8.5. Process Title
    20.9. Run-time Statistics
    20.9.1. Query and Index Statistics Collector
    20.9.2. Statistics Monitoring
    20.10. Automatic Vacuuming
    20.11. Client Connection Defaults
    20.11.1. Statement Behavior
    20.11.2. Locale and Formatting
    20.11.3. Shared Library Preloading
    20.11.4. Other Defaults
    20.12. Lock Management
    20.13. Version and Platform Compatibility
    20.13.1. Previous PostgreSQL Versions
    20.13.2. Platform and Client Compatibility
    20.14. Error Handling
    20.15. Preset Options
    20.16. Customized Options
    20.17. Developer Options
    20.18. Short Options

    +Chapter 20. Server Configuration

    Chapter 20. Server Configuration

    Table of Contents

    20.1. Setting Parameters
    20.1.1. Parameter Names and Values
    20.1.2. Parameter Interaction via the Configuration File
    20.1.3. Parameter Interaction via SQL
    20.1.4. Parameter Interaction via the Shell
    20.1.5. Managing Configuration File Contents
    20.2. File Locations
    20.3. Connections and Authentication
    20.3.1. Connection Settings
    20.3.2. Authentication
    20.3.3. SSL
    20.4. Resource Consumption
    20.4.1. Memory
    20.4.2. Disk
    20.4.3. Kernel Resource Usage
    20.4.4. Cost-based Vacuum Delay
    20.4.5. Background Writer
    20.4.6. Asynchronous Behavior
    20.5. Write Ahead Log
    20.5.1. Settings
    20.5.2. Checkpoints
    20.5.3. Archiving
    20.5.4. Archive Recovery
    20.5.5. Recovery Target
    20.6. Replication
    20.6.1. Sending Servers
    20.6.2. Primary Server
    20.6.3. Standby Servers
    20.6.4. Subscribers
    20.7. Query Planning
    20.7.1. Planner Method Configuration
    20.7.2. Planner Cost Constants
    20.7.3. Genetic Query Optimizer
    20.7.4. Other Planner Options
    20.8. Error Reporting and Logging
    20.8.1. Where to Log
    20.8.2. When to Log
    20.8.3. What to Log
    20.8.4. Using CSV-Format Log Output
    20.8.5. Process Title
    20.9. Run-time Statistics
    20.9.1. Query and Index Statistics Collector
    20.9.2. Statistics Monitoring
    20.10. Automatic Vacuuming
    20.11. Client Connection Defaults
    20.11.1. Statement Behavior
    20.11.2. Locale and Formatting
    20.11.3. Shared Library Preloading
    20.11.4. Other Defaults
    20.12. Lock Management
    20.13. Version and Platform Compatibility
    20.13.1. Previous PostgreSQL Versions
    20.13.2. Platform and Client Compatibility
    20.14. Error Handling
    20.15. Preset Options
    20.16. Customized Options
    20.17. Developer Options
    20.18. Short Options

    There are many configuration parameters that affect the behavior of the database system. In the first section of this chapter we describe how to interact with configuration parameters. The subsequent sections discuss each parameter in detail. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-locks.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-locks.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-locks.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-locks.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.12. Lock Management

    20.12. Lock Management

    deadlock_timeout (integer) +20.12. Lock Management

    20.12. Lock Management

    deadlock_timeout (integer) @@ -80,4 +80,4 @@ before the lock is promoted to covering the whole page. The default is 2. This parameter can only be set in the postgresql.conf file or on the server command line. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-logging.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-logging.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-logging.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-logging.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.8. Error Reporting and Logging

    20.8. Error Reporting and Logging

    20.8.1. Where to Log

    log_destination (string) +20.8. Error Reporting and Logging

    20.8. Error Reporting and Logging

    20.8.1. Where to Log

    log_destination (string)

    PostgreSQL supports several methods @@ -420,8 +420,11 @@ outside a transaction block.NOTICEWARNINGERRORReports an error that caused the current command to abort.WARNINGERRORLOGReports information of interest to administrators, e.g., checkpoint activity.INFOINFORMATIONFATALReports an error that caused the current session to - abort.ERRERRORPANICReports an error that caused all database sessions to abort.CRITERROR


    20.8.3. What to Log

    application_name (string) - + abort.ERRERRORPANICReports an error that caused all database sessions to abort.CRITERROR

    20.8.3. What to Log

    Note

    + What you choose to log can have security implications; see + Section 25.3. +

    application_name (string) +

    The application_name can be any string of less than NAMEDATALEN characters (64 characters in a standard build). @@ -433,11 +436,11 @@ application_name value. Other characters will be replaced with question marks (?).

    debug_print_parse (boolean) - +
    debug_print_rewritten (boolean) - +
    debug_print_plan (boolean) - +

    These parameters enable various debugging output to be emitted. When set, they print the resulting parse tree, the query rewriter @@ -449,7 +452,7 @@ log_min_messages. These parameters are off by default.

    debug_pretty_print (boolean) - +

    When set, debug_pretty_print indents the messages produced by debug_print_parse, @@ -458,7 +461,7 @@ but much longer output than the compact format used when it is off. It is on by default.

    log_autovacuum_min_duration (integer) - +

    Causes each action executed by autovacuum to be logged if it ran for at least the specified amount of time. Setting this to zero logs @@ -476,7 +479,7 @@ but the setting can be overridden for individual tables by changing table storage parameters.

    log_checkpoints (boolean) - +

    Causes checkpoints and restartpoints to be logged in the server log. Some statistics are included in the log messages, including the number @@ -484,7 +487,7 @@ This parameter can only be set in the postgresql.conf file or on the server command line. The default is off.

    log_connections (boolean) - +

    Causes each attempted connection to the server to be logged, as well as successful completion of both client authentication (if @@ -498,7 +501,7 @@ duplicate connection received messages do not necessarily indicate a problem.

    log_disconnections (boolean) - +

    Causes session terminations to be logged. The log output provides information similar to log_connections, @@ -507,7 +510,7 @@ and it cannot be changed at all within a session. The default is off.

    log_duration (boolean) - +

    Causes the duration of every completed statement to be logged. The default is off. @@ -526,7 +529,7 @@ statements exceeding the threshold. This behavior can be useful for gathering statistics in high-load installations.

    log_error_verbosity (enum) - +

    Controls the amount of detail written in the server log for each message that is logged. Valid values are TERSE, @@ -539,7 +542,7 @@ and line number that generated the error. Only superusers can change this setting.

    log_hostname (boolean) - +

    By default, connection log messages only show the IP address of the connecting host. Turning this parameter on causes logging of the @@ -548,7 +551,7 @@ This parameter can only be set in the postgresql.conf file or on the server command line.

    log_line_prefix (string) - +

    This is a printf-style string that is output at the beginning of each log line. @@ -618,7 +621,7 @@ identifier can be calculated, including invalid statements for which an identifier cannot be calculated.

    log_lock_waits (boolean) - +

    Controls whether a log message is produced when a session waits longer than deadlock_timeout to acquire a @@ -626,7 +629,7 @@ poor performance. The default is off. Only superusers can change this setting.

    log_recovery_conflict_waits (boolean) - +

    Controls whether a log message is produced when the startup process waits longer than deadlock_timeout @@ -637,7 +640,7 @@ in the postgresql.conf file or on the server command line.

    log_parameter_max_length (integer) - +

    If greater than zero, each bind parameter value logged with a non-error statement-logging message is trimmed to this many bytes. @@ -653,7 +656,7 @@ values of this setting add some overhead, particularly if parameters are sent in binary form, since then conversion to text is required.

    log_parameter_max_length_on_error (integer) - +

    If greater than zero, each bind parameter value reported in error messages is trimmed to this many bytes. @@ -670,7 +673,7 @@ they are sent as text, since the former case requires data conversion while the latter only requires copying the string.

    log_statement (enum) - +

    Controls which SQL statements are logged. Valid values are none (off), ddl, mod, and @@ -699,15 +702,18 @@ fail before the Execute phase (i.e., during parse analysis or planning). Set log_min_error_statement to ERROR (or lower) to log such statements. +

    + Logged statements might reveal sensitive data and even contain + plaintext passwords.

    log_replication_commands (boolean) - +

    Causes each replication command to be logged in the server log. See Section 53.4 for more information about replication command. The default value is off. Only superusers can change this setting.

    log_temp_files (integer) - +

    Controls logging of temporary file names and sizes. Temporary files can be @@ -721,7 +727,7 @@ The default setting is -1, which disables such logging. Only superusers can change this setting.

    log_timezone (string) - +

    Sets the time zone used for timestamps written in the server log. Unlike TimeZone, this value is cluster-wide, @@ -865,4 +871,4 @@ defaults to off on Windows due to that platform's larger overhead for updating the process title. Only superusers can change this setting. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-preset.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-preset.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-preset.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-preset.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.15. Preset Options

    20.15. Preset Options

    +20.15. Preset Options

    20.15. Preset Options

    The following parameters are read-only. As such, they have been excluded from the sample postgresql.conf file. These options report @@ -133,4 +133,4 @@

    Reports the size of write ahead log segments. The default value is 16MB. See Section 30.5 for more information. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-query.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-query.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-query.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-query.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.7. Query Planning

    20.7. Query Planning

    20.7.1. Planner Method Configuration

    +20.7. Query Planning

    20.7. Query Planning

    20.7.1. Planner Method Configuration

    These configuration parameters provide a crude method of influencing the query plans chosen by the query optimizer. If the default plan chosen by the optimizer for a particular query @@ -526,4 +526,4 @@ This setting is considered when a cached plan is to be executed, not when it is prepared. For more information see PREPARE. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-replication.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-replication.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-replication.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-replication.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -20.6. Replication

    20.6. Replication

    +20.6. Replication

    20.6. Replication

    These settings control the behavior of the built-in streaming replication feature (see Section 27.2.5). Servers will be either a @@ -243,7 +243,8 @@

    Specifies the number of transactions by which VACUUM and - HOT updates will defer cleanup of dead row versions. The + HOT updates + will defer cleanup of dead row versions. The default is zero transactions, meaning that dead row versions can be removed as soon as possible, that is, as soon as they are no longer visible to any open transaction. You may wish to set this to a @@ -553,4 +554,4 @@ The default value is 2. This parameter can only be set in the postgresql.conf file or on the server command line. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-resource.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-resource.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-resource.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-resource.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -20.4. Resource Consumption

    20.4. Resource Consumption

    20.4.1. Memory

    shared_buffers (integer) +20.4. Resource Consumption

    20.4. Resource Consumption

    20.4.1. Memory

    shared_buffers (integer)

    Sets the amount of memory the database server uses for shared @@ -710,4 +710,4 @@ affected by this setting, such as system catalogs. For such tables this setting will neither reduce bloat nor create a possibility of a snapshot too old error on scanning. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-short.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-short.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-short.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-short.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.18. Short Options

    20.18. Short Options

    +20.18. Short Options

    20.18. Short Options

    For convenience there are also single letter command-line option switches available for some parameters. They are described in Table 20.3. Some of these @@ -21,4 +21,4 @@ enable_tidscan = off -Ffsync = off-h xlisten_addresses = x-ilisten_addresses = '*'-k xunix_socket_directories = x-lssl = on-N xmax_connections = x-Oallow_system_table_mods = on-p xport = x-Pignore_system_indexes = on-slog_statement_stats = on-S xwork_mem = x-tpa, -tpl, -telog_parser_stats = on, log_planner_stats = on, - log_executor_stats = on-W xpost_auth_delay = x


    \ No newline at end of file + log_executor_stats = on-W xpost_auth_delay = x
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-statistics.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-statistics.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-statistics.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-statistics.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -20.9. Run-time Statistics

    20.9. Run-time Statistics

    20.9.1. Query and Index Statistics Collector

    +20.9. Run-time Statistics

    20.9. Run-time Statistics

    20.9.1. Query and Index Statistics Collector

    These parameters control server-wide statistics collection features. When statistics collection is enabled, the data that is produced can be accessed via the pg_stat and @@ -124,4 +124,4 @@ log_statement_stats cannot be enabled together with any of the per-module options. All of these options are disabled by default. Only superusers can change these settings. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime-config-wal.html postgresql-14-14.6/doc/src/sgml/html/runtime-config-wal.html --- postgresql-14-14.5/doc/src/sgml/html/runtime-config-wal.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime-config-wal.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -20.5. Write Ahead Log

    20.5. Write Ahead Log

    +20.5. Write Ahead Log

    20.5. Write Ahead Log

    For additional information on tuning these settings, see Section 30.5.

    20.5.1. Settings

    wal_level (enum) @@ -15,25 +15,27 @@ decoding. Each level includes the information logged at all lower levels. This parameter can only be set at server start.

    - In minimal level, no information is logged for - permanent relations for the remainder of a transaction that creates or - rewrites them. This can make operations much faster (see + The minimal level generates the least WAL + volume. It logs no row information for permanent relations + in transactions that create or + rewrite them. This can make operations much faster (see Section 14.4.7). Operations that initiate this optimization include:

    ALTER ... SET TABLESPACE
    CLUSTER
    CREATE TABLE
    REFRESH MATERIALIZED VIEW (without CONCURRENTLY)
    REINDEX
    TRUNCATE

    - But minimal WAL does not contain enough information to reconstruct the - data from a base backup and the WAL logs, so replica or - higher must be used to enable WAL archiving - (archive_mode) and streaming replication. + However, minimal WAL does not contain sufficient information for + point-in-time recovery, so replica or + higher must be used to enable continuous archiving + (archive_mode) and streaming binary replication. + In fact, the server will not even start in this mode if + max_wal_senders is non-zero. Note that changing wal_level to - minimal makes any base backups taken before - unavailable for archive recovery and standby server, which may - lead to data loss. + minimal makes previous base backups unusable + for point-in-time recovery and standby servers.

    In logical level, the same information is logged as - with replica, plus information needed to allow - extracting logical change sets from the WAL. Using a level of + with replica, plus information needed to + extract logical change sets from the WAL. Using a level of logical will increase the WAL volume, particularly if many tables are configured for REPLICA IDENTITY FULL and many UPDATE and DELETE statements are @@ -768,4 +770,4 @@ In any case, if a recovery target is configured but the archive recovery ends before the target is reached, the server will shut down with a fatal error. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/runtime.html postgresql-14-14.6/doc/src/sgml/html/runtime.html --- postgresql-14-14.5/doc/src/sgml/html/runtime.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/runtime.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 19. Server Setup and Operation

    Chapter 19. Server Setup and Operation

    +Chapter 19. Server Setup and Operation

    \ No newline at end of file + Microsoft Windows SDK Home 19.1. The PostgreSQL User Account
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sasl-authentication.html postgresql-14-14.6/doc/src/sgml/html/sasl-authentication.html --- postgresql-14-14.5/doc/src/sgml/html/sasl-authentication.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sasl-authentication.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -53.3. SASL Authentication

    53.3. SASL Authentication

    +53.3. SASL Authentication

    53.3. SASL Authentication

    SASL is a framework for authentication in connection-oriented protocols. At the moment, PostgreSQL implements two SASL authentication mechanisms, SCRAM-SHA-256 and SCRAM-SHA-256-PLUS. More @@ -101,4 +101,4 @@ Server sends an AuthenticationSASLFinal message, with the SCRAM server-final-message, followed immediately by an AuthenticationOk message. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/seg.html postgresql-14-14.6/doc/src/sgml/html/seg.html --- postgresql-14-14.5/doc/src/sgml/html/seg.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/seg.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.36. seg

    F.36. seg

    +F.36. seg

    F.36. seg

    This module implements a data type seg for representing line segments, or floating point intervals. seg can represent uncertainty in the interval endpoints, @@ -219,4 +219,4 @@ myself to create my own world and live undisturbed in it. And I would like to acknowledge my gratitude to Argonne Lab and to the U.S. Department of Energy for the years of faithful support of my database research. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sepgsql.html postgresql-14-14.6/doc/src/sgml/html/sepgsql.html --- postgresql-14-14.5/doc/src/sgml/html/sepgsql.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sepgsql.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.37. sepgsql

    F.37. sepgsql

    +F.37. sepgsql

    F.37. sepgsql

    sepgsql is a loadable module that supports label-based mandatory access control (MAC) based on SELinux security policy. @@ -517,4 +517,4 @@ It focuses primarily on Fedora, but is not limited to Fedora.

    F.37.9. Author

    KaiGai Kohei -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/server-programming.html postgresql-14-14.6/doc/src/sgml/html/server-programming.html --- postgresql-14-14.5/doc/src/sgml/html/server-programming.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/server-programming.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -Part V. Server Programming

    Part V. Server Programming

    +Part V. Server Programming

    Part V. Server Programming

    This part is about extending the server functionality with user-defined functions, data types, triggers, etc. These are advanced topics which should probably be approached only after all @@ -10,4 +10,4 @@ general issues concerning server-side programming languages. It is essential to read at least the earlier sections of Chapter 38 (covering functions) before diving into the material about server-side programming languages. -

    Table of Contents

    38. Extending SQL
    38.1. How Extensibility Works
    38.2. The PostgreSQL Type System
    38.3. User-Defined Functions
    38.4. User-Defined Procedures
    38.5. Query Language (SQL) Functions
    38.6. Function Overloading
    38.7. Function Volatility Categories
    38.8. Procedural Language Functions
    38.9. Internal Functions
    38.10. C-Language Functions
    38.11. Function Optimization Information
    38.12. User-Defined Aggregates
    38.13. User-Defined Types
    38.14. User-Defined Operators
    38.15. Operator Optimization Information
    38.16. Interfacing Extensions to Indexes
    38.17. Packaging Related Objects into an Extension
    38.18. Extension Building Infrastructure
    39. Triggers
    39.1. Overview of Trigger Behavior
    39.2. Visibility of Data Changes
    39.3. Writing Trigger Functions in C
    39.4. A Complete Trigger Example
    40. Event Triggers
    40.1. Overview of Event Trigger Behavior
    40.2. Event Trigger Firing Matrix
    40.3. Writing Event Trigger Functions in C
    40.4. A Complete Event Trigger Example
    40.5. A Table Rewrite Event Trigger Example
    41. The Rule System
    41.1. The Query Tree
    41.2. Views and the Rule System
    41.3. Materialized Views
    41.4. Rules on INSERT, UPDATE, and DELETE
    41.5. Rules and Privileges
    41.6. Rules and Command Status
    41.7. Rules Versus Triggers
    42. Procedural Languages
    42.1. Installing Procedural Languages
    43. PL/pgSQLSQL Procedural Language
    43.1. Overview
    43.2. Structure of PL/pgSQL
    43.3. Declarations
    43.4. Expressions
    43.5. Basic Statements
    43.6. Control Structures
    43.7. Cursors
    43.8. Transaction Management
    43.9. Errors and Messages
    43.10. Trigger Functions
    43.11. PL/pgSQL under the Hood
    43.12. Tips for Developing in PL/pgSQL
    43.13. Porting from Oracle PL/SQL
    44. PL/Tcl — Tcl Procedural Language
    44.1. Overview
    44.2. PL/Tcl Functions and Arguments
    44.3. Data Values in PL/Tcl
    44.4. Global Data in PL/Tcl
    44.5. Database Access from PL/Tcl
    44.6. Trigger Functions in PL/Tcl
    44.7. Event Trigger Functions in PL/Tcl
    44.8. Error Handling in PL/Tcl
    44.9. Explicit Subtransactions in PL/Tcl
    44.10. Transaction Management
    44.11. PL/Tcl Configuration
    44.12. Tcl Procedure Names
    45. PL/Perl — Perl Procedural Language
    45.1. PL/Perl Functions and Arguments
    45.2. Data Values in PL/Perl
    45.3. Built-in Functions
    45.4. Global Values in PL/Perl
    45.5. Trusted and Untrusted PL/Perl
    45.6. PL/Perl Triggers
    45.7. PL/Perl Event Triggers
    45.8. PL/Perl Under the Hood
    46. PL/Python — Python Procedural Language
    46.1. Python 2 vs. Python 3
    46.2. PL/Python Functions
    46.3. Data Values
    46.4. Sharing Data
    46.5. Anonymous Code Blocks
    46.6. Trigger Functions
    46.7. Database Access
    46.8. Explicit Subtransactions
    46.9. Transaction Management
    46.10. Utility Functions
    46.11. Environment Variables
    47. Server Programming Interface
    47.1. Interface Functions
    47.2. Interface Support Functions
    47.3. Memory Management
    47.4. Transaction Management
    47.5. Visibility of Data Changes
    47.6. Examples
    48. Background Worker Processes
    49. Logical Decoding
    49.1. Logical Decoding Examples
    49.2. Logical Decoding Concepts
    49.3. Streaming Replication Protocol Interface
    49.4. Logical Decoding SQL Interface
    49.5. System Catalogs Related to Logical Decoding
    49.6. Logical Decoding Output Plugins
    49.7. Logical Decoding Output Writers
    49.8. Synchronous Replication Support for Logical Decoding
    49.9. Streaming of Large Transactions for Logical Decoding
    49.10. Two-phase Commit Support for Logical Decoding
    50. Replication Progress Tracking
    \ No newline at end of file +

    Table of Contents

    38. Extending SQL
    38.1. How Extensibility Works
    38.2. The PostgreSQL Type System
    38.3. User-Defined Functions
    38.4. User-Defined Procedures
    38.5. Query Language (SQL) Functions
    38.6. Function Overloading
    38.7. Function Volatility Categories
    38.8. Procedural Language Functions
    38.9. Internal Functions
    38.10. C-Language Functions
    38.11. Function Optimization Information
    38.12. User-Defined Aggregates
    38.13. User-Defined Types
    38.14. User-Defined Operators
    38.15. Operator Optimization Information
    38.16. Interfacing Extensions to Indexes
    38.17. Packaging Related Objects into an Extension
    38.18. Extension Building Infrastructure
    39. Triggers
    39.1. Overview of Trigger Behavior
    39.2. Visibility of Data Changes
    39.3. Writing Trigger Functions in C
    39.4. A Complete Trigger Example
    40. Event Triggers
    40.1. Overview of Event Trigger Behavior
    40.2. Event Trigger Firing Matrix
    40.3. Writing Event Trigger Functions in C
    40.4. A Complete Event Trigger Example
    40.5. A Table Rewrite Event Trigger Example
    41. The Rule System
    41.1. The Query Tree
    41.2. Views and the Rule System
    41.3. Materialized Views
    41.4. Rules on INSERT, UPDATE, and DELETE
    41.5. Rules and Privileges
    41.6. Rules and Command Status
    41.7. Rules Versus Triggers
    42. Procedural Languages
    42.1. Installing Procedural Languages
    43. PL/pgSQLSQL Procedural Language
    43.1. Overview
    43.2. Structure of PL/pgSQL
    43.3. Declarations
    43.4. Expressions
    43.5. Basic Statements
    43.6. Control Structures
    43.7. Cursors
    43.8. Transaction Management
    43.9. Errors and Messages
    43.10. Trigger Functions
    43.11. PL/pgSQL under the Hood
    43.12. Tips for Developing in PL/pgSQL
    43.13. Porting from Oracle PL/SQL
    44. PL/Tcl — Tcl Procedural Language
    44.1. Overview
    44.2. PL/Tcl Functions and Arguments
    44.3. Data Values in PL/Tcl
    44.4. Global Data in PL/Tcl
    44.5. Database Access from PL/Tcl
    44.6. Trigger Functions in PL/Tcl
    44.7. Event Trigger Functions in PL/Tcl
    44.8. Error Handling in PL/Tcl
    44.9. Explicit Subtransactions in PL/Tcl
    44.10. Transaction Management
    44.11. PL/Tcl Configuration
    44.12. Tcl Procedure Names
    45. PL/Perl — Perl Procedural Language
    45.1. PL/Perl Functions and Arguments
    45.2. Data Values in PL/Perl
    45.3. Built-in Functions
    45.4. Global Values in PL/Perl
    45.5. Trusted and Untrusted PL/Perl
    45.6. PL/Perl Triggers
    45.7. PL/Perl Event Triggers
    45.8. PL/Perl Under the Hood
    46. PL/Python — Python Procedural Language
    46.1. Python 2 vs. Python 3
    46.2. PL/Python Functions
    46.3. Data Values
    46.4. Sharing Data
    46.5. Anonymous Code Blocks
    46.6. Trigger Functions
    46.7. Database Access
    46.8. Explicit Subtransactions
    46.9. Transaction Management
    46.10. Utility Functions
    46.11. Environment Variables
    47. Server Programming Interface
    47.1. Interface Functions
    47.2. Interface Support Functions
    47.3. Memory Management
    47.4. Transaction Management
    47.5. Visibility of Data Changes
    47.6. Examples
    48. Background Worker Processes
    49. Logical Decoding
    49.1. Logical Decoding Examples
    49.2. Logical Decoding Concepts
    49.3. Streaming Replication Protocol Interface
    49.4. Logical Decoding SQL Interface
    49.5. System Catalogs Related to Logical Decoding
    49.6. Logical Decoding Output Plugins
    49.7. Logical Decoding Output Writers
    49.8. Synchronous Replication Support for Logical Decoding
    49.9. Streaming of Large Transactions for Logical Decoding
    49.10. Two-phase Commit Support for Logical Decoding
    50. Replication Progress Tracking
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/server-shutdown.html postgresql-14-14.6/doc/src/sgml/html/server-shutdown.html --- postgresql-14-14.5/doc/src/sgml/html/server-shutdown.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/server-shutdown.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.5. Shutting Down the Server

    19.5. Shutting Down the Server

    +19.5. Shutting Down the Server

    19.5. Shutting Down the Server

    There are several ways to shut down the database server. Under the hood, they all reduce to sending a signal to the supervisor postgres process. @@ -69,4 +69,4 @@ continue, use pg_terminate_backend() (see Table 9.86) or send a SIGTERM signal to the child process associated with the session. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/server-start.html postgresql-14-14.6/doc/src/sgml/html/server-start.html --- postgresql-14-14.5/doc/src/sgml/html/server-start.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/server-start.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.3. Starting the Database Server

    19.3. Starting the Database Server

    +19.3. Starting the Database Server

    19.3. Starting the Database Server

    Before anyone can access the database, you must start the database server. The database server program is called postgres. @@ -109,6 +109,8 @@ [Unit] Description=PostgreSQL database server Documentation=man:postgres(1) +After=network-online.target +Wants=network-online.target [Service] Type=notify @@ -254,4 +256,4 @@ such as Connection timed out might indicate more fundamental problems, like lack of network connectivity, or a firewall blocking the connection. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/source-conventions.html postgresql-14-14.6/doc/src/sgml/html/source-conventions.html --- postgresql-14-14.5/doc/src/sgml/html/source-conventions.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/source-conventions.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -54.4. Miscellaneous Coding Conventions

    54.4. Miscellaneous Coding Conventions

    C Standard

    +54.4. Miscellaneous Coding Conventions

    54.4. Miscellaneous Coding Conventions

    C Standard

    Code in PostgreSQL should only rely on language features available in the C99 standard. That means a conforming C99 compiler has to be able to compile postgres, at least aside @@ -103,4 +103,4 @@

     paramInfo->paramFetch(paramInfo, paramId);
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/source-format.html postgresql-14-14.6/doc/src/sgml/html/source-format.html --- postgresql-14-14.5/doc/src/sgml/html/source-format.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/source-format.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -54.1. Formatting

    54.1. Formatting

    +54.1. Formatting

    54.1. Formatting

    Source code formatting uses 4 column tab spacing, with tabs preserved (i.e., tabs are not expanded to spaces). Each logical indentation level is one additional tab stop. @@ -56,4 +56,4 @@ less -x4

    to make them show tabs appropriately. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/source.html postgresql-14-14.6/doc/src/sgml/html/source.html --- postgresql-14-14.5/doc/src/sgml/html/source.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/source.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 54. PostgreSQL Coding Conventions \ No newline at end of file +Chapter 54. PostgreSQL Coding Conventions \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sourcerepo.html postgresql-14-14.6/doc/src/sgml/html/sourcerepo.html --- postgresql-14-14.5/doc/src/sgml/html/sourcerepo.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sourcerepo.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -Appendix I. The Source Code Repository

    Appendix I. The Source Code Repository

    +Appendix I. The Source Code Repository

    Appendix I. The Source Code Repository

    The PostgreSQL source code is stored and managed using the Git version control system. A public mirror of the master repository is available; it is updated within a minute @@ -14,4 +14,4 @@ to build from a distribution tarball, because the files that these tools are used to build are included in the tarball. Other tool requirements are the same as shown in Section 17.2. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spgist-builtin-opclasses.html postgresql-14-14.6/doc/src/sgml/html/spgist-builtin-opclasses.html --- postgresql-14-14.5/doc/src/sgml/html/spgist-builtin-opclasses.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spgist-builtin-opclasses.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -66.2. Built-in Operator Classes

    66.2. Built-in Operator Classes

    +66.2. Built-in Operator Classes

    66.2. Built-in Operator Classes

    The core PostgreSQL distribution includes the SP-GiST operator classes shown in Table 66.1. @@ -13,4 +13,4 @@ poly_ops operator classes support the <-> ordering operator, which enables the k-nearest neighbor (k-NN) search over indexed point or polygon data sets. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spgist-examples.html postgresql-14-14.6/doc/src/sgml/html/spgist-examples.html --- postgresql-14-14.5/doc/src/sgml/html/spgist-examples.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spgist-examples.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,8 +1,8 @@ -66.5. Examples

    66.5. Examples

    +66.5. Examples

    66.5. Examples

    The PostgreSQL source distribution includes several examples of index operator classes for SP-GiST, as described in Table 66.1. Look into src/backend/access/spgist/ and src/backend/utils/adt/ to see the code. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spgist-extensibility.html postgresql-14-14.6/doc/src/sgml/html/spgist-extensibility.html --- postgresql-14-14.5/doc/src/sgml/html/spgist-extensibility.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spgist-extensibility.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -66.3. Extensibility

    66.3. Extensibility

    +66.3. Extensibility

    66.3. Extensibility

    SP-GiST offers an interface with a high level of abstraction, requiring the access method developer to implement only methods specific to a given data type. The SP-GiST core @@ -618,4 +618,4 @@ If the indexed column is of a collatable data type, the index collation will be passed to all the support methods, using the standard PG_GET_COLLATION() mechanism. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spgist.html postgresql-14-14.6/doc/src/sgml/html/spgist.html --- postgresql-14-14.5/doc/src/sgml/html/spgist.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spgist.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 66. SP-GiST Indexes \ No newline at end of file +Chapter 66. SP-GiST Indexes \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spgist-implementation.html postgresql-14-14.6/doc/src/sgml/html/spgist-implementation.html --- postgresql-14-14.5/doc/src/sgml/html/spgist-implementation.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spgist-implementation.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -66.4. Implementation

    66.4. Implementation

    +66.4. Implementation

    66.4. Implementation

    This section covers implementation details and other tricks that are useful for implementers of SP-GiST operator classes to know. @@ -87,4 +87,4 @@ all equivalent. This may or may not require any special-case code, depending on how much the inner_consistent function normally assumes about the meaning of the nodes. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spgist-intro.html postgresql-14-14.6/doc/src/sgml/html/spgist-intro.html --- postgresql-14-14.5/doc/src/sgml/html/spgist-intro.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spgist-intro.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -66.1. Introduction

    66.1. Introduction

    +66.1. Introduction

    66.1. Introduction

    SP-GiST is an abbreviation for space-partitioned GiST. SP-GiST supports partitioned search trees, which facilitate development of a wide range of different @@ -31,4 +31,4 @@ Sigaev and Oleg Bartunov, and there is more information on their web site. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-examples.html postgresql-14-14.6/doc/src/sgml/html/spi-examples.html --- postgresql-14-14.5/doc/src/sgml/html/spi-examples.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-examples.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -47.6. Examples

    47.6. Examples

    +47.6. Examples

    47.6. Examples

    This section contains a very simple example of SPI usage. The C function execq takes an SQL command as its first argument and a row count as its second, executes the command @@ -149,4 +149,4 @@ (4 rows) ^^^^^^ rows visible to execq() in different invocations

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi.html postgresql-14-14.6/doc/src/sgml/html/spi.html --- postgresql-14-14.5/doc/src/sgml/html/spi.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 47. Server Programming Interface

    Chapter 47. Server Programming Interface

    Table of Contents

    47.1. Interface Functions
    SPI_connect — connect a C function to the SPI manager
    SPI_finish — disconnect a C function from the SPI manager
    SPI_execute — execute a command
    SPI_exec — execute a read/write command
    SPI_execute_extended — execute a command with out-of-line parameters
    SPI_execute_with_args — execute a command with out-of-line parameters
    SPI_prepare — prepare a statement, without executing it yet
    SPI_prepare_cursor — prepare a statement, without executing it yet
    SPI_prepare_extended — prepare a statement, without executing it yet
    SPI_prepare_params — prepare a statement, without executing it yet
    SPI_getargcount — return the number of arguments needed by a statement +Chapter 47. Server Programming Interface

    Chapter 47. Server Programming Interface

    Table of Contents

    47.1. Interface Functions
    SPI_connect — connect a C function to the SPI manager
    SPI_finish — disconnect a C function from the SPI manager
    SPI_execute — execute a command
    SPI_exec — execute a read/write command
    SPI_execute_extended — execute a command with out-of-line parameters
    SPI_execute_with_args — execute a command with out-of-line parameters
    SPI_prepare — prepare a statement, without executing it yet
    SPI_prepare_cursor — prepare a statement, without executing it yet
    SPI_prepare_extended — prepare a statement, without executing it yet
    SPI_prepare_params — prepare a statement, without executing it yet
    SPI_getargcount — return the number of arguments needed by a statement prepared by SPI_prepare
    SPI_getargtypeid — return the data type OID for an argument of a statement prepared by SPI_prepare
    SPI_is_cursor_plan — return true if a statement prepared by SPI_prepare can be used with @@ -35,4 +35,4 @@

    Source code files that use SPI must include the header file executor/spi.h. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-interface.html postgresql-14-14.6/doc/src/sgml/html/spi-interface.html --- postgresql-14-14.5/doc/src/sgml/html/spi-interface.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-interface.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,6 +1,6 @@ -47.1. Interface Functions

    47.1. Interface Functions

    SPI_connect — connect a C function to the SPI manager
    SPI_finish — disconnect a C function from the SPI manager
    SPI_execute — execute a command
    SPI_exec — execute a read/write command
    SPI_execute_extended — execute a command with out-of-line parameters
    SPI_execute_with_args — execute a command with out-of-line parameters
    SPI_prepare — prepare a statement, without executing it yet
    SPI_prepare_cursor — prepare a statement, without executing it yet
    SPI_prepare_extended — prepare a statement, without executing it yet
    SPI_prepare_params — prepare a statement, without executing it yet
    SPI_getargcount — return the number of arguments needed by a statement +47.1. Interface Functions

    47.1. Interface Functions

    SPI_connect — connect a C function to the SPI manager
    SPI_finish — disconnect a C function from the SPI manager
    SPI_execute — execute a command
    SPI_exec — execute a read/write command
    SPI_execute_extended — execute a command with out-of-line parameters
    SPI_execute_with_args — execute a command with out-of-line parameters
    SPI_prepare — prepare a statement, without executing it yet
    SPI_prepare_cursor — prepare a statement, without executing it yet
    SPI_prepare_extended — prepare a statement, without executing it yet
    SPI_prepare_params — prepare a statement, without executing it yet
    SPI_getargcount — return the number of arguments needed by a statement prepared by SPI_prepare
    SPI_getargtypeid — return the data type OID for an argument of a statement prepared by SPI_prepare
    SPI_is_cursor_plan — return true if a statement prepared by SPI_prepare can be used with - SPI_cursor_open
    SPI_execute_plan — execute a statement prepared by SPI_prepare
    SPI_execute_plan_extended — execute a statement prepared by SPI_prepare
    SPI_execute_plan_with_paramlist — execute a statement prepared by SPI_prepare
    SPI_execp — execute a statement in read/write mode
    SPI_cursor_open — set up a cursor using a statement created with SPI_prepare
    SPI_cursor_open_with_args — set up a cursor using a query and parameters
    SPI_cursor_open_with_paramlist — set up a cursor using parameters
    SPI_cursor_parse_open — set up a cursor using a query string and parameters
    SPI_cursor_find — find an existing cursor by name
    SPI_cursor_fetch — fetch some rows from a cursor
    SPI_cursor_move — move a cursor
    SPI_scroll_cursor_fetch — fetch some rows from a cursor
    SPI_scroll_cursor_move — move a cursor
    SPI_cursor_close — close a cursor
    SPI_keepplan — save a prepared statement
    SPI_saveplan — save a prepared statement
    SPI_register_relation — make an ephemeral named relation available by name in SPI queries
    SPI_unregister_relation — remove an ephemeral named relation from the registry
    SPI_register_trigger_data — make ephemeral trigger data available in SPI queries
    \ No newline at end of file + SPI_cursor_open
    SPI_execute_plan — execute a statement prepared by SPI_prepare
    SPI_execute_plan_extended — execute a statement prepared by SPI_prepare
    SPI_execute_plan_with_paramlist — execute a statement prepared by SPI_prepare
    SPI_execp — execute a statement in read/write mode
    SPI_cursor_open — set up a cursor using a statement created with SPI_prepare
    SPI_cursor_open_with_args — set up a cursor using a query and parameters
    SPI_cursor_open_with_paramlist — set up a cursor using parameters
    SPI_cursor_parse_open — set up a cursor using a query string and parameters
    SPI_cursor_find — find an existing cursor by name
    SPI_cursor_fetch — fetch some rows from a cursor
    SPI_cursor_move — move a cursor
    SPI_scroll_cursor_fetch — fetch some rows from a cursor
    SPI_scroll_cursor_move — move a cursor
    SPI_cursor_close — close a cursor
    SPI_keepplan — save a prepared statement
    SPI_saveplan — save a prepared statement
    SPI_register_relation — make an ephemeral named relation available by name in SPI queries
    SPI_unregister_relation — remove an ephemeral named relation from the registry
    SPI_register_trigger_data — make ephemeral trigger data available in SPI queries
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-interface-support.html postgresql-14-14.6/doc/src/sgml/html/spi-interface-support.html --- postgresql-14-14.5/doc/src/sgml/html/spi-interface-support.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-interface-support.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,9 +1,9 @@ -47.2. Interface Support Functions

    47.2. Interface Support Functions

    SPI_fname — determine the column name for the specified column number
    SPI_fnumber — determine the column number for the specified column name
    SPI_getvalue — return the string value of the specified column
    SPI_getbinval — return the binary value of the specified column
    SPI_gettype — return the data type name of the specified column
    SPI_gettypeid — return the data type OID of the specified column
    SPI_getrelname — return the name of the specified relation
    SPI_getnspname — return the namespace of the specified relation
    SPI_result_code_string — return error code as string

    +47.2. Interface Support Functions

    47.2. Interface Support Functions

    SPI_fname — determine the column name for the specified column number
    SPI_fnumber — determine the column number for the specified column name
    SPI_getvalue — return the string value of the specified column
    SPI_getbinval — return the binary value of the specified column
    SPI_gettype — return the data type name of the specified column
    SPI_gettypeid — return the data type OID of the specified column
    SPI_getrelname — return the name of the specified relation
    SPI_getnspname — return the namespace of the specified relation
    SPI_result_code_string — return error code as string

    The functions described here provide an interface for extracting information from result sets returned by SPI_execute and other SPI functions.

    All functions described in this section can be used by both connected and unconnected C functions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-memory.html postgresql-14-14.6/doc/src/sgml/html/spi-memory.html --- postgresql-14-14.5/doc/src/sgml/html/spi-memory.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-memory.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -47.3. Memory Management

    47.3. Memory Management

    SPI_palloc — allocate memory in the upper executor context
    SPI_repalloc — reallocate memory in the upper executor context
    SPI_pfree — free memory in the upper executor context
    SPI_copytuple — make a copy of a row in the upper executor context
    SPI_returntuple — prepare to return a tuple as a Datum
    SPI_modifytuple — create a row by replacing selected fields of a given row
    SPI_freetuple — free a row allocated in the upper executor context
    SPI_freetuptable — free a row set created by SPI_execute or a similar +47.3. Memory Management

    47.3. Memory Management

    SPI_palloc — allocate memory in the upper executor context
    SPI_repalloc — reallocate memory in the upper executor context
    SPI_pfree — free memory in the upper executor context
    SPI_copytuple — make a copy of a row in the upper executor context
    SPI_returntuple — prepare to return a tuple as a Datum
    SPI_modifytuple — create a row by replacing selected fields of a given row
    SPI_freetuple — free a row allocated in the upper executor context
    SPI_freetuptable — free a row set created by SPI_execute or a similar function
    SPI_freeplan — free a previously saved prepared statement

    PostgreSQL allocates memory within @@ -43,4 +43,4 @@ SPI_finish) the current context is restored to the upper executor context, and all allocations made in the C function memory context are freed and cannot be used any more. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-realloc.html postgresql-14-14.6/doc/src/sgml/html/spi-realloc.html --- postgresql-14-14.5/doc/src/sgml/html/spi-realloc.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-realloc.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_repalloc

    SPI_repalloc

    SPI_repalloc — reallocate memory in the upper executor context

    Synopsis

    +SPI_repalloc

    SPI_repalloc

    SPI_repalloc — reallocate memory in the upper executor context

    Synopsis

     void * SPI_repalloc(void * pointer, Size size)
     

    Description

    SPI_repalloc changes the size of a memory @@ -15,4 +15,4 @@

    Return Value

    pointer to new storage space of specified size with the contents copied from the existing area -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-commit.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-commit.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-commit.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-commit.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_commit

    SPI_commit

    SPI_commit, SPI_commit_and_chain — commit the current transaction

    Synopsis

    +SPI_commit

    SPI_commit

    SPI_commit, SPI_commit_and_chain — commit the current transaction

    Synopsis

     void SPI_commit(void)
     
     void SPI_commit_and_chain(void)
    @@ -20,4 +20,4 @@
       

    These functions can only be executed if the SPI connection has been set as nonatomic in the call to SPI_connect_ext. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-connect.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-connect.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-connect.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-connect.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_connect

    SPI_connect

    SPI_connect, SPI_connect_ext — connect a C function to the SPI manager

    Synopsis

    +SPI_connect

    SPI_connect

    SPI_connect, SPI_connect_ext — connect a C function to the SPI manager

    Synopsis

     int SPI_connect(void)
     
     int SPI_connect_ext(int options)
    @@ -25,4 +25,4 @@
           on success
          

    SPI_ERROR_CONNECT

    on error -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-copytuple.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-copytuple.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-copytuple.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-copytuple.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_copytuple

    SPI_copytuple

    SPI_copytuple — make a copy of a row in the upper executor context

    Synopsis

    +SPI_copytuple

    SPI_copytuple

    SPI_copytuple — make a copy of a row in the upper executor context

    Synopsis

     HeapTuple SPI_copytuple(HeapTuple row)
     

    Description

    SPI_copytuple makes a copy of a row in the @@ -15,4 +15,4 @@

    Return Value

    the copied row, or NULL on error (see SPI_result for an error indication) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-close.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-close.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-close.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-close.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_close

    SPI_cursor_close

    SPI_cursor_close — close a cursor

    Synopsis

    +SPI_cursor_close

    SPI_cursor_close

    SPI_cursor_close — close a cursor

    Synopsis

     void SPI_cursor_close(Portal portal)
     

    Description

    SPI_cursor_close closes a previously created @@ -10,4 +10,4 @@ invoked if it is desirable to release resources sooner.

    Arguments

    Portal portal

    portal containing the cursor -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-fetch.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-fetch.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-fetch.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-fetch.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_fetch

    SPI_cursor_fetch

    SPI_cursor_fetch — fetch some rows from a cursor

    Synopsis

    +SPI_cursor_fetch

    SPI_cursor_fetch

    SPI_cursor_fetch — fetch some rows from a cursor

    Synopsis

     void SPI_cursor_fetch(Portal portal, bool forward, long count)
     

    Description

    SPI_cursor_fetch fetches some rows from a @@ -19,4 +19,4 @@

    Notes

    Fetching backward may fail if the cursor's plan was not created with the CURSOR_OPT_SCROLL option. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-find.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-find.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-find.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-find.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_find

    SPI_cursor_find

    SPI_cursor_find — find an existing cursor by name

    Synopsis

    +SPI_cursor_find

    SPI_cursor_find

    SPI_cursor_find — find an existing cursor by name

    Synopsis

     Portal SPI_cursor_find(const char * name)
     

    Description

    SPI_cursor_find finds an existing portal by @@ -10,4 +10,4 @@

    Return Value

    pointer to the portal with the specified name, or NULL if none was found -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-move.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-move.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-move.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-move.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_move

    SPI_cursor_move

    SPI_cursor_move — move a cursor

    Synopsis

    +SPI_cursor_move

    SPI_cursor_move

    SPI_cursor_move — move a cursor

    Synopsis

     void SPI_cursor_move(Portal portal, bool forward, long count)
     

    Description

    SPI_cursor_move skips over some number of rows @@ -15,4 +15,4 @@

    Notes

    Moving backward may fail if the cursor's plan was not created with the CURSOR_OPT_SCROLL option. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-open.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-open.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-open.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-open.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_open

    SPI_cursor_open

    SPI_cursor_open — set up a cursor using a statement created with SPI_prepare

    Synopsis

    +SPI_cursor_open

    SPI_cursor_open

    SPI_cursor_open — set up a cursor using a statement created with SPI_prepare

    Synopsis

     Portal SPI_cursor_open(const char * name, SPIPlanPtr plan,
                            Datum * values, const char * nulls,
                            bool read_only)
    @@ -44,4 +44,4 @@
          

    bool read_only

    true for read-only execution

    Return Value

    Pointer to portal containing the cursor. Note there is no error return convention; any error will be reported via elog. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-open-with-args.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-open-with-args.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-open-with-args.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-open-with-args.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_open_with_args

    SPI_cursor_open_with_args

    SPI_cursor_open_with_args — set up a cursor using a query and parameters

    Synopsis

    +SPI_cursor_open_with_args

    SPI_cursor_open_with_args

    SPI_cursor_open_with_args — set up a cursor using a query and parameters

    Synopsis

     Portal SPI_cursor_open_with_args(const char *name,
                                      const char *command,
                                      int nargs, Oid *argtypes,
    @@ -56,4 +56,4 @@
          

    Return Value

    Pointer to portal containing the cursor. Note there is no error return convention; any error will be reported via elog. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-open-with-paramlist.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-open-with-paramlist.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-open-with-paramlist.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-open-with-paramlist.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_open_with_paramlist

    SPI_cursor_open_with_paramlist

    SPI_cursor_open_with_paramlist — set up a cursor using parameters

    Synopsis

    +SPI_cursor_open_with_paramlist

    SPI_cursor_open_with_paramlist

    SPI_cursor_open_with_paramlist — set up a cursor using parameters

    Synopsis

     Portal SPI_cursor_open_with_paramlist(const char *name,
                                           SPIPlanPtr plan,
                                           ParamListInfo params,
    @@ -27,4 +27,4 @@
          

    bool read_only

    true for read-only execution

    Return Value

    Pointer to portal containing the cursor. Note there is no error return convention; any error will be reported via elog. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-parse-open.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-parse-open.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-cursor-parse-open.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-cursor-parse-open.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_cursor_parse_open

    SPI_cursor_parse_open

    SPI_cursor_parse_open — set up a cursor using a query string and parameters

    Synopsis

    +SPI_cursor_parse_open

    SPI_cursor_parse_open

    SPI_cursor_parse_open — set up a cursor using a query string and parameters

    Synopsis

     Portal SPI_cursor_parse_open(const char *name,
                                  const char *command,
                                  const SPIParseOpenOptions * options)
    @@ -44,4 +44,4 @@
          

    bool read_only

    true for read-only execution

    Return Value

    Pointer to portal containing the cursor. Note there is no error return convention; any error will be reported via elog. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-exec.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-exec.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-exec.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-exec.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_exec

    SPI_exec

    SPI_exec — execute a read/write command

    Synopsis

    +SPI_exec

    SPI_exec

    SPI_exec — execute a read/write command

    Synopsis

     int SPI_exec(const char * command, long count)
     

    Description

    SPI_exec is the same as @@ -13,4 +13,4 @@ or 0 for no limit

    Return Value

    See SPI_execute. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-execp.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-execp.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-execp.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-execp.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_execp

    SPI_execp

    SPI_execp — execute a statement in read/write mode

    Synopsis

    +SPI_execp

    SPI_execp

    SPI_execp — execute a statement in read/write mode

    Synopsis

     int SPI_execp(SPIPlanPtr plan, Datum * values, const char * nulls, long count)
     

    Description

    SPI_execp is the same as @@ -33,4 +33,4 @@ SPI_processed and SPI_tuptable are set as in SPI_execute if successful. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-extended.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-extended.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-extended.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-extended.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_execute_extended

    SPI_execute_extended

    SPI_execute_extended — execute a command with out-of-line parameters

    Synopsis

    +SPI_execute_extended

    SPI_execute_extended

    SPI_execute_extended — execute a command with out-of-line parameters

    Synopsis

     int SPI_execute_extended(const char *command,
                              const SPIExecuteOptions * options)
     

    Description

    @@ -65,4 +65,4 @@ SPI_tuptable is set to NULL. If a tuple count is required, the caller's DestReceiver object must calculate it. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_execute

    SPI_execute

    SPI_execute — execute a command

    Synopsis

    +SPI_execute

    SPI_execute

    SPI_execute — execute a command

    Synopsis

     int SPI_execute(const char * command, bool read_only, long count)
     

    Description

    SPI_execute executes the specified SQL command @@ -174,4 +174,4 @@ C function variables if you need to access the result table of SPI_execute or another query-execution function across later calls. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-plan-extended.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-plan-extended.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-plan-extended.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-plan-extended.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_execute_plan_extended

    SPI_execute_plan_extended

    SPI_execute_plan_extended — execute a statement prepared by SPI_prepare

    Synopsis

    +SPI_execute_plan_extended

    SPI_execute_plan_extended

    SPI_execute_plan_extended — execute a statement prepared by SPI_prepare

    Synopsis

     int SPI_execute_plan_extended(SPIPlanPtr plan,
                                   const SPIExecuteOptions * options)
     

    Description

    @@ -65,4 +65,4 @@ SPI_tuptable is set to NULL. If a tuple count is required, the caller's DestReceiver object must calculate it. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-plan.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-plan.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-plan.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-plan.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_execute_plan

    SPI_execute_plan

    SPI_execute_plan — execute a statement prepared by SPI_prepare

    Synopsis

    +SPI_execute_plan

    SPI_execute_plan

    SPI_execute_plan — execute a statement prepared by SPI_prepare

    Synopsis

     int SPI_execute_plan(SPIPlanPtr plan, Datum * values, const char * nulls,
                          bool read_only, long count)
     

    Description

    @@ -44,4 +44,4 @@ SPI_processed and SPI_tuptable are set as in SPI_execute if successful. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-plan-with-paramlist.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-plan-with-paramlist.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-plan-with-paramlist.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-plan-with-paramlist.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_execute_plan_with_paramlist

    SPI_execute_plan_with_paramlist

    SPI_execute_plan_with_paramlist — execute a statement prepared by SPI_prepare

    Synopsis

    +SPI_execute_plan_with_paramlist

    SPI_execute_plan_with_paramlist

    SPI_execute_plan_with_paramlist — execute a statement prepared by SPI_prepare

    Synopsis

     int SPI_execute_plan_with_paramlist(SPIPlanPtr plan,
                                         ParamListInfo params,
                                         bool read_only,
    @@ -29,4 +29,4 @@
        SPI_processed and
        SPI_tuptable are set as in
        SPI_execute_plan if successful.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-with-args.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-with-args.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-execute-with-args.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-execute-with-args.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_execute_with_args

    SPI_execute_with_args

    SPI_execute_with_args — execute a command with out-of-line parameters

    Synopsis

    +SPI_execute_with_args

    SPI_execute_with_args

    SPI_execute_with_args — execute a command with out-of-line parameters

    Synopsis

     int SPI_execute_with_args(const char *command,
                               int nargs, Oid *argtypes,
                               Datum *values, const char *nulls,
    @@ -57,4 +57,4 @@
        SPI_processed and
        SPI_tuptable are set as in
        SPI_execute if successful.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-finish.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-finish.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-finish.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-finish.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_finish

    SPI_finish

    SPI_finish — disconnect a C function from the SPI manager

    Synopsis

    +SPI_finish

    SPI_finish

    SPI_finish — disconnect a C function from the SPI manager

    Synopsis

     int SPI_finish(void)
     

    Description

    SPI_finish closes an existing connection to @@ -12,4 +12,4 @@ if properly disconnected

    SPI_ERROR_UNCONNECTED

    if called from an unconnected C function -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-fname.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-fname.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-fname.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-fname.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_fname

    SPI_fname

    SPI_fname — determine the column name for the specified column number

    Synopsis

    +SPI_fname

    SPI_fname

    SPI_fname — determine the column name for the specified column number

    Synopsis

     char * SPI_fname(TupleDesc rowdesc, int colnumber)
     

    Description

    SPI_fname returns a copy of the column name of the @@ -14,4 +14,4 @@ colnumber is out of range. SPI_result set to SPI_ERROR_NOATTRIBUTE on error. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-fnumber.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-fnumber.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-fnumber.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-fnumber.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_fnumber

    SPI_fnumber

    SPI_fnumber — determine the column number for the specified column name

    Synopsis

    +SPI_fnumber

    SPI_fnumber

    SPI_fnumber — determine the column number for the specified column name

    Synopsis

     int SPI_fnumber(TupleDesc rowdesc, const char * colname)
     

    Description

    SPI_fnumber returns the column number for the @@ -19,4 +19,4 @@ Column number (count starts at 1 for user-defined columns), or SPI_ERROR_NOATTRIBUTE if the named column was not found. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-freeplan.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-freeplan.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-freeplan.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-freeplan.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_freeplan

    SPI_freeplan

    SPI_freeplan — free a previously saved prepared statement

    Synopsis

    +SPI_freeplan

    SPI_freeplan

    SPI_freeplan — free a previously saved prepared statement

    Synopsis

     int SPI_freeplan(SPIPlanPtr plan)
     

    Description

    SPI_freeplan releases a prepared statement @@ -11,4 +11,4 @@ 0 on success; SPI_ERROR_ARGUMENT if plan is NULL or invalid -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-freetuple.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-freetuple.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-freetuple.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-freetuple.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_freetuple

    SPI_freetuple

    SPI_freetuple — free a row allocated in the upper executor context

    Synopsis

    +SPI_freetuple

    SPI_freetuple

    SPI_freetuple — free a row allocated in the upper executor context

    Synopsis

     void SPI_freetuple(HeapTuple row)
     

    Description

    SPI_freetuple frees a row previously allocated @@ -10,4 +10,4 @@ compatibility of existing code.

    Arguments

    HeapTuple row

    row to free -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-freetupletable.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-freetupletable.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-freetupletable.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-freetupletable.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_freetuptable

    SPI_freetuptable

    SPI_freetuptable — free a row set created by SPI_execute or a similar +SPI_freetuptable

    SPI_freetuptable

    SPI_freetuptable — free a row set created by SPI_execute or a similar function

    Synopsis

     void SPI_freetuptable(SPITupleTable * tuptable)
     

    Description

    @@ -23,4 +23,4 @@ releases, duplicate deletions would lead to crashes.

    Arguments

    SPITupleTable * tuptable

    pointer to row set to free, or NULL to do nothing -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-getargcount.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-getargcount.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-getargcount.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-getargcount.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_getargcount

    SPI_getargcount

    SPI_getargcount — return the number of arguments needed by a statement +SPI_getargcount

    SPI_getargcount

    SPI_getargcount — return the number of arguments needed by a statement prepared by SPI_prepare

    Synopsis

     int SPI_getargcount(SPIPlanPtr plan)
     

    Description

    @@ -12,4 +12,4 @@ If the plan is NULL or invalid, SPI_result is set to SPI_ERROR_ARGUMENT and -1 is returned. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-getargtypeid.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-getargtypeid.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-getargtypeid.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-getargtypeid.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_getargtypeid

    SPI_getargtypeid

    SPI_getargtypeid — return the data type OID for an argument of +SPI_getargtypeid

    SPI_getargtypeid

    SPI_getargtypeid — return the data type OID for an argument of a statement prepared by SPI_prepare

    Synopsis

     Oid SPI_getargtypeid(SPIPlanPtr plan, int argIndex)
     

    Description

    @@ -18,4 +18,4 @@ plan, SPI_result is set to SPI_ERROR_ARGUMENT and InvalidOid is returned. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-getbinval.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-getbinval.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-getbinval.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-getbinval.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_getbinval

    SPI_getbinval

    SPI_getbinval — return the binary value of the specified column

    Synopsis

    +SPI_getbinval

    SPI_getbinval

    SPI_getbinval — return the binary value of the specified column

    Synopsis

     Datum SPI_getbinval(HeapTuple row, TupleDesc rowdesc, int colnumber,
                         bool * isnull)
     

    Description

    @@ -24,4 +24,4 @@

    SPI_result is set to SPI_ERROR_NOATTRIBUTE on error. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-getnspname.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-getnspname.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-getnspname.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-getnspname.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_getnspname

    SPI_getnspname

    SPI_getnspname — return the namespace of the specified relation

    Synopsis

    +SPI_getnspname

    SPI_getnspname

    SPI_getnspname — return the namespace of the specified relation

    Synopsis

     char * SPI_getnspname(Relation rel)
     

    Description

    SPI_getnspname returns a copy of the name of @@ -11,4 +11,4 @@ input relation

    Return Value

    The name of the specified relation's namespace. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-getrelname.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-getrelname.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-getrelname.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-getrelname.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_getrelname

    SPI_getrelname

    SPI_getrelname — return the name of the specified relation

    Synopsis

    +SPI_getrelname

    SPI_getrelname

    SPI_getrelname — return the name of the specified relation

    Synopsis

     char * SPI_getrelname(Relation rel)
     

    Description

    SPI_getrelname returns a copy of the name of the @@ -9,4 +9,4 @@ input relation

    Return Value

    The name of the specified relation. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-gettype.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-gettype.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-gettype.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-gettype.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_gettype

    SPI_gettype

    SPI_gettype — return the data type name of the specified column

    Synopsis

    +SPI_gettype

    SPI_gettype

    SPI_gettype — return the data type name of the specified column

    Synopsis

     char * SPI_gettype(TupleDesc rowdesc, int colnumber)
     

    Description

    SPI_gettype returns a copy of the data type name of the @@ -13,4 +13,4 @@ The data type name of the specified column, or NULL on error. SPI_result is set to SPI_ERROR_NOATTRIBUTE on error. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-gettypeid.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-gettypeid.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-gettypeid.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-gettypeid.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_gettypeid

    SPI_gettypeid

    SPI_gettypeid — return the data type OID of the specified column

    Synopsis

    +SPI_gettypeid

    SPI_gettypeid

    SPI_gettypeid — return the data type OID of the specified column

    Synopsis

     Oid SPI_gettypeid(TupleDesc rowdesc, int colnumber)
     

    Description

    SPI_gettypeid returns the @@ -13,4 +13,4 @@ or InvalidOid on error. On error, SPI_result is set to SPI_ERROR_NOATTRIBUTE. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-getvalue.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-getvalue.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-getvalue.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-getvalue.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_getvalue

    SPI_getvalue

    SPI_getvalue — return the string value of the specified column

    Synopsis

    +SPI_getvalue

    SPI_getvalue

    SPI_getvalue — return the string value of the specified column

    Synopsis

     char * SPI_getvalue(HeapTuple row, TupleDesc rowdesc, int colnumber)
     

    Description

    SPI_getvalue returns the string representation @@ -22,4 +22,4 @@ SPI_ERROR_NOATTRIBUTE), or no output function is available (SPI_result is set to SPI_ERROR_NOOUTFUNC). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-is-cursor-plan.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-is-cursor-plan.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-is-cursor-plan.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-is-cursor-plan.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_is_cursor_plan

    SPI_is_cursor_plan

    SPI_is_cursor_plan — return true if a statement +SPI_is_cursor_plan

    SPI_is_cursor_plan

    SPI_is_cursor_plan — return true if a statement prepared by SPI_prepare can be used with SPI_cursor_open

    Synopsis

     bool SPI_is_cursor_plan(SPIPlanPtr plan)
    @@ -24,4 +24,4 @@
         or if called when not connected to SPI), then
         SPI_result is set to a suitable error code
         and false is returned.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-keepplan.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-keepplan.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-keepplan.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-keepplan.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_keepplan

    SPI_keepplan

    SPI_keepplan — save a prepared statement

    Synopsis

    +SPI_keepplan

    SPI_keepplan

    SPI_keepplan — save a prepared statement

    Synopsis

     int SPI_keepplan(SPIPlanPtr plan)
     

    Description

    SPI_keepplan saves a passed statement (prepared by @@ -17,4 +17,4 @@ The passed-in statement is relocated to permanent storage by means of pointer adjustment (no data copying is required). If you later wish to delete it, use SPI_freeplan on it. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-modifytuple.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-modifytuple.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-modifytuple.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-modifytuple.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_modifytuple

    SPI_modifytuple

    SPI_modifytuple — create a row by replacing selected fields of a given row

    Synopsis

    +SPI_modifytuple

    SPI_modifytuple

    SPI_modifytuple — create a row by replacing selected fields of a given row

    Synopsis

     HeapTuple SPI_modifytuple(Relation rel, HeapTuple row, int ncols,
                               int * colnum, Datum * values, const char * nulls)
     

    Description

    @@ -56,4 +56,4 @@

    SPI_ERROR_UNCONNECTED

    if SPI is not active

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-palloc.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-palloc.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-palloc.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-palloc.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_palloc

    SPI_palloc

    SPI_palloc — allocate memory in the upper executor context

    Synopsis

    +SPI_palloc

    SPI_palloc

    SPI_palloc — allocate memory in the upper executor context

    Synopsis

     void * SPI_palloc(Size size)
     

    Description

    SPI_palloc allocates memory in the upper @@ -11,4 +11,4 @@ size in bytes of storage to allocate

    Return Value

    pointer to new storage space of the specified size -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-pfree.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-pfree.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-pfree.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-pfree.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_pfree

    SPI_pfree

    SPI_pfree — free memory in the upper executor context

    Synopsis

    +SPI_pfree

    SPI_pfree

    SPI_pfree — free memory in the upper executor context

    Synopsis

     void SPI_pfree(void * pointer)
     

    Description

    SPI_pfree frees memory previously allocated @@ -11,4 +11,4 @@ compatibility of existing code.

    Arguments

    void * pointer

    pointer to existing storage to free -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare-cursor.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare-cursor.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare-cursor.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare-cursor.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_prepare_cursor

    SPI_prepare_cursor

    SPI_prepare_cursor — prepare a statement, without executing it yet

    Synopsis

    +SPI_prepare_cursor

    SPI_prepare_cursor

    SPI_prepare_cursor — prepare a statement, without executing it yet

    Synopsis

     SPIPlanPtr SPI_prepare_cursor(const char * command, int nargs,
                                   Oid * argtypes, int cursorOptions)
     

    Description

    @@ -32,4 +32,4 @@ CURSOR_OPT_GENERIC_PLAN, and CURSOR_OPT_CUSTOM_PLAN. Note in particular that CURSOR_OPT_HOLD is ignored. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare-extended.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare-extended.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare-extended.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare-extended.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_prepare_extended

    SPI_prepare_extended

    SPI_prepare_extended — prepare a statement, without executing it yet

    Synopsis

    +SPI_prepare_extended

    SPI_prepare_extended

    SPI_prepare_extended — prepare a statement, without executing it yet

    Synopsis

     SPIPlanPtr SPI_prepare_extended(const char * command,
                                     const SPIPrepareOptions * options)
     

    Description

    @@ -31,4 +31,4 @@

    Return Value

    SPI_prepare_extended has the same return conventions as SPI_prepare. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_prepare

    SPI_prepare

    SPI_prepare — prepare a statement, without executing it yet

    Synopsis

    +SPI_prepare

    SPI_prepare

    SPI_prepare — prepare a statement, without executing it yet

    Synopsis

     SPIPlanPtr SPI_prepare(const char * command, int nargs, Oid * argtypes)
     

    Description

    SPI_prepare creates and returns a prepared @@ -81,4 +81,4 @@

    The name SPIPlanPtr is somewhat historical, since the data structure no longer necessarily contains an execution plan. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare-params.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare-params.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-prepare-params.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-prepare-params.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_prepare_params

    SPI_prepare_params

    SPI_prepare_params — prepare a statement, without executing it yet

    Synopsis

    +SPI_prepare_params

    SPI_prepare_params

    SPI_prepare_params — prepare a statement, without executing it yet

    Synopsis

     SPIPlanPtr SPI_prepare_params(const char * command,
                                   ParserSetupHook parserSetup,
                                   void * parserSetupArg,
    @@ -24,4 +24,4 @@
          

    Return Value

    SPI_prepare_params has the same return conventions as SPI_prepare. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-register-relation.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-register-relation.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-register-relation.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-register-relation.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_register_relation

    SPI_register_relation

    SPI_register_relation — make an ephemeral named relation available by name in SPI queries

    Synopsis

    +SPI_register_relation

    SPI_register_relation

    SPI_register_relation — make an ephemeral named relation available by name in SPI queries

    Synopsis

     int SPI_register_relation(EphemeralNamedRelation enr)
     

    Description

    SPI_register_relation makes an ephemeral named @@ -26,4 +26,4 @@ if the name specified in the name field of enr is already registered for this connection

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-register-trigger-data.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-register-trigger-data.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-register-trigger-data.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-register-trigger-data.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_register_trigger_data

    SPI_register_trigger_data

    SPI_register_trigger_data — make ephemeral trigger data available in SPI queries

    Synopsis

    +SPI_register_trigger_data

    SPI_register_trigger_data

    SPI_register_trigger_data — make ephemeral trigger data available in SPI queries

    Synopsis

     int SPI_register_trigger_data(TriggerData *tdata)
     

    Description

    SPI_register_trigger_data makes any ephemeral @@ -29,4 +29,4 @@ if the name of any trigger data transient relation is already registered for this connection

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-result-code-string.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-result-code-string.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-result-code-string.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-result-code-string.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_result_code_string

    SPI_result_code_string

    SPI_result_code_string — return error code as string

    Synopsis

    +SPI_result_code_string

    SPI_result_code_string

    SPI_result_code_string — return error code as string

    Synopsis

     const char * SPI_result_code_string(int code);
     

    Description

    SPI_result_code_string returns a string representation @@ -9,4 +9,4 @@ result code

    Return Value

    A string representation of the result code. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-returntuple.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-returntuple.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-returntuple.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-returntuple.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_returntuple

    SPI_returntuple

    SPI_returntuple — prepare to return a tuple as a Datum

    Synopsis

    +SPI_returntuple

    SPI_returntuple

    SPI_returntuple — prepare to return a tuple as a Datum

    Synopsis

     HeapTupleHeader SPI_returntuple(HeapTuple row, TupleDesc rowdesc)
     

    Description

    SPI_returntuple makes a copy of a row in @@ -23,4 +23,4 @@ HeapTupleHeader pointing to copied row, or NULL on error (see SPI_result for an error indication) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-rollback.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-rollback.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-rollback.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-rollback.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_rollback

    SPI_rollback

    SPI_rollback, SPI_rollback_and_chain — abort the current transaction

    Synopsis

    +SPI_rollback

    SPI_rollback

    SPI_rollback, SPI_rollback_and_chain — abort the current transaction

    Synopsis

     void SPI_rollback(void)
     
     void SPI_rollback_and_chain(void)
    @@ -17,4 +17,4 @@
       

    These functions can only be executed if the SPI connection has been set as nonatomic in the call to SPI_connect_ext. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-saveplan.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-saveplan.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-saveplan.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-saveplan.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_saveplan

    SPI_saveplan

    SPI_saveplan — save a prepared statement

    Synopsis

    +SPI_saveplan

    SPI_saveplan

    SPI_saveplan — save a prepared statement

    Synopsis

     SPIPlanPtr SPI_saveplan(SPIPlanPtr plan)
     

    Description

    SPI_saveplan copies a passed statement (prepared by @@ -27,4 +27,4 @@ In most cases, SPI_keepplan is preferred to this function, since it accomplishes largely the same result without needing to physically copy the prepared statement's data structures. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-scroll-cursor-fetch.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-scroll-cursor-fetch.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-scroll-cursor-fetch.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-scroll-cursor-fetch.html 2022-11-07 22:00:37.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_scroll_cursor_fetch

    SPI_scroll_cursor_fetch

    SPI_scroll_cursor_fetch — fetch some rows from a cursor

    Synopsis

    +SPI_scroll_cursor_fetch

    SPI_scroll_cursor_fetch

    SPI_scroll_cursor_fetch — fetch some rows from a cursor

    Synopsis

     void SPI_scroll_cursor_fetch(Portal portal, FetchDirection direction,
                                  long count)
     

    Description

    @@ -31,4 +31,4 @@ Direction values other than FETCH_FORWARD may fail if the cursor's plan was not created with the CURSOR_OPT_SCROLL option. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-scroll-cursor-move.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-scroll-cursor-move.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-scroll-cursor-move.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-scroll-cursor-move.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_scroll_cursor_move

    SPI_scroll_cursor_move

    SPI_scroll_cursor_move — move a cursor

    Synopsis

    +SPI_scroll_cursor_move

    SPI_scroll_cursor_move

    SPI_scroll_cursor_move — move a cursor

    Synopsis

     void SPI_scroll_cursor_move(Portal portal, FetchDirection direction,
                                 long count)
     

    Description

    @@ -33,4 +33,4 @@ Direction values other than FETCH_FORWARD may fail if the cursor's plan was not created with the CURSOR_OPT_SCROLL option. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-start-transaction.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-start-transaction.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-start-transaction.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-start-transaction.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_start_transaction

    SPI_start_transaction

    SPI_start_transaction — obsolete function

    Synopsis

    +SPI_start_transaction

    SPI_start_transaction

    SPI_start_transaction — obsolete function

    Synopsis

     void SPI_start_transaction(void)
     

    Description

    SPI_start_transaction does nothing, and exists @@ -8,4 +8,4 @@ be required after calling SPI_commit or SPI_rollback, but now those functions start a new transaction automatically. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-spi-unregister-relation.html postgresql-14-14.6/doc/src/sgml/html/spi-spi-unregister-relation.html --- postgresql-14-14.5/doc/src/sgml/html/spi-spi-unregister-relation.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-spi-unregister-relation.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -SPI_unregister_relation

    SPI_unregister_relation

    SPI_unregister_relation — remove an ephemeral named relation from the registry

    Synopsis

    +SPI_unregister_relation

    SPI_unregister_relation

    SPI_unregister_relation — remove an ephemeral named relation from the registry

    Synopsis

     int SPI_unregister_relation(const char * name)
     

    Description

    SPI_unregister_relation removes an ephemeral named @@ -24,4 +24,4 @@ if name is not found in the registry for the current connection

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-transaction.html postgresql-14-14.6/doc/src/sgml/html/spi-transaction.html --- postgresql-14-14.5/doc/src/sgml/html/spi-transaction.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-transaction.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -47.4. Transaction Management

    47.4. Transaction Management

    SPI_commit — commit the current transaction
    SPI_rollback — abort the current transaction
    SPI_start_transaction — obsolete function

    +47.4. Transaction Management

    47.4. Transaction Management

    SPI_commit — commit the current transaction
    SPI_rollback — abort the current transaction
    SPI_start_transaction — obsolete function

    It is not possible to run transaction control commands such as COMMIT and ROLLBACK through SPI functions such as SPI_execute. There are, however, @@ -16,4 +16,4 @@ command, taking the context of the CALL invocation into account. SPI-using procedures implemented in C can implement the same logic, but the details of that are beyond the scope of this documentation. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/spi-visibility.html postgresql-14-14.6/doc/src/sgml/html/spi-visibility.html --- postgresql-14-14.5/doc/src/sgml/html/spi-visibility.html 2022-08-08 20:58:30.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/spi-visibility.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -47.5. Visibility of Data Changes

    47.5. Visibility of Data Changes

    +47.5. Visibility of Data Changes

    47.5. Visibility of Data Changes

    The following rules govern the visibility of data changes in functions that use SPI (or any other C function): @@ -35,4 +35,4 @@

    The next section contains an example that illustrates the application of these rules. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-abort.html postgresql-14-14.6/doc/src/sgml/html/sql-abort.html --- postgresql-14-14.5/doc/src/sgml/html/sql-abort.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-abort.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ABORT

    ABORT

    ABORT — abort the current transaction

    Synopsis

    +ABORT

    ABORT

    ABORT — abort the current transaction

    Synopsis

     ABORT [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ]
     

    Description

    ABORT rolls back the current transaction and causes @@ -28,4 +28,4 @@ This command is a PostgreSQL extension present for historical reasons. ROLLBACK is the equivalent standard SQL command. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alteraggregate.html postgresql-14-14.6/doc/src/sgml/html/sql-alteraggregate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alteraggregate.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alteraggregate.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER AGGREGATE

    ALTER AGGREGATE

    ALTER AGGREGATE — change the definition of an aggregate function

    Synopsis

    +ALTER AGGREGATE

    ALTER AGGREGATE

    ALTER AGGREGATE — change the definition of an aggregate function

    Synopsis

     ALTER AGGREGATE name ( aggregate_signature ) RENAME TO new_name
     ALTER AGGREGATE name ( aggregate_signature )
                     OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
    @@ -80,4 +80,4 @@
     

    Compatibility

    There is no ALTER AGGREGATE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altercollation.html postgresql-14-14.6/doc/src/sgml/html/sql-altercollation.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altercollation.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altercollation.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER COLLATION

    ALTER COLLATION

    ALTER COLLATION — change the definition of a collation

    Synopsis

    +ALTER COLLATION

    ALTER COLLATION

    ALTER COLLATION — change the definition of a collation

    Synopsis

     ALTER COLLATION name REFRESH VERSION
     
     ALTER COLLATION name RENAME TO new_name
    @@ -91,4 +91,4 @@
     

    Compatibility

    There is no ALTER COLLATION statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterconversion.html postgresql-14-14.6/doc/src/sgml/html/sql-alterconversion.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterconversion.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterconversion.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER CONVERSION

    ALTER CONVERSION

    ALTER CONVERSION — change the definition of a conversion

    Synopsis

    +ALTER CONVERSION

    ALTER CONVERSION

    ALTER CONVERSION — change the definition of a conversion

    Synopsis

     ALTER CONVERSION name RENAME TO new_name
     ALTER CONVERSION name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
     ALTER CONVERSION name SET SCHEMA new_schema
    @@ -36,4 +36,4 @@
     

    Compatibility

    There is no ALTER CONVERSION statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterdatabase.html postgresql-14-14.6/doc/src/sgml/html/sql-alterdatabase.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterdatabase.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterdatabase.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER DATABASE

    ALTER DATABASE

    ALTER DATABASE — change a database

    Synopsis

    +ALTER DATABASE

    ALTER DATABASE

    ALTER DATABASE — change a database

    Synopsis

     ALTER DATABASE name [ [ WITH ] option [ ... ] ]
     
     where option can be:
    @@ -105,4 +105,4 @@
     

    Compatibility

    The ALTER DATABASE statement is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterdefaultprivileges.html postgresql-14-14.6/doc/src/sgml/html/sql-alterdefaultprivileges.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterdefaultprivileges.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterdefaultprivileges.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER DEFAULT PRIVILEGES

    ALTER DEFAULT PRIVILEGES

    ALTER DEFAULT PRIVILEGES — define default access privileges

    Synopsis

    +ALTER DEFAULT PRIVILEGES

    ALTER DEFAULT PRIVILEGES

    ALTER DEFAULT PRIVILEGES — define default access privileges

    Synopsis

     ALTER DEFAULT PRIVILEGES
         [ FOR { ROLE | USER } target_role [, ...] ]
         [ IN SCHEMA schema_name [, ...] ]
    @@ -156,4 +156,4 @@
       

    Compatibility

    There is no ALTER DEFAULT PRIVILEGES statement in the SQL standard. -

    See Also

    GRANT, REVOKE
    \ No newline at end of file +

    See Also

    GRANT, REVOKE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterdomain.html postgresql-14-14.6/doc/src/sgml/html/sql-alterdomain.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterdomain.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterdomain.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER DOMAIN

    ALTER DOMAIN

    ALTER DOMAIN — +ALTER DOMAIN

    ALTER DOMAIN

    ALTER DOMAIN — change the definition of a domain

    Synopsis

     ALTER DOMAIN name
    @@ -149,4 +149,4 @@
        PostgreSQL extensions.  The NOT VALID
        clause of the ADD CONSTRAINT variant is also a
        PostgreSQL extension.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altereventtrigger.html postgresql-14-14.6/doc/src/sgml/html/sql-altereventtrigger.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altereventtrigger.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altereventtrigger.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER EVENT TRIGGER

    ALTER EVENT TRIGGER

    ALTER EVENT TRIGGER — change the definition of an event trigger

    Synopsis

    +ALTER EVENT TRIGGER

    ALTER EVENT TRIGGER

    ALTER EVENT TRIGGER — change the definition of an event trigger

    Synopsis

     ALTER EVENT TRIGGER name DISABLE
     ALTER EVENT TRIGGER name ENABLE [ REPLICA | ALWAYS ]
     ALTER EVENT TRIGGER name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
    @@ -22,4 +22,4 @@
          

    Compatibility

    There is no ALTER EVENT TRIGGER statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterextension.html postgresql-14-14.6/doc/src/sgml/html/sql-alterextension.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterextension.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterextension.html 2022-11-07 22:00:38.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER EXTENSION

    ALTER EXTENSION

    ALTER EXTENSION — +ALTER EXTENSION

    ALTER EXTENSION

    ALTER EXTENSION — change the definition of an extension

    Synopsis

     ALTER EXTENSION name UPDATE [ TO new_version ]
    @@ -138,4 +138,4 @@
     

    Compatibility

    ALTER EXTENSION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterforeigndatawrapper.html postgresql-14-14.6/doc/src/sgml/html/sql-alterforeigndatawrapper.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterforeigndatawrapper.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterforeigndatawrapper.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER FOREIGN DATA WRAPPER

    ALTER FOREIGN DATA WRAPPER

    ALTER FOREIGN DATA WRAPPER — change the definition of a foreign-data wrapper

    Synopsis

    +ALTER FOREIGN DATA WRAPPER

    ALTER FOREIGN DATA WRAPPER

    ALTER FOREIGN DATA WRAPPER — change the definition of a foreign-data wrapper

    Synopsis

     ALTER FOREIGN DATA WRAPPER name
         [ HANDLER handler_function | NO HANDLER ]
         [ VALIDATOR validator_function | NO VALIDATOR ]
    @@ -65,4 +65,4 @@
        9075-9 (SQL/MED), except that the HANDLER,
        VALIDATOR, OWNER TO, and RENAME
        clauses are extensions.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterforeigntable.html postgresql-14-14.6/doc/src/sgml/html/sql-alterforeigntable.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterforeigntable.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterforeigntable.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER FOREIGN TABLE

    ALTER FOREIGN TABLE

    ALTER FOREIGN TABLE — change the definition of a foreign table

    Synopsis

    +ALTER FOREIGN TABLE

    ALTER FOREIGN TABLE

    ALTER FOREIGN TABLE — change the definition of a foreign table

    Synopsis

     ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] name [ * ]
         action [, ... ]
     ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] name [ * ]
    @@ -233,4 +233,4 @@
        ALTER FOREIGN TABLE DROP COLUMN can be used to drop the only
        column of a foreign table, leaving a zero-column table.  This is an
        extension of SQL, which disallows zero-column foreign tables.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterfunction.html postgresql-14-14.6/doc/src/sgml/html/sql-alterfunction.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterfunction.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterfunction.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER FUNCTION

    ALTER FUNCTION

    ALTER FUNCTION — change the definition of a function

    Synopsis

    +ALTER FUNCTION

    ALTER FUNCTION

    ALTER FUNCTION — change the definition of a function

    Synopsis

     ALTER FUNCTION name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
         action [ ... ] [ RESTRICT ]
     ALTER FUNCTION name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
    @@ -171,4 +171,4 @@
        or change the owner, schema, or volatility of a function. The standard also
        requires the RESTRICT key word, which is optional in
        PostgreSQL.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altergroup.html postgresql-14-14.6/doc/src/sgml/html/sql-altergroup.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altergroup.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altergroup.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER GROUP

    ALTER GROUP

    ALTER GROUP — change role name or membership

    Synopsis

    +ALTER GROUP

    ALTER GROUP

    ALTER GROUP — change role name or membership

    Synopsis

     ALTER GROUP role_specification ADD USER user_name [, ... ]
     ALTER GROUP role_specification DROP USER user_name [, ... ]
     
    @@ -50,4 +50,4 @@
     

    Compatibility

    There is no ALTER GROUP statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterindex.html postgresql-14-14.6/doc/src/sgml/html/sql-alterindex.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterindex.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterindex.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER INDEX

    ALTER INDEX

    ALTER INDEX — change the definition of an index

    Synopsis

    +ALTER INDEX

    ALTER INDEX

    ALTER INDEX — change the definition of an index

    Synopsis

     ALTER INDEX [ IF EXISTS ] name RENAME TO new_name
     ALTER INDEX [ IF EXISTS ] name SET TABLESPACE tablespace_name
     ALTER INDEX name ATTACH PARTITION index_name
    @@ -135,4 +135,4 @@
     

    Compatibility

    ALTER INDEX is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterlanguage.html postgresql-14-14.6/doc/src/sgml/html/sql-alterlanguage.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterlanguage.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterlanguage.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER LANGUAGE

    ALTER LANGUAGE

    ALTER LANGUAGE — change the definition of a procedural language

    Synopsis

    +ALTER LANGUAGE

    ALTER LANGUAGE

    ALTER LANGUAGE — change the definition of a procedural language

    Synopsis

     ALTER [ PROCEDURAL ] LANGUAGE name RENAME TO new_name
     ALTER [ PROCEDURAL ] LANGUAGE name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
     

    Description

    @@ -16,4 +16,4 @@

    Compatibility

    There is no ALTER LANGUAGE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterlargeobject.html postgresql-14-14.6/doc/src/sgml/html/sql-alterlargeobject.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterlargeobject.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterlargeobject.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER LARGE OBJECT

    ALTER LARGE OBJECT

    ALTER LARGE OBJECT — change the definition of a large object

    Synopsis

    +ALTER LARGE OBJECT

    ALTER LARGE OBJECT

    ALTER LARGE OBJECT — change the definition of a large object

    Synopsis

     ALTER LARGE OBJECT large_object_oid OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
     

    Description

    ALTER LARGE OBJECT changes the definition of a @@ -17,4 +17,4 @@

    Compatibility

    There is no ALTER LARGE OBJECT statement in the SQL standard. -

    See Also

    Chapter 35
    \ No newline at end of file +

    See Also

    Chapter 35
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altermaterializedview.html postgresql-14-14.6/doc/src/sgml/html/sql-altermaterializedview.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altermaterializedview.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altermaterializedview.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER MATERIALIZED VIEW

    ALTER MATERIALIZED VIEW

    ALTER MATERIALIZED VIEW — change the definition of a materialized view

    Synopsis

    +ALTER MATERIALIZED VIEW

    ALTER MATERIALIZED VIEW

    ALTER MATERIALIZED VIEW — change the definition of a materialized view

    Synopsis

     ALTER MATERIALIZED VIEW [ IF EXISTS ] name
         action [, ... ]
     ALTER MATERIALIZED VIEW name
    @@ -71,4 +71,4 @@
     

    Compatibility

    ALTER MATERIALIZED VIEW is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alteropclass.html postgresql-14-14.6/doc/src/sgml/html/sql-alteropclass.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alteropclass.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alteropclass.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER OPERATOR CLASS

    ALTER OPERATOR CLASS

    ALTER OPERATOR CLASS — change the definition of an operator class

    Synopsis

    +ALTER OPERATOR CLASS

    ALTER OPERATOR CLASS

    ALTER OPERATOR CLASS — change the definition of an operator class

    Synopsis

     ALTER OPERATOR CLASS name USING index_method
         RENAME TO new_name
     
    @@ -33,4 +33,4 @@
          

    Compatibility

    There is no ALTER OPERATOR CLASS statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alteroperator.html postgresql-14-14.6/doc/src/sgml/html/sql-alteroperator.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alteroperator.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alteroperator.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER OPERATOR

    ALTER OPERATOR

    ALTER OPERATOR — change the definition of an operator

    Synopsis

    +ALTER OPERATOR

    ALTER OPERATOR

    ALTER OPERATOR — change the definition of an operator

    Synopsis

     ALTER OPERATOR name ( { left_type | NONE } , right_type )
         OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
     
    @@ -46,4 +46,4 @@
     

    Compatibility

    There is no ALTER OPERATOR statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alteropfamily.html postgresql-14-14.6/doc/src/sgml/html/sql-alteropfamily.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alteropfamily.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alteropfamily.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER OPERATOR FAMILY

    ALTER OPERATOR FAMILY

    ALTER OPERATOR FAMILY — change the definition of an operator family

    Synopsis

    +ALTER OPERATOR FAMILY

    ALTER OPERATOR FAMILY

    ALTER OPERATOR FAMILY — change the definition of an operator family

    Synopsis

     ALTER OPERATOR FAMILY name USING index_method ADD
       {  OPERATOR strategy_number operator_name ( op_type, op_type )
                   [ FOR SEARCH | FOR ORDER BY sort_family_name ]
    @@ -178,4 +178,4 @@
     

    Compatibility

    There is no ALTER OPERATOR FAMILY statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterpolicy.html postgresql-14-14.6/doc/src/sgml/html/sql-alterpolicy.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterpolicy.html 2022-08-08 20:58:31.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterpolicy.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER POLICY

    ALTER POLICY

    ALTER POLICY — change the definition of a row-level security policy

    Synopsis

    +ALTER POLICY

    ALTER POLICY

    ALTER POLICY — change the definition of a row-level security policy

    Synopsis

     ALTER POLICY name ON table_name RENAME TO new_name
     
     ALTER POLICY name ON table_name
    @@ -42,4 +42,4 @@
           See CREATE POLICY for details.
          

    Compatibility

    ALTER POLICY is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterprocedure.html postgresql-14-14.6/doc/src/sgml/html/sql-alterprocedure.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterprocedure.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterprocedure.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER PROCEDURE

    ALTER PROCEDURE

    ALTER PROCEDURE — change the definition of a procedure

    Synopsis

    +ALTER PROCEDURE

    ALTER PROCEDURE

    ALTER PROCEDURE — change the definition of a procedure

    Synopsis

     ALTER PROCEDURE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
         action [ ... ] [ RESTRICT ]
     ALTER PROCEDURE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
    @@ -130,4 +130,4 @@
        or change the owner, schema, or volatility of a procedure. The standard also
        requires the RESTRICT key word, which is optional in
        PostgreSQL.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterpublication.html postgresql-14-14.6/doc/src/sgml/html/sql-alterpublication.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterpublication.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterpublication.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER PUBLICATION

    ALTER PUBLICATION

    ALTER PUBLICATION — change the definition of a publication

    Synopsis

    +ALTER PUBLICATION

    ALTER PUBLICATION

    ALTER PUBLICATION — change the definition of a publication

    Synopsis

     ALTER PUBLICATION name ADD TABLE [ ONLY ] table_name [ * ] [, ...]
     ALTER PUBLICATION name SET TABLE [ ONLY ] table_name [ * ] [, ...]
     ALTER PUBLICATION name DROP TABLE [ ONLY ] table_name [ * ] [, ...]
    @@ -60,4 +60,4 @@
     

    Compatibility

    ALTER PUBLICATION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterrole.html postgresql-14-14.6/doc/src/sgml/html/sql-alterrole.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterrole.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterrole.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER ROLE

    ALTER ROLE

    ALTER ROLE — change a database role

    Synopsis

    +ALTER ROLE

    ALTER ROLE

    ALTER ROLE — change a database role

    Synopsis

     ALTER ROLE role_specification [ WITH ] option [ ... ]
     
     where option can be:
    @@ -186,4 +186,4 @@
     

    Compatibility

    The ALTER ROLE statement is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterroutine.html postgresql-14-14.6/doc/src/sgml/html/sql-alterroutine.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterroutine.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterroutine.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER ROUTINE

    ALTER ROUTINE

    ALTER ROUTINE — change the definition of a routine

    Synopsis

    +ALTER ROUTINE

    ALTER ROUTINE

    ALTER ROUTINE — change the definition of a routine

    Synopsis

     ALTER ROUTINE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
         action [ ... ] [ RESTRICT ]
     ALTER ROUTINE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
    @@ -46,4 +46,4 @@
        a PostgreSQL extension.
       

    See Also

    ALTER AGGREGATE, ALTER FUNCTION, ALTER PROCEDURE, DROP ROUTINE

    Note that there is no CREATE ROUTINE command. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterrule.html postgresql-14-14.6/doc/src/sgml/html/sql-alterrule.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterrule.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterrule.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER RULE

    ALTER RULE

    ALTER RULE — change the definition of a rule

    Synopsis

    +ALTER RULE

    ALTER RULE

    ALTER RULE — change the definition of a rule

    Synopsis

     ALTER RULE name ON table_name RENAME TO new_name
     

    Description

    ALTER RULE changes properties of an existing @@ -22,4 +22,4 @@ ALTER RULE is a PostgreSQL language extension, as is the entire query rewrite system. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterschema.html postgresql-14-14.6/doc/src/sgml/html/sql-alterschema.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterschema.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterschema.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER SCHEMA

    ALTER SCHEMA

    ALTER SCHEMA — change the definition of a schema

    Synopsis

    +ALTER SCHEMA

    ALTER SCHEMA

    ALTER SCHEMA — change the definition of a schema

    Synopsis

     ALTER SCHEMA name RENAME TO new_name
     ALTER SCHEMA name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
     

    Description

    @@ -23,4 +23,4 @@

    Compatibility

    There is no ALTER SCHEMA statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altersequence.html postgresql-14-14.6/doc/src/sgml/html/sql-altersequence.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altersequence.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altersequence.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER SEQUENCE

    ALTER SEQUENCE

    ALTER SEQUENCE — +ALTER SEQUENCE

    ALTER SEQUENCE

    ALTER SEQUENCE — change the definition of a sequence generator

    Synopsis

     ALTER SEQUENCE [ IF EXISTS ] name
    @@ -157,4 +157,4 @@
        OWNED BY, OWNER TO, RENAME TO, and
        SET SCHEMA clauses, which are
        PostgreSQL extensions.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterserver.html postgresql-14-14.6/doc/src/sgml/html/sql-alterserver.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterserver.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterserver.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER SERVER

    ALTER SERVER

    ALTER SERVER — change the definition of a foreign server

    Synopsis

    +ALTER SERVER

    ALTER SERVER

    ALTER SERVER — change the definition of a foreign server

    Synopsis

     ALTER SERVER name [ VERSION 'new_version' ]
         [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ]
     ALTER SERVER name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
    @@ -45,4 +45,4 @@
        ALTER SERVER conforms to ISO/IEC 9075-9 (SQL/MED).
        The OWNER TO and RENAME forms are
        PostgreSQL extensions.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterstatistics.html postgresql-14-14.6/doc/src/sgml/html/sql-alterstatistics.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterstatistics.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterstatistics.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER STATISTICS

    ALTER STATISTICS

    ALTER STATISTICS — +ALTER STATISTICS

    ALTER STATISTICS

    ALTER STATISTICS — change the definition of an extended statistics object

    Synopsis

     ALTER STATISTICS name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
    @@ -43,4 +43,4 @@
            

    Compatibility

    There is no ALTER STATISTICS command in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altersubscription.html postgresql-14-14.6/doc/src/sgml/html/sql-altersubscription.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altersubscription.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altersubscription.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER SUBSCRIPTION

    ALTER SUBSCRIPTION

    ALTER SUBSCRIPTION — change the definition of a subscription

    Synopsis

    +ALTER SUBSCRIPTION

    ALTER SUBSCRIPTION

    ALTER SUBSCRIPTION — change the definition of a subscription

    Synopsis

     ALTER SUBSCRIPTION name CONNECTION 'conninfo'
     ALTER SUBSCRIPTION name SET PUBLICATION publication_name [, ...] [ WITH ( publication_option [= value] [, ... ] ) ]
     ALTER SUBSCRIPTION name ADD PUBLICATION publication_name [, ...] [ WITH ( publication_option [= value] [, ... ] ) ]
    @@ -107,4 +107,4 @@
     

    Compatibility

    ALTER SUBSCRIPTION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altersystem.html postgresql-14-14.6/doc/src/sgml/html/sql-altersystem.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altersystem.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altersystem.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER SYSTEM

    ALTER SYSTEM

    ALTER SYSTEM — change a server configuration parameter

    Synopsis

    +ALTER SYSTEM

    ALTER SYSTEM

    ALTER SYSTEM — change a server configuration parameter

    Synopsis

     ALTER SYSTEM SET configuration_parameter { TO | = } { value | 'value' | DEFAULT }
     
     ALTER SYSTEM RESET configuration_parameter
    @@ -55,4 +55,4 @@
     

    Compatibility

    The ALTER SYSTEM statement is a PostgreSQL extension. -

    See Also

    SET, SHOW
    \ No newline at end of file +

    See Also

    SET, SHOW
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertable.html postgresql-14-14.6/doc/src/sgml/html/sql-altertable.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertable.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertable.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TABLE

    ALTER TABLE

    ALTER TABLE — change the definition of a table

    Synopsis

    +ALTER TABLE

    ALTER TABLE

    ALTER TABLE — change the definition of a table

    Synopsis

     ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ]
         action [, ... ]
     ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ]
    @@ -1061,4 +1061,4 @@
        ALTER TABLE DROP COLUMN can be used to drop the only
        column of a table, leaving a zero-column table.  This is an
        extension of SQL, which disallows zero-column tables.
    -  

    See Also

    CREATE TABLE
    \ No newline at end of file +

    See Also

    CREATE TABLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertablespace.html postgresql-14-14.6/doc/src/sgml/html/sql-altertablespace.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertablespace.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertablespace.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TABLESPACE

    ALTER TABLESPACE

    ALTER TABLESPACE — change the definition of a tablespace

    Synopsis

    +ALTER TABLESPACE

    ALTER TABLESPACE

    ALTER TABLESPACE — change the definition of a tablespace

    Synopsis

     ALTER TABLESPACE name RENAME TO new_name
     ALTER TABLESPACE name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
     ALTER TABLESPACE name SET ( tablespace_option = value [, ... ] )
    @@ -47,4 +47,4 @@
     

    Compatibility

    There is no ALTER TABLESPACE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertrigger.html postgresql-14-14.6/doc/src/sgml/html/sql-altertrigger.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertrigger.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertrigger.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TRIGGER

    ALTER TRIGGER

    ALTER TRIGGER — change the definition of a trigger

    Synopsis

    +ALTER TRIGGER

    ALTER TRIGGER

    ALTER TRIGGER — change the definition of a trigger

    Synopsis

     ALTER TRIGGER name ON table_name RENAME TO new_name
     ALTER TRIGGER name ON table_name [ NO ] DEPENDS ON EXTENSION extension_name
     

    Description

    @@ -39,4 +39,4 @@

    Compatibility

    ALTER TRIGGER is a PostgreSQL extension of the SQL standard. -

    See Also

    ALTER TABLE
    \ No newline at end of file +

    See Also

    ALTER TABLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertsconfig.html postgresql-14-14.6/doc/src/sgml/html/sql-altertsconfig.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertsconfig.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertsconfig.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TEXT SEARCH CONFIGURATION

    ALTER TEXT SEARCH CONFIGURATION

    ALTER TEXT SEARCH CONFIGURATION — change the definition of a text search configuration

    Synopsis

    +ALTER TEXT SEARCH CONFIGURATION

    ALTER TEXT SEARCH CONFIGURATION

    ALTER TEXT SEARCH CONFIGURATION — change the definition of a text search configuration

    Synopsis

     ALTER TEXT SEARCH CONFIGURATION name
         ADD MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]
     ALTER TEXT SEARCH CONFIGURATION name
    @@ -65,4 +65,4 @@
     

    Compatibility

    There is no ALTER TEXT SEARCH CONFIGURATION statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertsdictionary.html postgresql-14-14.6/doc/src/sgml/html/sql-altertsdictionary.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertsdictionary.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertsdictionary.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TEXT SEARCH DICTIONARY

    ALTER TEXT SEARCH DICTIONARY

    ALTER TEXT SEARCH DICTIONARY — change the definition of a text search dictionary

    Synopsis

    +ALTER TEXT SEARCH DICTIONARY

    ALTER TEXT SEARCH DICTIONARY

    ALTER TEXT SEARCH DICTIONARY — change the definition of a text search dictionary

    Synopsis

     ALTER TEXT SEARCH DICTIONARY name (
         option [ = value ] [, ... ]
     )
    @@ -57,4 +57,4 @@
       

    Compatibility

    There is no ALTER TEXT SEARCH DICTIONARY statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertsparser.html postgresql-14-14.6/doc/src/sgml/html/sql-altertsparser.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertsparser.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertsparser.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TEXT SEARCH PARSER

    ALTER TEXT SEARCH PARSER

    ALTER TEXT SEARCH PARSER — change the definition of a text search parser

    Synopsis

    +ALTER TEXT SEARCH PARSER

    ALTER TEXT SEARCH PARSER

    ALTER TEXT SEARCH PARSER — change the definition of a text search parser

    Synopsis

     ALTER TEXT SEARCH PARSER name RENAME TO new_name
     ALTER TEXT SEARCH PARSER name SET SCHEMA new_schema
     

    Description

    @@ -17,4 +17,4 @@

    Compatibility

    There is no ALTER TEXT SEARCH PARSER statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertstemplate.html postgresql-14-14.6/doc/src/sgml/html/sql-altertstemplate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertstemplate.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertstemplate.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TEXT SEARCH TEMPLATE

    ALTER TEXT SEARCH TEMPLATE

    ALTER TEXT SEARCH TEMPLATE — change the definition of a text search template

    Synopsis

    +ALTER TEXT SEARCH TEMPLATE

    ALTER TEXT SEARCH TEMPLATE

    ALTER TEXT SEARCH TEMPLATE — change the definition of a text search template

    Synopsis

     ALTER TEXT SEARCH TEMPLATE name RENAME TO new_name
     ALTER TEXT SEARCH TEMPLATE name SET SCHEMA new_schema
     

    Description

    @@ -17,4 +17,4 @@

    Compatibility

    There is no ALTER TEXT SEARCH TEMPLATE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-altertype.html postgresql-14-14.6/doc/src/sgml/html/sql-altertype.html --- postgresql-14-14.5/doc/src/sgml/html/sql-altertype.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-altertype.html 2022-11-07 22:00:39.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER TYPE

    ALTER TYPE

    ALTER TYPE — +ALTER TYPE

    ALTER TYPE

    ALTER TYPE — change the definition of a type

    Synopsis

     ALTER TYPE name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
    @@ -223,4 +223,4 @@
     

    Compatibility

    The variants to add and drop attributes are part of the SQL standard; the other variants are PostgreSQL extensions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alteruser.html postgresql-14-14.6/doc/src/sgml/html/sql-alteruser.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alteruser.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alteruser.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER USER

    ALTER USER

    ALTER USER — change a database role

    Synopsis

    +ALTER USER

    ALTER USER

    ALTER USER — change a database role

    Synopsis

     ALTER USER role_specification [ WITH ] option [ ... ]
     
     where option can be:
    @@ -35,4 +35,4 @@
        The ALTER USER statement is a
        PostgreSQL extension.  The SQL standard
        leaves the definition of users to the implementation.
    -  

    See Also

    ALTER ROLE
    \ No newline at end of file +

    See Also

    ALTER ROLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterusermapping.html postgresql-14-14.6/doc/src/sgml/html/sql-alterusermapping.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterusermapping.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterusermapping.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER USER MAPPING

    ALTER USER MAPPING

    ALTER USER MAPPING — change the definition of a user mapping

    Synopsis

    +ALTER USER MAPPING

    ALTER USER MAPPING

    ALTER USER MAPPING — change the definition of a user mapping

    Synopsis

     ALTER USER MAPPING FOR { user_name | USER | CURRENT_ROLE | CURRENT_USER | SESSION_USER | PUBLIC }
         SERVER server_name
         OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] )
    @@ -40,4 +40,4 @@
        for ALTER USER MAPPING, PostgreSQL diverges from
        the standard here in the interest of consistency and
        interoperability.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-alterview.html postgresql-14-14.6/doc/src/sgml/html/sql-alterview.html --- postgresql-14-14.5/doc/src/sgml/html/sql-alterview.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-alterview.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -ALTER VIEW

    ALTER VIEW

    ALTER VIEW — change the definition of a view

    Synopsis

    +ALTER VIEW

    ALTER VIEW

    ALTER VIEW — change the definition of a view

    Synopsis

     ALTER VIEW [ IF EXISTS ] name ALTER [ COLUMN ] column_name SET DEFAULT expression
     ALTER VIEW [ IF EXISTS ] name ALTER [ COLUMN ] column_name DROP DEFAULT
     ALTER VIEW [ IF EXISTS ] name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
    @@ -73,4 +73,4 @@
     

    Compatibility

    ALTER VIEW is a PostgreSQL extension of the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-analyze.html postgresql-14-14.6/doc/src/sgml/html/sql-analyze.html --- postgresql-14-14.5/doc/src/sgml/html/sql-analyze.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-analyze.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -ANALYZE

    ANALYZE

    ANALYZE — collect statistics about a database

    Synopsis

    +ANALYZE

    ANALYZE

    ANALYZE — collect statistics about a database

    Synopsis

     ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ]
     ANALYZE [ VERBOSE ] [ table_and_columns [, ...] ]
     
    @@ -146,12 +146,13 @@
        installed with
        ALTER TABLE ... ALTER COLUMN ... SET (n_distinct = ...).
       

    - If the table being analyzed has one or more children, - ANALYZE will gather statistics twice: once on the - rows of the parent table only, and a second time on the rows of the - parent table with all of its children. This second set of statistics - is needed when planning queries that traverse the entire inheritance - tree. The autovacuum daemon, however, will only consider inserts or + If the table being analyzed has inheritance children, + ANALYZE gathers two sets of statistics: one on the rows + of the parent table only, and a second including rows of both the parent + table and all of its children. This second set of statistics is needed when + planning queries that process the inheritance tree as a whole. The child + tables themselves are not individually analyzed in this case. + The autovacuum daemon, however, will only consider inserts or updates on the parent table itself when deciding whether to trigger an automatic analyze for that table. If that table is rarely inserted into or updated, the inheritance statistics will not be up to date unless you @@ -164,13 +165,6 @@ only the parent table (without data from its partitions), because with partitioning it's guaranteed to be empty.

    - By contrast, if the table being analyzed has inheritance children, - ANALYZE gathers two sets of statistics: one on the rows - of the parent table only, and a second including rows of both the parent - table and all of its children. This second set of statistics is needed when - planning queries that process the inheritance tree as a whole. The child - tables themselves are not individually analyzed in this case. -

    The autovacuum daemon does not process partitioned tables, nor does it process inheritance parents if only the children are ever modified. It is usually necessary to periodically run a manual @@ -190,4 +184,4 @@ Section 28.4.1 for details.

    Compatibility

    There is no ANALYZE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-begin.html postgresql-14-14.6/doc/src/sgml/html/sql-begin.html --- postgresql-14-14.5/doc/src/sgml/html/sql-begin.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-begin.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -BEGIN

    BEGIN

    BEGIN — start a transaction block

    Synopsis

    +BEGIN

    BEGIN

    BEGIN — start a transaction block

    Synopsis

     BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]
     
     where transaction_mode is one of:
    @@ -68,4 +68,4 @@
        Incidentally, the BEGIN key word is used for a
        different purpose in embedded SQL. You are advised to be careful
        about the transaction semantics when porting database applications.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-call.html postgresql-14-14.6/doc/src/sgml/html/sql-call.html --- postgresql-14-14.5/doc/src/sgml/html/sql-call.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-call.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CALL

    CALL

    CALL — invoke a procedure

    Synopsis

    +CALL

    CALL

    CALL — invoke a procedure

    Synopsis

     CALL name ( [ argument ] [, ...] )
     

    Description

    CALL executes a procedure. @@ -44,4 +44,4 @@ except for the handling of output parameters. The standard says that users should write variables to receive the values of output parameters. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-checkpoint.html postgresql-14-14.6/doc/src/sgml/html/sql-checkpoint.html --- postgresql-14-14.5/doc/src/sgml/html/sql-checkpoint.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-checkpoint.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CHECKPOINT

    CHECKPOINT

    CHECKPOINT — force a write-ahead log checkpoint

    Synopsis

    +CHECKPOINT

    CHECKPOINT

    CHECKPOINT — force a write-ahead log checkpoint

    Synopsis

     CHECKPOINT
     

    Description

    A checkpoint is a point in the write-ahead log sequence at which @@ -23,4 +23,4 @@

    Compatibility

    The CHECKPOINT command is a PostgreSQL language extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-close.html postgresql-14-14.6/doc/src/sgml/html/sql-close.html --- postgresql-14-14.5/doc/src/sgml/html/sql-close.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-close.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CLOSE

    CLOSE

    CLOSE — close a cursor

    Synopsis

    +CLOSE

    CLOSE

    CLOSE — close a cursor

    Synopsis

     CLOSE { name | ALL }
     

    Description

    CLOSE frees the resources associated with an open cursor. @@ -39,4 +39,4 @@ CLOSE is fully conforming with the SQL standard. CLOSE ALL is a PostgreSQL extension. -

    See Also

    DECLARE, FETCH, MOVE
    \ No newline at end of file +

    See Also

    DECLARE, FETCH, MOVE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-cluster.html postgresql-14-14.6/doc/src/sgml/html/sql-cluster.html --- postgresql-14-14.5/doc/src/sgml/html/sql-cluster.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-cluster.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CLUSTER

    CLUSTER

    CLUSTER — cluster a table according to an index

    Synopsis

    +CLUSTER

    CLUSTER

    CLUSTER — cluster a table according to an index

    Synopsis

     CLUSTER [VERBOSE] table_name [ USING index_name ]
     CLUSTER ( option [, ...] ) table_name [ USING index_name ]
     CLUSTER [VERBOSE]
    @@ -130,4 +130,4 @@
     

    is also supported for compatibility with pre-8.3 PostgreSQL versions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-commands.html postgresql-14-14.6/doc/src/sgml/html/sql-commands.html --- postgresql-14-14.5/doc/src/sgml/html/sql-commands.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-commands.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SQL Commands

    SQL Commands


    +SQL Commands

    SQL Commands


    This part contains reference information for the SQL commands supported by PostgreSQL. By SQL the @@ -16,4 +16,4 @@ change the definition of an extended statistics object

    ALTER SUBSCRIPTION — change the definition of a subscription
    ALTER SYSTEM — change a server configuration parameter
    ALTER TABLE — change the definition of a table
    ALTER TABLESPACE — change the definition of a tablespace
    ALTER TEXT SEARCH CONFIGURATION — change the definition of a text search configuration
    ALTER TEXT SEARCH DICTIONARY — change the definition of a text search dictionary
    ALTER TEXT SEARCH PARSER — change the definition of a text search parser
    ALTER TEXT SEARCH TEMPLATE — change the definition of a text search template
    ALTER TRIGGER — change the definition of a trigger
    ALTER TYPE — change the definition of a type -
    ALTER USER — change a database role
    ALTER USER MAPPING — change the definition of a user mapping
    ALTER VIEW — change the definition of a view
    ANALYZE — collect statistics about a database
    BEGIN — start a transaction block
    CALL — invoke a procedure
    CHECKPOINT — force a write-ahead log checkpoint
    CLOSE — close a cursor
    CLUSTER — cluster a table according to an index
    COMMENT — define or change the comment of an object
    COMMIT — commit the current transaction
    COMMIT PREPARED — commit a transaction that was earlier prepared for two-phase commit
    COPY — copy data between a file and a table
    CREATE ACCESS METHOD — define a new access method
    CREATE AGGREGATE — define a new aggregate function
    CREATE CAST — define a new cast
    CREATE COLLATION — define a new collation
    CREATE CONVERSION — define a new encoding conversion
    CREATE DATABASE — create a new database
    CREATE DOMAIN — define a new domain
    CREATE EVENT TRIGGER — define a new event trigger
    CREATE EXTENSION — install an extension
    CREATE FOREIGN DATA WRAPPER — define a new foreign-data wrapper
    CREATE FOREIGN TABLE — define a new foreign table
    CREATE FUNCTION — define a new function
    CREATE GROUP — define a new database role
    CREATE INDEX — define a new index
    CREATE LANGUAGE — define a new procedural language
    CREATE MATERIALIZED VIEW — define a new materialized view
    CREATE OPERATOR — define a new operator
    CREATE OPERATOR CLASS — define a new operator class
    CREATE OPERATOR FAMILY — define a new operator family
    CREATE POLICY — define a new row-level security policy for a table
    CREATE PROCEDURE — define a new procedure
    CREATE PUBLICATION — define a new publication
    CREATE ROLE — define a new database role
    CREATE RULE — define a new rewrite rule
    CREATE SCHEMA — define a new schema
    CREATE SEQUENCE — define a new sequence generator
    CREATE SERVER — define a new foreign server
    CREATE STATISTICS — define extended statistics
    CREATE SUBSCRIPTION — define a new subscription
    CREATE TABLE — define a new table
    CREATE TABLE AS — define a new table from the results of a query
    CREATE TABLESPACE — define a new tablespace
    CREATE TEXT SEARCH CONFIGURATION — define a new text search configuration
    CREATE TEXT SEARCH DICTIONARY — define a new text search dictionary
    CREATE TEXT SEARCH PARSER — define a new text search parser
    CREATE TEXT SEARCH TEMPLATE — define a new text search template
    CREATE TRANSFORM — define a new transform
    CREATE TRIGGER — define a new trigger
    CREATE TYPE — define a new data type
    CREATE USER — define a new database role
    CREATE USER MAPPING — define a new mapping of a user to a foreign server
    CREATE VIEW — define a new view
    DEALLOCATE — deallocate a prepared statement
    DECLARE — define a cursor
    DELETE — delete rows of a table
    DISCARD — discard session state
    DO — execute an anonymous code block
    DROP ACCESS METHOD — remove an access method
    DROP AGGREGATE — remove an aggregate function
    DROP CAST — remove a cast
    DROP COLLATION — remove a collation
    DROP CONVERSION — remove a conversion
    DROP DATABASE — remove a database
    DROP DOMAIN — remove a domain
    DROP EVENT TRIGGER — remove an event trigger
    DROP EXTENSION — remove an extension
    DROP FOREIGN DATA WRAPPER — remove a foreign-data wrapper
    DROP FOREIGN TABLE — remove a foreign table
    DROP FUNCTION — remove a function
    DROP GROUP — remove a database role
    DROP INDEX — remove an index
    DROP LANGUAGE — remove a procedural language
    DROP MATERIALIZED VIEW — remove a materialized view
    DROP OPERATOR — remove an operator
    DROP OPERATOR CLASS — remove an operator class
    DROP OPERATOR FAMILY — remove an operator family
    DROP OWNED — remove database objects owned by a database role
    DROP POLICY — remove a row-level security policy from a table
    DROP PROCEDURE — remove a procedure
    DROP PUBLICATION — remove a publication
    DROP ROLE — remove a database role
    DROP ROUTINE — remove a routine
    DROP RULE — remove a rewrite rule
    DROP SCHEMA — remove a schema
    DROP SEQUENCE — remove a sequence
    DROP SERVER — remove a foreign server descriptor
    DROP STATISTICS — remove extended statistics
    DROP SUBSCRIPTION — remove a subscription
    DROP TABLE — remove a table
    DROP TABLESPACE — remove a tablespace
    DROP TEXT SEARCH CONFIGURATION — remove a text search configuration
    DROP TEXT SEARCH DICTIONARY — remove a text search dictionary
    DROP TEXT SEARCH PARSER — remove a text search parser
    DROP TEXT SEARCH TEMPLATE — remove a text search template
    DROP TRANSFORM — remove a transform
    DROP TRIGGER — remove a trigger
    DROP TYPE — remove a data type
    DROP USER — remove a database role
    DROP USER MAPPING — remove a user mapping for a foreign server
    DROP VIEW — remove a view
    END — commit the current transaction
    EXECUTE — execute a prepared statement
    EXPLAIN — show the execution plan of a statement
    FETCH — retrieve rows from a query using a cursor
    GRANT — define access privileges
    IMPORT FOREIGN SCHEMA — import table definitions from a foreign server
    INSERT — create new rows in a table
    LISTEN — listen for a notification
    LOAD — load a shared library file
    LOCK — lock a table
    MOVE — position a cursor
    NOTIFY — generate a notification
    PREPARE — prepare a statement for execution
    PREPARE TRANSACTION — prepare the current transaction for two-phase commit
    REASSIGN OWNED — change the ownership of database objects owned by a database role
    REFRESH MATERIALIZED VIEW — replace the contents of a materialized view
    REINDEX — rebuild indexes
    RELEASE SAVEPOINT — destroy a previously defined savepoint
    RESET — restore the value of a run-time parameter to the default value
    REVOKE — remove access privileges
    ROLLBACK — abort the current transaction
    ROLLBACK PREPARED — cancel a transaction that was earlier prepared for two-phase commit
    ROLLBACK TO SAVEPOINT — roll back to a savepoint
    SAVEPOINT — define a new savepoint within the current transaction
    SECURITY LABEL — define or change a security label applied to an object
    SELECT — retrieve rows from a table or view
    SELECT INTO — define a new table from the results of a query
    SET — change a run-time parameter
    SET CONSTRAINTS — set constraint check timing for the current transaction
    SET ROLE — set the current user identifier of the current session
    SET SESSION AUTHORIZATION — set the session user identifier and the current user identifier of the current session
    SET TRANSACTION — set the characteristics of the current transaction
    SHOW — show the value of a run-time parameter
    START TRANSACTION — start a transaction block
    TRUNCATE — empty a table or set of tables
    UNLISTEN — stop listening for a notification
    UPDATE — update rows of a table
    VACUUM — garbage-collect and optionally analyze a database
    VALUES — compute a set of rows
    \ No newline at end of file +
    ALTER USER — change a database role
    ALTER USER MAPPING — change the definition of a user mapping
    ALTER VIEW — change the definition of a view
    ANALYZE — collect statistics about a database
    BEGIN — start a transaction block
    CALL — invoke a procedure
    CHECKPOINT — force a write-ahead log checkpoint
    CLOSE — close a cursor
    CLUSTER — cluster a table according to an index
    COMMENT — define or change the comment of an object
    COMMIT — commit the current transaction
    COMMIT PREPARED — commit a transaction that was earlier prepared for two-phase commit
    COPY — copy data between a file and a table
    CREATE ACCESS METHOD — define a new access method
    CREATE AGGREGATE — define a new aggregate function
    CREATE CAST — define a new cast
    CREATE COLLATION — define a new collation
    CREATE CONVERSION — define a new encoding conversion
    CREATE DATABASE — create a new database
    CREATE DOMAIN — define a new domain
    CREATE EVENT TRIGGER — define a new event trigger
    CREATE EXTENSION — install an extension
    CREATE FOREIGN DATA WRAPPER — define a new foreign-data wrapper
    CREATE FOREIGN TABLE — define a new foreign table
    CREATE FUNCTION — define a new function
    CREATE GROUP — define a new database role
    CREATE INDEX — define a new index
    CREATE LANGUAGE — define a new procedural language
    CREATE MATERIALIZED VIEW — define a new materialized view
    CREATE OPERATOR — define a new operator
    CREATE OPERATOR CLASS — define a new operator class
    CREATE OPERATOR FAMILY — define a new operator family
    CREATE POLICY — define a new row-level security policy for a table
    CREATE PROCEDURE — define a new procedure
    CREATE PUBLICATION — define a new publication
    CREATE ROLE — define a new database role
    CREATE RULE — define a new rewrite rule
    CREATE SCHEMA — define a new schema
    CREATE SEQUENCE — define a new sequence generator
    CREATE SERVER — define a new foreign server
    CREATE STATISTICS — define extended statistics
    CREATE SUBSCRIPTION — define a new subscription
    CREATE TABLE — define a new table
    CREATE TABLE AS — define a new table from the results of a query
    CREATE TABLESPACE — define a new tablespace
    CREATE TEXT SEARCH CONFIGURATION — define a new text search configuration
    CREATE TEXT SEARCH DICTIONARY — define a new text search dictionary
    CREATE TEXT SEARCH PARSER — define a new text search parser
    CREATE TEXT SEARCH TEMPLATE — define a new text search template
    CREATE TRANSFORM — define a new transform
    CREATE TRIGGER — define a new trigger
    CREATE TYPE — define a new data type
    CREATE USER — define a new database role
    CREATE USER MAPPING — define a new mapping of a user to a foreign server
    CREATE VIEW — define a new view
    DEALLOCATE — deallocate a prepared statement
    DECLARE — define a cursor
    DELETE — delete rows of a table
    DISCARD — discard session state
    DO — execute an anonymous code block
    DROP ACCESS METHOD — remove an access method
    DROP AGGREGATE — remove an aggregate function
    DROP CAST — remove a cast
    DROP COLLATION — remove a collation
    DROP CONVERSION — remove a conversion
    DROP DATABASE — remove a database
    DROP DOMAIN — remove a domain
    DROP EVENT TRIGGER — remove an event trigger
    DROP EXTENSION — remove an extension
    DROP FOREIGN DATA WRAPPER — remove a foreign-data wrapper
    DROP FOREIGN TABLE — remove a foreign table
    DROP FUNCTION — remove a function
    DROP GROUP — remove a database role
    DROP INDEX — remove an index
    DROP LANGUAGE — remove a procedural language
    DROP MATERIALIZED VIEW — remove a materialized view
    DROP OPERATOR — remove an operator
    DROP OPERATOR CLASS — remove an operator class
    DROP OPERATOR FAMILY — remove an operator family
    DROP OWNED — remove database objects owned by a database role
    DROP POLICY — remove a row-level security policy from a table
    DROP PROCEDURE — remove a procedure
    DROP PUBLICATION — remove a publication
    DROP ROLE — remove a database role
    DROP ROUTINE — remove a routine
    DROP RULE — remove a rewrite rule
    DROP SCHEMA — remove a schema
    DROP SEQUENCE — remove a sequence
    DROP SERVER — remove a foreign server descriptor
    DROP STATISTICS — remove extended statistics
    DROP SUBSCRIPTION — remove a subscription
    DROP TABLE — remove a table
    DROP TABLESPACE — remove a tablespace
    DROP TEXT SEARCH CONFIGURATION — remove a text search configuration
    DROP TEXT SEARCH DICTIONARY — remove a text search dictionary
    DROP TEXT SEARCH PARSER — remove a text search parser
    DROP TEXT SEARCH TEMPLATE — remove a text search template
    DROP TRANSFORM — remove a transform
    DROP TRIGGER — remove a trigger
    DROP TYPE — remove a data type
    DROP USER — remove a database role
    DROP USER MAPPING — remove a user mapping for a foreign server
    DROP VIEW — remove a view
    END — commit the current transaction
    EXECUTE — execute a prepared statement
    EXPLAIN — show the execution plan of a statement
    FETCH — retrieve rows from a query using a cursor
    GRANT — define access privileges
    IMPORT FOREIGN SCHEMA — import table definitions from a foreign server
    INSERT — create new rows in a table
    LISTEN — listen for a notification
    LOAD — load a shared library file
    LOCK — lock a table
    MOVE — position a cursor
    NOTIFY — generate a notification
    PREPARE — prepare a statement for execution
    PREPARE TRANSACTION — prepare the current transaction for two-phase commit
    REASSIGN OWNED — change the ownership of database objects owned by a database role
    REFRESH MATERIALIZED VIEW — replace the contents of a materialized view
    REINDEX — rebuild indexes
    RELEASE SAVEPOINT — destroy a previously defined savepoint
    RESET — restore the value of a run-time parameter to the default value
    REVOKE — remove access privileges
    ROLLBACK — abort the current transaction
    ROLLBACK PREPARED — cancel a transaction that was earlier prepared for two-phase commit
    ROLLBACK TO SAVEPOINT — roll back to a savepoint
    SAVEPOINT — define a new savepoint within the current transaction
    SECURITY LABEL — define or change a security label applied to an object
    SELECT — retrieve rows from a table or view
    SELECT INTO — define a new table from the results of a query
    SET — change a run-time parameter
    SET CONSTRAINTS — set constraint check timing for the current transaction
    SET ROLE — set the current user identifier of the current session
    SET SESSION AUTHORIZATION — set the session user identifier and the current user identifier of the current session
    SET TRANSACTION — set the characteristics of the current transaction
    SHOW — show the value of a run-time parameter
    START TRANSACTION — start a transaction block
    TRUNCATE — empty a table or set of tables
    UNLISTEN — stop listening for a notification
    UPDATE — update rows of a table
    VACUUM — garbage-collect and optionally analyze a database
    VALUES — compute a set of rows
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-comment.html postgresql-14-14.6/doc/src/sgml/html/sql-comment.html --- postgresql-14-14.5/doc/src/sgml/html/sql-comment.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-comment.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -COMMENT

    COMMENT

    COMMENT — define or change the comment of an object

    Synopsis

    +COMMENT

    COMMENT

    COMMENT — define or change the comment of an object

    Synopsis

     COMMENT ON
     {
       ACCESS METHOD object_name |
    @@ -194,4 +194,4 @@
     COMMENT ON VIEW my_view IS 'View of departmental costs';
     

    Compatibility

    There is no COMMENT command in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-commit.html postgresql-14-14.6/doc/src/sgml/html/sql-commit.html --- postgresql-14-14.5/doc/src/sgml/html/sql-commit.html 2022-08-08 20:58:32.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-commit.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -COMMIT

    COMMIT

    COMMIT — commit the current transaction

    Synopsis

    +COMMIT

    COMMIT

    COMMIT — commit the current transaction

    Synopsis

     COMMIT [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ]
     

    Description

    COMMIT commits the current transaction. All @@ -25,4 +25,4 @@

    Compatibility

    The command COMMIT conforms to the SQL standard. The form COMMIT TRANSACTION is a PostgreSQL extension. -

    See Also

    BEGIN, ROLLBACK
    \ No newline at end of file +

    See Also

    BEGIN, ROLLBACK
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-commit-prepared.html postgresql-14-14.6/doc/src/sgml/html/sql-commit-prepared.html --- postgresql-14-14.5/doc/src/sgml/html/sql-commit-prepared.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-commit-prepared.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -COMMIT PREPARED

    COMMIT PREPARED

    COMMIT PREPARED — commit a transaction that was earlier prepared for two-phase commit

    Synopsis

    +COMMIT PREPARED

    COMMIT PREPARED

    COMMIT PREPARED — commit a transaction that was earlier prepared for two-phase commit

    Synopsis

     COMMIT PREPARED transaction_id
     

    Description

    COMMIT PREPARED commits a transaction that is in @@ -30,4 +30,4 @@ external transaction management systems, some of which are covered by standards (such as X/Open XA), but the SQL side of those systems is not standardized. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-copy.html postgresql-14-14.6/doc/src/sgml/html/sql-copy.html --- postgresql-14-14.5/doc/src/sgml/html/sql-copy.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-copy.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -COPY

    COPY

    COPY — copy data between a file and a table

    Synopsis

    +COPY

    COPY

    COPY — copy data between a file and a table

    Synopsis

     COPY table_name [ ( column_name [, ...] ) ]
         FROM { 'filename' | PROGRAM 'command' | STDIN }
         [ [ WITH ] ( option [, ...] ) ]
    @@ -632,4 +632,4 @@
         TO { 'filename' | STDOUT }
         [ [USING] DELIMITERS 'delimiter_character' ]
         [ WITH NULL AS 'null_string' ]
    -
    \ No newline at end of file +
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-create-access-method.html postgresql-14-14.6/doc/src/sgml/html/sql-create-access-method.html --- postgresql-14-14.5/doc/src/sgml/html/sql-create-access-method.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-create-access-method.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE ACCESS METHOD

    CREATE ACCESS METHOD

    CREATE ACCESS METHOD — define a new access method

    Synopsis

    +CREATE ACCESS METHOD

    CREATE ACCESS METHOD

    CREATE ACCESS METHOD — define a new access method

    Synopsis

     CREATE ACCESS METHOD name
         TYPE access_method_type
         HANDLER handler_function
    @@ -36,4 +36,4 @@
     

    Compatibility

    CREATE ACCESS METHOD is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createaggregate.html postgresql-14-14.6/doc/src/sgml/html/sql-createaggregate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createaggregate.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createaggregate.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE AGGREGATE

    CREATE AGGREGATE

    CREATE AGGREGATE — define a new aggregate function

    Synopsis

    +CREATE AGGREGATE

    CREATE AGGREGATE

    CREATE AGGREGATE — define a new aggregate function

    Synopsis

     CREATE [ OR REPLACE ] AGGREGATE name ( [ argmode ] [ argname ] arg_data_type [ , ... ] ) (
         SFUNC = sfunc,
         STYPE = state_data_type
    @@ -507,4 +507,4 @@
        CREATE AGGREGATE is a
        PostgreSQL language extension.  The SQL
        standard does not provide for user-defined aggregate functions.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createcast.html postgresql-14-14.6/doc/src/sgml/html/sql-createcast.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createcast.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createcast.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE CAST

    CREATE CAST

    CREATE CAST — define a new cast

    Synopsis

    +CREATE CAST

    CREATE CAST

    CREATE CAST — define a new cast

    Synopsis

     CREATE CAST (source_type AS target_type)
         WITH FUNCTION function_name [ (argument_type [, ...]) ]
         [ AS ASSIGNMENT | AS IMPLICIT ]
    @@ -253,4 +253,4 @@
        CREATE FUNCTION,
        CREATE TYPE,
        DROP CAST
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createcollation.html postgresql-14-14.6/doc/src/sgml/html/sql-createcollation.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createcollation.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createcollation.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE COLLATION

    CREATE COLLATION

    CREATE COLLATION — define a new collation

    Synopsis

    +CREATE COLLATION

    CREATE COLLATION

    CREATE COLLATION — define a new collation

    Synopsis

     CREATE COLLATION [ IF NOT EXISTS ] name (
         [ LOCALE = locale, ]
         [ LC_COLLATE = lc_collate, ]
    @@ -106,4 +106,4 @@
        standard, but it is limited to copying an existing collation.  The
        syntax to create a new collation is
        a PostgreSQL extension.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createconversion.html postgresql-14-14.6/doc/src/sgml/html/sql-createconversion.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createconversion.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createconversion.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE CONVERSION

    CREATE CONVERSION

    CREATE CONVERSION — define a new encoding conversion

    Synopsis

    +CREATE CONVERSION

    CREATE CONVERSION

    CREATE CONVERSION — define a new encoding conversion

    Synopsis

     CREATE [ DEFAULT ] CONVERSION name
         FOR source_encoding TO dest_encoding FROM function_name
     

    Description

    @@ -69,4 +69,4 @@ There is no CREATE CONVERSION statement in the SQL standard, but a CREATE TRANSLATION statement that is very similar in purpose and syntax. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createdatabase.html postgresql-14-14.6/doc/src/sgml/html/sql-createdatabase.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createdatabase.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createdatabase.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,7 +1,7 @@ -CREATE DATABASE

    CREATE DATABASE

    CREATE DATABASE — create a new database

    Synopsis

    +CREATE DATABASE

    CREATE DATABASE

    CREATE DATABASE — create a new database

    Synopsis

     CREATE DATABASE name
    -    [ [ WITH ] [ OWNER [=] user_name ]
    +    [ WITH ] [ OWNER [=] user_name ]
                [ TEMPLATE [=] template ]
                [ ENCODING [=] encoding ]
                [ LOCALE [=] locale ]
    @@ -10,7 +10,7 @@
                [ TABLESPACE [=] tablespace_name ]
                [ ALLOW_CONNECTIONS [=] allowconn ]
                [ CONNECTION LIMIT [=] connlimit ]
    -           [ IS_TEMPLATE [=] istemplate ] ]
    +           [ IS_TEMPLATE [=] istemplate ]
     

    Description

    CREATE DATABASE creates a new PostgreSQL database. @@ -188,4 +188,4 @@ There is no CREATE DATABASE statement in the SQL standard. Databases are equivalent to catalogs, whose creation is implementation-defined. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createdomain.html postgresql-14-14.6/doc/src/sgml/html/sql-createdomain.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createdomain.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createdomain.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE DOMAIN

    CREATE DOMAIN

    CREATE DOMAIN — define a new domain

    Synopsis

    +CREATE DOMAIN

    CREATE DOMAIN

    CREATE DOMAIN — define a new domain

    Synopsis

     CREATE DOMAIN name [ AS ] data_type
         [ COLLATE collation ]
         [ DEFAULT expression ]
    @@ -145,4 +145,4 @@
     

    Compatibility

    The command CREATE DOMAIN conforms to the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createeventtrigger.html postgresql-14-14.6/doc/src/sgml/html/sql-createeventtrigger.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createeventtrigger.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createeventtrigger.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE EVENT TRIGGER

    CREATE EVENT TRIGGER

    CREATE EVENT TRIGGER — define a new event trigger

    Synopsis

    +CREATE EVENT TRIGGER

    CREATE EVENT TRIGGER

    CREATE EVENT TRIGGER — define a new event trigger

    Synopsis

     CREATE EVENT TRIGGER name
         ON event
         [ WHEN filter_variable IN (filter_value [, ... ]) [ AND ... ] ]
    @@ -62,4 +62,4 @@
     

    Compatibility

    There is no CREATE EVENT TRIGGER statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createextension.html postgresql-14-14.6/doc/src/sgml/html/sql-createextension.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createextension.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createextension.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE EXTENSION

    CREATE EXTENSION

    CREATE EXTENSION — install an extension

    Synopsis

    +CREATE EXTENSION

    CREATE EXTENSION

    CREATE EXTENSION — install an extension

    Synopsis

     CREATE EXTENSION [ IF NOT EXISTS ] extension_name
         [ WITH ] [ SCHEMA schema_name ]
                  [ VERSION version ]
    @@ -125,4 +125,4 @@
     

    Compatibility

    CREATE EXTENSION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createforeigndatawrapper.html postgresql-14-14.6/doc/src/sgml/html/sql-createforeigndatawrapper.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createforeigndatawrapper.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createforeigndatawrapper.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE FOREIGN DATA WRAPPER

    CREATE FOREIGN DATA WRAPPER

    CREATE FOREIGN DATA WRAPPER — define a new foreign-data wrapper

    Synopsis

    +CREATE FOREIGN DATA WRAPPER

    CREATE FOREIGN DATA WRAPPER

    CREATE FOREIGN DATA WRAPPER — define a new foreign-data wrapper

    Synopsis

     CREATE FOREIGN DATA WRAPPER name
         [ HANDLER handler_function | NO HANDLER ]
         [ VALIDATOR validator_function | NO VALIDATOR ]
    @@ -74,4 +74,4 @@
       

    Note, however, that the SQL/MED functionality as a whole is not yet conforming. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createforeigntable.html postgresql-14-14.6/doc/src/sgml/html/sql-createforeigntable.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createforeigntable.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createforeigntable.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE FOREIGN TABLE

    CREATE FOREIGN TABLE

    CREATE FOREIGN TABLE — define a new foreign table

    Synopsis

    +CREATE FOREIGN TABLE

    CREATE FOREIGN TABLE

    CREATE FOREIGN TABLE — define a new foreign table

    Synopsis

     CREATE FOREIGN TABLE [ IF NOT EXISTS ] table_name ( [
       { column_name data_type [ OPTIONS ( option 'value' [, ... ] ) ] [ COLLATE collation ] [ column_constraint [ ... ] ]
         | table_constraint }
    @@ -241,4 +241,4 @@
        The ability to specify column default values is also
        a PostgreSQL extension.  Table inheritance, in the form
        defined by PostgreSQL, is nonstandard.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createfunction.html postgresql-14-14.6/doc/src/sgml/html/sql-createfunction.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createfunction.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createfunction.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE FUNCTION

    CREATE FUNCTION

    CREATE FUNCTION — define a new function

    Synopsis

    +CREATE FUNCTION

    CREATE FUNCTION

    CREATE FUNCTION — define a new function

    Synopsis

     CREATE [ OR REPLACE ] FUNCTION
         name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_expr ] [, ...] ] )
         [ RETURNS rettype
    @@ -551,4 +551,4 @@
        More complex functions using advanced features, optimization attributes, or
        other languages will necessarily be specific to PostgreSQL in a significant
        way.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-creategroup.html postgresql-14-14.6/doc/src/sgml/html/sql-creategroup.html --- postgresql-14-14.5/doc/src/sgml/html/sql-creategroup.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-creategroup.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE GROUP

    CREATE GROUP

    CREATE GROUP — define a new database role

    Synopsis

    +CREATE GROUP

    CREATE GROUP

    CREATE GROUP — define a new database role

    Synopsis

     CREATE GROUP name [ [ WITH ] option [ ... ] ]
     
     where option can be:
    @@ -26,4 +26,4 @@
       

    Compatibility

    There is no CREATE GROUP statement in the SQL standard. -

    See Also

    CREATE ROLE
    \ No newline at end of file +

    See Also

    CREATE ROLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createindex.html postgresql-14-14.6/doc/src/sgml/html/sql-createindex.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createindex.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createindex.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE INDEX

    CREATE INDEX

    CREATE INDEX — define a new index

    Synopsis

    +CREATE INDEX

    CREATE INDEX

    CREATE INDEX — define a new index

    Synopsis

     CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] name ] ON [ ONLY ] table_name [ USING method ]
         ( { column_name | ( expression ) } [ COLLATE collation ] [ opclass [ ( opclass_parameter = value [, ... ] ) ] ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [, ...] )
         [ INCLUDE ( column_name [, ...] ) ]
    @@ -125,8 +125,9 @@
            

    method

    The name of the index method to be used. Choices are btree, hash, - gist, spgist, gin, and - brin. + gist, spgist, gin, + brin, or user-installed access methods like + bloom. The default method is btree.

    column_name

    The name of a column of the table. @@ -568,4 +569,4 @@ CREATE INDEX is a PostgreSQL language extension. There are no provisions for indexes in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createlanguage.html postgresql-14-14.6/doc/src/sgml/html/sql-createlanguage.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createlanguage.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createlanguage.html 2022-11-07 22:00:40.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE LANGUAGE

    CREATE LANGUAGE

    CREATE LANGUAGE — define a new procedural language

    Synopsis

    +CREATE LANGUAGE

    CREATE LANGUAGE

    CREATE LANGUAGE — define a new procedural language

    Synopsis

     CREATE [ OR REPLACE ] [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name
         HANDLER call_handler [ INLINE inline_handler ] [ VALIDATOR valfunction ]
     CREATE [ OR REPLACE ] [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name
    @@ -117,4 +117,4 @@
     

    Compatibility

    CREATE LANGUAGE is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-creatematerializedview.html postgresql-14-14.6/doc/src/sgml/html/sql-creatematerializedview.html --- postgresql-14-14.5/doc/src/sgml/html/sql-creatematerializedview.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-creatematerializedview.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE MATERIALIZED VIEW

    CREATE MATERIALIZED VIEW

    CREATE MATERIALIZED VIEW — define a new materialized view

    Synopsis

    +CREATE MATERIALIZED VIEW

    CREATE MATERIALIZED VIEW

    CREATE MATERIALIZED VIEW — define a new materialized view

    Synopsis

     CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] table_name
         [ (column_name [, ...] ) ]
         [ USING method ]
    @@ -66,4 +66,4 @@
          

    Compatibility

    CREATE MATERIALIZED VIEW is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createopclass.html postgresql-14-14.6/doc/src/sgml/html/sql-createopclass.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createopclass.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createopclass.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE OPERATOR CLASS

    CREATE OPERATOR CLASS

    CREATE OPERATOR CLASS — define a new operator class

    Synopsis

    +CREATE OPERATOR CLASS

    CREATE OPERATOR CLASS

    CREATE OPERATOR CLASS — define a new operator class

    Synopsis

     CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type
       USING index_method [ FAMILY family_name ] AS
       {  OPERATOR strategy_number operator_name [ ( op_type, op_type ) ] [ FOR SEARCH | FOR ORDER BY sort_family_name ]
    @@ -149,4 +149,4 @@
        PostgreSQL extension.  There is no
        CREATE OPERATOR CLASS statement in the SQL
        standard.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createoperator.html postgresql-14-14.6/doc/src/sgml/html/sql-createoperator.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createoperator.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createoperator.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE OPERATOR

    CREATE OPERATOR

    CREATE OPERATOR — define a new operator

    Synopsis

    +CREATE OPERATOR

    CREATE OPERATOR

    CREATE OPERATOR — define a new operator

    Synopsis

     CREATE OPERATOR name (
         {FUNCTION|PROCEDURE} = function_name
         [, LEFTARG = left_type ] [, RIGHTARG = right_type ]
    @@ -132,4 +132,4 @@
        CREATE OPERATOR is a
        PostgreSQL extension.  There are no
        provisions for user-defined operators in the SQL standard.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createopfamily.html postgresql-14-14.6/doc/src/sgml/html/sql-createopfamily.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createopfamily.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createopfamily.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE OPERATOR FAMILY

    CREATE OPERATOR FAMILY

    CREATE OPERATOR FAMILY — define a new operator family

    Synopsis

    +CREATE OPERATOR FAMILY

    CREATE OPERATOR FAMILY

    CREATE OPERATOR FAMILY — define a new operator family

    Synopsis

     CREATE OPERATOR FAMILY name USING index_method
     

    Description

    CREATE OPERATOR FAMILY creates a new operator family. @@ -40,4 +40,4 @@ PostgreSQL extension. There is no CREATE OPERATOR FAMILY statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createpolicy.html postgresql-14-14.6/doc/src/sgml/html/sql-createpolicy.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createpolicy.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createpolicy.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE POLICY

    CREATE POLICY

    CREATE POLICY — define a new row-level security policy for a table

    Synopsis

    +CREATE POLICY

    CREATE POLICY

    CREATE POLICY — define a new row-level security policy for a table

    Synopsis

     CREATE POLICY name ON table_name
         [ AS { PERMISSIVE | RESTRICTIVE } ]
         [ FOR { ALL | SELECT | INSERT | UPDATE | DELETE } ]
    @@ -345,4 +345,4 @@
       

    Compatibility

    CREATE POLICY is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createprocedure.html postgresql-14-14.6/doc/src/sgml/html/sql-createprocedure.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createprocedure.html 2022-08-08 20:58:33.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createprocedure.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE PROCEDURE

    CREATE PROCEDURE

    CREATE PROCEDURE — define a new procedure

    Synopsis

    +CREATE PROCEDURE

    CREATE PROCEDURE

    CREATE PROCEDURE — define a new procedure

    Synopsis

     CREATE [ OR REPLACE ] PROCEDURE
         name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_expr ] [, ...] ] )
       { LANGUAGE lang_name
    @@ -205,4 +205,4 @@
        standard.  The PostgreSQL implementation can be
        used in a compatible way but has many extensions.  For details see also
        CREATE FUNCTION.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createpublication.html postgresql-14-14.6/doc/src/sgml/html/sql-createpublication.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createpublication.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createpublication.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE PUBLICATION

    CREATE PUBLICATION

    CREATE PUBLICATION — define a new publication

    Synopsis

    +CREATE PUBLICATION

    CREATE PUBLICATION

    CREATE PUBLICATION — define a new publication

    Synopsis

     CREATE PUBLICATION name
         [ FOR TABLE [ ONLY ] table_name [ * ] [, ...]
           | FOR ALL TABLES ]
    @@ -84,8 +84,8 @@
        disallowed on those tables.
       

    For an INSERT ... ON CONFLICT command, the publication will - publish the operation that actually results from the command. So depending - of the outcome, it may be published as either INSERT or + publish the operation that results from the command. Depending + on the outcome, it may be published as either INSERT or UPDATE, or it may not be published at all.

    ATTACHing a table into a partition tree whose root is @@ -116,4 +116,4 @@

    Compatibility

    CREATE PUBLICATION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createrole.html postgresql-14-14.6/doc/src/sgml/html/sql-createrole.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createrole.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createrole.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE ROLE

    CREATE ROLE

    CREATE ROLE — define a new database role

    Synopsis

    +CREATE ROLE

    CREATE ROLE

    CREATE ROLE — define a new database role

    Synopsis

     CREATE ROLE name [ [ WITH ] option [ ... ] ]
     
     where option can be:
    @@ -266,4 +266,4 @@
        The behavior specified by the SQL standard is most closely approximated
        by giving users the NOINHERIT attribute, while roles are
        given the INHERIT attribute.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createrule.html postgresql-14-14.6/doc/src/sgml/html/sql-createrule.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createrule.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createrule.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE RULE

    CREATE RULE

    CREATE RULE — define a new rewrite rule

    Synopsis

    +CREATE RULE

    CREATE RULE

    CREATE RULE — define a new rewrite rule

    Synopsis

     CREATE [ OR REPLACE ] RULE name AS ON event
         TO table_name [ WHERE condition ]
         DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; command ... ) }
    @@ -171,4 +171,4 @@
        CREATE RULE is a
        PostgreSQL language extension, as is the
        entire query rewrite system.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createschema.html postgresql-14-14.6/doc/src/sgml/html/sql-createschema.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createschema.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createschema.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE SCHEMA

    CREATE SCHEMA

    CREATE SCHEMA — define a new schema

    Synopsis

    +CREATE SCHEMA

    CREATE SCHEMA

    CREATE SCHEMA — define a new schema

    Synopsis

     CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ]
     CREATE SCHEMA AUTHORIZATION role_specification [ schema_element [ ... ] ]
     CREATE SCHEMA IF NOT EXISTS schema_name [ AUTHORIZATION role_specification ]
    @@ -115,4 +115,4 @@
       

    The IF NOT EXISTS option is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createsequence.html postgresql-14-14.6/doc/src/sgml/html/sql-createsequence.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createsequence.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createsequence.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE SEQUENCE

    CREATE SEQUENCE

    CREATE SEQUENCE — define a new sequence generator

    Synopsis

    +CREATE SEQUENCE

    CREATE SEQUENCE

    CREATE SEQUENCE — define a new sequence generator

    Synopsis

     CREATE [ TEMPORARY | TEMP ] SEQUENCE [ IF NOT EXISTS ] name
         [ AS data_type ]
         [ INCREMENT [ BY ] increment ]
    @@ -140,7 +140,7 @@
        session A might reserve values 1..10 and return
        nextval=1, then session B might reserve values
        11..20 and return nextval=11 before session A
    -   has generated nextval=2.  Thus, with a
    +   has generated nextval=2.  Thus, with a
        cache setting of one
        it is safe to assume that nextval values are generated
        sequentially; with a cache setting greater than one you
    @@ -198,4 +198,4 @@
          

  • The OWNED BY clause is a PostgreSQL extension. -

  • \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createserver.html postgresql-14-14.6/doc/src/sgml/html/sql-createserver.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createserver.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createserver.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE SERVER

    CREATE SERVER

    CREATE SERVER — define a new foreign server

    Synopsis

    +CREATE SERVER

    CREATE SERVER

    CREATE SERVER — define a new foreign server

    Synopsis

     CREATE SERVER [ IF NOT EXISTS ] server_name [ TYPE 'server_type' ] [ VERSION 'server_version' ]
         FOREIGN DATA WRAPPER fdw_name
         [ OPTIONS ( option 'value' [, ... ] ) ]
    @@ -50,4 +50,4 @@
        See postgres_fdw for more details.
       

    Compatibility

    CREATE SERVER conforms to ISO/IEC 9075-9 (SQL/MED). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createstatistics.html postgresql-14-14.6/doc/src/sgml/html/sql-createstatistics.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createstatistics.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createstatistics.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE STATISTICS

    CREATE STATISTICS

    CREATE STATISTICS — define extended statistics

    Synopsis

    +CREATE STATISTICS

    CREATE STATISTICS

    CREATE STATISTICS — define extended statistics

    Synopsis

     CREATE STATISTICS [ IF NOT EXISTS ] statistics_name
         ON ( expression )
         FROM table_name
    @@ -64,7 +64,8 @@
           statistics are built automatically for each expression in the list.
          

    table_name

    The name (optionally schema-qualified) of the table containing the - column(s) the statistics are computed on. + column(s) the statistics are computed on; see ANALYZE for an explanation of the handling of + inheritance and partitions.

    Notes

    You must be the owner of a table to create a statistics object reading it. Once created, however, the ownership of the statistics @@ -202,4 +203,4 @@ more accurate estimates.

    Compatibility

    There is no CREATE STATISTICS command in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createsubscription.html postgresql-14-14.6/doc/src/sgml/html/sql-createsubscription.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createsubscription.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createsubscription.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE SUBSCRIPTION

    CREATE SUBSCRIPTION

    CREATE SUBSCRIPTION — define a new subscription

    Synopsis

    +CREATE SUBSCRIPTION

    CREATE SUBSCRIPTION

    CREATE SUBSCRIPTION — define a new subscription

    Synopsis

     CREATE SUBSCRIPTION subscription_name
         CONNECTION 'conninfo'
         PUBLICATION publication_name [, ...]
    @@ -147,4 +147,4 @@
     

    Compatibility

    CREATE SUBSCRIPTION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtableas.html postgresql-14-14.6/doc/src/sgml/html/sql-createtableas.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtableas.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtableas.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TABLE AS

    CREATE TABLE AS

    CREATE TABLE AS — define a new table from the results of a query

    Synopsis

    +CREATE TABLE AS

    CREATE TABLE AS

    CREATE TABLE AS — define a new table from the results of a query

    Synopsis

     CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name
         [ (column_name [, ...] ) ]
         [ USING method ]
    @@ -36,9 +36,8 @@
           If specified, the table is created as an unlogged table.
           Refer to CREATE TABLE for details.
          

    IF NOT EXISTS

    - Do not throw an error if a relation with the same name already exists. - A notice is issued in this case. Refer to CREATE TABLE - for details. + Do not throw an error if a relation with the same name already + exists; simply issue a notice and leave the table unmodified.

    table_name

    The name (optionally schema-qualified) of the table to be created.

    column_name

    @@ -146,4 +145,4 @@ The PostgreSQL concept of tablespaces is not part of the standard. Hence, the clause TABLESPACE is an extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtable.html postgresql-14-14.6/doc/src/sgml/html/sql-createtable.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtable.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtable.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TABLE

    CREATE TABLE

    CREATE TABLE — define a new table

    Synopsis

    +CREATE TABLE

    CREATE TABLE

    CREATE TABLE — define a new table

    Synopsis

     CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name ( [
       { column_name data_type [ COMPRESSION compression_method ] [ COLLATE collation ] [ column_constraint [ ... ] ]
         | table_constraint
    @@ -852,7 +852,9 @@
           to the indicated percentage; the remaining space on each page is
           reserved for updating rows on that page.  This gives UPDATE
           a chance to place the updated copy of a row on the same page as the
    -      original, which is more efficient than placing it on a different page.
    +      original, which is more efficient than placing it on a different
    +      page, and makes heap-only tuple
    +      updates more likely.
           For a table whose entries are never updated, complete packing is the
           best choice, but in heavily updated tables smaller fillfactors are
           appropriate.  This parameter cannot be set for TOAST tables.
    @@ -1440,4 +1442,4 @@
        

    PARTITION OF Clause

    The PARTITION OF clause is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtablespace.html postgresql-14-14.6/doc/src/sgml/html/sql-createtablespace.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtablespace.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtablespace.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TABLESPACE

    CREATE TABLESPACE

    CREATE TABLESPACE — define a new tablespace

    Synopsis

    +CREATE TABLESPACE

    CREATE TABLESPACE

    CREATE TABLESPACE — define a new tablespace

    Synopsis

     CREATE TABLESPACE tablespace_name
         [ OWNER { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER } ]
         LOCATION 'directory'
    @@ -77,4 +77,4 @@
     

    Compatibility

    CREATE TABLESPACE is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtransform.html postgresql-14-14.6/doc/src/sgml/html/sql-createtransform.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtransform.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtransform.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TRANSFORM

    CREATE TRANSFORM

    CREATE TRANSFORM — define a new transform

    Synopsis

    +CREATE TRANSFORM

    CREATE TRANSFORM

    CREATE TRANSFORM — define a new transform

    Synopsis

     CREATE [ OR REPLACE ] TRANSFORM FOR type_name LANGUAGE lang_name (
         FROM SQL WITH FUNCTION from_sql_function_name [ (argument_type [, ...]) ],
         TO SQL WITH FUNCTION to_sql_function_name [ (argument_type [, ...]) ]
    @@ -103,4 +103,4 @@
        CREATE LANGUAGE,
        CREATE TYPE,
        DROP TRANSFORM
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtrigger.html postgresql-14-14.6/doc/src/sgml/html/sql-createtrigger.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtrigger.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtrigger.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TRIGGER

    CREATE TRIGGER

    CREATE TRIGGER — define a new trigger

    Synopsis

    +CREATE TRIGGER

    CREATE TRIGGER

    CREATE TRIGGER — define a new trigger

    Synopsis

     CREATE [ OR REPLACE ] [ CONSTRAINT ] TRIGGER name { BEFORE | AFTER | INSTEAD OF } { event [ OR ... ] }
         ON table_name
         [ FROM referenced_table_name ]
    @@ -458,4 +458,4 @@
        PostgreSQL extension of the SQL
        standard.
        So is the OR REPLACE option.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtsconfig.html postgresql-14-14.6/doc/src/sgml/html/sql-createtsconfig.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtsconfig.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtsconfig.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TEXT SEARCH CONFIGURATION

    CREATE TEXT SEARCH CONFIGURATION

    CREATE TEXT SEARCH CONFIGURATION — define a new text search configuration

    Synopsis

    +CREATE TEXT SEARCH CONFIGURATION

    CREATE TEXT SEARCH CONFIGURATION

    CREATE TEXT SEARCH CONFIGURATION — define a new text search configuration

    Synopsis

     CREATE TEXT SEARCH CONFIGURATION name (
         PARSER = parser_name |
         COPY = source_config
    @@ -37,4 +37,4 @@
       

    Compatibility

    There is no CREATE TEXT SEARCH CONFIGURATION statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtsdictionary.html postgresql-14-14.6/doc/src/sgml/html/sql-createtsdictionary.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtsdictionary.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtsdictionary.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TEXT SEARCH DICTIONARY

    CREATE TEXT SEARCH DICTIONARY

    CREATE TEXT SEARCH DICTIONARY — define a new text search dictionary

    Synopsis

    +CREATE TEXT SEARCH DICTIONARY

    CREATE TEXT SEARCH DICTIONARY

    CREATE TEXT SEARCH DICTIONARY — define a new text search dictionary

    Synopsis

     CREATE TEXT SEARCH DICTIONARY name (
         TEMPLATE = template
         [, option = value [, ... ]]
    @@ -44,4 +44,4 @@
     

    Compatibility

    There is no CREATE TEXT SEARCH DICTIONARY statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtsparser.html postgresql-14-14.6/doc/src/sgml/html/sql-createtsparser.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtsparser.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtsparser.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TEXT SEARCH PARSER

    CREATE TEXT SEARCH PARSER

    CREATE TEXT SEARCH PARSER — define a new text search parser

    Synopsis

    +CREATE TEXT SEARCH PARSER

    CREATE TEXT SEARCH PARSER

    CREATE TEXT SEARCH PARSER — define a new text search parser

    Synopsis

     CREATE TEXT SEARCH PARSER name (
         START = start_function ,
         GETTOKEN = gettoken_function ,
    @@ -48,4 +48,4 @@
        There is no
        CREATE TEXT SEARCH PARSER statement in the SQL
        standard.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtstemplate.html postgresql-14-14.6/doc/src/sgml/html/sql-createtstemplate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtstemplate.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtstemplate.html 2022-11-07 22:00:41.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TEXT SEARCH TEMPLATE

    CREATE TEXT SEARCH TEMPLATE

    CREATE TEXT SEARCH TEMPLATE — define a new text search template

    Synopsis

    +CREATE TEXT SEARCH TEMPLATE

    CREATE TEXT SEARCH TEMPLATE

    CREATE TEXT SEARCH TEMPLATE — define a new text search template

    Synopsis

     CREATE TEXT SEARCH TEMPLATE name (
         [ INIT = init_function , ]
         LEXIZE = lexize_function
    @@ -42,4 +42,4 @@
        There is no
        CREATE TEXT SEARCH TEMPLATE statement in the SQL
        standard.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createtype.html postgresql-14-14.6/doc/src/sgml/html/sql-createtype.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createtype.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createtype.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE TYPE

    CREATE TYPE

    CREATE TYPE — define a new data type

    Synopsis

    +CREATE TYPE

    CREATE TYPE

    CREATE TYPE — define a new data type

    Synopsis

     CREATE TYPE name AS
         ( [ attribute_name data_type [ COLLATE collation ] [, ... ] ] )
     
    @@ -652,4 +652,4 @@
        The ability to create a composite type with zero attributes is
        a PostgreSQL-specific deviation from the
        standard (analogous to the same case in CREATE TABLE).
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createuser.html postgresql-14-14.6/doc/src/sgml/html/sql-createuser.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createuser.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createuser.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE USER

    CREATE USER

    CREATE USER — define a new database role

    Synopsis

    +CREATE USER

    CREATE USER

    CREATE USER — define a new database role

    Synopsis

     CREATE USER name [ [ WITH ] option [ ... ] ]
     
     where option can be:
    @@ -32,4 +32,4 @@
        The CREATE USER statement is a
        PostgreSQL extension.  The SQL standard
        leaves the definition of users to the implementation.
    -  

    See Also

    CREATE ROLE
    \ No newline at end of file +

    See Also

    CREATE ROLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createusermapping.html postgresql-14-14.6/doc/src/sgml/html/sql-createusermapping.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createusermapping.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createusermapping.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE USER MAPPING

    CREATE USER MAPPING

    CREATE USER MAPPING — define a new mapping of a user to a foreign server

    Synopsis

    +CREATE USER MAPPING

    CREATE USER MAPPING

    CREATE USER MAPPING — define a new mapping of a user to a foreign server

    Synopsis

     CREATE USER MAPPING [ IF NOT EXISTS ] FOR { user_name | USER | CURRENT_ROLE | CURRENT_USER | PUBLIC }
         SERVER server_name
         [ OPTIONS ( option 'value' [ , ... ] ) ]
    @@ -39,4 +39,4 @@
     CREATE USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'secret');
     

    Compatibility

    CREATE USER MAPPING conforms to ISO/IEC 9075-9 (SQL/MED). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-createview.html postgresql-14-14.6/doc/src/sgml/html/sql-createview.html --- postgresql-14-14.5/doc/src/sgml/html/sql-createview.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-createview.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -CREATE VIEW

    CREATE VIEW

    CREATE VIEW — define a new view

    Synopsis

    +CREATE VIEW

    CREATE VIEW

    CREATE VIEW — define a new view

    Synopsis

     CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW name [ ( column_name [, ...] ) ]
         [ WITH ( view_option_name [= view_option_value] [, ... ] ) ]
         AS query
    @@ -288,4 +288,4 @@
        PostgreSQL language extension.
        So is the concept of a temporary view.
        The WITH ( ... ) clause is an extension as well.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-deallocate.html postgresql-14-14.6/doc/src/sgml/html/sql-deallocate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-deallocate.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-deallocate.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DEALLOCATE

    DEALLOCATE

    DEALLOCATE — deallocate a prepared statement

    Synopsis

    +DEALLOCATE

    DEALLOCATE

    DEALLOCATE — deallocate a prepared statement

    Synopsis

     DEALLOCATE [ PREPARE ] { name | ALL }
     

    Description

    DEALLOCATE is used to deallocate a previously @@ -16,4 +16,4 @@

    Compatibility

    The SQL standard includes a DEALLOCATE statement, but it is only for use in embedded SQL. -

    See Also

    EXECUTE, PREPARE
    \ No newline at end of file +

    See Also

    EXECUTE, PREPARE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-declare.html postgresql-14-14.6/doc/src/sgml/html/sql-declare.html --- postgresql-14-14.5/doc/src/sgml/html/sql-declare.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-declare.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DECLARE

    DECLARE

    DECLARE — define a cursor

    Synopsis

    +DECLARE

    DECLARE

    DECLARE — define a cursor

    Synopsis

     DECLARE name [ BINARY ] [ ASENSITIVE | INSENSITIVE ] [ [ NO ] SCROLL ]
         CURSOR [ { WITH | WITHOUT } HOLD ] FOR query
     

    Description

    @@ -197,4 +197,4 @@

    Binary cursors are a PostgreSQL extension. -

    See Also

    CLOSE, FETCH, MOVE
    \ No newline at end of file +

    See Also

    CLOSE, FETCH, MOVE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-delete.html postgresql-14-14.6/doc/src/sgml/html/sql-delete.html --- postgresql-14-14.5/doc/src/sgml/html/sql-delete.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-delete.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DELETE

    DELETE

    DELETE — delete rows of a table

    Synopsis

    +DELETE

    DELETE

    DELETE — delete rows of a table

    Synopsis

     [ WITH [ RECURSIVE ] with_query [, ...] ]
     DELETE FROM [ ONLY ] table_name [ * ] [ [ AS ] alias ]
         [ USING from_item [, ...] ]
    @@ -142,4 +142,4 @@
        that the USING and RETURNING clauses
        are PostgreSQL extensions, as is the ability
        to use WITH with DELETE.
    -  

    See Also

    TRUNCATE
    \ No newline at end of file +

    See Also

    TRUNCATE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-discard.html postgresql-14-14.6/doc/src/sgml/html/sql-discard.html --- postgresql-14-14.5/doc/src/sgml/html/sql-discard.html 2022-08-08 20:58:34.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-discard.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DISCARD

    DISCARD

    DISCARD — discard session state

    Synopsis

    +DISCARD

    DISCARD

    DISCARD — discard session state

    Synopsis

     DISCARD { ALL | PLANS | SEQUENCES | TEMPORARY | TEMP }
     

    Description

    DISCARD releases internal resources associated with a @@ -38,4 +38,4 @@ DISCARD ALL cannot be executed inside a transaction block.

    Compatibility

    DISCARD is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-do.html postgresql-14-14.6/doc/src/sgml/html/sql-do.html --- postgresql-14-14.5/doc/src/sgml/html/sql-do.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-do.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DO

    DO

    DO — execute an anonymous code block

    Synopsis

    +DO

    DO

    DO — execute an anonymous code block

    Synopsis

     DO [ LANGUAGE lang_name ] code
     

    Description

    DO executes an anonymous code block, or in other @@ -46,4 +46,4 @@ END$$;

    Compatibility

    There is no DO statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-drop-access-method.html postgresql-14-14.6/doc/src/sgml/html/sql-drop-access-method.html --- postgresql-14-14.5/doc/src/sgml/html/sql-drop-access-method.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-drop-access-method.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP ACCESS METHOD

    DROP ACCESS METHOD

    DROP ACCESS METHOD — remove an access method

    Synopsis

    +DROP ACCESS METHOD

    DROP ACCESS METHOD

    DROP ACCESS METHOD — remove an access method

    Synopsis

     DROP ACCESS METHOD [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP ACCESS METHOD removes an existing access method. @@ -24,4 +24,4 @@

    Compatibility

    DROP ACCESS METHOD is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropaggregate.html postgresql-14-14.6/doc/src/sgml/html/sql-dropaggregate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropaggregate.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropaggregate.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP AGGREGATE

    DROP AGGREGATE

    DROP AGGREGATE — remove an aggregate function

    Synopsis

    +DROP AGGREGATE

    DROP AGGREGATE

    DROP AGGREGATE — remove an aggregate function

    Synopsis

     DROP AGGREGATE [ IF EXISTS ] name ( aggregate_signature ) [, ...] [ CASCADE | RESTRICT ]
     
     where aggregate_signature is:
    @@ -62,4 +62,4 @@
     

    Compatibility

    There is no DROP AGGREGATE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropcast.html postgresql-14-14.6/doc/src/sgml/html/sql-dropcast.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropcast.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropcast.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP CAST

    DROP CAST

    DROP CAST — remove a cast

    Synopsis

    +DROP CAST

    DROP CAST

    DROP CAST — remove a cast

    Synopsis

     DROP CAST [ IF EXISTS ] (source_type AS target_type) [ CASCADE | RESTRICT ]
     

    Description

    DROP CAST removes a previously defined cast. @@ -23,4 +23,4 @@ DROP CAST (text AS int);

    Compatibility

    The DROP CAST command conforms to the SQL standard. -

    See Also

    CREATE CAST
    \ No newline at end of file +

    See Also

    CREATE CAST
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropcollation.html postgresql-14-14.6/doc/src/sgml/html/sql-dropcollation.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropcollation.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropcollation.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP COLLATION

    DROP COLLATION

    DROP COLLATION — remove a collation

    Synopsis

    +DROP COLLATION

    DROP COLLATION

    DROP COLLATION — remove a collation

    Synopsis

     DROP COLLATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP COLLATION removes a previously defined collation. @@ -25,4 +25,4 @@ The DROP COLLATION command conforms to the SQL standard, apart from the IF EXISTS option, which is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropconversion.html postgresql-14-14.6/doc/src/sgml/html/sql-dropconversion.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropconversion.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropconversion.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP CONVERSION

    DROP CONVERSION

    DROP CONVERSION — remove a conversion

    Synopsis

    +DROP CONVERSION

    DROP CONVERSION

    DROP CONVERSION — remove a conversion

    Synopsis

     DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP CONVERSION removes a previously defined conversion. @@ -23,4 +23,4 @@ goes along with the CREATE TRANSLATION statement that is similar to the CREATE CONVERSION statement in PostgreSQL. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropdatabase.html postgresql-14-14.6/doc/src/sgml/html/sql-dropdatabase.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropdatabase.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropdatabase.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP DATABASE

    DROP DATABASE

    DROP DATABASE — remove a database

    Synopsis

    +DROP DATABASE

    DROP DATABASE

    DROP DATABASE — remove a database

    Synopsis

     DROP DATABASE [ IF EXISTS ] name [ [ WITH ] ( option [, ...] ) ]
     
     where option can be:
    @@ -41,4 +41,4 @@
        which is a wrapper around this command.
       

    Compatibility

    There is no DROP DATABASE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropdomain.html postgresql-14-14.6/doc/src/sgml/html/sql-dropdomain.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropdomain.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropdomain.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP DOMAIN

    DROP DOMAIN

    DROP DOMAIN — remove a domain

    Synopsis

    +DROP DOMAIN

    DROP DOMAIN

    DROP DOMAIN — remove a domain

    Synopsis

     DROP DOMAIN [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP DOMAIN removes a domain. Only the owner of @@ -26,4 +26,4 @@ This command conforms to the SQL standard, except for the IF EXISTS option, which is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropeventtrigger.html postgresql-14-14.6/doc/src/sgml/html/sql-dropeventtrigger.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropeventtrigger.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropeventtrigger.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP EVENT TRIGGER

    DROP EVENT TRIGGER

    DROP EVENT TRIGGER — remove an event trigger

    Synopsis

    +DROP EVENT TRIGGER

    DROP EVENT TRIGGER

    DROP EVENT TRIGGER — remove an event trigger

    Synopsis

     DROP EVENT TRIGGER [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP EVENT TRIGGER removes an existing event trigger. @@ -25,4 +25,4 @@

    Compatibility

    There is no DROP EVENT TRIGGER statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropextension.html postgresql-14-14.6/doc/src/sgml/html/sql-dropextension.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropextension.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropextension.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,9 +1,9 @@ -DROP EXTENSION

    DROP EXTENSION

    DROP EXTENSION — remove an extension

    Synopsis

    +DROP EXTENSION

    DROP EXTENSION

    DROP EXTENSION — remove an extension

    Synopsis

     DROP EXTENSION [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP EXTENSION removes extensions from the database. - Dropping an extension causes its component objects, and other explicitly + Dropping an extension causes its member objects, and other explicitly dependent routines (see ALTER ROUTINE, the DEPENDS ON EXTENSION extension_name action), to be dropped as well. @@ -19,9 +19,9 @@ and in turn all objects that depend on those objects (see Section 5.14).

    RESTRICT

    - This option prevents the specified extensions from being dropped - if there exist non-extension-member objects that depend on any - of the extensions. This is the default. + This option prevents the specified extensions from being dropped if + other objects, besides these extensions, their members, and their + explicitly dependent routines, depend on them.  This is the default.

    Examples

    To remove the extension hstore from the current database: @@ -35,4 +35,4 @@

    Compatibility

    DROP EXTENSION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropforeigndatawrapper.html postgresql-14-14.6/doc/src/sgml/html/sql-dropforeigndatawrapper.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropforeigndatawrapper.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropforeigndatawrapper.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP FOREIGN DATA WRAPPER

    DROP FOREIGN DATA WRAPPER

    DROP FOREIGN DATA WRAPPER — remove a foreign-data wrapper

    Synopsis

    +DROP FOREIGN DATA WRAPPER

    DROP FOREIGN DATA WRAPPER

    DROP FOREIGN DATA WRAPPER — remove a foreign-data wrapper

    Synopsis

     DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP FOREIGN DATA WRAPPER removes an existing @@ -26,4 +26,4 @@ DROP FOREIGN DATA WRAPPER conforms to ISO/IEC 9075-9 (SQL/MED). The IF EXISTS clause is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropforeigntable.html postgresql-14-14.6/doc/src/sgml/html/sql-dropforeigntable.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropforeigntable.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropforeigntable.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP FOREIGN TABLE

    DROP FOREIGN TABLE

    DROP FOREIGN TABLE — remove a foreign table

    Synopsis

    +DROP FOREIGN TABLE

    DROP FOREIGN TABLE

    DROP FOREIGN TABLE — remove a foreign table

    Synopsis

     DROP FOREIGN TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP FOREIGN TABLE removes a foreign table. @@ -27,4 +27,4 @@ standard only allows one foreign table to be dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropfunction.html postgresql-14-14.6/doc/src/sgml/html/sql-dropfunction.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropfunction.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropfunction.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP FUNCTION

    DROP FUNCTION

    DROP FUNCTION — remove a function

    Synopsis

    +DROP FUNCTION

    DROP FUNCTION

    DROP FUNCTION — remove a function

    Synopsis

     DROP FUNCTION [ IF EXISTS ] name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] [, ...]
         [ CASCADE | RESTRICT ]
     

    Description

    @@ -64,4 +64,4 @@

    Compatibility

    This command conforms to the SQL standard, with these PostgreSQL extensions: -

    • The standard only allows one function to be dropped per command.

    • The IF EXISTS option

    • The ability to specify argument modes and names

    \ No newline at end of file +

    • The standard only allows one function to be dropped per command.

    • The IF EXISTS option

    • The ability to specify argument modes and names

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropgroup.html postgresql-14-14.6/doc/src/sgml/html/sql-dropgroup.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropgroup.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropgroup.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,9 +1,9 @@ -DROP GROUP

    DROP GROUP

    DROP GROUP — remove a database role

    Synopsis

    +DROP GROUP

    DROP GROUP

    DROP GROUP — remove a database role

    Synopsis

     DROP GROUP [ IF EXISTS ] name [, ...]
     

    Description

    DROP GROUP is now an alias for DROP ROLE.

    Compatibility

    There is no DROP GROUP statement in the SQL standard. -

    See Also

    DROP ROLE
    \ No newline at end of file +

    See Also

    DROP ROLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropindex.html postgresql-14-14.6/doc/src/sgml/html/sql-dropindex.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropindex.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropindex.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP INDEX

    DROP INDEX

    DROP INDEX — remove an index

    Synopsis

    +DROP INDEX

    DROP INDEX

    DROP INDEX — remove an index

    Synopsis

     DROP INDEX [ CONCURRENTLY ] [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP INDEX drops an existing index from the database @@ -47,4 +47,4 @@ DROP INDEX is a PostgreSQL language extension. There are no provisions for indexes in the SQL standard. -

    See Also

    CREATE INDEX
    \ No newline at end of file +

    See Also

    CREATE INDEX
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droplanguage.html postgresql-14-14.6/doc/src/sgml/html/sql-droplanguage.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droplanguage.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droplanguage.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP LANGUAGE

    DROP LANGUAGE

    DROP LANGUAGE — remove a procedural language

    Synopsis

    +DROP LANGUAGE

    DROP LANGUAGE

    DROP LANGUAGE — remove a procedural language

    Synopsis

     DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP LANGUAGE removes the definition of a @@ -32,4 +32,4 @@

    Compatibility

    There is no DROP LANGUAGE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropmaterializedview.html postgresql-14-14.6/doc/src/sgml/html/sql-dropmaterializedview.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropmaterializedview.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropmaterializedview.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP MATERIALIZED VIEW

    DROP MATERIALIZED VIEW

    DROP MATERIALIZED VIEW — remove a materialized view

    Synopsis

    +DROP MATERIALIZED VIEW

    DROP MATERIALIZED VIEW

    DROP MATERIALIZED VIEW — remove a materialized view

    Synopsis

     DROP MATERIALIZED VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP MATERIALIZED VIEW drops an existing materialized @@ -27,4 +27,4 @@

    Compatibility

    DROP MATERIALIZED VIEW is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropopclass.html postgresql-14-14.6/doc/src/sgml/html/sql-dropopclass.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropopclass.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropopclass.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP OPERATOR CLASS

    DROP OPERATOR CLASS

    DROP OPERATOR CLASS — remove an operator class

    Synopsis

    +DROP OPERATOR CLASS

    DROP OPERATOR CLASS

    DROP OPERATOR CLASS — remove an operator class

    Synopsis

     DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]
     

    Description

    DROP OPERATOR CLASS drops an existing operator class. @@ -44,4 +44,4 @@

    Compatibility

    There is no DROP OPERATOR CLASS statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropoperator.html postgresql-14-14.6/doc/src/sgml/html/sql-dropoperator.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropoperator.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropoperator.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP OPERATOR

    DROP OPERATOR

    DROP OPERATOR — remove an operator

    Synopsis

    +DROP OPERATOR

    DROP OPERATOR

    DROP OPERATOR — remove an operator

    Synopsis

     DROP OPERATOR [ IF EXISTS ] name ( { left_type | NONE } , right_type ) [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP OPERATOR drops an existing operator from @@ -39,4 +39,4 @@ DROP OPERATOR ~ (none, bit), ^ (integer, integer);

    Compatibility

    There is no DROP OPERATOR statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropopfamily.html postgresql-14-14.6/doc/src/sgml/html/sql-dropopfamily.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropopfamily.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropopfamily.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP OPERATOR FAMILY

    DROP OPERATOR FAMILY

    DROP OPERATOR FAMILY — remove an operator family

    Synopsis

    +DROP OPERATOR FAMILY

    DROP OPERATOR FAMILY

    DROP OPERATOR FAMILY — remove an operator family

    Synopsis

     DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]
     

    Description

    DROP OPERATOR FAMILY drops an existing operator family. @@ -37,4 +37,4 @@

    Compatibility

    There is no DROP OPERATOR FAMILY statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-drop-owned.html postgresql-14-14.6/doc/src/sgml/html/sql-drop-owned.html --- postgresql-14-14.5/doc/src/sgml/html/sql-drop-owned.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-drop-owned.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP OWNED

    DROP OWNED

    DROP OWNED — remove database objects owned by a database role

    Synopsis

    +DROP OWNED

    DROP OWNED

    DROP OWNED — remove database objects owned by a database role

    Synopsis

     DROP OWNED BY { name | CURRENT_ROLE | CURRENT_USER | SESSION_USER } [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP OWNED drops all the objects within the current @@ -38,4 +38,4 @@

    Compatibility

    The DROP OWNED command is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droppolicy.html postgresql-14-14.6/doc/src/sgml/html/sql-droppolicy.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droppolicy.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droppolicy.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP POLICY

    DROP POLICY

    DROP POLICY — remove a row-level security policy from a table

    Synopsis

    +DROP POLICY

    DROP POLICY

    DROP POLICY — remove a row-level security policy from a table

    Synopsis

     DROP POLICY [ IF EXISTS ] name ON table_name [ CASCADE | RESTRICT ]
     

    Description

    DROP POLICY removes the specified policy from the table. @@ -27,4 +27,4 @@ DROP POLICY p1 ON my_table;

    Compatibility

    DROP POLICY is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropprocedure.html postgresql-14-14.6/doc/src/sgml/html/sql-dropprocedure.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropprocedure.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropprocedure.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP PROCEDURE

    DROP PROCEDURE

    DROP PROCEDURE — remove a procedure

    Synopsis

    +DROP PROCEDURE

    DROP PROCEDURE

    DROP PROCEDURE — remove a procedure

    Synopsis

     DROP PROCEDURE [ IF EXISTS ] name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] [, ...]
         [ CASCADE | RESTRICT ]
     

    Description

    @@ -94,4 +94,4 @@ This command conforms to the SQL standard, with these PostgreSQL extensions:

    • The standard only allows one procedure to be dropped per command.

    • The IF EXISTS option is an extension.

    • The ability to specify argument modes and names is an - extension, and the lookup rules differ when modes are given.

    \ No newline at end of file + extension, and the lookup rules differ when modes are given.

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droppublication.html postgresql-14-14.6/doc/src/sgml/html/sql-droppublication.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droppublication.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droppublication.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP PUBLICATION

    DROP PUBLICATION

    DROP PUBLICATION — remove a publication

    Synopsis

    +DROP PUBLICATION

    DROP PUBLICATION

    DROP PUBLICATION — remove a publication

    Synopsis

     DROP PUBLICATION [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP PUBLICATION removes an existing publication from @@ -21,4 +21,4 @@

    Compatibility

    DROP PUBLICATION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droprole.html postgresql-14-14.6/doc/src/sgml/html/sql-droprole.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droprole.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droprole.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP ROLE

    DROP ROLE

    DROP ROLE — remove a database role

    Synopsis

    +DROP ROLE

    DROP ROLE

    DROP ROLE — remove a database role

    Synopsis

     DROP ROLE [ IF EXISTS ] name [, ...]
     

    Description

    DROP ROLE removes the specified role(s). @@ -38,4 +38,4 @@ The SQL standard defines DROP ROLE, but it allows only one role to be dropped at a time, and it specifies different privilege requirements than PostgreSQL uses. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droproutine.html postgresql-14-14.6/doc/src/sgml/html/sql-droproutine.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droproutine.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droproutine.html 2022-11-07 22:00:42.000000000 +0000 @@ -1,5 +1,5 @@ -DROP ROUTINE

    DROP ROUTINE

    DROP ROUTINE — remove a routine

    Synopsis

    +DROP ROUTINE

    DROP ROUTINE

    DROP ROUTINE — remove a routine

    Synopsis

     DROP ROUTINE [ IF EXISTS ] name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] [, ...]
         [ CASCADE | RESTRICT ]
     

    Description

    @@ -42,4 +42,4 @@

    • The standard only allows one routine to be dropped per command.

    • The IF EXISTS option is an extension.

    • The ability to specify argument modes and names is an extension, and the lookup rules differ when modes are given.

    • User-definable aggregate functions are an extension.

    See Also

    DROP AGGREGATE, DROP FUNCTION, DROP PROCEDURE, ALTER ROUTINE

    Note that there is no CREATE ROUTINE command. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droprule.html postgresql-14-14.6/doc/src/sgml/html/sql-droprule.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droprule.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droprule.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP RULE

    DROP RULE

    DROP RULE — remove a rewrite rule

    Synopsis

    +DROP RULE

    DROP RULE

    DROP RULE — remove a rewrite rule

    Synopsis

     DROP RULE [ IF EXISTS ] name ON table_name [ CASCADE | RESTRICT ]
     

    Description

    DROP RULE drops a rewrite rule. @@ -27,4 +27,4 @@ DROP RULE is a PostgreSQL language extension, as is the entire query rewrite system. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropschema.html postgresql-14-14.6/doc/src/sgml/html/sql-dropschema.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropschema.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropschema.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP SCHEMA

    DROP SCHEMA

    DROP SCHEMA — remove a schema

    Synopsis

    +DROP SCHEMA

    DROP SCHEMA

    DROP SCHEMA — remove a schema

    Synopsis

     DROP SCHEMA [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP SCHEMA removes schemas from the database. @@ -35,4 +35,4 @@ dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropsequence.html postgresql-14-14.6/doc/src/sgml/html/sql-dropsequence.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropsequence.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropsequence.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP SEQUENCE

    DROP SEQUENCE

    DROP SEQUENCE — remove a sequence

    Synopsis

    +DROP SEQUENCE

    DROP SEQUENCE

    DROP SEQUENCE — remove a sequence

    Synopsis

     DROP SEQUENCE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP SEQUENCE removes sequence number @@ -27,4 +27,4 @@ sequence to be dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropserver.html postgresql-14-14.6/doc/src/sgml/html/sql-dropserver.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropserver.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropserver.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP SERVER

    DROP SERVER

    DROP SERVER — remove a foreign server descriptor

    Synopsis

    +DROP SERVER

    DROP SERVER

    DROP SERVER — remove a foreign server descriptor

    Synopsis

     DROP SERVER [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP SERVER removes an existing foreign server @@ -26,4 +26,4 @@ DROP SERVER conforms to ISO/IEC 9075-9 (SQL/MED). The IF EXISTS clause is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropstatistics.html postgresql-14-14.6/doc/src/sgml/html/sql-dropstatistics.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropstatistics.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropstatistics.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP STATISTICS

    DROP STATISTICS

    DROP STATISTICS — remove extended statistics

    Synopsis

    +DROP STATISTICS

    DROP STATISTICS

    DROP STATISTICS — remove extended statistics

    Synopsis

     DROP STATISTICS [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP STATISTICS removes statistics object(s) from the @@ -23,4 +23,4 @@ public.grants_user_role;

    Compatibility

    There is no DROP STATISTICS command in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropsubscription.html postgresql-14-14.6/doc/src/sgml/html/sql-dropsubscription.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropsubscription.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropsubscription.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP SUBSCRIPTION

    DROP SUBSCRIPTION

    DROP SUBSCRIPTION — remove a subscription

    Synopsis

    +DROP SUBSCRIPTION

    DROP SUBSCRIPTION

    DROP SUBSCRIPTION — remove a subscription

    Synopsis

     DROP SUBSCRIPTION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP SUBSCRIPTION removes a subscription from the @@ -44,4 +44,4 @@

    Compatibility

    DROP SUBSCRIPTION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptable.html postgresql-14-14.6/doc/src/sgml/html/sql-droptable.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptable.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptable.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TABLE

    DROP TABLE

    DROP TABLE — remove a table

    Synopsis

    +DROP TABLE

    DROP TABLE

    DROP TABLE — remove a table

    Synopsis

     DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP TABLE removes tables from the database. @@ -39,4 +39,4 @@ allows one table to be dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptablespace.html postgresql-14-14.6/doc/src/sgml/html/sql-droptablespace.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptablespace.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptablespace.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TABLESPACE

    DROP TABLESPACE

    DROP TABLESPACE — remove a tablespace

    Synopsis

    +DROP TABLESPACE

    DROP TABLESPACE

    DROP TABLESPACE — remove a tablespace

    Synopsis

     DROP TABLESPACE [ IF EXISTS ] name
     

    Description

    DROP TABLESPACE removes a tablespace from the system. @@ -25,4 +25,4 @@

    Compatibility

    DROP TABLESPACE is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptransform.html postgresql-14-14.6/doc/src/sgml/html/sql-droptransform.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptransform.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptransform.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TRANSFORM

    DROP TRANSFORM

    DROP TRANSFORM — remove a transform

    Synopsis

    +DROP TRANSFORM

    DROP TRANSFORM

    DROP TRANSFORM — remove a transform

    Synopsis

     DROP TRANSFORM [ IF EXISTS ] FOR type_name LANGUAGE lang_name [ CASCADE | RESTRICT ]
     

    Description

    DROP TRANSFORM removes a previously defined transform. @@ -28,4 +28,4 @@

    Compatibility

    This form of DROP TRANSFORM is a PostgreSQL extension. See CREATE TRANSFORM for details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptrigger.html postgresql-14-14.6/doc/src/sgml/html/sql-droptrigger.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptrigger.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptrigger.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TRIGGER

    DROP TRIGGER

    DROP TRIGGER — remove a trigger

    Synopsis

    +DROP TRIGGER

    DROP TRIGGER

    DROP TRIGGER — remove a trigger

    Synopsis

     DROP TRIGGER [ IF EXISTS ] name ON table_name [ CASCADE | RESTRICT ]
     

    Description

    DROP TRIGGER removes an existing @@ -32,4 +32,4 @@ standard. In the SQL standard, trigger names are not local to tables, so the command is simply DROP TRIGGER name. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptsconfig.html postgresql-14-14.6/doc/src/sgml/html/sql-droptsconfig.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptsconfig.html 2022-08-08 20:58:35.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptsconfig.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TEXT SEARCH CONFIGURATION

    DROP TEXT SEARCH CONFIGURATION

    DROP TEXT SEARCH CONFIGURATION — remove a text search configuration

    Synopsis

    +DROP TEXT SEARCH CONFIGURATION

    DROP TEXT SEARCH CONFIGURATION

    DROP TEXT SEARCH CONFIGURATION — remove a text search configuration

    Synopsis

     DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP TEXT SEARCH CONFIGURATION drops an existing text @@ -32,4 +32,4 @@

    Compatibility

    There is no DROP TEXT SEARCH CONFIGURATION statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptsdictionary.html postgresql-14-14.6/doc/src/sgml/html/sql-droptsdictionary.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptsdictionary.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptsdictionary.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TEXT SEARCH DICTIONARY

    DROP TEXT SEARCH DICTIONARY

    DROP TEXT SEARCH DICTIONARY — remove a text search dictionary

    Synopsis

    +DROP TEXT SEARCH DICTIONARY

    DROP TEXT SEARCH DICTIONARY

    DROP TEXT SEARCH DICTIONARY — remove a text search dictionary

    Synopsis

     DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP TEXT SEARCH DICTIONARY drops an existing text @@ -31,4 +31,4 @@

    Compatibility

    There is no DROP TEXT SEARCH DICTIONARY statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptsparser.html postgresql-14-14.6/doc/src/sgml/html/sql-droptsparser.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptsparser.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptsparser.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TEXT SEARCH PARSER

    DROP TEXT SEARCH PARSER

    DROP TEXT SEARCH PARSER — remove a text search parser

    Synopsis

    +DROP TEXT SEARCH PARSER

    DROP TEXT SEARCH PARSER

    DROP TEXT SEARCH PARSER — remove a text search parser

    Synopsis

     DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP TEXT SEARCH PARSER drops an existing text search @@ -29,4 +29,4 @@

    Compatibility

    There is no DROP TEXT SEARCH PARSER statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptstemplate.html postgresql-14-14.6/doc/src/sgml/html/sql-droptstemplate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptstemplate.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptstemplate.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TEXT SEARCH TEMPLATE

    DROP TEXT SEARCH TEMPLATE

    DROP TEXT SEARCH TEMPLATE — remove a text search template

    Synopsis

    +DROP TEXT SEARCH TEMPLATE

    DROP TEXT SEARCH TEMPLATE

    DROP TEXT SEARCH TEMPLATE — remove a text search template

    Synopsis

     DROP TEXT SEARCH TEMPLATE [ IF EXISTS ] name [ CASCADE | RESTRICT ]
     

    Description

    DROP TEXT SEARCH TEMPLATE drops an existing text search @@ -30,4 +30,4 @@

    Compatibility

    There is no DROP TEXT SEARCH TEMPLATE statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-droptype.html postgresql-14-14.6/doc/src/sgml/html/sql-droptype.html --- postgresql-14-14.5/doc/src/sgml/html/sql-droptype.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-droptype.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP TYPE

    DROP TYPE

    DROP TYPE — remove a data type

    Synopsis

    +DROP TYPE

    DROP TYPE

    DROP TYPE — remove a data type

    Synopsis

     DROP TYPE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP TYPE removes a user-defined data type. @@ -28,4 +28,4 @@ But note that much of the CREATE TYPE command and the data type extension mechanisms in PostgreSQL differ from the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropuser.html postgresql-14-14.6/doc/src/sgml/html/sql-dropuser.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropuser.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropuser.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP USER

    DROP USER

    DROP USER — remove a database role

    Synopsis

    +DROP USER

    DROP USER

    DROP USER — remove a database role

    Synopsis

     DROP USER [ IF EXISTS ] name [, ...]
     

    Description

    DROP USER is simply an alternate spelling of @@ -8,4 +8,4 @@ The DROP USER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the implementation. -

    See Also

    DROP ROLE
    \ No newline at end of file +

    See Also

    DROP ROLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropusermapping.html postgresql-14-14.6/doc/src/sgml/html/sql-dropusermapping.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropusermapping.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropusermapping.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP USER MAPPING

    DROP USER MAPPING

    DROP USER MAPPING — remove a user mapping for a foreign server

    Synopsis

    +DROP USER MAPPING

    DROP USER MAPPING

    DROP USER MAPPING — remove a user mapping for a foreign server

    Synopsis

     DROP USER MAPPING [ IF EXISTS ] FOR { user_name | USER | CURRENT_ROLE | CURRENT_USER | PUBLIC } SERVER server_name
     

    Description

    DROP USER MAPPING removes an existing user @@ -27,4 +27,4 @@ DROP USER MAPPING conforms to ISO/IEC 9075-9 (SQL/MED). The IF EXISTS clause is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-dropview.html postgresql-14-14.6/doc/src/sgml/html/sql-dropview.html --- postgresql-14-14.5/doc/src/sgml/html/sql-dropview.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-dropview.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -DROP VIEW

    DROP VIEW

    DROP VIEW — remove a view

    Synopsis

    +DROP VIEW

    DROP VIEW

    DROP VIEW — remove a view

    Synopsis

     DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
     

    Description

    DROP VIEW drops an existing view. To execute @@ -26,4 +26,4 @@ allows one view to be dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-end.html postgresql-14-14.6/doc/src/sgml/html/sql-end.html --- postgresql-14-14.5/doc/src/sgml/html/sql-end.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-end.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -END

    END

    END — commit the current transaction

    Synopsis

    +END

    END

    END — commit the current transaction

    Synopsis

     END [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ]
     

    Description

    END commits the current transaction. All changes @@ -27,4 +27,4 @@ END is a PostgreSQL extension that provides functionality equivalent to COMMIT, which is specified in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-execute.html postgresql-14-14.6/doc/src/sgml/html/sql-execute.html --- postgresql-14-14.5/doc/src/sgml/html/sql-execute.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-execute.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -EXECUTE

    EXECUTE

    EXECUTE — execute a prepared statement

    Synopsis

    +EXECUTE

    EXECUTE

    EXECUTE — execute a prepared statement

    Synopsis

     EXECUTE name [ ( parameter [, ...] ) ]
     

    Description

    EXECUTE is used to execute a previously prepared @@ -35,4 +35,4 @@ but it is only for use in embedded SQL. This version of the EXECUTE statement also uses a somewhat different syntax. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-explain.html postgresql-14-14.6/doc/src/sgml/html/sql-explain.html --- postgresql-14-14.5/doc/src/sgml/html/sql-explain.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-explain.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -EXPLAIN

    EXPLAIN

    EXPLAIN — show the execution plan of a statement

    Synopsis

    +EXPLAIN

    EXPLAIN

    EXPLAIN — show the execution plan of a statement

    Synopsis

     EXPLAIN [ ( option [, ...] ) ] statement
     EXPLAIN [ ANALYZE ] [ VERBOSE ] statement
     
    @@ -300,4 +300,4 @@
        in the table has not changed.
       

    Compatibility

    There is no EXPLAIN statement defined in the SQL standard. -

    See Also

    ANALYZE
    \ No newline at end of file +

    See Also

    ANALYZE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-expressions.html postgresql-14-14.6/doc/src/sgml/html/sql-expressions.html --- postgresql-14-14.5/doc/src/sgml/html/sql-expressions.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-expressions.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -4.2. Value Expressions \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-fetch.html postgresql-14-14.6/doc/src/sgml/html/sql-fetch.html --- postgresql-14-14.5/doc/src/sgml/html/sql-fetch.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-fetch.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,8 +1,9 @@ -FETCH

    FETCH

    FETCH — retrieve rows from a query using a cursor

    Synopsis

    -FETCH [ direction [ FROM | IN ] ] cursor_name
    +FETCH

    FETCH

    FETCH — retrieve rows from a query using a cursor

    Synopsis

    +FETCH [ direction ] [ FROM | IN ] cursor_name
     
    -where direction can be empty or one of:
    +where direction can
    +be one of:
     
         NEXT
         PRIOR
    @@ -187,4 +188,4 @@
        The SQL standard allows only FROM preceding the cursor
        name; the option to use IN, or to leave them out altogether, is
        an extension.
    -  

    See Also

    CLOSE, DECLARE, MOVE
    \ No newline at end of file +

    See Also

    CLOSE, DECLARE, MOVE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-grant.html postgresql-14-14.6/doc/src/sgml/html/sql-grant.html --- postgresql-14-14.5/doc/src/sgml/html/sql-grant.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-grant.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -GRANT

    GRANT

    GRANT — define access privileges

    Synopsis

    +GRANT

    GRANT

    GRANT — define access privileges

    Synopsis

     GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }
         [, ...] | ALL [ PRIVILEGES ] }
         ON { [ TABLE ] table_name [, ...]
    @@ -309,4 +309,4 @@
        

    Privileges on databases, tablespaces, schemas, and languages are PostgreSQL extensions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql.html postgresql-14-14.6/doc/src/sgml/html/sql.html --- postgresql-14-14.5/doc/src/sgml/html/sql.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -Part II. The SQL Language

    Part II. The SQL Language

    +Part II. The SQL Language

    Part II. The SQL Language

    This part describes the use of the SQL language in PostgreSQL. We start with describing the general syntax of SQL, then @@ -27,4 +27,4 @@ using the PostgreSQL interactive terminal psql, but other programs that have similar functionality can be used as well. -

    Table of Contents

    4. SQL Syntax
    4.1. Lexical Structure
    4.2. Value Expressions
    4.3. Calling Functions
    5. Data Definition
    5.1. Table Basics
    5.2. Default Values
    5.3. Generated Columns
    5.4. Constraints
    5.5. System Columns
    5.6. Modifying Tables
    5.7. Privileges
    5.8. Row Security Policies
    5.9. Schemas
    5.10. Inheritance
    5.11. Table Partitioning
    5.12. Foreign Data
    5.13. Other Database Objects
    5.14. Dependency Tracking
    6. Data Manipulation
    6.1. Inserting Data
    6.2. Updating Data
    6.3. Deleting Data
    6.4. Returning Data from Modified Rows
    7. Queries
    7.1. Overview
    7.2. Table Expressions
    7.3. Select Lists
    7.4. Combining Queries (UNION, INTERSECT, EXCEPT)
    7.5. Sorting Rows (ORDER BY)
    7.6. LIMIT and OFFSET
    7.7. VALUES Lists
    7.8. WITH Queries (Common Table Expressions)
    8. Data Types
    8.1. Numeric Types
    8.2. Monetary Types
    8.3. Character Types
    8.4. Binary Data Types
    8.5. Date/Time Types
    8.6. Boolean Type
    8.7. Enumerated Types
    8.8. Geometric Types
    8.9. Network Address Types
    8.10. Bit String Types
    8.11. Text Search Types
    8.12. UUID Type
    8.13. XML Type
    8.14. JSON Types
    8.15. Arrays
    8.16. Composite Types
    8.17. Range Types
    8.18. Domain Types
    8.19. Object Identifier Types
    8.20. pg_lsn Type
    8.21. Pseudo-Types
    9. Functions and Operators
    9.1. Logical Operators
    9.2. Comparison Functions and Operators
    9.3. Mathematical Functions and Operators
    9.4. String Functions and Operators
    9.5. Binary String Functions and Operators
    9.6. Bit String Functions and Operators
    9.7. Pattern Matching
    9.8. Data Type Formatting Functions
    9.9. Date/Time Functions and Operators
    9.10. Enum Support Functions
    9.11. Geometric Functions and Operators
    9.12. Network Address Functions and Operators
    9.13. Text Search Functions and Operators
    9.14. UUID Functions
    9.15. XML Functions
    9.16. JSON Functions and Operators
    9.17. Sequence Manipulation Functions
    9.18. Conditional Expressions
    9.19. Array Functions and Operators
    9.20. Range/Multirange Functions and Operators
    9.21. Aggregate Functions
    9.22. Window Functions
    9.23. Subquery Expressions
    9.24. Row and Array Comparisons
    9.25. Set Returning Functions
    9.26. System Information Functions and Operators
    9.27. System Administration Functions
    9.28. Trigger Functions
    9.29. Event Trigger Functions
    9.30. Statistics Information Functions
    10. Type Conversion
    10.1. Overview
    10.2. Operators
    10.3. Functions
    10.4. Value Storage
    10.5. UNION, CASE, and Related Constructs
    10.6. SELECT Output Columns
    11. Indexes
    11.1. Introduction
    11.2. Index Types
    11.3. Multicolumn Indexes
    11.4. Indexes and ORDER BY
    11.5. Combining Multiple Indexes
    11.6. Unique Indexes
    11.7. Indexes on Expressions
    11.8. Partial Indexes
    11.9. Index-Only Scans and Covering Indexes
    11.10. Operator Classes and Operator Families
    11.11. Indexes and Collations
    11.12. Examining Index Usage
    12. Full Text Search
    12.1. Introduction
    12.2. Tables and Indexes
    12.3. Controlling Text Search
    12.4. Additional Features
    12.5. Parsers
    12.6. Dictionaries
    12.7. Configuration Example
    12.8. Testing and Debugging Text Search
    12.9. Preferred Index Types for Text Search
    12.10. psql Support
    12.11. Limitations
    13. Concurrency Control
    13.1. Introduction
    13.2. Transaction Isolation
    13.3. Explicit Locking
    13.4. Data Consistency Checks at the Application Level
    13.5. Caveats
    13.6. Locking and Indexes
    14. Performance Tips
    14.1. Using EXPLAIN
    14.2. Statistics Used by the Planner
    14.3. Controlling the Planner with Explicit JOIN Clauses
    14.4. Populating a Database
    14.5. Non-Durable Settings
    15. Parallel Query
    15.1. How Parallel Query Works
    15.2. When Can Parallel Query Be Used?
    15.3. Parallel Plans
    15.4. Parallel Safety
    \ No newline at end of file +

    Table of Contents

    4. SQL Syntax
    4.1. Lexical Structure
    4.2. Value Expressions
    4.3. Calling Functions
    5. Data Definition
    5.1. Table Basics
    5.2. Default Values
    5.3. Generated Columns
    5.4. Constraints
    5.5. System Columns
    5.6. Modifying Tables
    5.7. Privileges
    5.8. Row Security Policies
    5.9. Schemas
    5.10. Inheritance
    5.11. Table Partitioning
    5.12. Foreign Data
    5.13. Other Database Objects
    5.14. Dependency Tracking
    6. Data Manipulation
    6.1. Inserting Data
    6.2. Updating Data
    6.3. Deleting Data
    6.4. Returning Data from Modified Rows
    7. Queries
    7.1. Overview
    7.2. Table Expressions
    7.3. Select Lists
    7.4. Combining Queries (UNION, INTERSECT, EXCEPT)
    7.5. Sorting Rows (ORDER BY)
    7.6. LIMIT and OFFSET
    7.7. VALUES Lists
    7.8. WITH Queries (Common Table Expressions)
    8. Data Types
    8.1. Numeric Types
    8.2. Monetary Types
    8.3. Character Types
    8.4. Binary Data Types
    8.5. Date/Time Types
    8.6. Boolean Type
    8.7. Enumerated Types
    8.8. Geometric Types
    8.9. Network Address Types
    8.10. Bit String Types
    8.11. Text Search Types
    8.12. UUID Type
    8.13. XML Type
    8.14. JSON Types
    8.15. Arrays
    8.16. Composite Types
    8.17. Range Types
    8.18. Domain Types
    8.19. Object Identifier Types
    8.20. pg_lsn Type
    8.21. Pseudo-Types
    9. Functions and Operators
    9.1. Logical Operators
    9.2. Comparison Functions and Operators
    9.3. Mathematical Functions and Operators
    9.4. String Functions and Operators
    9.5. Binary String Functions and Operators
    9.6. Bit String Functions and Operators
    9.7. Pattern Matching
    9.8. Data Type Formatting Functions
    9.9. Date/Time Functions and Operators
    9.10. Enum Support Functions
    9.11. Geometric Functions and Operators
    9.12. Network Address Functions and Operators
    9.13. Text Search Functions and Operators
    9.14. UUID Functions
    9.15. XML Functions
    9.16. JSON Functions and Operators
    9.17. Sequence Manipulation Functions
    9.18. Conditional Expressions
    9.19. Array Functions and Operators
    9.20. Range/Multirange Functions and Operators
    9.21. Aggregate Functions
    9.22. Window Functions
    9.23. Subquery Expressions
    9.24. Row and Array Comparisons
    9.25. Set Returning Functions
    9.26. System Information Functions and Operators
    9.27. System Administration Functions
    9.28. Trigger Functions
    9.29. Event Trigger Functions
    9.30. Statistics Information Functions
    10. Type Conversion
    10.1. Overview
    10.2. Operators
    10.3. Functions
    10.4. Value Storage
    10.5. UNION, CASE, and Related Constructs
    10.6. SELECT Output Columns
    11. Indexes
    11.1. Introduction
    11.2. Index Types
    11.3. Multicolumn Indexes
    11.4. Indexes and ORDER BY
    11.5. Combining Multiple Indexes
    11.6. Unique Indexes
    11.7. Indexes on Expressions
    11.8. Partial Indexes
    11.9. Index-Only Scans and Covering Indexes
    11.10. Operator Classes and Operator Families
    11.11. Indexes and Collations
    11.12. Examining Index Usage
    12. Full Text Search
    12.1. Introduction
    12.2. Tables and Indexes
    12.3. Controlling Text Search
    12.4. Additional Features
    12.5. Parsers
    12.6. Dictionaries
    12.7. Configuration Example
    12.8. Testing and Debugging Text Search
    12.9. Preferred Index Types for Text Search
    12.10. psql Support
    12.11. Limitations
    13. Concurrency Control
    13.1. Introduction
    13.2. Transaction Isolation
    13.3. Explicit Locking
    13.4. Data Consistency Checks at the Application Level
    13.5. Caveats
    13.6. Locking and Indexes
    14. Performance Tips
    14.1. Using EXPLAIN
    14.2. Statistics Used by the Planner
    14.3. Controlling the Planner with Explicit JOIN Clauses
    14.4. Populating a Database
    14.5. Non-Durable Settings
    15. Parallel Query
    15.1. How Parallel Query Works
    15.2. When Can Parallel Query Be Used?
    15.3. Parallel Plans
    15.4. Parallel Safety
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-importforeignschema.html postgresql-14-14.6/doc/src/sgml/html/sql-importforeignschema.html --- postgresql-14-14.5/doc/src/sgml/html/sql-importforeignschema.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-importforeignschema.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -IMPORT FOREIGN SCHEMA

    IMPORT FOREIGN SCHEMA

    IMPORT FOREIGN SCHEMA — import table definitions from a foreign server

    Synopsis

    +IMPORT FOREIGN SCHEMA

    IMPORT FOREIGN SCHEMA

    IMPORT FOREIGN SCHEMA — import table definitions from a foreign server

    Synopsis

     IMPORT FOREIGN SCHEMA remote_schema
         [ { LIMIT TO | EXCEPT } ( table_name [, ...] ) ]
         FROM SERVER server_name
    @@ -57,4 +57,4 @@
        The IMPORT FOREIGN SCHEMA command conforms to the
        SQL standard, except that the OPTIONS
        clause is a PostgreSQL extension.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-insert.html postgresql-14-14.6/doc/src/sgml/html/sql-insert.html --- postgresql-14-14.5/doc/src/sgml/html/sql-insert.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-insert.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -INSERT

    INSERT

    INSERT — create new rows in a table

    Synopsis

    +INSERT

    INSERT

    INSERT — create new rows in a table

    Synopsis

     [ WITH [ RECURSIVE ] with_query [, ...] ]
     INSERT INTO table_name [ AS alias ] [ ( column_name [, ...] ) ]
         [ OVERRIDING { SYSTEM | USER } VALUE ]
    @@ -478,4 +478,4 @@
       

    Possible limitations of the query clause are documented under SELECT. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-keywords-appendix.html postgresql-14-14.6/doc/src/sgml/html/sql-keywords-appendix.html --- postgresql-14-14.5/doc/src/sgml/html/sql-keywords-appendix.html 2022-08-08 20:58:45.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-keywords-appendix.html 2022-11-07 22:00:52.000000000 +0000 @@ -1,8 +1,8 @@ -Appendix C. SQL Key Words

    Appendix C. SQL Key Words

    +Appendix C. SQL Key Words

    Appendix C. SQL Key Words

    Table C.1 lists all tokens that are key words in the SQL standard and in PostgreSQL - 14.5. Background information can be found in Section 4.1.1. + 14.6. Background information can be found in Section 4.1.1. (For space reasons, only the latest two versions of the SQL standard, and SQL-92 for historical comparison, are included. The differences between those and the other intermediate standard versions are small.) @@ -60,4 +60,4 @@ reserved in PostgreSQL does not mean that the feature related to the word is not implemented. Conversely, the presence of a key word does not indicate the existence of a feature. -

    Table C.1. SQL Key Words

    Key WordPostgreSQLSQL:2016SQL:2011SQL-92
    A non-reservednon-reserved 
    ABORTnon-reserved   
    ABS reservedreserved 
    ABSENT non-reservednon-reserved 
    ABSOLUTEnon-reservednon-reservednon-reservedreserved
    ACCESSnon-reserved   
    ACCORDING non-reservednon-reserved 
    ACOS reserved  
    ACTIONnon-reservednon-reservednon-reservedreserved
    ADA non-reservednon-reservednon-reserved
    ADDnon-reservednon-reservednon-reservedreserved
    ADMINnon-reservednon-reservednon-reserved 
    AFTERnon-reservednon-reservednon-reserved 
    AGGREGATEnon-reserved   
    ALLreservedreservedreservedreserved
    ALLOCATE reservedreservedreserved
    ALSOnon-reserved   
    ALTERnon-reservedreservedreservedreserved
    ALWAYSnon-reservednon-reservednon-reserved 
    ANALYSEreserved   
    ANALYZEreserved   
    ANDreservedreservedreservedreserved
    ANYreservedreservedreservedreserved
    ARE reservedreservedreserved
    ARRAYreserved, requires ASreservedreserved 
    ARRAY_AGG reservedreserved 
    ARRAY_​MAX_​CARDINALITY reservedreserved 
    ASreserved, requires ASreservedreservedreserved
    ASCreservednon-reservednon-reservedreserved
    ASENSITIVEnon-reservedreservedreserved 
    ASIN reserved  
    ASSERTIONnon-reservednon-reservednon-reservedreserved
    ASSIGNMENTnon-reservednon-reservednon-reserved 
    ASYMMETRICreservedreservedreserved 
    ATnon-reservedreservedreservedreserved
    ATAN reserved  
    ATOMICnon-reservedreservedreserved 
    ATTACHnon-reserved   
    ATTRIBUTEnon-reservednon-reservednon-reserved 
    ATTRIBUTES non-reservednon-reserved 
    AUTHORIZATIONreserved (can be function or type)reservedreservedreserved
    AVG reservedreservedreserved
    BACKWARDnon-reserved   
    BASE64 non-reservednon-reserved 
    BEFOREnon-reservednon-reservednon-reserved 
    BEGINnon-reservedreservedreservedreserved
    BEGIN_FRAME reservedreserved 
    BEGIN_PARTITION reservedreserved 
    BERNOULLI non-reservednon-reserved 
    BETWEENnon-reserved (cannot be function or type)reservedreservedreserved
    BIGINTnon-reserved (cannot be function or type)reservedreserved 
    BINARYreserved (can be function or type)reservedreserved 
    BITnon-reserved (cannot be function or type)  reserved
    BIT_LENGTH   reserved
    BLOB reservedreserved 
    BLOCKED non-reservednon-reserved 
    BOM non-reservednon-reserved 
    BOOLEANnon-reserved (cannot be function or type)reservedreserved 
    BOTHreservedreservedreservedreserved
    BREADTHnon-reservednon-reservednon-reserved 
    BYnon-reservedreservedreservedreserved
    C non-reservednon-reservednon-reserved
    CACHEnon-reserved   
    CALLnon-reservedreservedreserved 
    CALLEDnon-reservedreservedreserved 
    CARDINALITY reservedreserved 
    CASCADEnon-reservednon-reservednon-reservedreserved
    CASCADEDnon-reservedreservedreservedreserved
    CASEreservedreservedreservedreserved
    CASTreservedreservedreservedreserved
    CATALOGnon-reservednon-reservednon-reservedreserved
    CATALOG_NAME non-reservednon-reservednon-reserved
    CEIL reservedreserved 
    CEILING reservedreserved 
    CHAINnon-reservednon-reservednon-reserved 
    CHAINING non-reserved  
    CHARnon-reserved (cannot be function or type), requires ASreservedreservedreserved
    CHARACTERnon-reserved (cannot be function or type), requires ASreservedreservedreserved
    CHARACTERISTICSnon-reservednon-reservednon-reserved 
    CHARACTERS non-reservednon-reserved 
    CHARACTER_LENGTH reservedreservedreserved
    CHARACTER_​SET_​CATALOG non-reservednon-reservednon-reserved
    CHARACTER_SET_NAME non-reservednon-reservednon-reserved
    CHARACTER_SET_SCHEMA non-reservednon-reservednon-reserved
    CHAR_LENGTH reservedreservedreserved
    CHECKreservedreservedreservedreserved
    CHECKPOINTnon-reserved   
    CLASSnon-reserved   
    CLASSIFIER reserved  
    CLASS_ORIGIN non-reservednon-reservednon-reserved
    CLOB reservedreserved 
    CLOSEnon-reservedreservedreservedreserved
    CLUSTERnon-reserved   
    COALESCEnon-reserved (cannot be function or type)reservedreservedreserved
    COBOL non-reservednon-reservednon-reserved
    COLLATEreservedreservedreservedreserved
    COLLATIONreserved (can be function or type)non-reservednon-reservedreserved
    COLLATION_CATALOG non-reservednon-reservednon-reserved
    COLLATION_NAME non-reservednon-reservednon-reserved
    COLLATION_SCHEMA non-reservednon-reservednon-reserved
    COLLECT reservedreserved 
    COLUMNreservedreservedreservedreserved
    COLUMNSnon-reservednon-reservednon-reserved 
    COLUMN_NAME non-reservednon-reservednon-reserved
    COMMAND_FUNCTION non-reservednon-reservednon-reserved
    COMMAND_​FUNCTION_​CODE non-reservednon-reserved 
    COMMENTnon-reserved   
    COMMENTSnon-reserved   
    COMMITnon-reservedreservedreservedreserved
    COMMITTEDnon-reservednon-reservednon-reservednon-reserved
    COMPRESSIONnon-reserved   
    CONCURRENTLYreserved (can be function or type)   
    CONDITION reservedreserved 
    CONDITIONAL non-reserved  
    CONDITION_NUMBER non-reservednon-reservednon-reserved
    CONFIGURATIONnon-reserved   
    CONFLICTnon-reserved   
    CONNECT reservedreservedreserved
    CONNECTIONnon-reservednon-reservednon-reservedreserved
    CONNECTION_NAME non-reservednon-reservednon-reserved
    CONSTRAINTreservedreservedreservedreserved
    CONSTRAINTSnon-reservednon-reservednon-reservedreserved
    CONSTRAINT_CATALOG non-reservednon-reservednon-reserved
    CONSTRAINT_NAME non-reservednon-reservednon-reserved
    CONSTRAINT_SCHEMA non-reservednon-reservednon-reserved
    CONSTRUCTOR non-reservednon-reserved 
    CONTAINS reservedreserved 
    CONTENTnon-reservednon-reservednon-reserved 
    CONTINUEnon-reservednon-reservednon-reservedreserved
    CONTROL non-reservednon-reserved 
    CONVERSIONnon-reserved   
    CONVERT reservedreservedreserved
    COPYnon-reservedreserved  
    CORR reservedreserved 
    CORRESPONDING reservedreservedreserved
    COS reserved  
    COSH reserved  
    COSTnon-reserved   
    COUNT reservedreservedreserved
    COVAR_POP reservedreserved 
    COVAR_SAMP reservedreserved 
    CREATEreserved, requires ASreservedreservedreserved
    CROSSreserved (can be function or type)reservedreservedreserved
    CSVnon-reserved   
    CUBEnon-reservedreservedreserved 
    CUME_DIST reservedreserved 
    CURRENTnon-reservedreservedreservedreserved
    CURRENT_CATALOGreservedreservedreserved 
    CURRENT_DATEreservedreservedreservedreserved
    CURRENT_​DEFAULT_​TRANSFORM_​GROUP reservedreserved 
    CURRENT_PATH reservedreserved 
    CURRENT_ROLEreservedreservedreserved 
    CURRENT_ROW reservedreserved 
    CURRENT_SCHEMAreserved (can be function or type)reservedreserved 
    CURRENT_TIMEreservedreservedreservedreserved
    CURRENT_TIMESTAMPreservedreservedreservedreserved
    CURRENT_​TRANSFORM_​GROUP_​FOR_​TYPE reservedreserved 
    CURRENT_USERreservedreservedreservedreserved
    CURSORnon-reservedreservedreservedreserved
    CURSOR_NAME non-reservednon-reservednon-reserved
    CYCLEnon-reservedreservedreserved 
    DATAnon-reservednon-reservednon-reservednon-reserved
    DATABASEnon-reserved   
    DATALINK reservedreserved 
    DATE reservedreservedreserved
    DATETIME_​INTERVAL_​CODE non-reservednon-reservednon-reserved
    DATETIME_​INTERVAL_​PRECISION non-reservednon-reservednon-reserved
    DAYnon-reserved, requires ASreservedreservedreserved
    DB non-reservednon-reserved 
    DEALLOCATEnon-reservedreservedreservedreserved
    DECnon-reserved (cannot be function or type)reservedreservedreserved
    DECFLOAT reserved  
    DECIMALnon-reserved (cannot be function or type)reservedreservedreserved
    DECLAREnon-reservedreservedreservedreserved
    DEFAULTreservedreservedreservedreserved
    DEFAULTSnon-reservednon-reservednon-reserved 
    DEFERRABLEreservednon-reservednon-reservedreserved
    DEFERREDnon-reservednon-reservednon-reservedreserved
    DEFINE reserved  
    DEFINED non-reservednon-reserved 
    DEFINERnon-reservednon-reservednon-reserved 
    DEGREE non-reservednon-reserved 
    DELETEnon-reservedreservedreservedreserved
    DELIMITERnon-reserved   
    DELIMITERSnon-reserved   
    DENSE_RANK reservedreserved 
    DEPENDSnon-reserved   
    DEPTHnon-reservednon-reservednon-reserved 
    DEREF reservedreserved 
    DERIVED non-reservednon-reserved 
    DESCreservednon-reservednon-reservedreserved
    DESCRIBE reservedreservedreserved
    DESCRIPTOR non-reservednon-reservedreserved
    DETACHnon-reserved   
    DETERMINISTIC reservedreserved 
    DIAGNOSTICS non-reservednon-reservedreserved
    DICTIONARYnon-reserved   
    DISABLEnon-reserved   
    DISCARDnon-reserved   
    DISCONNECT reservedreservedreserved
    DISPATCH non-reservednon-reserved 
    DISTINCTreservedreservedreservedreserved
    DLNEWCOPY reservedreserved 
    DLPREVIOUSCOPY reservedreserved 
    DLURLCOMPLETE reservedreserved 
    DLURLCOMPLETEONLY reservedreserved 
    DLURLCOMPLETEWRITE reservedreserved 
    DLURLPATH reservedreserved 
    DLURLPATHONLY reservedreserved 
    DLURLPATHWRITE reservedreserved 
    DLURLSCHEME reservedreserved 
    DLURLSERVER reservedreserved 
    DLVALUE reservedreserved 
    DOreserved   
    DOCUMENTnon-reservednon-reservednon-reserved 
    DOMAINnon-reservednon-reservednon-reservedreserved
    DOUBLEnon-reservedreservedreservedreserved
    DROPnon-reservedreservedreservedreserved
    DYNAMIC reservedreserved 
    DYNAMIC_FUNCTION non-reservednon-reservednon-reserved
    DYNAMIC_​FUNCTION_​CODE non-reservednon-reserved 
    EACHnon-reservedreservedreserved 
    ELEMENT reservedreserved 
    ELSEreservedreservedreservedreserved
    EMPTY reservednon-reserved 
    ENABLEnon-reserved   
    ENCODINGnon-reservednon-reservednon-reserved 
    ENCRYPTEDnon-reserved   
    ENDreservedreservedreservedreserved
    END-EXEC reservedreservedreserved
    END_FRAME reservedreserved 
    END_PARTITION reservedreserved 
    ENFORCED non-reservednon-reserved 
    ENUMnon-reserved   
    EQUALS reservedreserved 
    ERROR non-reserved  
    ESCAPEnon-reservedreservedreservedreserved
    EVENTnon-reserved   
    EVERY reservedreserved 
    EXCEPTreserved, requires ASreservedreservedreserved
    EXCEPTION   reserved
    EXCLUDEnon-reservednon-reservednon-reserved 
    EXCLUDINGnon-reservednon-reservednon-reserved 
    EXCLUSIVEnon-reserved   
    EXEC reservedreservedreserved
    EXECUTEnon-reservedreservedreservedreserved
    EXISTSnon-reserved (cannot be function or type)reservedreservedreserved
    EXP reservedreserved 
    EXPLAINnon-reserved   
    EXPRESSIONnon-reservednon-reservednon-reserved 
    EXTENSIONnon-reserved   
    EXTERNALnon-reservedreservedreservedreserved
    EXTRACTnon-reserved (cannot be function or type)reservedreservedreserved
    FALSEreservedreservedreservedreserved
    FAMILYnon-reserved   
    FETCHreserved, requires ASreservedreservedreserved
    FILE non-reservednon-reserved 
    FILTERnon-reserved, requires ASreservedreserved 
    FINAL non-reservednon-reserved 
    FINALIZEnon-reserved   
    FINISH non-reserved  
    FIRSTnon-reservednon-reservednon-reservedreserved
    FIRST_VALUE reservedreserved 
    FLAG non-reservednon-reserved 
    FLOATnon-reserved (cannot be function or type)reservedreservedreserved
    FLOOR reservedreserved 
    FOLLOWINGnon-reservednon-reservednon-reserved 
    FORreserved, requires ASreservedreservedreserved
    FORCEnon-reserved   
    FOREIGNreservedreservedreservedreserved
    FORMAT non-reserved  
    FORTRAN non-reservednon-reservednon-reserved
    FORWARDnon-reserved   
    FOUND non-reservednon-reservedreserved
    FRAME_ROW reservedreserved 
    FREE reservedreserved 
    FREEZEreserved (can be function or type)   
    FROMreserved, requires ASreservedreservedreserved
    FS non-reservednon-reserved 
    FULFILL non-reserved  
    FULLreserved (can be function or type)reservedreservedreserved
    FUNCTIONnon-reservedreservedreserved 
    FUNCTIONSnon-reserved   
    FUSION reservedreserved 
    G non-reservednon-reserved 
    GENERAL non-reservednon-reserved 
    GENERATEDnon-reservednon-reservednon-reserved 
    GET reservedreservedreserved
    GLOBALnon-reservedreservedreservedreserved
    GO non-reservednon-reservedreserved
    GOTO non-reservednon-reservedreserved
    GRANTreserved, requires ASreservedreservedreserved
    GRANTEDnon-reservednon-reservednon-reserved 
    GREATESTnon-reserved (cannot be function or type)   
    GROUPreserved, requires ASreservedreservedreserved
    GROUPINGnon-reserved (cannot be function or type)reservedreserved 
    GROUPSnon-reservedreservedreserved 
    HANDLERnon-reserved   
    HAVINGreserved, requires ASreservedreservedreserved
    HEADERnon-reserved   
    HEX non-reservednon-reserved 
    HIERARCHY non-reservednon-reserved 
    HOLDnon-reservedreservedreserved 
    HOURnon-reserved, requires ASreservedreservedreserved
    ID non-reservednon-reserved 
    IDENTITYnon-reservedreservedreservedreserved
    IFnon-reserved   
    IGNORE non-reservednon-reserved 
    ILIKEreserved (can be function or type)   
    IMMEDIATEnon-reservednon-reservednon-reservedreserved
    IMMEDIATELY non-reservednon-reserved 
    IMMUTABLEnon-reserved   
    IMPLEMENTATION non-reservednon-reserved 
    IMPLICITnon-reserved   
    IMPORTnon-reservedreservedreserved 
    INreservedreservedreservedreserved
    INCLUDEnon-reserved   
    INCLUDINGnon-reservednon-reservednon-reserved 
    INCREMENTnon-reservednon-reservednon-reserved 
    INDENT non-reservednon-reserved 
    INDEXnon-reserved   
    INDEXESnon-reserved   
    INDICATOR reservedreservedreserved
    INHERITnon-reserved   
    INHERITSnon-reserved   
    INITIAL reserved  
    INITIALLYreservednon-reservednon-reservedreserved
    INLINEnon-reserved   
    INNERreserved (can be function or type)reservedreservedreserved
    INOUTnon-reserved (cannot be function or type)reservedreserved 
    INPUTnon-reservednon-reservednon-reservedreserved
    INSENSITIVEnon-reservedreservedreservedreserved
    INSERTnon-reservedreservedreservedreserved
    INSTANCE non-reservednon-reserved 
    INSTANTIABLE non-reservednon-reserved 
    INSTEADnon-reservednon-reservednon-reserved 
    INTnon-reserved (cannot be function or type)reservedreservedreserved
    INTEGERnon-reserved (cannot be function or type)reservedreservedreserved
    INTEGRITY non-reservednon-reserved 
    INTERSECTreserved, requires ASreservedreservedreserved
    INTERSECTION reservedreserved 
    INTERVALnon-reserved (cannot be function or type)reservedreservedreserved
    INTOreserved, requires ASreservedreservedreserved
    INVOKERnon-reservednon-reservednon-reserved 
    ISreserved (can be function or type)reservedreservedreserved
    ISNULLreserved (can be function or type), requires AS   
    ISOLATIONnon-reservednon-reservednon-reservedreserved
    JOINreserved (can be function or type)reservedreservedreserved
    JSON non-reserved  
    JSON_ARRAY reserved  
    JSON_ARRAYAGG reserved  
    JSON_EXISTS reserved  
    JSON_OBJECT reserved  
    JSON_OBJECTAGG reserved  
    JSON_QUERY reserved  
    JSON_TABLE reserved  
    JSON_TABLE_PRIMITIVE reserved  
    JSON_VALUE reserved  
    K non-reservednon-reserved 
    KEEP non-reserved  
    KEYnon-reservednon-reservednon-reservedreserved
    KEYS non-reserved  
    KEY_MEMBER non-reservednon-reserved 
    KEY_TYPE non-reservednon-reserved 
    LABELnon-reserved   
    LAG reservedreserved 
    LANGUAGEnon-reservedreservedreservedreserved
    LARGEnon-reservedreservedreserved 
    LASTnon-reservednon-reservednon-reservedreserved
    LAST_VALUE reservedreserved 
    LATERALreservedreservedreserved 
    LEAD reservedreserved 
    LEADINGreservedreservedreservedreserved
    LEAKPROOFnon-reserved   
    LEASTnon-reserved (cannot be function or type)   
    LEFTreserved (can be function or type)reservedreservedreserved
    LENGTH non-reservednon-reservednon-reserved
    LEVELnon-reservednon-reservednon-reservedreserved
    LIBRARY non-reservednon-reserved 
    LIKEreserved (can be function or type)reservedreservedreserved
    LIKE_REGEX reservedreserved 
    LIMITreserved, requires ASnon-reservednon-reserved 
    LINK non-reservednon-reserved 
    LISTAGG reserved  
    LISTENnon-reserved   
    LN reservedreserved 
    LOADnon-reserved   
    LOCALnon-reservedreservedreservedreserved
    LOCALTIMEreservedreservedreserved 
    LOCALTIMESTAMPreservedreservedreserved 
    LOCATIONnon-reservednon-reservednon-reserved 
    LOCATOR non-reservednon-reserved 
    LOCKnon-reserved   
    LOCKEDnon-reserved   
    LOG reserved  
    LOG10 reserved  
    LOGGEDnon-reserved   
    LOWER reservedreservedreserved
    M non-reservednon-reserved 
    MAP non-reservednon-reserved 
    MAPPINGnon-reservednon-reservednon-reserved 
    MATCHnon-reservedreservedreservedreserved
    MATCHED non-reservednon-reserved 
    MATCHES reserved  
    MATCH_NUMBER reserved  
    MATCH_RECOGNIZE reserved  
    MATERIALIZEDnon-reserved   
    MAX reservedreservedreserved
    MAXVALUEnon-reservednon-reservednon-reserved 
    MEASURES reserved  
    MEMBER reservedreserved 
    MERGE reservedreserved 
    MESSAGE_LENGTH non-reservednon-reservednon-reserved
    MESSAGE_OCTET_LENGTH non-reservednon-reservednon-reserved
    MESSAGE_TEXT non-reservednon-reservednon-reserved
    METHODnon-reservedreservedreserved 
    MIN reservedreservedreserved
    MINUTEnon-reserved, requires ASreservedreservedreserved
    MINVALUEnon-reservednon-reservednon-reserved 
    MOD reservedreserved 
    MODEnon-reserved   
    MODIFIES reservedreserved 
    MODULE reservedreservedreserved
    MONTHnon-reserved, requires ASreservedreservedreserved
    MORE non-reservednon-reservednon-reserved
    MOVEnon-reserved   
    MULTISET reservedreserved 
    MUMPS non-reservednon-reservednon-reserved
    NAMEnon-reservednon-reservednon-reservednon-reserved
    NAMESnon-reservednon-reservednon-reservedreserved
    NAMESPACE non-reservednon-reserved 
    NATIONALnon-reserved (cannot be function or type)reservedreservedreserved
    NATURALreserved (can be function or type)reservedreservedreserved
    NCHARnon-reserved (cannot be function or type)reservedreservedreserved
    NCLOB reservedreserved 
    NESTED non-reserved  
    NESTING non-reservednon-reserved 
    NEWnon-reservedreservedreserved 
    NEXTnon-reservednon-reservednon-reservedreserved
    NFCnon-reservednon-reservednon-reserved 
    NFDnon-reservednon-reservednon-reserved 
    NFKCnon-reservednon-reservednon-reserved 
    NFKDnon-reservednon-reservednon-reserved 
    NIL non-reservednon-reserved 
    NOnon-reservedreservedreservedreserved
    NONEnon-reserved (cannot be function or type)reservedreserved 
    NORMALIZEnon-reserved (cannot be function or type)reservedreserved 
    NORMALIZEDnon-reservednon-reservednon-reserved 
    NOTreservedreservedreservedreserved
    NOTHINGnon-reserved   
    NOTIFYnon-reserved   
    NOTNULLreserved (can be function or type), requires AS   
    NOWAITnon-reserved   
    NTH_VALUE reservedreserved 
    NTILE reservedreserved 
    NULLreservedreservedreservedreserved
    NULLABLE non-reservednon-reservednon-reserved
    NULLIFnon-reserved (cannot be function or type)reservedreservedreserved
    NULLSnon-reservednon-reservednon-reserved 
    NUMBER non-reservednon-reservednon-reserved
    NUMERICnon-reserved (cannot be function or type)reservedreservedreserved
    OBJECTnon-reservednon-reservednon-reserved 
    OCCURRENCES_REGEX reservedreserved 
    OCTETS non-reservednon-reserved 
    OCTET_LENGTH reservedreservedreserved
    OFnon-reservedreservedreservedreserved
    OFFnon-reservednon-reservednon-reserved 
    OFFSETreserved, requires ASreservedreserved 
    OIDSnon-reserved   
    OLDnon-reservedreservedreserved 
    OMIT reserved  
    ONreserved, requires ASreservedreservedreserved
    ONE reserved  
    ONLYreservedreservedreservedreserved
    OPEN reservedreservedreserved
    OPERATORnon-reserved   
    OPTIONnon-reservednon-reservednon-reservedreserved
    OPTIONSnon-reservednon-reservednon-reserved 
    ORreservedreservedreservedreserved
    ORDERreserved, requires ASreservedreservedreserved
    ORDERING non-reservednon-reserved 
    ORDINALITYnon-reservednon-reservednon-reserved 
    OTHERSnon-reservednon-reservednon-reserved 
    OUTnon-reserved (cannot be function or type)reservedreserved 
    OUTERreserved (can be function or type)reservedreservedreserved
    OUTPUT non-reservednon-reservedreserved
    OVERnon-reserved, requires ASreservedreserved 
    OVERFLOW non-reserved  
    OVERLAPSreserved (can be function or type), requires ASreservedreservedreserved
    OVERLAYnon-reserved (cannot be function or type)reservedreserved 
    OVERRIDINGnon-reservednon-reservednon-reserved 
    OWNEDnon-reserved   
    OWNERnon-reserved   
    P non-reservednon-reserved 
    PAD non-reservednon-reservedreserved
    PARALLELnon-reserved   
    PARAMETER reservedreserved 
    PARAMETER_MODE non-reservednon-reserved 
    PARAMETER_NAME non-reservednon-reserved 
    PARAMETER_​ORDINAL_​POSITION non-reservednon-reserved 
    PARAMETER_​SPECIFIC_​CATALOG non-reservednon-reserved 
    PARAMETER_​SPECIFIC_​NAME non-reservednon-reserved 
    PARAMETER_​SPECIFIC_​SCHEMA non-reservednon-reserved 
    PARSERnon-reserved   
    PARTIALnon-reservednon-reservednon-reservedreserved
    PARTITIONnon-reservedreservedreserved 
    PASCAL non-reservednon-reservednon-reserved
    PASS non-reserved  
    PASSINGnon-reservednon-reservednon-reserved 
    PASSTHROUGH non-reservednon-reserved 
    PASSWORDnon-reserved   
    PAST non-reserved  
    PATH non-reservednon-reserved 
    PATTERN reserved  
    PER reserved  
    PERCENT reservedreserved 
    PERCENTILE_CONT reservedreserved 
    PERCENTILE_DISC reservedreserved 
    PERCENT_RANK reservedreserved 
    PERIOD reservedreserved 
    PERMISSION non-reservednon-reserved 
    PERMUTE reserved  
    PLACINGreservednon-reservednon-reserved 
    PLAN non-reserved  
    PLANSnon-reserved   
    PLI non-reservednon-reservednon-reserved
    POLICYnon-reserved   
    PORTION reservedreserved 
    POSITIONnon-reserved (cannot be function or type)reservedreservedreserved
    POSITION_REGEX reservedreserved 
    POWER reservedreserved 
    PRECEDES reservedreserved 
    PRECEDINGnon-reservednon-reservednon-reserved 
    PRECISIONnon-reserved (cannot be function or type), requires ASreservedreservedreserved
    PREPAREnon-reservedreservedreservedreserved
    PREPAREDnon-reserved   
    PRESERVEnon-reservednon-reservednon-reservedreserved
    PRIMARYreservedreservedreservedreserved
    PRIORnon-reservednon-reservednon-reservedreserved
    PRIVATE non-reserved  
    PRIVILEGESnon-reservednon-reservednon-reservedreserved
    PROCEDURALnon-reserved   
    PROCEDUREnon-reservedreservedreservedreserved
    PROCEDURESnon-reserved   
    PROGRAMnon-reserved   
    PRUNE non-reserved  
    PTF reserved  
    PUBLIC non-reservednon-reservedreserved
    PUBLICATIONnon-reserved   
    QUOTEnon-reserved   
    QUOTES non-reserved  
    RANGEnon-reservedreservedreserved 
    RANK reservedreserved 
    READnon-reservednon-reservednon-reservedreserved
    READS reservedreserved 
    REALnon-reserved (cannot be function or type)reservedreservedreserved
    REASSIGNnon-reserved   
    RECHECKnon-reserved   
    RECOVERY non-reservednon-reserved 
    RECURSIVEnon-reservedreservedreserved 
    REFnon-reservedreservedreserved 
    REFERENCESreservedreservedreservedreserved
    REFERENCINGnon-reservedreservedreserved 
    REFRESHnon-reserved   
    REGR_AVGX reservedreserved 
    REGR_AVGY reservedreserved 
    REGR_COUNT reservedreserved 
    REGR_INTERCEPT reservedreserved 
    REGR_R2 reservedreserved 
    REGR_SLOPE reservedreserved 
    REGR_SXX reservedreserved 
    REGR_SXY reservedreserved 
    REGR_SYY reservedreserved 
    REINDEXnon-reserved   
    RELATIVEnon-reservednon-reservednon-reservedreserved
    RELEASEnon-reservedreservedreserved 
    RENAMEnon-reserved   
    REPEATABLEnon-reservednon-reservednon-reservednon-reserved
    REPLACEnon-reserved   
    REPLICAnon-reserved   
    REQUIRING non-reservednon-reserved 
    RESETnon-reserved   
    RESPECT non-reservednon-reserved 
    RESTARTnon-reservednon-reservednon-reserved 
    RESTORE non-reservednon-reserved 
    RESTRICTnon-reservednon-reservednon-reservedreserved
    RESULT reservedreserved 
    RETURNnon-reservedreservedreserved 
    RETURNED_CARDINALITY non-reservednon-reserved 
    RETURNED_LENGTH non-reservednon-reservednon-reserved
    RETURNED_​OCTET_​LENGTH non-reservednon-reservednon-reserved
    RETURNED_SQLSTATE non-reservednon-reservednon-reserved
    RETURNINGreserved, requires ASnon-reservednon-reserved 
    RETURNSnon-reservedreservedreserved 
    REVOKEnon-reservedreservedreservedreserved
    RIGHTreserved (can be function or type)reservedreservedreserved
    ROLEnon-reservednon-reservednon-reserved 
    ROLLBACKnon-reservedreservedreservedreserved
    ROLLUPnon-reservedreservedreserved 
    ROUTINEnon-reservednon-reservednon-reserved 
    ROUTINESnon-reserved   
    ROUTINE_CATALOG non-reservednon-reserved 
    ROUTINE_NAME non-reservednon-reserved 
    ROUTINE_SCHEMA non-reservednon-reserved 
    ROWnon-reserved (cannot be function or type)reservedreserved 
    ROWSnon-reservedreservedreservedreserved
    ROW_COUNT non-reservednon-reservednon-reserved
    ROW_NUMBER reservedreserved 
    RULEnon-reserved   
    RUNNING reserved  
    SAVEPOINTnon-reservedreservedreserved 
    SCALAR non-reserved  
    SCALE non-reservednon-reservednon-reserved
    SCHEMAnon-reservednon-reservednon-reservedreserved
    SCHEMASnon-reserved   
    SCHEMA_NAME non-reservednon-reservednon-reserved
    SCOPE reservedreserved 
    SCOPE_CATALOG non-reservednon-reserved 
    SCOPE_NAME non-reservednon-reserved 
    SCOPE_SCHEMA non-reservednon-reserved 
    SCROLLnon-reservedreservedreservedreserved
    SEARCHnon-reservedreservedreserved 
    SECONDnon-reserved, requires ASreservedreservedreserved
    SECTION non-reservednon-reservedreserved
    SECURITYnon-reservednon-reservednon-reserved 
    SEEK reserved  
    SELECTreservedreservedreservedreserved
    SELECTIVE non-reservednon-reserved 
    SELF non-reservednon-reserved 
    SENSITIVE reservedreserved 
    SEQUENCEnon-reservednon-reservednon-reserved 
    SEQUENCESnon-reserved   
    SERIALIZABLEnon-reservednon-reservednon-reservednon-reserved
    SERVERnon-reservednon-reservednon-reserved 
    SERVER_NAME non-reservednon-reservednon-reserved
    SESSIONnon-reservednon-reservednon-reservedreserved
    SESSION_USERreservedreservedreservedreserved
    SETnon-reservedreservedreservedreserved
    SETOFnon-reserved (cannot be function or type)   
    SETSnon-reservednon-reservednon-reserved 
    SHAREnon-reserved   
    SHOWnon-reservedreserved  
    SIMILARreserved (can be function or type)reservedreserved 
    SIMPLEnon-reservednon-reservednon-reserved 
    SIN reserved  
    SINH reserved  
    SIZE non-reservednon-reservedreserved
    SKIPnon-reservedreserved  
    SMALLINTnon-reserved (cannot be function or type)reservedreservedreserved
    SNAPSHOTnon-reserved   
    SOMEreservedreservedreservedreserved
    SOURCE non-reservednon-reserved 
    SPACE non-reservednon-reservedreserved
    SPECIFIC reservedreserved 
    SPECIFICTYPE reservedreserved 
    SPECIFIC_NAME non-reservednon-reserved 
    SQLnon-reservedreservedreservedreserved
    SQLCODE   reserved
    SQLERROR   reserved
    SQLEXCEPTION reservedreserved 
    SQLSTATE reservedreservedreserved
    SQLWARNING reservedreserved 
    SQRT reservedreserved 
    STABLEnon-reserved   
    STANDALONEnon-reservednon-reservednon-reserved 
    STARTnon-reservedreservedreserved 
    STATE non-reservednon-reserved 
    STATEMENTnon-reservednon-reservednon-reserved 
    STATIC reservedreserved 
    STATISTICSnon-reserved   
    STDDEV_POP reservedreserved 
    STDDEV_SAMP reservedreserved 
    STDINnon-reserved   
    STDOUTnon-reserved   
    STORAGEnon-reserved   
    STOREDnon-reserved   
    STRICTnon-reserved   
    STRING non-reserved  
    STRIPnon-reservednon-reservednon-reserved 
    STRUCTURE non-reservednon-reserved 
    STYLE non-reservednon-reserved 
    SUBCLASS_ORIGIN non-reservednon-reservednon-reserved
    SUBMULTISET reservedreserved 
    SUBSCRIPTIONnon-reserved   
    SUBSET reserved  
    SUBSTRINGnon-reserved (cannot be function or type)reservedreservedreserved
    SUBSTRING_REGEX reservedreserved 
    SUCCEEDS reservedreserved 
    SUM reservedreservedreserved
    SUPPORTnon-reserved   
    SYMMETRICreservedreservedreserved 
    SYSIDnon-reserved   
    SYSTEMnon-reservedreservedreserved 
    SYSTEM_TIME reservedreserved 
    SYSTEM_USER reservedreservedreserved
    T non-reservednon-reserved 
    TABLEreservedreservedreservedreserved
    TABLESnon-reserved   
    TABLESAMPLEreserved (can be function or type)reservedreserved 
    TABLESPACEnon-reserved   
    TABLE_NAME non-reservednon-reservednon-reserved
    TAN reserved  
    TANH reserved  
    TEMPnon-reserved   
    TEMPLATEnon-reserved   
    TEMPORARYnon-reservednon-reservednon-reservedreserved
    TEXTnon-reserved   
    THENreservedreservedreservedreserved
    THROUGH non-reserved  
    TIESnon-reservednon-reservednon-reserved 
    TIMEnon-reserved (cannot be function or type)reservedreservedreserved
    TIMESTAMPnon-reserved (cannot be function or type)reservedreservedreserved
    TIMEZONE_HOUR reservedreservedreserved
    TIMEZONE_MINUTE reservedreservedreserved
    TOreserved, requires ASreservedreservedreserved
    TOKEN non-reservednon-reserved 
    TOP_LEVEL_COUNT non-reservednon-reserved 
    TRAILINGreservedreservedreservedreserved
    TRANSACTIONnon-reservednon-reservednon-reservedreserved
    TRANSACTIONS_​COMMITTED non-reservednon-reserved 
    TRANSACTIONS_​ROLLED_​BACK non-reservednon-reserved 
    TRANSACTION_ACTIVE non-reservednon-reserved 
    TRANSFORMnon-reservednon-reservednon-reserved 
    TRANSFORMS non-reservednon-reserved 
    TRANSLATE reservedreservedreserved
    TRANSLATE_REGEX reservedreserved 
    TRANSLATION reservedreservedreserved
    TREATnon-reserved (cannot be function or type)reservedreserved 
    TRIGGERnon-reservedreservedreserved 
    TRIGGER_CATALOG non-reservednon-reserved 
    TRIGGER_NAME non-reservednon-reserved 
    TRIGGER_SCHEMA non-reservednon-reserved 
    TRIMnon-reserved (cannot be function or type)reservedreservedreserved
    TRIM_ARRAY reservedreserved 
    TRUEreservedreservedreservedreserved
    TRUNCATEnon-reservedreservedreserved 
    TRUSTEDnon-reserved   
    TYPEnon-reservednon-reservednon-reservednon-reserved
    TYPESnon-reserved   
    UESCAPEnon-reservedreservedreserved 
    UNBOUNDEDnon-reservednon-reservednon-reserved 
    UNCOMMITTEDnon-reservednon-reservednon-reservednon-reserved
    UNCONDITIONAL non-reserved  
    UNDER non-reservednon-reserved 
    UNENCRYPTEDnon-reserved   
    UNIONreserved, requires ASreservedreservedreserved
    UNIQUEreservedreservedreservedreserved
    UNKNOWNnon-reservedreservedreservedreserved
    UNLINK non-reservednon-reserved 
    UNLISTENnon-reserved   
    UNLOGGEDnon-reserved   
    UNMATCHED reserved  
    UNNAMED non-reservednon-reservednon-reserved
    UNNEST reservedreserved 
    UNTILnon-reserved   
    UNTYPED non-reservednon-reserved 
    UPDATEnon-reservedreservedreservedreserved
    UPPER reservedreservedreserved
    URI non-reservednon-reserved 
    USAGE non-reservednon-reservedreserved
    USERreservedreservedreservedreserved
    USER_​DEFINED_​TYPE_​CATALOG non-reservednon-reserved 
    USER_​DEFINED_​TYPE_​CODE non-reservednon-reserved 
    USER_​DEFINED_​TYPE_​NAME non-reservednon-reserved 
    USER_​DEFINED_​TYPE_​SCHEMA non-reservednon-reserved 
    USINGreservedreservedreservedreserved
    UTF16 non-reserved  
    UTF32 non-reserved  
    UTF8 non-reserved  
    VACUUMnon-reserved   
    VALIDnon-reservednon-reservednon-reserved 
    VALIDATEnon-reserved   
    VALIDATORnon-reserved   
    VALUEnon-reservedreservedreservedreserved
    VALUESnon-reserved (cannot be function or type)reservedreservedreserved
    VALUE_OF reservedreserved 
    VARBINARY reservedreserved 
    VARCHARnon-reserved (cannot be function or type)reservedreservedreserved
    VARIADICreserved   
    VARYINGnon-reserved, requires ASreservedreservedreserved
    VAR_POP reservedreserved 
    VAR_SAMP reservedreserved 
    VERBOSEreserved (can be function or type)   
    VERSIONnon-reservednon-reservednon-reserved 
    VERSIONING reservedreserved 
    VIEWnon-reservednon-reservednon-reservedreserved
    VIEWSnon-reserved   
    VOLATILEnon-reserved   
    WHENreservedreservedreservedreserved
    WHENEVER reservedreservedreserved
    WHEREreserved, requires ASreservedreservedreserved
    WHITESPACEnon-reservednon-reservednon-reserved 
    WIDTH_BUCKET reservedreserved 
    WINDOWreserved, requires ASreservedreserved 
    WITHreserved, requires ASreservedreservedreserved
    WITHINnon-reserved, requires ASreservedreserved 
    WITHOUTnon-reserved, requires ASreservedreserved 
    WORKnon-reservednon-reservednon-reservedreserved
    WRAPPERnon-reservednon-reservednon-reserved 
    WRITEnon-reservednon-reservednon-reservedreserved
    XMLnon-reservedreservedreserved 
    XMLAGG reservedreserved 
    XMLATTRIBUTESnon-reserved (cannot be function or type)reservedreserved 
    XMLBINARY reservedreserved 
    XMLCAST reservedreserved 
    XMLCOMMENT reservedreserved 
    XMLCONCATnon-reserved (cannot be function or type)reservedreserved 
    XMLDECLARATION non-reservednon-reserved 
    XMLDOCUMENT reservedreserved 
    XMLELEMENTnon-reserved (cannot be function or type)reservedreserved 
    XMLEXISTSnon-reserved (cannot be function or type)reservedreserved 
    XMLFORESTnon-reserved (cannot be function or type)reservedreserved 
    XMLITERATE reservedreserved 
    XMLNAMESPACESnon-reserved (cannot be function or type)reservedreserved 
    XMLPARSEnon-reserved (cannot be function or type)reservedreserved 
    XMLPInon-reserved (cannot be function or type)reservedreserved 
    XMLQUERY reservedreserved 
    XMLROOTnon-reserved (cannot be function or type)   
    XMLSCHEMA non-reservednon-reserved 
    XMLSERIALIZEnon-reserved (cannot be function or type)reservedreserved 
    XMLTABLEnon-reserved (cannot be function or type)reservedreserved 
    XMLTEXT reservedreserved 
    XMLVALIDATE reservedreserved 
    YEARnon-reserved, requires ASreservedreservedreserved
    YESnon-reservednon-reservednon-reserved 
    ZONEnon-reservednon-reservednon-reservedreserved

    \ No newline at end of file +

    Table C.1. SQL Key Words

    Key WordPostgreSQLSQL:2016SQL:2011SQL-92
    A non-reservednon-reserved 
    ABORTnon-reserved   
    ABS reservedreserved 
    ABSENT non-reservednon-reserved 
    ABSOLUTEnon-reservednon-reservednon-reservedreserved
    ACCESSnon-reserved   
    ACCORDING non-reservednon-reserved 
    ACOS reserved  
    ACTIONnon-reservednon-reservednon-reservedreserved
    ADA non-reservednon-reservednon-reserved
    ADDnon-reservednon-reservednon-reservedreserved
    ADMINnon-reservednon-reservednon-reserved 
    AFTERnon-reservednon-reservednon-reserved 
    AGGREGATEnon-reserved   
    ALLreservedreservedreservedreserved
    ALLOCATE reservedreservedreserved
    ALSOnon-reserved   
    ALTERnon-reservedreservedreservedreserved
    ALWAYSnon-reservednon-reservednon-reserved 
    ANALYSEreserved   
    ANALYZEreserved   
    ANDreservedreservedreservedreserved
    ANYreservedreservedreservedreserved
    ARE reservedreservedreserved
    ARRAYreserved, requires ASreservedreserved 
    ARRAY_AGG reservedreserved 
    ARRAY_​MAX_​CARDINALITY reservedreserved 
    ASreserved, requires ASreservedreservedreserved
    ASCreservednon-reservednon-reservedreserved
    ASENSITIVEnon-reservedreservedreserved 
    ASIN reserved  
    ASSERTIONnon-reservednon-reservednon-reservedreserved
    ASSIGNMENTnon-reservednon-reservednon-reserved 
    ASYMMETRICreservedreservedreserved 
    ATnon-reservedreservedreservedreserved
    ATAN reserved  
    ATOMICnon-reservedreservedreserved 
    ATTACHnon-reserved   
    ATTRIBUTEnon-reservednon-reservednon-reserved 
    ATTRIBUTES non-reservednon-reserved 
    AUTHORIZATIONreserved (can be function or type)reservedreservedreserved
    AVG reservedreservedreserved
    BACKWARDnon-reserved   
    BASE64 non-reservednon-reserved 
    BEFOREnon-reservednon-reservednon-reserved 
    BEGINnon-reservedreservedreservedreserved
    BEGIN_FRAME reservedreserved 
    BEGIN_PARTITION reservedreserved 
    BERNOULLI non-reservednon-reserved 
    BETWEENnon-reserved (cannot be function or type)reservedreservedreserved
    BIGINTnon-reserved (cannot be function or type)reservedreserved 
    BINARYreserved (can be function or type)reservedreserved 
    BITnon-reserved (cannot be function or type)  reserved
    BIT_LENGTH   reserved
    BLOB reservedreserved 
    BLOCKED non-reservednon-reserved 
    BOM non-reservednon-reserved 
    BOOLEANnon-reserved (cannot be function or type)reservedreserved 
    BOTHreservedreservedreservedreserved
    BREADTHnon-reservednon-reservednon-reserved 
    BYnon-reservedreservedreservedreserved
    C non-reservednon-reservednon-reserved
    CACHEnon-reserved   
    CALLnon-reservedreservedreserved 
    CALLEDnon-reservedreservedreserved 
    CARDINALITY reservedreserved 
    CASCADEnon-reservednon-reservednon-reservedreserved
    CASCADEDnon-reservedreservedreservedreserved
    CASEreservedreservedreservedreserved
    CASTreservedreservedreservedreserved
    CATALOGnon-reservednon-reservednon-reservedreserved
    CATALOG_NAME non-reservednon-reservednon-reserved
    CEIL reservedreserved 
    CEILING reservedreserved 
    CHAINnon-reservednon-reservednon-reserved 
    CHAINING non-reserved  
    CHARnon-reserved (cannot be function or type), requires ASreservedreservedreserved
    CHARACTERnon-reserved (cannot be function or type), requires ASreservedreservedreserved
    CHARACTERISTICSnon-reservednon-reservednon-reserved 
    CHARACTERS non-reservednon-reserved 
    CHARACTER_LENGTH reservedreservedreserved
    CHARACTER_​SET_​CATALOG non-reservednon-reservednon-reserved
    CHARACTER_SET_NAME non-reservednon-reservednon-reserved
    CHARACTER_SET_SCHEMA non-reservednon-reservednon-reserved
    CHAR_LENGTH reservedreservedreserved
    CHECKreservedreservedreservedreserved
    CHECKPOINTnon-reserved   
    CLASSnon-reserved   
    CLASSIFIER reserved  
    CLASS_ORIGIN non-reservednon-reservednon-reserved
    CLOB reservedreserved 
    CLOSEnon-reservedreservedreservedreserved
    CLUSTERnon-reserved   
    COALESCEnon-reserved (cannot be function or type)reservedreservedreserved
    COBOL non-reservednon-reservednon-reserved
    COLLATEreservedreservedreservedreserved
    COLLATIONreserved (can be function or type)non-reservednon-reservedreserved
    COLLATION_CATALOG non-reservednon-reservednon-reserved
    COLLATION_NAME non-reservednon-reservednon-reserved
    COLLATION_SCHEMA non-reservednon-reservednon-reserved
    COLLECT reservedreserved 
    COLUMNreservedreservedreservedreserved
    COLUMNSnon-reservednon-reservednon-reserved 
    COLUMN_NAME non-reservednon-reservednon-reserved
    COMMAND_FUNCTION non-reservednon-reservednon-reserved
    COMMAND_​FUNCTION_​CODE non-reservednon-reserved 
    COMMENTnon-reserved   
    COMMENTSnon-reserved   
    COMMITnon-reservedreservedreservedreserved
    COMMITTEDnon-reservednon-reservednon-reservednon-reserved
    COMPRESSIONnon-reserved   
    CONCURRENTLYreserved (can be function or type)   
    CONDITION reservedreserved 
    CONDITIONAL non-reserved  
    CONDITION_NUMBER non-reservednon-reservednon-reserved
    CONFIGURATIONnon-reserved   
    CONFLICTnon-reserved   
    CONNECT reservedreservedreserved
    CONNECTIONnon-reservednon-reservednon-reservedreserved
    CONNECTION_NAME non-reservednon-reservednon-reserved
    CONSTRAINTreservedreservedreservedreserved
    CONSTRAINTSnon-reservednon-reservednon-reservedreserved
    CONSTRAINT_CATALOG non-reservednon-reservednon-reserved
    CONSTRAINT_NAME non-reservednon-reservednon-reserved
    CONSTRAINT_SCHEMA non-reservednon-reservednon-reserved
    CONSTRUCTOR non-reservednon-reserved 
    CONTAINS reservedreserved 
    CONTENTnon-reservednon-reservednon-reserved 
    CONTINUEnon-reservednon-reservednon-reservedreserved
    CONTROL non-reservednon-reserved 
    CONVERSIONnon-reserved   
    CONVERT reservedreservedreserved
    COPYnon-reservedreserved  
    CORR reservedreserved 
    CORRESPONDING reservedreservedreserved
    COS reserved  
    COSH reserved  
    COSTnon-reserved   
    COUNT reservedreservedreserved
    COVAR_POP reservedreserved 
    COVAR_SAMP reservedreserved 
    CREATEreserved, requires ASreservedreservedreserved
    CROSSreserved (can be function or type)reservedreservedreserved
    CSVnon-reserved   
    CUBEnon-reservedreservedreserved 
    CUME_DIST reservedreserved 
    CURRENTnon-reservedreservedreservedreserved
    CURRENT_CATALOGreservedreservedreserved 
    CURRENT_DATEreservedreservedreservedreserved
    CURRENT_​DEFAULT_​TRANSFORM_​GROUP reservedreserved 
    CURRENT_PATH reservedreserved 
    CURRENT_ROLEreservedreservedreserved 
    CURRENT_ROW reservedreserved 
    CURRENT_SCHEMAreserved (can be function or type)reservedreserved 
    CURRENT_TIMEreservedreservedreservedreserved
    CURRENT_TIMESTAMPreservedreservedreservedreserved
    CURRENT_​TRANSFORM_​GROUP_​FOR_​TYPE reservedreserved 
    CURRENT_USERreservedreservedreservedreserved
    CURSORnon-reservedreservedreservedreserved
    CURSOR_NAME non-reservednon-reservednon-reserved
    CYCLEnon-reservedreservedreserved 
    DATAnon-reservednon-reservednon-reservednon-reserved
    DATABASEnon-reserved   
    DATALINK reservedreserved 
    DATE reservedreservedreserved
    DATETIME_​INTERVAL_​CODE non-reservednon-reservednon-reserved
    DATETIME_​INTERVAL_​PRECISION non-reservednon-reservednon-reserved
    DAYnon-reserved, requires ASreservedreservedreserved
    DB non-reservednon-reserved 
    DEALLOCATEnon-reservedreservedreservedreserved
    DECnon-reserved (cannot be function or type)reservedreservedreserved
    DECFLOAT reserved  
    DECIMALnon-reserved (cannot be function or type)reservedreservedreserved
    DECLAREnon-reservedreservedreservedreserved
    DEFAULTreservedreservedreservedreserved
    DEFAULTSnon-reservednon-reservednon-reserved 
    DEFERRABLEreservednon-reservednon-reservedreserved
    DEFERREDnon-reservednon-reservednon-reservedreserved
    DEFINE reserved  
    DEFINED non-reservednon-reserved 
    DEFINERnon-reservednon-reservednon-reserved 
    DEGREE non-reservednon-reserved 
    DELETEnon-reservedreservedreservedreserved
    DELIMITERnon-reserved   
    DELIMITERSnon-reserved   
    DENSE_RANK reservedreserved 
    DEPENDSnon-reserved   
    DEPTHnon-reservednon-reservednon-reserved 
    DEREF reservedreserved 
    DERIVED non-reservednon-reserved 
    DESCreservednon-reservednon-reservedreserved
    DESCRIBE reservedreservedreserved
    DESCRIPTOR non-reservednon-reservedreserved
    DETACHnon-reserved   
    DETERMINISTIC reservedreserved 
    DIAGNOSTICS non-reservednon-reservedreserved
    DICTIONARYnon-reserved   
    DISABLEnon-reserved   
    DISCARDnon-reserved   
    DISCONNECT reservedreservedreserved
    DISPATCH non-reservednon-reserved 
    DISTINCTreservedreservedreservedreserved
    DLNEWCOPY reservedreserved 
    DLPREVIOUSCOPY reservedreserved 
    DLURLCOMPLETE reservedreserved 
    DLURLCOMPLETEONLY reservedreserved 
    DLURLCOMPLETEWRITE reservedreserved 
    DLURLPATH reservedreserved 
    DLURLPATHONLY reservedreserved 
    DLURLPATHWRITE reservedreserved 
    DLURLSCHEME reservedreserved 
    DLURLSERVER reservedreserved 
    DLVALUE reservedreserved 
    DOreserved   
    DOCUMENTnon-reservednon-reservednon-reserved 
    DOMAINnon-reservednon-reservednon-reservedreserved
    DOUBLEnon-reservedreservedreservedreserved
    DROPnon-reservedreservedreservedreserved
    DYNAMIC reservedreserved 
    DYNAMIC_FUNCTION non-reservednon-reservednon-reserved
    DYNAMIC_​FUNCTION_​CODE non-reservednon-reserved 
    EACHnon-reservedreservedreserved 
    ELEMENT reservedreserved 
    ELSEreservedreservedreservedreserved
    EMPTY reservednon-reserved 
    ENABLEnon-reserved   
    ENCODINGnon-reservednon-reservednon-reserved 
    ENCRYPTEDnon-reserved   
    ENDreservedreservedreservedreserved
    END-EXEC reservedreservedreserved
    END_FRAME reservedreserved 
    END_PARTITION reservedreserved 
    ENFORCED non-reservednon-reserved 
    ENUMnon-reserved   
    EQUALS reservedreserved 
    ERROR non-reserved  
    ESCAPEnon-reservedreservedreservedreserved
    EVENTnon-reserved   
    EVERY reservedreserved 
    EXCEPTreserved, requires ASreservedreservedreserved
    EXCEPTION   reserved
    EXCLUDEnon-reservednon-reservednon-reserved 
    EXCLUDINGnon-reservednon-reservednon-reserved 
    EXCLUSIVEnon-reserved   
    EXEC reservedreservedreserved
    EXECUTEnon-reservedreservedreservedreserved
    EXISTSnon-reserved (cannot be function or type)reservedreservedreserved
    EXP reservedreserved 
    EXPLAINnon-reserved   
    EXPRESSIONnon-reservednon-reservednon-reserved 
    EXTENSIONnon-reserved   
    EXTERNALnon-reservedreservedreservedreserved
    EXTRACTnon-reserved (cannot be function or type)reservedreservedreserved
    FALSEreservedreservedreservedreserved
    FAMILYnon-reserved   
    FETCHreserved, requires ASreservedreservedreserved
    FILE non-reservednon-reserved 
    FILTERnon-reserved, requires ASreservedreserved 
    FINAL non-reservednon-reserved 
    FINALIZEnon-reserved   
    FINISH non-reserved  
    FIRSTnon-reservednon-reservednon-reservedreserved
    FIRST_VALUE reservedreserved 
    FLAG non-reservednon-reserved 
    FLOATnon-reserved (cannot be function or type)reservedreservedreserved
    FLOOR reservedreserved 
    FOLLOWINGnon-reservednon-reservednon-reserved 
    FORreserved, requires ASreservedreservedreserved
    FORCEnon-reserved   
    FOREIGNreservedreservedreservedreserved
    FORMAT non-reserved  
    FORTRAN non-reservednon-reservednon-reserved
    FORWARDnon-reserved   
    FOUND non-reservednon-reservedreserved
    FRAME_ROW reservedreserved 
    FREE reservedreserved 
    FREEZEreserved (can be function or type)   
    FROMreserved, requires ASreservedreservedreserved
    FS non-reservednon-reserved 
    FULFILL non-reserved  
    FULLreserved (can be function or type)reservedreservedreserved
    FUNCTIONnon-reservedreservedreserved 
    FUNCTIONSnon-reserved   
    FUSION reservedreserved 
    G non-reservednon-reserved 
    GENERAL non-reservednon-reserved 
    GENERATEDnon-reservednon-reservednon-reserved 
    GET reservedreservedreserved
    GLOBALnon-reservedreservedreservedreserved
    GO non-reservednon-reservedreserved
    GOTO non-reservednon-reservedreserved
    GRANTreserved, requires ASreservedreservedreserved
    GRANTEDnon-reservednon-reservednon-reserved 
    GREATESTnon-reserved (cannot be function or type)   
    GROUPreserved, requires ASreservedreservedreserved
    GROUPINGnon-reserved (cannot be function or type)reservedreserved 
    GROUPSnon-reservedreservedreserved 
    HANDLERnon-reserved   
    HAVINGreserved, requires ASreservedreservedreserved
    HEADERnon-reserved   
    HEX non-reservednon-reserved 
    HIERARCHY non-reservednon-reserved 
    HOLDnon-reservedreservedreserved 
    HOURnon-reserved, requires ASreservedreservedreserved
    ID non-reservednon-reserved 
    IDENTITYnon-reservedreservedreservedreserved
    IFnon-reserved   
    IGNORE non-reservednon-reserved 
    ILIKEreserved (can be function or type)   
    IMMEDIATEnon-reservednon-reservednon-reservedreserved
    IMMEDIATELY non-reservednon-reserved 
    IMMUTABLEnon-reserved   
    IMPLEMENTATION non-reservednon-reserved 
    IMPLICITnon-reserved   
    IMPORTnon-reservedreservedreserved 
    INreservedreservedreservedreserved
    INCLUDEnon-reserved   
    INCLUDINGnon-reservednon-reservednon-reserved 
    INCREMENTnon-reservednon-reservednon-reserved 
    INDENT non-reservednon-reserved 
    INDEXnon-reserved   
    INDEXESnon-reserved   
    INDICATOR reservedreservedreserved
    INHERITnon-reserved   
    INHERITSnon-reserved   
    INITIAL reserved  
    INITIALLYreservednon-reservednon-reservedreserved
    INLINEnon-reserved   
    INNERreserved (can be function or type)reservedreservedreserved
    INOUTnon-reserved (cannot be function or type)reservedreserved 
    INPUTnon-reservednon-reservednon-reservedreserved
    INSENSITIVEnon-reservedreservedreservedreserved
    INSERTnon-reservedreservedreservedreserved
    INSTANCE non-reservednon-reserved 
    INSTANTIABLE non-reservednon-reserved 
    INSTEADnon-reservednon-reservednon-reserved 
    INTnon-reserved (cannot be function or type)reservedreservedreserved
    INTEGERnon-reserved (cannot be function or type)reservedreservedreserved
    INTEGRITY non-reservednon-reserved 
    INTERSECTreserved, requires ASreservedreservedreserved
    INTERSECTION reservedreserved 
    INTERVALnon-reserved (cannot be function or type)reservedreservedreserved
    INTOreserved, requires ASreservedreservedreserved
    INVOKERnon-reservednon-reservednon-reserved 
    ISreserved (can be function or type)reservedreservedreserved
    ISNULLreserved (can be function or type), requires AS   
    ISOLATIONnon-reservednon-reservednon-reservedreserved
    JOINreserved (can be function or type)reservedreservedreserved
    JSON non-reserved  
    JSON_ARRAY reserved  
    JSON_ARRAYAGG reserved  
    JSON_EXISTS reserved  
    JSON_OBJECT reserved  
    JSON_OBJECTAGG reserved  
    JSON_QUERY reserved  
    JSON_TABLE reserved  
    JSON_TABLE_PRIMITIVE reserved  
    JSON_VALUE reserved  
    K non-reservednon-reserved 
    KEEP non-reserved  
    KEYnon-reservednon-reservednon-reservedreserved
    KEYS non-reserved  
    KEY_MEMBER non-reservednon-reserved 
    KEY_TYPE non-reservednon-reserved 
    LABELnon-reserved   
    LAG reservedreserved 
    LANGUAGEnon-reservedreservedreservedreserved
    LARGEnon-reservedreservedreserved 
    LASTnon-reservednon-reservednon-reservedreserved
    LAST_VALUE reservedreserved 
    LATERALreservedreservedreserved 
    LEAD reservedreserved 
    LEADINGreservedreservedreservedreserved
    LEAKPROOFnon-reserved   
    LEASTnon-reserved (cannot be function or type)   
    LEFTreserved (can be function or type)reservedreservedreserved
    LENGTH non-reservednon-reservednon-reserved
    LEVELnon-reservednon-reservednon-reservedreserved
    LIBRARY non-reservednon-reserved 
    LIKEreserved (can be function or type)reservedreservedreserved
    LIKE_REGEX reservedreserved 
    LIMITreserved, requires ASnon-reservednon-reserved 
    LINK non-reservednon-reserved 
    LISTAGG reserved  
    LISTENnon-reserved   
    LN reservedreserved 
    LOADnon-reserved   
    LOCALnon-reservedreservedreservedreserved
    LOCALTIMEreservedreservedreserved 
    LOCALTIMESTAMPreservedreservedreserved 
    LOCATIONnon-reservednon-reservednon-reserved 
    LOCATOR non-reservednon-reserved 
    LOCKnon-reserved   
    LOCKEDnon-reserved   
    LOG reserved  
    LOG10 reserved  
    LOGGEDnon-reserved   
    LOWER reservedreservedreserved
    M non-reservednon-reserved 
    MAP non-reservednon-reserved 
    MAPPINGnon-reservednon-reservednon-reserved 
    MATCHnon-reservedreservedreservedreserved
    MATCHED non-reservednon-reserved 
    MATCHES reserved  
    MATCH_NUMBER reserved  
    MATCH_RECOGNIZE reserved  
    MATERIALIZEDnon-reserved   
    MAX reservedreservedreserved
    MAXVALUEnon-reservednon-reservednon-reserved 
    MEASURES reserved  
    MEMBER reservedreserved 
    MERGE reservedreserved 
    MESSAGE_LENGTH non-reservednon-reservednon-reserved
    MESSAGE_OCTET_LENGTH non-reservednon-reservednon-reserved
    MESSAGE_TEXT non-reservednon-reservednon-reserved
    METHODnon-reservedreservedreserved 
    MIN reservedreservedreserved
    MINUTEnon-reserved, requires ASreservedreservedreserved
    MINVALUEnon-reservednon-reservednon-reserved 
    MOD reservedreserved 
    MODEnon-reserved   
    MODIFIES reservedreserved 
    MODULE reservedreservedreserved
    MONTHnon-reserved, requires ASreservedreservedreserved
    MORE non-reservednon-reservednon-reserved
    MOVEnon-reserved   
    MULTISET reservedreserved 
    MUMPS non-reservednon-reservednon-reserved
    NAMEnon-reservednon-reservednon-reservednon-reserved
    NAMESnon-reservednon-reservednon-reservedreserved
    NAMESPACE non-reservednon-reserved 
    NATIONALnon-reserved (cannot be function or type)reservedreservedreserved
    NATURALreserved (can be function or type)reservedreservedreserved
    NCHARnon-reserved (cannot be function or type)reservedreservedreserved
    NCLOB reservedreserved 
    NESTED non-reserved  
    NESTING non-reservednon-reserved 
    NEWnon-reservedreservedreserved 
    NEXTnon-reservednon-reservednon-reservedreserved
    NFCnon-reservednon-reservednon-reserved 
    NFDnon-reservednon-reservednon-reserved 
    NFKCnon-reservednon-reservednon-reserved 
    NFKDnon-reservednon-reservednon-reserved 
    NIL non-reservednon-reserved 
    NOnon-reservedreservedreservedreserved
    NONEnon-reserved (cannot be function or type)reservedreserved 
    NORMALIZEnon-reserved (cannot be function or type)reservedreserved 
    NORMALIZEDnon-reservednon-reservednon-reserved 
    NOTreservedreservedreservedreserved
    NOTHINGnon-reserved   
    NOTIFYnon-reserved   
    NOTNULLreserved (can be function or type), requires AS   
    NOWAITnon-reserved   
    NTH_VALUE reservedreserved 
    NTILE reservedreserved 
    NULLreservedreservedreservedreserved
    NULLABLE non-reservednon-reservednon-reserved
    NULLIFnon-reserved (cannot be function or type)reservedreservedreserved
    NULLSnon-reservednon-reservednon-reserved 
    NUMBER non-reservednon-reservednon-reserved
    NUMERICnon-reserved (cannot be function or type)reservedreservedreserved
    OBJECTnon-reservednon-reservednon-reserved 
    OCCURRENCES_REGEX reservedreserved 
    OCTETS non-reservednon-reserved 
    OCTET_LENGTH reservedreservedreserved
    OFnon-reservedreservedreservedreserved
    OFFnon-reservednon-reservednon-reserved 
    OFFSETreserved, requires ASreservedreserved 
    OIDSnon-reserved   
    OLDnon-reservedreservedreserved 
    OMIT reserved  
    ONreserved, requires ASreservedreservedreserved
    ONE reserved  
    ONLYreservedreservedreservedreserved
    OPEN reservedreservedreserved
    OPERATORnon-reserved   
    OPTIONnon-reservednon-reservednon-reservedreserved
    OPTIONSnon-reservednon-reservednon-reserved 
    ORreservedreservedreservedreserved
    ORDERreserved, requires ASreservedreservedreserved
    ORDERING non-reservednon-reserved 
    ORDINALITYnon-reservednon-reservednon-reserved 
    OTHERSnon-reservednon-reservednon-reserved 
    OUTnon-reserved (cannot be function or type)reservedreserved 
    OUTERreserved (can be function or type)reservedreservedreserved
    OUTPUT non-reservednon-reservedreserved
    OVERnon-reserved, requires ASreservedreserved 
    OVERFLOW non-reserved  
    OVERLAPSreserved (can be function or type), requires ASreservedreservedreserved
    OVERLAYnon-reserved (cannot be function or type)reservedreserved 
    OVERRIDINGnon-reservednon-reservednon-reserved 
    OWNEDnon-reserved   
    OWNERnon-reserved   
    P non-reservednon-reserved 
    PAD non-reservednon-reservedreserved
    PARALLELnon-reserved   
    PARAMETER reservedreserved 
    PARAMETER_MODE non-reservednon-reserved 
    PARAMETER_NAME non-reservednon-reserved 
    PARAMETER_​ORDINAL_​POSITION non-reservednon-reserved 
    PARAMETER_​SPECIFIC_​CATALOG non-reservednon-reserved 
    PARAMETER_​SPECIFIC_​NAME non-reservednon-reserved 
    PARAMETER_​SPECIFIC_​SCHEMA non-reservednon-reserved 
    PARSERnon-reserved   
    PARTIALnon-reservednon-reservednon-reservedreserved
    PARTITIONnon-reservedreservedreserved 
    PASCAL non-reservednon-reservednon-reserved
    PASS non-reserved  
    PASSINGnon-reservednon-reservednon-reserved 
    PASSTHROUGH non-reservednon-reserved 
    PASSWORDnon-reserved   
    PAST non-reserved  
    PATH non-reservednon-reserved 
    PATTERN reserved  
    PER reserved  
    PERCENT reservedreserved 
    PERCENTILE_CONT reservedreserved 
    PERCENTILE_DISC reservedreserved 
    PERCENT_RANK reservedreserved 
    PERIOD reservedreserved 
    PERMISSION non-reservednon-reserved 
    PERMUTE reserved  
    PLACINGreservednon-reservednon-reserved 
    PLAN non-reserved  
    PLANSnon-reserved   
    PLI non-reservednon-reservednon-reserved
    POLICYnon-reserved   
    PORTION reservedreserved 
    POSITIONnon-reserved (cannot be function or type)reservedreservedreserved
    POSITION_REGEX reservedreserved 
    POWER reservedreserved 
    PRECEDES reservedreserved 
    PRECEDINGnon-reservednon-reservednon-reserved 
    PRECISIONnon-reserved (cannot be function or type), requires ASreservedreservedreserved
    PREPAREnon-reservedreservedreservedreserved
    PREPAREDnon-reserved   
    PRESERVEnon-reservednon-reservednon-reservedreserved
    PRIMARYreservedreservedreservedreserved
    PRIORnon-reservednon-reservednon-reservedreserved
    PRIVATE non-reserved  
    PRIVILEGESnon-reservednon-reservednon-reservedreserved
    PROCEDURALnon-reserved   
    PROCEDUREnon-reservedreservedreservedreserved
    PROCEDURESnon-reserved   
    PROGRAMnon-reserved   
    PRUNE non-reserved  
    PTF reserved  
    PUBLIC non-reservednon-reservedreserved
    PUBLICATIONnon-reserved   
    QUOTEnon-reserved   
    QUOTES non-reserved  
    RANGEnon-reservedreservedreserved 
    RANK reservedreserved 
    READnon-reservednon-reservednon-reservedreserved
    READS reservedreserved 
    REALnon-reserved (cannot be function or type)reservedreservedreserved
    REASSIGNnon-reserved   
    RECHECKnon-reserved   
    RECOVERY non-reservednon-reserved 
    RECURSIVEnon-reservedreservedreserved 
    REFnon-reservedreservedreserved 
    REFERENCESreservedreservedreservedreserved
    REFERENCINGnon-reservedreservedreserved 
    REFRESHnon-reserved   
    REGR_AVGX reservedreserved 
    REGR_AVGY reservedreserved 
    REGR_COUNT reservedreserved 
    REGR_INTERCEPT reservedreserved 
    REGR_R2 reservedreserved 
    REGR_SLOPE reservedreserved 
    REGR_SXX reservedreserved 
    REGR_SXY reservedreserved 
    REGR_SYY reservedreserved 
    REINDEXnon-reserved   
    RELATIVEnon-reservednon-reservednon-reservedreserved
    RELEASEnon-reservedreservedreserved 
    RENAMEnon-reserved   
    REPEATABLEnon-reservednon-reservednon-reservednon-reserved
    REPLACEnon-reserved   
    REPLICAnon-reserved   
    REQUIRING non-reservednon-reserved 
    RESETnon-reserved   
    RESPECT non-reservednon-reserved 
    RESTARTnon-reservednon-reservednon-reserved 
    RESTORE non-reservednon-reserved 
    RESTRICTnon-reservednon-reservednon-reservedreserved
    RESULT reservedreserved 
    RETURNnon-reservedreservedreserved 
    RETURNED_CARDINALITY non-reservednon-reserved 
    RETURNED_LENGTH non-reservednon-reservednon-reserved
    RETURNED_​OCTET_​LENGTH non-reservednon-reservednon-reserved
    RETURNED_SQLSTATE non-reservednon-reservednon-reserved
    RETURNINGreserved, requires ASnon-reservednon-reserved 
    RETURNSnon-reservedreservedreserved 
    REVOKEnon-reservedreservedreservedreserved
    RIGHTreserved (can be function or type)reservedreservedreserved
    ROLEnon-reservednon-reservednon-reserved 
    ROLLBACKnon-reservedreservedreservedreserved
    ROLLUPnon-reservedreservedreserved 
    ROUTINEnon-reservednon-reservednon-reserved 
    ROUTINESnon-reserved   
    ROUTINE_CATALOG non-reservednon-reserved 
    ROUTINE_NAME non-reservednon-reserved 
    ROUTINE_SCHEMA non-reservednon-reserved 
    ROWnon-reserved (cannot be function or type)reservedreserved 
    ROWSnon-reservedreservedreservedreserved
    ROW_COUNT non-reservednon-reservednon-reserved
    ROW_NUMBER reservedreserved 
    RULEnon-reserved   
    RUNNING reserved  
    SAVEPOINTnon-reservedreservedreserved 
    SCALAR non-reserved  
    SCALE non-reservednon-reservednon-reserved
    SCHEMAnon-reservednon-reservednon-reservedreserved
    SCHEMASnon-reserved   
    SCHEMA_NAME non-reservednon-reservednon-reserved
    SCOPE reservedreserved 
    SCOPE_CATALOG non-reservednon-reserved 
    SCOPE_NAME non-reservednon-reserved 
    SCOPE_SCHEMA non-reservednon-reserved 
    SCROLLnon-reservedreservedreservedreserved
    SEARCHnon-reservedreservedreserved 
    SECONDnon-reserved, requires ASreservedreservedreserved
    SECTION non-reservednon-reservedreserved
    SECURITYnon-reservednon-reservednon-reserved 
    SEEK reserved  
    SELECTreservedreservedreservedreserved
    SELECTIVE non-reservednon-reserved 
    SELF non-reservednon-reserved 
    SENSITIVE reservedreserved 
    SEQUENCEnon-reservednon-reservednon-reserved 
    SEQUENCESnon-reserved   
    SERIALIZABLEnon-reservednon-reservednon-reservednon-reserved
    SERVERnon-reservednon-reservednon-reserved 
    SERVER_NAME non-reservednon-reservednon-reserved
    SESSIONnon-reservednon-reservednon-reservedreserved
    SESSION_USERreservedreservedreservedreserved
    SETnon-reservedreservedreservedreserved
    SETOFnon-reserved (cannot be function or type)   
    SETSnon-reservednon-reservednon-reserved 
    SHAREnon-reserved   
    SHOWnon-reservedreserved  
    SIMILARreserved (can be function or type)reservedreserved 
    SIMPLEnon-reservednon-reservednon-reserved 
    SIN reserved  
    SINH reserved  
    SIZE non-reservednon-reservedreserved
    SKIPnon-reservedreserved  
    SMALLINTnon-reserved (cannot be function or type)reservedreservedreserved
    SNAPSHOTnon-reserved   
    SOMEreservedreservedreservedreserved
    SOURCE non-reservednon-reserved 
    SPACE non-reservednon-reservedreserved
    SPECIFIC reservedreserved 
    SPECIFICTYPE reservedreserved 
    SPECIFIC_NAME non-reservednon-reserved 
    SQLnon-reservedreservedreservedreserved
    SQLCODE   reserved
    SQLERROR   reserved
    SQLEXCEPTION reservedreserved 
    SQLSTATE reservedreservedreserved
    SQLWARNING reservedreserved 
    SQRT reservedreserved 
    STABLEnon-reserved   
    STANDALONEnon-reservednon-reservednon-reserved 
    STARTnon-reservedreservedreserved 
    STATE non-reservednon-reserved 
    STATEMENTnon-reservednon-reservednon-reserved 
    STATIC reservedreserved 
    STATISTICSnon-reserved   
    STDDEV_POP reservedreserved 
    STDDEV_SAMP reservedreserved 
    STDINnon-reserved   
    STDOUTnon-reserved   
    STORAGEnon-reserved   
    STOREDnon-reserved   
    STRICTnon-reserved   
    STRING non-reserved  
    STRIPnon-reservednon-reservednon-reserved 
    STRUCTURE non-reservednon-reserved 
    STYLE non-reservednon-reserved 
    SUBCLASS_ORIGIN non-reservednon-reservednon-reserved
    SUBMULTISET reservedreserved 
    SUBSCRIPTIONnon-reserved   
    SUBSET reserved  
    SUBSTRINGnon-reserved (cannot be function or type)reservedreservedreserved
    SUBSTRING_REGEX reservedreserved 
    SUCCEEDS reservedreserved 
    SUM reservedreservedreserved
    SUPPORTnon-reserved   
    SYMMETRICreservedreservedreserved 
    SYSIDnon-reserved   
    SYSTEMnon-reservedreservedreserved 
    SYSTEM_TIME reservedreserved 
    SYSTEM_USER reservedreservedreserved
    T non-reservednon-reserved 
    TABLEreservedreservedreservedreserved
    TABLESnon-reserved   
    TABLESAMPLEreserved (can be function or type)reservedreserved 
    TABLESPACEnon-reserved   
    TABLE_NAME non-reservednon-reservednon-reserved
    TAN reserved  
    TANH reserved  
    TEMPnon-reserved   
    TEMPLATEnon-reserved   
    TEMPORARYnon-reservednon-reservednon-reservedreserved
    TEXTnon-reserved   
    THENreservedreservedreservedreserved
    THROUGH non-reserved  
    TIESnon-reservednon-reservednon-reserved 
    TIMEnon-reserved (cannot be function or type)reservedreservedreserved
    TIMESTAMPnon-reserved (cannot be function or type)reservedreservedreserved
    TIMEZONE_HOUR reservedreservedreserved
    TIMEZONE_MINUTE reservedreservedreserved
    TOreserved, requires ASreservedreservedreserved
    TOKEN non-reservednon-reserved 
    TOP_LEVEL_COUNT non-reservednon-reserved 
    TRAILINGreservedreservedreservedreserved
    TRANSACTIONnon-reservednon-reservednon-reservedreserved
    TRANSACTIONS_​COMMITTED non-reservednon-reserved 
    TRANSACTIONS_​ROLLED_​BACK non-reservednon-reserved 
    TRANSACTION_ACTIVE non-reservednon-reserved 
    TRANSFORMnon-reservednon-reservednon-reserved 
    TRANSFORMS non-reservednon-reserved 
    TRANSLATE reservedreservedreserved
    TRANSLATE_REGEX reservedreserved 
    TRANSLATION reservedreservedreserved
    TREATnon-reserved (cannot be function or type)reservedreserved 
    TRIGGERnon-reservedreservedreserved 
    TRIGGER_CATALOG non-reservednon-reserved 
    TRIGGER_NAME non-reservednon-reserved 
    TRIGGER_SCHEMA non-reservednon-reserved 
    TRIMnon-reserved (cannot be function or type)reservedreservedreserved
    TRIM_ARRAY reservedreserved 
    TRUEreservedreservedreservedreserved
    TRUNCATEnon-reservedreservedreserved 
    TRUSTEDnon-reserved   
    TYPEnon-reservednon-reservednon-reservednon-reserved
    TYPESnon-reserved   
    UESCAPEnon-reservedreservedreserved 
    UNBOUNDEDnon-reservednon-reservednon-reserved 
    UNCOMMITTEDnon-reservednon-reservednon-reservednon-reserved
    UNCONDITIONAL non-reserved  
    UNDER non-reservednon-reserved 
    UNENCRYPTEDnon-reserved   
    UNIONreserved, requires ASreservedreservedreserved
    UNIQUEreservedreservedreservedreserved
    UNKNOWNnon-reservedreservedreservedreserved
    UNLINK non-reservednon-reserved 
    UNLISTENnon-reserved   
    UNLOGGEDnon-reserved   
    UNMATCHED reserved  
    UNNAMED non-reservednon-reservednon-reserved
    UNNEST reservedreserved 
    UNTILnon-reserved   
    UNTYPED non-reservednon-reserved 
    UPDATEnon-reservedreservedreservedreserved
    UPPER reservedreservedreserved
    URI non-reservednon-reserved 
    USAGE non-reservednon-reservedreserved
    USERreservedreservedreservedreserved
    USER_​DEFINED_​TYPE_​CATALOG non-reservednon-reserved 
    USER_​DEFINED_​TYPE_​CODE non-reservednon-reserved 
    USER_​DEFINED_​TYPE_​NAME non-reservednon-reserved 
    USER_​DEFINED_​TYPE_​SCHEMA non-reservednon-reserved 
    USINGreservedreservedreservedreserved
    UTF16 non-reserved  
    UTF32 non-reserved  
    UTF8 non-reserved  
    VACUUMnon-reserved   
    VALIDnon-reservednon-reservednon-reserved 
    VALIDATEnon-reserved   
    VALIDATORnon-reserved   
    VALUEnon-reservedreservedreservedreserved
    VALUESnon-reserved (cannot be function or type)reservedreservedreserved
    VALUE_OF reservedreserved 
    VARBINARY reservedreserved 
    VARCHARnon-reserved (cannot be function or type)reservedreservedreserved
    VARIADICreserved   
    VARYINGnon-reserved, requires ASreservedreservedreserved
    VAR_POP reservedreserved 
    VAR_SAMP reservedreserved 
    VERBOSEreserved (can be function or type)   
    VERSIONnon-reservednon-reservednon-reserved 
    VERSIONING reservedreserved 
    VIEWnon-reservednon-reservednon-reservedreserved
    VIEWSnon-reserved   
    VOLATILEnon-reserved   
    WHENreservedreservedreservedreserved
    WHENEVER reservedreservedreserved
    WHEREreserved, requires ASreservedreservedreserved
    WHITESPACEnon-reservednon-reservednon-reserved 
    WIDTH_BUCKET reservedreserved 
    WINDOWreserved, requires ASreservedreserved 
    WITHreserved, requires ASreservedreservedreserved
    WITHINnon-reserved, requires ASreservedreserved 
    WITHOUTnon-reserved, requires ASreservedreserved 
    WORKnon-reservednon-reservednon-reservedreserved
    WRAPPERnon-reservednon-reservednon-reserved 
    WRITEnon-reservednon-reservednon-reservedreserved
    XMLnon-reservedreservedreserved 
    XMLAGG reservedreserved 
    XMLATTRIBUTESnon-reserved (cannot be function or type)reservedreserved 
    XMLBINARY reservedreserved 
    XMLCAST reservedreserved 
    XMLCOMMENT reservedreserved 
    XMLCONCATnon-reserved (cannot be function or type)reservedreserved 
    XMLDECLARATION non-reservednon-reserved 
    XMLDOCUMENT reservedreserved 
    XMLELEMENTnon-reserved (cannot be function or type)reservedreserved 
    XMLEXISTSnon-reserved (cannot be function or type)reservedreserved 
    XMLFORESTnon-reserved (cannot be function or type)reservedreserved 
    XMLITERATE reservedreserved 
    XMLNAMESPACESnon-reserved (cannot be function or type)reservedreserved 
    XMLPARSEnon-reserved (cannot be function or type)reservedreserved 
    XMLPInon-reserved (cannot be function or type)reservedreserved 
    XMLQUERY reservedreserved 
    XMLROOTnon-reserved (cannot be function or type)   
    XMLSCHEMA non-reservednon-reserved 
    XMLSERIALIZEnon-reserved (cannot be function or type)reservedreserved 
    XMLTABLEnon-reserved (cannot be function or type)reservedreserved 
    XMLTEXT reservedreserved 
    XMLVALIDATE reservedreserved 
    YEARnon-reserved, requires ASreservedreservedreserved
    YESnon-reservednon-reservednon-reserved 
    ZONEnon-reservednon-reservednon-reservedreserved

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-listen.html postgresql-14-14.6/doc/src/sgml/html/sql-listen.html --- postgresql-14-14.5/doc/src/sgml/html/sql-listen.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-listen.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -LISTEN

    LISTEN

    LISTEN — listen for a notification

    Synopsis

    +LISTEN

    LISTEN

    LISTEN — listen for a notification

    Synopsis

     LISTEN channel
     

    Description

    LISTEN registers the current session as a @@ -67,4 +67,4 @@

    Compatibility

    There is no LISTEN statement in the SQL standard. -

    See Also

    NOTIFY, UNLISTEN
    \ No newline at end of file +

    See Also

    NOTIFY, UNLISTEN
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-load.html postgresql-14-14.6/doc/src/sgml/html/sql-load.html --- postgresql-14-14.5/doc/src/sgml/html/sql-load.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-load.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -LOAD

    LOAD

    LOAD — load a shared library file

    Synopsis

    +LOAD

    LOAD

    LOAD — load a shared library file

    Synopsis

     LOAD 'filename'
     

    Description

    This command loads a shared library file into the PostgreSQL @@ -28,4 +28,4 @@ extension.

    See Also

    CREATE FUNCTION -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-lock.html postgresql-14-14.6/doc/src/sgml/html/sql-lock.html --- postgresql-14-14.5/doc/src/sgml/html/sql-lock.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-lock.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -LOCK

    LOCK

    LOCK — lock a table

    Synopsis

    +LOCK

    LOCK

    LOCK — lock a table

    Synopsis

     LOCK [ TABLE ] [ ONLY ] name [ * ] [, ...] [ IN lockmode MODE ] [ NOWAIT ]
     
     where lockmode is one of:
    @@ -159,4 +159,4 @@
        PostgreSQL lock modes and the
        LOCK TABLE syntax are compatible with those
        present in Oracle.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-move.html postgresql-14-14.6/doc/src/sgml/html/sql-move.html --- postgresql-14-14.5/doc/src/sgml/html/sql-move.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-move.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,8 +1,9 @@ -MOVE

    MOVE

    MOVE — position a cursor

    Synopsis

    -MOVE [ direction [ FROM | IN ] ] cursor_name
    +MOVE

    MOVE

    MOVE — position a cursor

    Synopsis

    +MOVE [ direction ] [ FROM | IN ] cursor_name
     
    -where direction can be empty or one of:
    +where direction can
    +be one of:
     
         NEXT
         PRIOR
    @@ -56,4 +57,4 @@
     COMMIT WORK;
     

    Compatibility

    There is no MOVE statement in the SQL standard. -

    See Also

    CLOSE, DECLARE, FETCH
    \ No newline at end of file +

    See Also

    CLOSE, DECLARE, FETCH
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-notify.html postgresql-14-14.6/doc/src/sgml/html/sql-notify.html --- postgresql-14-14.5/doc/src/sgml/html/sql-notify.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-notify.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -NOTIFY

    NOTIFY

    NOTIFY — generate a notification

    Synopsis

    +NOTIFY

    NOTIFY

    NOTIFY — generate a notification

    Synopsis

     NOTIFY channel [ , payload ]
     

    Description

    The NOTIFY command sends a notification event together @@ -129,4 +129,4 @@

    Compatibility

    There is no NOTIFY statement in the SQL standard. -

    See Also

    LISTEN, UNLISTEN
    \ No newline at end of file +

    See Also

    LISTEN, UNLISTEN
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-prepare.html postgresql-14-14.6/doc/src/sgml/html/sql-prepare.html --- postgresql-14-14.5/doc/src/sgml/html/sql-prepare.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-prepare.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -PREPARE

    PREPARE

    PREPARE — prepare a statement for execution

    Synopsis

    +PREPARE

    PREPARE

    PREPARE — prepare a statement for execution

    Synopsis

     PREPARE name [ ( data_type [, ...] ) ] AS statement
     

    Description

    PREPARE creates a prepared statement. A prepared @@ -147,4 +147,4 @@ but it is only for use in embedded SQL. This version of the PREPARE statement also uses a somewhat different syntax. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-prepare-transaction.html postgresql-14-14.6/doc/src/sgml/html/sql-prepare-transaction.html --- postgresql-14-14.5/doc/src/sgml/html/sql-prepare-transaction.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-prepare-transaction.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -PREPARE TRANSACTION

    PREPARE TRANSACTION

    PREPARE TRANSACTION — prepare the current transaction for two-phase commit

    Synopsis

    +PREPARE TRANSACTION

    PREPARE TRANSACTION

    PREPARE TRANSACTION — prepare the current transaction for two-phase commit

    Synopsis

     PREPARE TRANSACTION transaction_id
     

    Description

    PREPARE TRANSACTION prepares the current transaction @@ -87,4 +87,4 @@ external transaction management systems, some of which are covered by standards (such as X/Open XA), but the SQL side of those systems is not standardized. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-reassign-owned.html postgresql-14-14.6/doc/src/sgml/html/sql-reassign-owned.html --- postgresql-14-14.5/doc/src/sgml/html/sql-reassign-owned.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-reassign-owned.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -REASSIGN OWNED

    REASSIGN OWNED

    REASSIGN OWNED — change the ownership of database objects owned by a database role

    Synopsis

    +REASSIGN OWNED

    REASSIGN OWNED

    REASSIGN OWNED — change the ownership of database objects owned by a database role

    Synopsis

     REASSIGN OWNED BY { old_role | CURRENT_ROLE | CURRENT_USER | SESSION_USER } [, ...]
                    TO { new_role | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
     

    Description

    @@ -39,4 +39,4 @@

    Compatibility

    The REASSIGN OWNED command is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-refreshmaterializedview.html postgresql-14-14.6/doc/src/sgml/html/sql-refreshmaterializedview.html --- postgresql-14-14.5/doc/src/sgml/html/sql-refreshmaterializedview.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-refreshmaterializedview.html 2022-11-07 22:00:43.000000000 +0000 @@ -1,5 +1,5 @@ -REFRESH MATERIALIZED VIEW

    REFRESH MATERIALIZED VIEW

    REFRESH MATERIALIZED VIEW — replace the contents of a materialized view

    Synopsis

    +REFRESH MATERIALIZED VIEW

    REFRESH MATERIALIZED VIEW

    REFRESH MATERIALIZED VIEW — replace the contents of a materialized view

    Synopsis

     REFRESH MATERIALIZED VIEW [ CONCURRENTLY ] name
         [ WITH [ NO ] DATA ]
     

    Description

    @@ -56,4 +56,4 @@

    Compatibility

    REFRESH MATERIALIZED VIEW is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-reindex.html postgresql-14-14.6/doc/src/sgml/html/sql-reindex.html --- postgresql-14-14.5/doc/src/sgml/html/sql-reindex.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-reindex.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -REINDEX

    REINDEX

    REINDEX — rebuild indexes

    Synopsis

    +REINDEX

    REINDEX

    REINDEX — rebuild indexes

    Synopsis

     REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } [ CONCURRENTLY ] name
     
     where option can be one of:
    @@ -319,4 +319,4 @@
     REINDEX TABLE CONCURRENTLY my_broken_table;
     

    Compatibility

    There is no REINDEX command in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-release-savepoint.html postgresql-14-14.6/doc/src/sgml/html/sql-release-savepoint.html --- postgresql-14-14.5/doc/src/sgml/html/sql-release-savepoint.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-release-savepoint.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -RELEASE SAVEPOINT

    RELEASE SAVEPOINT

    RELEASE SAVEPOINT — destroy a previously defined savepoint

    Synopsis

    +RELEASE SAVEPOINT

    RELEASE SAVEPOINT

    RELEASE SAVEPOINT — destroy a previously defined savepoint

    Synopsis

     RELEASE [ SAVEPOINT ] savepoint_name
     

    Description

    RELEASE SAVEPOINT destroys a savepoint previously defined @@ -42,4 +42,4 @@ specifies that the key word SAVEPOINT is mandatory, but PostgreSQL allows it to be omitted. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-reset.html postgresql-14-14.6/doc/src/sgml/html/sql-reset.html --- postgresql-14-14.5/doc/src/sgml/html/sql-reset.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-reset.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -RESET

    RESET

    RESET — restore the value of a run-time parameter to the default value

    Synopsis

    +RESET

    RESET

    RESET — restore the value of a run-time parameter to the default value

    Synopsis

     RESET configuration_parameter
     RESET ALL
     

    Description

    @@ -36,4 +36,4 @@ RESET timezone;

    Compatibility

    RESET is a PostgreSQL extension. -

    See Also

    SET, SHOW
    \ No newline at end of file +

    See Also

    SET, SHOW
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-revoke.html postgresql-14-14.6/doc/src/sgml/html/sql-revoke.html --- postgresql-14-14.5/doc/src/sgml/html/sql-revoke.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-revoke.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -REVOKE

    REVOKE

    REVOKE — remove access privileges

    Synopsis

    +REVOKE

    REVOKE

    REVOKE — remove access privileges

    Synopsis

     REVOKE [ GRANT OPTION FOR ]
         { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }
         [, ...] | ALL [ PRIVILEGES ] }
    @@ -239,4 +239,4 @@
         The keyword RESTRICT or CASCADE
         is required according to the standard, but PostgreSQL
         assumes RESTRICT by default.
    -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-rollback.html postgresql-14-14.6/doc/src/sgml/html/sql-rollback.html --- postgresql-14-14.5/doc/src/sgml/html/sql-rollback.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-rollback.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -ROLLBACK

    ROLLBACK

    ROLLBACK — abort the current transaction

    Synopsis

    +ROLLBACK

    ROLLBACK

    ROLLBACK — abort the current transaction

    Synopsis

     ROLLBACK [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ]
     

    Description

    ROLLBACK rolls back the current transaction and causes @@ -24,4 +24,4 @@

    Compatibility

    The command ROLLBACK conforms to the SQL standard. The form ROLLBACK TRANSACTION is a PostgreSQL extension. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-rollback-prepared.html postgresql-14-14.6/doc/src/sgml/html/sql-rollback-prepared.html --- postgresql-14-14.5/doc/src/sgml/html/sql-rollback-prepared.html 2022-08-08 20:58:36.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-rollback-prepared.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -ROLLBACK PREPARED

    ROLLBACK PREPARED

    ROLLBACK PREPARED — cancel a transaction that was earlier prepared for two-phase commit

    Synopsis

    +ROLLBACK PREPARED

    ROLLBACK PREPARED

    ROLLBACK PREPARED — cancel a transaction that was earlier prepared for two-phase commit

    Synopsis

     ROLLBACK PREPARED transaction_id
     

    Description

    ROLLBACK PREPARED rolls back a transaction that is in @@ -30,4 +30,4 @@ external transaction management systems, some of which are covered by standards (such as X/Open XA), but the SQL side of those systems is not standardized. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-rollback-to.html postgresql-14-14.6/doc/src/sgml/html/sql-rollback-to.html --- postgresql-14-14.5/doc/src/sgml/html/sql-rollback-to.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-rollback-to.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -ROLLBACK TO SAVEPOINT

    ROLLBACK TO SAVEPOINT

    ROLLBACK TO SAVEPOINT — roll back to a savepoint

    Synopsis

    +ROLLBACK TO SAVEPOINT

    ROLLBACK TO SAVEPOINT

    ROLLBACK TO SAVEPOINT — roll back to a savepoint

    Synopsis

     ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name
     

    Description

    Roll back all commands that were executed after the savepoint was @@ -68,4 +68,4 @@ AND [ NO ] CHAIN which is not currently supported by PostgreSQL. Otherwise, this command conforms to the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-savepoint.html postgresql-14-14.6/doc/src/sgml/html/sql-savepoint.html --- postgresql-14-14.5/doc/src/sgml/html/sql-savepoint.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-savepoint.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SAVEPOINT

    SAVEPOINT

    SAVEPOINT — define a new savepoint within the current transaction

    Synopsis

    +SAVEPOINT

    SAVEPOINT

    SAVEPOINT — define a new savepoint within the current transaction

    Synopsis

     SAVEPOINT savepoint_name
     

    Description

    SAVEPOINT establishes a new savepoint within @@ -76,4 +76,4 @@ to again become accessible to ROLLBACK TO SAVEPOINT and RELEASE SAVEPOINT.) Otherwise, SAVEPOINT is fully SQL conforming. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-security-label.html postgresql-14-14.6/doc/src/sgml/html/sql-security-label.html --- postgresql-14-14.5/doc/src/sgml/html/sql-security-label.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-security-label.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SECURITY LABEL

    SECURITY LABEL

    SECURITY LABEL — define or change a security label applied to an object

    Synopsis

    +SECURITY LABEL

    SECURITY LABEL

    SECURITY LABEL — define or change a security label applied to an object

    Synopsis

     SECURITY LABEL [ FOR provider ] ON
     {
       TABLE object_name |
    @@ -90,4 +90,4 @@
     SECURITY LABEL FOR selinux ON TABLE mytable IS 'system_u:object_r:sepgsql_table_t:s0';
     

    Compatibility

    There is no SECURITY LABEL command in the SQL standard. -

    See Also

    sepgsql, src/test/modules/dummy_seclabel
    \ No newline at end of file +

    See Also

    sepgsql, src/test/modules/dummy_seclabel
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-select.html postgresql-14-14.6/doc/src/sgml/html/sql-select.html --- postgresql-14-14.5/doc/src/sgml/html/sql-select.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-select.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SELECT

    SELECT

    SELECT, TABLE, WITH — retrieve rows from a table or view

    Synopsis

    +SELECT

    SELECT

    SELECT, TABLE, WITH — retrieve rows from a table or view

    Synopsis

     [ WITH [ RECURSIVE ] with_query [, ...] ]
     SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]
         [ * | expression [ [ AS ] output_name ] [, ...] ]
    @@ -27,7 +27,9 @@
         [ LATERAL ] function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )
         [ LATERAL ] ROWS FROM( function_name ( [ argument [, ...] ] ) [ AS ( column_definition [, ...] ) ] [, ...] )
                     [ WITH ORDINALITY ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ]
    -    from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ( join_column [, ...] ) [ AS join_using_alias ] ]
    +    from_item join_type from_item { ON join_condition | USING ( join_column [, ...] ) [ AS join_using_alias ] }
    +    from_item NATURAL join_type from_item
    +    from_item CROSS JOIN from_item
     
     and grouping_element can be one of:
     
    @@ -399,14 +401,13 @@
             column definition list inside ROWS FROM( ... ).
            

    join_type

    One of -

    • [ INNER ] JOIN

    • LEFT [ OUTER ] JOIN

    • RIGHT [ OUTER ] JOIN

    • FULL [ OUTER ] JOIN

    • CROSS JOIN

    +

    • [ INNER ] JOIN

    • LEFT [ OUTER ] JOIN

    • RIGHT [ OUTER ] JOIN

    • FULL [ OUTER ] JOIN

    For the INNER and OUTER join types, a join condition must be specified, namely exactly one of - NATURAL, ON join_condition, or - USING (join_column [, ...]). - See below for the meaning. For CROSS JOIN, - none of these clauses can appear. + ON join_condition, + USING (join_column [, ...]), + or NATURAL. See below for the meaning.

    A JOIN clause combines two FROM items, which for convenience we will refer to as tables, @@ -415,15 +416,9 @@ In the absence of parentheses, JOINs nest left-to-right. In any case JOIN binds more tightly than the commas separating FROM-list items. -

    CROSS JOIN and INNER JOIN - produce a simple Cartesian product, the same result as you get from - listing the two tables at the top level of FROM, - but restricted by the join condition (if any). - CROSS JOIN is equivalent to INNER JOIN ON - (TRUE), that is, no rows are removed by qualification. - These join types are just a notational convenience, since they - do nothing you couldn't do with plain FROM and - WHERE. + All the JOIN options are just a notational + convenience, since they do nothing you couldn't do with plain + FROM and WHERE.

    LEFT OUTER JOIN returns all rows in the qualified Cartesian product (i.e., all combined rows that pass its join condition), plus one copy of each row in the left-hand table @@ -470,6 +465,12 @@ tables that have matching names. If there are no common column names, NATURAL is equivalent to ON TRUE. +

    CROSS JOIN

    + CROSS JOIN is equivalent to INNER JOIN ON + (TRUE), that is, no rows are removed by qualification. + They produce a simple Cartesian product, the same result as you get from + listing the two tables at the top level of FROM, + but restricted by the join condition (if any).

    LATERAL

    The LATERAL key word can precede a sub-SELECT FROM item. This allows the @@ -1273,8 +1274,7 @@

     SELECT f.title, f.did, d.name, f.date_prod, f.kind
    -    FROM distributors d, films f
    -    WHERE f.did = d.did
    +    FROM distributors d JOIN films f USING (did);
     
            title       | did |     name     | date_prod  |   kind
     -------------------+-----+--------------+------------+----------
    @@ -1600,4 +1600,4 @@
         The MATERIALIZED and NOT
         MATERIALIZED options of WITH are extensions
         of the SQL standard.
    -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-selectinto.html postgresql-14-14.6/doc/src/sgml/html/sql-selectinto.html --- postgresql-14-14.5/doc/src/sgml/html/sql-selectinto.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-selectinto.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SELECT INTO

    SELECT INTO

    SELECT INTO — define a new table from the results of a query

    Synopsis

    +SELECT INTO

    SELECT INTO

    SELECT INTO — define a new table from the results of a query

    Synopsis

     [ WITH [ RECURSIVE ] with_query [, ...] ]
     SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]
         * | expression [ [ AS ] output_name ] [, ...]
    @@ -65,4 +65,4 @@
        most SQL implementations support CREATE TABLE AS
        instead).  Apart from such compatibility considerations, it is best to use
        CREATE TABLE AS for this purpose in new code.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-set-constraints.html postgresql-14-14.6/doc/src/sgml/html/sql-set-constraints.html --- postgresql-14-14.5/doc/src/sgml/html/sql-set-constraints.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-set-constraints.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SET CONSTRAINTS

    SET CONSTRAINTS

    SET CONSTRAINTS — set constraint check timing for the current transaction

    Synopsis

    +SET CONSTRAINTS

    SET CONSTRAINTS

    SET CONSTRAINTS — set constraint check timing for the current transaction

    Synopsis

     SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }
     

    Description

    SET CONSTRAINTS sets the behavior of constraint @@ -68,4 +68,4 @@ Also, PostgreSQL checks non-deferrable uniqueness constraints immediately, not at end of statement as the standard would suggest. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-set.html postgresql-14-14.6/doc/src/sgml/html/sql-set.html --- postgresql-14-14.5/doc/src/sgml/html/sql-set.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-set.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,7 +1,7 @@ -SET

    SET

    SET — change a run-time parameter

    Synopsis

    +SET

    SET

    SET — change a run-time parameter

    Synopsis

     SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT }
    -SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }
    +SET [ SESSION | LOCAL ] TIME ZONE { value | 'value' | LOCAL | DEFAULT }
     

    Description

    The SET command changes run-time configuration parameters. Many of the run-time parameters listed in @@ -87,8 +87,8 @@ setseed:

     SELECT setseed(value);
    -
    TIME ZONE

    SET TIME ZONE value is an alias - for SET timezone TO value. The +

    TIME ZONE

    SET TIME ZONE 'value' is an alias + for SET timezone TO 'value'. The syntax SET TIME ZONE allows special syntax for the time zone specification. Here are examples of valid values: @@ -113,7 +113,8 @@ SET TIME ZONE -7, SHOW TIME ZONE would report <-07>+07.

    - See Section 8.5.3 for more information + Time zone abbreviations are not supported by SET; + see Section 8.5.3 for more information about time zones.

    Notes

    @@ -149,4 +150,4 @@ PostgreSQL allows more flexible time-zone specifications. All other SET features are PostgreSQL extensions. -

    See Also

    RESET, SHOW
    \ No newline at end of file +

    See Also

    RESET, SHOW
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-set-role.html postgresql-14-14.6/doc/src/sgml/html/sql-set-role.html --- postgresql-14-14.5/doc/src/sgml/html/sql-set-role.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-set-role.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SET ROLE

    SET ROLE

    SET ROLE — set the current user identifier of the current session

    Synopsis

    +SET ROLE

    SET ROLE

    SET ROLE — set the current user identifier of the current session

    Synopsis

     SET [ SESSION | LOCAL ] ROLE role_name
     SET [ SESSION | LOCAL ] ROLE NONE
     RESET ROLE
    @@ -82,4 +82,4 @@
        The SESSION and LOCAL modifiers are a
        PostgreSQL extension, as is the
        RESET syntax.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-set-session-authorization.html postgresql-14-14.6/doc/src/sgml/html/sql-set-session-authorization.html --- postgresql-14-14.5/doc/src/sgml/html/sql-set-session-authorization.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-set-session-authorization.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SET SESSION AUTHORIZATION

    SET SESSION AUTHORIZATION

    SET SESSION AUTHORIZATION — set the session user identifier and the current user identifier of the current session

    Synopsis

    +SET SESSION AUTHORIZATION

    SET SESSION AUTHORIZATION

    SET SESSION AUTHORIZATION — set the session user identifier and the current user identifier of the current session

    Synopsis

     SET [ SESSION | LOCAL ] SESSION AUTHORIZATION user_name
     SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT
     RESET SESSION AUTHORIZATION
    @@ -61,4 +61,4 @@
       

    The privileges necessary to execute this command are left implementation-defined by the standard. -

    See Also

    SET ROLE
    \ No newline at end of file +

    See Also

    SET ROLE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-set-transaction.html postgresql-14-14.6/doc/src/sgml/html/sql-set-transaction.html --- postgresql-14-14.5/doc/src/sgml/html/sql-set-transaction.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-set-transaction.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SET TRANSACTION

    SET TRANSACTION

    SET TRANSACTION — set the characteristics of the current transaction

    Synopsis

    +SET TRANSACTION

    SET TRANSACTION

    SET TRANSACTION — set the characteristics of the current transaction

    Synopsis

     SET TRANSACTION transaction_mode [, ...]
     SET TRANSACTION SNAPSHOT snapshot_id
     SET SESSION CHARACTERISTICS AS TRANSACTION transaction_mode [, ...]
    @@ -88,7 +88,7 @@
        snapshot identifier, which must be given to SET TRANSACTION
        SNAPSHOT to specify which snapshot is to be imported.  The
        identifier must be written as a string literal in this command, for example
    -   '000003A1-1'.
    +   '00000003-0000001B-1'.
        SET TRANSACTION SNAPSHOT can only be executed at the
        start of a transaction, before the first query or
        data-modification statement (SELECT,
    @@ -173,4 +173,4 @@
        The SQL standard requires commas between successive transaction_modes, but for historical
        reasons PostgreSQL allows the commas to be
        omitted.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-show.html postgresql-14-14.6/doc/src/sgml/html/sql-show.html --- postgresql-14-14.5/doc/src/sgml/html/sql-show.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-show.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -SHOW

    SHOW

    SHOW — show the value of a run-time parameter

    Synopsis

    +SHOW

    SHOW

    SHOW — show the value of a run-time parameter

    Synopsis

     SHOW name
     SHOW ALL
     

    Description

    @@ -79,4 +79,4 @@

    Compatibility

    The SHOW command is a PostgreSQL extension. -

    See Also

    SET, RESET
    \ No newline at end of file +

    See Also

    SET, RESET
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-start-transaction.html postgresql-14-14.6/doc/src/sgml/html/sql-start-transaction.html --- postgresql-14-14.5/doc/src/sgml/html/sql-start-transaction.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-start-transaction.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -START TRANSACTION

    START TRANSACTION

    START TRANSACTION — start a transaction block

    Synopsis

    +START TRANSACTION

    START TRANSACTION

    START TRANSACTION — start a transaction block

    Synopsis

     START TRANSACTION [ transaction_mode [, ...] ]
     
     where transaction_mode is one of:
    @@ -34,4 +34,4 @@
        omitted.
       

    See also the compatibility section of SET TRANSACTION. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-syntax-calling-funcs.html postgresql-14-14.6/doc/src/sgml/html/sql-syntax-calling-funcs.html --- postgresql-14-14.5/doc/src/sgml/html/sql-syntax-calling-funcs.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-syntax-calling-funcs.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -4.3. Calling Functions

    4.3. Calling Functions

    +4.3. Calling Functions

    4.3. Calling Functions

    PostgreSQL allows functions that have named parameters to be called using either positional or named notation. Named notation is especially @@ -129,4 +129,4 @@ Named and mixed call notations currently cannot be used when calling an aggregate function (but they do work when an aggregate function is used as a window function). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-syntax.html postgresql-14-14.6/doc/src/sgml/html/sql-syntax.html --- postgresql-14-14.5/doc/src/sgml/html/sql-syntax.html 2022-08-08 20:58:18.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-syntax.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 4. SQL Syntax

    Chapter 4. SQL Syntax

    +Chapter 4. SQL Syntax

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-syntax-lexical.html postgresql-14-14.6/doc/src/sgml/html/sql-syntax-lexical.html --- postgresql-14-14.5/doc/src/sgml/html/sql-syntax-lexical.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-syntax-lexical.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -4.1. Lexical Structure

    4.1. Lexical Structure

    +4.1. Lexical Structure

    4.1. Lexical Structure

    SQL input consists of a sequence of commands. A command is composed of a sequence of tokens, terminated by a @@ -644,4 +644,4 @@ in no such operator failures which can be resolved by adding parentheses. However there are corner cases in which a query might change behavior without any parsing error being reported. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-truncate.html postgresql-14-14.6/doc/src/sgml/html/sql-truncate.html --- postgresql-14-14.5/doc/src/sgml/html/sql-truncate.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-truncate.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -TRUNCATE

    TRUNCATE

    TRUNCATE — empty a table or set of tables

    Synopsis

    +TRUNCATE

    TRUNCATE

    TRUNCATE — empty a table or set of tables

    Synopsis

     TRUNCATE [ TABLE ] [ ONLY ] name [ * ] [, ... ]
         [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]
     

    Description

    @@ -116,4 +116,4 @@ meanings. Some of the concurrency behavior of this command is left implementation-defined by the standard, so the above notes should be considered and compared with other implementations if necessary. -

    See Also

    DELETE
    \ No newline at end of file +

    See Also

    DELETE
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-unlisten.html postgresql-14-14.6/doc/src/sgml/html/sql-unlisten.html --- postgresql-14-14.5/doc/src/sgml/html/sql-unlisten.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-unlisten.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -UNLISTEN

    UNLISTEN

    UNLISTEN — stop listening for a notification

    Synopsis

    +UNLISTEN

    UNLISTEN

    UNLISTEN — stop listening for a notification

    Synopsis

     UNLISTEN { channel | * }
     

    Description

    UNLISTEN is used to remove an existing @@ -45,4 +45,4 @@ -- no NOTIFY event is received

    Compatibility

    There is no UNLISTEN command in the SQL standard. -

    See Also

    LISTEN, NOTIFY
    \ No newline at end of file +

    See Also

    LISTEN, NOTIFY
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-update.html postgresql-14-14.6/doc/src/sgml/html/sql-update.html --- postgresql-14-14.5/doc/src/sgml/html/sql-update.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-update.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -UPDATE

    UPDATE

    UPDATE — update rows of a table

    Synopsis

    +UPDATE

    UPDATE

    UPDATE — update rows of a table

    Synopsis

     [ WITH [ RECURSIVE ] with_query [, ...] ]
     UPDATE [ ONLY ] table_name [ * ] [ [ AS ] alias ]
         SET { column_name = { expression | DEFAULT } |
    @@ -282,4 +282,4 @@
        constructor or a sub-SELECT.  An individual column's
        updated value can be specified as DEFAULT in the
        row-constructor case, but not inside a sub-SELECT.
    -  

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-vacuum.html postgresql-14-14.6/doc/src/sgml/html/sql-vacuum.html --- postgresql-14-14.5/doc/src/sgml/html/sql-vacuum.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-vacuum.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -VACUUM

    VACUUM

    VACUUM — garbage-collect and optionally analyze a database

    Synopsis

    +VACUUM

    VACUUM

    VACUUM — garbage-collect and optionally analyze a database

    Synopsis

     VACUUM [ ( option [, ...] ) ] [ table_and_columns [, ...] ]
     VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ table_and_columns [, ...] ]
     
    @@ -264,4 +264,4 @@
     VACUUM (VERBOSE, ANALYZE) onek;
     

    Compatibility

    There is no VACUUM statement in the SQL standard. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sql-values.html postgresql-14-14.6/doc/src/sgml/html/sql-values.html --- postgresql-14-14.5/doc/src/sgml/html/sql-values.html 2022-08-08 20:58:37.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sql-values.html 2022-11-07 22:00:44.000000000 +0000 @@ -1,5 +1,5 @@ -VALUES

    VALUES

    VALUES — compute a set of rows

    Synopsis

    +VALUES

    VALUES

    VALUES — compute a set of rows

    Synopsis

     VALUES ( expression [, ...] ) [, ...]
         [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ]
         [ LIMIT { count | ALL } ]
    @@ -135,4 +135,4 @@
        LIMIT and OFFSET are
        PostgreSQL extensions; see also
        under SELECT.
    -  

    See Also

    INSERT, SELECT
    \ No newline at end of file +

    See Also

    INSERT, SELECT
    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ssh-tunnels.html postgresql-14-14.6/doc/src/sgml/html/ssh-tunnels.html --- postgresql-14-14.5/doc/src/sgml/html/ssh-tunnels.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ssh-tunnels.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.11. Secure TCP/IP Connections with SSH Tunnels

    19.11. Secure TCP/IP Connections with SSH Tunnels

    +19.11. Secure TCP/IP Connections with SSH Tunnels

    19.11. Secure TCP/IP Connections with SSH Tunnels

    It is possible to use SSH to encrypt the network connection between clients and a PostgreSQL server. Done properly, this @@ -73,4 +73,4 @@

    Tip

    Several other applications exist that can provide secure tunnels using a procedure similar in concept to the one just described. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sslinfo.html postgresql-14-14.6/doc/src/sgml/html/sslinfo.html --- postgresql-14-14.5/doc/src/sgml/html/sslinfo.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sslinfo.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.39. sslinfo

    F.39. sslinfo

    +F.39. sslinfo

    F.39. sslinfo

    The sslinfo module provides information about the SSL certificate that the current client provided when connecting to PostgreSQL. The module is useless (most functions @@ -132,4 +132,4 @@

    E-Mail of Cryptocom OpenSSL development group: -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/ssl-tcp.html postgresql-14-14.6/doc/src/sgml/html/ssl-tcp.html --- postgresql-14-14.5/doc/src/sgml/html/ssl-tcp.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/ssl-tcp.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.9. Secure TCP/IP Connections with SSL

    19.9. Secure TCP/IP Connections with SSL

    +19.9. Secure TCP/IP Connections with SSL

    19.9. Secure TCP/IP Connections with SSL

    PostgreSQL has native support for using SSL connections to encrypt client/server communications for increased security. This requires that @@ -250,4 +250,4 @@ by a chain of certificates linked to its trusted root certificate. root.key and intermediate.key should be stored offline for use in creating future certificates. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/sspi-auth.html postgresql-14-14.6/doc/src/sgml/html/sspi-auth.html --- postgresql-14-14.5/doc/src/sgml/html/sspi-auth.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/sspi-auth.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -21.7. SSPI Authentication

    21.7. SSPI Authentication

    +21.7. SSPI Authentication

    21.7. SSPI Authentication

    SSPI is a Windows technology for secure authentication with single sign-on. PostgreSQL will use SSPI in @@ -65,4 +65,4 @@ users of any realm can connect, subject to whatever user name mapping is done.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage-file-layout.html postgresql-14-14.6/doc/src/sgml/html/storage-file-layout.html --- postgresql-14-14.5/doc/src/sgml/html/storage-file-layout.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage-file-layout.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -70.1. Database File Layout

    70.1. Database File Layout

    +70.1. Database File Layout

    70.1. Database File Layout

    This section describes the storage format at the level of files and directories.

    @@ -130,4 +130,4 @@ pgsql_tmpPPP.NNN, where PPP is the PID of the owning backend and NNN distinguishes different temporary files of that backend. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage-fsm.html postgresql-14-14.6/doc/src/sgml/html/storage-fsm.html --- postgresql-14-14.5/doc/src/sgml/html/storage-fsm.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage-fsm.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -70.3. Free Space Map

    70.3. Free Space Map

    +70.3. Free Space Map

    70.3. Free Space Map

    Each heap and index relation, except for hash indexes, has a Free Space Map (FSM) to keep track of available space in the relation. It's stored alongside the main relation data in a separate relation fork, named after the @@ -22,4 +22,4 @@ how the FSM is structured, and how it's updated and searched. The pg_freespacemap module can be used to examine the information stored in free space maps. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage-hot.html postgresql-14-14.6/doc/src/sgml/html/storage-hot.html --- postgresql-14-14.5/doc/src/sgml/html/storage-hot.html 1970-01-01 00:00:00.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage-hot.html 2022-11-07 22:00:50.000000000 +0000 @@ -0,0 +1,45 @@ + +70.7. Heap-Only Tuples (HOT)

    70.7. Heap-Only Tuples (HOT)

    + To allow for high concurrency, PostgreSQL + uses multiversion concurrency + control (MVCC) to store rows. However, + MVCC has some downsides for update queries. + Specifically, updates require new versions of rows to be added to + tables. This can also require new index entries for each updated row, + and removal of old versions of rows and their index entries can be + expensive. +

    + To help reduce the overhead of updates, + PostgreSQL has an optimization called + heap-only tuples (HOT). This optimization is + possible when: + +

    • + The update does not modify any columns referenced by the table's + indexes, including expression and partial indexes. +

    • + There is sufficient free space on the page containing the old row + for the updated row. +

    + + In such cases, heap-only tuples provide two optimizations: + +

    • + New index entries are not needed to represent updated rows. +

    • + Old versions of updated rows can be completely removed during normal + operation, including SELECTs, instead of requiring + periodic vacuum operations. (This is possible because indexes + do not reference their page + item identifiers.) +

    +

    + In summary, heap-only tuple updates can only be created + if columns used by indexes are not updated. You can + increase the likelihood of sufficient page space for + HOT updates by decreasing a table's fillfactor. + If you don't, HOT updates will still happen because + new rows will naturally migrate to new pages and existing pages with + sufficient free space for new row versions. The system view pg_stat_all_tables + allows monitoring of the occurrence of HOT and non-HOT updates. +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage.html postgresql-14-14.6/doc/src/sgml/html/storage.html --- postgresql-14-14.5/doc/src/sgml/html/storage.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 70. Database Physical Storage

    Chapter 70. Database Physical Storage

    +Chapter 70. Database Physical Storage

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage-init.html postgresql-14-14.6/doc/src/sgml/html/storage-init.html --- postgresql-14-14.5/doc/src/sgml/html/storage-init.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage-init.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,8 +1,8 @@ -70.5. The Initialization Fork

    70.5. The Initialization Fork

    +70.5. The Initialization Fork

    70.5. The Initialization Fork

    Each unlogged table, and each index on an unlogged table, has an initialization fork. The initialization fork is an empty table or index of the appropriate type. When an unlogged table must be reset to empty due to a crash, the initialization fork is copied over the main fork, and any other forks are erased (they will be recreated automatically as needed). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage-page-layout.html postgresql-14-14.6/doc/src/sgml/html/storage-page-layout.html --- postgresql-14-14.5/doc/src/sgml/html/storage-page-layout.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage-page-layout.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -70.6. Database Page Layout

    70.6. Database Page Layout

    +70.6. Database Page Layout

    70.6. Database Page Layout

    This section provides an overview of the page format used within PostgreSQL tables and indexes.[17] Sequences and TOAST tables are formatted just like a regular table. @@ -154,4 +154,4 @@ always uses this format. All the existing index methods also use the basic format, but the data kept on index metapages usually doesn't follow the item layout rules. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage-toast.html postgresql-14-14.6/doc/src/sgml/html/storage-toast.html --- postgresql-14-14.5/doc/src/sgml/html/storage-toast.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage-toast.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -70.2. TOAST

    70.2. TOAST

    +70.2. TOAST

    70.2. TOAST

    This section provides an overview of TOAST (The Oversized-Attribute Storage Technique).

    @@ -222,4 +222,4 @@ expanded to normal in-line varlena values before storage — and then possibly converted to on-disk TOAST pointers, if the containing tuple would otherwise be too big. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/storage-vm.html postgresql-14-14.6/doc/src/sgml/html/storage-vm.html --- postgresql-14-14.5/doc/src/sgml/html/storage-vm.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/storage-vm.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -70.4. Visibility Map

    70.4. Visibility Map

    +70.4. Visibility Map

    70.4. Visibility Map

    Each heap relation has a Visibility Map (VM) to keep track of which pages contain only tuples that are known to be visible to all active transactions; it also keeps track of which pages contain @@ -26,4 +26,4 @@

    The pg_visibility module can be used to examine the information stored in the visibility map. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/supported-platforms.html postgresql-14-14.6/doc/src/sgml/html/supported-platforms.html --- postgresql-14-14.5/doc/src/sgml/html/supported-platforms.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/supported-platforms.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -17.6. Supported Platforms

    17.6. Supported Platforms

    +17.6. Supported Platforms

    17.6. Supported Platforms

    A platform (that is, a CPU architecture and operating system combination) is considered supported by the PostgreSQL development community if the code contains provisions to work on that platform and @@ -36,4 +36,4 @@ in porting PostgreSQL to a new platform, is the appropriate place to discuss that. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/system-catalog-declarations.html postgresql-14-14.6/doc/src/sgml/html/system-catalog-declarations.html --- postgresql-14-14.5/doc/src/sgml/html/system-catalog-declarations.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/system-catalog-declarations.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -71.1. System Catalog Declaration Rules

    71.1. System Catalog Declaration Rules

    +71.1. System Catalog Declaration Rules

    71.1. System Catalog Declaration Rules

    The key part of a catalog header file is a C structure definition describing the layout of each row of the catalog. This begins with a CATALOG macro, which so far as the C compiler is @@ -71,4 +71,4 @@ in pg_attribute, but fortunately genbki.pl handles that chore nowadays.) Avoid making new catalogs be bootstrap catalogs if at all possible. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/system-catalog-initial-data.html postgresql-14-14.6/doc/src/sgml/html/system-catalog-initial-data.html --- postgresql-14-14.5/doc/src/sgml/html/system-catalog-initial-data.html 2022-08-08 20:58:43.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/system-catalog-initial-data.html 2022-11-07 22:00:50.000000000 +0000 @@ -1,5 +1,5 @@ -71.2. System Catalog Initial Data

    71.2. System Catalog Initial Data

    +71.2. System Catalog Initial Data

    71.2. System Catalog Initial Data

    Each catalog that has any manually-created initial data (some do not) has a corresponding .dat file that contains its initial data in an editable format. @@ -388,4 +388,4 @@ and remove_pg_type_oid_symbols.pl attached to this message: https://www.postgresql.org/message-id/CAJVSVGVX8gXnPm+Xa=DxR7kFYprcQ1tNcCT5D0O3ShfnM6jehA@mail.gmail.com -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tableam.html postgresql-14-14.6/doc/src/sgml/html/tableam.html --- postgresql-14-14.5/doc/src/sgml/html/tableam.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tableam.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 61. Table Access Method Interface Definition

    Chapter 61. Table Access Method Interface Definition

    +Chapter 61. Table Access Method Interface Definition

    Chapter 61. Table Access Method Interface Definition

    This chapter explains the interface between the core PostgreSQL system and table access methods, which manage the storage for tables. The core system @@ -72,4 +72,4 @@ the existing heap implementation present in src/backend/access/heap/heapam_handler.c for details of its implementation. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tablefunc.html postgresql-14-14.6/doc/src/sgml/html/tablefunc.html --- postgresql-14-14.5/doc/src/sgml/html/tablefunc.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tablefunc.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.40. tablefunc

    F.40. tablefunc

    +F.40. tablefunc

    F.40. tablefunc

    The tablefunc module includes various functions that return tables (that is, multiple rows). These functions are useful both in their own right and as examples of how to write C functions that return @@ -610,4 +610,4 @@

    F.40.2. Author

    Joe Conway -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tablesample-method.html postgresql-14-14.6/doc/src/sgml/html/tablesample-method.html --- postgresql-14-14.5/doc/src/sgml/html/tablesample-method.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tablesample-method.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 58. Writing a Table Sampling Method

    Chapter 58. Writing a Table Sampling Method

    +Chapter 58. Writing a Table Sampling Method

    Chapter 58. Writing a Table Sampling Method

    PostgreSQL's implementation of the TABLESAMPLE clause supports custom table sampling methods, in addition to the BERNOULLI and SYSTEM methods that are required @@ -54,4 +54,4 @@ the src/backend/access/tablesample subdirectory of the source tree for the built-in sampling methods, and into the contrib subdirectory for add-on methods. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tablesample-support-functions.html postgresql-14-14.6/doc/src/sgml/html/tablesample-support-functions.html --- postgresql-14-14.5/doc/src/sgml/html/tablesample-support-functions.html 2022-08-08 20:58:42.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tablesample-support-functions.html 2022-11-07 22:00:49.000000000 +0000 @@ -1,5 +1,5 @@ -58.1. Sampling Method Support Functions

    58.1. Sampling Method Support Functions

    +58.1. Sampling Method Support Functions

    58.1. Sampling Method Support Functions

    The TSM handler function returns a palloc'd TsmRoutine struct containing pointers to the support functions described below. Most of the functions are required, but some are optional, and those pointers can @@ -160,4 +160,4 @@ should be cleaned up. This function can be omitted (set the pointer to NULL) in the common case where no such resources exist. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tcn.html postgresql-14-14.6/doc/src/sgml/html/tcn.html --- postgresql-14-14.5/doc/src/sgml/html/tcn.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tcn.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.41. tcn

    F.41. tcn

    +F.41. tcn

    F.41. tcn

    The tcn module provides a trigger function that notifies listeners of changes to any table on which it is attached. It must be used as an AFTER trigger FOR EACH ROW. @@ -52,4 +52,4 @@ DELETE 1 Asynchronous notification "tcn" with payload ""tcndata",D,"a"='1',"b"='2012-12-22'" received from server process with PID 22770.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/test-decoding.html postgresql-14-14.6/doc/src/sgml/html/test-decoding.html --- postgresql-14-14.5/doc/src/sgml/html/test-decoding.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/test-decoding.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.42. test_decoding

    F.42. test_decoding

    +F.42. test_decoding

    F.42. test_decoding

    test_decoding is an example of a logical decoding output plugin. It doesn't do anything especially useful, but can serve as a starting point for developing your own output plugin. @@ -45,4 +45,4 @@ 0/16BEBA0 | 503 | closing a streamed block for transaction TXN 503 (10 rows)

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-configuration.html postgresql-14-14.6/doc/src/sgml/html/textsearch-configuration.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-configuration.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-configuration.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.7. Configuration Example

    12.7. Configuration Example

    +12.7. Configuration Example

    12.7. Configuration Example

    A text search configuration specifies all options necessary to transform a document into a tsvector: the parser to use to break text into tokens, and the dictionaries to use to transform each token into a @@ -105,4 +105,4 @@ ---------------------------- public.pg

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-controls.html postgresql-14-14.6/doc/src/sgml/html/textsearch-controls.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-controls.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-controls.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.3. Controlling Text Search

    12.3. Controlling Text Search

    +12.3. Controlling Text Search

    12.3. Controlling Text Search

    To implement full text searching there must be a function to create a tsvector from a document and a tsquery from a user query. Also, we need to return results in a useful order, so we need @@ -547,4 +547,4 @@ ts_headline uses the original document, not a tsvector summary, so it can be slow and should be used with care. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-debugging.html postgresql-14-14.6/doc/src/sgml/html/textsearch-debugging.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-debugging.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-debugging.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.8. Testing and Debugging Text Search

    12.8. Testing and Debugging Text Search

    +12.8. Testing and Debugging Text Search

    12.8. Testing and Debugging Text Search

    The behavior of a custom text search configuration can easily become confusing. The functions described in this section are useful for testing text search objects. You can @@ -250,4 +250,4 @@ ----------------- 'sn'

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-dictionaries.html postgresql-14-14.6/doc/src/sgml/html/textsearch-dictionaries.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-dictionaries.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-dictionaries.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.6. Dictionaries

    12.6. Dictionaries

    +12.6. Dictionaries

    12.6. Dictionaries

    Dictionaries are used to eliminate words that should not be considered in a search (stop words), and to normalize words so that different derived forms of the same word will match. A successfully @@ -658,4 +658,4 @@ at the end of the dictionary list. It is useless to have it before any other dictionary because a token will never pass through it to the next dictionary. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-features.html postgresql-14-14.6/doc/src/sgml/html/textsearch-features.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-features.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-features.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.4. Additional Features

    12.4. Additional Features

    +12.4. Additional Features

    12.4. Additional Features

    This section describes additional functions and operators that are useful in connection with text search.

    12.4.1. Manipulating Documents

    @@ -389,4 +389,4 @@ ORDER BY nentry DESC, ndoc DESC, word LIMIT 10;

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch.html postgresql-14-14.6/doc/src/sgml/html/textsearch.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 12. Full Text Search \ No newline at end of file +Chapter 12. Full Text Search \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-indexes.html postgresql-14-14.6/doc/src/sgml/html/textsearch-indexes.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-indexes.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-indexes.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.9. Preferred Index Types for Text Search

    12.9. Preferred Index Types for Text Search

    +12.9. Preferred Index Types for Text Search

    12.9. Preferred Index Types for Text Search

    There are two kinds of indexes that can be used to speed up full text searches: GIN and @@ -77,4 +77,4 @@ servers and collecting external search results, e.g., via Foreign Data access. The latter is possible because ranking functions use only local information. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-intro.html postgresql-14-14.6/doc/src/sgml/html/textsearch-intro.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-intro.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-intro.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.1. Introduction

    12.1. Introduction

    +12.1. Introduction

    12.1. Introduction

    Full Text Searching (or just text search) provides the capability to identify natural-language documents that satisfy a query, and optionally to sort them by @@ -336,4 +336,4 @@ parsers and templates, no special privilege is needed to create a new dictionary or configuration. Examples of creating custom dictionaries and configurations appear later in this chapter. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-limitations.html postgresql-14-14.6/doc/src/sgml/html/textsearch-limitations.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-limitations.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-limitations.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.11. Limitations

    12.11. Limitations

    +12.11. Limitations

    12.11. Limitations

    The current limitations of PostgreSQL's text search features are:

    • The length of each lexeme must be less than 2 kilobytes

    • The length of a tsvector (lexemes + positions) must be @@ -18,4 +18,4 @@ Another example — the PostgreSQL mailing list archives contained 910,989 unique words with 57,491,343 lexemes in 461,020 messages. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-parsers.html postgresql-14-14.6/doc/src/sgml/html/textsearch-parsers.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-parsers.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-parsers.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.5. Parsers

    12.5. Parsers

    +12.5. Parsers

    12.5. Parsers

    Text search parsers are responsible for splitting raw document text into tokens and identifying each token's type, where the set of possible types is defined by the parser itself. @@ -56,4 +56,4 @@ host | Host | example.com url_path | URL path | /stuff/index.html

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-psql.html postgresql-14-14.6/doc/src/sgml/html/textsearch-psql.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-psql.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-psql.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.10. psql Support

    12.10. psql Support

    +12.10. psql Support

    12.10. psql Support

    Information about text search configuration objects can be obtained in psql using a set of commands:

    @@ -162,4 +162,4 @@
      pg_catalog | synonym   | synonym dictionary: replace word by its synonym
      pg_catalog | thesaurus | thesaurus dictionary: phrase by phrase substitution
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/textsearch-tables.html postgresql-14-14.6/doc/src/sgml/html/textsearch-tables.html --- postgresql-14-14.5/doc/src/sgml/html/textsearch-tables.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/textsearch-tables.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -12.2. Tables and Indexes

    12.2. Tables and Indexes

    +12.2. Tables and Indexes

    12.2. Tables and Indexes

    The examples in the previous section illustrated full text matching using simple constant strings. This section shows how to search table data, optionally using indexes. @@ -136,4 +136,4 @@ important when using a GiST index than a GIN index; see Section 12.9.) The expression-index approach is simpler to set up, however, and it requires less disk space since the tsvector representation is not stored explicitly. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/transaction-iso.html postgresql-14-14.6/doc/src/sgml/html/transaction-iso.html --- postgresql-14-14.5/doc/src/sgml/html/transaction-iso.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/transaction-iso.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -13.2. Transaction Isolation

    13.2. Transaction Isolation

    +13.2. Transaction Isolation

    13.2. Transaction Isolation

    The SQL standard defines four levels of transaction isolation. The most strict is Serializable, which is defined by the standard in a paragraph which says that any @@ -506,4 +506,4 @@ Some differences in behavior and performance may be observed when compared with other systems that use a traditional locking technique. Please see [ports12] for detailed information. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/trigger-datachanges.html postgresql-14-14.6/doc/src/sgml/html/trigger-datachanges.html --- postgresql-14-14.5/doc/src/sgml/html/trigger-datachanges.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/trigger-datachanges.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -39.2. Visibility of Data Changes

    39.2. Visibility of Data Changes

    +39.2. Visibility of Data Changes

    39.2. Visibility of Data Changes

    If you execute SQL commands in your trigger function, and these commands access the table that the trigger is for, then you need to be aware of the data visibility rules, because they determine @@ -43,4 +43,4 @@

    Further information about data visibility rules can be found in Section 47.5. The example in Section 39.4 contains a demonstration of these rules. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/trigger-definition.html postgresql-14-14.6/doc/src/sgml/html/trigger-definition.html --- postgresql-14-14.5/doc/src/sgml/html/trigger-definition.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/trigger-definition.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -39.1. Overview of Trigger Behavior

    39.1. Overview of Trigger Behavior

    +39.1. Overview of Trigger Behavior

    39.1. Overview of Trigger Behavior

    A trigger is a specification that the database should automatically execute a particular function whenever a certain type of operation is performed. Triggers can be attached to tables (partitioned or not), @@ -294,4 +294,4 @@ that is being used, but the typical approach is to make the transition tables act like read-only temporary tables that can be accessed by SQL commands issued within the trigger function. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/trigger-example.html postgresql-14-14.6/doc/src/sgml/html/trigger-example.html --- postgresql-14-14.5/doc/src/sgml/html/trigger-example.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/trigger-example.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -39.4. A Complete Trigger Example

    39.4. A Complete Trigger Example

    +39.4. A Complete Trigger Example

    39.4. A Complete Trigger Example

    Here is a very simple example of a trigger function written in C. (Examples of triggers written in procedural languages can be found in the documentation of the procedural languages.) @@ -177,4 +177,4 @@ There are more complex examples in src/test/regress/regress.c and in spi. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/trigger-interface.html postgresql-14-14.6/doc/src/sgml/html/trigger-interface.html --- postgresql-14-14.5/doc/src/sgml/html/trigger-interface.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/trigger-interface.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -39.3. Writing Trigger Functions in C

    39.3. Writing Trigger Functions in C

    +39.3. Writing Trigger Functions in C

    39.3. Writing Trigger Functions in C

    This section describes the low-level details of the interface to a trigger function. This information is only needed when writing trigger functions in C. If you are using a higher-level language then @@ -118,6 +118,7 @@ int16 tgtype; char tgenabled; bool tgisinternal; + bool tgisclone; Oid tgconstrrelid; Oid tgconstrindid; Oid tgconstraint; @@ -180,4 +181,4 @@ Be careful to return either tg_trigtuple or tg_newtuple, as appropriate, if you don't want to modify the row being operated on. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/triggers.html postgresql-14-14.6/doc/src/sgml/html/triggers.html --- postgresql-14-14.5/doc/src/sgml/html/triggers.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/triggers.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 39. Triggers

    Chapter 39. Triggers

    +Chapter 39. Triggers

    Chapter 39. Triggers

    This chapter provides general information about writing trigger functions. Trigger functions can be written in most of the available procedural languages, including @@ -15,4 +15,4 @@ most people find it easier to use one of the procedural languages. It is not currently possible to write a trigger function in the plain SQL function language. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tsm-system-rows.html postgresql-14-14.6/doc/src/sgml/html/tsm-system-rows.html --- postgresql-14-14.5/doc/src/sgml/html/tsm-system-rows.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tsm-system-rows.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.43. tsm_system_rows

    F.43. tsm_system_rows

    +F.43. tsm_system_rows

    F.43. tsm_system_rows

    The tsm_system_rows module provides the table sampling method SYSTEM_ROWS, which can be used in the TABLESAMPLE clause of a SELECT @@ -36,4 +36,4 @@ This command will return a sample of 100 rows from the table my_table (unless the table does not have 100 visible rows, in which case all its rows are returned). -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tsm-system-time.html postgresql-14-14.6/doc/src/sgml/html/tsm-system-time.html --- postgresql-14-14.5/doc/src/sgml/html/tsm-system-time.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tsm-system-time.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.44. tsm_system_time

    F.44. tsm_system_time

    +F.44. tsm_system_time

    F.44. tsm_system_time

    The tsm_system_time module provides the table sampling method SYSTEM_TIME, which can be used in the TABLESAMPLE clause of a SELECT @@ -38,4 +38,4 @@ This command will return as large a sample of my_table as it can read in 1 second (1000 milliseconds). Of course, if the whole table can be read in under 1 second, all its rows will be returned. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-accessdb.html postgresql-14-14.6/doc/src/sgml/html/tutorial-accessdb.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-accessdb.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-accessdb.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -1.4. Accessing a Database

    1.4. Accessing a Database

    +1.4. Accessing a Database

    1.4. Accessing a Database

    Once you have created a database, you can access it by:

    • @@ -32,7 +32,7 @@ In psql, you will be greeted with the following message:

      -psql (14.5)
      +psql (14.6)
       Type "help" for help.
       
       mydb=>
      @@ -63,7 +63,7 @@
       mydb=> SELECT version();
                                                version
       -------------------------------------------------------------------​-----------------------
      - PostgreSQL 14.5 on x86_64-pc-linux-gnu, compiled by gcc (Debian 4.9.2-10) 4.9.2, 64-bit
      + PostgreSQL 14.6 on x86_64-pc-linux-gnu, compiled by gcc (Debian 4.9.2-10) 4.9.2, 64-bit
       (1 row)
       
       mydb=> SELECT current_date;
      @@ -100,4 +100,4 @@
           full capabilities of psql are documented in
           psql.  In this tutorial we will not use these
           features explicitly, but you can use them yourself when it is helpful.
      -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-advanced.html postgresql-14-14.6/doc/src/sgml/html/tutorial-advanced.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-advanced.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-advanced.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 3. Advanced Features \ No newline at end of file +Chapter 3. Advanced Features \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-advanced-intro.html postgresql-14-14.6/doc/src/sgml/html/tutorial-advanced-intro.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-advanced-intro.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-advanced-intro.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -3.1. Introduction

    3.1. Introduction

    +3.1. Introduction

    3.1. Introduction

    In the previous chapter we have covered the basics of using SQL to store and access your data in PostgreSQL. We will now discuss some @@ -15,4 +15,4 @@ file also contains some sample data to load, which is not repeated here. (Refer to Section 2.1 for how to use the file.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-agg.html postgresql-14-14.6/doc/src/sgml/html/tutorial-agg.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-agg.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-agg.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -2.7. Aggregate Functions

    2.7. Aggregate Functions

    +2.7. Aggregate Functions

    2.7. Aggregate Functions

    Like most other relational database products, PostgreSQL supports aggregate functions. @@ -82,19 +82,20 @@ which gives us one output row per city. Each aggregate result is computed over the table rows matching that city. We can filter these grouped - rows using HAVING: + rows using HAVING and the output count using + FILTER:

    -SELECT city, max(temp_lo)
    +SELECT city, max(temp_lo), count(*) FILTER (WHERE temp_lo < 30)
         FROM weather
         GROUP BY city
         HAVING max(temp_lo) < 40;
     

    -  city   | max
    ----------+-----
    - Hayward |  37
    +  city   | max | count
    +---------+-----+-------
    + Hayward |  37 |     5
     (1 row)
     

    @@ -104,7 +105,7 @@ names begin with S, we might do:

    -SELECT city, max(temp_lo)
    +SELECT city, max(temp_lo), count(*) FILTER (WHERE temp_lo < 30)
         FROM weather
         WHERE city LIKE 'S%'            -- (1)
         GROUP BY city
    @@ -137,4 +138,4 @@
         more efficient than adding the restriction to HAVING,
         because we avoid doing the grouping and aggregate calculations
         for all rows that fail the WHERE check.
    -   

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-arch.html postgresql-14-14.6/doc/src/sgml/html/tutorial-arch.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-arch.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-arch.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -1.2. Architectural Fundamentals

    1.2. Architectural Fundamentals

    +1.2. Architectural Fundamentals

    1.2. Architectural Fundamentals

    Before we proceed, you should understand the basic PostgreSQL system architecture. Understanding how the parts of @@ -46,4 +46,4 @@ client connections, whereas client and associated server processes come and go. (All of this is of course invisible to the user. We only mention it here for completeness.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-concepts.html postgresql-14-14.6/doc/src/sgml/html/tutorial-concepts.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-concepts.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-concepts.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -2.2. Concepts

    2.2. Concepts

    +2.2. Concepts

    2.2. Concepts

    @@ -34,4 +34,4 @@ Tables are grouped into databases, and a collection of databases managed by a single PostgreSQL server instance constitutes a database cluster. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-conclusion.html postgresql-14-14.6/doc/src/sgml/html/tutorial-conclusion.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-conclusion.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-conclusion.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -3.7. Conclusion

    3.7. Conclusion

    +3.7. Conclusion

    3.7. Conclusion

    PostgreSQL has many features not touched upon in this tutorial introduction, which has been oriented toward newer users of SQL. These @@ -9,4 +9,4 @@ If you feel you need more introductory material, please visit the PostgreSQL web site for links to more resources. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-createdb.html postgresql-14-14.6/doc/src/sgml/html/tutorial-createdb.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-createdb.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-createdb.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -1.3. Creating a Database

    1.3. Creating a Database

    +1.3. Creating a Database

    1.3. Creating a Database

    The first test to see whether you can access the database server is to try to create a database. A running PostgreSQL server can manage many @@ -115,4 +115,4 @@ create databases. Instead of logging in as that user you can also specify the -U option everywhere to select a PostgreSQL user name to connect as. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-delete.html postgresql-14-14.6/doc/src/sgml/html/tutorial-delete.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-delete.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-delete.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -2.9. Deletions

    2.9. Deletions

    +2.9. Deletions

    2.9. Deletions

    Rows can be removed from a table using the DELETE command. Suppose you are no longer interested in the weather of Hayward. @@ -31,4 +31,4 @@ remove all rows from the given table, leaving it empty. The system will not request confirmation before doing this! -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-fk.html postgresql-14-14.6/doc/src/sgml/html/tutorial-fk.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-fk.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-fk.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -3.3. Foreign Keys

    3.3. Foreign Keys

    +3.3. Foreign Keys

    3.3. Foreign Keys

    Recall the weather and cities tables from Chapter 2. Consider the following problem: You want to make sure that no one can insert rows in the @@ -48,4 +48,4 @@ for more information. Making correct use of foreign keys will definitely improve the quality of your database applications, so you are strongly encouraged to learn about them. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial.html postgresql-14-14.6/doc/src/sgml/html/tutorial.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -Part I. Tutorial \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-inheritance.html postgresql-14-14.6/doc/src/sgml/html/tutorial-inheritance.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-inheritance.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-inheritance.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -3.6. Inheritance

    3.6. Inheritance

    +3.6. Inheritance

    3.6. Inheritance

    Inheritance is a concept from object-oriented databases. It opens up interesting new possibilities of database design.

    @@ -110,4 +110,4 @@ Although inheritance is frequently useful, it has not been integrated with unique constraints or foreign keys, which limits its usefulness. See Section 5.10 for more detail. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-install.html postgresql-14-14.6/doc/src/sgml/html/tutorial-install.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-install.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-install.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -1.1. Installation

    1.1. Installation

    +1.1. Installation

    1.1. Installation

    Before you can use PostgreSQL you need to install it, of course. It is possible that PostgreSQL is already installed at your @@ -35,4 +35,4 @@ site administrator or, if that is you, the documentation to make sure that your environment is properly set up. If you did not understand the preceding paragraph then read the next section. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-join.html postgresql-14-14.6/doc/src/sgml/html/tutorial-join.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-join.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-join.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -2.6. Joins Between Tables

    2.6. Joins Between Tables

    +2.6. Joins Between Tables

    2.6. Joins Between Tables

    Thus far, our queries have only accessed one table at a time. Queries can access multiple tables at once, or access the same table in such a way that multiple rows of the table are being @@ -159,4 +159,4 @@ This is only a conceptual model. The join is usually performed in a more efficient manner than actually comparing each possible pair of rows, but this is invisible to the user. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-populate.html postgresql-14-14.6/doc/src/sgml/html/tutorial-populate.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-populate.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-populate.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -2.4. Populating a Table With Rows

    2.4. Populating a Table With Rows

    +2.4. Populating a Table With Rows

    2.4. Populating a Table With Rows

    The INSERT statement is used to populate a table with rows: @@ -56,4 +56,4 @@ machine running the backend process, not the client, since the backend process reads the file directly. You can read more about the COPY command in COPY. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-select.html postgresql-14-14.6/doc/src/sgml/html/tutorial-select.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-select.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-select.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -2.5. Querying a Table

    2.5. Querying a Table

    +2.5. Querying a Table

    2.5. Querying a Table

    @@ -139,4 +139,4 @@ required by the SQL standard, and current PostgreSQL does not guarantee that DISTINCT causes the rows to be ordered. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-sql.html postgresql-14-14.6/doc/src/sgml/html/tutorial-sql.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-sql.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-sql.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 2. The SQL Language \ No newline at end of file +Chapter 2. The SQL Language \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-sql-intro.html postgresql-14-14.6/doc/src/sgml/html/tutorial-sql-intro.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-sql-intro.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-sql-intro.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -2.1. Introduction

    2.1. Introduction

    +2.1. Introduction

    2.1. Introduction

    This chapter provides an overview of how to use SQL to perform simple operations. This tutorial is only intended to give you an introduction and is in no @@ -40,4 +40,4 @@ single step mode which pauses before sending each statement to the server. The commands used in this section are in the file basics.sql. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-start.html postgresql-14-14.6/doc/src/sgml/html/tutorial-start.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-start.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-start.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,2 +1,2 @@ -Chapter 1. Getting Started \ No newline at end of file +Chapter 1. Getting Started \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-table.html postgresql-14-14.6/doc/src/sgml/html/tutorial-table.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-table.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-table.html 2022-11-07 22:00:24.000000000 +0000 @@ -1,5 +1,5 @@ -2.3. Creating a New Table

    2.3. Creating a New Table

    +2.3. Creating a New Table

    2.3. Creating a New Table

    You can create a new table by specifying the table name, along with all column names and their types: @@ -66,4 +66,4 @@

     DROP TABLE tablename;
     

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-transactions.html postgresql-14-14.6/doc/src/sgml/html/tutorial-transactions.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-transactions.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-transactions.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -3.4. Transactions

    3.4. Transactions

    +3.4. Transactions

    3.4. Transactions

    Transactions are a fundamental concept of all database systems. The essential point of a transaction is that it bundles multiple steps into a single, all-or-nothing operation. The intermediate @@ -139,4 +139,4 @@ transaction block that was put in aborted state by the system due to an error, short of rolling it back completely and starting again. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-update.html postgresql-14-14.6/doc/src/sgml/html/tutorial-update.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-update.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-update.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -2.8. Updates

    2.8. Updates

    +2.8. Updates

    2.8. Updates

    You can update existing rows using the UPDATE command. Suppose you discover the temperature readings are @@ -23,4 +23,4 @@ Hayward | 35 | 52 | | 1994-11-29 (3 rows)

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-views.html postgresql-14-14.6/doc/src/sgml/html/tutorial-views.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-views.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-views.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -3.2. Views

    3.2. Views

    +3.2. Views

    3.2. Views

    Refer back to the queries in Section 2.6. Suppose the combined listing of weather records and city location is of particular interest to your application, but you do not want @@ -23,4 +23,4 @@

    Views can be used in almost any place a real table can be used. Building views upon other views is not uncommon. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/tutorial-window.html postgresql-14-14.6/doc/src/sgml/html/tutorial-window.html --- postgresql-14-14.5/doc/src/sgml/html/tutorial-window.html 2022-08-08 20:58:17.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/tutorial-window.html 2022-11-07 22:00:25.000000000 +0000 @@ -1,5 +1,5 @@ -3.5. Window Functions

    3.5. Window Functions

    +3.5. Window Functions

    3.5. Window Functions

    A window function performs a calculation across a set of table rows that are somehow related to the current row. This is comparable to the type of calculation that can be done with an aggregate function. @@ -199,4 +199,4 @@ There are options to define the window frame in other ways, but this tutorial does not cover them. See Section 4.2.8 for details. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/typeconv-func.html postgresql-14-14.6/doc/src/sgml/html/typeconv-func.html --- postgresql-14-14.5/doc/src/sgml/html/typeconv-func.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/typeconv-func.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -10.3. Functions

    10.3. Functions

    +10.3. Functions

    10.3. Functions

    The specific function that is referenced by a function call is determined using the following procedure.

    Function Type Resolution

    1. @@ -265,4 +265,4 @@ is no need to have a special case. See CREATE CAST for additional commentary. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/typeconv.html postgresql-14-14.6/doc/src/sgml/html/typeconv.html --- postgresql-14-14.5/doc/src/sgml/html/typeconv.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/typeconv.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 10. Type Conversion

    Chapter 10. Type Conversion

    +Chapter 10. Type Conversion

    Chapter 10. Type Conversion

    SQL statements can, intentionally or not, require the mixing of different data types in the same expression. PostgreSQL has extensive facilities for @@ -16,4 +16,4 @@ Refer to the relevant sections in Chapter 8 and Chapter 9 for more information on specific data types and allowed functions and operators. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/typeconv-oper.html postgresql-14-14.6/doc/src/sgml/html/typeconv-oper.html --- postgresql-14-14.5/doc/src/sgml/html/typeconv-oper.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/typeconv-oper.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -10.2. Operators

    10.2. Operators

    +10.2. Operators

    10.2. Operators

    The specific operator that is referenced by an operator expression is determined using the following procedure. Note that this procedure is indirectly affected @@ -244,4 +244,4 @@ search path containing schemas that permit untrusted users to create objects is not a secure schema usage pattern. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/typeconv-overview.html postgresql-14-14.6/doc/src/sgml/html/typeconv-overview.html --- postgresql-14-14.5/doc/src/sgml/html/typeconv-overview.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/typeconv-overview.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -10.1. Overview

    10.1. Overview

    +10.1. Overview

    10.1. Overview

    SQL is a strongly typed language. That is, every data item has an associated data type which determines its behavior and allowed usage. PostgreSQL has an extensible type system that is @@ -110,4 +110,4 @@ if then the user defines a new function with the correct argument types, the parser should use this new function and no longer do implicit conversion to use the old function.

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/typeconv-query.html postgresql-14-14.6/doc/src/sgml/html/typeconv-query.html --- postgresql-14-14.5/doc/src/sgml/html/typeconv-query.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/typeconv-query.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -10.4. Value Storage

    10.4. Value Storage

    +10.4. Value Storage

    10.4. Value Storage

    Values to be inserted into a table are converted to the destination column's data type according to the following steps. @@ -52,4 +52,4 @@ and applied to the operator's result and the stored column length. This type-specific function performs the required length check and addition of padding spaces. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/typeconv-select.html postgresql-14-14.6/doc/src/sgml/html/typeconv-select.html --- postgresql-14-14.5/doc/src/sgml/html/typeconv-select.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/typeconv-select.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -10.6. SELECT Output Columns

    10.6. SELECT Output Columns

    +10.6. SELECT Output Columns

    10.6. SELECT Output Columns

    The rules given in the preceding sections will result in assignment of non-unknown data types to all expressions in an SQL query, except for unspecified-type literals that appear as simple output @@ -27,4 +27,4 @@ unspecified-type literals in a SELECT output list were left as type unknown. That had assorted bad consequences, so it's been changed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/typeconv-union-case.html postgresql-14-14.6/doc/src/sgml/html/typeconv-union-case.html --- postgresql-14-14.5/doc/src/sgml/html/typeconv-union-case.html 2022-08-08 20:58:21.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/typeconv-union-case.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -10.5. UNION, CASE, and Related Constructs

    10.5. UNION, CASE, and Related Constructs

    +10.5. UNION, CASE, and Related Constructs

    10.5. UNION, CASE, and Related Constructs

    SQL UNION constructs must match up possibly dissimilar types to become a single result set. The resolution algorithm is applied separately to each output column of a union query. The @@ -111,4 +111,4 @@ input, with the THEN clauses(s) considered after that. In all other cases, left to right means the order in which the expressions appear in the query text. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/unaccent.html postgresql-14-14.6/doc/src/sgml/html/unaccent.html --- postgresql-14-14.5/doc/src/sgml/html/unaccent.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/unaccent.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.45. unaccent

    F.45. unaccent

    +F.45. unaccent

    F.45. unaccent

    unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes. It's a filtering dictionary, which means its output is @@ -128,4 +128,4 @@ SELECT unaccent('unaccent', 'Hôtel'); SELECT unaccent('Hôtel');

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/unsupported-features-sql-standard.html postgresql-14-14.6/doc/src/sgml/html/unsupported-features-sql-standard.html --- postgresql-14-14.5/doc/src/sgml/html/unsupported-features-sql-standard.html 2022-08-08 20:58:45.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/unsupported-features-sql-standard.html 2022-11-07 22:00:52.000000000 +0000 @@ -1,9 +1,9 @@ -D.2. Unsupported Features

    D.2. Unsupported Features

    +D.2. Unsupported Features

    D.2. Unsupported Features

    The following features defined in SQL:2016 are not implemented in this release of PostgreSQL. In a few cases, equivalent functionality is available.

    IdentifierCore?DescriptionComment
    B011 Embedded Ada 
    B013 Embedded COBOL 
    B014 Embedded Fortran 
    B015 Embedded MUMPS 
    B016 Embedded Pascal 
    B017 Embedded PL/I 
    B031 Basic dynamic SQL 
    B032 Extended dynamic SQL 
    B032-01 <describe input statement> 
    B033 Untyped SQL-invoked function arguments 
    B034 Dynamic specification of cursor attributes 
    B035 Non-extended descriptor names 
    B041 Extensions to embedded SQL exception declarations 
    B051 Enhanced execution rights 
    B111 Module language Ada 
    B112 Module language C 
    B113 Module language COBOL 
    B114 Module language Fortran 
    B115 Module language MUMPS 
    B116 Module language Pascal 
    B117 Module language PL/I 
    B121 Routine language Ada 
    B122 Routine language C 
    B123 Routine language COBOL 
    B124 Routine language Fortran 
    B125 Routine language MUMPS 
    B126 Routine language Pascal 
    B127 Routine language PL/I 
    B128 Routine language SQL 
    B200 Polymorphic table functions 
    B201 More than one PTF generic table parameter 
    B202 PTF Copartitioning 
    B203 More than one copartition specification 
    B204 PRUNE WHEN EMPTY 
    B205 Pass-through columns 
    B206 PTF descriptor parameters 
    B207 Cross products of partitionings 
    B208 PTF component procedure interface 
    B209 PTF extended names 
    B211 Module language Ada: VARCHAR and NUMERIC support 
    B221 Routine language Ada: VARCHAR and NUMERIC support 
    F054 TIMESTAMP in DATE type precedence list 
    F121 Basic diagnostics management 
    F121-01 GET DIAGNOSTICS statement 
    F121-02 SET TRANSACTION statement: DIAGNOSTICS SIZE clause 
    F122 Enhanced diagnostics management 
    F123 All diagnostics 
    F263 Comma-separated predicates in simple CASE expression 
    F291 UNIQUE predicate 
    F301 CORRESPONDING in query expressions 
    F312 MERGE statementconsider INSERT ... ON CONFLICT DO UPDATE
    F313 Enhanced MERGE statement 
    F314 MERGE statement with DELETE branch 
    F403 Partitioned joined tables 
    F451 Character set definition 
    F461 Named character sets 
    F492 Optional table constraint enforcement 
    F521 Assertions 
    F671 Subqueries in CHECKintentionally omitted
    F673 Reads SQL-data routine invocations in CHECK constraints 
    F693 SQL-session and client module collations 
    F695 Translation support 
    F696 Additional translation documentation 
    F721 Deferrable constraintsforeign and unique keys only
    F741 Referential MATCH typesno partial match yet
    F812CoreBasic flagging 
    F813 Extended flagging 
    F821 Local table references 
    F831 Full cursor update 
    F831-01 Updatable scrollable cursors 
    F831-02 Updatable ordered cursors 
    F841 LIKE_REGEX predicate 
    F842 OCCURRENCES_REGEX function 
    F843 POSITION_REGEX function 
    F844 SUBSTRING_REGEX function 
    F845 TRANSLATE_REGEX function 
    F846 Octet support in regular expression operators 
    F847 Nonconstant regular expressions 
    F866 FETCH FIRST clause: PERCENT option 
    R010 Row pattern recognition: FROM clause 
    R020 Row pattern recognition: WINDOW clause 
    R030 Row pattern recognition: full aggregate support 
    S011CoreDistinct data types 
    S011-01CoreUSER_DEFINED_TYPES view 
    S023 Basic structured types 
    S024 Enhanced structured types 
    S025 Final structured types 
    S026 Self-referencing structured types 
    S027 Create method by specific method name 
    S028 Permutable UDT options list 
    S041 Basic reference types 
    S043 Enhanced reference types 
    S051 Create table of typepartially supported
    S081 Subtables 
    S091 Basic array supportpartially supported
    S091-01 Arrays of built-in data types 
    S091-02 Arrays of distinct types 
    S091-03 Array expressions 
    S094 Arrays of reference types 
    S097 Array element assignment 
    S151 Type predicatesee pg_typeof()
    S161 Subtype treatment 
    S162 Subtype treatment for references 
    S202 SQL-invoked routines on multisets 
    S231 Structured type locators 
    S232 Array locators 
    S233 Multiset locators 
    S241 Transform functions 
    S242 Alter transform statement 
    S251 User-defined orderings 
    S261 Specific type method 
    S271 Basic multiset support 
    S272 Multisets of user-defined types 
    S274 Multisets of reference types 
    S275 Advanced multiset support 
    S281 Nested collection types 
    S291 Unique constraint on entire row 
    S401 Distinct types based on array types 
    S402 Distinct types based on distinct types 
    S403 ARRAY_MAX_CARDINALITY 
    T011 Timestamp in Information Schema 
    T021 BINARY and VARBINARY data types 
    T022 Advanced support for BINARY and VARBINARY data types 
    T023 Compound binary literal 
    T024 Spaces in binary literals 
    T041 Basic LOB data type support 
    T041-01 BLOB data type 
    T041-02 CLOB data type 
    T041-03 POSITION, LENGTH, LOWER, TRIM, UPPER, and SUBSTRING functions for LOB data types 
    T041-04 Concatenation of LOB data types 
    T041-05 LOB locator: non-holdable 
    T042 Extended LOB data type support 
    T043 Multiplier T 
    T044 Multiplier P 
    T051 Row types 
    T053 Explicit aliases for all-fields reference 
    T061 UCS support 
    T076 DECFLOAT data type 
    T101 Enhanced nullability determination 
    T111 Updatable joins, unions, and columns 
    T175 Generated columnsmostly supported
    T176 Sequence generator supportsupported except for NEXT VALUE FOR
    T180 System-versioned tables 
    T181 Application-time period tables 
    T211 Basic trigger capability 
    T211-06 Support for run-time rules for the interaction of triggers and constraints 
    T211-08 Multiple triggers for the same event are executed in the order in which they were created in the catalogintentionally omitted
    T231 Sensitive cursors 
    T251 SET TRANSACTION statement: LOCAL option 
    T272 Enhanced savepoint management 
    T301 Functional dependenciespartially supported
    T321CoreBasic SQL-invoked routines 
    T321-05CoreRETURN statement 
    T322 Declared data type attributes 
    T324 Explicit security for SQL routines 
    T326 Table functions 
    T471 Result sets return value 
    T472 DESCRIBE CURSOR 
    T495 Combined data change and retrievaldifferent syntax
    T502 Period predicates 
    T511 Transaction counts 
    T522 Default values for IN parameters of SQL-invoked proceduressupported except DEFAULT key word in invocation
    T561 Holdable locators 
    T571 Array-returning external SQL-invoked functions 
    T572 Multiset-returning external SQL-invoked functions 
    T601 Local cursor references 
    T616 Null treatment option for LEAD and LAG functions 
    T618 NTH_VALUE functionfunction exists, but some options missing
    T619 Nested window functions 
    T625 LISTAGG 
    T641 Multiple column assignmentonly some syntax variants supported
    T652 SQL-dynamic statements in SQL routines 
    T654 SQL-dynamic statements in external routines 
    T811 Basic SQL/JSON constructor functions 
    T812 SQL/JSON: JSON_OBJECTAGG 
    T813 SQL/JSON: JSON_ARRAYAGG with ORDER BY 
    T814 Colon in JSON_OBJECT or JSON_OBJECTAGG 
    T821 Basic SQL/JSON query operators 
    T822 SQL/JSON: IS JSON WITH UNIQUE KEYS predicate 
    T823 SQL/JSON: PASSING clause 
    T824 JSON_TABLE: specific PLAN clause 
    T825 SQL/JSON: ON EMPTY and ON ERROR clauses 
    T826 General value expression in ON ERROR or ON EMPTY clauses 
    T827 JSON_TABLE: sibling NESTED COLUMNS clauses 
    T828 JSON_QUERY 
    T829 JSON_QUERY: array wrapper options 
    T830 Enforcing unique keys in SQL/JSON constructor functions 
    T838 JSON_TABLE: PLAN DEFAULT clause 
    T839 Formatted cast of datetimes to/from character strings 
    M001 Datalinks 
    M002 Datalinks via SQL/CLI 
    M003 Datalinks via Embedded SQL 
    M004 Foreign data supportpartially supported
    M005 Foreign schema support 
    M006 GetSQLString routine 
    M007 TransmitRequest 
    M009 GetOpts and GetStatistics routines 
    M010 Foreign data wrapper supportdifferent API
    M011 Datalinks via Ada 
    M012 Datalinks via C 
    M013 Datalinks via COBOL 
    M014 Datalinks via Fortran 
    M015 Datalinks via M 
    M016 Datalinks via Pascal 
    M017 Datalinks via PL/I 
    M018 Foreign data wrapper interface routines in Ada 
    M019 Foreign data wrapper interface routines in Cdifferent API
    M020 Foreign data wrapper interface routines in COBOL 
    M021 Foreign data wrapper interface routines in Fortran 
    M022 Foreign data wrapper interface routines in MUMPS 
    M023 Foreign data wrapper interface routines in Pascal 
    M024 Foreign data wrapper interface routines in PL/I 
    M030 SQL-server foreign data support 
    M031 Foreign data wrapper general routines 
    X012 Multisets of XML type 
    X013 Distinct types of XML type 
    X015 Fields of XML type 
    X025 XMLCast 
    X030 XMLDocument 
    X038 XMLText 
    X065 XMLParse: BLOB input and CONTENT option 
    X066 XMLParse: BLOB input and DOCUMENT option 
    X068 XMLSerialize: BOM 
    X069 XMLSerialize: INDENT 
    X073 XMLSerialize: BLOB serialization and CONTENT option 
    X074 XMLSerialize: BLOB serialization and DOCUMENT option 
    X075 XMLSerialize: BLOB serialization 
    X076 XMLSerialize: VERSION 
    X077 XMLSerialize: explicit ENCODING option 
    X078 XMLSerialize: explicit XML declaration 
    X080 Namespaces in XML publishing 
    X081 Query-level XML namespace declarations 
    X082 XML namespace declarations in DML 
    X083 XML namespace declarations in DDL 
    X084 XML namespace declarations in compound statements 
    X085 Predefined namespace prefixes 
    X086 XML namespace declarations in XMLTable 
    X091 XML content predicate 
    X096 XMLExistsXPath 1.0 only
    X100 Host language support for XML: CONTENT option 
    X101 Host language support for XML: DOCUMENT option 
    X110 Host language support for XML: VARCHAR mapping 
    X111 Host language support for XML: CLOB mapping 
    X112 Host language support for XML: BLOB mapping 
    X113 Host language support for XML: STRIP WHITESPACE option 
    X114 Host language support for XML: PRESERVE WHITESPACE option 
    X131 Query-level XMLBINARY clause 
    X132 XMLBINARY clause in DML 
    X133 XMLBINARY clause in DDL 
    X134 XMLBINARY clause in compound statements 
    X135 XMLBINARY clause in subqueries 
    X141 IS VALID predicate: data-driven case 
    X142 IS VALID predicate: ACCORDING TO clause 
    X143 IS VALID predicate: ELEMENT clause 
    X144 IS VALID predicate: schema location 
    X145 IS VALID predicate outside check constraints 
    X151 IS VALID predicate with DOCUMENT option 
    X152 IS VALID predicate with CONTENT option 
    X153 IS VALID predicate with SEQUENCE option 
    X155 IS VALID predicate: NAMESPACE without ELEMENT clause 
    X157 IS VALID predicate: NO NAMESPACE with ELEMENT clause 
    X160 Basic Information Schema for registered XML Schemas 
    X161 Advanced Information Schema for registered XML Schemas 
    X170 XML null handling options 
    X171 NIL ON NO CONTENT option 
    X181 XML(DOCUMENT(UNTYPED)) type 
    X182 XML(DOCUMENT(ANY)) type 
    X190 XML(SEQUENCE) type 
    X191 XML(DOCUMENT(XMLSCHEMA)) type 
    X192 XML(CONTENT(XMLSCHEMA)) type 
    X200 XMLQuery 
    X201 XMLQuery: RETURNING CONTENT 
    X202 XMLQuery: RETURNING SEQUENCE 
    X203 XMLQuery: passing a context item 
    X204 XMLQuery: initializing an XQuery variable 
    X205 XMLQuery: EMPTY ON EMPTY option 
    X206 XMLQuery: NULL ON EMPTY option 
    X211 XML 1.1 support 
    X222 XML passing mechanism BY REFparser accepts BY REF but ignores it; passing is always BY VALUE
    X231 XML(CONTENT(UNTYPED)) type 
    X232 XML(CONTENT(ANY)) type 
    X241 RETURNING CONTENT in XML publishing 
    X242 RETURNING SEQUENCE in XML publishing 
    X251 Persistent XML values of XML(DOCUMENT(UNTYPED)) type 
    X252 Persistent XML values of XML(DOCUMENT(ANY)) type 
    X253 Persistent XML values of XML(CONTENT(UNTYPED)) type 
    X254 Persistent XML values of XML(CONTENT(ANY)) type 
    X255 Persistent XML values of XML(SEQUENCE) type 
    X256 Persistent XML values of XML(DOCUMENT(XMLSCHEMA)) type 
    X257 Persistent XML values of XML(CONTENT(XMLSCHEMA)) type 
    X260 XML type: ELEMENT clause 
    X261 XML type: NAMESPACE without ELEMENT clause 
    X263 XML type: NO NAMESPACE with ELEMENT clause 
    X264 XML type: schema location 
    X271 XMLValidate: data-driven case 
    X272 XMLValidate: ACCORDING TO clause 
    X273 XMLValidate: ELEMENT clause 
    X274 XMLValidate: schema location 
    X281 XMLValidate with DOCUMENT option 
    X282 XMLValidate with CONTENT option 
    X283 XMLValidate with SEQUENCE option 
    X284 XMLValidate: NAMESPACE without ELEMENT clause 
    X286 XMLValidate: NO NAMESPACE with ELEMENT clause 
    X300 XMLTableXPath 1.0 only
    X305 XMLTable: initializing an XQuery variable 

    -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/upgrading.html postgresql-14-14.6/doc/src/sgml/html/upgrading.html --- postgresql-14-14.5/doc/src/sgml/html/upgrading.html 2022-08-08 20:58:23.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/upgrading.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -19.6. Upgrading a PostgreSQL Cluster

    19.6. Upgrading a PostgreSQL Cluster

    +19.6. Upgrading a PostgreSQL Cluster

    19.6. Upgrading a PostgreSQL Cluster

    This section discusses how to upgrade your database data from one PostgreSQL release to a newer one.

    @@ -100,7 +100,7 @@ To make the backup, you can use the pg_dumpall command from the version you are currently running; see Section 26.1.2 for more details. For best results, however, try to use the pg_dumpall - command from PostgreSQL 14.5, + command from PostgreSQL 14.6, since this version contains bug fixes and improvements over older versions. While this advice might seem idiosyncratic since you haven't installed the new version yet, it is advisable to follow @@ -192,4 +192,4 @@ systems such as pglogical, Slony, Londiste, and Bucardo. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/user-manag.html postgresql-14-14.6/doc/src/sgml/html/user-manag.html --- postgresql-14-14.5/doc/src/sgml/html/user-manag.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/user-manag.html 2022-11-07 22:00:31.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 22. Database Roles

    Chapter 22. Database Roles

    +Chapter 22. Database Roles

    Chapter 22. Database Roles

    PostgreSQL manages database access permissions using the concept of roles. A role can be thought of as either a database user, or a group of database users, depending on how @@ -17,4 +17,4 @@ This chapter describes how to create and manage roles. More information about the effects of role privileges on various database objects can be found in Section 5.7. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/using-explain.html postgresql-14-14.6/doc/src/sgml/html/using-explain.html --- postgresql-14-14.5/doc/src/sgml/html/using-explain.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/using-explain.html 2022-11-07 22:00:29.000000000 +0000 @@ -1,5 +1,5 @@ -14.1. Using EXPLAIN

    14.1. Using EXPLAIN

    +14.1. Using EXPLAIN

    14.1. Using EXPLAIN

    PostgreSQL devises a query plan for each query it receives. Choosing the right plan to match the query structure and the properties of the data @@ -799,4 +799,4 @@ the EXPLAIN output and a Subplans Removed: N annotation appears instead. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/uuid-ossp.html postgresql-14-14.6/doc/src/sgml/html/uuid-ossp.html --- postgresql-14-14.5/doc/src/sgml/html/uuid-ossp.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/uuid-ossp.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.46. uuid-ossp

    F.46. uuid-ossp

    +F.46. uuid-ossp

    F.46. uuid-ossp

    The uuid-ossp module provides functions to generate universally unique identifiers (UUIDs) using one of several standard algorithms. There are also functions to produce certain special UUID constants. @@ -126,7 +126,7 @@ at http://www.ossp.org/pkg/lib/uuid/, it is not well maintained, and is becoming increasingly difficult to port to newer platforms. uuid-ossp can now be built without the OSSP - library on some platforms. On FreeBSD, NetBSD, and some other BSD-derived + library on some platforms. On FreeBSD and some other BSD-derived platforms, suitable UUID creation functions are included in the core libc library. On Linux, macOS, and some other platforms, suitable functions are provided in the libuuid @@ -141,4 +141,4 @@ machine, so configure does not automatically choose one.

    F.46.3. Author

    Peter Eisentraut -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/vacuumlo.html postgresql-14-14.6/doc/src/sgml/html/vacuumlo.html --- postgresql-14-14.5/doc/src/sgml/html/vacuumlo.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/vacuumlo.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -vacuumlo

    vacuumlo

    vacuumlo — remove orphaned large objects from a PostgreSQL database

    Synopsis

    vacuumlo [option...] dbname...

    Description

    +vacuumlo

    vacuumlo

    vacuumlo — remove orphaned large objects from a PostgreSQL database

    Synopsis

    vacuumlo [option...] dbname...

    Description

    vacuumlo is a simple utility program that will remove any orphaned large objects from a PostgreSQL database. An orphaned large object (LO) is @@ -71,4 +71,4 @@ temporary table identify orphaned LOs. These are removed.

    Author

    Peter Mount -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-available-extensions.html postgresql-14-14.6/doc/src/sgml/html/view-pg-available-extensions.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-available-extensions.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-available-extensions.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.65. pg_available_extensions

    52.65. pg_available_extensions

    +52.65. pg_available_extensions

    52.65. pg_available_extensions

    The pg_available_extensions view lists the extensions that are available for installation. See also the @@ -34,4 +34,4 @@ Comment string from the extension's control file


    The pg_available_extensions view is read-only. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-available-extension-versions.html postgresql-14-14.6/doc/src/sgml/html/view-pg-available-extension-versions.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-available-extension-versions.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-available-extension-versions.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.66. pg_available_extension_versions

    52.66. pg_available_extension_versions

    +52.66. pg_available_extension_versions

    52.66. pg_available_extension_versions

    The pg_available_extension_versions view lists the specific extension versions that are available for installation. See also the pg_extension @@ -62,4 +62,4 @@


    The pg_available_extension_versions view is read-only. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-backend-memory-contexts.html postgresql-14-14.6/doc/src/sgml/html/view-pg-backend-memory-contexts.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-backend-memory-contexts.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-backend-memory-contexts.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.67. pg_backend_memory_contexts

    52.67. pg_backend_memory_contexts

    +52.67. pg_backend_memory_contexts

    52.67. pg_backend_memory_contexts

    The view pg_backend_memory_contexts displays all the memory contexts of the server process attached to the current session.

    @@ -58,4 +58,4 @@


    By default, the pg_backend_memory_contexts view can be read only by superusers. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-config.html postgresql-14-14.6/doc/src/sgml/html/view-pg-config.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-config.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-config.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.68. pg_config

    52.68. pg_config

    +52.68. pg_config

    52.68. pg_config

    The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL. It is intended, for example, to @@ -26,4 +26,4 @@

    The parameter value -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-cursors.html postgresql-14-14.6/doc/src/sgml/html/view-pg-cursors.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-cursors.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-cursors.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.69. pg_cursors

    52.69. pg_cursors

    +52.69. pg_cursors

    52.69. pg_cursors

    The pg_cursors view lists the cursors that are currently available. Cursors can be defined in several ways:

    • @@ -69,4 +69,4 @@ The time at which the cursor was declared


    The pg_cursors view is read-only. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-file-settings.html postgresql-14-14.6/doc/src/sgml/html/view-pg-file-settings.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-file-settings.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-file-settings.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.70. pg_file_settings

    52.70. pg_file_settings

    +52.70. pg_file_settings

    52.70. pg_file_settings

    The view pg_file_settings provides a summary of the contents of the server's configuration file(s). A row appears in this view for each name = value entry appearing in the files, @@ -74,4 +74,4 @@

    See Section 20.1 for more information about the various ways to change run-time parameters. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-group.html postgresql-14-14.6/doc/src/sgml/html/view-pg-group.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-group.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-group.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.71. pg_group

    52.71. pg_group

    +52.71. pg_group

    52.71. pg_group

    The view pg_group exists for backwards compatibility: it emulates a catalog that existed in PostgreSQL before version 8.1. @@ -29,4 +29,4 @@

    An array containing the IDs of the roles in this group -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-hba-file-rules.html postgresql-14-14.6/doc/src/sgml/html/view-pg-hba-file-rules.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-hba-file-rules.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-hba-file-rules.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.72. pg_hba_file_rules

    52.72. pg_hba_file_rules

    +52.72. pg_hba_file_rules

    52.72. pg_hba_file_rules

    The view pg_hba_file_rules provides a summary of the contents of the client authentication configuration file, pg_hba.conf. @@ -73,4 +73,4 @@

    See Chapter 21 for more information about client authentication configuration. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-indexes.html postgresql-14-14.6/doc/src/sgml/html/view-pg-indexes.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-indexes.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-indexes.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.73. pg_indexes

    52.73. pg_indexes

    +52.73. pg_indexes

    52.73. pg_indexes

    The view pg_indexes provides access to useful information about each index in the database.

    Table 52.74. pg_indexes Columns

    @@ -37,4 +37,4 @@

    Index definition (a reconstructed CREATE INDEX command) -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-locks.html postgresql-14-14.6/doc/src/sgml/html/view-pg-locks.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-locks.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-locks.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.74. pg_locks

    52.74. pg_locks

    +52.74. pg_locks

    52.74. pg_locks

    The view pg_locks provides access to information about the locks held by active processes within the database server. See Chapter 13 for more discussion @@ -252,4 +252,4 @@ The locks are held only for the minimum amount of time necessary to obtain data from the lock managers, but this does not completely eliminate the possibility of a performance impact. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-matviews.html postgresql-14-14.6/doc/src/sgml/html/view-pg-matviews.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-matviews.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-matviews.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.75. pg_matviews

    52.75. pg_matviews

    +52.75. pg_matviews

    52.75. pg_matviews

    The view pg_matviews provides access to useful information about each materialized view in the database.

    Table 52.76. pg_matviews Columns

    @@ -46,4 +46,4 @@

    Materialized view definition (a reconstructed SELECT query) -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-policies.html postgresql-14-14.6/doc/src/sgml/html/view-pg-policies.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-policies.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-policies.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.76. pg_policies

    52.76. pg_policies

    +52.76. pg_policies

    52.76. pg_policies

    The view pg_policies provides access to useful information about each row-level security policy in the database.

    Table 52.77. pg_policies Columns

    @@ -52,4 +52,4 @@

    The expression added to the WITH CHECK qualifications for queries that attempt to add rows to this table -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-prepared-statements.html postgresql-14-14.6/doc/src/sgml/html/view-pg-prepared-statements.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-prepared-statements.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-prepared-statements.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.77. pg_prepared_statements

    52.77. pg_prepared_statements

    +52.77. pg_prepared_statements

    52.77. pg_prepared_statements

    The pg_prepared_statements view displays all the prepared statements that are available in the current session. See PREPARE for more information about prepared @@ -62,4 +62,4 @@ Number of times custom plan was chosen


    The pg_prepared_statements view is read-only. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-prepared-xacts.html postgresql-14-14.6/doc/src/sgml/html/view-pg-prepared-xacts.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-prepared-xacts.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-prepared-xacts.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.78. pg_prepared_xacts

    52.78. pg_prepared_xacts

    +52.78. pg_prepared_xacts

    52.78. pg_prepared_xacts

    The view pg_prepared_xacts displays information about transactions that are currently prepared for two-phase commit (see PREPARE TRANSACTION for details). @@ -47,4 +47,4 @@ normal operations longer than necessary. Nonetheless there could be some impact on database performance if this view is frequently accessed. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-publication-tables.html postgresql-14-14.6/doc/src/sgml/html/view-pg-publication-tables.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-publication-tables.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-publication-tables.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.79. pg_publication_tables

    52.79. pg_publication_tables

    +52.79. pg_publication_tables

    52.79. pg_publication_tables

    The view pg_publication_tables provides information about the mapping between publications and the tables they contain. Unlike the underlying catalog @@ -30,4 +30,4 @@

    Name of table -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-replication-origin-status.html postgresql-14-14.6/doc/src/sgml/html/view-pg-replication-origin-status.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-replication-origin-status.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-replication-origin-status.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.80. pg_replication_origin_status

    52.80. pg_replication_origin_status

    +52.80. pg_replication_origin_status

    52.80. pg_replication_origin_status

    The pg_replication_origin_status view contains information about how far replay for a certain origin has progressed. For more on replication origins @@ -33,4 +33,4 @@ This node's LSN at which remote_lsn has been replicated. Used to flush commit records before persisting data to disk when using asynchronous commits. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-replication-slots.html postgresql-14-14.6/doc/src/sgml/html/view-pg-replication-slots.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-replication-slots.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-replication-slots.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.81. pg_replication_slots

    52.81. pg_replication_slots

    +52.81. pg_replication_slots

    52.81. pg_replication_slots

    The pg_replication_slots view provides a listing of all replication slots that currently exist on the database cluster, along with their current state. @@ -128,4 +128,4 @@

    True if the slot is enabled for decoding prepared transactions. Always false for physical slots. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-roles.html postgresql-14-14.6/doc/src/sgml/html/view-pg-roles.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-roles.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-roles.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.82. pg_roles

    52.82. pg_roles

    +52.82. pg_roles

    52.82. pg_roles

    The view pg_roles provides access to information about database roles. This is simply a publicly readable view of @@ -82,4 +82,4 @@

    ID of role -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-rules.html postgresql-14-14.6/doc/src/sgml/html/view-pg-rules.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-rules.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-rules.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.83. pg_rules

    52.83. pg_rules

    +52.83. pg_rules

    52.83. pg_rules

    The view pg_rules provides access to useful information about query rewrite rules.

    Table 52.84. pg_rules Columns

    @@ -34,4 +34,4 @@ The pg_rules view excludes the ON SELECT rules of views and materialized views; those can be seen in pg_views and pg_matviews. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-seclabels.html postgresql-14-14.6/doc/src/sgml/html/view-pg-seclabels.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-seclabels.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-seclabels.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.84. pg_seclabels

    52.84. pg_seclabels

    +52.84. pg_seclabels

    52.84. pg_seclabels

    The view pg_seclabels provides information about security labels. It as an easier-to-query version of the pg_seclabel catalog. @@ -57,4 +57,4 @@

    The security label applied to this object. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-sequences.html postgresql-14-14.6/doc/src/sgml/html/view-pg-sequences.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-sequences.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-sequences.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.85. pg_sequences

    52.85. pg_sequences

    +52.85. pg_sequences

    52.85. pg_sequences

    The view pg_sequences provides access to useful information about each sequence in the database.

    Table 52.86. pg_sequences Columns

    @@ -71,4 +71,4 @@ the current user does not have USAGE or SELECT privilege on the sequence, the value is null. -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-settings.html postgresql-14-14.6/doc/src/sgml/html/view-pg-settings.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-settings.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-settings.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.86. pg_settings

    52.86. pg_settings

    +52.86. pg_settings

    52.86. pg_settings

    The view pg_settings provides access to run-time parameters of the server. It is essentially an alternative interface to the SHOW @@ -186,4 +186,4 @@ transaction is committed, the effects will persist until the end of the session, unless overridden by another UPDATE or SET. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-shadow.html postgresql-14-14.6/doc/src/sgml/html/view-pg-shadow.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-shadow.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-shadow.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.87. pg_shadow

    52.87. pg_shadow

    +52.87. pg_shadow

    52.87. pg_shadow

    The view pg_shadow exists for backwards compatibility: it emulates a catalog that existed in PostgreSQL before version 8.1. @@ -68,4 +68,4 @@

    Session defaults for run-time configuration variables -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-shmem-allocations.html postgresql-14-14.6/doc/src/sgml/html/view-pg-shmem-allocations.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-shmem-allocations.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-shmem-allocations.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.88. pg_shmem_allocations

    52.88. pg_shmem_allocations

    +52.88. pg_shmem_allocations

    52.88. pg_shmem_allocations

    The pg_shmem_allocations view shows allocations made from the server's main shared memory segment. This includes both memory allocated by postgres itself and memory @@ -48,4 +48,4 @@

    By default, the pg_shmem_allocations view can be read only by superusers. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-stats-ext-exprs.html postgresql-14-14.6/doc/src/sgml/html/view-pg-stats-ext-exprs.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-stats-ext-exprs.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-stats-ext-exprs.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.91. pg_stats_ext_exprs

    52.91. pg_stats_ext_exprs

    +52.91. pg_stats_ext_exprs

    52.91. pg_stats_ext_exprs

    The view pg_stats_ext_exprs provides access to information about all expressions included in extended statistics objects, combining information stored in the pg_statistic_ext @@ -137,4 +137,4 @@ column-by-column basis using the ALTER TABLE SET STATISTICS command, or globally by setting the default_statistics_target run-time parameter. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-stats-ext.html postgresql-14-14.6/doc/src/sgml/html/view-pg-stats-ext.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-stats-ext.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-stats-ext.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.90. pg_stats_ext

    52.90. pg_stats_ext

    +52.90. pg_stats_ext

    52.90. pg_stats_ext

    The view pg_stats_ext provides access to information about each extended statistics object in the database, combining information stored in the pg_statistic_ext @@ -114,4 +114,4 @@ column-by-column basis using the ALTER TABLE SET STATISTICS command, or globally by setting the default_statistics_target run-time parameter. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-stats.html postgresql-14-14.6/doc/src/sgml/html/view-pg-stats.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-stats.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-stats.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.89. pg_stats

    52.89. pg_stats

    +52.89. pg_stats

    52.89. pg_stats

    The view pg_stats provides access to the information stored in the pg_statistic catalog. This view allows access only to rows of @@ -125,4 +125,4 @@ TABLE SET STATISTICS command, or globally by setting the default_statistics_target run-time parameter. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-tables.html postgresql-14-14.6/doc/src/sgml/html/view-pg-tables.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-tables.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-tables.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.92. pg_tables

    52.92. pg_tables

    +52.92. pg_tables

    52.92. pg_tables

    The view pg_tables provides access to useful information about each table in the database.

    Table 52.93. pg_tables Columns

    @@ -55,4 +55,4 @@

    True if row security is enabled on the table -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-timezone-abbrevs.html postgresql-14-14.6/doc/src/sgml/html/view-pg-timezone-abbrevs.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-timezone-abbrevs.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-timezone-abbrevs.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.93. pg_timezone_abbrevs

    52.93. pg_timezone_abbrevs

    +52.93. pg_timezone_abbrevs

    52.93. pg_timezone_abbrevs

    The view pg_timezone_abbrevs provides a list of time zone abbreviations that are currently recognized by the datetime input routines. The contents of this view change when the @@ -29,4 +29,4 @@ there are some that have historically varied in value (see Section B.4 for more information). In such cases this view presents their current meaning. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-timezone-names.html postgresql-14-14.6/doc/src/sgml/html/view-pg-timezone-names.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-timezone-names.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-timezone-names.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.94. pg_timezone_names

    52.94. pg_timezone_names

    +52.94. pg_timezone_names

    52.94. pg_timezone_names

    The view pg_timezone_names provides a list of time zone names that are recognized by SET TIMEZONE, along with their associated abbreviations, UTC offsets, @@ -35,4 +35,4 @@

    True if currently observing daylight savings -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-user.html postgresql-14-14.6/doc/src/sgml/html/view-pg-user.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-user.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-user.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.95. pg_user

    52.95. pg_user

    +52.95. pg_user

    52.95. pg_user

    The view pg_user provides access to information about database users. This is simply a publicly readable view of @@ -57,4 +57,4 @@

    Session defaults for run-time configuration variables -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-user-mappings.html postgresql-14-14.6/doc/src/sgml/html/view-pg-user-mappings.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-user-mappings.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-user-mappings.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.96. pg_user_mappings

    52.96. pg_user_mappings

    +52.96. pg_user_mappings

    52.96. pg_user_mappings

    The view pg_user_mappings provides access to information about user mappings. This is essentially a publicly readable view of @@ -57,4 +57,4 @@

  • current user is a superuser

  • -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/view-pg-views.html postgresql-14-14.6/doc/src/sgml/html/view-pg-views.html --- postgresql-14-14.5/doc/src/sgml/html/view-pg-views.html 2022-08-08 20:58:41.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/view-pg-views.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.97. pg_views

    52.97. pg_views

    +52.97. pg_views

    52.97. pg_views

    The view pg_views provides access to useful information about each view in the database.

    Table 52.98. pg_views Columns

    @@ -30,4 +30,4 @@

    View definition (a reconstructed SELECT query) -


    \ No newline at end of file +


    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/views-overview.html postgresql-14-14.6/doc/src/sgml/html/views-overview.html --- postgresql-14-14.5/doc/src/sgml/html/views-overview.html 2022-08-08 20:58:40.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/views-overview.html 2022-11-07 22:00:48.000000000 +0000 @@ -1,5 +1,5 @@ -52.64. System Views

    52.64. System Views

    +52.64. System Views

    52.64. System Views

    In addition to the system catalogs, PostgreSQL provides a number of built-in views. Some system views provide convenient access to some commonly used queries on the system catalogs. Other views @@ -18,4 +18,4 @@ the statistics collector; they are described in Table 28.2.

    Except where noted, all the views described here are read-only. -

    Table 52.65. System Views

    View NamePurpose
    pg_available_extensionsavailable extensions
    pg_available_extension_versionsavailable versions of extensions
    pg_backend_memory_contextsbackend memory contexts
    pg_configcompile-time configuration parameters
    pg_cursorsopen cursors
    pg_file_settingssummary of configuration file contents
    pg_groupgroups of database users
    pg_hba_file_rulessummary of client authentication configuration file contents
    pg_indexesindexes
    pg_lockslocks currently held or awaited
    pg_matviewsmaterialized views
    pg_policiespolicies
    pg_prepared_statementsprepared statements
    pg_prepared_xactsprepared transactions
    pg_publication_tablespublications and their associated tables
    pg_replication_origin_statusinformation about replication origins, including replication progress
    pg_replication_slotsreplication slot information
    pg_rolesdatabase roles
    pg_rulesrules
    pg_seclabelssecurity labels
    pg_sequencessequences
    pg_settingsparameter settings
    pg_shadowdatabase users
    pg_shmem_allocationsshared memory allocations
    pg_statsplanner statistics
    pg_stats_extextended planner statistics
    pg_stats_ext_exprsextended planner statistics for expressions
    pg_tablestables
    pg_timezone_abbrevstime zone abbreviations
    pg_timezone_namestime zone names
    pg_userdatabase users
    pg_user_mappingsuser mappings
    pg_viewsviews

    \ No newline at end of file +

    Table 52.65. System Views

    View NamePurpose
    pg_available_extensionsavailable extensions
    pg_available_extension_versionsavailable versions of extensions
    pg_backend_memory_contextsbackend memory contexts
    pg_configcompile-time configuration parameters
    pg_cursorsopen cursors
    pg_file_settingssummary of configuration file contents
    pg_groupgroups of database users
    pg_hba_file_rulessummary of client authentication configuration file contents
    pg_indexesindexes
    pg_lockslocks currently held or awaited
    pg_matviewsmaterialized views
    pg_policiespolicies
    pg_prepared_statementsprepared statements
    pg_prepared_xactsprepared transactions
    pg_publication_tablespublications and their associated tables
    pg_replication_origin_statusinformation about replication origins, including replication progress
    pg_replication_slotsreplication slot information
    pg_rolesdatabase roles
    pg_rulesrules
    pg_seclabelssecurity labels
    pg_sequencessequences
    pg_settingsparameter settings
    pg_shadowdatabase users
    pg_shmem_allocationsshared memory allocations
    pg_statsplanner statistics
    pg_stats_extextended planner statistics
    pg_stats_ext_exprsextended planner statistics for expressions
    pg_tablestables
    pg_timezone_abbrevstime zone abbreviations
    pg_timezone_namestime zone names
    pg_userdatabase users
    pg_user_mappingsuser mappings
    pg_viewsviews

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/wal-async-commit.html postgresql-14-14.6/doc/src/sgml/html/wal-async-commit.html --- postgresql-14-14.5/doc/src/sgml/html/wal-async-commit.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/wal-async-commit.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -30.4. Asynchronous Commit

    30.4. Asynchronous Commit

    +30.4. Asynchronous Commit

    30.4. Asynchronous Commit

    Asynchronous commit is an option that allows transactions to complete more quickly, at the cost that the most recent transactions may be lost if the database should crash. In many applications this is an @@ -96,4 +96,4 @@ setting can be thought of as a way of increasing the time window in which transactions can join a group about to participate in a single flush, to amortize the cost of the flush among multiple transactions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/wal-configuration.html postgresql-14-14.6/doc/src/sgml/html/wal-configuration.html --- postgresql-14-14.5/doc/src/sgml/html/wal-configuration.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/wal-configuration.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -30.5. WAL Configuration

    30.5. WAL Configuration

    +30.5. WAL Configuration

    30.5. WAL Configuration

    There are several WAL-related configuration parameters that affect database performance. This section explains their use. Consult Chapter 20 for general information about @@ -281,4 +281,4 @@ issue_xlog_fsync syncs WAL data to disk are also counted as wal_write and wal_sync in pg_stat_wal, respectively. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/wal.html postgresql-14-14.6/doc/src/sgml/html/wal.html --- postgresql-14-14.5/doc/src/sgml/html/wal.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/wal.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 30. Reliability and the Write-Ahead Log

    Chapter 30. Reliability and the Write-Ahead Log

    +Chapter 30. Reliability and the Write-Ahead Log

    Chapter 30. Reliability and the Write-Ahead Log

    This chapter explains how the Write-Ahead Log is used to obtain efficient, reliable operation. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/wal-internals.html postgresql-14-14.6/doc/src/sgml/html/wal-internals.html --- postgresql-14-14.5/doc/src/sgml/html/wal-internals.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/wal-internals.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -30.6. WAL Internals

    30.6. WAL Internals

    +30.6. WAL Internals

    30.6. WAL Internals

    WAL is automatically enabled; no action is required from the administrator except ensuring that the disk-space requirements for the WAL logs are met, @@ -67,4 +67,4 @@ to read pg_control itself. So while it is theoretically a weak spot, pg_control does not seem to be a problem in practice. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/wal-intro.html postgresql-14-14.6/doc/src/sgml/html/wal-intro.html --- postgresql-14-14.5/doc/src/sgml/html/wal-intro.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/wal-intro.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -30.3. Write-Ahead Logging (WAL)

    30.3. Write-Ahead Logging (WAL)

    +30.3. Write-Ahead Logging (WAL)

    30.3. Write-Ahead Logging (WAL)

    Write-Ahead Logging (WAL) is a standard method for ensuring data integrity. A detailed description can be found in most (if not all) books about @@ -45,4 +45,4 @@ of the database state — if it is made over some period of time, then replaying the WAL log for that period will fix any internal inconsistencies. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/wal-reliability.html postgresql-14-14.6/doc/src/sgml/html/wal-reliability.html --- postgresql-14-14.5/doc/src/sgml/html/wal-reliability.html 2022-08-08 20:58:25.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/wal-reliability.html 2022-11-07 22:00:33.000000000 +0000 @@ -1,5 +1,5 @@ -30.1. Reliability

    30.1. Reliability

    +30.1. Reliability

    30.1. Reliability

    Reliability is an important property of any serious database system, and PostgreSQL does everything possible to guarantee reliable operation. One aspect of reliable operation is @@ -158,4 +158,4 @@ PostgreSQL does not protect against correctable memory errors and it is assumed you will operate using RAM that uses industry standard Error Correcting Codes (ECC) or better protection. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/warm-standby-failover.html postgresql-14-14.6/doc/src/sgml/html/warm-standby-failover.html --- postgresql-14-14.5/doc/src/sgml/html/warm-standby-failover.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/warm-standby-failover.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -27.3. Failover

    27.3. Failover

    +27.3. Failover

    27.3. Failover

    If the primary server fails then the standby server should begin failover procedures.

    @@ -62,4 +62,4 @@ setting up the reporting servers that are only used to offload read-only queries from the primary, not for high availability purposes, you don't need to promote it. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/warm-standby.html postgresql-14-14.6/doc/src/sgml/html/warm-standby.html --- postgresql-14-14.5/doc/src/sgml/html/warm-standby.html 2022-08-08 20:58:24.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/warm-standby.html 2022-11-07 22:00:32.000000000 +0000 @@ -1,5 +1,5 @@ -27.2. Log-Shipping Standby Servers

    27.2. Log-Shipping Standby Servers

    +27.2. Log-Shipping Standby Servers

    27.2. Log-Shipping Standby Servers

    Continuous archiving can be used to create a high availability (HA) cluster configuration with one or more standby servers ready to take over operations if the @@ -654,4 +654,4 @@ are found in the archive, but not if streaming replication is enabled. When a server is not in recovery mode, there is no difference between on and always modes. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/when-can-parallel-query-be-used.html postgresql-14-14.6/doc/src/sgml/html/when-can-parallel-query-be-used.html --- postgresql-14-14.5/doc/src/sgml/html/when-can-parallel-query-be-used.html 2022-08-08 20:58:22.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/when-can-parallel-query-be-used.html 2022-11-07 22:00:30.000000000 +0000 @@ -1,5 +1,5 @@ -15.2. When Can Parallel Query Be Used?

    15.2. When Can Parallel Query Be Used?

    +15.2. When Can Parallel Query Be Used?

    15.2. When Can Parallel Query Be Used?

    There are several settings that can cause the query planner not to generate a parallel query plan under any circumstances. In order for any parallel query plans whatsoever to be generated, the following @@ -75,4 +75,4 @@ max_parallel_workers_per_gather to zero in sessions where it is likely, so as to avoid generating query plans that may be suboptimal when run serially. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xaggr.html postgresql-14-14.6/doc/src/sgml/html/xaggr.html --- postgresql-14-14.5/doc/src/sgml/html/xaggr.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xaggr.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.12. User-Defined Aggregates

    38.12. User-Defined Aggregates

    +38.12. User-Defined Aggregates

    38.12. User-Defined Aggregates

    Aggregate functions in PostgreSQL are defined in terms of state values and state transition functions. @@ -525,4 +525,4 @@ supposed to implement. Examples can be found in orderedsetaggs.c in the PostgreSQL source code. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc-c.html postgresql-14-14.6/doc/src/sgml/html/xfunc-c.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc-c.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc-c.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.10. C-Language Functions \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc.html postgresql-14-14.6/doc/src/sgml/html/xfunc.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.3. User-Defined Functions

    38.3. User-Defined Functions

    +38.3. User-Defined Functions

    38.3. User-Defined Functions

    PostgreSQL provides four kinds of functions: @@ -40,4 +40,4 @@ funcs.c in the src/tutorial directory in the PostgreSQL source distribution. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc-internal.html postgresql-14-14.6/doc/src/sgml/html/xfunc-internal.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc-internal.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc-internal.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.9. Internal Functions

    38.9. Internal Functions

    +38.9. Internal Functions

    38.9. Internal Functions

    Internal functions are functions written in C that have been statically linked into the PostgreSQL server. The body of the function definition @@ -28,4 +28,4 @@ Not all predefined functions are internal in the above sense. Some predefined functions are written in SQL. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc-optimization.html postgresql-14-14.6/doc/src/sgml/html/xfunc-optimization.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc-optimization.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc-optimization.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.11. Function Optimization Information

    38.11. Function Optimization Information

    +38.11. Function Optimization Information

    38.11. Function Optimization Information

    By default, a function is just a black box that the database system knows very little about the behavior of. However, that means that queries using the function may be executed much less @@ -91,4 +91,4 @@ the index to see if it really passes the WHERE condition or not. To create such conditions, the support function must implement the SupportRequestIndexCondition request type. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc-overload.html postgresql-14-14.6/doc/src/sgml/html/xfunc-overload.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc-overload.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc-overload.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.6. Function Overloading

    38.6. Function Overloading

    +38.6. Function Overloading

    38.6. Function Overloading

    More than one function can be defined with the same SQL name, so long as the arguments they take are different. In other words, function names can be overloaded. Whether or not @@ -64,4 +64,4 @@ LANGUAGE C;

    The names of the C functions here reflect one of many possible conventions. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc-pl.html postgresql-14-14.6/doc/src/sgml/html/xfunc-pl.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc-pl.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc-pl.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.8. Procedural Language Functions

    38.8. Procedural Language Functions

    +38.8. Procedural Language Functions

    38.8. Procedural Language Functions

    PostgreSQL allows user-defined functions to be written in other languages besides SQL and C. These other languages are generically called procedural @@ -9,4 +9,4 @@ by loadable modules. See Chapter 42 and following chapters for more information. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc-sql.html postgresql-14-14.6/doc/src/sgml/html/xfunc-sql.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc-sql.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc-sql.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.5. Query Language (SQL) Functions \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xfunc-volatility.html postgresql-14-14.6/doc/src/sgml/html/xfunc-volatility.html --- postgresql-14-14.5/doc/src/sgml/html/xfunc-volatility.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xfunc-volatility.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.7. Function Volatility Categories

    38.7. Function Volatility Categories

    +38.7. Function Volatility Categories

    38.7. Function Volatility Categories

    Every function has a volatility classification, with the possibilities being VOLATILE, STABLE, or IMMUTABLE. VOLATILE is the default if the @@ -104,4 +104,4 @@ If you do that, you will find that the STABLE or IMMUTABLE function does not notice the database changes applied by the called function, since they are hidden from its snapshot.) -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xindex.html postgresql-14-14.6/doc/src/sgml/html/xindex.html --- postgresql-14-14.5/doc/src/sgml/html/xindex.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xindex.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.16. Interfacing Extensions to Indexes

    38.16. Interfacing Extensions to Indexes

    +38.16. Interfacing Extensions to Indexes

    38.16. Interfacing Extensions to Indexes

    The procedures described thus far let you define new types, new functions, and new operators. However, we cannot yet define an index on a column of a new data type. To do this, we must define an @@ -769,4 +769,4 @@ type of the stored summary values, and operator classes' support procedures are responsible for interpreting the summary values correctly. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xml2.html postgresql-14-14.6/doc/src/sgml/html/xml2.html --- postgresql-14-14.5/doc/src/sgml/html/xml2.html 2022-08-08 20:58:47.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xml2.html 2022-11-07 22:00:54.000000000 +0000 @@ -1,5 +1,5 @@ -F.47. xml2

    F.47. xml2

    +F.47. xml2

    F.47. xml2

    The xml2 module provides XPath querying and XSLT functionality.

    F.47.1. Deprecation Notice

    @@ -271,4 +271,4 @@

    Development of this module was sponsored by Torchbox Ltd. (www.torchbox.com). It has the same BSD license as PostgreSQL. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xml-limits-conformance.html postgresql-14-14.6/doc/src/sgml/html/xml-limits-conformance.html --- postgresql-14-14.5/doc/src/sgml/html/xml-limits-conformance.html 2022-08-08 20:58:45.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xml-limits-conformance.html 2022-11-07 22:00:52.000000000 +0000 @@ -1,5 +1,5 @@ -D.3. XML Limits and Conformance to SQL/XML

    D.3. XML Limits and Conformance to SQL/XML

    +D.3. XML Limits and Conformance to SQL/XML

    D.3. XML Limits and Conformance to SQL/XML

    Significant revisions to the XML-related specifications in ISO/IEC 9075-14 (SQL/XML) were introduced with SQL:2006. PostgreSQL's implementation of the XML data @@ -201,4 +201,4 @@ well-formed DOCUMENT is the only form of XML value that PostgreSQL can supply as an XPath context item. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xoper.html postgresql-14-14.6/doc/src/sgml/html/xoper.html --- postgresql-14-14.5/doc/src/sgml/html/xoper.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xoper.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.14. User-Defined Operators

    38.14. User-Defined Operators

    +38.14. User-Defined Operators

    38.14. User-Defined Operators

    Every operator is syntactic sugar for a call to an underlying function that does the real work; so you must first create the underlying function before you can create @@ -55,4 +55,4 @@ clause shown in the example is an optional hint to the query optimizer. Further details about commutator and other optimizer hints appear in the next section. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xoper-optimization.html postgresql-14-14.6/doc/src/sgml/html/xoper-optimization.html --- postgresql-14-14.5/doc/src/sgml/html/xoper-optimization.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xoper-optimization.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.15. Operator Optimization Information

    38.15. Operator Optimization Information

    +38.15. Operator Optimization Information

    38.15. Operator Optimization Information

    A PostgreSQL operator definition can include several optional clauses that tell the system useful things about how the operator behaves. These clauses should be provided whenever @@ -13,7 +13,7 @@

    Additional optimization clauses might be added in future versions of PostgreSQL. The ones described here are all - the ones that release 14.5 understands. + the ones that release 14.6 understands.

    It is also possible to attach a planner support function to the function that underlies an operator, providing another way of telling the system @@ -278,4 +278,4 @@ The function underlying a merge-joinable operator must be marked immutable or stable. If it is volatile, the system will never attempt to use the operator for a merge join. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xplang.html postgresql-14-14.6/doc/src/sgml/html/xplang.html --- postgresql-14-14.5/doc/src/sgml/html/xplang.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xplang.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -Chapter 42. Procedural Languages

    Chapter 42. Procedural Languages

    +Chapter 42. Procedural Languages

    Chapter 42. Procedural Languages

    PostgreSQL allows user-defined functions to be written in other languages besides SQL and C. These other languages are generically called procedural @@ -26,4 +26,4 @@ has information about finding them. In addition other languages can be defined by users; the basics of developing a new procedural language are covered in Chapter 56. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xplang-install.html postgresql-14-14.6/doc/src/sgml/html/xplang-install.html --- postgresql-14-14.5/doc/src/sgml/html/xplang-install.html 2022-08-08 20:58:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xplang-install.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -42.1. Installing Procedural Languages

    42.1. Installing Procedural Languages

    +42.1. Installing Procedural Languages

    42.1. Installing Procedural Languages

    A procedural language must be installed into each database where it is to be used. But procedural languages installed in the database template1 are automatically available in all @@ -139,4 +139,4 @@ handlers are built and installed if Perl support is configured, and the PL/PythonU handler is installed if Python support is configured, but these languages are not installed by default. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xproc.html postgresql-14-14.6/doc/src/sgml/html/xproc.html --- postgresql-14-14.5/doc/src/sgml/html/xproc.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xproc.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.4. User-Defined Procedures

    38.4. User-Defined Procedures

    +38.4. User-Defined Procedures

    38.4. User-Defined Procedures

    A procedure is a database object similar to a function. The key differences are: @@ -38,4 +38,4 @@ and DROP ROUTINE that can operate on functions and procedures without having to know which kind it is. Note, however, that there is no CREATE ROUTINE command. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/html/xtypes.html postgresql-14-14.6/doc/src/sgml/html/xtypes.html --- postgresql-14-14.5/doc/src/sgml/html/xtypes.html 2022-08-08 20:58:28.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/html/xtypes.html 2022-11-07 22:00:36.000000000 +0000 @@ -1,5 +1,5 @@ -38.13. User-Defined Types

    38.13. User-Defined Types

    +38.13. User-Defined Types

    38.13. User-Defined Types

    As described in Section 38.2, PostgreSQL can be extended to support new data types. This section describes how to define new base types, @@ -299,4 +299,4 @@ For examples of working with expanded values, see the standard array infrastructure, particularly src/backend/utils/adt/array_expanded.c. -

    \ No newline at end of file +

    \ No newline at end of file diff -Nru postgresql-14-14.5/doc/src/sgml/indexam.sgml postgresql-14-14.6/doc/src/sgml/indexam.sgml --- postgresql-14-14.5/doc/src/sgml/indexam.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/indexam.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -45,7 +45,8 @@ extant versions of the same logical row; to an index, each tuple is an independent object that needs its own index entry. Thus, an update of a row always creates all-new index entries for the row, even if - the key values did not change. (HOT tuples are an exception to this + the key values did not change. (HOT + tuples are an exception to this statement; but indexes do not deal with those, either.) Index entries for dead tuples are reclaimed (by vacuuming) when the dead tuples themselves are reclaimed. diff -Nru postgresql-14-14.5/doc/src/sgml/indices.sgml postgresql-14-14.6/doc/src/sgml/indices.sgml --- postgresql-14-14.5/doc/src/sgml/indices.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/indices.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -103,7 +103,9 @@ After an index is created, the system has to keep it synchronized with the - table. This adds overhead to data manipulation operations. + table. This adds overhead to data manipulation operations. Indexes can + also prevent the creation of heap-only + tuples. Therefore indexes that are seldom or never used in queries should be removed. @@ -115,7 +117,8 @@ PostgreSQL provides several index types: - B-tree, Hash, GiST, SP-GiST, GIN and BRIN. + B-tree, Hash, GiST, SP-GiST, GIN, BRIN, and the extension bloom. Each index type uses a different algorithm that is best suited to different types of queries. By default, the CREATE @@ -749,7 +752,7 @@ Index expressions are relatively expensive to maintain, because the derived expression(s) must be computed for each row insertion - and non-HOT update. However, the index expressions are + and non-HOT update. However, the index expressions are not recomputed during an indexed search, since they are already stored in the index. In both examples above, the system sees the query as just WHERE indexedcolumn = 'constant' diff -Nru postgresql-14-14.5/doc/src/sgml/installation.sgml postgresql-14-14.6/doc/src/sgml/installation.sgml --- postgresql-14-14.5/doc/src/sgml/installation.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/installation.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -1118,7 +1118,7 @@ - to use the UUID functions found in FreeBSD, NetBSD, + to use the UUID functions found in FreeBSD and some other BSD-derived systems diff -Nru postgresql-14-14.5/doc/src/sgml/install-windows.sgml postgresql-14-14.6/doc/src/sgml/install-windows.sgml --- postgresql-14-14.5/doc/src/sgml/install-windows.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/install-windows.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -128,7 +128,7 @@ - Before you build, you may need to edit the file config.pl + Before you build, you can create the file config.pl to reflect any configuration options you want to change, or the paths to any third party libraries to use. The complete configuration is determined by first reading and parsing the file config_default.pl, diff -Nru postgresql-14-14.5/doc/src/sgml/libpq.sgml postgresql-14-14.6/doc/src/sgml/libpq.sgml --- postgresql-14-14.5/doc/src/sgml/libpq.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/libpq.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -1388,15 +1388,6 @@ - - tty - - - Ignored (formerly, this specified where to send server debug output). - - - - replication @@ -2573,9 +2564,7 @@ compression - If SSL compression is in use, returns the name of the compression - algorithm, or "on" if compression is used but the algorithm is - not known. If compression is not in use, returns "off". + Returns "on" if SSL compression is in use, else it returns "off". diff -Nru postgresql-14-14.5/doc/src/sgml/maintenance.sgml postgresql-14-14.6/doc/src/sgml/maintenance.sgml --- postgresql-14-14.5/doc/src/sgml/maintenance.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/maintenance.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -958,7 +958,25 @@ It is a good idea to save the database server's log output somewhere, rather than just discarding it via /dev/null. The log output is invaluable when diagnosing - problems. However, the log output tends to be voluminous + problems. + + + + + The server log can contain sensitive information and needs to be protected, + no matter how or where it is stored, or the destination to which it is routed. + For example, some DDL statements might contain plaintext passwords or other + authentication details. Logged statements at the ERROR + level might show the SQL source code for applications + and might also contain some parts of data rows. Recording data, events and + related information is the intended function of this facility, so this is + not a leakage or a bug. Please ensure the server logs are visible only to + appropriately authorized people. + + + + + Log output tends to be voluminous (especially at higher debug levels) so you won't want to save it indefinitely. You need to rotate the log files so that new log files are started and old ones removed after a reasonable diff -Nru postgresql-14-14.5/doc/src/sgml/man1/clusterdb.1 postgresql-14-14.6/doc/src/sgml/man1/clusterdb.1 --- postgresql-14-14.5/doc/src/sgml/man1/clusterdb.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/clusterdb.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CLUSTERDB" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CLUSTERDB" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/createdb.1 postgresql-14-14.6/doc/src/sgml/man1/createdb.1 --- postgresql-14-14.5/doc/src/sgml/man1/createdb.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/createdb.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATEDB" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATEDB" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/createuser.1 postgresql-14-14.6/doc/src/sgml/man1/createuser.1 --- postgresql-14-14.5/doc/src/sgml/man1/createuser.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/createuser.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATEUSER" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATEUSER" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/dropdb.1 postgresql-14-14.6/doc/src/sgml/man1/dropdb.1 --- postgresql-14-14.5/doc/src/sgml/man1/dropdb.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/dropdb.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROPDB" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROPDB" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/dropuser.1 postgresql-14-14.6/doc/src/sgml/man1/dropuser.1 --- postgresql-14-14.5/doc/src/sgml/man1/dropuser.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/dropuser.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROPUSER" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROPUSER" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/ecpg.1 postgresql-14-14.6/doc/src/sgml/man1/ecpg.1 --- postgresql-14-14.5/doc/src/sgml/man1/ecpg.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/ecpg.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ECPG" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ECPG" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/initdb.1 postgresql-14-14.6/doc/src/sgml/man1/initdb.1 --- postgresql-14-14.5/doc/src/sgml/man1/initdb.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/initdb.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "INITDB" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "INITDB" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/oid2name.1 postgresql-14-14.6/doc/src/sgml/man1/oid2name.1 --- postgresql-14-14.5/doc/src/sgml/man1/oid2name.1 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/oid2name.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "OID2NAME" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "OID2NAME" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_amcheck.1 postgresql-14-14.6/doc/src/sgml/man1/pg_amcheck.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_amcheck.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_amcheck.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_AMCHECK" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_AMCHECK" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_archivecleanup.1 postgresql-14-14.6/doc/src/sgml/man1/pg_archivecleanup.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_archivecleanup.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_archivecleanup.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_ARCHIVECLEANUP" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_ARCHIVECLEANUP" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_basebackup.1 postgresql-14-14.6/doc/src/sgml/man1/pg_basebackup.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_basebackup.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_basebackup.1 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_BASEBACKUP" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_BASEBACKUP" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pgbench.1 postgresql-14-14.6/doc/src/sgml/man1/pgbench.1 --- postgresql-14-14.5/doc/src/sgml/man1/pgbench.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pgbench.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PGBENCH" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PGBENCH" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_checksums.1 postgresql-14-14.6/doc/src/sgml/man1/pg_checksums.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_checksums.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_checksums.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_CHECKSUMS" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_CHECKSUMS" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_config.1 postgresql-14-14.6/doc/src/sgml/man1/pg_config.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_config.1 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_config.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_CONFIG" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_CONFIG" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_controldata.1 postgresql-14-14.6/doc/src/sgml/man1/pg_controldata.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_controldata.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_controldata.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_CONTROLDATA" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_CONTROLDATA" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_ctl.1 postgresql-14-14.6/doc/src/sgml/man1/pg_ctl.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_ctl.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_ctl.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_CTL" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_CTL" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_dump.1 postgresql-14-14.6/doc/src/sgml/man1/pg_dump.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_dump.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_dump.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_DUMP" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_DUMP" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_dumpall.1 postgresql-14-14.6/doc/src/sgml/man1/pg_dumpall.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_dumpall.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_dumpall.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_DUMPALL" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_DUMPALL" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_isready.1 postgresql-14-14.6/doc/src/sgml/man1/pg_isready.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_isready.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_isready.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_ISREADY" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_ISREADY" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_receivewal.1 postgresql-14-14.6/doc/src/sgml/man1/pg_receivewal.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_receivewal.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_receivewal.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_RECEIVEWAL" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_RECEIVEWAL" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_recvlogical.1 postgresql-14-14.6/doc/src/sgml/man1/pg_recvlogical.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_recvlogical.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_recvlogical.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_RECVLOGICAL" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_RECVLOGICAL" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_resetwal.1 postgresql-14-14.6/doc/src/sgml/man1/pg_resetwal.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_resetwal.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_resetwal.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_RESETWAL" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_RESETWAL" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_restore.1 postgresql-14-14.6/doc/src/sgml/man1/pg_restore.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_restore.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_restore.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_RESTORE" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_RESTORE" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_rewind.1 postgresql-14-14.6/doc/src/sgml/man1/pg_rewind.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_rewind.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_rewind.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_REWIND" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_REWIND" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_test_fsync.1 postgresql-14-14.6/doc/src/sgml/man1/pg_test_fsync.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_test_fsync.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_test_fsync.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_TEST_FSYNC" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_TEST_FSYNC" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_test_timing.1 postgresql-14-14.6/doc/src/sgml/man1/pg_test_timing.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_test_timing.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_test_timing.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_TEST_TIMING" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_TEST_TIMING" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_upgrade.1 postgresql-14-14.6/doc/src/sgml/man1/pg_upgrade.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_upgrade.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_upgrade.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_UPGRADE" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_UPGRADE" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_verifybackup.1 postgresql-14-14.6/doc/src/sgml/man1/pg_verifybackup.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_verifybackup.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_verifybackup.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_VERIFYBACKUP" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_VERIFYBACKUP" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/pg_waldump.1 postgresql-14-14.6/doc/src/sgml/man1/pg_waldump.1 --- postgresql-14-14.5/doc/src/sgml/man1/pg_waldump.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/pg_waldump.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PG_WALDUMP" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PG_WALDUMP" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/postgres.1 postgresql-14-14.6/doc/src/sgml/man1/postgres.1 --- postgresql-14-14.5/doc/src/sgml/man1/postgres.1 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/postgres.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "POSTGRES" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "POSTGRES" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/postmaster.1 postgresql-14-14.6/doc/src/sgml/man1/postmaster.1 --- postgresql-14-14.5/doc/src/sgml/man1/postmaster.1 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/postmaster.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "POSTMASTER" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "POSTMASTER" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/psql.1 postgresql-14-14.6/doc/src/sgml/man1/psql.1 --- postgresql-14-14.5/doc/src/sgml/man1/psql.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/psql.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PSQL" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PSQL" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -655,7 +655,7 @@ .\} .nf $ \fBpsql testdb\fR -psql (14\&.5) +psql (14\&.6) Type "help" for help\&. testdb=> diff -Nru postgresql-14-14.5/doc/src/sgml/man1/reindexdb.1 postgresql-14-14.6/doc/src/sgml/man1/reindexdb.1 --- postgresql-14-14.5/doc/src/sgml/man1/reindexdb.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/reindexdb.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "REINDEXDB" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "REINDEXDB" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/vacuumdb.1 postgresql-14-14.6/doc/src/sgml/man1/vacuumdb.1 --- postgresql-14-14.5/doc/src/sgml/man1/vacuumdb.1 2022-08-08 20:58:58.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/vacuumdb.1 2022-11-07 22:01:04.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "VACUUMDB" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "VACUUMDB" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man1/vacuumlo.1 postgresql-14-14.6/doc/src/sgml/man1/vacuumlo.1 --- postgresql-14-14.5/doc/src/sgml/man1/vacuumlo.1 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man1/vacuumlo.1 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "VACUUMLO" "1" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "VACUUMLO" "1" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink.3 postgresql-14-14.6/doc/src/sgml/man3/dblink.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_build_sql_delete.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_build_sql_delete.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_build_sql_delete.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_build_sql_delete.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_BUILD_SQL_DELETE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_BUILD_SQL_DELETE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_build_sql_insert.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_build_sql_insert.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_build_sql_insert.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_build_sql_insert.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_BUILD_SQL_INSERT" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_BUILD_SQL_INSERT" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_build_sql_update.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_build_sql_update.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_build_sql_update.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_build_sql_update.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_BUILD_SQL_UPDATE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_BUILD_SQL_UPDATE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_cancel_query.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_cancel_query.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_cancel_query.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_cancel_query.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_CANCEL_QUERY" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_CANCEL_QUERY" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_close.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_close.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_close.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_close.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_CLOSE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_CLOSE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_connect.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_connect.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_connect.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_connect.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_CONNECT" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_CONNECT" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_connect_u.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_connect_u.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_connect_u.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_connect_u.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_CONNECT_U" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_CONNECT_U" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_disconnect.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_disconnect.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_disconnect.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_disconnect.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_DISCONNECT" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_DISCONNECT" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_error_message.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_error_message.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_error_message.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_error_message.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_ERROR_MESSAGE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_ERROR_MESSAGE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_exec.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_exec.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_exec.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_exec.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_EXEC" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_EXEC" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_fetch.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_fetch.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_fetch.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_fetch.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_FETCH" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_FETCH" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_get_connections.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_get_connections.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_get_connections.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_get_connections.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_GET_CONNECTIONS" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_GET_CONNECTIONS" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_get_notify.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_get_notify.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_get_notify.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_get_notify.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_GET_NOTIFY" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_GET_NOTIFY" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_get_pkey.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_get_pkey.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_get_pkey.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_get_pkey.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_GET_PKEY" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_GET_PKEY" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_get_result.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_get_result.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_get_result.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_get_result.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_GET_RESULT" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_GET_RESULT" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_is_busy.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_is_busy.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_is_busy.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_is_busy.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_IS_BUSY" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_IS_BUSY" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_open.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_open.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_open.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_open.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_OPEN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_OPEN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/dblink_send_query.3 postgresql-14-14.6/doc/src/sgml/man3/dblink_send_query.3 --- postgresql-14-14.5/doc/src/sgml/man3/dblink_send_query.3 2022-08-08 20:58:59.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/dblink_send_query.3 2022-11-07 22:01:05.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DBLINK_SEND_QUERY" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DBLINK_SEND_QUERY" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_commit.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_commit.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_commit.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_commit.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_COMMIT" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_COMMIT" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_connect.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_connect.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_connect.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_connect.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CONNECT" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CONNECT" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_copytuple.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_copytuple.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_copytuple.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_copytuple.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_COPYTUPLE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_COPYTUPLE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_close.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_close.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_close.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_close.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_CLOSE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_CLOSE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_fetch.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_fetch.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_fetch.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_fetch.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_FETCH" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_FETCH" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_find.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_find.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_find.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_find.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_FIND" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_FIND" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_move.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_move.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_move.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_move.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_MOVE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_MOVE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_open.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_open.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_open.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_open.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_OPEN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_OPEN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_open_with_args.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_open_with_args.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_open_with_args.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_open_with_args.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_OPEN_WITH_ARGS" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_OPEN_WITH_ARGS" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_open_with_paramlist.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_OPEN_WITH_PARAMLIST" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_OPEN_WITH_PARAMLIST" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_parse_open.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_parse_open.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_cursor_parse_open.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_cursor_parse_open.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_CURSOR_PARSE_OPEN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_CURSOR_PARSE_OPEN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_exec.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_exec.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_exec.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_exec.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXEC" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXEC" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_execp.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_execp.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_execp.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_execp.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXECP" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXECP" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_execute.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_execute.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_execute.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_execute.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXECUTE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXECUTE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_extended.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_extended.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_extended.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_extended.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXECUTE_EXTENDED" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXECUTE_EXTENDED" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_plan.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_plan.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_plan.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_plan.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXECUTE_PLAN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXECUTE_PLAN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_plan_extended.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_plan_extended.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_plan_extended.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_plan_extended.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXECUTE_PLAN_EXTENDED" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXECUTE_PLAN_EXTENDED" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_plan_with_paramlist.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXECUTE_PLAN_WITH_PARAMLIST" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXECUTE_PLAN_WITH_PARAMLIST" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_with_args.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_with_args.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_execute_with_args.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_execute_with_args.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_EXECUTE_WITH_ARGS" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_EXECUTE_WITH_ARGS" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_finish.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_finish.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_finish.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_finish.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_FINISH" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_FINISH" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_fname.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_fname.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_fname.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_fname.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_FNAME" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_FNAME" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_fnumber.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_fnumber.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_fnumber.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_fnumber.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_FNUMBER" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_FNUMBER" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_freeplan.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_freeplan.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_freeplan.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_freeplan.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_FREEPLAN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_FREEPLAN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_freetuple.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_freetuple.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_freetuple.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_freetuple.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_FREETUPLE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_FREETUPLE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_freetuptable.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_freetuptable.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_freetuptable.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_freetuptable.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_FREETUPTABLE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_FREETUPTABLE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_getargcount.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_getargcount.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_getargcount.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_getargcount.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETARGCOUNT" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETARGCOUNT" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_getargtypeid.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_getargtypeid.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_getargtypeid.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_getargtypeid.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETARGTYPEID" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETARGTYPEID" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_getbinval.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_getbinval.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_getbinval.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_getbinval.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETBINVAL" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETBINVAL" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_getnspname.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_getnspname.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_getnspname.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_getnspname.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETNSPNAME" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETNSPNAME" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_getrelname.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_getrelname.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_getrelname.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_getrelname.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETRELNAME" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETRELNAME" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_gettype.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_gettype.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_gettype.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_gettype.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETTYPE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETTYPE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_gettypeid.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_gettypeid.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_gettypeid.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_gettypeid.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETTYPEID" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETTYPEID" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_getvalue.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_getvalue.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_getvalue.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_getvalue.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_GETVALUE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_GETVALUE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_is_cursor_plan.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_is_cursor_plan.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_is_cursor_plan.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_is_cursor_plan.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_IS_CURSOR_PLAN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_IS_CURSOR_PLAN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_keepplan.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_keepplan.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_keepplan.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_keepplan.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_KEEPPLAN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_KEEPPLAN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_modifytuple.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_modifytuple.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_modifytuple.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_modifytuple.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_MODIFYTUPLE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_MODIFYTUPLE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_palloc.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_palloc.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_palloc.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_palloc.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_PALLOC" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_PALLOC" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_pfree.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_pfree.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_pfree.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_pfree.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_PFREE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_PFREE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_PREPARE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_PREPARE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare_cursor.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare_cursor.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare_cursor.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare_cursor.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_PREPARE_CURSOR" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_PREPARE_CURSOR" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare_extended.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare_extended.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare_extended.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare_extended.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_PREPARE_EXTENDED" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_PREPARE_EXTENDED" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare_params.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare_params.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_prepare_params.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_prepare_params.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_PREPARE_PARAMS" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_PREPARE_PARAMS" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_register_relation.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_register_relation.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_register_relation.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_register_relation.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_REGISTER_RELATION" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_REGISTER_RELATION" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_register_trigger_data.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_register_trigger_data.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_register_trigger_data.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_register_trigger_data.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_REGISTER_TRIGGER_DATA" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_REGISTER_TRIGGER_DATA" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_repalloc.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_repalloc.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_repalloc.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_repalloc.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_REPALLOC" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_REPALLOC" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_result_code_string.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_result_code_string.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_result_code_string.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_result_code_string.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_RESULT_CODE_STRING" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_RESULT_CODE_STRING" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_returntuple.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_returntuple.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_returntuple.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_returntuple.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_RETURNTUPLE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_RETURNTUPLE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_rollback.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_rollback.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_rollback.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_rollback.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_ROLLBACK" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_ROLLBACK" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_saveplan.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_saveplan.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_saveplan.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_saveplan.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_SAVEPLAN" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_SAVEPLAN" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_scroll_cursor_fetch.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_SCROLL_CURSOR_FETCH" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_SCROLL_CURSOR_FETCH" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_scroll_cursor_move.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_scroll_cursor_move.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_scroll_cursor_move.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_scroll_cursor_move.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_SCROLL_CURSOR_MOVE" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_SCROLL_CURSOR_MOVE" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_start_transaction.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_start_transaction.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_start_transaction.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_start_transaction.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_START_TRANSACTION" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_START_TRANSACTION" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man3/SPI_unregister_relation.3 postgresql-14-14.6/doc/src/sgml/man3/SPI_unregister_relation.3 --- postgresql-14-14.5/doc/src/sgml/man3/SPI_unregister_relation.3 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man3/SPI_unregister_relation.3 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SPI_UNREGISTER_RELATION" "3" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SPI_UNREGISTER_RELATION" "3" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ABORT.7 postgresql-14-14.6/doc/src/sgml/man7/ABORT.7 --- postgresql-14-14.5/doc/src/sgml/man7/ABORT.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ABORT.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ABORT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ABORT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_AGGREGATE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_AGGREGATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_AGGREGATE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_AGGREGATE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER AGGREGATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER AGGREGATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_COLLATION.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_COLLATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_COLLATION.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_COLLATION.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER COLLATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER COLLATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_CONVERSION.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_CONVERSION.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_CONVERSION.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_CONVERSION.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER CONVERSION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER CONVERSION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_DATABASE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_DATABASE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_DATABASE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_DATABASE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER DATABASE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER DATABASE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_DEFAULT_PRIVILEGES.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER DEFAULT PRIVILEGES" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER DEFAULT PRIVILEGES" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_DOMAIN.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_DOMAIN.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_DOMAIN.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_DOMAIN.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER DOMAIN" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER DOMAIN" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_EVENT_TRIGGER.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER EVENT TRIGGER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER EVENT TRIGGER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_EXTENSION.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_EXTENSION.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_EXTENSION.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_EXTENSION.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER EXTENSION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER EXTENSION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER FOREIGN DATA WRAPPER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER FOREIGN DATA WRAPPER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_FOREIGN_TABLE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER FOREIGN TABLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER FOREIGN TABLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_FUNCTION.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_FUNCTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_FUNCTION.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_FUNCTION.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER FUNCTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER FUNCTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_GROUP.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_GROUP.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_GROUP.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_GROUP.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER GROUP" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER GROUP" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_INDEX.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_INDEX.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_INDEX.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_INDEX.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER INDEX" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER INDEX" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_LANGUAGE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_LANGUAGE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_LANGUAGE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_LANGUAGE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER LANGUAGE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER LANGUAGE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_LARGE_OBJECT.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER LARGE OBJECT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER LARGE OBJECT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_MATERIALIZED_VIEW.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_MATERIALIZED_VIEW.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_MATERIALIZED_VIEW.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_MATERIALIZED_VIEW.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_OPERATOR.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_OPERATOR.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_OPERATOR.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_OPERATOR.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER OPERATOR" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER OPERATOR" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_OPERATOR_CLASS.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER OPERATOR CLASS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER OPERATOR CLASS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_OPERATOR_FAMILY.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER OPERATOR FAMILY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER OPERATOR FAMILY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_POLICY.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_POLICY.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_POLICY.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_POLICY.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER POLICY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER POLICY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_PROCEDURE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_PROCEDURE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_PROCEDURE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_PROCEDURE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER PROCEDURE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER PROCEDURE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_PUBLICATION.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_PUBLICATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_PUBLICATION.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_PUBLICATION.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER PUBLICATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER PUBLICATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_ROLE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_ROLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_ROLE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_ROLE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER ROLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER ROLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_ROUTINE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_ROUTINE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_ROUTINE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_ROUTINE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER ROUTINE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER ROUTINE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_RULE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_RULE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_RULE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_RULE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER RULE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER RULE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_SCHEMA.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_SCHEMA.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_SCHEMA.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_SCHEMA.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER SCHEMA" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER SCHEMA" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_SEQUENCE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_SEQUENCE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_SEQUENCE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_SEQUENCE.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER SEQUENCE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER SEQUENCE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_SERVER.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_SERVER.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_SERVER.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_SERVER.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER SERVER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER SERVER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_STATISTICS.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_STATISTICS.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_STATISTICS.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_STATISTICS.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER STATISTICS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER STATISTICS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_SUBSCRIPTION.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_SUBSCRIPTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_SUBSCRIPTION.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_SUBSCRIPTION.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER SUBSCRIPTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER SUBSCRIPTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_SYSTEM.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_SYSTEM.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_SYSTEM.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_SYSTEM.7 2022-11-07 22:01:00.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER SYSTEM" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER SYSTEM" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TABLE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TABLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TABLE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TABLE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TABLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TABLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TABLESPACE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TABLESPACE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TABLESPACE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TABLESPACE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TABLESPACE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TABLESPACE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TEXT SEARCH CONFIGURATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TEXT SEARCH CONFIGURATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TEXT SEARCH DICTIONARY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TEXT SEARCH DICTIONARY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_PARSER.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TEXT SEARCH PARSER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TEXT SEARCH PARSER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TEXT SEARCH TEMPLATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TEXT SEARCH TEMPLATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TRIGGER.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TRIGGER.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TRIGGER.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TRIGGER.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TRIGGER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TRIGGER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_TYPE.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_TYPE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_TYPE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_TYPE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER TYPE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER TYPE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_USER.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_USER.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_USER.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_USER.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER USER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER USER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_USER_MAPPING.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_USER_MAPPING.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_USER_MAPPING.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_USER_MAPPING.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER USER MAPPING" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER USER MAPPING" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ALTER_VIEW.7 postgresql-14-14.6/doc/src/sgml/man7/ALTER_VIEW.7 --- postgresql-14-14.5/doc/src/sgml/man7/ALTER_VIEW.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ALTER_VIEW.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ALTER VIEW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ALTER VIEW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ANALYZE.7 postgresql-14-14.6/doc/src/sgml/man7/ANALYZE.7 --- postgresql-14-14.5/doc/src/sgml/man7/ANALYZE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ANALYZE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ANALYZE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ANALYZE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -178,9 +178,9 @@ is the number of distinct values that appear in each column\&. Because only a subset of the rows are examined, this estimate can sometimes be quite inaccurate, even with the largest possible statistics target\&. If this inaccuracy leads to bad query plans, a more accurate value can be determined manually and then installed with \fBALTER TABLE \&.\&.\&. ALTER COLUMN \&.\&.\&. SET (n_distinct = \&.\&.\&.)\fR\&. .PP -If the table being analyzed has one or more children, +If the table being analyzed has inheritance children, \fBANALYZE\fR -will gather statistics twice: once on the rows of the parent table only, and a second time on the rows of the parent table with all of its children\&. This second set of statistics is needed when planning queries that traverse the entire inheritance tree\&. The autovacuum daemon, however, will only consider inserts or updates on the parent table itself when deciding whether to trigger an automatic analyze for that table\&. If that table is rarely inserted into or updated, the inheritance statistics will not be up to date unless you run +gathers two sets of statistics: one on the rows of the parent table only, and a second including rows of both the parent table and all of its children\&. This second set of statistics is needed when planning queries that process the inheritance tree as a whole\&. The child tables themselves are not individually analyzed in this case\&. The autovacuum daemon, however, will only consider inserts or updates on the parent table itself when deciding whether to trigger an automatic analyze for that table\&. If that table is rarely inserted into or updated, the inheritance statistics will not be up to date unless you run \fBANALYZE\fR manually\&. .PP @@ -188,10 +188,6 @@ \fBANALYZE\fR gathers statistics by sampling rows from all partitions; in addition, it will recurse into each partition and update its statistics\&. Each leaf partition is analyzed only once, even with multi\-level partitioning\&. No statistics are collected for only the parent table (without data from its partitions), because with partitioning it\*(Aqs guaranteed to be empty\&. .PP -By contrast, if the table being analyzed has inheritance children, -\fBANALYZE\fR -gathers two sets of statistics: one on the rows of the parent table only, and a second including rows of both the parent table and all of its children\&. This second set of statistics is needed when planning queries that process the inheritance tree as a whole\&. The child tables themselves are not individually analyzed in this case\&. -.PP The autovacuum daemon does not process partitioned tables, nor does it process inheritance parents if only the children are ever modified\&. It is usually necessary to periodically run a manual \fBANALYZE\fR to keep the statistics of the table hierarchy up to date\&. diff -Nru postgresql-14-14.5/doc/src/sgml/man7/BEGIN.7 postgresql-14-14.6/doc/src/sgml/man7/BEGIN.7 --- postgresql-14-14.5/doc/src/sgml/man7/BEGIN.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/BEGIN.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "BEGIN" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "BEGIN" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CALL.7 postgresql-14-14.6/doc/src/sgml/man7/CALL.7 --- postgresql-14-14.5/doc/src/sgml/man7/CALL.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CALL.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CALL" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CALL" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CHECKPOINT.7 postgresql-14-14.6/doc/src/sgml/man7/CHECKPOINT.7 --- postgresql-14-14.5/doc/src/sgml/man7/CHECKPOINT.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CHECKPOINT.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CHECKPOINT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CHECKPOINT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CLOSE.7 postgresql-14-14.6/doc/src/sgml/man7/CLOSE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CLOSE.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CLOSE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CLOSE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CLOSE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CLUSTER.7 postgresql-14-14.6/doc/src/sgml/man7/CLUSTER.7 --- postgresql-14-14.5/doc/src/sgml/man7/CLUSTER.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CLUSTER.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CLUSTER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CLUSTER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/COMMENT.7 postgresql-14-14.6/doc/src/sgml/man7/COMMENT.7 --- postgresql-14-14.5/doc/src/sgml/man7/COMMENT.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/COMMENT.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "COMMENT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "COMMENT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/COMMIT.7 postgresql-14-14.6/doc/src/sgml/man7/COMMIT.7 --- postgresql-14-14.5/doc/src/sgml/man7/COMMIT.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/COMMIT.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "COMMIT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "COMMIT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/COMMIT_PREPARED.7 postgresql-14-14.6/doc/src/sgml/man7/COMMIT_PREPARED.7 --- postgresql-14-14.5/doc/src/sgml/man7/COMMIT_PREPARED.7 2022-08-08 20:58:54.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/COMMIT_PREPARED.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "COMMIT PREPARED" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "COMMIT PREPARED" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/COPY.7 postgresql-14-14.6/doc/src/sgml/man7/COPY.7 --- postgresql-14-14.5/doc/src/sgml/man7/COPY.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/COPY.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "COPY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "COPY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_ACCESS_METHOD.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_ACCESS_METHOD.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_ACCESS_METHOD.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_ACCESS_METHOD.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE ACCESS METHOD" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE ACCESS METHOD" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_AGGREGATE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_AGGREGATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_AGGREGATE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_AGGREGATE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE AGGREGATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE AGGREGATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_CAST.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_CAST.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_CAST.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_CAST.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE CAST" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE CAST" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_COLLATION.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_COLLATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_COLLATION.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_COLLATION.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE COLLATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE COLLATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_CONVERSION.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_CONVERSION.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_CONVERSION.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_CONVERSION.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE CONVERSION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE CONVERSION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_DATABASE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_DATABASE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_DATABASE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_DATABASE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE DATABASE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE DATABASE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -33,7 +33,7 @@ .sp .nf CREATE DATABASE \fIname\fR - [ [ WITH ] [ OWNER [=] \fIuser_name\fR ] + [ WITH ] [ OWNER [=] \fIuser_name\fR ] [ TEMPLATE [=] \fItemplate\fR ] [ ENCODING [=] \fIencoding\fR ] [ LOCALE [=] \fIlocale\fR ] @@ -42,7 +42,7 @@ [ TABLESPACE [=] \fItablespace_name\fR ] [ ALLOW_CONNECTIONS [=] \fIallowconn\fR ] [ CONNECTION LIMIT [=] \fIconnlimit\fR ] - [ IS_TEMPLATE [=] \fIistemplate\fR ] ] + [ IS_TEMPLATE [=] \fIistemplate\fR ] .fi .SH "DESCRIPTION" .PP diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_DOMAIN.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_DOMAIN.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_DOMAIN.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_DOMAIN.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE DOMAIN" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE DOMAIN" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_EVENT_TRIGGER.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_EVENT_TRIGGER.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_EVENT_TRIGGER.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_EVENT_TRIGGER.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE EVENT TRIGGER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE EVENT TRIGGER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_EXTENSION.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_EXTENSION.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_EXTENSION.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_EXTENSION.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE EXTENSION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE EXTENSION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_FOREIGN_DATA_WRAPPER.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE FOREIGN DATA WRAPPER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE FOREIGN DATA WRAPPER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_FOREIGN_TABLE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE FOREIGN TABLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE FOREIGN TABLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_FUNCTION.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_FUNCTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_FUNCTION.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_FUNCTION.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE FUNCTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE FUNCTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_GROUP.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_GROUP.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_GROUP.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_GROUP.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE GROUP" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE GROUP" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_INDEX.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_INDEX.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_INDEX.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_INDEX.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE INDEX" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE INDEX" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -151,8 +151,9 @@ hash, gist, spgist, -gin, and -brin\&. The default method is +gin, +brin, or user\-installed access methods like +bloom\&. The default method is btree\&. .RE .PP diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_LANGUAGE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_LANGUAGE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_LANGUAGE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_LANGUAGE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE LANGUAGE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE LANGUAGE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_MATERIALIZED_VIEW.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_MATERIALIZED_VIEW.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_MATERIALIZED_VIEW.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_MATERIALIZED_VIEW.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_OPERATOR.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_OPERATOR.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_OPERATOR.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_OPERATOR.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE OPERATOR" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE OPERATOR" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_OPERATOR_CLASS.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE OPERATOR CLASS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE OPERATOR CLASS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_OPERATOR_FAMILY.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE OPERATOR FAMILY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE OPERATOR FAMILY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_POLICY.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_POLICY.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_POLICY.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_POLICY.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE POLICY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE POLICY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_PROCEDURE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_PROCEDURE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_PROCEDURE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_PROCEDURE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE PROCEDURE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE PROCEDURE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_PUBLICATION.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_PUBLICATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_PUBLICATION.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_PUBLICATION.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE PUBLICATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE PUBLICATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -123,7 +123,7 @@ .PP For an \fBINSERT \&.\&.\&. ON CONFLICT\fR -command, the publication will publish the operation that actually results from the command\&. So depending of the outcome, it may be published as either +command, the publication will publish the operation that results from the command\&. Depending on the outcome, it may be published as either \fBINSERT\fR or \fBUPDATE\fR, or it may not be published at all\&. diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_ROLE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_ROLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_ROLE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_ROLE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE ROLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE ROLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_RULE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_RULE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_RULE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_RULE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE RULE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE RULE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_SCHEMA.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_SCHEMA.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_SCHEMA.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_SCHEMA.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE SCHEMA" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE SCHEMA" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_SEQUENCE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_SEQUENCE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_SEQUENCE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_SEQUENCE.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE SEQUENCE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE SEQUENCE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -218,7 +218,7 @@ setting of 10, session A might reserve values 1\&.\&.10 and return \fBnextval\fR=1, then session B might reserve values 11\&.\&.20 and return \fBnextval\fR=11 before session A has generated -nextval=2\&. Thus, with a +\fBnextval\fR=2\&. Thus, with a \fIcache\fR setting of one it is safe to assume that \fBnextval\fR diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_SERVER.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_SERVER.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_SERVER.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_SERVER.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE SERVER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE SERVER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_STATISTICS.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_STATISTICS.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_STATISTICS.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_STATISTICS.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE STATISTICS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE STATISTICS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -88,7 +88,9 @@ .PP \fItable_name\fR .RS 4 -The name (optionally schema\-qualified) of the table containing the column(s) the statistics are computed on\&. +The name (optionally schema\-qualified) of the table containing the column(s) the statistics are computed on; see +\fBANALYZE\fR(7) +for an explanation of the handling of inheritance and partitions\&. .RE .SH "NOTES" .PP diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_SUBSCRIPTION.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_SUBSCRIPTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_SUBSCRIPTION.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_SUBSCRIPTION.7 2022-11-07 22:01:01.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE SUBSCRIPTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE SUBSCRIPTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TABLE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TABLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TABLE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TABLE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TABLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TABLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -927,7 +927,9 @@ \fBINSERT\fR operations pack table pages only to the indicated percentage; the remaining space on each page is reserved for updating rows on that page\&. This gives \fBUPDATE\fR -a chance to place the updated copy of a row on the same page as the original, which is more efficient than placing it on a different page\&. For a table whose entries are never updated, complete packing is the best choice, but in heavily updated tables smaller fillfactors are appropriate\&. This parameter cannot be set for TOAST tables\&. +a chance to place the updated copy of a row on the same page as the original, which is more efficient than placing it on a different page, and makes +heap\-only tuple updates +more likely\&. For a table whose entries are never updated, complete packing is the best choice, but in heavily updated tables smaller fillfactors are appropriate\&. This parameter cannot be set for TOAST tables\&. .RE .PP toast_tuple_target (integer) diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TABLE_AS.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TABLE_AS.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TABLE_AS.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TABLE_AS.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TABLE AS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TABLE AS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -84,9 +84,7 @@ .PP IF NOT EXISTS .RS 4 -Do not throw an error if a relation with the same name already exists\&. A notice is issued in this case\&. Refer to -CREATE TABLE (\fBCREATE_TABLE\fR(7)) -for details\&. +Do not throw an error if a relation with the same name already exists; simply issue a notice and leave the table unmodified\&. .RE .PP \fItable_name\fR diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TABLESPACE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TABLESPACE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TABLESPACE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TABLESPACE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TABLESPACE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TABLESPACE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TEXT SEARCH CONFIGURATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TEXT SEARCH CONFIGURATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TEXT SEARCH DICTIONARY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TEXT SEARCH DICTIONARY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_PARSER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TEXT SEARCH PARSER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TEXT SEARCH PARSER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TEXT SEARCH TEMPLATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TEXT SEARCH TEMPLATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TRANSFORM.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TRANSFORM.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TRANSFORM.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TRANSFORM.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TRANSFORM" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TRANSFORM" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TRIGGER.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TRIGGER.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TRIGGER.7 2022-08-08 20:58:55.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TRIGGER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TRIGGER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TRIGGER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_TYPE.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_TYPE.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_TYPE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_TYPE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE TYPE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE TYPE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_USER.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_USER.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_USER.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_USER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE USER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE USER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_USER_MAPPING.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_USER_MAPPING.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_USER_MAPPING.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_USER_MAPPING.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE USER MAPPING" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE USER MAPPING" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/CREATE_VIEW.7 postgresql-14-14.6/doc/src/sgml/man7/CREATE_VIEW.7 --- postgresql-14-14.5/doc/src/sgml/man7/CREATE_VIEW.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/CREATE_VIEW.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "CREATE VIEW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "CREATE VIEW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DEALLOCATE.7 postgresql-14-14.6/doc/src/sgml/man7/DEALLOCATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DEALLOCATE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DEALLOCATE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DEALLOCATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DEALLOCATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DECLARE.7 postgresql-14-14.6/doc/src/sgml/man7/DECLARE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DECLARE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DECLARE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DECLARE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DECLARE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DELETE.7 postgresql-14-14.6/doc/src/sgml/man7/DELETE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DELETE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DELETE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DELETE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DELETE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DISCARD.7 postgresql-14-14.6/doc/src/sgml/man7/DISCARD.7 --- postgresql-14-14.5/doc/src/sgml/man7/DISCARD.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DISCARD.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DISCARD" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DISCARD" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DO.7 postgresql-14-14.6/doc/src/sgml/man7/DO.7 --- postgresql-14-14.5/doc/src/sgml/man7/DO.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DO.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DO" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DO" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_ACCESS_METHOD.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_ACCESS_METHOD.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_ACCESS_METHOD.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_ACCESS_METHOD.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP ACCESS METHOD" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP ACCESS METHOD" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_AGGREGATE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_AGGREGATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_AGGREGATE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_AGGREGATE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP AGGREGATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP AGGREGATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_CAST.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_CAST.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_CAST.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_CAST.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP CAST" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP CAST" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_COLLATION.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_COLLATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_COLLATION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_COLLATION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP COLLATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP COLLATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_CONVERSION.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_CONVERSION.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_CONVERSION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_CONVERSION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP CONVERSION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP CONVERSION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_DATABASE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_DATABASE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_DATABASE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_DATABASE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP DATABASE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP DATABASE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_DOMAIN.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_DOMAIN.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_DOMAIN.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_DOMAIN.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP DOMAIN" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP DOMAIN" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_EVENT_TRIGGER.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_EVENT_TRIGGER.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_EVENT_TRIGGER.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_EVENT_TRIGGER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP EVENT TRIGGER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP EVENT TRIGGER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_EXTENSION.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_EXTENSION.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_EXTENSION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_EXTENSION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP EXTENSION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP EXTENSION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -37,7 +37,7 @@ .SH "DESCRIPTION" .PP \fBDROP EXTENSION\fR -removes extensions from the database\&. Dropping an extension causes its component objects, and other explicitly dependent routines (see +removes extensions from the database\&. Dropping an extension causes its member objects, and other explicitly dependent routines (see ALTER ROUTINE (\fBALTER_ROUTINE\fR(7)), the DEPENDS ON EXTENSION \fIextension_name\fR action), to be dropped as well\&. @@ -64,7 +64,7 @@ .PP RESTRICT .RS 4 -This option prevents the specified extensions from being dropped if there exist non\-extension\-member objects that depend on any of the extensions\&. This is the default\&. +This option prevents the specified extensions from being dropped if other objects, besides these extensions, their members, and their explicitly dependent routines, depend on them\&.\ \& This is the default\&. .RE .SH "EXAMPLES" .PP diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_FOREIGN_DATA_WRAPPER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP FOREIGN DATA WRAPPER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP FOREIGN DATA WRAPPER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_FOREIGN_TABLE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP FOREIGN TABLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP FOREIGN TABLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_FUNCTION.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_FUNCTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_FUNCTION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_FUNCTION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP FUNCTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP FUNCTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_GROUP.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_GROUP.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_GROUP.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_GROUP.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP GROUP" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP GROUP" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_INDEX.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_INDEX.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_INDEX.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_INDEX.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP INDEX" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP INDEX" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_LANGUAGE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_LANGUAGE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_LANGUAGE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_LANGUAGE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP LANGUAGE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP LANGUAGE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_MATERIALIZED_VIEW.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_MATERIALIZED_VIEW.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_MATERIALIZED_VIEW.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_MATERIALIZED_VIEW.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_OPERATOR.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_OPERATOR.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_OPERATOR.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_OPERATOR.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP OPERATOR" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP OPERATOR" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_OPERATOR_CLASS.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP OPERATOR CLASS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP OPERATOR CLASS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_OPERATOR_FAMILY.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP OPERATOR FAMILY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP OPERATOR FAMILY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_OWNED.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_OWNED.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_OWNED.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_OWNED.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP OWNED" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP OWNED" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_POLICY.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_POLICY.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_POLICY.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_POLICY.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP POLICY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP POLICY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_PROCEDURE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_PROCEDURE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_PROCEDURE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_PROCEDURE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP PROCEDURE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP PROCEDURE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_PUBLICATION.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_PUBLICATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_PUBLICATION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_PUBLICATION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP PUBLICATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP PUBLICATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_ROLE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_ROLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_ROLE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_ROLE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP ROLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP ROLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_ROUTINE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_ROUTINE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_ROUTINE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_ROUTINE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP ROUTINE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP ROUTINE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_RULE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_RULE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_RULE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_RULE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP RULE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP RULE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_SCHEMA.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_SCHEMA.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_SCHEMA.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_SCHEMA.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP SCHEMA" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP SCHEMA" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_SEQUENCE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_SEQUENCE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_SEQUENCE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_SEQUENCE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP SEQUENCE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP SEQUENCE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_SERVER.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_SERVER.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_SERVER.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_SERVER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP SERVER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP SERVER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_STATISTICS.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_STATISTICS.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_STATISTICS.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_STATISTICS.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP STATISTICS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP STATISTICS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_SUBSCRIPTION.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_SUBSCRIPTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_SUBSCRIPTION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_SUBSCRIPTION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP SUBSCRIPTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP SUBSCRIPTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TABLE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TABLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TABLE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TABLE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TABLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TABLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TABLESPACE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TABLESPACE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TABLESPACE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TABLESPACE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TABLESPACE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TABLESPACE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TEXT SEARCH CONFIGURATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TEXT SEARCH CONFIGURATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_DICTIONARY.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TEXT SEARCH DICTIONARY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TEXT SEARCH DICTIONARY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_PARSER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TEXT SEARCH PARSER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TEXT SEARCH PARSER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TEXT_SEARCH_TEMPLATE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TEXT SEARCH TEMPLATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TEXT SEARCH TEMPLATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TRANSFORM.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TRANSFORM.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TRANSFORM.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TRANSFORM.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TRANSFORM" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TRANSFORM" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TRIGGER.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TRIGGER.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TRIGGER.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TRIGGER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TRIGGER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TRIGGER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_TYPE.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_TYPE.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_TYPE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_TYPE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP TYPE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP TYPE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_USER.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_USER.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_USER.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_USER.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP USER" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP USER" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_USER_MAPPING.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_USER_MAPPING.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_USER_MAPPING.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_USER_MAPPING.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP USER MAPPING" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP USER MAPPING" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/DROP_VIEW.7 postgresql-14-14.6/doc/src/sgml/man7/DROP_VIEW.7 --- postgresql-14-14.5/doc/src/sgml/man7/DROP_VIEW.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/DROP_VIEW.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "DROP VIEW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "DROP VIEW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/END.7 postgresql-14-14.6/doc/src/sgml/man7/END.7 --- postgresql-14-14.5/doc/src/sgml/man7/END.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/END.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "END" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "END" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/EXECUTE.7 postgresql-14-14.6/doc/src/sgml/man7/EXECUTE.7 --- postgresql-14-14.5/doc/src/sgml/man7/EXECUTE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/EXECUTE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "EXECUTE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "EXECUTE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/EXPLAIN.7 postgresql-14-14.6/doc/src/sgml/man7/EXPLAIN.7 --- postgresql-14-14.5/doc/src/sgml/man7/EXPLAIN.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/EXPLAIN.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "EXPLAIN" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "EXPLAIN" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/FETCH.7 postgresql-14-14.6/doc/src/sgml/man7/FETCH.7 --- postgresql-14-14.5/doc/src/sgml/man7/FETCH.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/FETCH.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "FETCH" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "FETCH" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -32,9 +32,10 @@ .SH "SYNOPSIS" .sp .nf -FETCH [ \fIdirection\fR [ FROM | IN ] ] \fIcursor_name\fR +FETCH [ \fIdirection\fR ] [ FROM | IN ] \fIcursor_name\fR -where \fIdirection\fR can be empty or one of: +where \fIdirection\fR can +be one of: NEXT PRIOR diff -Nru postgresql-14-14.5/doc/src/sgml/man7/GRANT.7 postgresql-14-14.6/doc/src/sgml/man7/GRANT.7 --- postgresql-14-14.5/doc/src/sgml/man7/GRANT.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/GRANT.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "GRANT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "GRANT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/IMPORT_FOREIGN_SCHEMA.7 postgresql-14-14.6/doc/src/sgml/man7/IMPORT_FOREIGN_SCHEMA.7 --- postgresql-14-14.5/doc/src/sgml/man7/IMPORT_FOREIGN_SCHEMA.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/IMPORT_FOREIGN_SCHEMA.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "IMPORT FOREIGN SCHEMA" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "IMPORT FOREIGN SCHEMA" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/INSERT.7 postgresql-14-14.6/doc/src/sgml/man7/INSERT.7 --- postgresql-14-14.5/doc/src/sgml/man7/INSERT.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/INSERT.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "INSERT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "INSERT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/LISTEN.7 postgresql-14-14.6/doc/src/sgml/man7/LISTEN.7 --- postgresql-14-14.5/doc/src/sgml/man7/LISTEN.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/LISTEN.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "LISTEN" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "LISTEN" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/LOAD.7 postgresql-14-14.6/doc/src/sgml/man7/LOAD.7 --- postgresql-14-14.5/doc/src/sgml/man7/LOAD.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/LOAD.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "LOAD" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "LOAD" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/LOCK.7 postgresql-14-14.6/doc/src/sgml/man7/LOCK.7 --- postgresql-14-14.5/doc/src/sgml/man7/LOCK.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/LOCK.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "LOCK" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "LOCK" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/MOVE.7 postgresql-14-14.6/doc/src/sgml/man7/MOVE.7 --- postgresql-14-14.5/doc/src/sgml/man7/MOVE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/MOVE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "MOVE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "MOVE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -32,9 +32,10 @@ .SH "SYNOPSIS" .sp .nf -MOVE [ \fIdirection\fR [ FROM | IN ] ] \fIcursor_name\fR +MOVE [ \fIdirection\fR ] [ FROM | IN ] \fIcursor_name\fR -where \fIdirection\fR can be empty or one of: +where \fIdirection\fR can +be one of: NEXT PRIOR diff -Nru postgresql-14-14.5/doc/src/sgml/man7/NOTIFY.7 postgresql-14-14.6/doc/src/sgml/man7/NOTIFY.7 --- postgresql-14-14.5/doc/src/sgml/man7/NOTIFY.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/NOTIFY.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "NOTIFY" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "NOTIFY" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/PREPARE.7 postgresql-14-14.6/doc/src/sgml/man7/PREPARE.7 --- postgresql-14-14.5/doc/src/sgml/man7/PREPARE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/PREPARE.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PREPARE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PREPARE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/PREPARE_TRANSACTION.7 postgresql-14-14.6/doc/src/sgml/man7/PREPARE_TRANSACTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/PREPARE_TRANSACTION.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/PREPARE_TRANSACTION.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "PREPARE TRANSACTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "PREPARE TRANSACTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/REASSIGN_OWNED.7 postgresql-14-14.6/doc/src/sgml/man7/REASSIGN_OWNED.7 --- postgresql-14-14.5/doc/src/sgml/man7/REASSIGN_OWNED.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/REASSIGN_OWNED.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "REASSIGN OWNED" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "REASSIGN OWNED" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/REFRESH_MATERIALIZED_VIEW.7 postgresql-14-14.6/doc/src/sgml/man7/REFRESH_MATERIALIZED_VIEW.7 --- postgresql-14-14.5/doc/src/sgml/man7/REFRESH_MATERIALIZED_VIEW.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/REFRESH_MATERIALIZED_VIEW.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "REFRESH MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "REFRESH MATERIALIZED VIEW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/REINDEX.7 postgresql-14-14.6/doc/src/sgml/man7/REINDEX.7 --- postgresql-14-14.5/doc/src/sgml/man7/REINDEX.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/REINDEX.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "REINDEX" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "REINDEX" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 postgresql-14-14.6/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 --- postgresql-14-14.5/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/RELEASE_SAVEPOINT.7 2022-11-07 22:01:02.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "RELEASE SAVEPOINT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "RELEASE SAVEPOINT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/RESET.7 postgresql-14-14.6/doc/src/sgml/man7/RESET.7 --- postgresql-14-14.5/doc/src/sgml/man7/RESET.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/RESET.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "RESET" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "RESET" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/REVOKE.7 postgresql-14-14.6/doc/src/sgml/man7/REVOKE.7 --- postgresql-14-14.5/doc/src/sgml/man7/REVOKE.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/REVOKE.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "REVOKE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "REVOKE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ROLLBACK.7 postgresql-14-14.6/doc/src/sgml/man7/ROLLBACK.7 --- postgresql-14-14.5/doc/src/sgml/man7/ROLLBACK.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ROLLBACK.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ROLLBACK" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ROLLBACK" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ROLLBACK_PREPARED.7 postgresql-14-14.6/doc/src/sgml/man7/ROLLBACK_PREPARED.7 --- postgresql-14-14.5/doc/src/sgml/man7/ROLLBACK_PREPARED.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ROLLBACK_PREPARED.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ROLLBACK PREPARED" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ROLLBACK PREPARED" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 postgresql-14-14.6/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 --- postgresql-14-14.5/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/ROLLBACK_TO_SAVEPOINT.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "ROLLBACK TO SAVEPOINT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "ROLLBACK TO SAVEPOINT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SAVEPOINT.7 postgresql-14-14.6/doc/src/sgml/man7/SAVEPOINT.7 --- postgresql-14-14.5/doc/src/sgml/man7/SAVEPOINT.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SAVEPOINT.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SAVEPOINT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SAVEPOINT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SECURITY_LABEL.7 postgresql-14-14.6/doc/src/sgml/man7/SECURITY_LABEL.7 --- postgresql-14-14.5/doc/src/sgml/man7/SECURITY_LABEL.7 2022-08-08 20:58:56.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SECURITY_LABEL.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SECURITY LABEL" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SECURITY LABEL" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SELECT.7 postgresql-14-14.6/doc/src/sgml/man7/SELECT.7 --- postgresql-14-14.5/doc/src/sgml/man7/SELECT.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SELECT.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SELECT" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SELECT" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -59,7 +59,9 @@ [ LATERAL ] \fIfunction_name\fR ( [ \fIargument\fR [, \&.\&.\&.] ] ) AS ( \fIcolumn_definition\fR [, \&.\&.\&.] ) [ LATERAL ] ROWS FROM( \fIfunction_name\fR ( [ \fIargument\fR [, \&.\&.\&.] ] ) [ AS ( \fIcolumn_definition\fR [, \&.\&.\&.] ) ] [, \&.\&.\&.] ) [ WITH ORDINALITY ] [ [ AS ] \fIalias\fR [ ( \fIcolumn_alias\fR [, \&.\&.\&.] ) ] ] - \fIfrom_item\fR [ NATURAL ] \fIjoin_type\fR \fIfrom_item\fR [ ON \fIjoin_condition\fR | USING ( \fIjoin_column\fR [, \&.\&.\&.] ) [ AS \fIjoin_using_alias\fR ] ] + \fIfrom_item\fR \fIjoin_type\fR \fIfrom_item\fR { ON \fIjoin_condition\fR | USING ( \fIjoin_column\fR [, \&.\&.\&.] ) [ AS \fIjoin_using_alias\fR ] } + \fIfrom_item\fR NATURAL \fIjoin_type\fR \fIfrom_item\fR + \fIfrom_item\fR CROSS JOIN \fIfrom_item\fR and \fIgrouping_element\fR can be one of: @@ -689,26 +691,14 @@ FULL [ OUTER ] JOIN .RE .sp -.RS 4 -.ie n \{\ -\h'-04'\(bu\h'+03'\c -.\} -.el \{\ -.sp -1 -.IP \(bu 2.3 -.\} -CROSS JOIN -.RE -.sp For the INNER and OUTER join types, a join condition must be specified, namely exactly one of -NATURAL, -ON \fIjoin_condition\fR, or -USING (\fIjoin_column\fR [, \&.\&.\&.])\&. See below for the meaning\&. For -CROSS JOIN, none of these clauses can appear\&. +ON \fIjoin_condition\fR, +USING (\fIjoin_column\fR [, \&.\&.\&.]), or +NATURAL\&. See below for the meaning\&. .sp A JOIN @@ -721,16 +711,9 @@ JOINs nest left\-to\-right\&. In any case JOIN binds more tightly than the commas separating -FROM\-list items\&. -.sp -CROSS JOIN -and -INNER JOIN -produce a simple Cartesian product, the same result as you get from listing the two tables at the top level of -FROM, but restricted by the join condition (if any)\&. -CROSS JOIN -is equivalent to -INNER JOIN ON (TRUE), that is, no rows are removed by qualification\&. These join types are just a notational convenience, since they do nothing you couldn\*(Aqt do with plain +FROM\-list items\&. All the +JOIN +options are just a notational convenience, since they do nothing you couldn\*(Aqt do with plain FROM and WHERE\&. @@ -791,6 +774,14 @@ ON TRUE\&. .RE .PP +CROSS JOIN +.RS 4 +CROSS JOIN +is equivalent to +INNER JOIN ON (TRUE), that is, no rows are removed by qualification\&. They produce a simple Cartesian product, the same result as you get from listing the two tables at the top level of +FROM, but restricted by the join condition (if any)\&. +.RE +.PP LATERAL .RS 4 The @@ -2072,8 +2063,7 @@ .\} .nf SELECT f\&.title, f\&.did, d\&.name, f\&.date_prod, f\&.kind - FROM distributors d, films f - WHERE f\&.did = d\&.did + FROM distributors d JOIN films f USING (did); title | did | name | date_prod | kind \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SELECT_INTO.7 postgresql-14-14.6/doc/src/sgml/man7/SELECT_INTO.7 --- postgresql-14-14.5/doc/src/sgml/man7/SELECT_INTO.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SELECT_INTO.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SELECT INTO" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SELECT INTO" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SET.7 postgresql-14-14.6/doc/src/sgml/man7/SET.7 --- postgresql-14-14.5/doc/src/sgml/man7/SET.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SET.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SET" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SET" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -33,7 +33,7 @@ .sp .nf SET [ SESSION | LOCAL ] \fIconfiguration_parameter\fR { TO | = } { \fIvalue\fR | \*(Aq\fIvalue\fR\*(Aq | DEFAULT } -SET [ SESSION | LOCAL ] TIME ZONE { \fItimezone\fR | LOCAL | DEFAULT } +SET [ SESSION | LOCAL ] TIME ZONE { \fIvalue\fR | \*(Aq\fIvalue\fR\*(Aq | LOCAL | DEFAULT } .fi .SH "DESCRIPTION" .PP @@ -185,9 +185,9 @@ .PP TIME ZONE .RS 4 -SET TIME ZONE \fIvalue\fR +SET TIME ZONE \*(Aq\fIvalue\fR\*(Aq is an alias for -SET timezone TO \fIvalue\fR\&. The syntax +SET timezone TO \*(Aq\fIvalue\fR\*(Aq\&. The syntax SET TIME ZONE allows special syntax for the time zone specification\&. Here are examples of valid values: .PP @@ -225,7 +225,8 @@ would report <\-07>+07\&. .sp -See +Time zone abbreviations are not supported by +\fBSET\fR; see Section\ \&8.5.3 for more information about time zones\&. .RE diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SET_CONSTRAINTS.7 postgresql-14-14.6/doc/src/sgml/man7/SET_CONSTRAINTS.7 --- postgresql-14-14.5/doc/src/sgml/man7/SET_CONSTRAINTS.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SET_CONSTRAINTS.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SET CONSTRAINTS" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SET CONSTRAINTS" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SET_ROLE.7 postgresql-14-14.6/doc/src/sgml/man7/SET_ROLE.7 --- postgresql-14-14.5/doc/src/sgml/man7/SET_ROLE.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SET_ROLE.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SET ROLE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SET ROLE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 postgresql-14-14.6/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 --- postgresql-14-14.5/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SET_SESSION_AUTHORIZATION.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SET SESSION AUTHORIZATION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SET SESSION AUTHORIZATION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SET_TRANSACTION.7 postgresql-14-14.6/doc/src/sgml/man7/SET_TRANSACTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/SET_TRANSACTION.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SET_TRANSACTION.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SET TRANSACTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SET TRANSACTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -126,7 +126,7 @@ Section\ \&9.27.5)\&. That function returns a snapshot identifier, which must be given to SET TRANSACTION SNAPSHOT to specify which snapshot is to be imported\&. The identifier must be written as a string literal in this command, for example -\*(Aq000003A1\-1\*(Aq\&. +\*(Aq00000003\-0000001B\-1\*(Aq\&. SET TRANSACTION SNAPSHOT can only be executed at the start of a transaction, before the first query or data\-modification statement (\fBSELECT\fR, \fBINSERT\fR, diff -Nru postgresql-14-14.5/doc/src/sgml/man7/SHOW.7 postgresql-14-14.6/doc/src/sgml/man7/SHOW.7 --- postgresql-14-14.5/doc/src/sgml/man7/SHOW.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/SHOW.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "SHOW" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "SHOW" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/START_TRANSACTION.7 postgresql-14-14.6/doc/src/sgml/man7/START_TRANSACTION.7 --- postgresql-14-14.5/doc/src/sgml/man7/START_TRANSACTION.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/START_TRANSACTION.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "START TRANSACTION" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "START TRANSACTION" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/TRUNCATE.7 postgresql-14-14.6/doc/src/sgml/man7/TRUNCATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/TRUNCATE.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/TRUNCATE.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "TRUNCATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "TRUNCATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/UNLISTEN.7 postgresql-14-14.6/doc/src/sgml/man7/UNLISTEN.7 --- postgresql-14-14.5/doc/src/sgml/man7/UNLISTEN.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/UNLISTEN.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "UNLISTEN" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "UNLISTEN" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/UPDATE.7 postgresql-14-14.6/doc/src/sgml/man7/UPDATE.7 --- postgresql-14-14.5/doc/src/sgml/man7/UPDATE.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/UPDATE.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "UPDATE" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "UPDATE" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/VACUUM.7 postgresql-14-14.6/doc/src/sgml/man7/VACUUM.7 --- postgresql-14-14.5/doc/src/sgml/man7/VACUUM.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/VACUUM.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "VACUUM" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "VACUUM" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/man7/VALUES.7 postgresql-14-14.6/doc/src/sgml/man7/VALUES.7 --- postgresql-14-14.5/doc/src/sgml/man7/VALUES.7 2022-08-08 20:58:57.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/man7/VALUES.7 2022-11-07 22:01:03.000000000 +0000 @@ -3,11 +3,11 @@ .\" Author: The PostgreSQL Global Development Group .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2022 -.\" Manual: PostgreSQL 14.5 Documentation -.\" Source: PostgreSQL 14.5 +.\" Manual: PostgreSQL 14.6 Documentation +.\" Source: PostgreSQL 14.6 .\" Language: English .\" -.TH "VALUES" "7" "2022" "PostgreSQL 14.5" "PostgreSQL 14.5 Documentation" +.TH "VALUES" "7" "2022" "PostgreSQL 14.6" "PostgreSQL 14.6 Documentation" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru postgresql-14-14.5/doc/src/sgml/monitoring.sgml postgresql-14-14.6/doc/src/sgml/monitoring.sgml --- postgresql-14-14.5/doc/src/sgml/monitoring.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/monitoring.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -4153,7 +4153,7 @@ n_tup_upd bigint - Number of rows updated (includes HOT updated rows) + Number of rows updated (includes HOT updated rows) @@ -5180,6 +5180,17 @@ + + + Using pg_stat_reset() also resets counters that + autovacuum uses to determine when to trigger a vacuum or an analyze. + Resetting these counters can cause autovacuum to not perform necessary + work, which can cause problems such as table bloat or out-dated + table statistics. A database-wide ANALYZE is + recommended after the statistics have been reset. + + + pg_stat_get_activity, the underlying function of the pg_stat_activity view, returns a set of records diff -Nru postgresql-14-14.5/doc/src/sgml/parallel.sgml postgresql-14-14.6/doc/src/sgml/parallel.sgml --- postgresql-14-14.5/doc/src/sgml/parallel.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/parallel.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -272,8 +272,9 @@ In a parallel sequential scan, the table's blocks will - be divided among the cooperating processes. Blocks are handed out one - at a time, so that access to the table remains sequential. + be divided into ranges and shared among the cooperating processes. Each + worker process will complete the scanning of its given range of blocks before + requesting an additional range of blocks. diff -Nru postgresql-14-14.5/doc/src/sgml/pgcrypto.sgml postgresql-14-14.6/doc/src/sgml/pgcrypto.sgml --- postgresql-14-14.5/doc/src/sgml/pgcrypto.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/pgcrypto.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -1139,8 +1139,9 @@ gen_random_uuid() returns uuid - Returns a version 4 (random) UUID. (Obsolete, this function is now also - included in core PostgreSQL.) + Returns a version 4 (random) UUID. (Obsolete, this function + internally calls the core + function of the same name.)
    diff -Nru postgresql-14-14.5/doc/src/sgml/queries.sgml postgresql-14-14.6/doc/src/sgml/queries.sgml --- postgresql-14-14.5/doc/src/sgml/queries.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/queries.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -2172,9 +2172,8 @@ - Strictly speaking, this process is iteration not recursion, but - RECURSIVE is the terminology chosen by the SQL standards - committee. + While RECURSIVE allows queries to be specified + recursively, internally such queries are evaluated iteratively. @@ -2195,7 +2194,7 @@ WITH RECURSIVE included_parts(sub_part, part, quantity) AS ( SELECT sub_part, part, quantity FROM parts WHERE part = 'our_product' UNION ALL - SELECT p.sub_part, p.part, p.quantity + SELECT p.sub_part, p.part, p.quantity * pr.quantity FROM included_parts pr, parts p WHERE p.part = pr.sub_part ) diff -Nru postgresql-14-14.5/doc/src/sgml/query.sgml postgresql-14-14.6/doc/src/sgml/query.sgml --- postgresql-14-14.5/doc/src/sgml/query.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/query.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -726,19 +726,20 @@ which gives us one output row per city. Each aggregate result is computed over the table rows matching that city. We can filter these grouped - rows using HAVING: + rows using HAVING and the output count using + FILTER: -SELECT city, max(temp_lo) +SELECT city, max(temp_lo), count(*) FILTER (WHERE temp_lo < 30) FROM weather GROUP BY city HAVING max(temp_lo) < 40; - city | max ----------+----- - Hayward | 37 + city | max | count +---------+-----+------- + Hayward | 37 | 5 (1 row) @@ -748,7 +749,7 @@ names begin with S, we might do: -SELECT city, max(temp_lo) +SELECT city, max(temp_lo), count(*) FILTER (WHERE temp_lo < 30) FROM weather WHERE city LIKE 'S%' -- GROUP BY city diff -Nru postgresql-14-14.5/doc/src/sgml/ref/analyze.sgml postgresql-14-14.6/doc/src/sgml/ref/analyze.sgml --- postgresql-14-14.5/doc/src/sgml/ref/analyze.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/analyze.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -250,12 +250,13 @@ - If the table being analyzed has one or more children, - ANALYZE will gather statistics twice: once on the - rows of the parent table only, and a second time on the rows of the - parent table with all of its children. This second set of statistics - is needed when planning queries that traverse the entire inheritance - tree. The autovacuum daemon, however, will only consider inserts or + If the table being analyzed has inheritance children, + ANALYZE gathers two sets of statistics: one on the rows + of the parent table only, and a second including rows of both the parent + table and all of its children. This second set of statistics is needed when + planning queries that process the inheritance tree as a whole. The child + tables themselves are not individually analyzed in this case. + The autovacuum daemon, however, will only consider inserts or updates on the parent table itself when deciding whether to trigger an automatic analyze for that table. If that table is rarely inserted into or updated, the inheritance statistics will not be up to date unless you @@ -272,15 +273,6 @@ - By contrast, if the table being analyzed has inheritance children, - ANALYZE gathers two sets of statistics: one on the rows - of the parent table only, and a second including rows of both the parent - table and all of its children. This second set of statistics is needed when - planning queries that process the inheritance tree as a whole. The child - tables themselves are not individually analyzed in this case. - - - The autovacuum daemon does not process partitioned tables, nor does it process inheritance parents if only the children are ever modified. It is usually necessary to periodically run a manual diff -Nru postgresql-14-14.5/doc/src/sgml/ref/create_database.sgml postgresql-14-14.6/doc/src/sgml/ref/create_database.sgml --- postgresql-14-14.5/doc/src/sgml/ref/create_database.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/create_database.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -22,7 +22,7 @@ CREATE DATABASE name - [ [ WITH ] [ OWNER [=] user_name ] + [ WITH ] [ OWNER [=] user_name ] [ TEMPLATE [=] template ] [ ENCODING [=] encoding ] [ LOCALE [=] locale ] @@ -31,7 +31,7 @@ [ TABLESPACE [=] tablespace_name ] [ ALLOW_CONNECTIONS [=] allowconn ] [ CONNECTION LIMIT [=] connlimit ] - [ IS_TEMPLATE [=] istemplate ] ] + [ IS_TEMPLATE [=] istemplate ] diff -Nru postgresql-14-14.5/doc/src/sgml/ref/create_index.sgml postgresql-14-14.6/doc/src/sgml/ref/create_index.sgml --- postgresql-14-14.5/doc/src/sgml/ref/create_index.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/create_index.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -234,8 +234,9 @@ The name of the index method to be used. Choices are btree, hash, - gist, spgist, gin, and - brin. + gist, spgist, gin, + brin, or user-installed access methods like + bloom. The default method is btree. diff -Nru postgresql-14-14.5/doc/src/sgml/ref/create_publication.sgml postgresql-14-14.6/doc/src/sgml/ref/create_publication.sgml --- postgresql-14-14.5/doc/src/sgml/ref/create_publication.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/create_publication.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -184,8 +184,8 @@ For an INSERT ... ON CONFLICT command, the publication will - publish the operation that actually results from the command. So depending - of the outcome, it may be published as either INSERT or + publish the operation that results from the command. Depending + on the outcome, it may be published as either INSERT or UPDATE, or it may not be published at all. diff -Nru postgresql-14-14.5/doc/src/sgml/ref/create_sequence.sgml postgresql-14-14.6/doc/src/sgml/ref/create_sequence.sgml --- postgresql-14-14.5/doc/src/sgml/ref/create_sequence.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/create_sequence.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -288,7 +288,7 @@ session A might reserve values 1..10 and return nextval=1, then session B might reserve values 11..20 and return nextval=11 before session A - has generated nextval=2. Thus, with a + has generated nextval=2. Thus, with a cache setting of one it is safe to assume that nextval values are generated sequentially; with a The name (optionally schema-qualified) of the table containing the - column(s) the statistics are computed on. + column(s) the statistics are computed on; see for an explanation of the handling of + inheritance and partitions. diff -Nru postgresql-14-14.5/doc/src/sgml/ref/create_table_as.sgml postgresql-14-14.6/doc/src/sgml/ref/create_table_as.sgml --- postgresql-14-14.5/doc/src/sgml/ref/create_table_as.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/create_table_as.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -100,9 +100,8 @@ IF NOT EXISTS - Do not throw an error if a relation with the same name already exists. - A notice is issued in this case. Refer to - for details. + Do not throw an error if a relation with the same name already + exists; simply issue a notice and leave the table unmodified. diff -Nru postgresql-14-14.5/doc/src/sgml/ref/create_table.sgml postgresql-14-14.6/doc/src/sgml/ref/create_table.sgml --- postgresql-14-14.5/doc/src/sgml/ref/create_table.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/create_table.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -1394,7 +1394,9 @@ to the indicated percentage; the remaining space on each page is reserved for updating rows on that page. This gives UPDATE a chance to place the updated copy of a row on the same page as the - original, which is more efficient than placing it on a different page. + original, which is more efficient than placing it on a different + page, and makes heap-only tuple + updates more likely. For a table whose entries are never updated, complete packing is the best choice, but in heavily updated tables smaller fillfactors are appropriate. This parameter cannot be set for TOAST tables. diff -Nru postgresql-14-14.5/doc/src/sgml/ref/drop_extension.sgml postgresql-14-14.6/doc/src/sgml/ref/drop_extension.sgml --- postgresql-14-14.5/doc/src/sgml/ref/drop_extension.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/drop_extension.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -30,7 +30,7 @@ DROP EXTENSION removes extensions from the database. - Dropping an extension causes its component objects, and other explicitly + Dropping an extension causes its member objects, and other explicitly dependent routines (see , the DEPENDS ON EXTENSION extension_name action), to be dropped as well. @@ -80,9 +80,9 @@ RESTRICT - This option prevents the specified extensions from being dropped - if there exist non-extension-member objects that depend on any - of the extensions. This is the default. + This option prevents the specified extensions from being dropped if + other objects, besides these extensions, their members, and their + explicitly dependent routines, depend on them.  This is the default. diff -Nru postgresql-14-14.5/doc/src/sgml/ref/fetch.sgml postgresql-14-14.6/doc/src/sgml/ref/fetch.sgml --- postgresql-14-14.5/doc/src/sgml/ref/fetch.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/fetch.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -27,9 +27,10 @@ -FETCH [ direction [ FROM | IN ] ] cursor_name +FETCH [ direction ] [ FROM | IN ] cursor_name -where direction can be empty or one of: +where direction can +be one of: NEXT PRIOR diff -Nru postgresql-14-14.5/doc/src/sgml/ref/move.sgml postgresql-14-14.6/doc/src/sgml/ref/move.sgml --- postgresql-14-14.5/doc/src/sgml/ref/move.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/move.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -27,9 +27,10 @@ -MOVE [ direction [ FROM | IN ] ] cursor_name +MOVE [ direction ] [ FROM | IN ] cursor_name -where direction can be empty or one of: +where direction can +be one of: NEXT PRIOR diff -Nru postgresql-14-14.5/doc/src/sgml/ref/select.sgml postgresql-14-14.6/doc/src/sgml/ref/select.sgml --- postgresql-14-14.5/doc/src/sgml/ref/select.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/select.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -59,7 +59,9 @@ [ LATERAL ] function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] ) [ LATERAL ] ROWS FROM( function_name ( [ argument [, ...] ] ) [ AS ( column_definition [, ...] ) ] [, ...] ) [ WITH ORDINALITY ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ] - from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ( join_column [, ...] ) [ AS join_using_alias ] ] + from_item join_type from_item { ON join_condition | USING ( join_column [, ...] ) [ AS join_using_alias ] } + from_item NATURAL join_type from_item + from_item CROSS JOIN from_item and grouping_element can be one of: @@ -600,19 +602,15 @@ FULL [ OUTER ] JOIN - - CROSS JOIN - For the INNER and OUTER join types, a join condition must be specified, namely exactly one of - NATURAL, ON join_condition, or + ON join_condition, USING (join_column [, ...]). - See below for the meaning. For CROSS JOIN, - none of these clauses can appear. + class="parameter">join_column [, ...]), + or NATURAL. See below for the meaning. @@ -623,17 +621,9 @@ In the absence of parentheses, JOINs nest left-to-right. In any case JOIN binds more tightly than the commas separating FROM-list items. - - - CROSS JOIN and INNER JOIN - produce a simple Cartesian product, the same result as you get from - listing the two tables at the top level of FROM, - but restricted by the join condition (if any). - CROSS JOIN is equivalent to INNER JOIN ON - (TRUE), that is, no rows are removed by qualification. - These join types are just a notational convenience, since they - do nothing you couldn't do with plain FROM and - WHERE. + All the JOIN options are just a notational + convenience, since they do nothing you couldn't do with plain + FROM and WHERE. LEFT OUTER JOIN returns all rows in the qualified @@ -715,6 +705,19 @@ + CROSS JOIN + + + CROSS JOIN is equivalent to INNER JOIN ON + (TRUE), that is, no rows are removed by qualification. + They produce a simple Cartesian product, the same result as you get from + listing the two tables at the top level of FROM, + but restricted by the join condition (if any). + + + + + LATERAL @@ -1754,8 +1757,7 @@ SELECT f.title, f.did, d.name, f.date_prod, f.kind - FROM distributors d, films f - WHERE f.did = d.did + FROM distributors d JOIN films f USING (did); title | did | name | date_prod | kind -------------------+-----+--------------+------------+---------- diff -Nru postgresql-14-14.5/doc/src/sgml/ref/set.sgml postgresql-14-14.6/doc/src/sgml/ref/set.sgml --- postgresql-14-14.5/doc/src/sgml/ref/set.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/set.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -22,7 +22,7 @@ SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT } -SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT } +SET [ SESSION | LOCAL ] TIME ZONE { value | 'value' | LOCAL | DEFAULT } @@ -190,8 +190,8 @@ TIME ZONE - SET TIME ZONE value is an alias - for SET timezone TO value. The + SET TIME ZONE 'value' is an alias + for SET timezone TO 'value'. The syntax SET TIME ZONE allows special syntax for the time zone specification. Here are examples of valid values: @@ -252,7 +252,8 @@ - See for more information + Time zone abbreviations are not supported by SET; + see for more information about time zones. diff -Nru postgresql-14-14.5/doc/src/sgml/ref/set_transaction.sgml postgresql-14-14.6/doc/src/sgml/ref/set_transaction.sgml --- postgresql-14-14.5/doc/src/sgml/ref/set_transaction.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/ref/set_transaction.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -164,7 +164,7 @@ snapshot identifier, which must be given to SET TRANSACTION SNAPSHOT to specify which snapshot is to be imported. The identifier must be written as a string literal in this command, for example - '000003A1-1'. + '00000003-0000001B-1'. SET TRANSACTION SNAPSHOT can only be executed at the start of a transaction, before the first query or data-modification statement (SELECT, diff -Nru postgresql-14-14.5/doc/src/sgml/release-14.sgml postgresql-14-14.6/doc/src/sgml/release-14.sgml --- postgresql-14-14.5/doc/src/sgml/release-14.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/release-14.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -1,6 +1,1043 @@ + + Release 14.6 + + + Release date: + 2022-11-10 + + + + This release contains a variety of fixes from 14.5. + For information about new features in major release 14, see + . + + + + Migration to Version 14.6 + + + A dump/restore is not required for those running 14.X. + + + + However, if you are upgrading from a version earlier than 14.4, + see . + + + + + Changes + + + + + + + Avoid rare PANIC during updates occurring concurrently + with VACUUM (Tom Lane, Jeff Davis) + + + + If a concurrent VACUUM sets the all-visible flag + bit in a page that UPDATE + or DELETE is in process of modifying, the + updating command needs to clear that bit again; but some code paths + failed to do so, ending in a PANIC exit and database restart. + + + + This is known to be possible in versions 14 and 15. It may be only + latent in previous branches. + + + + + + + Fix handling of DEFAULT tokens that appear + in a multi-row VALUES clause of an + INSERT on an updatable view (Tom Lane) + + + + This oversight could lead to cache lookup failed for + type errors, or in older branches even to crashes. + + + + + + + Disallow rules named _RETURN that are + not ON SELECT (Tom Lane) + + + + This avoids confusion between a view's ON SELECT + rule and any other rules it may have. + + + + + + + Fix resource management bug in saving tuples + for AFTER triggers (Tom Lane) + + + + Given the right circumstances, this manifested as a tupdesc + reference NNNN is not owned by resource + owner error followed by a PANIC exit. + + + + + + + Avoid failure in EXPLAIN VERBOSE for a query + using SEARCH BREADTH FIRST with constant + initial values (Tom Lane) + + + + + + + Fix construction of per-partition foreign key constraints while + doing ALTER TABLE ATTACH PARTITION + (Jehan-Guillaume de Rorthais, Álvaro Herrera) + + + + Previously, incorrect or duplicate constraints could be constructed + for the newly-added partition. + + + + + + + Fix generation of constraint names for per-partition foreign key + constraints (Jehan-Guillaume de Rorthais) + + + + If the initially-given name is already in use for some constraint of + the partition, a new one is selected; but it wasn't being spelled as + intended. + + + + + + + Fix incorrect matching of index expressions and predicates when + creating a partitioned index (Richard Guo, Tom Lane) + + + + While creating a partitioned index, we try to identify any existing + indexes on the partitions that match the partitioned index, so that + we can absorb those as child indexes instead of building new ones. + Matching of expressions was not done right, so that a usable child + index might be ignored, leading to creation of a duplicative index. + + + + + + + Prevent WAL corruption after a standby promotion (Dilip Kumar, + Robert Haas) + + + + When a PostgreSQL instance performing + archive recovery (but not using standby mode) is promoted, and the + last WAL segment that it attempted to read ended in a partial + record, the instance would write an invalid WAL segment on the new + timeline. + + + + + + + Fix mis-ordering of WAL operations in fast insert path for GIN + indexes (Matthias van de Meent, Zhang Mingli) + + + + This mistake is not known to have any negative consequences within + core PostgreSQL, but it did cause issues + for some extensions. + + + + + + + Fix bugs in logical decoding when replay starts from a point + between the beginning of a transaction and the beginning of its + subtransaction (Masahiko Sawada, Kuroda Hayato) + + + + These errors could lead to assertion failures in debug builds, and + otherwise to memory leaks. + + + + + + + Prevent examining system catalogs with the wrong snapshot during + logical decoding (Masahiko Sawada) + + + + If decoding begins partway through a transaction that modifies + system catalogs, the decoder may not recognize that, causing it to + fail to treat that transaction as in-progress for catalog lookups. + + + + + + + Accept interrupts in more places during logical decoding (Amit + Kapila, Masahiko Sawada) + + + + This ameliorates problems with slow shutdown of replication workers. + + + + + + + Prevent attempts to replicate into a foreign-table partition in + replication workers (Shi Yu, Tom Lane) + + + + Although partitioned tables can have foreign tables as partitions, + replicating into such a partition isn't currently supported. + The logical replication worker process would crash if it was + attempted. Now, an error is thrown. + + + + + + + Remove pointless check on replica identity setting of partitioned + tables (Hou Zhijie) + + + + What matters is the replica identity setting of the leaf partitions, + so there's no need to throw error if it's not set on the parent. + + + + + + + Avoid crash after function syntax error in replication workers + (Maxim Orlov, Anton Melnikov, Masahiko Sawada, Tom Lane) + + + + If a syntax error occurred in a SQL-language or PL/pgSQL-language + CREATE FUNCTION or DO command + executed in a logical replication worker, the worker process would + crash with a null pointer dereference or assertion failure. + + + + + + + Fix handling of read-write expanded datums that are passed to SQL + functions (Tom Lane) + + + + If a non-inlined SQL function uses a parameter in more than one + place, and one of those functions expects to be able to modify + read-write datums in place, then later uses of the parameter would + observe the wrong value. (Within + core PostgreSQL, the expanded-datum + mechanism is only used for array and composite-type values; but + extensions might use it for other structured types.) + + + + + + + Fix type circle's equality comparator to handle NaNs + properly (Ranier Vilela) + + + + If the left-hand circle had a floating-point NaN for its radius, + it would be considered equal to a circle with the same center and + any radius. + + + + + + + In Snowball dictionaries, don't try to stem excessively-long words + (Olly Betts, Tom Lane) + + + + If the input word exceeds 1000 bytes, return it as-is after case + folding, rather than trying to run it through the Snowball code. + This restriction protects against a known + recursion-to-stack-overflow problem in the Turkish stemmer, and it + seems like good insurance against any other safety or performance + issues that may exist in the Snowball stemmers. Such a long string + is surely not a word in any human language, so it's doubtful that + the stemmer would have done anything desirable with it anyway. + + + + + + + Fix use-after-free hazard in string comparisons (Tom Lane) + + + + Improper memory management in the string comparison functions + could result in scribbling on no-longer-allocated buffers, + potentially breaking things for whatever is using that memory + now. This would only happen with fairly long strings (more than + 1kB), and only if an ICU collation is in use. + + + + + + + Add plan-time check for attempted access to a table that has no + table access method (Tom Lane) + + + + This prevents a crash in some catalog-corruption scenarios, for + example use of a view whose ON SELECT rule is + missing. + + + + + + + Prevent postmaster crash when shared-memory state is corrupted + (Tom Lane) + + + + The postmaster process is supposed to survive and initiate a + database restart if shared memory becomes corrupted, but one + bit of code was being insufficiently cautious about that. + + + + + + + Add some more defenses against recursion till stack overrun + (Richard Guo, Tom Lane) + + + + + + + Avoid misbehavior when choosing hash table size with very + small work_mem and large tuples (Zhang Mingli) + + + + + + + Avoid long-term memory leakage in the autovacuum launcher process + (Reid Thompson) + + + + The lack of field reports suggests that this problem is only latent + in pre-v15 branches; but it's not very clear why, so back-patch the + fix anyway. + + + + + + + Improve PL/pgSQL's ability to handle + parameters declared as RECORD (Tom Lane) + + + + Build a separate function cache entry for each concrete type passed + to the RECORD parameter during a session, much as we do + for polymorphic parameters. This allows some usages to work that + previously failed with errors such as type of parameter does + not match that when preparing the plan. + + + + + + + In libpq, handle single-row mode + correctly when pipelining (Denis Laxalde) + + + + The single-row flag was not reset at the correct time if pipeline + mode was also active. + + + + + + + Add missing guards for NULL connection pointer + in libpq (Daniele Varrazzo, Tom Lane) + + + + There's a convention that libpq functions + should check for a NULL PGconn argument, and fail gracefully instead + of crashing. PQflush() + and PQisnonblocking() didn't get that memo, so + fix them. + + + + + + + In ecpg, fix omission of variable storage + classes when multiple varchar or bytea + variables are declared in the same declaration (Andrey Sokolov) + + + + For example, ecpg + translated static varchar str1[10], str2[20], + str3[30]; in such a way that only str1 + was marked static. + + + + + + + Allow cross-platform tablespace relocation + in pg_basebackup (Robert Haas) + + + + Allow the remote path in to be + either a Unix-style or Windows-style absolute path, since the source + server could be on a different OS than the local system. + + + + + + + In pg_stat_statements, fix access to + already-freed memory (zhaoqigui) + + + + This occurred if pg_stat_statements + tracked a ROLLBACK command issued via extended + query protocol. In debug builds it consistently led to an assertion + failure. In production builds there would often be no visible ill + effect; but if the freed memory had already been reused, the likely + result would be to store garbage for the query string. + + + + + + + In postgres_fdw, ensure that target lists + constructed for EvalPlanQual plans will have all required columns + (Richard Guo, Etsuro Fujita) + + + + This avoids variable not found in subplan target list + errors in rare cases. + + + + + + + Reject unwanted output from the platform's + uuid_create() function (Nazir Bilal Yavuz) + + + + The uuid-ossp module expects + libc's uuid_create() to produce a version-1 + UUID, but recent NetBSD releases produce a version-4 (random) UUID + instead. Check for that, and complain if so. Drop the + documentation's claim that the NetBSD implementation is usable + for uuid-ossp. + (If a version-4 UUID is okay for your purposes, you don't + need uuid-ossp at all; just + use gen_random_uuid().) + + + + + + + Include new Perl test modules in standard installations + (Álvaro Herrera) + + + + Add PostgreSQL/Test/Cluster.pm and + PostgreSQL/Test/Utils.pm to the standard + installation file set in pre-version-15 branches. This is for the + benefit of extensions that want to use newly-written test code in + older branches. + + + + + + + On NetBSD, force dynamic symbol resolution at postmaster start + (Andres Freund, Tom Lane) + + + + This avoids a risk of deadlock in the dynamic linker on NetBSD 10. + + + + + + + Fix incompatibilities with LLVM 15 (Thomas Munro, Andres Freund) + + + + + + + Allow use of __sync_lock_test_and_set() for + spinlocks on any machine (Tom Lane) + + + + This eases porting to new machine architectures, at least if you're + using a compiler that supports this GCC builtin function. + + + + + + + Rename symbol REF to REF_P to + avoid compile failure on recent macOS (Tom Lane) + + + + + + + Avoid using sprintf, to avoid compile-time + deprecation warnings (Tom Lane) + + + + + + + Silence assorted compiler warnings from clang 15 and later (Tom Lane) + + + + + + + Update time zone data files to tzdata + release 2022f for DST law changes in Chile, Fiji, Iran, Jordan, + Mexico, Palestine, and Syria, plus historical corrections for Chile, + Crimea, Iran, and Mexico. + + + + Also, the Europe/Kiev zone has been renamed to Europe/Kyiv. + Also, the following zones have been merged into nearby, + more-populous zones whose clocks have agreed with them since 1970: + Antarctica/Vostok, Asia/Brunei, + Asia/Kuala_Lumpur, Atlantic/Reykjavik, Europe/Amsterdam, + Europe/Copenhagen, Europe/Luxembourg, Europe/Monaco, Europe/Oslo, + Europe/Stockholm, Indian/Christmas, Indian/Cocos, Indian/Kerguelen, + Indian/Mahe, Indian/Reunion, Pacific/Chuuk, Pacific/Funafuti, + Pacific/Majuro, Pacific/Pohnpei, Pacific/Wake and Pacific/Wallis. + (This indirectly affects zones that were already links to one of + these: Arctic/Longyearbyen, Atlantic/Jan_Mayen, Iceland, + Pacific/Ponape, Pacific/Truk, and Pacific/Yap.) America/Nipigon, + America/Rainy_River, America/Thunder_Bay, Europe/Uzhgorod, and + Europe/Zaporozhye were also merged into nearby zones after + discovering that their claimed post-1970 differences from those + zones seem to have been errors. + In all these cases, the previous zone name remains as an alias; + but the actual data is that of the zone that was merged into. + + + + These zone mergers result in loss of pre-1970 timezone history for + the merged zones, which may be troublesome for applications + expecting consistency of timestamptz display. As an + example, the stored value 1944-06-01 12:00 UTC + would previously display as 1944-06-01 + 13:00:00+01 if the Europe/Stockholm zone is selected, but + now it will read out as 1944-06-01 14:00:00+02. + + + + It is possible to build the time zone data files with options that + will restore the older zone data, but that choice also inserts a lot + of other old (and typically poorly-attested) zone data, resulting in + more total changes from the previous release than accepting these + upstream changes does. PostgreSQL has + chosen to ship the tzdb data + as-recommended, and so far as we are aware most major operating + system distributions are doing likewise. However, if these changes + cause significant problems for your application, a possible solution + is to install a local build of the time zone data files using + tzdb's backwards-compatibility options + (see their PACKRATDATA + and PACKRATLIST options). + + + + + + + + Release 14.5 diff -Nru postgresql-14-14.5/doc/src/sgml/runtime.sgml postgresql-14-14.6/doc/src/sgml/runtime.sgml --- postgresql-14-14.5/doc/src/sgml/runtime.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/runtime.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -480,6 +480,8 @@ [Unit] Description=PostgreSQL database server Documentation=man:postgres(1) +After=network-online.target +Wants=network-online.target [Service] Type=notify @@ -1277,11 +1279,12 @@ - On Linux - /proc/sys/fs/file-max determines the - maximum number of open files that the kernel will support. It can - be changed by writing a different number into the file or by - adding an assignment in /etc/sysctl.conf. + On Linux the kernel parameter + fs.file-max determines the maximum number of open + files that the kernel will support. It can be changed with + sysctl -w fs.file-max=N. + To make the setting persist across reboots, add an assignment + in /etc/sysctl.conf. The maximum limit of files per process is fixed at the time the kernel is compiled; see /usr/src/linux/Documentation/proc.txt for @@ -1317,6 +1320,22 @@ linkend="guc-max-files-per-process"/> configuration parameter to limit the consumption of open files. + + + Another kernel limit that may be of concern when supporting large + numbers of client connections is the maximum socket connection queue + length. If more than that many connection requests arrive within a very + short period, some may get rejected before the postmaster can service + the requests, with those clients receiving unhelpful connection failure + errors such as Resource temporarily unavailable or + Connection refused. The default queue length limit is 128 + on many platforms. To raise it, adjust the appropriate kernel parameter + via sysctl, then restart the postmaster. + The parameter is variously named net.core.somaxconn + on Linux, kern.ipc.soacceptqueue on newer FreeBSD, + and kern.ipc.somaxconn on macOS and other BSD + variants. + diff -Nru postgresql-14-14.5/doc/src/sgml/storage.sgml postgresql-14-14.6/doc/src/sgml/storage.sgml --- postgresql-14-14.5/doc/src/sgml/storage.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/storage.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -1074,4 +1074,74 @@ + + + Heap-Only Tuples (<acronym>HOT</acronym>) + + + To allow for high concurrency, PostgreSQL + uses multiversion concurrency + control (MVCC) to store rows. However, + MVCC has some downsides for update queries. + Specifically, updates require new versions of rows to be added to + tables. This can also require new index entries for each updated row, + and removal of old versions of rows and their index entries can be + expensive. + + + + To help reduce the overhead of updates, + PostgreSQL has an optimization called + heap-only tuples (HOT). This optimization is + possible when: + + + + + The update does not modify any columns referenced by the table's + indexes, including expression and partial indexes. + + + + + There is sufficient free space on the page containing the old row + for the updated row. + + + + + In such cases, heap-only tuples provide two optimizations: + + + + + New index entries are not needed to represent updated rows. + + + + + Old versions of updated rows can be completely removed during normal + operation, including SELECTs, instead of requiring + periodic vacuum operations. (This is possible because indexes + do not reference their page + item identifiers.) + + + + + + + In summary, heap-only tuple updates can only be created + if columns used by indexes are not updated. You can + increase the likelihood of sufficient page space for + HOT updates by decreasing a table's fillfactor. + If you don't, HOT updates will still happen because + new rows will naturally migrate to new pages and existing pages with + sufficient free space for new row versions. The system view pg_stat_all_tables + allows monitoring of the occurrence of HOT and non-HOT updates. + + + diff -Nru postgresql-14-14.5/doc/src/sgml/trigger.sgml postgresql-14-14.6/doc/src/sgml/trigger.sgml --- postgresql-14-14.5/doc/src/sgml/trigger.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/trigger.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -699,6 +699,7 @@ int16 tgtype; char tgenabled; bool tgisinternal; + bool tgisclone; Oid tgconstrrelid; Oid tgconstrindid; Oid tgconstraint; diff -Nru postgresql-14-14.5/doc/src/sgml/user-manag.sgml postgresql-14-14.6/doc/src/sgml/user-manag.sgml --- postgresql-14-14.5/doc/src/sgml/user-manag.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/user-manag.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -236,6 +236,39 @@ + + + inheritance of privilegesroleprivilege to inherit + + + A role is given permission to inherit the privileges of roles it is a + member of, by default. However, to create a role without the permission, + use CREATE ROLE name NOINHERIT. + + + + + + bypassing row-level securityroleprivilege to bypass + + + A role must be explicitly given permission to bypass every row-level security (RLS) policy + (except for superusers, since those bypass all permission checks). + To create such a role, use CREATE ROLE name BYPASSRLS as a superuser. + + + + + + connection limitroleprivilege to limit connection + + + Connection limit can specify how many concurrent connections a role can make. + -1 (the default) means no limit. Specify connection limit upon role creation with + CREATE ROLE name CONNECTION LIMIT 'integer'. + + + A role's attributes can be modified after creation with diff -Nru postgresql-14-14.5/doc/src/sgml/uuid-ossp.sgml postgresql-14-14.6/doc/src/sgml/uuid-ossp.sgml --- postgresql-14-14.5/doc/src/sgml/uuid-ossp.sgml 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/doc/src/sgml/uuid-ossp.sgml 2022-11-07 21:38:53.000000000 +0000 @@ -214,7 +214,7 @@ at , it is not well maintained, and is becoming increasingly difficult to port to newer platforms. uuid-ossp can now be built without the OSSP - library on some platforms. On FreeBSD, NetBSD, and some other BSD-derived + library on some platforms. On FreeBSD and some other BSD-derived platforms, suitable UUID creation functions are included in the core libc library. On Linux, macOS, and some other platforms, suitable functions are provided in the libuuid diff -Nru postgresql-14-14.5/.gitrevision postgresql-14-14.6/.gitrevision --- postgresql-14-14.5/.gitrevision 2022-08-08 20:57:18.000000000 +0000 +++ postgresql-14-14.6/.gitrevision 2022-11-07 21:59:29.000000000 +0000 @@ -1 +1 @@ -278273ccbad27a8834dfdf11895da9cd91de4114 +6dde6ed3efb4baaa0955f78ba5c93e9490aaa490 diff -Nru postgresql-14-14.5/INSTALL postgresql-14-14.6/INSTALL --- postgresql-14-14.5/INSTALL 2022-08-08 20:59:09.000000000 +0000 +++ postgresql-14-14.6/INSTALL 2022-11-07 22:01:15.000000000 +0000 @@ -584,8 +584,8 @@ Build the uuid-ossp module (which provides functions to generate UUIDs), using the specified UUID library. "LIBRARY" must be one of: - - "bsd" to use the UUID functions found in FreeBSD, NetBSD, and - some other BSD-derived systems + - "bsd" to use the UUID functions found in FreeBSD and some other + BSD-derived systems - "e2fs" to use the UUID library created by the e2fsprogs project; this library is present in most Linux systems and in macOS, and diff -Nru postgresql-14-14.5/src/backend/access/brin/brin_minmax_multi.c postgresql-14-14.6/src/backend/access/brin/brin_minmax_multi.c --- postgresql-14-14.5/src/backend/access/brin/brin_minmax_multi.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/access/brin/brin_minmax_multi.c 2022-11-07 21:38:53.000000000 +0000 @@ -142,19 +142,23 @@ * The Ranges struct stores the boundary values in a single array, but we * treat regular and single-point ranges differently to save space. For * regular ranges (with different boundary values) we have to store both - * values, while for "single-point ranges" we only need to save one value. + * the lower and upper bound of the range, while for "single-point ranges" + * we only need to store a single value. * * The 'values' array stores boundary values for regular ranges first (there * are 2*nranges values to store), and then the nvalues boundary values for * single-point ranges. That is, we have (2*nranges + nvalues) boundary * values in the array. * - * +---------------------------------+-------------------------------+ - * | ranges (sorted pairs of values) | sorted values (single points) | - * +---------------------------------+-------------------------------+ + * +-------------------------+----------------------------------+ + * | ranges (2 * nranges of) | single point values (nvalues of) | + * +-------------------------+----------------------------------+ * * This allows us to quickly add new values, and store outliers without - * making the other ranges very wide. + * having to widen any of the existing range values. + * + * 'nsorted' denotes how many of 'nvalues' in the values[] array are sorted. + * When nsorted == nvalues, all single point values are sorted. * * We never store more than maxvalues values (as set by values_per_range * reloption). If needed we merge some of the ranges. @@ -173,10 +177,10 @@ FmgrInfo *cmp; /* (2*nranges + nvalues) <= maxvalues */ - int nranges; /* number of ranges in the array (stored) */ - int nsorted; /* number of sorted values (ranges + points) */ - int nvalues; /* number of values in the data array (all) */ - int maxvalues; /* maximum number of values (reloption) */ + int nranges; /* number of ranges in the values[] array */ + int nsorted; /* number of nvalues which are sorted */ + int nvalues; /* number of point values in values[] array */ + int maxvalues; /* number of elements in the values[] array */ /* * We simply add the values into a large buffer, without any expensive @@ -318,102 +322,99 @@ * Check that none of the values are not covered by ranges (both sorted * and unsorted) */ - for (i = 0; i < ranges->nvalues; i++) + if (ranges->nranges > 0) { - Datum compar; - int start, - end; - Datum minvalue, - maxvalue; - - Datum value = ranges->values[2 * ranges->nranges + i]; - - if (ranges->nranges == 0) - break; - - minvalue = ranges->values[0]; - maxvalue = ranges->values[2 * ranges->nranges - 1]; - - /* - * Is the value smaller than the minval? If yes, we'll recurse to the - * left side of range array. - */ - compar = FunctionCall2Coll(cmpFn, colloid, value, minvalue); - - /* smaller than the smallest value in the first range */ - if (DatumGetBool(compar)) - continue; - - /* - * Is the value greater than the maxval? If yes, we'll recurse to the - * right side of range array. - */ - compar = FunctionCall2Coll(cmpFn, colloid, maxvalue, value); - - /* larger than the largest value in the last range */ - if (DatumGetBool(compar)) - continue; + for (i = 0; i < ranges->nvalues; i++) + { + Datum compar; + int start, + end; + Datum minvalue = ranges->values[0]; + Datum maxvalue = ranges->values[2 * ranges->nranges - 1]; + Datum value = ranges->values[2 * ranges->nranges + i]; - start = 0; /* first range */ - end = ranges->nranges - 1; /* last range */ - while (true) - { - int midpoint = (start + end) / 2; - - /* this means we ran out of ranges in the last step */ - if (start > end) - break; - - /* copy the min/max values from the ranges */ - minvalue = ranges->values[2 * midpoint]; - maxvalue = ranges->values[2 * midpoint + 1]; + compar = FunctionCall2Coll(cmpFn, colloid, value, minvalue); /* - * Is the value smaller than the minval? If yes, we'll recurse to - * the left side of range array. + * If the value is smaller than the lower bound in the first range + * then it cannot possibly be in any of the ranges. */ - compar = FunctionCall2Coll(cmpFn, colloid, value, minvalue); - - /* smaller than the smallest value in this range */ if (DatumGetBool(compar)) - { - end = (midpoint - 1); continue; - } - /* - * Is the value greater than the minval? If yes, we'll recurse to - * the right side of range array. - */ compar = FunctionCall2Coll(cmpFn, colloid, maxvalue, value); - /* larger than the largest value in this range */ + /* + * Likewise, if the value is larger than the upper bound of the + * final range, then it cannot possibly be inside any of the + * ranges. + */ if (DatumGetBool(compar)) - { - start = (midpoint + 1); continue; - } - /* hey, we found a matching range */ - Assert(false); + /* bsearch the ranges to see if 'value' fits within any of them */ + start = 0; /* first range */ + end = ranges->nranges - 1; /* last range */ + while (true) + { + int midpoint = (start + end) / 2; + + /* this means we ran out of ranges in the last step */ + if (start > end) + break; + + /* copy the min/max values from the ranges */ + minvalue = ranges->values[2 * midpoint]; + maxvalue = ranges->values[2 * midpoint + 1]; + + /* + * Is the value smaller than the minval? If yes, we'll recurse + * to the left side of range array. + */ + compar = FunctionCall2Coll(cmpFn, colloid, value, minvalue); + + /* smaller than the smallest value in this range */ + if (DatumGetBool(compar)) + { + end = (midpoint - 1); + continue; + } + + /* + * Is the value greater than the minval? If yes, we'll recurse + * to the right side of range array. + */ + compar = FunctionCall2Coll(cmpFn, colloid, maxvalue, value); + + /* larger than the largest value in this range */ + if (DatumGetBool(compar)) + { + start = (midpoint + 1); + continue; + } + + /* hey, we found a matching range */ + Assert(false); + } } } - /* and values in the unsorted part must not be in sorted part */ - for (i = ranges->nsorted; i < ranges->nvalues; i++) + /* and values in the unsorted part must not be in the sorted part */ + if (ranges->nsorted > 0) { compare_context cxt; - Datum value = ranges->values[2 * ranges->nranges + i]; - - if (ranges->nsorted == 0) - break; cxt.colloid = ranges->colloid; cxt.cmpFn = ranges->cmp; - Assert(bsearch_arg(&value, &ranges->values[2 * ranges->nranges], - ranges->nsorted, sizeof(Datum), - compare_values, (void *) &cxt) == NULL); + for (i = ranges->nsorted; i < ranges->nvalues; i++) + { + Datum value = ranges->values[2 * ranges->nranges + i]; + + Assert(bsearch_arg(&value, &ranges->values[2 * ranges->nranges], + ranges->nsorted, sizeof(Datum), + compare_values, (void *) &cxt) == NULL); + } } #endif } @@ -924,8 +925,8 @@ { Datum compar; - Datum minvalue = ranges->values[0]; - Datum maxvalue = ranges->values[2 * ranges->nranges - 1]; + Datum minvalue; + Datum maxvalue; FmgrInfo *cmpLessFn; FmgrInfo *cmpGreaterFn; @@ -937,6 +938,9 @@ if (ranges->nranges == 0) return false; + minvalue = ranges->values[0]; + maxvalue = ranges->values[2 * ranges->nranges - 1]; + /* * Otherwise, need to compare the new value with boundaries of all the * ranges. First check if it's less than the absolute minimum, which is diff -Nru postgresql-14-14.5/src/backend/access/gin/ginfast.c postgresql-14-14.6/src/backend/access/gin/ginfast.c --- postgresql-14-14.5/src/backend/access/gin/ginfast.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/access/gin/ginfast.c 2022-11-07 21:38:53.000000000 +0000 @@ -285,9 +285,6 @@ memset(&sublist, 0, sizeof(GinMetaPageData)); makeSublist(index, collector->tuples, collector->ntuples, &sublist); - if (needWal) - XLogBeginInsert(); - /* * metapage was unlocked, see above */ @@ -307,6 +304,9 @@ metadata->nPendingPages = sublist.nPendingPages; metadata->nPendingHeapTuples = sublist.nPendingHeapTuples; + + if (needWal) + XLogBeginInsert(); } else { @@ -335,7 +335,10 @@ metadata->nPendingHeapTuples += sublist.nPendingHeapTuples; if (needWal) + { + XLogBeginInsert(); XLogRegisterBuffer(1, buffer, REGBUF_STANDARD); + } } } else @@ -361,11 +364,11 @@ data.ntuples = collector->ntuples; + START_CRIT_SECTION(); + if (needWal) XLogBeginInsert(); - START_CRIT_SECTION(); - /* * Increase counter of heap tuples */ diff -Nru postgresql-14-14.5/src/backend/access/gist/gistxlog.c postgresql-14-14.6/src/backend/access/gist/gistxlog.c --- postgresql-14-14.5/src/backend/access/gist/gistxlog.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/access/gist/gistxlog.c 2022-11-07 21:38:53.000000000 +0000 @@ -81,7 +81,7 @@ char *begin; char *data; Size datalen; - int ninserted = 0; + int ninserted PG_USED_FOR_ASSERTS_ONLY = 0; data = begin = XLogRecGetBlockData(record, 0, &datalen); diff -Nru postgresql-14-14.5/src/backend/access/heap/heapam.c postgresql-14-14.6/src/backend/access/heap/heapam.c --- postgresql-14-14.5/src/backend/access/heap/heapam.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/access/heap/heapam.c 2022-11-07 21:38:53.000000000 +0000 @@ -2773,6 +2773,15 @@ LockBuffer(buffer, BUFFER_LOCK_EXCLUSIVE); + lp = PageGetItemId(page, ItemPointerGetOffsetNumber(tid)); + Assert(ItemIdIsNormal(lp)); + + tp.t_tableOid = RelationGetRelid(relation); + tp.t_data = (HeapTupleHeader) PageGetItem(page, lp); + tp.t_len = ItemIdGetLength(lp); + tp.t_self = *tid; + +l1: /* * If we didn't pin the visibility map page and the page has become all * visible while we were busy locking the buffer, we'll have to unlock and @@ -2786,15 +2795,6 @@ LockBuffer(buffer, BUFFER_LOCK_EXCLUSIVE); } - lp = PageGetItemId(page, ItemPointerGetOffsetNumber(tid)); - Assert(ItemIdIsNormal(lp)); - - tp.t_tableOid = RelationGetRelid(relation); - tp.t_data = (HeapTupleHeader) PageGetItem(page, lp); - tp.t_len = ItemIdGetLength(lp); - tp.t_self = *tid; - -l1: result = HeapTupleSatisfiesUpdate(&tp, cid, buffer); if (result == TM_Invisible) @@ -2853,8 +2853,12 @@ * If xwait had just locked the tuple then some other xact * could update this tuple before we get to this point. Check * for xmax change, and start over if so. + * + * We also must start over if we didn't pin the VM page, and + * the page has become all visible. */ - if (xmax_infomask_changed(tp.t_data->t_infomask, infomask) || + if ((vmbuffer == InvalidBuffer && PageIsAllVisible(page)) || + xmax_infomask_changed(tp.t_data->t_infomask, infomask) || !TransactionIdEquals(HeapTupleHeaderGetRawXmax(tp.t_data), xwait)) goto l1; @@ -2886,8 +2890,12 @@ * xwait is done, but if xwait had just locked the tuple then some * other xact could update this tuple before we get to this point. * Check for xmax change, and start over if so. + * + * We also must start over if we didn't pin the VM page, and the + * page has become all visible. */ - if (xmax_infomask_changed(tp.t_data->t_infomask, infomask) || + if ((vmbuffer == InvalidBuffer && PageIsAllVisible(page)) || + xmax_infomask_changed(tp.t_data->t_infomask, infomask) || !TransactionIdEquals(HeapTupleHeaderGetRawXmax(tp.t_data), xwait)) goto l1; diff -Nru postgresql-14-14.5/src/backend/access/heap/hio.c postgresql-14-14.6/src/backend/access/heap/hio.c --- postgresql-14-14.5/src/backend/access/heap/hio.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/access/heap/hio.c 2022-11-07 21:38:53.000000000 +0000 @@ -678,29 +678,34 @@ LockBuffer(buffer, BUFFER_LOCK_UNLOCK); LockBuffer(otherBuffer, BUFFER_LOCK_EXCLUSIVE); LockBuffer(buffer, BUFFER_LOCK_EXCLUSIVE); + } - /* - * Because the buffers were unlocked for a while, it's possible, - * although unlikely, that an all-visible flag became set or that - * somebody used up the available space in the new page. We can - * use GetVisibilityMapPins to deal with the first case. In the - * second case, just retry from start. - */ - GetVisibilityMapPins(relation, otherBuffer, buffer, - otherBlock, targetBlock, vmbuffer_other, - vmbuffer); + /* + * Because the buffers were unlocked for a while, it's possible, + * although unlikely, that an all-visible flag became set or that + * somebody used up the available space in the new page. We can use + * GetVisibilityMapPins to deal with the first case. In the second + * case, just retry from start. + */ + GetVisibilityMapPins(relation, otherBuffer, buffer, + otherBlock, targetBlock, vmbuffer_other, + vmbuffer); - if (len > PageGetHeapFreeSpace(page)) - { - LockBuffer(otherBuffer, BUFFER_LOCK_UNLOCK); - UnlockReleaseBuffer(buffer); + /* + * Note that we have to check the available space even if our + * conditional lock succeeded, because GetVisibilityMapPins might've + * transiently released lock on the target buffer to acquire a VM pin + * for the otherBuffer. + */ + if (len > PageGetHeapFreeSpace(page)) + { + LockBuffer(otherBuffer, BUFFER_LOCK_UNLOCK); + UnlockReleaseBuffer(buffer); - goto loop; - } + goto loop; } } - - if (len > PageGetHeapFreeSpace(page)) + else if (len > PageGetHeapFreeSpace(page)) { /* We should not get here given the test at the top */ elog(PANIC, "tuple is too big: size %zu", len); diff -Nru postgresql-14-14.5/src/backend/access/rmgrdesc/logicalmsgdesc.c postgresql-14-14.6/src/backend/access/rmgrdesc/logicalmsgdesc.c --- postgresql-14-14.5/src/backend/access/rmgrdesc/logicalmsgdesc.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/access/rmgrdesc/logicalmsgdesc.c 2022-11-07 21:38:53.000000000 +0000 @@ -28,7 +28,7 @@ char *message = xlrec->message + xlrec->prefix_size; char *sep = ""; - Assert(prefix[xlrec->prefix_size] != '\0'); + Assert(prefix[xlrec->prefix_size - 1] == '\0'); appendStringInfo(buf, "%s, prefix \"%s\"; payload (%zu bytes): ", xlrec->transactional ? "transactional" : "non-transactional", diff -Nru postgresql-14-14.5/src/backend/access/transam/xlog.c postgresql-14-14.6/src/backend/access/transam/xlog.c --- postgresql-14-14.5/src/backend/access/transam/xlog.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/access/transam/xlog.c 2022-11-07 21:38:53.000000000 +0000 @@ -2151,7 +2151,7 @@ XLogRecPtr NewPageEndPtr = InvalidXLogRecPtr; XLogRecPtr NewPageBeginPtr; XLogPageHeader NewPage; - int npages = 0; + int npages pg_attribute_unused() = 0; LWLockAcquire(WALBufMappingLock, LW_EXCLUSIVE); @@ -4419,12 +4419,18 @@ if (record == NULL) { /* - * When not in standby mode we find that WAL ends in an incomplete - * record, keep track of that record. After recovery is done, - * we'll write a record to indicate downstream WAL readers that - * that portion is to be ignored. + * When we find that WAL ends in an incomplete record, keep track + * of that record. After recovery is done, we'll write a record to + * indicate to downstream WAL readers that that portion is to be + * ignored. + * + * However, when ArchiveRecoveryRequested = true, we're going to + * switch to a new timeline at the end of recovery. We will only + * copy WAL over to the new timeline up to the end of the last + * complete record, so if we did this, we would later create an + * overwrite contrecord in the wrong place, breaking everything. */ - if (!StandbyMode && + if (!ArchiveRecoveryRequested && !XLogRecPtrIsInvalid(xlogreader->abortedRecPtr)) { abortedRecPtr = xlogreader->abortedRecPtr; @@ -7866,6 +7872,14 @@ */ if (!XLogRecPtrIsInvalid(missingContrecPtr)) { + /* + * We should only have a missingContrecPtr if we're not switching to + * a new timeline. When a timeline switch occurs, WAL is copied from + * the old timeline to the new only up to the end of the last complete + * record, so there can't be an incomplete WAL record that we need to + * disregard. + */ + Assert(ThisTimeLineID == PrevTimeLineID); Assert(!XLogRecPtrIsInvalid(abortedRecPtr)); EndOfLog = missingContrecPtr; } diff -Nru postgresql-14-14.5/src/backend/catalog/dependency.c postgresql-14-14.6/src/backend/catalog/dependency.c --- postgresql-14-14.5/src/backend/catalog/dependency.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/catalog/dependency.c 2022-11-07 21:38:53.000000000 +0000 @@ -1193,14 +1193,14 @@ (errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST), errmsg("cannot drop %s because other objects depend on it", getObjectDescription(origObject, false)), - errdetail("%s", clientdetail.data), + errdetail_internal("%s", clientdetail.data), errdetail_log("%s", logdetail.data), errhint("Use DROP ... CASCADE to drop the dependent objects too."))); else ereport(ERROR, (errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST), errmsg("cannot drop desired object(s) because other objects depend on them"), - errdetail("%s", clientdetail.data), + errdetail_internal("%s", clientdetail.data), errdetail_log("%s", logdetail.data), errhint("Use DROP ... CASCADE to drop the dependent objects too."))); } @@ -1212,7 +1212,7 @@ "drop cascades to %d other objects", numReportedClient + numNotReportedClient, numReportedClient + numNotReportedClient), - errdetail("%s", clientdetail.data), + errdetail_internal("%s", clientdetail.data), errdetail_log("%s", logdetail.data))); } else if (numReportedClient == 1) diff -Nru postgresql-14-14.5/src/backend/catalog/pg_constraint.c postgresql-14-14.6/src/backend/catalog/pg_constraint.c --- postgresql-14-14.5/src/backend/catalog/pg_constraint.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/catalog/pg_constraint.c 2022-11-07 21:38:53.000000000 +0000 @@ -973,8 +973,12 @@ } /* - * Return the OID of the constraint associated with the given index in the + * Return the OID of the constraint enforced by the given index in the * given relation; or InvalidOid if no such index is catalogued. + * + * Much like get_constraint_index, this function is concerned only with the + * one constraint that "owns" the given index. Therefore, constraints of + * types other than unique, primary-key, and exclusion are ignored. */ Oid get_relation_idx_constraint_oid(Oid relationId, Oid indexId) @@ -999,6 +1003,13 @@ Form_pg_constraint constrForm; constrForm = (Form_pg_constraint) GETSTRUCT(tuple); + + /* See above */ + if (constrForm->contype != CONSTRAINT_PRIMARY && + constrForm->contype != CONSTRAINT_UNIQUE && + constrForm->contype != CONSTRAINT_EXCLUSION) + continue; + if (constrForm->conindid == indexId) { constraintId = constrForm->oid; diff -Nru postgresql-14-14.5/src/backend/catalog/pg_proc.c postgresql-14-14.6/src/backend/catalog/pg_proc.c --- postgresql-14-14.5/src/backend/catalog/pg_proc.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/catalog/pg_proc.c 2022-11-07 21:38:53.000000000 +0000 @@ -1012,7 +1012,6 @@ { int origerrposition; int newerrposition; - const char *queryText; /* * Nothing to do unless we are dealing with a syntax error that has a @@ -1030,11 +1029,22 @@ } /* We can get the original query text from the active portal (hack...) */ - Assert(ActivePortal && ActivePortal->status == PORTAL_ACTIVE); - queryText = ActivePortal->sourceText; + if (ActivePortal && ActivePortal->status == PORTAL_ACTIVE) + { + const char *queryText = ActivePortal->sourceText; - /* Try to locate the prosrc in the original text */ - newerrposition = match_prosrc_to_query(prosrc, queryText, origerrposition); + /* Try to locate the prosrc in the original text */ + newerrposition = match_prosrc_to_query(prosrc, queryText, + origerrposition); + } + else + { + /* + * Quietly give up if no ActivePortal. This is an unusual situation + * but it can happen in, e.g., logical replication workers. + */ + newerrposition = -1; + } if (newerrposition > 0) { diff -Nru postgresql-14-14.5/src/backend/commands/copyfrom.c postgresql-14-14.6/src/backend/commands/copyfrom.c --- postgresql-14-14.5/src/backend/commands/copyfrom.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/commands/copyfrom.c 2022-11-07 21:38:53.000000000 +0000 @@ -729,8 +729,8 @@ * For partitioned tables we can't support multi-inserts when there * are any statement level insert triggers. It might be possible to * allow partitioned tables with such triggers in the future, but for - * now, CopyMultiInsertInfoFlush expects that any before row insert - * and statement level insert triggers are on the same relation. + * now, CopyMultiInsertInfoFlush expects that any after row insert and + * statement level insert triggers are on the same relation. */ insertMethod = CIM_SINGLE; } diff -Nru postgresql-14-14.5/src/backend/commands/copyfromparse.c postgresql-14-14.6/src/backend/commands/copyfromparse.c --- postgresql-14-14.5/src/backend/commands/copyfromparse.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/commands/copyfromparse.c 2022-11-07 21:38:53.000000000 +0000 @@ -793,7 +793,7 @@ /* * Read next tuple from file for COPY FROM. Return false if no more tuples. * - * 'econtext' is used to evaluate default expression for each columns not + * 'econtext' is used to evaluate default expression for each column not * read from the file. It can be NULL when no default values are used, i.e. * when all columns are read from the file. * diff -Nru postgresql-14-14.5/src/backend/commands/indexcmds.c postgresql-14-14.6/src/backend/commands/indexcmds.c --- postgresql-14-14.5/src/backend/commands/indexcmds.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/commands/indexcmds.c 2022-11-07 21:38:53.000000000 +0000 @@ -1222,18 +1222,27 @@ int nparts = partdesc->nparts; Oid *part_oids = palloc(sizeof(Oid) * nparts); bool invalidate_parent = false; + Relation parentIndex; TupleDesc parentDesc; - Oid *opfamOids; pgstat_progress_update_param(PROGRESS_CREATEIDX_PARTITIONS_TOTAL, nparts); + /* Make a local copy of partdesc->oids[], just for safety */ memcpy(part_oids, partdesc->oids, sizeof(Oid) * nparts); + /* + * We'll need an IndexInfo describing the parent index. The one + * built above is almost good enough, but not quite, because (for + * example) its predicate expression if any hasn't been through + * expression preprocessing. The most reliable way to get an + * IndexInfo that will match those for child indexes is to build + * it the same way, using BuildIndexInfo(). + */ + parentIndex = index_open(indexRelationId, lockmode); + indexInfo = BuildIndexInfo(parentIndex); + parentDesc = RelationGetDescr(rel); - opfamOids = palloc(sizeof(Oid) * numberOfKeyAttributes); - for (i = 0; i < numberOfKeyAttributes; i++) - opfamOids[i] = get_opclass_family(classObjectId[i]); /* * For each partition, scan all existing indexes; if one matches @@ -1304,9 +1313,9 @@ cldIdxInfo = BuildIndexInfo(cldidx); if (CompareIndexInfo(cldIdxInfo, indexInfo, cldidx->rd_indcollation, - collationObjectId, + parentIndex->rd_indcollation, cldidx->rd_opfamily, - opfamOids, + parentIndex->rd_opfamily, attmap)) { Oid cldConstrOid = InvalidOid; @@ -1433,6 +1442,8 @@ free_attrmap(attmap); } + index_close(parentIndex, lockmode); + /* * The pg_index row we inserted for this index was marked * indisvalid=true. But if we attached an existing index that is diff -Nru postgresql-14-14.5/src/backend/commands/tablecmds.c postgresql-14-14.6/src/backend/commands/tablecmds.c --- postgresql-14-14.5/src/backend/commands/tablecmds.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/commands/tablecmds.c 2022-11-07 21:38:53.000000000 +0000 @@ -9749,6 +9749,8 @@ * clone those constraints to the given partition. This is to be called * when the partition is being created or attached. * + * This ignores self-referencing FKs; those are handled by CloneFkReferencing. + * * This recurses to partitions, if the relation being attached is partitioned. * Recursion is done by calling addFkRecurseReferenced. */ @@ -9825,6 +9827,17 @@ } /* + * Don't clone self-referencing foreign keys, which can be in the + * partitioned table or in the partition-to-be. + */ + if (constrForm->conrelid == RelationGetRelid(parentRel) || + constrForm->conrelid == RelationGetRelid(partitionRel)) + { + ReleaseSysCache(tuple); + continue; + } + + /* * Because we're only expanding the key space at the referenced side, * we don't need to prevent any operation in the referencing table, so * AccessShareLock suffices (assumes that dropping the constraint @@ -9845,14 +9858,21 @@ mapped_confkey[i] = attmap->attnums[confkey[i] - 1]; fkconstraint = makeNode(Constraint); - /* for now this is all we need */ + fkconstraint->contype = CONSTRAINT_FOREIGN; fkconstraint->conname = NameStr(constrForm->conname); - fkconstraint->fk_upd_action = constrForm->confupdtype; - fkconstraint->fk_del_action = constrForm->confdeltype; fkconstraint->deferrable = constrForm->condeferrable; fkconstraint->initdeferred = constrForm->condeferred; - fkconstraint->initially_valid = true; + fkconstraint->location = -1; + fkconstraint->pktable = NULL; + /* ->fk_attrs determined below */ + fkconstraint->pk_attrs = NIL; fkconstraint->fk_matchtype = constrForm->confmatchtype; + fkconstraint->fk_upd_action = constrForm->confupdtype; + fkconstraint->fk_del_action = constrForm->confdeltype; + fkconstraint->old_conpfeqop = NIL; + fkconstraint->old_pktable_oid = InvalidOid; + fkconstraint->skip_validation = false; + fkconstraint->initially_valid = true; /* set up colnames that are used to generate the constraint name */ for (int i = 0; i < numfks; i++) @@ -10024,21 +10044,21 @@ /* No dice. Set up to create our own constraint */ fkconstraint = makeNode(Constraint); - if (ConstraintNameIsUsed(CONSTRAINT_RELATION, - RelationGetRelid(partRel), - NameStr(constrForm->conname))) - fkconstraint->conname = - ChooseConstraintName(RelationGetRelationName(partRel), - ChooseForeignKeyConstraintNameAddition(fkconstraint->fk_attrs), - "fkey", - RelationGetNamespace(partRel), NIL); - else - fkconstraint->conname = pstrdup(NameStr(constrForm->conname)); - fkconstraint->fk_upd_action = constrForm->confupdtype; - fkconstraint->fk_del_action = constrForm->confdeltype; + fkconstraint->contype = CONSTRAINT_FOREIGN; + /* ->conname determined below */ fkconstraint->deferrable = constrForm->condeferrable; fkconstraint->initdeferred = constrForm->condeferred; + fkconstraint->location = -1; + fkconstraint->pktable = NULL; + /* ->fk_attrs determined below */ + fkconstraint->pk_attrs = NIL; fkconstraint->fk_matchtype = constrForm->confmatchtype; + fkconstraint->fk_upd_action = constrForm->confupdtype; + fkconstraint->fk_del_action = constrForm->confdeltype; + fkconstraint->old_conpfeqop = NIL; + fkconstraint->old_pktable_oid = InvalidOid; + fkconstraint->skip_validation = false; + fkconstraint->initially_valid = true; for (int i = 0; i < numfks; i++) { Form_pg_attribute att; @@ -10048,6 +10068,16 @@ fkconstraint->fk_attrs = lappend(fkconstraint->fk_attrs, makeString(NameStr(att->attname))); } + if (ConstraintNameIsUsed(CONSTRAINT_RELATION, + RelationGetRelid(partRel), + NameStr(constrForm->conname))) + fkconstraint->conname = + ChooseConstraintName(RelationGetRelationName(partRel), + ChooseForeignKeyConstraintNameAddition(fkconstraint->fk_attrs), + "fkey", + RelationGetNamespace(partRel), NIL); + else + fkconstraint->conname = pstrdup(NameStr(constrForm->conname)); indexOid = constrForm->conindid; constrOid = @@ -18006,11 +18036,21 @@ * still do), but now we need separate ones of our own. */ fkconstraint = makeNode(Constraint); + fkconstraint->contype = CONSTRAINT_FOREIGN; fkconstraint->conname = pstrdup(NameStr(conform->conname)); - fkconstraint->fk_upd_action = conform->confupdtype; - fkconstraint->fk_del_action = conform->confdeltype; fkconstraint->deferrable = conform->condeferrable; fkconstraint->initdeferred = conform->condeferred; + fkconstraint->location = -1; + fkconstraint->pktable = NULL; + fkconstraint->fk_attrs = NIL; + fkconstraint->pk_attrs = NIL; + fkconstraint->fk_matchtype = conform->confmatchtype; + fkconstraint->fk_upd_action = conform->confupdtype; + fkconstraint->fk_del_action = conform->confdeltype; + fkconstraint->old_conpfeqop = NIL; + fkconstraint->old_pktable_oid = InvalidOid; + fkconstraint->skip_validation = false; + fkconstraint->initially_valid = true; createForeignKeyActionTriggers(partRel, conform->confrelid, fkconstraint, fk->conoid, diff -Nru postgresql-14-14.5/src/backend/commands/trigger.c postgresql-14-14.6/src/backend/commands/trigger.c --- postgresql-14-14.5/src/backend/commands/trigger.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/commands/trigger.c 2022-11-07 21:38:53.000000000 +0000 @@ -249,7 +249,7 @@ (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("\"%s\" is a partitioned table", RelationGetRelationName(rel)), - errdetail("Triggers on partitioned tables cannot have transition tables."))); + errdetail("ROW triggers with transition tables are not supported on partitioned tables."))); } } else if (rel->rd_rel->relkind == RELKIND_VIEW) @@ -4419,11 +4419,13 @@ MemoryContext oldcxt; /* - * We only need this slot only until AfterTriggerEndQuery, but making - * it last till end-of-subxact is good enough. It'll be freed by - * AfterTriggerFreeQuery(). + * We need this slot only until AfterTriggerEndQuery, but making it + * last till end-of-subxact is good enough. It'll be freed by + * AfterTriggerFreeQuery(). However, the passed-in tupdesc might have + * a different lifespan, so we'd better make a copy of that. */ oldcxt = MemoryContextSwitchTo(CurTransactionContext); + tupdesc = CreateTupleDescCopy(tupdesc); table->storeslot = MakeSingleTupleTableSlot(tupdesc, &TTSOpsVirtual); MemoryContextSwitchTo(oldcxt); } @@ -4720,7 +4722,12 @@ if (ts) tuplestore_end(ts); if (table->storeslot) - ExecDropSingleTupleTableSlot(table->storeslot); + { + TupleTableSlot *slot = table->storeslot; + + table->storeslot = NULL; + ExecDropSingleTupleTableSlot(slot); + } } /* diff -Nru postgresql-14-14.5/src/backend/commands/user.c postgresql-14-14.6/src/backend/commands/user.c --- postgresql-14-14.5/src/backend/commands/user.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/commands/user.c 2022-11-07 21:38:53.000000000 +0000 @@ -567,7 +567,7 @@ Oid roleid; check_rolespec_name(stmt->role, - "Cannot alter reserved roles."); + _("Cannot alter reserved roles.")); /* Extract options from the statement node tree */ foreach(option, stmt->options) @@ -922,7 +922,7 @@ if (stmt->role) { check_rolespec_name(stmt->role, - "Cannot alter reserved roles."); + _("Cannot alter reserved roles.")); roletuple = get_rolespec_tuple(stmt->role); roleform = (Form_pg_authid) GETSTRUCT(roletuple); diff -Nru postgresql-14-14.5/src/backend/executor/execProcnode.c postgresql-14-14.6/src/backend/executor/execProcnode.c --- postgresql-14-14.5/src/backend/executor/execProcnode.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/executor/execProcnode.c 2022-11-07 21:38:53.000000000 +0000 @@ -121,6 +121,7 @@ static TupleTableSlot *ExecProcNodeFirst(PlanState *node); static TupleTableSlot *ExecProcNodeInstr(PlanState *node); +static bool ExecShutdownNode_walker(PlanState *node, void *context); /* ------------------------------------------------------------------------ @@ -771,6 +772,12 @@ bool ExecShutdownNode(PlanState *node) { + return ExecShutdownNode_walker(node, NULL); +} + +static bool +ExecShutdownNode_walker(PlanState *node, void *context) +{ if (node == NULL) return false; @@ -789,7 +796,7 @@ if (node->instrument && node->instrument->running) InstrStartNode(node->instrument); - planstate_tree_walker(node, ExecShutdownNode, NULL); + planstate_tree_walker(node, ExecShutdownNode_walker, context); switch (nodeTag(node)) { diff -Nru postgresql-14-14.5/src/backend/executor/execReplication.c postgresql-14-14.6/src/backend/executor/execReplication.c --- postgresql-14-14.5/src/backend/executor/execReplication.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/executor/execReplication.c 2022-11-07 21:38:53.000000000 +0000 @@ -569,6 +569,13 @@ { PublicationActions *pubactions; + /* + * Skip checking the replica identity for partitioned tables, because the + * operations are actually performed on the leaf partitions. + */ + if (rel->rd_rel->relkind == RELKIND_PARTITIONED_TABLE) + return; + /* We only need to do checks for UPDATE and DELETE. */ if (cmd != CMD_UPDATE && cmd != CMD_DELETE) return; diff -Nru postgresql-14-14.5/src/backend/executor/functions.c postgresql-14-14.6/src/backend/executor/functions.c --- postgresql-14-14.5/src/backend/executor/functions.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/executor/functions.c 2022-11-07 21:38:53.000000000 +0000 @@ -941,6 +941,7 @@ if (nargs > 0) { ParamListInfo paramLI; + Oid *argtypes = fcache->pinfo->argtypes; if (fcache->paramLI == NULL) { @@ -957,10 +958,24 @@ { ParamExternData *prm = ¶mLI->params[i]; - prm->value = fcinfo->args[i].value; + /* + * If an incoming parameter value is a R/W expanded datum, we + * force it to R/O. We'd be perfectly entitled to scribble on it, + * but the problem is that if the parameter is referenced more + * than once in the function, earlier references might mutate the + * value seen by later references, which won't do at all. We + * could do better if we could be sure of the number of Param + * nodes in the function's plans; but we might not have planned + * all the statements yet, nor do we have plan tree walker + * infrastructure. (Examining the parse trees is not good enough, + * because of possible function inlining during planning.) + */ prm->isnull = fcinfo->args[i].isnull; + prm->value = MakeExpandedObjectReadOnly(fcinfo->args[i].value, + prm->isnull, + get_typlen(argtypes[i])); prm->pflags = 0; - prm->ptype = fcache->pinfo->argtypes[i]; + prm->ptype = argtypes[i]; } } else diff -Nru postgresql-14-14.5/src/backend/executor/nodeHash.c postgresql-14-14.6/src/backend/executor/nodeHash.c --- postgresql-14-14.5/src/backend/executor/nodeHash.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/executor/nodeHash.c 2022-11-07 21:38:53.000000000 +0000 @@ -832,7 +832,10 @@ * overhead for the hash code, pointer to the next tuple, etc. */ bucket_size = (tupsize * NTUP_PER_BUCKET + sizeof(HashJoinTuple)); - sbuckets = pg_nextpower2_size_t(hash_table_bytes / bucket_size); + if (hash_table_bytes <= bucket_size) + sbuckets = 1; /* avoid pg_nextpower2_size_t(0) */ + else + sbuckets = pg_nextpower2_size_t(hash_table_bytes / bucket_size); sbuckets = Min(sbuckets, max_pointers); nbuckets = (int) sbuckets; nbuckets = pg_nextpower2_32(nbuckets); diff -Nru postgresql-14-14.5/src/backend/executor/nodeModifyTable.c postgresql-14-14.6/src/backend/executor/nodeModifyTable.c --- postgresql-14-14.5/src/backend/executor/nodeModifyTable.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/executor/nodeModifyTable.c 2022-11-07 21:38:53.000000000 +0000 @@ -679,9 +679,8 @@ if (resultRelInfo->ri_BatchSize > 1) { /* - * If a certain number of tuples have already been accumulated, or - * a tuple has come for a different relation than that for the - * accumulated tuples, perform the batch insert + * When we've reached the desired batch size, perform the + * insertion. */ if (resultRelInfo->ri_NumSlots == resultRelInfo->ri_BatchSize) { @@ -1356,7 +1355,7 @@ mtstate->mt_transition_capture); /* - * We've already captured the NEW TABLE row, so make sure any AR + * We've already captured the OLD TABLE row, so make sure any AR * DELETE trigger fired below doesn't capture it again. */ ar_delete_trig_tcs = NULL; diff -Nru postgresql-14-14.5/src/backend/jit/llvm/llvmjit.c postgresql-14-14.6/src/backend/jit/llvm/llvmjit.c --- postgresql-14-14.5/src/backend/jit/llvm/llvmjit.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/jit/llvm/llvmjit.c 2022-11-07 21:38:53.000000000 +0000 @@ -799,6 +799,16 @@ LLVMInitializeNativeAsmParser(); /* + * When targeting an LLVM version with opaque pointers enabled by + * default, turn them off for the context we build our code in. We don't + * need to do so for other contexts (e.g. llvm_ts_context). Once the IR is + * generated, it carries the necessary information. + */ +#if LLVM_VERSION_MAJOR > 14 + LLVMContextSetOpaquePointers(LLVMGetGlobalContext(), false); +#endif + + /* * Synchronize types early, as that also includes inferring the target * triple. */ @@ -1112,7 +1122,11 @@ LLVMOrcJITDylibRef JD, LLVMOrcJITDylibLookupFlags JDLookupFlags, LLVMOrcCLookupSet LookupSet, size_t LookupSetSize) { +#if LLVM_VERSION_MAJOR > 14 + LLVMOrcCSymbolMapPairs symbols = palloc0(sizeof(LLVMOrcCSymbolMapPair) * LookupSetSize); +#else LLVMOrcCSymbolMapPairs symbols = palloc0(sizeof(LLVMJITCSymbolMapPair) * LookupSetSize); +#endif LLVMErrorRef error; LLVMOrcMaterializationUnitRef mu; @@ -1230,7 +1244,11 @@ * Symbol resolution support for "special" functions, e.g. a call into an * SQL callable function. */ +#if LLVM_VERSION_MAJOR > 14 + ref_gen = LLVMOrcCreateCustomCAPIDefinitionGenerator(llvm_resolve_symbols, NULL, NULL); +#else ref_gen = LLVMOrcCreateCustomCAPIDefinitionGenerator(llvm_resolve_symbols, NULL); +#endif LLVMOrcJITDylibAddGenerator(LLVMOrcLLJITGetMainJITDylib(lljit), ref_gen); return lljit; diff -Nru postgresql-14-14.5/src/backend/jit/llvm/llvmjit_inline.cpp postgresql-14-14.6/src/backend/jit/llvm/llvmjit_inline.cpp --- postgresql-14-14.5/src/backend/jit/llvm/llvmjit_inline.cpp 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/jit/llvm/llvmjit_inline.cpp 2022-11-07 21:38:53.000000000 +0000 @@ -62,6 +62,7 @@ #include #include #include +#include /* diff -Nru postgresql-14-14.5/src/backend/main/main.c postgresql-14-14.6/src/backend/main/main.c --- postgresql-14-14.5/src/backend/main/main.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/main/main.c 2022-11-07 21:38:53.000000000 +0000 @@ -332,7 +332,7 @@ printf(_(" -?, --help show this help, then exit\n")); printf(_("\nDeveloper options:\n")); - printf(_(" -f s|i|n|m|h forbid use of some plan types\n")); + printf(_(" -f s|i|o|b|t|n|m|h forbid use of some plan types\n")); printf(_(" -n do not reinitialize shared memory after abnormal exit\n")); printf(_(" -O allow system table structure changes\n")); printf(_(" -P disable system indexes\n")); diff -Nru postgresql-14-14.5/src/backend/nodes/outfuncs.c postgresql-14-14.6/src/backend/nodes/outfuncs.c --- postgresql-14-14.5/src/backend/nodes/outfuncs.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/nodes/outfuncs.c 2022-11-07 21:38:53.000000000 +0000 @@ -3672,8 +3672,7 @@ case CONSTR_IDENTITY: appendStringInfoString(str, "IDENTITY"); - WRITE_NODE_FIELD(raw_expr); - WRITE_STRING_FIELD(cooked_expr); + WRITE_NODE_FIELD(options); WRITE_CHAR_FIELD(generated_when); break; @@ -3689,6 +3688,8 @@ WRITE_BOOL_FIELD(is_no_inherit); WRITE_NODE_FIELD(raw_expr); WRITE_STRING_FIELD(cooked_expr); + WRITE_BOOL_FIELD(skip_validation); + WRITE_BOOL_FIELD(initially_valid); break; case CONSTR_PRIMARY: diff -Nru postgresql-14-14.5/src/backend/optimizer/util/plancat.c postgresql-14-14.6/src/backend/optimizer/util/plancat.c --- postgresql-14-14.5/src/backend/optimizer/util/plancat.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/optimizer/util/plancat.c 2022-11-07 21:38:53.000000000 +0000 @@ -125,6 +125,22 @@ */ relation = table_open(relationObjectId, NoLock); + /* + * Relations without a table AM can be used in a query only if they are of + * special-cased relkinds. This check prevents us from crashing later if, + * for example, a view's ON SELECT rule has gone missing. Note that + * table_open() already rejected indexes and composite types. + */ + if (!relation->rd_tableam) + { + if (!(relation->rd_rel->relkind == RELKIND_FOREIGN_TABLE || + relation->rd_rel->relkind == RELKIND_PARTITIONED_TABLE)) + ereport(ERROR, + (errcode(ERRCODE_WRONG_OBJECT_TYPE), + errmsg("cannot open relation \"%s\"", + RelationGetRelationName(relation)))); + } + /* Temporary and unlogged relations are inaccessible during recovery. */ if (!RelationIsPermanent(relation) && RecoveryInProgress()) ereport(ERROR, diff -Nru postgresql-14-14.5/src/backend/optimizer/util/var.c postgresql-14-14.6/src/backend/optimizer/util/var.c --- postgresql-14-14.5/src/backend/optimizer/util/var.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/optimizer/util/var.c 2022-11-07 21:38:53.000000000 +0000 @@ -761,16 +761,13 @@ RowExpr *rowexpr; List *fields = NIL; List *colnames = NIL; - AttrNumber attnum; ListCell *lv; ListCell *ln; - attnum = 0; Assert(list_length(rte->joinaliasvars) == list_length(rte->eref->colnames)); forboth(lv, rte->joinaliasvars, ln, rte->eref->colnames) { newvar = (Node *) lfirst(lv); - attnum++; /* Ignore dropped columns */ if (newvar == NULL) continue; diff -Nru postgresql-14-14.5/src/backend/parser/gram.c postgresql-14-14.6/src/backend/parser/gram.c --- postgresql-14-14.5/src/backend/parser/gram.c 2022-08-08 20:59:02.000000000 +0000 +++ postgresql-14-14.6/src/backend/parser/gram.c 2022-11-07 22:01:08.000000000 +0000 @@ -638,7 +638,7 @@ YYSYMBOL_REASSIGN = 328, /* REASSIGN */ YYSYMBOL_RECHECK = 329, /* RECHECK */ YYSYMBOL_RECURSIVE = 330, /* RECURSIVE */ - YYSYMBOL_REF = 331, /* REF */ + YYSYMBOL_REF_P = 331, /* REF_P */ YYSYMBOL_REFERENCES = 332, /* REFERENCES */ YYSYMBOL_REFERENCING = 333, /* REFERENCING */ YYSYMBOL_REFRESH = 334, /* REFRESH */ @@ -1917,322 +1917,322 @@ /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_int16 yyrline[] = { - 0, 827, 827, 831, 835, 840, 847, 854, 873, 885, - 899, 900, 904, 905, 906, 907, 908, 909, 910, 911, - 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, - 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, - 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, - 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, - 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, - 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, - 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, - 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, - 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, - 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, - 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, - 1022, 1023, 1024, 1025, 1026, 1028, 1037, 1052, 1063, 1064, - 1065, 1074, 1075, 1079, 1080, 1084, 1089, 1093, 1103, 1111, - 1115, 1119, 1124, 1128, 1176, 1178, 1182, 1186, 1190, 1194, - 1208, 1226, 1234, 1245, 1246, 1250, 1258, 1266, 1274, 1295, - 1302, 1309, 1316, 1323, 1330, 1347, 1365, 1376, 1377, 1388, - 1398, 1408, 1423, 1441, 1442, 1446, 1453, 1461, 1462, 1463, - 1464, 1465, 1466, 1480, 1486, 1492, 1501, 1509, 1517, 1521, - 1529, 1537, 1544, 1554, 1555, 1563, 1574, 1582, 1590, 1601, - 1609, 1617, 1624, 1633, 1643, 1644, 1648, 1649, 1652, 1654, - 1658, 1659, 1660, 1661, 1665, 1666, 1667, 1673, 1685, 1689, - 1693, 1708, 1715, 1716, 1717, 1721, 1722, 1723, 1727, 1728, - 1732, 1736, 1737, 1744, 1751, 1761, 1768, 1778, 1779, 1784, - 1785, 1790, 1796, 1802, 1808, 1814, 1824, 1834, 1835, 1839, - 1840, 1848, 1863, 1869, 1875, 1881, 1887, 1906, 1915, 1924, - 1933, 1942, 1953, 1964, 1973, 1982, 1991, 2002, 2013, 2022, - 2031, 2040, 2049, 2058, 2067, 2078, 2089, 2098, 2110, 2111, - 2116, 2130, 2143, 2159, 2176, 2185, 2194, 2203, 2212, 2221, - 2229, 2237, 2245, 2254, 2263, 2279, 2288, 2297, 2306, 2315, - 2332, 2341, 2350, 2359, 2369, 2382, 2397, 2406, 2414, 2429, - 2437, 2447, 2457, 2464, 2472, 2480, 2487, 2494, 2502, 2510, - 2518, 2525, 2532, 2540, 2547, 2554, 2562, 2570, 2578, 2586, - 2594, 2602, 2612, 2619, 2627, 2635, 2643, 2651, 2659, 2666, - 2673, 2680, 2686, 2696, 2697, 2701, 2702, 2703, 2707, 2715, - 2719, 2720, 2724, 2731, 2738, 2745, 2755, 2758, 2759, 2763, - 2764, 2769, 2773, 2777, 2782, 2789, 2791, 2796, 2800, 2804, - 2815, 2823, 2876, 2889, 2903, 2915, 2922, 2926, 2940, 2953, - 2954, 2959, 2968, 2978, 2988, 3014, 3020, 3053, 3088, 3110, - 3111, 3115, 3116, 3125, 3126, 3127, 3130, 3131, 3136, 3137, - 3141, 3145, 3149, 3153, 3157, 3161, 3165, 3169, 3173, 3177, - 3181, 3185, 3189, 3198, 3202, 3206, 3210, 3214, 3215, 3220, - 3224, 3231, 3238, 3239, 3240, 3241, 3242, 3246, 3250, 3258, - 3269, 3288, 3307, 3327, 3347, 3367, 3400, 3401, 3402, 3403, - 3404, 3411, 3418, 3419, 3423, 3424, 3428, 3429, 3433, 3437, - 3444, 3448, 3455, 3456, 3457, 3461, 3462, 3465, 3487, 3505, - 3526, 3527, 3531, 3532, 3536, 3537, 3541, 3548, 3549, 3550, - 3581, 3588, 3595, 3606, 3617, 3629, 3638, 3647, 3670, 3688, - 3689, 3708, 3715, 3722, 3729, 3740, 3751, 3752, 3753, 3757, - 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3775, - 3782, 3786, 3799, 3815, 3830, 3846, 3861, 3880, 3901, 3902, - 3906, 3907, 3911, 3912, 3915, 3921, 3922, 3925, 3929, 3937, - 3942, 3948, 3949, 3953, 3958, 3965, 3966, 3976, 3978, 3980, - 3982, 3985, 3988, 3991, 3995, 3996, 3997, 3998, 3999, 4002, - 4003, 4007, 4008, 4011, 4023, 4024, 4027, 4038, 4049, 4063, - 4064, 4069, 4070, 4071, 4074, 4075, 4076, 4077, 4080, 4081, - 4084, 4085, 4088, 4106, 4118, 4139, 4140, 4143, 4149, 4155, - 4172, 4180, 4201, 4214, 4230, 4246, 4247, 4248, 4260, 4273, - 4289, 4303, 4304, 4316, 4336, 4346, 4359, 4367, 4378, 4379, - 4382, 4383, 4386, 4387, 4390, 4394, 4398, 4402, 4406, 4410, - 4414, 4418, 4422, 4426, 4430, 4435, 4439, 4443, 4449, 4450, - 4454, 4455, 4456, 4461, 4464, 4465, 4477, 4492, 4507, 4508, - 4516, 4517, 4521, 4522, 4526, 4527, 4531, 4532, 4536, 4537, - 4547, 4558, 4559, 4572, 4579, 4596, 4604, 4615, 4618, 4622, - 4626, 4630, 4637, 4649, 4659, 4662, 4666, 4679, 4688, 4697, - 4706, 4715, 4724, 4733, 4742, 4751, 4760, 4769, 4778, 4787, - 4805, 4816, 4817, 4818, 4819, 4823, 4824, 4828, 4829, 4839, - 4847, 4859, 4860, 4864, 4868, 4876, 4880, 4884, 4891, 4895, - 4900, 4905, 4912, 4919, 4924, 4934, 4946, 4961, 4962, 4967, - 4968, 4972, 4973, 4983, 4992, 5000, 5017, 5037, 5057, 5078, - 5111, 5126, 5127, 5131, 5139, 5154, 5163, 5175, 5176, 5188, - 5196, 5213, 5237, 5254, 5268, 5269, 5273, 5274, 5278, 5279, - 5283, 5284, 5288, 5302, 5306, 5307, 5311, 5312, 5313, 5314, - 5315, 5325, 5336, 5337, 5348, 5370, 5401, 5402, 5403, 5407, - 5409, 5431, 5433, 5435, 5437, 5439, 5444, 5445, 5449, 5450, - 5454, 5465, 5466, 5470, 5479, 5483, 5487, 5492, 5502, 5503, - 5507, 5508, 5512, 5513, 5517, 5518, 5522, 5523, 5524, 5528, - 5532, 5533, 5534, 5538, 5539, 5544, 5545, 5572, 5573, 5574, - 5575, 5576, 5577, 5590, 5600, 5614, 5616, 5621, 5626, 5628, - 5633, 5643, 5644, 5645, 5646, 5657, 5676, 5687, 5699, 5709, - 5719, 5730, 5739, 5746, 5753, 5762, 5771, 5780, 5789, 5798, - 5808, 5817, 5829, 5832, 5833, 5836, 5840, 5847, 5848, 5849, - 5850, 5851, 5852, 5855, 5858, 5859, 5867, 5874, 5875, 5878, - 5880, 5891, 5902, 5913, 5924, 5937, 5938, 5954, 5969, 5970, - 5974, 5986, 5996, 6004, 6013, 6022, 6023, 6026, 6027, 6030, - 6031, 6032, 6035, 6049, 6054, 6064, 6073, 6085, 6086, 6090, - 6098, 6110, 6120, 6133, 6143, 6165, 6175, 6193, 6203, 6213, - 6223, 6233, 6243, 6253, 6263, 6273, 6283, 6293, 6303, 6317, - 6318, 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, - 6328, 6329, 6339, 6340, 6341, 6342, 6343, 6347, 6348, 6349, - 6350, 6351, 6352, 6353, 6354, 6359, 6360, 6361, 6365, 6366, - 6369, 6370, 6373, 6375, 6380, 6381, 6392, 6403, 6404, 6405, - 6415, 6423, 6431, 6439, 6447, 6455, 6463, 6471, 6479, 6487, - 6500, 6508, 6516, 6524, 6532, 6540, 6548, 6556, 6567, 6568, - 6582, 6592, 6602, 6612, 6622, 6632, 6642, 6652, 6662, 6672, - 6684, 6685, 6688, 6689, 6699, 6705, 6713, 6721, 6729, 6737, - 6745, 6753, 6761, 6769, 6777, 6785, 6793, 6801, 6809, 6817, - 6825, 6833, 6843, 6844, 6847, 6848, 6858, 6875, 6890, 6917, - 6919, 6921, 6923, 6930, 6939, 6940, 6943, 6950, 6957, 6964, - 6978, 6986, 6994, 7002, 7010, 7018, 7026, 7034, 7042, 7050, - 7058, 7066, 7074, 7082, 7090, 7098, 7106, 7114, 7122, 7130, - 7142, 7143, 7147, 7148, 7153, 7154, 7164, 7177, 7187, 7199, - 7200, 7203, 7204, 7214, 7224, 7225, 7229, 7233, 7237, 7248, - 7261, 7275, 7292, 7293, 7294, 7295, 7296, 7297, 7309, 7339, - 7372, 7373, 7377, 7378, 7382, 7383, 7387, 7388, 7391, 7392, - 7397, 7409, 7428, 7433, 7438, 7445, 7446, 7449, 7450, 7453, - 7454, 7457, 7458, 7461, 7462, 7463, 7466, 7467, 7468, 7484, - 7497, 7511, 7524, 7540, 7541, 7544, 7545, 7549, 7550, 7554, - 7555, 7560, 7573, 7580, 7587, 7602, 7603, 7607, 7608, 7623, - 7632, 7641, 7650, 7659, 7671, 7672, 7673, 7674, 7675, 7681, - 7685, 7700, 7701, 7707, 7717, 7721, 7726, 7734, 7776, 7780, - 7784, 7788, 7796, 7797, 7801, 7812, 7813, 7818, 7819, 7824, - 7825, 7832, 7836, 7840, 7844, 7848, 7852, 7856, 7860, 7864, - 7868, 7872, 7876, 7880, 7884, 7888, 7892, 7897, 7904, 7908, - 7912, 7916, 7920, 7926, 7927, 7933, 7942, 7946, 7957, 7963, - 7972, 7978, 7979, 7983, 7984, 7988, 7989, 7992, 8004, 8008, - 8023, 8031, 8039, 8051, 8052, 8057, 8058, 8075, 8085, 8095, - 8105, 8115, 8125, 8138, 8148, 8161, 8171, 8184, 8192, 8194, - 8196, 8201, 8203, 8208, 8209, 8214, 8232, 8241, 8242, 8246, - 8250, 8262, 8273, 8284, 8297, 8298, 8299, 8303, 8315, 8316, - 8326, 8338, 8342, 8346, 8350, 8357, 8377, 8389, 8401, 8413, - 8427, 8428, 8431, 8432, 8433, 8443, 8452, 8469, 8478, 8487, - 8496, 8505, 8514, 8523, 8532, 8541, 8550, 8559, 8568, 8577, - 8587, 8597, 8606, 8615, 8624, 8633, 8642, 8651, 8661, 8671, - 8681, 8691, 8701, 8711, 8721, 8731, 8741, 8751, 8761, 8771, - 8782, 8793, 8804, 8815, 8826, 8837, 8847, 8857, 8868, 8879, - 8889, 8899, 8907, 8916, 8925, 8934, 8943, 8952, 8961, 8970, - 8979, 8988, 9002, 9003, 9006, 9007, 9017, 9026, 9035, 9044, - 9054, 9063, 9074, 9075, 9085, 9094, 9103, 9112, 9121, 9130, - 9139, 9148, 9157, 9166, 9175, 9184, 9193, 9202, 9211, 9220, - 9229, 9238, 9247, 9256, 9265, 9274, 9283, 9292, 9301, 9310, - 9319, 9337, 9346, 9347, 9350, 9352, 9358, 9359, 9360, 9361, - 9362, 9374, 9389, 9397, 9405, 9413, 9421, 9429, 9437, 9445, - 9453, 9461, 9469, 9477, 9485, 9493, 9501, 9509, 9517, 9525, - 9533, 9541, 9549, 9557, 9565, 9573, 9591, 9610, 9611, 9615, - 9619, 9639, 9646, 9654, 9662, 9679, 9698, 9707, 9716, 9725, - 9735, 9745, 9755, 9765, 9783, 9791, 9807, 9824, 9825, 9826, - 9831, 9837, 9846, 9847, 9848, 9849, 9850, 9854, 9855, 9858, - 9859, 9860, 9861, 9865, 9866, 9867, 9879, 9889, 9890, 9893, - 9902, 9908, 9927, 9935, 9942, 9950, 9958, 9965, 9972, 9979, - 9986, 9993, 10000, 10007, 10017, 10024, 10034, 10035, 10036, 10040, - 10043, 10046, 10049, 10052, 10059, 10061, 10063, 10068, 10070, 10074, - 10075, 10076, 10088, 10101, 10114, 10132, 10153, 10154, 10155, 10156, - 10166, 10182, 10192, 10193, 10197, 10198, 10202, 10206, 10210, 10228, - 10229, 10230, 10231, 10232, 10233, 10234, 10241, 10242, 10253, 10260, - 10267, 10278, 10295, 10303, 10311, 10319, 10330, 10334, 10345, 10357, - 10374, 10380, 10396, 10409, 10418, 10426, 10434, 10443, 10454, 10465, - 10475, 10476, 10487, 10497, 10508, 10519, 10530, 10541, 10550, 10562, - 10563, 10577, 10601, 10612, 10620, 10631, 10644, 10645, 10657, 10677, - 10687, 10698, 10709, 10713, 10720, 10721, 10725, 10732, 10733, 10737, - 10738, 10739, 10743, 10744, 10748, 10749, 10752, 10753, 10756, 10757, - 10761, 10762, 10766, 10773, 10775, 10780, 10781, 10794, 10801, 10811, - 10818, 10828, 10829, 10830, 10831, 10832, 10833, 10834, 10835, 10836, - 10846, 10856, 10857, 10861, 10862, 10863, 10864, 10874, 10881, 10898, - 10917, 10918, 10928, 10934, 10940, 10946, 10962, 10980, 10984, 10992, - 10998, 11005, 11011, 11018, 11027, 11028, 11032, 11034, 11039, 11050, - 11060, 11070, 11076, 11085, 11094, 11100, 11101, 11112, 11126, 11127, - 11138, 11149, 11150, 11153, 11154, 11155, 11156, 11157, 11158, 11159, - 11160, 11163, 11164, 11168, 11169, 11170, 11181, 11199, 11200, 11204, - 11209, 11233, 11244, 11245, 11255, 11266, 11269, 11270, 11271, 11272, - 11273, 11274, 11277, 11278, 11279, 11327, 11328, 11332, 11333, 11348, - 11349, 11356, 11364, 11372, 11380, 11388, 11396, 11407, 11408, 11440, - 11455, 11471, 11472, 11491, 11495, 11499, 11514, 11521, 11528, 11538, - 11539, 11542, 11557, 11558, 11559, 11563, 11572, 11582, 11588, 11599, - 11611, 11617, 11618, 11622, 11634, 11642, 11647, 11652, 11657, 11662, - 11670, 11678, 11683, 11688, 11695, 11696, 11700, 11701, 11702, 11709, - 11710, 11714, 11715, 11719, 11720, 11724, 11725, 11729, 11733, 11734, - 11737, 11746, 11759, 11764, 11769, 11773, 11784, 11785, 11789, 11797, - 11813, 11821, 11829, 11837, 11848, 11851, 11856, 11857, 11865, 11885, - 11886, 11888, 11893, 11894, 11898, 11899, 11902, 11903, 11928, 11936, - 11945, 11946, 11950, 11951, 11952, 11953, 11954, 11958, 11971, 11978, - 11985, 11992, 11993, 11997, 11998, 12002, 12003, 12007, 12008, 12012, - 12023, 12024, 12025, 12026, 12030, 12031, 12041, 12047, 12065, 12066, - 12070, 12071, 12077, 12082, 12090, 12097, 12105, 12111, 12118, 12153, - 12178, 12182, 12208, 12212, 12225, 12245, 12266, 12278, 12294, 12300, - 12305, 12311, 12318, 12319, 12329, 12335, 12343, 12347, 12351, 12357, - 12364, 12369, 12370, 12371, 12372, 12376, 12377, 12392, 12396, 12404, - 12411, 12418, 12425, 12436, 12437, 12450, 12454, 12461, 12474, 12487, - 12488, 12503, 12513, 12525, 12530, 12531, 12534, 12535, 12538, 12539, - 12544, 12545, 12550, 12551, 12559, 12564, 12565, 12569, 12573, 12579, - 12603, 12613, 12626, 12627, 12631, 12645, 12702, 12716, 12718, 12723, - 12725, 12727, 12729, 12734, 12736, 12741, 12749, 12769, 12774, 12781, - 12786, 12792, 12797, 12806, 12808, 12811, 12815, 12816, 12817, 12818, - 12819, 12820, 12825, 12845, 12846, 12847, 12848, 12859, 12865, 12873, - 12874, 12880, 12885, 12890, 12895, 12900, 12905, 12910, 12915, 12921, - 12927, 12933, 12940, 12962, 12971, 12975, 12983, 12987, 12995, 13007, - 13028, 13032, 13038, 13042, 13055, 13063, 13073, 13075, 13077, 13079, - 13081, 13083, 13088, 13089, 13096, 13105, 13113, 13122, 13133, 13141, - 13142, 13143, 13147, 13149, 13151, 13153, 13155, 13157, 13159, 13164, - 13169, 13175, 13183, 13188, 13195, 13202, 13206, 13210, 13246, 13247, - 13249, 13257, 13273, 13275, 13277, 13279, 13281, 13283, 13285, 13287, - 13289, 13291, 13293, 13295, 13297, 13299, 13302, 13304, 13307, 13309, - 13311, 13313, 13316, 13321, 13330, 13335, 13344, 13349, 13358, 13363, - 13373, 13382, 13391, 13400, 13419, 13427, 13435, 13443, 13451, 13468, - 13476, 13484, 13492, 13500, 13508, 13516, 13520, 13524, 13532, 13540, - 13548, 13556, 13576, 13598, 13609, 13616, 13632, 13637, 13643, 13650, - 13657, 13665, 13673, 13698, 13700, 13702, 13704, 13706, 13708, 13710, - 13712, 13714, 13716, 13718, 13720, 13722, 13724, 13726, 13728, 13730, - 13732, 13734, 13738, 13742, 13747, 13763, 13764, 13765, 13780, 13792, - 13794, 13796, 13807, 13831, 13842, 13853, 13860, 13870, 13880, 13889, - 13895, 13903, 13912, 13921, 13933, 13942, 13972, 14007, 14018, 14019, - 14026, 14033, 14037, 14041, 14045, 14049, 14053, 14057, 14061, 14065, - 14069, 14073, 14077, 14081, 14085, 14089, 14093, 14095, 14102, 14109, - 14116, 14123, 14134, 14148, 14158, 14169, 14185, 14195, 14202, 14209, - 14216, 14220, 14227, 14235, 14243, 14247, 14251, 14255, 14259, 14263, - 14272, 14276, 14285, 14289, 14293, 14298, 14312, 14314, 14318, 14320, - 14322, 14325, 14328, 14331, 14332, 14335, 14343, 14353, 14354, 14357, - 14358, 14359, 14364, 14368, 14372, 14376, 14383, 14384, 14392, 14393, - 14397, 14398, 14406, 14407, 14411, 14412, 14417, 14425, 14427, 14441, - 14444, 14471, 14472, 14475, 14476, 14484, 14491, 14498, 14506, 14515, - 14532, 14577, 14585, 14593, 14601, 14609, 14620, 14621, 14622, 14623, - 14624, 14638, 14639, 14640, 14643, 14644, 14647, 14650, 14651, 14652, - 14655, 14656, 14659, 14660, 14661, 14662, 14663, 14664, 14665, 14666, - 14667, 14668, 14669, 14670, 14673, 14675, 14680, 14682, 14687, 14689, - 14691, 14693, 14695, 14697, 14709, 14713, 14720, 14724, 14730, 14734, - 14743, 14754, 14755, 14758, 14759, 14762, 14766, 14770, 14776, 14777, - 14782, 14792, 14793, 14794, 14795, 14796, 14797, 14798, 14799, 14803, - 14804, 14805, 14806, 14811, 14816, 14825, 14846, 14850, 14855, 14866, - 14883, 14889, 14890, 14891, 14894, 14901, 14911, 14925, 14926, 14930, - 14941, 14942, 14945, 14946, 14949, 14953, 14960, 14964, 14968, 14976, - 14987, 14988, 14992, 14993, 14997, 14998, 15001, 15002, 15012, 15013, - 15017, 15018, 15021, 15029, 15037, 15045, 15067, 15068, 15079, 15083, - 15110, 15112, 15117, 15119, 15121, 15131, 15133, 15144, 15148, 15152, - 15156, 15160, 15169, 15176, 15208, 15212, 15218, 15225, 15229, 15233, - 15239, 15240, 15242, 15243, 15244, 15248, 15288, 15315, 15319, 15323, - 15329, 15331, 15345, 15381, 15394, 15395, 15398, 15399, 15416, 15417, - 15418, 15423, 15424, 15425, 15430, 15431, 15432, 15433, 15439, 15440, - 15441, 15442, 15443, 15449, 15450, 15470, 15471, 15472, 15473, 15474, - 15475, 15476, 15477, 15478, 15479, 15480, 15481, 15482, 15483, 15484, - 15485, 15486, 15487, 15488, 15489, 15490, 15491, 15492, 15493, 15494, - 15495, 15496, 15497, 15498, 15499, 15500, 15501, 15502, 15503, 15504, - 15505, 15506, 15507, 15508, 15509, 15510, 15511, 15512, 15513, 15514, - 15515, 15516, 15517, 15518, 15519, 15520, 15521, 15522, 15523, 15524, - 15525, 15526, 15527, 15528, 15529, 15530, 15531, 15532, 15533, 15534, - 15535, 15536, 15537, 15538, 15539, 15540, 15541, 15542, 15543, 15544, - 15545, 15546, 15547, 15548, 15549, 15550, 15551, 15552, 15553, 15554, - 15555, 15556, 15557, 15558, 15559, 15560, 15561, 15562, 15563, 15564, - 15565, 15566, 15567, 15568, 15569, 15570, 15571, 15572, 15573, 15574, - 15575, 15576, 15577, 15578, 15579, 15580, 15581, 15582, 15583, 15584, - 15585, 15586, 15587, 15588, 15589, 15590, 15591, 15592, 15593, 15594, - 15595, 15596, 15597, 15598, 15599, 15600, 15601, 15602, 15603, 15604, - 15605, 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15614, - 15615, 15616, 15617, 15618, 15619, 15620, 15621, 15622, 15623, 15624, - 15625, 15626, 15627, 15628, 15629, 15630, 15631, 15632, 15633, 15634, - 15635, 15636, 15637, 15638, 15639, 15640, 15641, 15642, 15643, 15644, - 15645, 15646, 15647, 15648, 15649, 15650, 15651, 15652, 15653, 15654, - 15655, 15656, 15657, 15658, 15659, 15660, 15661, 15662, 15663, 15664, - 15665, 15666, 15667, 15668, 15669, 15670, 15671, 15672, 15673, 15674, - 15675, 15676, 15677, 15678, 15679, 15680, 15681, 15682, 15683, 15684, - 15685, 15686, 15687, 15688, 15689, 15690, 15691, 15692, 15693, 15694, - 15695, 15696, 15697, 15698, 15699, 15700, 15701, 15702, 15703, 15704, - 15705, 15706, 15707, 15708, 15709, 15710, 15711, 15712, 15713, 15714, - 15715, 15716, 15717, 15718, 15719, 15720, 15721, 15722, 15723, 15724, - 15725, 15726, 15727, 15728, 15729, 15730, 15731, 15732, 15733, 15734, - 15735, 15736, 15737, 15738, 15739, 15740, 15741, 15742, 15743, 15744, - 15745, 15746, 15747, 15748, 15749, 15750, 15751, 15752, 15753, 15754, - 15755, 15756, 15757, 15758, 15759, 15760, 15761, 15762, 15763, 15764, - 15765, 15766, 15767, 15768, 15769, 15770, 15771, 15772, 15773, 15774, - 15775, 15789, 15790, 15791, 15792, 15793, 15794, 15795, 15796, 15797, - 15798, 15799, 15800, 15801, 15802, 15803, 15804, 15805, 15806, 15807, - 15808, 15809, 15810, 15811, 15812, 15813, 15814, 15815, 15816, 15817, - 15818, 15819, 15820, 15821, 15822, 15823, 15824, 15825, 15826, 15827, - 15828, 15829, 15830, 15831, 15832, 15833, 15834, 15835, 15836, 15837, - 15838, 15839, 15853, 15854, 15855, 15856, 15857, 15858, 15859, 15860, - 15861, 15862, 15863, 15864, 15865, 15866, 15867, 15868, 15869, 15870, - 15871, 15872, 15873, 15874, 15875, 15885, 15886, 15887, 15888, 15889, - 15890, 15891, 15892, 15893, 15894, 15895, 15896, 15897, 15898, 15899, - 15900, 15901, 15902, 15903, 15904, 15905, 15906, 15907, 15908, 15909, - 15910, 15911, 15912, 15913, 15914, 15915, 15916, 15917, 15918, 15919, - 15920, 15921, 15922, 15923, 15924, 15925, 15926, 15927, 15928, 15929, - 15930, 15931, 15932, 15933, 15934, 15935, 15936, 15937, 15938, 15939, - 15940, 15941, 15942, 15943, 15944, 15945, 15946, 15947, 15948, 15949, - 15950, 15951, 15952, 15953, 15954, 15955, 15956, 15957, 15958, 15959, - 15960, 15961, 15974, 15975, 15976, 15977, 15978, 15979, 15980, 15981, - 15982, 15983, 15984, 15985, 15986, 15987, 15988, 15989, 15990, 15991, - 15992, 15993, 15994, 15995, 15996, 15997, 15998, 15999, 16000, 16001, - 16002, 16003, 16004, 16005, 16006, 16007, 16008, 16009, 16010, 16011, - 16012, 16013, 16014, 16015, 16016, 16017, 16018, 16019, 16020, 16021, - 16022, 16023, 16024, 16025, 16026, 16027, 16028, 16029, 16030, 16031, - 16032, 16033, 16034, 16035, 16036, 16037, 16038, 16039, 16040, 16041, - 16042, 16043, 16044, 16045, 16046, 16047, 16048, 16049, 16050, 16051, - 16052, 16053, 16054, 16055, 16056, 16057, 16058, 16059, 16060, 16061, - 16062, 16063, 16064, 16065, 16066, 16067, 16068, 16069, 16070, 16071, - 16072, 16073, 16074, 16075, 16076, 16077, 16078, 16079, 16080, 16081, - 16082, 16083, 16084, 16085, 16086, 16087, 16088, 16089, 16090, 16091, - 16092, 16093, 16094, 16095, 16096, 16097, 16098, 16099, 16100, 16101, - 16102, 16103, 16104, 16105, 16106, 16107, 16108, 16109, 16110, 16111, - 16112, 16113, 16114, 16115, 16116, 16117, 16118, 16119, 16120, 16121, - 16122, 16123, 16124, 16125, 16126, 16127, 16128, 16129, 16130, 16131, - 16132, 16133, 16134, 16135, 16136, 16137, 16138, 16139, 16140, 16141, - 16142, 16143, 16144, 16145, 16146, 16147, 16148, 16149, 16150, 16151, - 16152, 16153, 16154, 16155, 16156, 16157, 16158, 16159, 16160, 16161, - 16162, 16163, 16164, 16165, 16166, 16167, 16168, 16169, 16170, 16171, - 16172, 16173, 16174, 16175, 16176, 16177, 16178, 16179, 16180, 16181, - 16182, 16183, 16184, 16185, 16186, 16187, 16188, 16189, 16190, 16191, - 16192, 16193, 16194, 16195, 16196, 16197, 16198, 16199, 16200, 16201, - 16202, 16203, 16204, 16205, 16206, 16207, 16208, 16209, 16210, 16211, - 16212, 16213, 16214, 16215, 16216, 16217, 16218, 16219, 16220, 16221, - 16222, 16223, 16224, 16225, 16226, 16227, 16228, 16229, 16230, 16231, - 16232, 16233, 16234, 16235, 16236, 16237, 16238, 16239, 16240, 16241, - 16242, 16243, 16244, 16245, 16246, 16247, 16248, 16249, 16250, 16251, - 16252, 16253, 16254, 16255, 16256, 16257, 16258, 16259, 16260, 16261, - 16262, 16263, 16264, 16265, 16266, 16267, 16268, 16269, 16270, 16271, - 16272, 16273, 16274, 16275, 16276, 16277, 16278, 16279, 16280, 16281, - 16282, 16283, 16284, 16285, 16286, 16287, 16288, 16289, 16290, 16291, - 16292, 16293, 16294, 16295, 16296, 16297, 16298, 16299, 16300, 16301, - 16302, 16303, 16304, 16305, 16306, 16307, 16308, 16309, 16310, 16311, - 16312, 16313, 16314, 16315, 16316, 16317, 16318, 16319, 16320, 16321, - 16322, 16323, 16324, 16325, 16326, 16327, 16328, 16329, 16330, 16331, - 16332, 16333, 16334, 16335, 16336, 16337, 16338, 16339, 16340, 16341, - 16342, 16343, 16344, 16345, 16346, 16347, 16348, 16349, 16350, 16351, - 16352, 16353, 16354, 16355, 16356, 16357, 16358, 16359, 16360, 16361, - 16362, 16363, 16364, 16365, 16366, 16367, 16368, 16369, 16370, 16371, - 16372, 16373, 16374, 16375, 16376, 16377, 16378, 16379, 16380, 16381, - 16382, 16383, 16384, 16385, 16386, 16387, 16388, 16389, 16390, 16391 + 0, 827, 827, 832, 836, 841, 848, 855, 874, 886, + 900, 901, 905, 906, 907, 908, 909, 910, 911, 912, + 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, + 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, + 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, + 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, + 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, + 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, + 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, + 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, + 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, + 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, + 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, + 1023, 1024, 1025, 1026, 1027, 1029, 1038, 1053, 1064, 1065, + 1066, 1075, 1076, 1080, 1081, 1085, 1090, 1094, 1104, 1112, + 1116, 1120, 1125, 1129, 1177, 1179, 1183, 1187, 1191, 1195, + 1209, 1227, 1235, 1246, 1247, 1251, 1259, 1267, 1275, 1296, + 1303, 1310, 1317, 1324, 1331, 1348, 1366, 1377, 1378, 1389, + 1399, 1409, 1424, 1442, 1443, 1447, 1454, 1462, 1463, 1464, + 1465, 1466, 1467, 1481, 1487, 1493, 1502, 1510, 1518, 1522, + 1530, 1538, 1545, 1555, 1556, 1564, 1575, 1583, 1591, 1602, + 1610, 1618, 1625, 1634, 1644, 1645, 1649, 1650, 1653, 1655, + 1659, 1660, 1661, 1662, 1666, 1667, 1668, 1674, 1686, 1690, + 1694, 1709, 1716, 1717, 1718, 1722, 1723, 1724, 1728, 1729, + 1733, 1737, 1738, 1745, 1752, 1762, 1769, 1779, 1780, 1785, + 1786, 1791, 1797, 1803, 1809, 1815, 1825, 1835, 1836, 1840, + 1841, 1849, 1864, 1870, 1876, 1882, 1888, 1907, 1916, 1925, + 1934, 1943, 1954, 1965, 1974, 1983, 1992, 2003, 2014, 2023, + 2032, 2041, 2050, 2059, 2068, 2079, 2090, 2099, 2111, 2112, + 2117, 2131, 2144, 2160, 2177, 2186, 2195, 2204, 2213, 2222, + 2230, 2238, 2246, 2255, 2264, 2280, 2289, 2298, 2307, 2316, + 2333, 2342, 2351, 2360, 2370, 2383, 2398, 2407, 2415, 2430, + 2438, 2448, 2458, 2465, 2473, 2481, 2488, 2495, 2503, 2511, + 2519, 2526, 2533, 2541, 2548, 2555, 2563, 2571, 2579, 2587, + 2595, 2603, 2613, 2620, 2628, 2636, 2644, 2652, 2660, 2667, + 2674, 2681, 2687, 2697, 2698, 2702, 2703, 2704, 2708, 2716, + 2720, 2721, 2725, 2732, 2739, 2746, 2756, 2759, 2760, 2764, + 2765, 2770, 2774, 2778, 2783, 2790, 2792, 2797, 2801, 2805, + 2816, 2824, 2877, 2890, 2904, 2916, 2923, 2927, 2941, 2954, + 2955, 2960, 2969, 2979, 2989, 3015, 3021, 3054, 3089, 3111, + 3112, 3116, 3117, 3126, 3127, 3128, 3131, 3132, 3137, 3138, + 3142, 3146, 3150, 3154, 3158, 3162, 3166, 3170, 3174, 3178, + 3182, 3186, 3190, 3199, 3203, 3207, 3211, 3215, 3216, 3221, + 3225, 3232, 3239, 3240, 3241, 3242, 3243, 3247, 3251, 3259, + 3270, 3289, 3308, 3328, 3348, 3368, 3401, 3402, 3403, 3404, + 3405, 3412, 3419, 3420, 3424, 3425, 3429, 3430, 3434, 3438, + 3445, 3449, 3456, 3457, 3458, 3462, 3463, 3466, 3488, 3506, + 3527, 3528, 3532, 3533, 3537, 3538, 3542, 3549, 3550, 3551, + 3582, 3589, 3596, 3607, 3618, 3630, 3639, 3648, 3671, 3689, + 3690, 3709, 3716, 3723, 3730, 3741, 3752, 3753, 3754, 3758, + 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3776, + 3783, 3787, 3800, 3816, 3831, 3847, 3862, 3881, 3902, 3903, + 3907, 3908, 3912, 3913, 3916, 3922, 3923, 3926, 3930, 3938, + 3943, 3949, 3950, 3954, 3959, 3966, 3967, 3977, 3979, 3981, + 3983, 3986, 3989, 3992, 3996, 3997, 3998, 3999, 4000, 4003, + 4004, 4008, 4009, 4012, 4024, 4025, 4028, 4039, 4050, 4064, + 4065, 4070, 4071, 4072, 4075, 4076, 4077, 4078, 4081, 4082, + 4085, 4086, 4089, 4107, 4119, 4140, 4141, 4144, 4150, 4156, + 4173, 4181, 4202, 4215, 4231, 4247, 4248, 4249, 4261, 4274, + 4290, 4304, 4305, 4317, 4337, 4347, 4360, 4368, 4379, 4380, + 4383, 4384, 4387, 4388, 4391, 4395, 4399, 4403, 4407, 4411, + 4415, 4419, 4423, 4427, 4431, 4436, 4440, 4444, 4450, 4451, + 4455, 4456, 4457, 4462, 4465, 4466, 4478, 4493, 4508, 4509, + 4517, 4518, 4522, 4523, 4527, 4528, 4532, 4533, 4537, 4538, + 4548, 4559, 4560, 4573, 4580, 4597, 4605, 4616, 4619, 4623, + 4627, 4631, 4638, 4650, 4660, 4663, 4667, 4680, 4689, 4698, + 4707, 4716, 4725, 4734, 4743, 4752, 4761, 4770, 4779, 4788, + 4806, 4817, 4818, 4819, 4820, 4824, 4825, 4829, 4830, 4840, + 4848, 4860, 4861, 4865, 4869, 4877, 4881, 4885, 4892, 4896, + 4901, 4906, 4913, 4920, 4925, 4935, 4947, 4962, 4963, 4968, + 4969, 4973, 4974, 4984, 4993, 5001, 5018, 5038, 5058, 5079, + 5112, 5127, 5128, 5132, 5140, 5155, 5164, 5176, 5177, 5189, + 5197, 5214, 5238, 5255, 5269, 5270, 5274, 5275, 5279, 5280, + 5284, 5285, 5289, 5303, 5307, 5308, 5312, 5313, 5314, 5315, + 5316, 5326, 5337, 5338, 5349, 5371, 5402, 5403, 5404, 5408, + 5410, 5432, 5434, 5436, 5438, 5440, 5445, 5446, 5450, 5451, + 5455, 5466, 5467, 5471, 5480, 5484, 5488, 5493, 5503, 5504, + 5508, 5509, 5513, 5514, 5518, 5519, 5523, 5524, 5525, 5529, + 5533, 5534, 5535, 5539, 5540, 5545, 5546, 5573, 5574, 5575, + 5576, 5577, 5578, 5591, 5601, 5615, 5617, 5622, 5627, 5629, + 5634, 5644, 5645, 5646, 5647, 5658, 5677, 5688, 5700, 5710, + 5720, 5731, 5740, 5747, 5754, 5763, 5772, 5781, 5790, 5799, + 5809, 5818, 5830, 5833, 5834, 5837, 5841, 5848, 5849, 5850, + 5851, 5852, 5853, 5856, 5859, 5860, 5868, 5875, 5876, 5879, + 5881, 5892, 5903, 5914, 5925, 5938, 5939, 5955, 5970, 5971, + 5975, 5987, 5997, 6005, 6014, 6023, 6024, 6027, 6028, 6031, + 6032, 6033, 6036, 6050, 6055, 6065, 6074, 6086, 6087, 6091, + 6099, 6111, 6121, 6134, 6144, 6166, 6176, 6194, 6204, 6214, + 6224, 6234, 6244, 6254, 6264, 6274, 6284, 6294, 6304, 6318, + 6319, 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, 6328, + 6329, 6330, 6340, 6341, 6342, 6343, 6344, 6348, 6349, 6350, + 6351, 6352, 6353, 6354, 6355, 6360, 6361, 6362, 6366, 6367, + 6370, 6371, 6374, 6376, 6381, 6382, 6393, 6404, 6405, 6406, + 6416, 6424, 6432, 6440, 6448, 6456, 6464, 6472, 6480, 6488, + 6501, 6509, 6517, 6525, 6533, 6541, 6549, 6557, 6568, 6569, + 6583, 6593, 6603, 6613, 6623, 6633, 6643, 6653, 6663, 6673, + 6685, 6686, 6689, 6690, 6700, 6706, 6714, 6722, 6730, 6738, + 6746, 6754, 6762, 6770, 6778, 6786, 6794, 6802, 6810, 6818, + 6826, 6834, 6844, 6845, 6848, 6849, 6859, 6876, 6891, 6918, + 6920, 6922, 6924, 6931, 6940, 6941, 6944, 6951, 6958, 6965, + 6979, 6987, 6995, 7003, 7011, 7019, 7027, 7035, 7043, 7051, + 7059, 7067, 7075, 7083, 7091, 7099, 7107, 7115, 7123, 7131, + 7143, 7144, 7148, 7149, 7154, 7155, 7165, 7178, 7188, 7200, + 7201, 7204, 7205, 7215, 7225, 7226, 7230, 7234, 7238, 7249, + 7262, 7276, 7293, 7294, 7295, 7296, 7297, 7298, 7310, 7340, + 7373, 7374, 7378, 7379, 7383, 7384, 7388, 7389, 7392, 7393, + 7398, 7410, 7429, 7434, 7439, 7446, 7447, 7450, 7451, 7454, + 7455, 7458, 7459, 7462, 7463, 7464, 7467, 7468, 7469, 7485, + 7498, 7512, 7525, 7541, 7542, 7545, 7546, 7550, 7551, 7555, + 7556, 7561, 7574, 7581, 7588, 7603, 7604, 7608, 7609, 7624, + 7633, 7642, 7651, 7660, 7672, 7673, 7674, 7675, 7676, 7682, + 7686, 7701, 7702, 7708, 7718, 7722, 7727, 7735, 7777, 7781, + 7785, 7789, 7797, 7798, 7802, 7813, 7814, 7819, 7820, 7825, + 7826, 7833, 7837, 7841, 7845, 7849, 7853, 7857, 7861, 7865, + 7869, 7873, 7877, 7881, 7885, 7889, 7893, 7898, 7905, 7909, + 7913, 7917, 7921, 7927, 7928, 7934, 7943, 7947, 7958, 7964, + 7973, 7979, 7980, 7984, 7985, 7989, 7990, 7993, 8005, 8009, + 8024, 8032, 8040, 8052, 8053, 8058, 8059, 8076, 8086, 8096, + 8106, 8116, 8126, 8139, 8149, 8162, 8172, 8185, 8193, 8195, + 8197, 8202, 8204, 8209, 8210, 8215, 8233, 8242, 8243, 8247, + 8251, 8263, 8274, 8285, 8298, 8299, 8300, 8304, 8316, 8317, + 8327, 8339, 8343, 8347, 8351, 8358, 8378, 8390, 8402, 8414, + 8428, 8429, 8432, 8433, 8434, 8444, 8453, 8470, 8479, 8488, + 8497, 8506, 8515, 8524, 8533, 8542, 8551, 8560, 8569, 8578, + 8588, 8598, 8607, 8616, 8625, 8634, 8643, 8652, 8662, 8672, + 8682, 8692, 8702, 8712, 8722, 8732, 8742, 8752, 8762, 8772, + 8783, 8794, 8805, 8816, 8827, 8838, 8848, 8858, 8869, 8880, + 8890, 8900, 8908, 8917, 8926, 8935, 8944, 8953, 8962, 8971, + 8980, 8989, 9003, 9004, 9007, 9008, 9018, 9027, 9036, 9045, + 9055, 9064, 9075, 9076, 9086, 9095, 9104, 9113, 9122, 9131, + 9140, 9149, 9158, 9167, 9176, 9185, 9194, 9203, 9212, 9221, + 9230, 9239, 9248, 9257, 9266, 9275, 9284, 9293, 9302, 9311, + 9320, 9338, 9347, 9348, 9351, 9353, 9359, 9360, 9361, 9362, + 9363, 9375, 9390, 9398, 9406, 9414, 9422, 9430, 9438, 9446, + 9454, 9462, 9470, 9478, 9486, 9494, 9502, 9510, 9518, 9526, + 9534, 9542, 9550, 9558, 9566, 9574, 9592, 9611, 9612, 9616, + 9620, 9640, 9647, 9655, 9663, 9680, 9699, 9708, 9717, 9726, + 9736, 9746, 9756, 9766, 9784, 9792, 9808, 9825, 9826, 9827, + 9832, 9838, 9847, 9848, 9849, 9850, 9851, 9855, 9856, 9859, + 9860, 9861, 9862, 9866, 9867, 9868, 9880, 9890, 9891, 9894, + 9903, 9909, 9928, 9936, 9943, 9951, 9959, 9966, 9973, 9980, + 9987, 9994, 10001, 10008, 10018, 10025, 10035, 10036, 10037, 10041, + 10044, 10047, 10050, 10053, 10060, 10062, 10064, 10069, 10071, 10075, + 10076, 10077, 10089, 10102, 10115, 10133, 10154, 10155, 10156, 10157, + 10167, 10183, 10193, 10194, 10198, 10199, 10203, 10207, 10211, 10229, + 10230, 10231, 10232, 10233, 10234, 10235, 10242, 10243, 10254, 10261, + 10268, 10279, 10296, 10304, 10312, 10320, 10331, 10335, 10346, 10358, + 10375, 10381, 10397, 10410, 10419, 10427, 10435, 10444, 10455, 10466, + 10476, 10477, 10488, 10498, 10509, 10520, 10531, 10542, 10551, 10563, + 10564, 10578, 10602, 10613, 10621, 10632, 10645, 10646, 10658, 10678, + 10688, 10699, 10710, 10714, 10721, 10722, 10726, 10733, 10734, 10738, + 10739, 10740, 10744, 10745, 10749, 10750, 10753, 10754, 10757, 10758, + 10762, 10763, 10767, 10774, 10776, 10781, 10782, 10795, 10802, 10812, + 10819, 10829, 10830, 10831, 10832, 10833, 10834, 10835, 10836, 10837, + 10847, 10857, 10858, 10862, 10863, 10864, 10865, 10875, 10882, 10899, + 10918, 10919, 10929, 10935, 10941, 10947, 10963, 10981, 10985, 10993, + 10999, 11006, 11012, 11019, 11028, 11029, 11033, 11035, 11040, 11051, + 11061, 11071, 11077, 11086, 11095, 11101, 11102, 11113, 11127, 11128, + 11139, 11150, 11151, 11154, 11155, 11156, 11157, 11158, 11159, 11160, + 11161, 11164, 11165, 11169, 11170, 11171, 11182, 11200, 11201, 11205, + 11210, 11234, 11245, 11246, 11256, 11267, 11270, 11271, 11272, 11273, + 11274, 11275, 11278, 11279, 11280, 11328, 11329, 11333, 11334, 11349, + 11350, 11357, 11365, 11373, 11381, 11389, 11397, 11408, 11409, 11441, + 11456, 11472, 11473, 11492, 11496, 11500, 11515, 11522, 11529, 11539, + 11540, 11543, 11558, 11559, 11560, 11564, 11573, 11583, 11589, 11600, + 11612, 11618, 11619, 11623, 11635, 11643, 11648, 11653, 11658, 11663, + 11671, 11679, 11684, 11689, 11696, 11697, 11701, 11702, 11703, 11710, + 11711, 11715, 11716, 11720, 11721, 11725, 11726, 11730, 11734, 11735, + 11738, 11747, 11760, 11765, 11770, 11774, 11785, 11786, 11790, 11798, + 11814, 11822, 11830, 11838, 11849, 11852, 11857, 11858, 11866, 11886, + 11887, 11889, 11894, 11895, 11899, 11900, 11903, 11904, 11929, 11937, + 11946, 11947, 11951, 11952, 11953, 11954, 11955, 11959, 11972, 11979, + 11986, 11993, 11994, 11998, 11999, 12003, 12004, 12008, 12009, 12013, + 12024, 12025, 12026, 12027, 12031, 12032, 12042, 12048, 12066, 12067, + 12071, 12072, 12078, 12083, 12091, 12098, 12106, 12112, 12119, 12154, + 12179, 12183, 12209, 12213, 12226, 12246, 12267, 12279, 12295, 12301, + 12306, 12312, 12319, 12320, 12330, 12336, 12344, 12348, 12352, 12358, + 12365, 12370, 12371, 12372, 12373, 12377, 12378, 12393, 12397, 12405, + 12412, 12419, 12426, 12437, 12438, 12451, 12455, 12462, 12475, 12488, + 12489, 12504, 12514, 12526, 12531, 12532, 12535, 12536, 12539, 12540, + 12545, 12546, 12551, 12552, 12560, 12565, 12566, 12570, 12574, 12580, + 12604, 12614, 12627, 12628, 12632, 12646, 12703, 12717, 12719, 12724, + 12726, 12728, 12730, 12735, 12737, 12742, 12750, 12770, 12775, 12782, + 12787, 12793, 12798, 12807, 12809, 12812, 12816, 12817, 12818, 12819, + 12820, 12821, 12826, 12846, 12847, 12848, 12849, 12860, 12866, 12874, + 12875, 12881, 12886, 12891, 12896, 12901, 12906, 12911, 12916, 12922, + 12928, 12934, 12941, 12963, 12972, 12976, 12984, 12988, 12996, 13008, + 13029, 13033, 13039, 13043, 13056, 13064, 13074, 13076, 13078, 13080, + 13082, 13084, 13089, 13090, 13097, 13106, 13114, 13123, 13134, 13142, + 13143, 13144, 13148, 13150, 13152, 13154, 13156, 13158, 13160, 13165, + 13170, 13176, 13184, 13189, 13196, 13203, 13207, 13211, 13247, 13248, + 13250, 13258, 13274, 13276, 13278, 13280, 13282, 13284, 13286, 13288, + 13290, 13292, 13294, 13296, 13298, 13300, 13303, 13305, 13308, 13310, + 13312, 13314, 13317, 13322, 13331, 13336, 13345, 13350, 13359, 13364, + 13374, 13383, 13392, 13401, 13420, 13428, 13436, 13444, 13452, 13469, + 13477, 13485, 13493, 13501, 13509, 13517, 13521, 13525, 13533, 13541, + 13549, 13557, 13577, 13599, 13610, 13617, 13633, 13638, 13644, 13651, + 13658, 13666, 13674, 13699, 13701, 13703, 13705, 13707, 13709, 13711, + 13713, 13715, 13717, 13719, 13721, 13723, 13725, 13727, 13729, 13731, + 13733, 13735, 13739, 13743, 13748, 13764, 13765, 13766, 13781, 13793, + 13795, 13797, 13808, 13832, 13843, 13854, 13861, 13871, 13881, 13890, + 13896, 13904, 13913, 13922, 13934, 13943, 13973, 14008, 14019, 14020, + 14027, 14034, 14038, 14042, 14046, 14050, 14054, 14058, 14062, 14066, + 14070, 14074, 14078, 14082, 14086, 14090, 14094, 14096, 14103, 14110, + 14117, 14124, 14135, 14149, 14159, 14170, 14186, 14196, 14203, 14210, + 14217, 14221, 14228, 14236, 14244, 14248, 14252, 14256, 14260, 14264, + 14273, 14277, 14286, 14290, 14294, 14299, 14313, 14315, 14319, 14321, + 14323, 14326, 14329, 14332, 14333, 14336, 14344, 14354, 14355, 14358, + 14359, 14360, 14365, 14369, 14373, 14377, 14384, 14385, 14393, 14394, + 14398, 14399, 14407, 14408, 14412, 14413, 14418, 14426, 14428, 14442, + 14445, 14472, 14473, 14476, 14477, 14485, 14492, 14499, 14507, 14516, + 14533, 14578, 14586, 14594, 14602, 14610, 14621, 14622, 14623, 14624, + 14625, 14639, 14640, 14641, 14644, 14645, 14648, 14651, 14652, 14653, + 14656, 14657, 14660, 14661, 14662, 14663, 14664, 14665, 14666, 14667, + 14668, 14669, 14670, 14671, 14674, 14676, 14681, 14683, 14688, 14690, + 14692, 14694, 14696, 14698, 14710, 14714, 14721, 14725, 14731, 14735, + 14744, 14755, 14756, 14759, 14760, 14763, 14767, 14771, 14777, 14778, + 14783, 14793, 14794, 14795, 14796, 14797, 14798, 14799, 14800, 14804, + 14805, 14806, 14807, 14812, 14817, 14826, 14847, 14851, 14856, 14867, + 14884, 14890, 14891, 14892, 14895, 14902, 14912, 14926, 14927, 14931, + 14942, 14943, 14946, 14947, 14950, 14954, 14961, 14965, 14969, 14977, + 14988, 14989, 14993, 14994, 14998, 14999, 15002, 15003, 15013, 15014, + 15018, 15019, 15022, 15030, 15038, 15046, 15068, 15069, 15080, 15084, + 15111, 15113, 15118, 15120, 15122, 15132, 15134, 15145, 15149, 15153, + 15157, 15161, 15170, 15177, 15209, 15213, 15219, 15226, 15230, 15234, + 15240, 15241, 15243, 15244, 15245, 15249, 15289, 15316, 15320, 15324, + 15330, 15332, 15346, 15382, 15395, 15396, 15399, 15400, 15417, 15418, + 15419, 15424, 15425, 15426, 15431, 15432, 15433, 15434, 15440, 15441, + 15442, 15443, 15444, 15450, 15451, 15471, 15472, 15473, 15474, 15475, + 15476, 15477, 15478, 15479, 15480, 15481, 15482, 15483, 15484, 15485, + 15486, 15487, 15488, 15489, 15490, 15491, 15492, 15493, 15494, 15495, + 15496, 15497, 15498, 15499, 15500, 15501, 15502, 15503, 15504, 15505, + 15506, 15507, 15508, 15509, 15510, 15511, 15512, 15513, 15514, 15515, + 15516, 15517, 15518, 15519, 15520, 15521, 15522, 15523, 15524, 15525, + 15526, 15527, 15528, 15529, 15530, 15531, 15532, 15533, 15534, 15535, + 15536, 15537, 15538, 15539, 15540, 15541, 15542, 15543, 15544, 15545, + 15546, 15547, 15548, 15549, 15550, 15551, 15552, 15553, 15554, 15555, + 15556, 15557, 15558, 15559, 15560, 15561, 15562, 15563, 15564, 15565, + 15566, 15567, 15568, 15569, 15570, 15571, 15572, 15573, 15574, 15575, + 15576, 15577, 15578, 15579, 15580, 15581, 15582, 15583, 15584, 15585, + 15586, 15587, 15588, 15589, 15590, 15591, 15592, 15593, 15594, 15595, + 15596, 15597, 15598, 15599, 15600, 15601, 15602, 15603, 15604, 15605, + 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15614, 15615, + 15616, 15617, 15618, 15619, 15620, 15621, 15622, 15623, 15624, 15625, + 15626, 15627, 15628, 15629, 15630, 15631, 15632, 15633, 15634, 15635, + 15636, 15637, 15638, 15639, 15640, 15641, 15642, 15643, 15644, 15645, + 15646, 15647, 15648, 15649, 15650, 15651, 15652, 15653, 15654, 15655, + 15656, 15657, 15658, 15659, 15660, 15661, 15662, 15663, 15664, 15665, + 15666, 15667, 15668, 15669, 15670, 15671, 15672, 15673, 15674, 15675, + 15676, 15677, 15678, 15679, 15680, 15681, 15682, 15683, 15684, 15685, + 15686, 15687, 15688, 15689, 15690, 15691, 15692, 15693, 15694, 15695, + 15696, 15697, 15698, 15699, 15700, 15701, 15702, 15703, 15704, 15705, + 15706, 15707, 15708, 15709, 15710, 15711, 15712, 15713, 15714, 15715, + 15716, 15717, 15718, 15719, 15720, 15721, 15722, 15723, 15724, 15725, + 15726, 15727, 15728, 15729, 15730, 15731, 15732, 15733, 15734, 15735, + 15736, 15737, 15738, 15739, 15740, 15741, 15742, 15743, 15744, 15745, + 15746, 15747, 15748, 15749, 15750, 15751, 15752, 15753, 15754, 15755, + 15756, 15757, 15758, 15759, 15760, 15761, 15762, 15763, 15764, 15765, + 15766, 15767, 15768, 15769, 15770, 15771, 15772, 15773, 15774, 15775, + 15776, 15790, 15791, 15792, 15793, 15794, 15795, 15796, 15797, 15798, + 15799, 15800, 15801, 15802, 15803, 15804, 15805, 15806, 15807, 15808, + 15809, 15810, 15811, 15812, 15813, 15814, 15815, 15816, 15817, 15818, + 15819, 15820, 15821, 15822, 15823, 15824, 15825, 15826, 15827, 15828, + 15829, 15830, 15831, 15832, 15833, 15834, 15835, 15836, 15837, 15838, + 15839, 15840, 15854, 15855, 15856, 15857, 15858, 15859, 15860, 15861, + 15862, 15863, 15864, 15865, 15866, 15867, 15868, 15869, 15870, 15871, + 15872, 15873, 15874, 15875, 15876, 15886, 15887, 15888, 15889, 15890, + 15891, 15892, 15893, 15894, 15895, 15896, 15897, 15898, 15899, 15900, + 15901, 15902, 15903, 15904, 15905, 15906, 15907, 15908, 15909, 15910, + 15911, 15912, 15913, 15914, 15915, 15916, 15917, 15918, 15919, 15920, + 15921, 15922, 15923, 15924, 15925, 15926, 15927, 15928, 15929, 15930, + 15931, 15932, 15933, 15934, 15935, 15936, 15937, 15938, 15939, 15940, + 15941, 15942, 15943, 15944, 15945, 15946, 15947, 15948, 15949, 15950, + 15951, 15952, 15953, 15954, 15955, 15956, 15957, 15958, 15959, 15960, + 15961, 15962, 15975, 15976, 15977, 15978, 15979, 15980, 15981, 15982, + 15983, 15984, 15985, 15986, 15987, 15988, 15989, 15990, 15991, 15992, + 15993, 15994, 15995, 15996, 15997, 15998, 15999, 16000, 16001, 16002, + 16003, 16004, 16005, 16006, 16007, 16008, 16009, 16010, 16011, 16012, + 16013, 16014, 16015, 16016, 16017, 16018, 16019, 16020, 16021, 16022, + 16023, 16024, 16025, 16026, 16027, 16028, 16029, 16030, 16031, 16032, + 16033, 16034, 16035, 16036, 16037, 16038, 16039, 16040, 16041, 16042, + 16043, 16044, 16045, 16046, 16047, 16048, 16049, 16050, 16051, 16052, + 16053, 16054, 16055, 16056, 16057, 16058, 16059, 16060, 16061, 16062, + 16063, 16064, 16065, 16066, 16067, 16068, 16069, 16070, 16071, 16072, + 16073, 16074, 16075, 16076, 16077, 16078, 16079, 16080, 16081, 16082, + 16083, 16084, 16085, 16086, 16087, 16088, 16089, 16090, 16091, 16092, + 16093, 16094, 16095, 16096, 16097, 16098, 16099, 16100, 16101, 16102, + 16103, 16104, 16105, 16106, 16107, 16108, 16109, 16110, 16111, 16112, + 16113, 16114, 16115, 16116, 16117, 16118, 16119, 16120, 16121, 16122, + 16123, 16124, 16125, 16126, 16127, 16128, 16129, 16130, 16131, 16132, + 16133, 16134, 16135, 16136, 16137, 16138, 16139, 16140, 16141, 16142, + 16143, 16144, 16145, 16146, 16147, 16148, 16149, 16150, 16151, 16152, + 16153, 16154, 16155, 16156, 16157, 16158, 16159, 16160, 16161, 16162, + 16163, 16164, 16165, 16166, 16167, 16168, 16169, 16170, 16171, 16172, + 16173, 16174, 16175, 16176, 16177, 16178, 16179, 16180, 16181, 16182, + 16183, 16184, 16185, 16186, 16187, 16188, 16189, 16190, 16191, 16192, + 16193, 16194, 16195, 16196, 16197, 16198, 16199, 16200, 16201, 16202, + 16203, 16204, 16205, 16206, 16207, 16208, 16209, 16210, 16211, 16212, + 16213, 16214, 16215, 16216, 16217, 16218, 16219, 16220, 16221, 16222, + 16223, 16224, 16225, 16226, 16227, 16228, 16229, 16230, 16231, 16232, + 16233, 16234, 16235, 16236, 16237, 16238, 16239, 16240, 16241, 16242, + 16243, 16244, 16245, 16246, 16247, 16248, 16249, 16250, 16251, 16252, + 16253, 16254, 16255, 16256, 16257, 16258, 16259, 16260, 16261, 16262, + 16263, 16264, 16265, 16266, 16267, 16268, 16269, 16270, 16271, 16272, + 16273, 16274, 16275, 16276, 16277, 16278, 16279, 16280, 16281, 16282, + 16283, 16284, 16285, 16286, 16287, 16288, 16289, 16290, 16291, 16292, + 16293, 16294, 16295, 16296, 16297, 16298, 16299, 16300, 16301, 16302, + 16303, 16304, 16305, 16306, 16307, 16308, 16309, 16310, 16311, 16312, + 16313, 16314, 16315, 16316, 16317, 16318, 16319, 16320, 16321, 16322, + 16323, 16324, 16325, 16326, 16327, 16328, 16329, 16330, 16331, 16332, + 16333, 16334, 16335, 16336, 16337, 16338, 16339, 16340, 16341, 16342, + 16343, 16344, 16345, 16346, 16347, 16348, 16349, 16350, 16351, 16352, + 16353, 16354, 16355, 16356, 16357, 16358, 16359, 16360, 16361, 16362, + 16363, 16364, 16365, 16366, 16367, 16368, 16369, 16370, 16371, 16372, + 16373, 16374, 16375, 16376, 16377, 16378, 16379, 16380, 16381, 16382, + 16383, 16384, 16385, 16386, 16387, 16388, 16389, 16390, 16391, 16392 }; #endif @@ -2300,7 +2300,7 @@ "POLICY", "POSITION", "PRECEDING", "PRECISION", "PRESERVE", "PREPARE", "PREPARED", "PRIMARY", "PRIOR", "PRIVILEGES", "PROCEDURAL", "PROCEDURE", "PROCEDURES", "PROGRAM", "PUBLICATION", "QUOTE", "RANGE", "READ", "REAL", - "REASSIGN", "RECHECK", "RECURSIVE", "REF", "REFERENCES", "REFERENCING", + "REASSIGN", "RECHECK", "RECURSIVE", "REF_P", "REFERENCES", "REFERENCING", "REFRESH", "REINDEX", "RELATIVE_P", "RELEASE", "RENAME", "REPEATABLE", "REPLACE", "REPLICA", "RESET", "RESTART", "RESTRICT", "RETURN", "RETURNING", "RETURNS", "REVOKE", "RIGHT", "ROLE", "ROLLBACK", "ROLLUP", @@ -27413,62 +27413,63 @@ #line 828 "gram.y" { pg_yyget_extra(yyscanner)->parsetree = (yyvsp[0].list); + (void) yynerrs; /* suppress compiler warning */ } -#line 27418 "gram.c" +#line 27419 "gram.c" break; case 3: /* parse_toplevel: MODE_TYPE_NAME Typename */ -#line 832 "gram.y" +#line 833 "gram.y" { pg_yyget_extra(yyscanner)->parsetree = list_make1((yyvsp[0].typnam)); } -#line 27426 "gram.c" +#line 27427 "gram.c" break; case 4: /* parse_toplevel: MODE_PLPGSQL_EXPR PLpgSQL_Expr */ -#line 836 "gram.y" +#line 837 "gram.y" { pg_yyget_extra(yyscanner)->parsetree = list_make1(makeRawStmt((yyvsp[0].node), 0)); } -#line 27435 "gram.c" +#line 27436 "gram.c" break; case 5: /* parse_toplevel: MODE_PLPGSQL_ASSIGN1 PLAssignStmt */ -#line 841 "gram.y" +#line 842 "gram.y" { PLAssignStmt *n = (PLAssignStmt *) (yyvsp[0].node); n->nnames = 1; pg_yyget_extra(yyscanner)->parsetree = list_make1(makeRawStmt((Node *) n, 0)); } -#line 27446 "gram.c" +#line 27447 "gram.c" break; case 6: /* parse_toplevel: MODE_PLPGSQL_ASSIGN2 PLAssignStmt */ -#line 848 "gram.y" +#line 849 "gram.y" { PLAssignStmt *n = (PLAssignStmt *) (yyvsp[0].node); n->nnames = 2; pg_yyget_extra(yyscanner)->parsetree = list_make1(makeRawStmt((Node *) n, 0)); } -#line 27457 "gram.c" +#line 27458 "gram.c" break; case 7: /* parse_toplevel: MODE_PLPGSQL_ASSIGN3 PLAssignStmt */ -#line 855 "gram.y" +#line 856 "gram.y" { PLAssignStmt *n = (PLAssignStmt *) (yyvsp[0].node); n->nnames = 3; pg_yyget_extra(yyscanner)->parsetree = list_make1(makeRawStmt((Node *) n, 0)); } -#line 27468 "gram.c" +#line 27469 "gram.c" break; case 8: /* stmtmulti: stmtmulti ';' toplevel_stmt */ -#line 874 "gram.y" +#line 875 "gram.y" { if ((yyvsp[-2].list) != NIL) { @@ -27480,38 +27481,38 @@ else (yyval.list) = (yyvsp[-2].list); } -#line 27484 "gram.c" +#line 27485 "gram.c" break; case 9: /* stmtmulti: toplevel_stmt */ -#line 886 "gram.y" +#line 887 "gram.y" { if ((yyvsp[0].node) != NULL) (yyval.list) = list_make1(makeRawStmt((yyvsp[0].node), 0)); else (yyval.list) = NIL; } -#line 27495 "gram.c" +#line 27496 "gram.c" break; case 135: /* stmt: %empty */ -#line 1028 "gram.y" +#line 1029 "gram.y" { (yyval.node) = NULL; } -#line 27501 "gram.c" +#line 27502 "gram.c" break; case 136: /* CallStmt: CALL func_application */ -#line 1038 "gram.y" +#line 1039 "gram.y" { CallStmt *n = makeNode(CallStmt); n->funccall = castNode(FuncCall, (yyvsp[0].node)); (yyval.node) = (Node *)n; } -#line 27511 "gram.c" +#line 27512 "gram.c" break; case 137: /* CreateRoleStmt: CREATE ROLE RoleId opt_with OptRoleList */ -#line 1053 "gram.y" +#line 1054 "gram.y" { CreateRoleStmt *n = makeNode(CreateRoleStmt); n->stmt_type = ROLESTMT_ROLE; @@ -27519,52 +27520,52 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27523 "gram.c" +#line 27524 "gram.c" break; case 141: /* OptRoleList: OptRoleList CreateOptRoleElem */ -#line 1074 "gram.y" +#line 1075 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 27529 "gram.c" +#line 27530 "gram.c" break; case 142: /* OptRoleList: %empty */ -#line 1075 "gram.y" +#line 1076 "gram.y" { (yyval.list) = NIL; } -#line 27535 "gram.c" +#line 27536 "gram.c" break; case 143: /* AlterOptRoleList: AlterOptRoleList AlterOptRoleElem */ -#line 1079 "gram.y" +#line 1080 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 27541 "gram.c" +#line 27542 "gram.c" break; case 144: /* AlterOptRoleList: %empty */ -#line 1080 "gram.y" +#line 1081 "gram.y" { (yyval.list) = NIL; } -#line 27547 "gram.c" +#line 27548 "gram.c" break; case 145: /* AlterOptRoleElem: PASSWORD Sconst */ -#line 1085 "gram.y" +#line 1086 "gram.y" { (yyval.defelt) = makeDefElem("password", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 27556 "gram.c" +#line 27557 "gram.c" break; case 146: /* AlterOptRoleElem: PASSWORD NULL_P */ -#line 1090 "gram.y" +#line 1091 "gram.y" { (yyval.defelt) = makeDefElem("password", NULL, (yylsp[-1])); } -#line 27564 "gram.c" +#line 27565 "gram.c" break; case 147: /* AlterOptRoleElem: ENCRYPTED PASSWORD Sconst */ -#line 1094 "gram.y" +#line 1095 "gram.y" { /* * These days, passwords are always stored in encrypted @@ -27574,11 +27575,11 @@ (yyval.defelt) = makeDefElem("password", (Node *)makeString((yyvsp[0].str)), (yylsp[-2])); } -#line 27578 "gram.c" +#line 27579 "gram.c" break; case 148: /* AlterOptRoleElem: UNENCRYPTED PASSWORD Sconst */ -#line 1104 "gram.y" +#line 1105 "gram.y" { ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), @@ -27586,43 +27587,43 @@ errhint("Remove UNENCRYPTED to store the password in encrypted form instead."), parser_errposition((yylsp[-2])))); } -#line 27590 "gram.c" +#line 27591 "gram.c" break; case 149: /* AlterOptRoleElem: INHERIT */ -#line 1112 "gram.y" +#line 1113 "gram.y" { (yyval.defelt) = makeDefElem("inherit", (Node *)makeInteger(true), (yylsp[0])); } -#line 27598 "gram.c" +#line 27599 "gram.c" break; case 150: /* AlterOptRoleElem: CONNECTION LIMIT SignedIconst */ -#line 1116 "gram.y" +#line 1117 "gram.y" { (yyval.defelt) = makeDefElem("connectionlimit", (Node *)makeInteger((yyvsp[0].ival)), (yylsp[-2])); } -#line 27606 "gram.c" +#line 27607 "gram.c" break; case 151: /* AlterOptRoleElem: VALID UNTIL Sconst */ -#line 1120 "gram.y" +#line 1121 "gram.y" { (yyval.defelt) = makeDefElem("validUntil", (Node *)makeString((yyvsp[0].str)), (yylsp[-2])); } -#line 27614 "gram.c" +#line 27615 "gram.c" break; case 152: /* AlterOptRoleElem: USER role_list */ -#line 1125 "gram.y" +#line 1126 "gram.y" { (yyval.defelt) = makeDefElem("rolemembers", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 27622 "gram.c" +#line 27623 "gram.c" break; case 153: /* AlterOptRoleElem: IDENT */ -#line 1129 "gram.y" +#line 1130 "gram.y" { /* * We handle identifiers that aren't parser keywords with @@ -27667,57 +27668,57 @@ errmsg("unrecognized role option \"%s\"", (yyvsp[0].str)), parser_errposition((yylsp[0])))); } -#line 27671 "gram.c" +#line 27672 "gram.c" break; case 154: /* CreateOptRoleElem: AlterOptRoleElem */ -#line 1176 "gram.y" +#line 1177 "gram.y" { (yyval.defelt) = (yyvsp[0].defelt); } -#line 27677 "gram.c" +#line 27678 "gram.c" break; case 155: /* CreateOptRoleElem: SYSID Iconst */ -#line 1179 "gram.y" +#line 1180 "gram.y" { (yyval.defelt) = makeDefElem("sysid", (Node *)makeInteger((yyvsp[0].ival)), (yylsp[-1])); } -#line 27685 "gram.c" +#line 27686 "gram.c" break; case 156: /* CreateOptRoleElem: ADMIN role_list */ -#line 1183 "gram.y" +#line 1184 "gram.y" { (yyval.defelt) = makeDefElem("adminmembers", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 27693 "gram.c" +#line 27694 "gram.c" break; case 157: /* CreateOptRoleElem: ROLE role_list */ -#line 1187 "gram.y" +#line 1188 "gram.y" { (yyval.defelt) = makeDefElem("rolemembers", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 27701 "gram.c" +#line 27702 "gram.c" break; case 158: /* CreateOptRoleElem: IN_P ROLE role_list */ -#line 1191 "gram.y" +#line 1192 "gram.y" { (yyval.defelt) = makeDefElem("addroleto", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 27709 "gram.c" +#line 27710 "gram.c" break; case 159: /* CreateOptRoleElem: IN_P GROUP_P role_list */ -#line 1195 "gram.y" +#line 1196 "gram.y" { (yyval.defelt) = makeDefElem("addroleto", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 27717 "gram.c" +#line 27718 "gram.c" break; case 160: /* CreateUserStmt: CREATE USER RoleId opt_with OptRoleList */ -#line 1209 "gram.y" +#line 1210 "gram.y" { CreateRoleStmt *n = makeNode(CreateRoleStmt); n->stmt_type = ROLESTMT_USER; @@ -27725,11 +27726,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27729 "gram.c" +#line 27730 "gram.c" break; case 161: /* AlterRoleStmt: ALTER ROLE RoleSpec opt_with AlterOptRoleList */ -#line 1227 "gram.y" +#line 1228 "gram.y" { AlterRoleStmt *n = makeNode(AlterRoleStmt); n->role = (yyvsp[-2].rolespec); @@ -27737,11 +27738,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27741 "gram.c" +#line 27742 "gram.c" break; case 162: /* AlterRoleStmt: ALTER USER RoleSpec opt_with AlterOptRoleList */ -#line 1235 "gram.y" +#line 1236 "gram.y" { AlterRoleStmt *n = makeNode(AlterRoleStmt); n->role = (yyvsp[-2].rolespec); @@ -27749,23 +27750,23 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27753 "gram.c" +#line 27754 "gram.c" break; case 163: /* opt_in_database: %empty */ -#line 1245 "gram.y" +#line 1246 "gram.y" { (yyval.str) = NULL; } -#line 27759 "gram.c" +#line 27760 "gram.c" break; case 164: /* opt_in_database: IN_P DATABASE name */ -#line 1246 "gram.y" +#line 1247 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 27765 "gram.c" +#line 27766 "gram.c" break; case 165: /* AlterRoleSetStmt: ALTER ROLE RoleSpec opt_in_database SetResetClause */ -#line 1251 "gram.y" +#line 1252 "gram.y" { AlterRoleSetStmt *n = makeNode(AlterRoleSetStmt); n->role = (yyvsp[-2].rolespec); @@ -27773,11 +27774,11 @@ n->setstmt = (yyvsp[0].vsetstmt); (yyval.node) = (Node *)n; } -#line 27777 "gram.c" +#line 27778 "gram.c" break; case 166: /* AlterRoleSetStmt: ALTER ROLE ALL opt_in_database SetResetClause */ -#line 1259 "gram.y" +#line 1260 "gram.y" { AlterRoleSetStmt *n = makeNode(AlterRoleSetStmt); n->role = NULL; @@ -27785,11 +27786,11 @@ n->setstmt = (yyvsp[0].vsetstmt); (yyval.node) = (Node *)n; } -#line 27789 "gram.c" +#line 27790 "gram.c" break; case 167: /* AlterRoleSetStmt: ALTER USER RoleSpec opt_in_database SetResetClause */ -#line 1267 "gram.y" +#line 1268 "gram.y" { AlterRoleSetStmt *n = makeNode(AlterRoleSetStmt); n->role = (yyvsp[-2].rolespec); @@ -27797,11 +27798,11 @@ n->setstmt = (yyvsp[0].vsetstmt); (yyval.node) = (Node *)n; } -#line 27801 "gram.c" +#line 27802 "gram.c" break; case 168: /* AlterRoleSetStmt: ALTER USER ALL opt_in_database SetResetClause */ -#line 1275 "gram.y" +#line 1276 "gram.y" { AlterRoleSetStmt *n = makeNode(AlterRoleSetStmt); n->role = NULL; @@ -27809,77 +27810,77 @@ n->setstmt = (yyvsp[0].vsetstmt); (yyval.node) = (Node *)n; } -#line 27813 "gram.c" +#line 27814 "gram.c" break; case 169: /* DropRoleStmt: DROP ROLE role_list */ -#line 1296 "gram.y" +#line 1297 "gram.y" { DropRoleStmt *n = makeNode(DropRoleStmt); n->missing_ok = false; n->roles = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27824 "gram.c" +#line 27825 "gram.c" break; case 170: /* DropRoleStmt: DROP ROLE IF_P EXISTS role_list */ -#line 1303 "gram.y" +#line 1304 "gram.y" { DropRoleStmt *n = makeNode(DropRoleStmt); n->missing_ok = true; n->roles = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27835 "gram.c" +#line 27836 "gram.c" break; case 171: /* DropRoleStmt: DROP USER role_list */ -#line 1310 "gram.y" +#line 1311 "gram.y" { DropRoleStmt *n = makeNode(DropRoleStmt); n->missing_ok = false; n->roles = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27846 "gram.c" +#line 27847 "gram.c" break; case 172: /* DropRoleStmt: DROP USER IF_P EXISTS role_list */ -#line 1317 "gram.y" +#line 1318 "gram.y" { DropRoleStmt *n = makeNode(DropRoleStmt); n->roles = (yyvsp[0].list); n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 27857 "gram.c" +#line 27858 "gram.c" break; case 173: /* DropRoleStmt: DROP GROUP_P role_list */ -#line 1324 "gram.y" +#line 1325 "gram.y" { DropRoleStmt *n = makeNode(DropRoleStmt); n->missing_ok = false; n->roles = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27868 "gram.c" +#line 27869 "gram.c" break; case 174: /* DropRoleStmt: DROP GROUP_P IF_P EXISTS role_list */ -#line 1331 "gram.y" +#line 1332 "gram.y" { DropRoleStmt *n = makeNode(DropRoleStmt); n->missing_ok = true; n->roles = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27879 "gram.c" +#line 27880 "gram.c" break; case 175: /* CreateGroupStmt: CREATE GROUP_P RoleId opt_with OptRoleList */ -#line 1348 "gram.y" +#line 1349 "gram.y" { CreateRoleStmt *n = makeNode(CreateRoleStmt); n->stmt_type = ROLESTMT_GROUP; @@ -27887,11 +27888,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 27891 "gram.c" +#line 27892 "gram.c" break; case 176: /* AlterGroupStmt: ALTER GROUP_P RoleSpec add_drop USER role_list */ -#line 1366 "gram.y" +#line 1367 "gram.y" { AlterRoleStmt *n = makeNode(AlterRoleStmt); n->role = (yyvsp[-3].rolespec); @@ -27900,23 +27901,23 @@ (Node *)(yyvsp[0].list), (yylsp[0]))); (yyval.node) = (Node *)n; } -#line 27904 "gram.c" +#line 27905 "gram.c" break; case 177: /* add_drop: ADD_P */ -#line 1376 "gram.y" +#line 1377 "gram.y" { (yyval.ival) = +1; } -#line 27910 "gram.c" +#line 27911 "gram.c" break; case 178: /* add_drop: DROP */ -#line 1377 "gram.y" +#line 1378 "gram.y" { (yyval.ival) = -1; } -#line 27916 "gram.c" +#line 27917 "gram.c" break; case 179: /* CreateSchemaStmt: CREATE SCHEMA OptSchemaName AUTHORIZATION RoleSpec OptSchemaEltList */ -#line 1389 "gram.y" +#line 1390 "gram.y" { CreateSchemaStmt *n = makeNode(CreateSchemaStmt); /* One can omit the schema name or the authorization id. */ @@ -27926,11 +27927,11 @@ n->if_not_exists = false; (yyval.node) = (Node *)n; } -#line 27930 "gram.c" +#line 27931 "gram.c" break; case 180: /* CreateSchemaStmt: CREATE SCHEMA ColId OptSchemaEltList */ -#line 1399 "gram.y" +#line 1400 "gram.y" { CreateSchemaStmt *n = makeNode(CreateSchemaStmt); /* ...but not both */ @@ -27940,11 +27941,11 @@ n->if_not_exists = false; (yyval.node) = (Node *)n; } -#line 27944 "gram.c" +#line 27945 "gram.c" break; case 181: /* CreateSchemaStmt: CREATE SCHEMA IF_P NOT EXISTS OptSchemaName AUTHORIZATION RoleSpec OptSchemaEltList */ -#line 1409 "gram.y" +#line 1410 "gram.y" { CreateSchemaStmt *n = makeNode(CreateSchemaStmt); /* schema name can be omitted here, too */ @@ -27959,11 +27960,11 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 27963 "gram.c" +#line 27964 "gram.c" break; case 182: /* CreateSchemaStmt: CREATE SCHEMA IF_P NOT EXISTS ColId OptSchemaEltList */ -#line 1424 "gram.y" +#line 1425 "gram.y" { CreateSchemaStmt *n = makeNode(CreateSchemaStmt); /* ...but not here */ @@ -27978,69 +27979,69 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 27982 "gram.c" +#line 27983 "gram.c" break; case 183: /* OptSchemaName: ColId */ -#line 1441 "gram.y" +#line 1442 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 27988 "gram.c" +#line 27989 "gram.c" break; case 184: /* OptSchemaName: %empty */ -#line 1442 "gram.y" +#line 1443 "gram.y" { (yyval.str) = NULL; } -#line 27994 "gram.c" +#line 27995 "gram.c" break; case 185: /* OptSchemaEltList: OptSchemaEltList schema_stmt */ -#line 1447 "gram.y" +#line 1448 "gram.y" { if ((yyloc) < 0) /* see comments for YYLLOC_DEFAULT */ (yyloc) = (yylsp[0]); (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].node)); } -#line 28004 "gram.c" +#line 28005 "gram.c" break; case 186: /* OptSchemaEltList: %empty */ -#line 1453 "gram.y" +#line 1454 "gram.y" { (yyval.list) = NIL; } -#line 28010 "gram.c" +#line 28011 "gram.c" break; case 193: /* VariableSetStmt: SET set_rest */ -#line 1481 "gram.y" +#line 1482 "gram.y" { VariableSetStmt *n = (yyvsp[0].vsetstmt); n->is_local = false; (yyval.node) = (Node *) n; } -#line 28020 "gram.c" +#line 28021 "gram.c" break; case 194: /* VariableSetStmt: SET LOCAL set_rest */ -#line 1487 "gram.y" +#line 1488 "gram.y" { VariableSetStmt *n = (yyvsp[0].vsetstmt); n->is_local = true; (yyval.node) = (Node *) n; } -#line 28030 "gram.c" +#line 28031 "gram.c" break; case 195: /* VariableSetStmt: SET SESSION set_rest */ -#line 1493 "gram.y" +#line 1494 "gram.y" { VariableSetStmt *n = (yyvsp[0].vsetstmt); n->is_local = false; (yyval.node) = (Node *) n; } -#line 28040 "gram.c" +#line 28041 "gram.c" break; case 196: /* set_rest: TRANSACTION transaction_mode_list */ -#line 1502 "gram.y" +#line 1503 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_MULTI; @@ -28048,11 +28049,11 @@ n->args = (yyvsp[0].list); (yyval.vsetstmt) = n; } -#line 28052 "gram.c" +#line 28053 "gram.c" break; case 197: /* set_rest: SESSION CHARACTERISTICS AS TRANSACTION transaction_mode_list */ -#line 1510 "gram.y" +#line 1511 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_MULTI; @@ -28060,11 +28061,11 @@ n->args = (yyvsp[0].list); (yyval.vsetstmt) = n; } -#line 28064 "gram.c" +#line 28065 "gram.c" break; case 199: /* generic_set: var_name TO var_list */ -#line 1522 "gram.y" +#line 1523 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28072,11 +28073,11 @@ n->args = (yyvsp[0].list); (yyval.vsetstmt) = n; } -#line 28076 "gram.c" +#line 28077 "gram.c" break; case 200: /* generic_set: var_name '=' var_list */ -#line 1530 "gram.y" +#line 1531 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28084,50 +28085,50 @@ n->args = (yyvsp[0].list); (yyval.vsetstmt) = n; } -#line 28088 "gram.c" +#line 28089 "gram.c" break; case 201: /* generic_set: var_name TO DEFAULT */ -#line 1538 "gram.y" +#line 1539 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_DEFAULT; n->name = (yyvsp[-2].str); (yyval.vsetstmt) = n; } -#line 28099 "gram.c" +#line 28100 "gram.c" break; case 202: /* generic_set: var_name '=' DEFAULT */ -#line 1545 "gram.y" +#line 1546 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_DEFAULT; n->name = (yyvsp[-2].str); (yyval.vsetstmt) = n; } -#line 28110 "gram.c" +#line 28111 "gram.c" break; case 203: /* set_rest_more: generic_set */ -#line 1554 "gram.y" +#line 1555 "gram.y" {(yyval.vsetstmt) = (yyvsp[0].vsetstmt);} -#line 28116 "gram.c" +#line 28117 "gram.c" break; case 204: /* set_rest_more: var_name FROM CURRENT_P */ -#line 1556 "gram.y" +#line 1557 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_CURRENT; n->name = (yyvsp[-2].str); (yyval.vsetstmt) = n; } -#line 28127 "gram.c" +#line 28128 "gram.c" break; case 205: /* set_rest_more: TIME ZONE zone_value */ -#line 1564 "gram.y" +#line 1565 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28138,11 +28139,11 @@ n->kind = VAR_SET_DEFAULT; (yyval.vsetstmt) = n; } -#line 28142 "gram.c" +#line 28143 "gram.c" break; case 206: /* set_rest_more: CATALOG_P Sconst */ -#line 1575 "gram.y" +#line 1576 "gram.y" { ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), @@ -28150,11 +28151,11 @@ parser_errposition((yylsp[0])))); (yyval.vsetstmt) = NULL; /*not reached*/ } -#line 28154 "gram.c" +#line 28155 "gram.c" break; case 207: /* set_rest_more: SCHEMA Sconst */ -#line 1583 "gram.y" +#line 1584 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28162,11 +28163,11 @@ n->args = list_make1(makeStringConst((yyvsp[0].str), (yylsp[0]))); (yyval.vsetstmt) = n; } -#line 28166 "gram.c" +#line 28167 "gram.c" break; case 208: /* set_rest_more: NAMES opt_encoding */ -#line 1591 "gram.y" +#line 1592 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28177,11 +28178,11 @@ n->kind = VAR_SET_DEFAULT; (yyval.vsetstmt) = n; } -#line 28181 "gram.c" +#line 28182 "gram.c" break; case 209: /* set_rest_more: ROLE NonReservedWord_or_Sconst */ -#line 1602 "gram.y" +#line 1603 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28189,11 +28190,11 @@ n->args = list_make1(makeStringConst((yyvsp[0].str), (yylsp[0]))); (yyval.vsetstmt) = n; } -#line 28193 "gram.c" +#line 28194 "gram.c" break; case 210: /* set_rest_more: SESSION AUTHORIZATION NonReservedWord_or_Sconst */ -#line 1610 "gram.y" +#line 1611 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28201,22 +28202,22 @@ n->args = list_make1(makeStringConst((yyvsp[0].str), (yylsp[0]))); (yyval.vsetstmt) = n; } -#line 28205 "gram.c" +#line 28206 "gram.c" break; case 211: /* set_rest_more: SESSION AUTHORIZATION DEFAULT */ -#line 1618 "gram.y" +#line 1619 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_DEFAULT; n->name = "session_authorization"; (yyval.vsetstmt) = n; } -#line 28216 "gram.c" +#line 28217 "gram.c" break; case 212: /* set_rest_more: XML_P OPTION document_or_content */ -#line 1625 "gram.y" +#line 1626 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_VALUE; @@ -28224,11 +28225,11 @@ n->args = list_make1(makeStringConst((yyvsp[0].ival) == XMLOPTION_DOCUMENT ? "DOCUMENT" : "CONTENT", (yylsp[0]))); (yyval.vsetstmt) = n; } -#line 28228 "gram.c" +#line 28229 "gram.c" break; case 213: /* set_rest_more: TRANSACTION SNAPSHOT Sconst */ -#line 1634 "gram.y" +#line 1635 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_SET_MULTI; @@ -28236,111 +28237,111 @@ n->args = list_make1(makeStringConst((yyvsp[0].str), (yylsp[0]))); (yyval.vsetstmt) = n; } -#line 28240 "gram.c" +#line 28241 "gram.c" break; case 214: /* var_name: ColId */ -#line 1643 "gram.y" +#line 1644 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 28246 "gram.c" +#line 28247 "gram.c" break; case 215: /* var_name: var_name '.' ColId */ -#line 1645 "gram.y" +#line 1646 "gram.y" { (yyval.str) = psprintf("%s.%s", (yyvsp[-2].str), (yyvsp[0].str)); } -#line 28252 "gram.c" +#line 28253 "gram.c" break; case 216: /* var_list: var_value */ -#line 1648 "gram.y" +#line 1649 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 28258 "gram.c" +#line 28259 "gram.c" break; case 217: /* var_list: var_list ',' var_value */ -#line 1649 "gram.y" +#line 1650 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 28264 "gram.c" +#line 28265 "gram.c" break; case 218: /* var_value: opt_boolean_or_string */ -#line 1653 "gram.y" +#line 1654 "gram.y" { (yyval.node) = makeStringConst((yyvsp[0].str), (yylsp[0])); } -#line 28270 "gram.c" +#line 28271 "gram.c" break; case 219: /* var_value: NumericOnly */ -#line 1655 "gram.y" +#line 1656 "gram.y" { (yyval.node) = makeAConst((yyvsp[0].value), (yylsp[0])); } -#line 28276 "gram.c" +#line 28277 "gram.c" break; case 220: /* iso_level: READ UNCOMMITTED */ -#line 1658 "gram.y" +#line 1659 "gram.y" { (yyval.str) = "read uncommitted"; } -#line 28282 "gram.c" +#line 28283 "gram.c" break; case 221: /* iso_level: READ COMMITTED */ -#line 1659 "gram.y" +#line 1660 "gram.y" { (yyval.str) = "read committed"; } -#line 28288 "gram.c" +#line 28289 "gram.c" break; case 222: /* iso_level: REPEATABLE READ */ -#line 1660 "gram.y" +#line 1661 "gram.y" { (yyval.str) = "repeatable read"; } -#line 28294 "gram.c" +#line 28295 "gram.c" break; case 223: /* iso_level: SERIALIZABLE */ -#line 1661 "gram.y" +#line 1662 "gram.y" { (yyval.str) = "serializable"; } -#line 28300 "gram.c" +#line 28301 "gram.c" break; case 224: /* opt_boolean_or_string: TRUE_P */ -#line 1665 "gram.y" +#line 1666 "gram.y" { (yyval.str) = "true"; } -#line 28306 "gram.c" +#line 28307 "gram.c" break; case 225: /* opt_boolean_or_string: FALSE_P */ -#line 1666 "gram.y" +#line 1667 "gram.y" { (yyval.str) = "false"; } -#line 28312 "gram.c" +#line 28313 "gram.c" break; case 226: /* opt_boolean_or_string: ON */ -#line 1667 "gram.y" +#line 1668 "gram.y" { (yyval.str) = "on"; } -#line 28318 "gram.c" +#line 28319 "gram.c" break; case 227: /* opt_boolean_or_string: NonReservedWord_or_Sconst */ -#line 1673 "gram.y" +#line 1674 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 28324 "gram.c" +#line 28325 "gram.c" break; case 228: /* zone_value: Sconst */ -#line 1686 "gram.y" +#line 1687 "gram.y" { (yyval.node) = makeStringConst((yyvsp[0].str), (yylsp[0])); } -#line 28332 "gram.c" +#line 28333 "gram.c" break; case 229: /* zone_value: IDENT */ -#line 1690 "gram.y" +#line 1691 "gram.y" { (yyval.node) = makeStringConst((yyvsp[0].str), (yylsp[0])); } -#line 28340 "gram.c" +#line 28341 "gram.c" break; case 230: /* zone_value: ConstInterval Sconst opt_interval */ -#line 1694 "gram.y" +#line 1695 "gram.y" { TypeName *t = (yyvsp[-2].typnam); if ((yyvsp[0].list) != NIL) @@ -28355,304 +28356,304 @@ t->typmods = (yyvsp[0].list); (yyval.node) = makeStringConstCast((yyvsp[-1].str), (yylsp[-1]), t); } -#line 28359 "gram.c" +#line 28360 "gram.c" break; case 231: /* zone_value: ConstInterval '(' Iconst ')' Sconst */ -#line 1709 "gram.y" +#line 1710 "gram.y" { TypeName *t = (yyvsp[-4].typnam); t->typmods = list_make2(makeIntConst(INTERVAL_FULL_RANGE, -1), makeIntConst((yyvsp[-2].ival), (yylsp[-2]))); (yyval.node) = makeStringConstCast((yyvsp[0].str), (yylsp[0]), t); } -#line 28370 "gram.c" +#line 28371 "gram.c" break; case 232: /* zone_value: NumericOnly */ -#line 1715 "gram.y" +#line 1716 "gram.y" { (yyval.node) = makeAConst((yyvsp[0].value), (yylsp[0])); } -#line 28376 "gram.c" +#line 28377 "gram.c" break; case 233: /* zone_value: DEFAULT */ -#line 1716 "gram.y" +#line 1717 "gram.y" { (yyval.node) = NULL; } -#line 28382 "gram.c" +#line 28383 "gram.c" break; case 234: /* zone_value: LOCAL */ -#line 1717 "gram.y" +#line 1718 "gram.y" { (yyval.node) = NULL; } -#line 28388 "gram.c" +#line 28389 "gram.c" break; case 235: /* opt_encoding: Sconst */ -#line 1721 "gram.y" +#line 1722 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 28394 "gram.c" +#line 28395 "gram.c" break; case 236: /* opt_encoding: DEFAULT */ -#line 1722 "gram.y" +#line 1723 "gram.y" { (yyval.str) = NULL; } -#line 28400 "gram.c" +#line 28401 "gram.c" break; case 237: /* opt_encoding: %empty */ -#line 1723 "gram.y" +#line 1724 "gram.y" { (yyval.str) = NULL; } -#line 28406 "gram.c" +#line 28407 "gram.c" break; case 238: /* NonReservedWord_or_Sconst: NonReservedWord */ -#line 1727 "gram.y" +#line 1728 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 28412 "gram.c" +#line 28413 "gram.c" break; case 239: /* NonReservedWord_or_Sconst: Sconst */ -#line 1728 "gram.y" +#line 1729 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 28418 "gram.c" +#line 28419 "gram.c" break; case 240: /* VariableResetStmt: RESET reset_rest */ -#line 1732 "gram.y" +#line 1733 "gram.y" { (yyval.node) = (Node *) (yyvsp[0].vsetstmt); } -#line 28424 "gram.c" +#line 28425 "gram.c" break; case 241: /* reset_rest: generic_reset */ -#line 1736 "gram.y" +#line 1737 "gram.y" { (yyval.vsetstmt) = (yyvsp[0].vsetstmt); } -#line 28430 "gram.c" +#line 28431 "gram.c" break; case 242: /* reset_rest: TIME ZONE */ -#line 1738 "gram.y" +#line 1739 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_RESET; n->name = "timezone"; (yyval.vsetstmt) = n; } -#line 28441 "gram.c" +#line 28442 "gram.c" break; case 243: /* reset_rest: TRANSACTION ISOLATION LEVEL */ -#line 1745 "gram.y" +#line 1746 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_RESET; n->name = "transaction_isolation"; (yyval.vsetstmt) = n; } -#line 28452 "gram.c" +#line 28453 "gram.c" break; case 244: /* reset_rest: SESSION AUTHORIZATION */ -#line 1752 "gram.y" +#line 1753 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_RESET; n->name = "session_authorization"; (yyval.vsetstmt) = n; } -#line 28463 "gram.c" +#line 28464 "gram.c" break; case 245: /* generic_reset: var_name */ -#line 1762 "gram.y" +#line 1763 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_RESET; n->name = (yyvsp[0].str); (yyval.vsetstmt) = n; } -#line 28474 "gram.c" +#line 28475 "gram.c" break; case 246: /* generic_reset: ALL */ -#line 1769 "gram.y" +#line 1770 "gram.y" { VariableSetStmt *n = makeNode(VariableSetStmt); n->kind = VAR_RESET_ALL; (yyval.vsetstmt) = n; } -#line 28484 "gram.c" +#line 28485 "gram.c" break; case 247: /* SetResetClause: SET set_rest */ -#line 1778 "gram.y" +#line 1779 "gram.y" { (yyval.vsetstmt) = (yyvsp[0].vsetstmt); } -#line 28490 "gram.c" +#line 28491 "gram.c" break; case 248: /* SetResetClause: VariableResetStmt */ -#line 1779 "gram.y" +#line 1780 "gram.y" { (yyval.vsetstmt) = (VariableSetStmt *) (yyvsp[0].node); } -#line 28496 "gram.c" +#line 28497 "gram.c" break; case 249: /* FunctionSetResetClause: SET set_rest_more */ -#line 1784 "gram.y" +#line 1785 "gram.y" { (yyval.vsetstmt) = (yyvsp[0].vsetstmt); } -#line 28502 "gram.c" +#line 28503 "gram.c" break; case 250: /* FunctionSetResetClause: VariableResetStmt */ -#line 1785 "gram.y" +#line 1786 "gram.y" { (yyval.vsetstmt) = (VariableSetStmt *) (yyvsp[0].node); } -#line 28508 "gram.c" +#line 28509 "gram.c" break; case 251: /* VariableShowStmt: SHOW var_name */ -#line 1791 "gram.y" +#line 1792 "gram.y" { VariableShowStmt *n = makeNode(VariableShowStmt); n->name = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 28518 "gram.c" +#line 28519 "gram.c" break; case 252: /* VariableShowStmt: SHOW TIME ZONE */ -#line 1797 "gram.y" +#line 1798 "gram.y" { VariableShowStmt *n = makeNode(VariableShowStmt); n->name = "timezone"; (yyval.node) = (Node *) n; } -#line 28528 "gram.c" +#line 28529 "gram.c" break; case 253: /* VariableShowStmt: SHOW TRANSACTION ISOLATION LEVEL */ -#line 1803 "gram.y" +#line 1804 "gram.y" { VariableShowStmt *n = makeNode(VariableShowStmt); n->name = "transaction_isolation"; (yyval.node) = (Node *) n; } -#line 28538 "gram.c" +#line 28539 "gram.c" break; case 254: /* VariableShowStmt: SHOW SESSION AUTHORIZATION */ -#line 1809 "gram.y" +#line 1810 "gram.y" { VariableShowStmt *n = makeNode(VariableShowStmt); n->name = "session_authorization"; (yyval.node) = (Node *) n; } -#line 28548 "gram.c" +#line 28549 "gram.c" break; case 255: /* VariableShowStmt: SHOW ALL */ -#line 1815 "gram.y" +#line 1816 "gram.y" { VariableShowStmt *n = makeNode(VariableShowStmt); n->name = "all"; (yyval.node) = (Node *) n; } -#line 28558 "gram.c" +#line 28559 "gram.c" break; case 256: /* ConstraintsSetStmt: SET CONSTRAINTS constraints_set_list constraints_set_mode */ -#line 1825 "gram.y" +#line 1826 "gram.y" { ConstraintsSetStmt *n = makeNode(ConstraintsSetStmt); n->constraints = (yyvsp[-1].list); n->deferred = (yyvsp[0].boolean); (yyval.node) = (Node *) n; } -#line 28569 "gram.c" +#line 28570 "gram.c" break; case 257: /* constraints_set_list: ALL */ -#line 1834 "gram.y" +#line 1835 "gram.y" { (yyval.list) = NIL; } -#line 28575 "gram.c" +#line 28576 "gram.c" break; case 258: /* constraints_set_list: qualified_name_list */ -#line 1835 "gram.y" +#line 1836 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 28581 "gram.c" +#line 28582 "gram.c" break; case 259: /* constraints_set_mode: DEFERRED */ -#line 1839 "gram.y" +#line 1840 "gram.y" { (yyval.boolean) = true; } -#line 28587 "gram.c" +#line 28588 "gram.c" break; case 260: /* constraints_set_mode: IMMEDIATE */ -#line 1840 "gram.y" +#line 1841 "gram.y" { (yyval.boolean) = false; } -#line 28593 "gram.c" +#line 28594 "gram.c" break; case 261: /* CheckPointStmt: CHECKPOINT */ -#line 1849 "gram.y" +#line 1850 "gram.y" { CheckPointStmt *n = makeNode(CheckPointStmt); (yyval.node) = (Node *)n; } -#line 28602 "gram.c" +#line 28603 "gram.c" break; case 262: /* DiscardStmt: DISCARD ALL */ -#line 1864 "gram.y" +#line 1865 "gram.y" { DiscardStmt *n = makeNode(DiscardStmt); n->target = DISCARD_ALL; (yyval.node) = (Node *) n; } -#line 28612 "gram.c" +#line 28613 "gram.c" break; case 263: /* DiscardStmt: DISCARD TEMP */ -#line 1870 "gram.y" +#line 1871 "gram.y" { DiscardStmt *n = makeNode(DiscardStmt); n->target = DISCARD_TEMP; (yyval.node) = (Node *) n; } -#line 28622 "gram.c" +#line 28623 "gram.c" break; case 264: /* DiscardStmt: DISCARD TEMPORARY */ -#line 1876 "gram.y" +#line 1877 "gram.y" { DiscardStmt *n = makeNode(DiscardStmt); n->target = DISCARD_TEMP; (yyval.node) = (Node *) n; } -#line 28632 "gram.c" +#line 28633 "gram.c" break; case 265: /* DiscardStmt: DISCARD PLANS */ -#line 1882 "gram.y" +#line 1883 "gram.y" { DiscardStmt *n = makeNode(DiscardStmt); n->target = DISCARD_PLANS; (yyval.node) = (Node *) n; } -#line 28642 "gram.c" +#line 28643 "gram.c" break; case 266: /* DiscardStmt: DISCARD SEQUENCES */ -#line 1888 "gram.y" +#line 1889 "gram.y" { DiscardStmt *n = makeNode(DiscardStmt); n->target = DISCARD_SEQUENCES; (yyval.node) = (Node *) n; } -#line 28652 "gram.c" +#line 28653 "gram.c" break; case 267: /* AlterTableStmt: ALTER TABLE relation_expr alter_table_cmds */ -#line 1907 "gram.y" +#line 1908 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28661,11 +28662,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28665 "gram.c" +#line 28666 "gram.c" break; case 268: /* AlterTableStmt: ALTER TABLE IF_P EXISTS relation_expr alter_table_cmds */ -#line 1916 "gram.y" +#line 1917 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28674,11 +28675,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 28678 "gram.c" +#line 28679 "gram.c" break; case 269: /* AlterTableStmt: ALTER TABLE relation_expr partition_cmd */ -#line 1925 "gram.y" +#line 1926 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28687,11 +28688,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28691 "gram.c" +#line 28692 "gram.c" break; case 270: /* AlterTableStmt: ALTER TABLE IF_P EXISTS relation_expr partition_cmd */ -#line 1934 "gram.y" +#line 1935 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28700,11 +28701,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 28704 "gram.c" +#line 28705 "gram.c" break; case 271: /* AlterTableStmt: ALTER TABLE ALL IN_P TABLESPACE name SET TABLESPACE name opt_nowait */ -#line 1943 "gram.y" +#line 1944 "gram.y" { AlterTableMoveAllStmt *n = makeNode(AlterTableMoveAllStmt); @@ -28715,11 +28716,11 @@ n->nowait = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 28719 "gram.c" +#line 28720 "gram.c" break; case 272: /* AlterTableStmt: ALTER TABLE ALL IN_P TABLESPACE name OWNED BY role_list SET TABLESPACE name opt_nowait */ -#line 1954 "gram.y" +#line 1955 "gram.y" { AlterTableMoveAllStmt *n = makeNode(AlterTableMoveAllStmt); @@ -28730,11 +28731,11 @@ n->nowait = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 28734 "gram.c" +#line 28735 "gram.c" break; case 273: /* AlterTableStmt: ALTER INDEX qualified_name alter_table_cmds */ -#line 1965 "gram.y" +#line 1966 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28743,11 +28744,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28747 "gram.c" +#line 28748 "gram.c" break; case 274: /* AlterTableStmt: ALTER INDEX IF_P EXISTS qualified_name alter_table_cmds */ -#line 1974 "gram.y" +#line 1975 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28756,11 +28757,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 28760 "gram.c" +#line 28761 "gram.c" break; case 275: /* AlterTableStmt: ALTER INDEX qualified_name index_partition_cmd */ -#line 1983 "gram.y" +#line 1984 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28769,11 +28770,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28773 "gram.c" +#line 28774 "gram.c" break; case 276: /* AlterTableStmt: ALTER INDEX ALL IN_P TABLESPACE name SET TABLESPACE name opt_nowait */ -#line 1992 "gram.y" +#line 1993 "gram.y" { AlterTableMoveAllStmt *n = makeNode(AlterTableMoveAllStmt); @@ -28784,11 +28785,11 @@ n->nowait = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 28788 "gram.c" +#line 28789 "gram.c" break; case 277: /* AlterTableStmt: ALTER INDEX ALL IN_P TABLESPACE name OWNED BY role_list SET TABLESPACE name opt_nowait */ -#line 2003 "gram.y" +#line 2004 "gram.y" { AlterTableMoveAllStmt *n = makeNode(AlterTableMoveAllStmt); @@ -28799,11 +28800,11 @@ n->nowait = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 28803 "gram.c" +#line 28804 "gram.c" break; case 278: /* AlterTableStmt: ALTER SEQUENCE qualified_name alter_table_cmds */ -#line 2014 "gram.y" +#line 2015 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28812,11 +28813,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28816 "gram.c" +#line 28817 "gram.c" break; case 279: /* AlterTableStmt: ALTER SEQUENCE IF_P EXISTS qualified_name alter_table_cmds */ -#line 2023 "gram.y" +#line 2024 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28825,11 +28826,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 28829 "gram.c" +#line 28830 "gram.c" break; case 280: /* AlterTableStmt: ALTER VIEW qualified_name alter_table_cmds */ -#line 2032 "gram.y" +#line 2033 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28838,11 +28839,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28842 "gram.c" +#line 28843 "gram.c" break; case 281: /* AlterTableStmt: ALTER VIEW IF_P EXISTS qualified_name alter_table_cmds */ -#line 2041 "gram.y" +#line 2042 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28851,11 +28852,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 28855 "gram.c" +#line 28856 "gram.c" break; case 282: /* AlterTableStmt: ALTER MATERIALIZED VIEW qualified_name alter_table_cmds */ -#line 2050 "gram.y" +#line 2051 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28864,11 +28865,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28868 "gram.c" +#line 28869 "gram.c" break; case 283: /* AlterTableStmt: ALTER MATERIALIZED VIEW IF_P EXISTS qualified_name alter_table_cmds */ -#line 2059 "gram.y" +#line 2060 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28877,11 +28878,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 28881 "gram.c" +#line 28882 "gram.c" break; case 284: /* AlterTableStmt: ALTER MATERIALIZED VIEW ALL IN_P TABLESPACE name SET TABLESPACE name opt_nowait */ -#line 2068 "gram.y" +#line 2069 "gram.y" { AlterTableMoveAllStmt *n = makeNode(AlterTableMoveAllStmt); @@ -28892,11 +28893,11 @@ n->nowait = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 28896 "gram.c" +#line 28897 "gram.c" break; case 285: /* AlterTableStmt: ALTER MATERIALIZED VIEW ALL IN_P TABLESPACE name OWNED BY role_list SET TABLESPACE name opt_nowait */ -#line 2079 "gram.y" +#line 2080 "gram.y" { AlterTableMoveAllStmt *n = makeNode(AlterTableMoveAllStmt); @@ -28907,11 +28908,11 @@ n->nowait = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 28911 "gram.c" +#line 28912 "gram.c" break; case 286: /* AlterTableStmt: ALTER FOREIGN TABLE relation_expr alter_table_cmds */ -#line 2090 "gram.y" +#line 2091 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28920,11 +28921,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 28924 "gram.c" +#line 28925 "gram.c" break; case 287: /* AlterTableStmt: ALTER FOREIGN TABLE IF_P EXISTS relation_expr alter_table_cmds */ -#line 2099 "gram.y" +#line 2100 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); n->relation = (yyvsp[-1].range); @@ -28933,23 +28934,23 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 28937 "gram.c" +#line 28938 "gram.c" break; case 288: /* alter_table_cmds: alter_table_cmd */ -#line 2110 "gram.y" +#line 2111 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 28943 "gram.c" +#line 28944 "gram.c" break; case 289: /* alter_table_cmds: alter_table_cmds ',' alter_table_cmd */ -#line 2111 "gram.y" +#line 2112 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 28949 "gram.c" +#line 28950 "gram.c" break; case 290: /* partition_cmd: ATTACH PARTITION qualified_name PartitionBoundSpec */ -#line 2117 "gram.y" +#line 2118 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); PartitionCmd *cmd = makeNode(PartitionCmd); @@ -28962,11 +28963,11 @@ (yyval.node) = (Node *) n; } -#line 28966 "gram.c" +#line 28967 "gram.c" break; case 291: /* partition_cmd: DETACH PARTITION qualified_name opt_concurrently */ -#line 2131 "gram.y" +#line 2132 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); PartitionCmd *cmd = makeNode(PartitionCmd); @@ -28979,11 +28980,11 @@ (yyval.node) = (Node *) n; } -#line 28983 "gram.c" +#line 28984 "gram.c" break; case 292: /* partition_cmd: DETACH PARTITION qualified_name FINALIZE */ -#line 2144 "gram.y" +#line 2145 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); PartitionCmd *cmd = makeNode(PartitionCmd); @@ -28995,11 +28996,11 @@ n->def = (Node *) cmd; (yyval.node) = (Node *) n; } -#line 28999 "gram.c" +#line 29000 "gram.c" break; case 293: /* index_partition_cmd: ATTACH PARTITION qualified_name */ -#line 2160 "gram.y" +#line 2161 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); PartitionCmd *cmd = makeNode(PartitionCmd); @@ -29012,11 +29013,11 @@ (yyval.node) = (Node *) n; } -#line 29016 "gram.c" +#line 29017 "gram.c" break; case 294: /* alter_table_cmd: ADD_P columnDef */ -#line 2177 "gram.y" +#line 2178 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AddColumn; @@ -29024,11 +29025,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 29028 "gram.c" +#line 29029 "gram.c" break; case 295: /* alter_table_cmd: ADD_P IF_P NOT EXISTS columnDef */ -#line 2186 "gram.y" +#line 2187 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AddColumn; @@ -29036,11 +29037,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 29040 "gram.c" +#line 29041 "gram.c" break; case 296: /* alter_table_cmd: ADD_P COLUMN columnDef */ -#line 2195 "gram.y" +#line 2196 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AddColumn; @@ -29048,11 +29049,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 29052 "gram.c" +#line 29053 "gram.c" break; case 297: /* alter_table_cmd: ADD_P COLUMN IF_P NOT EXISTS columnDef */ -#line 2204 "gram.y" +#line 2205 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AddColumn; @@ -29060,11 +29061,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 29064 "gram.c" +#line 29065 "gram.c" break; case 298: /* alter_table_cmd: ALTER opt_column ColId alter_column_default */ -#line 2213 "gram.y" +#line 2214 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ColumnDefault; @@ -29072,44 +29073,44 @@ n->def = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 29076 "gram.c" +#line 29077 "gram.c" break; case 299: /* alter_table_cmd: ALTER opt_column ColId DROP NOT NULL_P */ -#line 2222 "gram.y" +#line 2223 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropNotNull; n->name = (yyvsp[-3].str); (yyval.node) = (Node *)n; } -#line 29087 "gram.c" +#line 29088 "gram.c" break; case 300: /* alter_table_cmd: ALTER opt_column ColId SET NOT NULL_P */ -#line 2230 "gram.y" +#line 2231 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetNotNull; n->name = (yyvsp[-3].str); (yyval.node) = (Node *)n; } -#line 29098 "gram.c" +#line 29099 "gram.c" break; case 301: /* alter_table_cmd: ALTER opt_column ColId DROP EXPRESSION */ -#line 2238 "gram.y" +#line 2239 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropExpression; n->name = (yyvsp[-2].str); (yyval.node) = (Node *)n; } -#line 29109 "gram.c" +#line 29110 "gram.c" break; case 302: /* alter_table_cmd: ALTER opt_column ColId DROP EXPRESSION IF_P EXISTS */ -#line 2246 "gram.y" +#line 2247 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropExpression; @@ -29117,11 +29118,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 29121 "gram.c" +#line 29122 "gram.c" break; case 303: /* alter_table_cmd: ALTER opt_column ColId SET STATISTICS SignedIconst */ -#line 2255 "gram.y" +#line 2256 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetStatistics; @@ -29129,11 +29130,11 @@ n->def = (Node *) makeInteger((yyvsp[0].ival)); (yyval.node) = (Node *)n; } -#line 29133 "gram.c" +#line 29134 "gram.c" break; case 304: /* alter_table_cmd: ALTER opt_column Iconst SET STATISTICS SignedIconst */ -#line 2264 "gram.y" +#line 2265 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); @@ -29148,11 +29149,11 @@ n->def = (Node *) makeInteger((yyvsp[0].ival)); (yyval.node) = (Node *)n; } -#line 29152 "gram.c" +#line 29153 "gram.c" break; case 305: /* alter_table_cmd: ALTER opt_column ColId SET reloptions */ -#line 2280 "gram.y" +#line 2281 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetOptions; @@ -29160,11 +29161,11 @@ n->def = (Node *) (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 29164 "gram.c" +#line 29165 "gram.c" break; case 306: /* alter_table_cmd: ALTER opt_column ColId RESET reloptions */ -#line 2289 "gram.y" +#line 2290 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ResetOptions; @@ -29172,11 +29173,11 @@ n->def = (Node *) (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 29176 "gram.c" +#line 29177 "gram.c" break; case 307: /* alter_table_cmd: ALTER opt_column ColId SET STORAGE ColId */ -#line 2298 "gram.y" +#line 2299 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetStorage; @@ -29184,11 +29185,11 @@ n->def = (Node *) makeString((yyvsp[0].str)); (yyval.node) = (Node *)n; } -#line 29188 "gram.c" +#line 29189 "gram.c" break; case 308: /* alter_table_cmd: ALTER opt_column ColId SET column_compression */ -#line 2307 "gram.y" +#line 2308 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetCompression; @@ -29196,11 +29197,11 @@ n->def = (Node *) makeString((yyvsp[0].str)); (yyval.node) = (Node *)n; } -#line 29200 "gram.c" +#line 29201 "gram.c" break; case 309: /* alter_table_cmd: ALTER opt_column ColId ADD_P GENERATED generated_when AS IDENTITY_P OptParenthesizedSeqOptList */ -#line 2316 "gram.y" +#line 2317 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); Constraint *c = makeNode(Constraint); @@ -29216,11 +29217,11 @@ (yyval.node) = (Node *)n; } -#line 29220 "gram.c" +#line 29221 "gram.c" break; case 310: /* alter_table_cmd: ALTER opt_column ColId alter_identity_column_option_list */ -#line 2333 "gram.y" +#line 2334 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetIdentity; @@ -29228,11 +29229,11 @@ n->def = (Node *) (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 29232 "gram.c" +#line 29233 "gram.c" break; case 311: /* alter_table_cmd: ALTER opt_column ColId DROP IDENTITY_P */ -#line 2342 "gram.y" +#line 2343 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropIdentity; @@ -29240,11 +29241,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 29244 "gram.c" +#line 29245 "gram.c" break; case 312: /* alter_table_cmd: ALTER opt_column ColId DROP IDENTITY_P IF_P EXISTS */ -#line 2351 "gram.y" +#line 2352 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropIdentity; @@ -29252,11 +29253,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 29256 "gram.c" +#line 29257 "gram.c" break; case 313: /* alter_table_cmd: DROP opt_column IF_P EXISTS ColId opt_drop_behavior */ -#line 2360 "gram.y" +#line 2361 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropColumn; @@ -29265,11 +29266,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 29269 "gram.c" +#line 29270 "gram.c" break; case 314: /* alter_table_cmd: DROP opt_column ColId opt_drop_behavior */ -#line 2370 "gram.y" +#line 2371 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropColumn; @@ -29278,11 +29279,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 29282 "gram.c" +#line 29283 "gram.c" break; case 315: /* alter_table_cmd: ALTER opt_column ColId opt_set_data TYPE_P Typename opt_collate_clause alter_using */ -#line 2383 "gram.y" +#line 2384 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); ColumnDef *def = makeNode(ColumnDef); @@ -29296,11 +29297,11 @@ def->location = (yylsp[-5]); (yyval.node) = (Node *)n; } -#line 29300 "gram.c" +#line 29301 "gram.c" break; case 316: /* alter_table_cmd: ALTER opt_column ColId alter_generic_options */ -#line 2398 "gram.y" +#line 2399 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AlterColumnGenericOptions; @@ -29308,22 +29309,22 @@ n->def = (Node *) (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 29312 "gram.c" +#line 29313 "gram.c" break; case 317: /* alter_table_cmd: ADD_P TableConstraint */ -#line 2407 "gram.y" +#line 2408 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AddConstraint; n->def = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 29323 "gram.c" +#line 29324 "gram.c" break; case 318: /* alter_table_cmd: ALTER CONSTRAINT name ConstraintAttributeSpec */ -#line 2415 "gram.y" +#line 2416 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); Constraint *c = makeNode(Constraint); @@ -29337,22 +29338,22 @@ NULL, NULL, yyscanner); (yyval.node) = (Node *)n; } -#line 29341 "gram.c" +#line 29342 "gram.c" break; case 319: /* alter_table_cmd: VALIDATE CONSTRAINT name */ -#line 2430 "gram.y" +#line 2431 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ValidateConstraint; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29352 "gram.c" +#line 29353 "gram.c" break; case 320: /* alter_table_cmd: DROP CONSTRAINT IF_P EXISTS name opt_drop_behavior */ -#line 2438 "gram.y" +#line 2439 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropConstraint; @@ -29361,11 +29362,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 29365 "gram.c" +#line 29366 "gram.c" break; case 321: /* alter_table_cmd: DROP CONSTRAINT name opt_drop_behavior */ -#line 2448 "gram.y" +#line 2449 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropConstraint; @@ -29374,213 +29375,213 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 29378 "gram.c" +#line 29379 "gram.c" break; case 322: /* alter_table_cmd: SET WITHOUT OIDS */ -#line 2458 "gram.y" +#line 2459 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropOids; (yyval.node) = (Node *)n; } -#line 29388 "gram.c" +#line 29389 "gram.c" break; case 323: /* alter_table_cmd: CLUSTER ON name */ -#line 2465 "gram.y" +#line 2466 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ClusterOn; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29399 "gram.c" +#line 29400 "gram.c" break; case 324: /* alter_table_cmd: SET WITHOUT CLUSTER */ -#line 2473 "gram.y" +#line 2474 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropCluster; n->name = NULL; (yyval.node) = (Node *)n; } -#line 29410 "gram.c" +#line 29411 "gram.c" break; case 325: /* alter_table_cmd: SET LOGGED */ -#line 2481 "gram.y" +#line 2482 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetLogged; (yyval.node) = (Node *)n; } -#line 29420 "gram.c" +#line 29421 "gram.c" break; case 326: /* alter_table_cmd: SET UNLOGGED */ -#line 2488 "gram.y" +#line 2489 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetUnLogged; (yyval.node) = (Node *)n; } -#line 29430 "gram.c" +#line 29431 "gram.c" break; case 327: /* alter_table_cmd: ENABLE_P TRIGGER name */ -#line 2495 "gram.y" +#line 2496 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableTrig; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29441 "gram.c" +#line 29442 "gram.c" break; case 328: /* alter_table_cmd: ENABLE_P ALWAYS TRIGGER name */ -#line 2503 "gram.y" +#line 2504 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableAlwaysTrig; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29452 "gram.c" +#line 29453 "gram.c" break; case 329: /* alter_table_cmd: ENABLE_P REPLICA TRIGGER name */ -#line 2511 "gram.y" +#line 2512 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableReplicaTrig; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29463 "gram.c" +#line 29464 "gram.c" break; case 330: /* alter_table_cmd: ENABLE_P TRIGGER ALL */ -#line 2519 "gram.y" +#line 2520 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableTrigAll; (yyval.node) = (Node *)n; } -#line 29473 "gram.c" +#line 29474 "gram.c" break; case 331: /* alter_table_cmd: ENABLE_P TRIGGER USER */ -#line 2526 "gram.y" +#line 2527 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableTrigUser; (yyval.node) = (Node *)n; } -#line 29483 "gram.c" +#line 29484 "gram.c" break; case 332: /* alter_table_cmd: DISABLE_P TRIGGER name */ -#line 2533 "gram.y" +#line 2534 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DisableTrig; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29494 "gram.c" +#line 29495 "gram.c" break; case 333: /* alter_table_cmd: DISABLE_P TRIGGER ALL */ -#line 2541 "gram.y" +#line 2542 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DisableTrigAll; (yyval.node) = (Node *)n; } -#line 29504 "gram.c" +#line 29505 "gram.c" break; case 334: /* alter_table_cmd: DISABLE_P TRIGGER USER */ -#line 2548 "gram.y" +#line 2549 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DisableTrigUser; (yyval.node) = (Node *)n; } -#line 29514 "gram.c" +#line 29515 "gram.c" break; case 335: /* alter_table_cmd: ENABLE_P RULE name */ -#line 2555 "gram.y" +#line 2556 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableRule; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29525 "gram.c" +#line 29526 "gram.c" break; case 336: /* alter_table_cmd: ENABLE_P ALWAYS RULE name */ -#line 2563 "gram.y" +#line 2564 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableAlwaysRule; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29536 "gram.c" +#line 29537 "gram.c" break; case 337: /* alter_table_cmd: ENABLE_P REPLICA RULE name */ -#line 2571 "gram.y" +#line 2572 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableReplicaRule; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29547 "gram.c" +#line 29548 "gram.c" break; case 338: /* alter_table_cmd: DISABLE_P RULE name */ -#line 2579 "gram.y" +#line 2580 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DisableRule; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29558 "gram.c" +#line 29559 "gram.c" break; case 339: /* alter_table_cmd: INHERIT qualified_name */ -#line 2587 "gram.y" +#line 2588 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AddInherit; n->def = (Node *) (yyvsp[0].range); (yyval.node) = (Node *)n; } -#line 29569 "gram.c" +#line 29570 "gram.c" break; case 340: /* alter_table_cmd: NO INHERIT qualified_name */ -#line 2595 "gram.y" +#line 2596 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropInherit; n->def = (Node *) (yyvsp[0].range); (yyval.node) = (Node *)n; } -#line 29580 "gram.c" +#line 29581 "gram.c" break; case 341: /* alter_table_cmd: OF any_name */ -#line 2603 "gram.y" +#line 2604 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); TypeName *def = makeTypeNameFromNameList((yyvsp[0].list)); @@ -29589,157 +29590,157 @@ n->def = (Node *) def; (yyval.node) = (Node *)n; } -#line 29593 "gram.c" +#line 29594 "gram.c" break; case 342: /* alter_table_cmd: NOT OF */ -#line 2613 "gram.y" +#line 2614 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropOf; (yyval.node) = (Node *)n; } -#line 29603 "gram.c" +#line 29604 "gram.c" break; case 343: /* alter_table_cmd: OWNER TO RoleSpec */ -#line 2620 "gram.y" +#line 2621 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ChangeOwner; n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 29614 "gram.c" +#line 29615 "gram.c" break; case 344: /* alter_table_cmd: SET TABLESPACE name */ -#line 2628 "gram.y" +#line 2629 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetTableSpace; n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 29625 "gram.c" +#line 29626 "gram.c" break; case 345: /* alter_table_cmd: SET reloptions */ -#line 2636 "gram.y" +#line 2637 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_SetRelOptions; n->def = (Node *)(yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 29636 "gram.c" +#line 29637 "gram.c" break; case 346: /* alter_table_cmd: RESET reloptions */ -#line 2644 "gram.y" +#line 2645 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ResetRelOptions; n->def = (Node *)(yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 29647 "gram.c" +#line 29648 "gram.c" break; case 347: /* alter_table_cmd: REPLICA IDENTITY_P replica_identity */ -#line 2652 "gram.y" +#line 2653 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ReplicaIdentity; n->def = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 29658 "gram.c" +#line 29659 "gram.c" break; case 348: /* alter_table_cmd: ENABLE_P ROW LEVEL SECURITY */ -#line 2660 "gram.y" +#line 2661 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_EnableRowSecurity; (yyval.node) = (Node *)n; } -#line 29668 "gram.c" +#line 29669 "gram.c" break; case 349: /* alter_table_cmd: DISABLE_P ROW LEVEL SECURITY */ -#line 2667 "gram.y" +#line 2668 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DisableRowSecurity; (yyval.node) = (Node *)n; } -#line 29678 "gram.c" +#line 29679 "gram.c" break; case 350: /* alter_table_cmd: FORCE ROW LEVEL SECURITY */ -#line 2674 "gram.y" +#line 2675 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_ForceRowSecurity; (yyval.node) = (Node *)n; } -#line 29688 "gram.c" +#line 29689 "gram.c" break; case 351: /* alter_table_cmd: NO FORCE ROW LEVEL SECURITY */ -#line 2681 "gram.y" +#line 2682 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_NoForceRowSecurity; (yyval.node) = (Node *)n; } -#line 29698 "gram.c" +#line 29699 "gram.c" break; case 352: /* alter_table_cmd: alter_generic_options */ -#line 2687 "gram.y" +#line 2688 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_GenericOptions; n->def = (Node *)(yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 29709 "gram.c" +#line 29710 "gram.c" break; case 353: /* alter_column_default: SET DEFAULT a_expr */ -#line 2696 "gram.y" +#line 2697 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 29715 "gram.c" +#line 29716 "gram.c" break; case 354: /* alter_column_default: DROP DEFAULT */ -#line 2697 "gram.y" +#line 2698 "gram.y" { (yyval.node) = NULL; } -#line 29721 "gram.c" +#line 29722 "gram.c" break; case 355: /* opt_drop_behavior: CASCADE */ -#line 2701 "gram.y" +#line 2702 "gram.y" { (yyval.dbehavior) = DROP_CASCADE; } -#line 29727 "gram.c" +#line 29728 "gram.c" break; case 356: /* opt_drop_behavior: RESTRICT */ -#line 2702 "gram.y" +#line 2703 "gram.y" { (yyval.dbehavior) = DROP_RESTRICT; } -#line 29733 "gram.c" +#line 29734 "gram.c" break; case 357: /* opt_drop_behavior: %empty */ -#line 2703 "gram.y" +#line 2704 "gram.y" { (yyval.dbehavior) = DROP_RESTRICT; /* default */ } -#line 29739 "gram.c" +#line 29740 "gram.c" break; case 358: /* opt_collate_clause: COLLATE any_name */ -#line 2708 "gram.y" +#line 2709 "gram.y" { CollateClause *n = makeNode(CollateClause); n->arg = NULL; @@ -29747,164 +29748,164 @@ n->location = (yylsp[-1]); (yyval.node) = (Node *) n; } -#line 29751 "gram.c" +#line 29752 "gram.c" break; case 359: /* opt_collate_clause: %empty */ -#line 2715 "gram.y" +#line 2716 "gram.y" { (yyval.node) = NULL; } -#line 29757 "gram.c" +#line 29758 "gram.c" break; case 360: /* alter_using: USING a_expr */ -#line 2719 "gram.y" +#line 2720 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 29763 "gram.c" +#line 29764 "gram.c" break; case 361: /* alter_using: %empty */ -#line 2720 "gram.y" +#line 2721 "gram.y" { (yyval.node) = NULL; } -#line 29769 "gram.c" +#line 29770 "gram.c" break; case 362: /* replica_identity: NOTHING */ -#line 2725 "gram.y" +#line 2726 "gram.y" { ReplicaIdentityStmt *n = makeNode(ReplicaIdentityStmt); n->identity_type = REPLICA_IDENTITY_NOTHING; n->name = NULL; (yyval.node) = (Node *) n; } -#line 29780 "gram.c" +#line 29781 "gram.c" break; case 363: /* replica_identity: FULL */ -#line 2732 "gram.y" +#line 2733 "gram.y" { ReplicaIdentityStmt *n = makeNode(ReplicaIdentityStmt); n->identity_type = REPLICA_IDENTITY_FULL; n->name = NULL; (yyval.node) = (Node *) n; } -#line 29791 "gram.c" +#line 29792 "gram.c" break; case 364: /* replica_identity: DEFAULT */ -#line 2739 "gram.y" +#line 2740 "gram.y" { ReplicaIdentityStmt *n = makeNode(ReplicaIdentityStmt); n->identity_type = REPLICA_IDENTITY_DEFAULT; n->name = NULL; (yyval.node) = (Node *) n; } -#line 29802 "gram.c" +#line 29803 "gram.c" break; case 365: /* replica_identity: USING INDEX name */ -#line 2746 "gram.y" +#line 2747 "gram.y" { ReplicaIdentityStmt *n = makeNode(ReplicaIdentityStmt); n->identity_type = REPLICA_IDENTITY_INDEX; n->name = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 29813 "gram.c" +#line 29814 "gram.c" break; case 366: /* reloptions: '(' reloption_list ')' */ -#line 2755 "gram.y" +#line 2756 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 29819 "gram.c" +#line 29820 "gram.c" break; case 367: /* opt_reloptions: WITH reloptions */ -#line 2758 "gram.y" +#line 2759 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 29825 "gram.c" +#line 29826 "gram.c" break; case 368: /* opt_reloptions: %empty */ -#line 2759 "gram.y" +#line 2760 "gram.y" { (yyval.list) = NIL; } -#line 29831 "gram.c" +#line 29832 "gram.c" break; case 369: /* reloption_list: reloption_elem */ -#line 2763 "gram.y" +#line 2764 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 29837 "gram.c" +#line 29838 "gram.c" break; case 370: /* reloption_list: reloption_list ',' reloption_elem */ -#line 2764 "gram.y" +#line 2765 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 29843 "gram.c" +#line 29844 "gram.c" break; case 371: /* reloption_elem: ColLabel '=' def_arg */ -#line 2770 "gram.y" +#line 2771 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), (Node *) (yyvsp[0].node), (yylsp[-2])); } -#line 29851 "gram.c" +#line 29852 "gram.c" break; case 372: /* reloption_elem: ColLabel */ -#line 2774 "gram.y" +#line 2775 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[0].str), NULL, (yylsp[0])); } -#line 29859 "gram.c" +#line 29860 "gram.c" break; case 373: /* reloption_elem: ColLabel '.' ColLabel '=' def_arg */ -#line 2778 "gram.y" +#line 2779 "gram.y" { (yyval.defelt) = makeDefElemExtended((yyvsp[-4].str), (yyvsp[-2].str), (Node *) (yyvsp[0].node), DEFELEM_UNSPEC, (yylsp[-4])); } -#line 29868 "gram.c" +#line 29869 "gram.c" break; case 374: /* reloption_elem: ColLabel '.' ColLabel */ -#line 2783 "gram.y" +#line 2784 "gram.y" { (yyval.defelt) = makeDefElemExtended((yyvsp[-2].str), (yyvsp[0].str), NULL, DEFELEM_UNSPEC, (yylsp[-2])); } -#line 29876 "gram.c" +#line 29877 "gram.c" break; case 375: /* alter_identity_column_option_list: alter_identity_column_option */ -#line 2790 "gram.y" +#line 2791 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 29882 "gram.c" +#line 29883 "gram.c" break; case 376: /* alter_identity_column_option_list: alter_identity_column_option_list alter_identity_column_option */ -#line 2792 "gram.y" +#line 2793 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 29888 "gram.c" +#line 29889 "gram.c" break; case 377: /* alter_identity_column_option: RESTART */ -#line 2797 "gram.y" +#line 2798 "gram.y" { (yyval.defelt) = makeDefElem("restart", NULL, (yylsp[0])); } -#line 29896 "gram.c" +#line 29897 "gram.c" break; case 378: /* alter_identity_column_option: RESTART opt_with NumericOnly */ -#line 2801 "gram.y" +#line 2802 "gram.y" { (yyval.defelt) = makeDefElem("restart", (Node *)(yyvsp[0].value), (yylsp[-2])); } -#line 29904 "gram.c" +#line 29905 "gram.c" break; case 379: /* alter_identity_column_option: SET SeqOptElem */ -#line 2805 "gram.y" +#line 2806 "gram.y" { if (strcmp((yyvsp[0].defelt)->defname, "as") == 0 || strcmp((yyvsp[0].defelt)->defname, "restart") == 0 || @@ -29915,19 +29916,19 @@ parser_errposition((yylsp[0])))); (yyval.defelt) = (yyvsp[0].defelt); } -#line 29919 "gram.c" +#line 29920 "gram.c" break; case 380: /* alter_identity_column_option: SET GENERATED generated_when */ -#line 2816 "gram.y" +#line 2817 "gram.y" { (yyval.defelt) = makeDefElem("generated", (Node *) makeInteger((yyvsp[0].ival)), (yylsp[-2])); } -#line 29927 "gram.c" +#line 29928 "gram.c" break; case 381: /* PartitionBoundSpec: FOR VALUES WITH '(' hash_partbound ')' */ -#line 2824 "gram.y" +#line 2825 "gram.y" { ListCell *lc; PartitionBoundSpec *n = makeNode(PartitionBoundSpec); @@ -29978,11 +29979,11 @@ (yyval.partboundspec) = n; } -#line 29982 "gram.c" +#line 29983 "gram.c" break; case 382: /* PartitionBoundSpec: FOR VALUES IN_P '(' expr_list ')' */ -#line 2877 "gram.y" +#line 2878 "gram.y" { PartitionBoundSpec *n = makeNode(PartitionBoundSpec); @@ -29993,11 +29994,11 @@ (yyval.partboundspec) = n; } -#line 29997 "gram.c" +#line 29998 "gram.c" break; case 383: /* PartitionBoundSpec: FOR VALUES FROM '(' expr_list ')' TO '(' expr_list ')' */ -#line 2890 "gram.y" +#line 2891 "gram.y" { PartitionBoundSpec *n = makeNode(PartitionBoundSpec); @@ -30009,11 +30010,11 @@ (yyval.partboundspec) = n; } -#line 30013 "gram.c" +#line 30014 "gram.c" break; case 384: /* PartitionBoundSpec: DEFAULT */ -#line 2904 "gram.y" +#line 2905 "gram.y" { PartitionBoundSpec *n = makeNode(PartitionBoundSpec); @@ -30022,35 +30023,35 @@ (yyval.partboundspec) = n; } -#line 30026 "gram.c" +#line 30027 "gram.c" break; case 385: /* hash_partbound_elem: NonReservedWord Iconst */ -#line 2916 "gram.y" +#line 2917 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-1].str), (Node *)makeInteger((yyvsp[0].ival)), (yylsp[-1])); } -#line 30034 "gram.c" +#line 30035 "gram.c" break; case 386: /* hash_partbound: hash_partbound_elem */ -#line 2923 "gram.y" +#line 2924 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 30042 "gram.c" +#line 30043 "gram.c" break; case 387: /* hash_partbound: hash_partbound ',' hash_partbound_elem */ -#line 2927 "gram.y" +#line 2928 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 30050 "gram.c" +#line 30051 "gram.c" break; case 388: /* AlterCompositeTypeStmt: ALTER TYPE_P any_name alter_type_cmds */ -#line 2941 "gram.y" +#line 2942 "gram.y" { AlterTableStmt *n = makeNode(AlterTableStmt); @@ -30060,23 +30061,23 @@ n->objtype = OBJECT_TYPE; (yyval.node) = (Node *)n; } -#line 30064 "gram.c" +#line 30065 "gram.c" break; case 389: /* alter_type_cmds: alter_type_cmd */ -#line 2953 "gram.y" +#line 2954 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 30070 "gram.c" +#line 30071 "gram.c" break; case 390: /* alter_type_cmds: alter_type_cmds ',' alter_type_cmd */ -#line 2954 "gram.y" +#line 2955 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 30076 "gram.c" +#line 30077 "gram.c" break; case 391: /* alter_type_cmd: ADD_P ATTRIBUTE TableFuncElement opt_drop_behavior */ -#line 2960 "gram.y" +#line 2961 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_AddColumn; @@ -30084,11 +30085,11 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *)n; } -#line 30088 "gram.c" +#line 30089 "gram.c" break; case 392: /* alter_type_cmd: DROP ATTRIBUTE IF_P EXISTS ColId opt_drop_behavior */ -#line 2969 "gram.y" +#line 2970 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropColumn; @@ -30097,11 +30098,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 30101 "gram.c" +#line 30102 "gram.c" break; case 393: /* alter_type_cmd: DROP ATTRIBUTE ColId opt_drop_behavior */ -#line 2979 "gram.y" +#line 2980 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); n->subtype = AT_DropColumn; @@ -30110,11 +30111,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 30114 "gram.c" +#line 30115 "gram.c" break; case 394: /* alter_type_cmd: ALTER ATTRIBUTE ColId opt_set_data TYPE_P Typename opt_collate_clause opt_drop_behavior */ -#line 2989 "gram.y" +#line 2990 "gram.y" { AlterTableCmd *n = makeNode(AlterTableCmd); ColumnDef *def = makeNode(ColumnDef); @@ -30129,31 +30130,31 @@ def->location = (yylsp[-5]); (yyval.node) = (Node *)n; } -#line 30133 "gram.c" +#line 30134 "gram.c" break; case 395: /* ClosePortalStmt: CLOSE cursor_name */ -#line 3015 "gram.y" +#line 3016 "gram.y" { ClosePortalStmt *n = makeNode(ClosePortalStmt); n->portalname = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 30143 "gram.c" +#line 30144 "gram.c" break; case 396: /* ClosePortalStmt: CLOSE ALL */ -#line 3021 "gram.y" +#line 3022 "gram.y" { ClosePortalStmt *n = makeNode(ClosePortalStmt); n->portalname = NULL; (yyval.node) = (Node *)n; } -#line 30153 "gram.c" +#line 30154 "gram.c" break; case 397: /* CopyStmt: COPY opt_binary qualified_name opt_column_list copy_from opt_program copy_file_name copy_delimiter opt_with copy_options where_clause */ -#line 3056 "gram.y" +#line 3057 "gram.y" { CopyStmt *n = makeNode(CopyStmt); n->relation = (yyvsp[-8].range); @@ -30186,11 +30187,11 @@ n->options = list_concat(n->options, (yyvsp[-1].list)); (yyval.node) = (Node *)n; } -#line 30190 "gram.c" +#line 30191 "gram.c" break; case 398: /* CopyStmt: COPY '(' PreparableStmt ')' TO opt_program copy_file_name opt_with copy_options */ -#line 3089 "gram.y" +#line 3090 "gram.y" { CopyStmt *n = makeNode(CopyStmt); n->relation = NULL; @@ -30209,285 +30210,285 @@ (yyval.node) = (Node *)n; } -#line 30213 "gram.c" +#line 30214 "gram.c" break; case 399: /* copy_from: FROM */ -#line 3110 "gram.y" +#line 3111 "gram.y" { (yyval.boolean) = true; } -#line 30219 "gram.c" +#line 30220 "gram.c" break; case 400: /* copy_from: TO */ -#line 3111 "gram.y" +#line 3112 "gram.y" { (yyval.boolean) = false; } -#line 30225 "gram.c" +#line 30226 "gram.c" break; case 401: /* opt_program: PROGRAM */ -#line 3115 "gram.y" +#line 3116 "gram.y" { (yyval.boolean) = true; } -#line 30231 "gram.c" +#line 30232 "gram.c" break; case 402: /* opt_program: %empty */ -#line 3116 "gram.y" +#line 3117 "gram.y" { (yyval.boolean) = false; } -#line 30237 "gram.c" +#line 30238 "gram.c" break; case 403: /* copy_file_name: Sconst */ -#line 3125 "gram.y" +#line 3126 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 30243 "gram.c" +#line 30244 "gram.c" break; case 404: /* copy_file_name: STDIN */ -#line 3126 "gram.y" +#line 3127 "gram.y" { (yyval.str) = NULL; } -#line 30249 "gram.c" +#line 30250 "gram.c" break; case 405: /* copy_file_name: STDOUT */ -#line 3127 "gram.y" +#line 3128 "gram.y" { (yyval.str) = NULL; } -#line 30255 "gram.c" +#line 30256 "gram.c" break; case 406: /* copy_options: copy_opt_list */ -#line 3130 "gram.y" +#line 3131 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 30261 "gram.c" +#line 30262 "gram.c" break; case 407: /* copy_options: '(' copy_generic_opt_list ')' */ -#line 3131 "gram.y" +#line 3132 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 30267 "gram.c" +#line 30268 "gram.c" break; case 408: /* copy_opt_list: copy_opt_list copy_opt_item */ -#line 3136 "gram.y" +#line 3137 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 30273 "gram.c" +#line 30274 "gram.c" break; case 409: /* copy_opt_list: %empty */ -#line 3137 "gram.y" +#line 3138 "gram.y" { (yyval.list) = NIL; } -#line 30279 "gram.c" +#line 30280 "gram.c" break; case 410: /* copy_opt_item: BINARY */ -#line 3142 "gram.y" +#line 3143 "gram.y" { (yyval.defelt) = makeDefElem("format", (Node *)makeString("binary"), (yylsp[0])); } -#line 30287 "gram.c" +#line 30288 "gram.c" break; case 411: /* copy_opt_item: FREEZE */ -#line 3146 "gram.y" +#line 3147 "gram.y" { (yyval.defelt) = makeDefElem("freeze", (Node *)makeInteger(true), (yylsp[0])); } -#line 30295 "gram.c" +#line 30296 "gram.c" break; case 412: /* copy_opt_item: DELIMITER opt_as Sconst */ -#line 3150 "gram.y" +#line 3151 "gram.y" { (yyval.defelt) = makeDefElem("delimiter", (Node *)makeString((yyvsp[0].str)), (yylsp[-2])); } -#line 30303 "gram.c" +#line 30304 "gram.c" break; case 413: /* copy_opt_item: NULL_P opt_as Sconst */ -#line 3154 "gram.y" +#line 3155 "gram.y" { (yyval.defelt) = makeDefElem("null", (Node *)makeString((yyvsp[0].str)), (yylsp[-2])); } -#line 30311 "gram.c" +#line 30312 "gram.c" break; case 414: /* copy_opt_item: CSV */ -#line 3158 "gram.y" +#line 3159 "gram.y" { (yyval.defelt) = makeDefElem("format", (Node *)makeString("csv"), (yylsp[0])); } -#line 30319 "gram.c" +#line 30320 "gram.c" break; case 415: /* copy_opt_item: HEADER_P */ -#line 3162 "gram.y" +#line 3163 "gram.y" { (yyval.defelt) = makeDefElem("header", (Node *)makeInteger(true), (yylsp[0])); } -#line 30327 "gram.c" +#line 30328 "gram.c" break; case 416: /* copy_opt_item: QUOTE opt_as Sconst */ -#line 3166 "gram.y" +#line 3167 "gram.y" { (yyval.defelt) = makeDefElem("quote", (Node *)makeString((yyvsp[0].str)), (yylsp[-2])); } -#line 30335 "gram.c" +#line 30336 "gram.c" break; case 417: /* copy_opt_item: ESCAPE opt_as Sconst */ -#line 3170 "gram.y" +#line 3171 "gram.y" { (yyval.defelt) = makeDefElem("escape", (Node *)makeString((yyvsp[0].str)), (yylsp[-2])); } -#line 30343 "gram.c" +#line 30344 "gram.c" break; case 418: /* copy_opt_item: FORCE QUOTE columnList */ -#line 3174 "gram.y" +#line 3175 "gram.y" { (yyval.defelt) = makeDefElem("force_quote", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 30351 "gram.c" +#line 30352 "gram.c" break; case 419: /* copy_opt_item: FORCE QUOTE '*' */ -#line 3178 "gram.y" +#line 3179 "gram.y" { (yyval.defelt) = makeDefElem("force_quote", (Node *)makeNode(A_Star), (yylsp[-2])); } -#line 30359 "gram.c" +#line 30360 "gram.c" break; case 420: /* copy_opt_item: FORCE NOT NULL_P columnList */ -#line 3182 "gram.y" +#line 3183 "gram.y" { (yyval.defelt) = makeDefElem("force_not_null", (Node *)(yyvsp[0].list), (yylsp[-3])); } -#line 30367 "gram.c" +#line 30368 "gram.c" break; case 421: /* copy_opt_item: FORCE NULL_P columnList */ -#line 3186 "gram.y" +#line 3187 "gram.y" { (yyval.defelt) = makeDefElem("force_null", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 30375 "gram.c" +#line 30376 "gram.c" break; case 422: /* copy_opt_item: ENCODING Sconst */ -#line 3190 "gram.y" +#line 3191 "gram.y" { (yyval.defelt) = makeDefElem("encoding", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 30383 "gram.c" +#line 30384 "gram.c" break; case 423: /* opt_binary: BINARY */ -#line 3199 "gram.y" +#line 3200 "gram.y" { (yyval.defelt) = makeDefElem("format", (Node *)makeString("binary"), (yylsp[0])); } -#line 30391 "gram.c" +#line 30392 "gram.c" break; case 424: /* opt_binary: %empty */ -#line 3202 "gram.y" +#line 3203 "gram.y" { (yyval.defelt) = NULL; } -#line 30397 "gram.c" +#line 30398 "gram.c" break; case 425: /* copy_delimiter: opt_using DELIMITERS Sconst */ -#line 3207 "gram.y" +#line 3208 "gram.y" { (yyval.defelt) = makeDefElem("delimiter", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 30405 "gram.c" +#line 30406 "gram.c" break; case 426: /* copy_delimiter: %empty */ -#line 3210 "gram.y" +#line 3211 "gram.y" { (yyval.defelt) = NULL; } -#line 30411 "gram.c" +#line 30412 "gram.c" break; case 429: /* copy_generic_opt_list: copy_generic_opt_elem */ -#line 3221 "gram.y" +#line 3222 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 30419 "gram.c" +#line 30420 "gram.c" break; case 430: /* copy_generic_opt_list: copy_generic_opt_list ',' copy_generic_opt_elem */ -#line 3225 "gram.y" +#line 3226 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 30427 "gram.c" +#line 30428 "gram.c" break; case 431: /* copy_generic_opt_elem: ColLabel copy_generic_opt_arg */ -#line 3232 "gram.y" +#line 3233 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-1].str), (yyvsp[0].node), (yylsp[-1])); } -#line 30435 "gram.c" +#line 30436 "gram.c" break; case 432: /* copy_generic_opt_arg: opt_boolean_or_string */ -#line 3238 "gram.y" +#line 3239 "gram.y" { (yyval.node) = (Node *) makeString((yyvsp[0].str)); } -#line 30441 "gram.c" +#line 30442 "gram.c" break; case 433: /* copy_generic_opt_arg: NumericOnly */ -#line 3239 "gram.y" +#line 3240 "gram.y" { (yyval.node) = (Node *) (yyvsp[0].value); } -#line 30447 "gram.c" +#line 30448 "gram.c" break; case 434: /* copy_generic_opt_arg: '*' */ -#line 3240 "gram.y" +#line 3241 "gram.y" { (yyval.node) = (Node *) makeNode(A_Star); } -#line 30453 "gram.c" +#line 30454 "gram.c" break; case 435: /* copy_generic_opt_arg: '(' copy_generic_opt_arg_list ')' */ -#line 3241 "gram.y" +#line 3242 "gram.y" { (yyval.node) = (Node *) (yyvsp[-1].list); } -#line 30459 "gram.c" +#line 30460 "gram.c" break; case 436: /* copy_generic_opt_arg: %empty */ -#line 3242 "gram.y" +#line 3243 "gram.y" { (yyval.node) = NULL; } -#line 30465 "gram.c" +#line 30466 "gram.c" break; case 437: /* copy_generic_opt_arg_list: copy_generic_opt_arg_list_item */ -#line 3247 "gram.y" +#line 3248 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 30473 "gram.c" +#line 30474 "gram.c" break; case 438: /* copy_generic_opt_arg_list: copy_generic_opt_arg_list ',' copy_generic_opt_arg_list_item */ -#line 3251 "gram.y" +#line 3252 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 30481 "gram.c" +#line 30482 "gram.c" break; case 439: /* copy_generic_opt_arg_list_item: opt_boolean_or_string */ -#line 3258 "gram.y" +#line 3259 "gram.y" { (yyval.node) = (Node *) makeString((yyvsp[0].str)); } -#line 30487 "gram.c" +#line 30488 "gram.c" break; case 440: /* CreateStmt: CREATE OptTemp TABLE qualified_name '(' OptTableElementList ')' OptInherit OptPartitionSpec table_access_method_clause OptWith OnCommitOption OptTableSpace */ -#line 3272 "gram.y" +#line 3273 "gram.y" { CreateStmt *n = makeNode(CreateStmt); (yyvsp[-9].range)->relpersistence = (yyvsp[-11].ival); @@ -30504,11 +30505,11 @@ n->if_not_exists = false; (yyval.node) = (Node *)n; } -#line 30508 "gram.c" +#line 30509 "gram.c" break; case 441: /* CreateStmt: CREATE OptTemp TABLE IF_P NOT EXISTS qualified_name '(' OptTableElementList ')' OptInherit OptPartitionSpec table_access_method_clause OptWith OnCommitOption OptTableSpace */ -#line 3291 "gram.y" +#line 3292 "gram.y" { CreateStmt *n = makeNode(CreateStmt); (yyvsp[-9].range)->relpersistence = (yyvsp[-14].ival); @@ -30525,11 +30526,11 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 30529 "gram.c" +#line 30530 "gram.c" break; case 442: /* CreateStmt: CREATE OptTemp TABLE qualified_name OF any_name OptTypedTableElementList OptPartitionSpec table_access_method_clause OptWith OnCommitOption OptTableSpace */ -#line 3310 "gram.y" +#line 3311 "gram.y" { CreateStmt *n = makeNode(CreateStmt); (yyvsp[-8].range)->relpersistence = (yyvsp[-10].ival); @@ -30547,11 +30548,11 @@ n->if_not_exists = false; (yyval.node) = (Node *)n; } -#line 30551 "gram.c" +#line 30552 "gram.c" break; case 443: /* CreateStmt: CREATE OptTemp TABLE IF_P NOT EXISTS qualified_name OF any_name OptTypedTableElementList OptPartitionSpec table_access_method_clause OptWith OnCommitOption OptTableSpace */ -#line 3330 "gram.y" +#line 3331 "gram.y" { CreateStmt *n = makeNode(CreateStmt); (yyvsp[-8].range)->relpersistence = (yyvsp[-13].ival); @@ -30569,11 +30570,11 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 30573 "gram.c" +#line 30574 "gram.c" break; case 444: /* CreateStmt: CREATE OptTemp TABLE qualified_name PARTITION OF qualified_name OptTypedTableElementList PartitionBoundSpec OptPartitionSpec table_access_method_clause OptWith OnCommitOption OptTableSpace */ -#line 3350 "gram.y" +#line 3351 "gram.y" { CreateStmt *n = makeNode(CreateStmt); (yyvsp[-10].range)->relpersistence = (yyvsp[-12].ival); @@ -30591,11 +30592,11 @@ n->if_not_exists = false; (yyval.node) = (Node *)n; } -#line 30595 "gram.c" +#line 30596 "gram.c" break; case 445: /* CreateStmt: CREATE OptTemp TABLE IF_P NOT EXISTS qualified_name PARTITION OF qualified_name OptTypedTableElementList PartitionBoundSpec OptPartitionSpec table_access_method_clause OptWith OnCommitOption OptTableSpace */ -#line 3370 "gram.y" +#line 3371 "gram.y" { CreateStmt *n = makeNode(CreateStmt); (yyvsp[-10].range)->relpersistence = (yyvsp[-15].ival); @@ -30613,155 +30614,155 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 30617 "gram.c" +#line 30618 "gram.c" break; case 446: /* OptTemp: TEMPORARY */ -#line 3400 "gram.y" +#line 3401 "gram.y" { (yyval.ival) = RELPERSISTENCE_TEMP; } -#line 30623 "gram.c" +#line 30624 "gram.c" break; case 447: /* OptTemp: TEMP */ -#line 3401 "gram.y" +#line 3402 "gram.y" { (yyval.ival) = RELPERSISTENCE_TEMP; } -#line 30629 "gram.c" +#line 30630 "gram.c" break; case 448: /* OptTemp: LOCAL TEMPORARY */ -#line 3402 "gram.y" +#line 3403 "gram.y" { (yyval.ival) = RELPERSISTENCE_TEMP; } -#line 30635 "gram.c" +#line 30636 "gram.c" break; case 449: /* OptTemp: LOCAL TEMP */ -#line 3403 "gram.y" +#line 3404 "gram.y" { (yyval.ival) = RELPERSISTENCE_TEMP; } -#line 30641 "gram.c" +#line 30642 "gram.c" break; case 450: /* OptTemp: GLOBAL TEMPORARY */ -#line 3405 "gram.y" +#line 3406 "gram.y" { ereport(WARNING, (errmsg("GLOBAL is deprecated in temporary table creation"), parser_errposition((yylsp[-1])))); (yyval.ival) = RELPERSISTENCE_TEMP; } -#line 30652 "gram.c" +#line 30653 "gram.c" break; case 451: /* OptTemp: GLOBAL TEMP */ -#line 3412 "gram.y" +#line 3413 "gram.y" { ereport(WARNING, (errmsg("GLOBAL is deprecated in temporary table creation"), parser_errposition((yylsp[-1])))); (yyval.ival) = RELPERSISTENCE_TEMP; } -#line 30663 "gram.c" +#line 30664 "gram.c" break; case 452: /* OptTemp: UNLOGGED */ -#line 3418 "gram.y" +#line 3419 "gram.y" { (yyval.ival) = RELPERSISTENCE_UNLOGGED; } -#line 30669 "gram.c" +#line 30670 "gram.c" break; case 453: /* OptTemp: %empty */ -#line 3419 "gram.y" +#line 3420 "gram.y" { (yyval.ival) = RELPERSISTENCE_PERMANENT; } -#line 30675 "gram.c" +#line 30676 "gram.c" break; case 454: /* OptTableElementList: TableElementList */ -#line 3423 "gram.y" +#line 3424 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 30681 "gram.c" +#line 30682 "gram.c" break; case 455: /* OptTableElementList: %empty */ -#line 3424 "gram.y" +#line 3425 "gram.y" { (yyval.list) = NIL; } -#line 30687 "gram.c" +#line 30688 "gram.c" break; case 456: /* OptTypedTableElementList: '(' TypedTableElementList ')' */ -#line 3428 "gram.y" +#line 3429 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 30693 "gram.c" +#line 30694 "gram.c" break; case 457: /* OptTypedTableElementList: %empty */ -#line 3429 "gram.y" +#line 3430 "gram.y" { (yyval.list) = NIL; } -#line 30699 "gram.c" +#line 30700 "gram.c" break; case 458: /* TableElementList: TableElement */ -#line 3434 "gram.y" +#line 3435 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 30707 "gram.c" +#line 30708 "gram.c" break; case 459: /* TableElementList: TableElementList ',' TableElement */ -#line 3438 "gram.y" +#line 3439 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 30715 "gram.c" +#line 30716 "gram.c" break; case 460: /* TypedTableElementList: TypedTableElement */ -#line 3445 "gram.y" +#line 3446 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 30723 "gram.c" +#line 30724 "gram.c" break; case 461: /* TypedTableElementList: TypedTableElementList ',' TypedTableElement */ -#line 3449 "gram.y" +#line 3450 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 30731 "gram.c" +#line 30732 "gram.c" break; case 462: /* TableElement: columnDef */ -#line 3455 "gram.y" +#line 3456 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 30737 "gram.c" +#line 30738 "gram.c" break; case 463: /* TableElement: TableLikeClause */ -#line 3456 "gram.y" +#line 3457 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 30743 "gram.c" +#line 30744 "gram.c" break; case 464: /* TableElement: TableConstraint */ -#line 3457 "gram.y" +#line 3458 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 30749 "gram.c" +#line 30750 "gram.c" break; case 465: /* TypedTableElement: columnOptions */ -#line 3461 "gram.y" +#line 3462 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 30755 "gram.c" +#line 30756 "gram.c" break; case 466: /* TypedTableElement: TableConstraint */ -#line 3462 "gram.y" +#line 3463 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 30761 "gram.c" +#line 30762 "gram.c" break; case 467: /* columnDef: ColId Typename opt_column_compression create_generic_options ColQualList */ -#line 3466 "gram.y" +#line 3467 "gram.y" { ColumnDef *n = makeNode(ColumnDef); n->colname = (yyvsp[-4].str); @@ -30781,11 +30782,11 @@ n->location = (yylsp[-4]); (yyval.node) = (Node *)n; } -#line 30785 "gram.c" +#line 30786 "gram.c" break; case 468: /* columnOptions: ColId ColQualList */ -#line 3488 "gram.y" +#line 3489 "gram.y" { ColumnDef *n = makeNode(ColumnDef); n->colname = (yyvsp[-1].str); @@ -30803,11 +30804,11 @@ n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 30807 "gram.c" +#line 30808 "gram.c" break; case 469: /* columnOptions: ColId WITH OPTIONS ColQualList */ -#line 3506 "gram.y" +#line 3507 "gram.y" { ColumnDef *n = makeNode(ColumnDef); n->colname = (yyvsp[-3].str); @@ -30825,70 +30826,70 @@ n->location = (yylsp[-3]); (yyval.node) = (Node *)n; } -#line 30829 "gram.c" +#line 30830 "gram.c" break; case 470: /* column_compression: COMPRESSION ColId */ -#line 3526 "gram.y" +#line 3527 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 30835 "gram.c" +#line 30836 "gram.c" break; case 471: /* column_compression: COMPRESSION DEFAULT */ -#line 3527 "gram.y" +#line 3528 "gram.y" { (yyval.str) = pstrdup("default"); } -#line 30841 "gram.c" +#line 30842 "gram.c" break; case 472: /* opt_column_compression: column_compression */ -#line 3531 "gram.y" +#line 3532 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 30847 "gram.c" +#line 30848 "gram.c" break; case 473: /* opt_column_compression: %empty */ -#line 3532 "gram.y" +#line 3533 "gram.y" { (yyval.str) = NULL; } -#line 30853 "gram.c" +#line 30854 "gram.c" break; case 474: /* ColQualList: ColQualList ColConstraint */ -#line 3536 "gram.y" +#line 3537 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].node)); } -#line 30859 "gram.c" +#line 30860 "gram.c" break; case 475: /* ColQualList: %empty */ -#line 3537 "gram.y" +#line 3538 "gram.y" { (yyval.list) = NIL; } -#line 30865 "gram.c" +#line 30866 "gram.c" break; case 476: /* ColConstraint: CONSTRAINT name ColConstraintElem */ -#line 3542 "gram.y" +#line 3543 "gram.y" { Constraint *n = castNode(Constraint, (yyvsp[0].node)); n->conname = (yyvsp[-1].str); n->location = (yylsp[-2]); (yyval.node) = (Node *) n; } -#line 30876 "gram.c" +#line 30877 "gram.c" break; case 477: /* ColConstraint: ColConstraintElem */ -#line 3548 "gram.y" +#line 3549 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 30882 "gram.c" +#line 30883 "gram.c" break; case 478: /* ColConstraint: ConstraintAttr */ -#line 3549 "gram.y" +#line 3550 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 30888 "gram.c" +#line 30889 "gram.c" break; case 479: /* ColConstraint: COLLATE any_name */ -#line 3551 "gram.y" +#line 3552 "gram.y" { /* * Note: the CollateClause is momentarily included in @@ -30901,33 +30902,33 @@ n->location = (yylsp[-1]); (yyval.node) = (Node *) n; } -#line 30905 "gram.c" +#line 30906 "gram.c" break; case 480: /* ColConstraintElem: NOT NULL_P */ -#line 3582 "gram.y" +#line 3583 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_NOTNULL; n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 30916 "gram.c" +#line 30917 "gram.c" break; case 481: /* ColConstraintElem: NULL_P */ -#line 3589 "gram.y" +#line 3590 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_NULL; n->location = (yylsp[0]); (yyval.node) = (Node *)n; } -#line 30927 "gram.c" +#line 30928 "gram.c" break; case 482: /* ColConstraintElem: UNIQUE opt_definition OptConsTableSpace */ -#line 3596 "gram.y" +#line 3597 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_UNIQUE; @@ -30938,11 +30939,11 @@ n->indexspace = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 30942 "gram.c" +#line 30943 "gram.c" break; case 483: /* ColConstraintElem: PRIMARY KEY opt_definition OptConsTableSpace */ -#line 3607 "gram.y" +#line 3608 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_PRIMARY; @@ -30953,11 +30954,11 @@ n->indexspace = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 30957 "gram.c" +#line 30958 "gram.c" break; case 484: /* ColConstraintElem: CHECK '(' a_expr ')' opt_no_inherit */ -#line 3618 "gram.y" +#line 3619 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_CHECK; @@ -30969,11 +30970,11 @@ n->initially_valid = true; (yyval.node) = (Node *)n; } -#line 30973 "gram.c" +#line 30974 "gram.c" break; case 485: /* ColConstraintElem: DEFAULT b_expr */ -#line 3630 "gram.y" +#line 3631 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_DEFAULT; @@ -30982,11 +30983,11 @@ n->cooked_expr = NULL; (yyval.node) = (Node *)n; } -#line 30986 "gram.c" +#line 30987 "gram.c" break; case 486: /* ColConstraintElem: GENERATED generated_when AS IDENTITY_P OptParenthesizedSeqOptList */ -#line 3639 "gram.y" +#line 3640 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_IDENTITY; @@ -30995,11 +30996,11 @@ n->location = (yylsp[-4]); (yyval.node) = (Node *)n; } -#line 30999 "gram.c" +#line 31000 "gram.c" break; case 487: /* ColConstraintElem: GENERATED generated_when AS '(' a_expr ')' STORED */ -#line 3648 "gram.y" +#line 3649 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_GENERATED; @@ -31022,11 +31023,11 @@ (yyval.node) = (Node *)n; } -#line 31026 "gram.c" +#line 31027 "gram.c" break; case 488: /* ColConstraintElem: REFERENCES qualified_name opt_column_list key_match key_actions */ -#line 3671 "gram.y" +#line 3672 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_FOREIGN; @@ -31041,67 +31042,67 @@ n->initially_valid = true; (yyval.node) = (Node *)n; } -#line 31045 "gram.c" +#line 31046 "gram.c" break; case 489: /* generated_when: ALWAYS */ -#line 3688 "gram.y" +#line 3689 "gram.y" { (yyval.ival) = ATTRIBUTE_IDENTITY_ALWAYS; } -#line 31051 "gram.c" +#line 31052 "gram.c" break; case 490: /* generated_when: BY DEFAULT */ -#line 3689 "gram.y" +#line 3690 "gram.y" { (yyval.ival) = ATTRIBUTE_IDENTITY_BY_DEFAULT; } -#line 31057 "gram.c" +#line 31058 "gram.c" break; case 491: /* ConstraintAttr: DEFERRABLE */ -#line 3709 "gram.y" +#line 3710 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_ATTR_DEFERRABLE; n->location = (yylsp[0]); (yyval.node) = (Node *)n; } -#line 31068 "gram.c" +#line 31069 "gram.c" break; case 492: /* ConstraintAttr: NOT DEFERRABLE */ -#line 3716 "gram.y" +#line 3717 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_ATTR_NOT_DEFERRABLE; n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 31079 "gram.c" +#line 31080 "gram.c" break; case 493: /* ConstraintAttr: INITIALLY DEFERRED */ -#line 3723 "gram.y" +#line 3724 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_ATTR_DEFERRED; n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 31090 "gram.c" +#line 31091 "gram.c" break; case 494: /* ConstraintAttr: INITIALLY IMMEDIATE */ -#line 3730 "gram.y" +#line 3731 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_ATTR_IMMEDIATE; n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 31101 "gram.c" +#line 31102 "gram.c" break; case 495: /* TableLikeClause: LIKE qualified_name TableLikeOptionList */ -#line 3741 "gram.y" +#line 3742 "gram.y" { TableLikeClause *n = makeNode(TableLikeClause); n->relation = (yyvsp[-1].range); @@ -31109,106 +31110,106 @@ n->relationOid = InvalidOid; (yyval.node) = (Node *)n; } -#line 31113 "gram.c" +#line 31114 "gram.c" break; case 496: /* TableLikeOptionList: TableLikeOptionList INCLUDING TableLikeOption */ -#line 3751 "gram.y" +#line 3752 "gram.y" { (yyval.ival) = (yyvsp[-2].ival) | (yyvsp[0].ival); } -#line 31119 "gram.c" +#line 31120 "gram.c" break; case 497: /* TableLikeOptionList: TableLikeOptionList EXCLUDING TableLikeOption */ -#line 3752 "gram.y" +#line 3753 "gram.y" { (yyval.ival) = (yyvsp[-2].ival) & ~(yyvsp[0].ival); } -#line 31125 "gram.c" +#line 31126 "gram.c" break; case 498: /* TableLikeOptionList: %empty */ -#line 3753 "gram.y" +#line 3754 "gram.y" { (yyval.ival) = 0; } -#line 31131 "gram.c" +#line 31132 "gram.c" break; case 499: /* TableLikeOption: COMMENTS */ -#line 3757 "gram.y" +#line 3758 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_COMMENTS; } -#line 31137 "gram.c" +#line 31138 "gram.c" break; case 500: /* TableLikeOption: COMPRESSION */ -#line 3758 "gram.y" +#line 3759 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_COMPRESSION; } -#line 31143 "gram.c" +#line 31144 "gram.c" break; case 501: /* TableLikeOption: CONSTRAINTS */ -#line 3759 "gram.y" +#line 3760 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_CONSTRAINTS; } -#line 31149 "gram.c" +#line 31150 "gram.c" break; case 502: /* TableLikeOption: DEFAULTS */ -#line 3760 "gram.y" +#line 3761 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_DEFAULTS; } -#line 31155 "gram.c" +#line 31156 "gram.c" break; case 503: /* TableLikeOption: IDENTITY_P */ -#line 3761 "gram.y" +#line 3762 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_IDENTITY; } -#line 31161 "gram.c" +#line 31162 "gram.c" break; case 504: /* TableLikeOption: GENERATED */ -#line 3762 "gram.y" +#line 3763 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_GENERATED; } -#line 31167 "gram.c" +#line 31168 "gram.c" break; case 505: /* TableLikeOption: INDEXES */ -#line 3763 "gram.y" +#line 3764 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_INDEXES; } -#line 31173 "gram.c" +#line 31174 "gram.c" break; case 506: /* TableLikeOption: STATISTICS */ -#line 3764 "gram.y" +#line 3765 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_STATISTICS; } -#line 31179 "gram.c" +#line 31180 "gram.c" break; case 507: /* TableLikeOption: STORAGE */ -#line 3765 "gram.y" +#line 3766 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_STORAGE; } -#line 31185 "gram.c" +#line 31186 "gram.c" break; case 508: /* TableLikeOption: ALL */ -#line 3766 "gram.y" +#line 3767 "gram.y" { (yyval.ival) = CREATE_TABLE_LIKE_ALL; } -#line 31191 "gram.c" +#line 31192 "gram.c" break; case 509: /* TableConstraint: CONSTRAINT name ConstraintElem */ -#line 3776 "gram.y" +#line 3777 "gram.y" { Constraint *n = castNode(Constraint, (yyvsp[0].node)); n->conname = (yyvsp[-1].str); n->location = (yylsp[-2]); (yyval.node) = (Node *) n; } -#line 31202 "gram.c" +#line 31203 "gram.c" break; case 510: /* TableConstraint: ConstraintElem */ -#line 3782 "gram.y" +#line 3783 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 31208 "gram.c" +#line 31209 "gram.c" break; case 511: /* ConstraintElem: CHECK '(' a_expr ')' ConstraintAttributeSpec */ -#line 3787 "gram.y" +#line 3788 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_CHECK; @@ -31221,11 +31222,11 @@ n->initially_valid = !n->skip_validation; (yyval.node) = (Node *)n; } -#line 31225 "gram.c" +#line 31226 "gram.c" break; case 512: /* ConstraintElem: UNIQUE '(' columnList ')' opt_c_include opt_definition OptConsTableSpace ConstraintAttributeSpec */ -#line 3801 "gram.y" +#line 3802 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_UNIQUE; @@ -31240,11 +31241,11 @@ NULL, yyscanner); (yyval.node) = (Node *)n; } -#line 31244 "gram.c" +#line 31245 "gram.c" break; case 513: /* ConstraintElem: UNIQUE ExistingIndex ConstraintAttributeSpec */ -#line 3816 "gram.y" +#line 3817 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_UNIQUE; @@ -31259,11 +31260,11 @@ NULL, yyscanner); (yyval.node) = (Node *)n; } -#line 31263 "gram.c" +#line 31264 "gram.c" break; case 514: /* ConstraintElem: PRIMARY KEY '(' columnList ')' opt_c_include opt_definition OptConsTableSpace ConstraintAttributeSpec */ -#line 3832 "gram.y" +#line 3833 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_PRIMARY; @@ -31278,11 +31279,11 @@ NULL, yyscanner); (yyval.node) = (Node *)n; } -#line 31282 "gram.c" +#line 31283 "gram.c" break; case 515: /* ConstraintElem: PRIMARY KEY ExistingIndex ConstraintAttributeSpec */ -#line 3847 "gram.y" +#line 3848 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_PRIMARY; @@ -31297,11 +31298,11 @@ NULL, yyscanner); (yyval.node) = (Node *)n; } -#line 31301 "gram.c" +#line 31302 "gram.c" break; case 516: /* ConstraintElem: EXCLUDE access_method_clause '(' ExclusionConstraintList ')' opt_c_include opt_definition OptConsTableSpace OptWhereClause ConstraintAttributeSpec */ -#line 3864 "gram.y" +#line 3865 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_EXCLUSION; @@ -31318,11 +31319,11 @@ NULL, yyscanner); (yyval.node) = (Node *)n; } -#line 31322 "gram.c" +#line 31323 "gram.c" break; case 517: /* ConstraintElem: FOREIGN KEY '(' columnList ')' REFERENCES qualified_name opt_column_list key_match key_actions ConstraintAttributeSpec */ -#line 3882 "gram.y" +#line 3883 "gram.y" { Constraint *n = makeNode(Constraint); n->contype = CONSTR_FOREIGN; @@ -31340,75 +31341,75 @@ n->initially_valid = !n->skip_validation; (yyval.node) = (Node *)n; } -#line 31344 "gram.c" +#line 31345 "gram.c" break; case 518: /* opt_no_inherit: NO INHERIT */ -#line 3901 "gram.y" +#line 3902 "gram.y" { (yyval.boolean) = true; } -#line 31350 "gram.c" +#line 31351 "gram.c" break; case 519: /* opt_no_inherit: %empty */ -#line 3902 "gram.y" +#line 3903 "gram.y" { (yyval.boolean) = false; } -#line 31356 "gram.c" +#line 31357 "gram.c" break; case 520: /* opt_column_list: '(' columnList ')' */ -#line 3906 "gram.y" +#line 3907 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 31362 "gram.c" +#line 31363 "gram.c" break; case 521: /* opt_column_list: %empty */ -#line 3907 "gram.y" +#line 3908 "gram.y" { (yyval.list) = NIL; } -#line 31368 "gram.c" +#line 31369 "gram.c" break; case 522: /* columnList: columnElem */ -#line 3911 "gram.y" +#line 3912 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 31374 "gram.c" +#line 31375 "gram.c" break; case 523: /* columnList: columnList ',' columnElem */ -#line 3912 "gram.y" +#line 3913 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 31380 "gram.c" +#line 31381 "gram.c" break; case 524: /* columnElem: ColId */ -#line 3916 "gram.y" +#line 3917 "gram.y" { (yyval.node) = (Node *) makeString((yyvsp[0].str)); } -#line 31388 "gram.c" +#line 31389 "gram.c" break; case 525: /* opt_c_include: INCLUDE '(' columnList ')' */ -#line 3921 "gram.y" +#line 3922 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 31394 "gram.c" +#line 31395 "gram.c" break; case 526: /* opt_c_include: %empty */ -#line 3922 "gram.y" +#line 3923 "gram.y" { (yyval.list) = NIL; } -#line 31400 "gram.c" +#line 31401 "gram.c" break; case 527: /* key_match: MATCH FULL */ -#line 3926 "gram.y" +#line 3927 "gram.y" { (yyval.ival) = FKCONSTR_MATCH_FULL; } -#line 31408 "gram.c" +#line 31409 "gram.c" break; case 528: /* key_match: MATCH PARTIAL */ -#line 3930 "gram.y" +#line 3931 "gram.y" { ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), @@ -31416,163 +31417,163 @@ parser_errposition((yylsp[-1])))); (yyval.ival) = FKCONSTR_MATCH_PARTIAL; } -#line 31420 "gram.c" +#line 31421 "gram.c" break; case 529: /* key_match: MATCH SIMPLE */ -#line 3938 "gram.y" +#line 3939 "gram.y" { (yyval.ival) = FKCONSTR_MATCH_SIMPLE; } -#line 31428 "gram.c" +#line 31429 "gram.c" break; case 530: /* key_match: %empty */ -#line 3942 "gram.y" +#line 3943 "gram.y" { (yyval.ival) = FKCONSTR_MATCH_SIMPLE; } -#line 31436 "gram.c" +#line 31437 "gram.c" break; case 531: /* ExclusionConstraintList: ExclusionConstraintElem */ -#line 3948 "gram.y" +#line 3949 "gram.y" { (yyval.list) = list_make1((yyvsp[0].list)); } -#line 31442 "gram.c" +#line 31443 "gram.c" break; case 532: /* ExclusionConstraintList: ExclusionConstraintList ',' ExclusionConstraintElem */ -#line 3950 "gram.y" +#line 3951 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].list)); } -#line 31448 "gram.c" +#line 31449 "gram.c" break; case 533: /* ExclusionConstraintElem: index_elem WITH any_operator */ -#line 3954 "gram.y" +#line 3955 "gram.y" { (yyval.list) = list_make2((yyvsp[-2].ielem), (yyvsp[0].list)); } -#line 31456 "gram.c" +#line 31457 "gram.c" break; case 534: /* ExclusionConstraintElem: index_elem WITH OPERATOR '(' any_operator ')' */ -#line 3959 "gram.y" +#line 3960 "gram.y" { (yyval.list) = list_make2((yyvsp[-5].ielem), (yyvsp[-1].list)); } -#line 31464 "gram.c" +#line 31465 "gram.c" break; case 535: /* OptWhereClause: WHERE '(' a_expr ')' */ -#line 3965 "gram.y" +#line 3966 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 31470 "gram.c" +#line 31471 "gram.c" break; case 536: /* OptWhereClause: %empty */ -#line 3966 "gram.y" +#line 3967 "gram.y" { (yyval.node) = NULL; } -#line 31476 "gram.c" +#line 31477 "gram.c" break; case 537: /* key_actions: key_update */ -#line 3977 "gram.y" +#line 3978 "gram.y" { (yyval.ival) = ((yyvsp[0].ival) << 8) | (FKCONSTR_ACTION_NOACTION & 0xFF); } -#line 31482 "gram.c" +#line 31483 "gram.c" break; case 538: /* key_actions: key_delete */ -#line 3979 "gram.y" +#line 3980 "gram.y" { (yyval.ival) = (FKCONSTR_ACTION_NOACTION << 8) | ((yyvsp[0].ival) & 0xFF); } -#line 31488 "gram.c" +#line 31489 "gram.c" break; case 539: /* key_actions: key_update key_delete */ -#line 3981 "gram.y" +#line 3982 "gram.y" { (yyval.ival) = ((yyvsp[-1].ival) << 8) | ((yyvsp[0].ival) & 0xFF); } -#line 31494 "gram.c" +#line 31495 "gram.c" break; case 540: /* key_actions: key_delete key_update */ -#line 3983 "gram.y" +#line 3984 "gram.y" { (yyval.ival) = ((yyvsp[0].ival) << 8) | ((yyvsp[-1].ival) & 0xFF); } -#line 31500 "gram.c" +#line 31501 "gram.c" break; case 541: /* key_actions: %empty */ -#line 3985 "gram.y" +#line 3986 "gram.y" { (yyval.ival) = (FKCONSTR_ACTION_NOACTION << 8) | (FKCONSTR_ACTION_NOACTION & 0xFF); } -#line 31506 "gram.c" +#line 31507 "gram.c" break; case 542: /* key_update: ON UPDATE key_action */ -#line 3988 "gram.y" +#line 3989 "gram.y" { (yyval.ival) = (yyvsp[0].ival); } -#line 31512 "gram.c" +#line 31513 "gram.c" break; case 543: /* key_delete: ON DELETE_P key_action */ -#line 3991 "gram.y" +#line 3992 "gram.y" { (yyval.ival) = (yyvsp[0].ival); } -#line 31518 "gram.c" +#line 31519 "gram.c" break; case 544: /* key_action: NO ACTION */ -#line 3995 "gram.y" +#line 3996 "gram.y" { (yyval.ival) = FKCONSTR_ACTION_NOACTION; } -#line 31524 "gram.c" +#line 31525 "gram.c" break; case 545: /* key_action: RESTRICT */ -#line 3996 "gram.y" +#line 3997 "gram.y" { (yyval.ival) = FKCONSTR_ACTION_RESTRICT; } -#line 31530 "gram.c" +#line 31531 "gram.c" break; case 546: /* key_action: CASCADE */ -#line 3997 "gram.y" +#line 3998 "gram.y" { (yyval.ival) = FKCONSTR_ACTION_CASCADE; } -#line 31536 "gram.c" +#line 31537 "gram.c" break; case 547: /* key_action: SET NULL_P */ -#line 3998 "gram.y" +#line 3999 "gram.y" { (yyval.ival) = FKCONSTR_ACTION_SETNULL; } -#line 31542 "gram.c" +#line 31543 "gram.c" break; case 548: /* key_action: SET DEFAULT */ -#line 3999 "gram.y" +#line 4000 "gram.y" { (yyval.ival) = FKCONSTR_ACTION_SETDEFAULT; } -#line 31548 "gram.c" +#line 31549 "gram.c" break; case 549: /* OptInherit: INHERITS '(' qualified_name_list ')' */ -#line 4002 "gram.y" +#line 4003 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 31554 "gram.c" +#line 31555 "gram.c" break; case 550: /* OptInherit: %empty */ -#line 4003 "gram.y" +#line 4004 "gram.y" { (yyval.list) = NIL; } -#line 31560 "gram.c" +#line 31561 "gram.c" break; case 551: /* OptPartitionSpec: PartitionSpec */ -#line 4007 "gram.y" +#line 4008 "gram.y" { (yyval.partspec) = (yyvsp[0].partspec); } -#line 31566 "gram.c" +#line 31567 "gram.c" break; case 552: /* OptPartitionSpec: %empty */ -#line 4008 "gram.y" +#line 4009 "gram.y" { (yyval.partspec) = NULL; } -#line 31572 "gram.c" +#line 31573 "gram.c" break; case 553: /* PartitionSpec: PARTITION BY ColId '(' part_params ')' */ -#line 4012 "gram.y" +#line 4013 "gram.y" { PartitionSpec *n = makeNode(PartitionSpec); @@ -31582,23 +31583,23 @@ (yyval.partspec) = n; } -#line 31586 "gram.c" +#line 31587 "gram.c" break; case 554: /* part_params: part_elem */ -#line 4023 "gram.y" +#line 4024 "gram.y" { (yyval.list) = list_make1((yyvsp[0].partelem)); } -#line 31592 "gram.c" +#line 31593 "gram.c" break; case 555: /* part_params: part_params ',' part_elem */ -#line 4024 "gram.y" +#line 4025 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].partelem)); } -#line 31598 "gram.c" +#line 31599 "gram.c" break; case 556: /* part_elem: ColId opt_collate opt_class */ -#line 4028 "gram.y" +#line 4029 "gram.y" { PartitionElem *n = makeNode(PartitionElem); @@ -31609,11 +31610,11 @@ n->location = (yylsp[-2]); (yyval.partelem) = n; } -#line 31613 "gram.c" +#line 31614 "gram.c" break; case 557: /* part_elem: func_expr_windowless opt_collate opt_class */ -#line 4039 "gram.y" +#line 4040 "gram.y" { PartitionElem *n = makeNode(PartitionElem); @@ -31624,11 +31625,11 @@ n->location = (yylsp[-2]); (yyval.partelem) = n; } -#line 31628 "gram.c" +#line 31629 "gram.c" break; case 558: /* part_elem: '(' a_expr ')' opt_collate opt_class */ -#line 4050 "gram.y" +#line 4051 "gram.y" { PartitionElem *n = makeNode(PartitionElem); @@ -31639,95 +31640,95 @@ n->location = (yylsp[-4]); (yyval.partelem) = n; } -#line 31643 "gram.c" +#line 31644 "gram.c" break; case 559: /* table_access_method_clause: USING name */ -#line 4063 "gram.y" +#line 4064 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 31649 "gram.c" +#line 31650 "gram.c" break; case 560: /* table_access_method_clause: %empty */ -#line 4064 "gram.y" +#line 4065 "gram.y" { (yyval.str) = NULL; } -#line 31655 "gram.c" +#line 31656 "gram.c" break; case 561: /* OptWith: WITH reloptions */ -#line 4069 "gram.y" +#line 4070 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 31661 "gram.c" +#line 31662 "gram.c" break; case 562: /* OptWith: WITHOUT OIDS */ -#line 4070 "gram.y" +#line 4071 "gram.y" { (yyval.list) = NIL; } -#line 31667 "gram.c" +#line 31668 "gram.c" break; case 563: /* OptWith: %empty */ -#line 4071 "gram.y" +#line 4072 "gram.y" { (yyval.list) = NIL; } -#line 31673 "gram.c" +#line 31674 "gram.c" break; case 564: /* OnCommitOption: ON COMMIT DROP */ -#line 4074 "gram.y" +#line 4075 "gram.y" { (yyval.oncommit) = ONCOMMIT_DROP; } -#line 31679 "gram.c" +#line 31680 "gram.c" break; case 565: /* OnCommitOption: ON COMMIT DELETE_P ROWS */ -#line 4075 "gram.y" +#line 4076 "gram.y" { (yyval.oncommit) = ONCOMMIT_DELETE_ROWS; } -#line 31685 "gram.c" +#line 31686 "gram.c" break; case 566: /* OnCommitOption: ON COMMIT PRESERVE ROWS */ -#line 4076 "gram.y" +#line 4077 "gram.y" { (yyval.oncommit) = ONCOMMIT_PRESERVE_ROWS; } -#line 31691 "gram.c" +#line 31692 "gram.c" break; case 567: /* OnCommitOption: %empty */ -#line 4077 "gram.y" +#line 4078 "gram.y" { (yyval.oncommit) = ONCOMMIT_NOOP; } -#line 31697 "gram.c" +#line 31698 "gram.c" break; case 568: /* OptTableSpace: TABLESPACE name */ -#line 4080 "gram.y" +#line 4081 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 31703 "gram.c" +#line 31704 "gram.c" break; case 569: /* OptTableSpace: %empty */ -#line 4081 "gram.y" +#line 4082 "gram.y" { (yyval.str) = NULL; } -#line 31709 "gram.c" +#line 31710 "gram.c" break; case 570: /* OptConsTableSpace: USING INDEX TABLESPACE name */ -#line 4084 "gram.y" +#line 4085 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 31715 "gram.c" +#line 31716 "gram.c" break; case 571: /* OptConsTableSpace: %empty */ -#line 4085 "gram.y" +#line 4086 "gram.y" { (yyval.str) = NULL; } -#line 31721 "gram.c" +#line 31722 "gram.c" break; case 572: /* ExistingIndex: USING INDEX name */ -#line 4088 "gram.y" +#line 4089 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 31727 "gram.c" +#line 31728 "gram.c" break; case 573: /* CreateStatsStmt: CREATE STATISTICS any_name opt_name_list ON stats_params FROM from_list */ -#line 4108 "gram.y" +#line 4109 "gram.y" { CreateStatsStmt *n = makeNode(CreateStatsStmt); n->defnames = (yyvsp[-5].list); @@ -31738,11 +31739,11 @@ n->if_not_exists = false; (yyval.node) = (Node *)n; } -#line 31742 "gram.c" +#line 31743 "gram.c" break; case 574: /* CreateStatsStmt: CREATE STATISTICS IF_P NOT EXISTS any_name opt_name_list ON stats_params FROM from_list */ -#line 4120 "gram.y" +#line 4121 "gram.y" { CreateStatsStmt *n = makeNode(CreateStatsStmt); n->defnames = (yyvsp[-5].list); @@ -31753,53 +31754,53 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 31757 "gram.c" +#line 31758 "gram.c" break; case 575: /* stats_params: stats_param */ -#line 4139 "gram.y" +#line 4140 "gram.y" { (yyval.list) = list_make1((yyvsp[0].selem)); } -#line 31763 "gram.c" +#line 31764 "gram.c" break; case 576: /* stats_params: stats_params ',' stats_param */ -#line 4140 "gram.y" +#line 4141 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].selem)); } -#line 31769 "gram.c" +#line 31770 "gram.c" break; case 577: /* stats_param: ColId */ -#line 4144 "gram.y" +#line 4145 "gram.y" { (yyval.selem) = makeNode(StatsElem); (yyval.selem)->name = (yyvsp[0].str); (yyval.selem)->expr = NULL; } -#line 31779 "gram.c" +#line 31780 "gram.c" break; case 578: /* stats_param: func_expr_windowless */ -#line 4150 "gram.y" +#line 4151 "gram.y" { (yyval.selem) = makeNode(StatsElem); (yyval.selem)->name = NULL; (yyval.selem)->expr = (yyvsp[0].node); } -#line 31789 "gram.c" +#line 31790 "gram.c" break; case 579: /* stats_param: '(' a_expr ')' */ -#line 4156 "gram.y" +#line 4157 "gram.y" { (yyval.selem) = makeNode(StatsElem); (yyval.selem)->name = NULL; (yyval.selem)->expr = (yyvsp[-1].node); } -#line 31799 "gram.c" +#line 31800 "gram.c" break; case 580: /* AlterStatsStmt: ALTER STATISTICS any_name SET STATISTICS SignedIconst */ -#line 4173 "gram.y" +#line 4174 "gram.y" { AlterStatsStmt *n = makeNode(AlterStatsStmt); n->defnames = (yyvsp[-3].list); @@ -31807,11 +31808,11 @@ n->stxstattarget = (yyvsp[0].ival); (yyval.node) = (Node *)n; } -#line 31811 "gram.c" +#line 31812 "gram.c" break; case 581: /* AlterStatsStmt: ALTER STATISTICS IF_P EXISTS any_name SET STATISTICS SignedIconst */ -#line 4181 "gram.y" +#line 4182 "gram.y" { AlterStatsStmt *n = makeNode(AlterStatsStmt); n->defnames = (yyvsp[-3].list); @@ -31819,11 +31820,11 @@ n->stxstattarget = (yyvsp[0].ival); (yyval.node) = (Node *)n; } -#line 31823 "gram.c" +#line 31824 "gram.c" break; case 582: /* CreateAsStmt: CREATE OptTemp TABLE create_as_target AS SelectStmt opt_with_data */ -#line 4202 "gram.y" +#line 4203 "gram.y" { CreateTableAsStmt *ctas = makeNode(CreateTableAsStmt); ctas->query = (yyvsp[-1].node); @@ -31836,11 +31837,11 @@ (yyvsp[-3].into)->skipData = !((yyvsp[0].boolean)); (yyval.node) = (Node *) ctas; } -#line 31840 "gram.c" +#line 31841 "gram.c" break; case 583: /* CreateAsStmt: CREATE OptTemp TABLE IF_P NOT EXISTS create_as_target AS SelectStmt opt_with_data */ -#line 4215 "gram.y" +#line 4216 "gram.y" { CreateTableAsStmt *ctas = makeNode(CreateTableAsStmt); ctas->query = (yyvsp[-1].node); @@ -31853,11 +31854,11 @@ (yyvsp[-3].into)->skipData = !((yyvsp[0].boolean)); (yyval.node) = (Node *) ctas; } -#line 31857 "gram.c" +#line 31858 "gram.c" break; case 584: /* create_as_target: qualified_name opt_column_list table_access_method_clause OptWith OnCommitOption OptTableSpace */ -#line 4232 "gram.y" +#line 4233 "gram.y" { (yyval.into) = makeNode(IntoClause); (yyval.into)->rel = (yyvsp[-5].range); @@ -31869,29 +31870,29 @@ (yyval.into)->viewQuery = NULL; (yyval.into)->skipData = false; /* might get changed later */ } -#line 31873 "gram.c" +#line 31874 "gram.c" break; case 585: /* opt_with_data: WITH DATA_P */ -#line 4246 "gram.y" +#line 4247 "gram.y" { (yyval.boolean) = true; } -#line 31879 "gram.c" +#line 31880 "gram.c" break; case 586: /* opt_with_data: WITH NO DATA_P */ -#line 4247 "gram.y" +#line 4248 "gram.y" { (yyval.boolean) = false; } -#line 31885 "gram.c" +#line 31886 "gram.c" break; case 587: /* opt_with_data: %empty */ -#line 4248 "gram.y" +#line 4249 "gram.y" { (yyval.boolean) = true; } -#line 31891 "gram.c" +#line 31892 "gram.c" break; case 588: /* CreateMatViewStmt: CREATE OptNoLog MATERIALIZED VIEW create_mv_target AS SelectStmt opt_with_data */ -#line 4261 "gram.y" +#line 4262 "gram.y" { CreateTableAsStmt *ctas = makeNode(CreateTableAsStmt); ctas->query = (yyvsp[-1].node); @@ -31904,11 +31905,11 @@ (yyvsp[-3].into)->skipData = !((yyvsp[0].boolean)); (yyval.node) = (Node *) ctas; } -#line 31908 "gram.c" +#line 31909 "gram.c" break; case 589: /* CreateMatViewStmt: CREATE OptNoLog MATERIALIZED VIEW IF_P NOT EXISTS create_mv_target AS SelectStmt opt_with_data */ -#line 4274 "gram.y" +#line 4275 "gram.y" { CreateTableAsStmt *ctas = makeNode(CreateTableAsStmt); ctas->query = (yyvsp[-1].node); @@ -31921,11 +31922,11 @@ (yyvsp[-3].into)->skipData = !((yyvsp[0].boolean)); (yyval.node) = (Node *) ctas; } -#line 31925 "gram.c" +#line 31926 "gram.c" break; case 590: /* create_mv_target: qualified_name opt_column_list table_access_method_clause opt_reloptions OptTableSpace */ -#line 4290 "gram.y" +#line 4291 "gram.y" { (yyval.into) = makeNode(IntoClause); (yyval.into)->rel = (yyvsp[-4].range); @@ -31937,23 +31938,23 @@ (yyval.into)->viewQuery = NULL; /* filled at analysis time */ (yyval.into)->skipData = false; /* might get changed later */ } -#line 31941 "gram.c" +#line 31942 "gram.c" break; case 591: /* OptNoLog: UNLOGGED */ -#line 4303 "gram.y" +#line 4304 "gram.y" { (yyval.ival) = RELPERSISTENCE_UNLOGGED; } -#line 31947 "gram.c" +#line 31948 "gram.c" break; case 592: /* OptNoLog: %empty */ -#line 4304 "gram.y" +#line 4305 "gram.y" { (yyval.ival) = RELPERSISTENCE_PERMANENT; } -#line 31953 "gram.c" +#line 31954 "gram.c" break; case 593: /* RefreshMatViewStmt: REFRESH MATERIALIZED VIEW opt_concurrently qualified_name opt_with_data */ -#line 4317 "gram.y" +#line 4318 "gram.y" { RefreshMatViewStmt *n = makeNode(RefreshMatViewStmt); n->concurrent = (yyvsp[-2].boolean); @@ -31961,11 +31962,11 @@ n->skipData = !((yyvsp[0].boolean)); (yyval.node) = (Node *) n; } -#line 31965 "gram.c" +#line 31966 "gram.c" break; case 594: /* CreateSeqStmt: CREATE OptTemp SEQUENCE qualified_name OptSeqOptList */ -#line 4337 "gram.y" +#line 4338 "gram.y" { CreateSeqStmt *n = makeNode(CreateSeqStmt); (yyvsp[-1].range)->relpersistence = (yyvsp[-3].ival); @@ -31975,11 +31976,11 @@ n->if_not_exists = false; (yyval.node) = (Node *)n; } -#line 31979 "gram.c" +#line 31980 "gram.c" break; case 595: /* CreateSeqStmt: CREATE OptTemp SEQUENCE IF_P NOT EXISTS qualified_name OptSeqOptList */ -#line 4347 "gram.y" +#line 4348 "gram.y" { CreateSeqStmt *n = makeNode(CreateSeqStmt); (yyvsp[-1].range)->relpersistence = (yyvsp[-6].ival); @@ -31989,11 +31990,11 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 31993 "gram.c" +#line 31994 "gram.c" break; case 596: /* AlterSeqStmt: ALTER SEQUENCE qualified_name SeqOptList */ -#line 4360 "gram.y" +#line 4361 "gram.y" { AlterSeqStmt *n = makeNode(AlterSeqStmt); n->sequence = (yyvsp[-1].range); @@ -32001,11 +32002,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 32005 "gram.c" +#line 32006 "gram.c" break; case 597: /* AlterSeqStmt: ALTER SEQUENCE IF_P EXISTS qualified_name SeqOptList */ -#line 4368 "gram.y" +#line 4369 "gram.y" { AlterSeqStmt *n = makeNode(AlterSeqStmt); n->sequence = (yyvsp[-1].range); @@ -32013,199 +32014,199 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 32017 "gram.c" +#line 32018 "gram.c" break; case 598: /* OptSeqOptList: SeqOptList */ -#line 4378 "gram.y" +#line 4379 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 32023 "gram.c" +#line 32024 "gram.c" break; case 599: /* OptSeqOptList: %empty */ -#line 4379 "gram.y" +#line 4380 "gram.y" { (yyval.list) = NIL; } -#line 32029 "gram.c" +#line 32030 "gram.c" break; case 600: /* OptParenthesizedSeqOptList: '(' SeqOptList ')' */ -#line 4382 "gram.y" +#line 4383 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 32035 "gram.c" +#line 32036 "gram.c" break; case 601: /* OptParenthesizedSeqOptList: %empty */ -#line 4383 "gram.y" +#line 4384 "gram.y" { (yyval.list) = NIL; } -#line 32041 "gram.c" +#line 32042 "gram.c" break; case 602: /* SeqOptList: SeqOptElem */ -#line 4386 "gram.y" +#line 4387 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 32047 "gram.c" +#line 32048 "gram.c" break; case 603: /* SeqOptList: SeqOptList SeqOptElem */ -#line 4387 "gram.y" +#line 4388 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 32053 "gram.c" +#line 32054 "gram.c" break; case 604: /* SeqOptElem: AS SimpleTypename */ -#line 4391 "gram.y" +#line 4392 "gram.y" { (yyval.defelt) = makeDefElem("as", (Node *)(yyvsp[0].typnam), (yylsp[-1])); } -#line 32061 "gram.c" +#line 32062 "gram.c" break; case 605: /* SeqOptElem: CACHE NumericOnly */ -#line 4395 "gram.y" +#line 4396 "gram.y" { (yyval.defelt) = makeDefElem("cache", (Node *)(yyvsp[0].value), (yylsp[-1])); } -#line 32069 "gram.c" +#line 32070 "gram.c" break; case 606: /* SeqOptElem: CYCLE */ -#line 4399 "gram.y" +#line 4400 "gram.y" { (yyval.defelt) = makeDefElem("cycle", (Node *)makeInteger(true), (yylsp[0])); } -#line 32077 "gram.c" +#line 32078 "gram.c" break; case 607: /* SeqOptElem: NO CYCLE */ -#line 4403 "gram.y" +#line 4404 "gram.y" { (yyval.defelt) = makeDefElem("cycle", (Node *)makeInteger(false), (yylsp[-1])); } -#line 32085 "gram.c" +#line 32086 "gram.c" break; case 608: /* SeqOptElem: INCREMENT opt_by NumericOnly */ -#line 4407 "gram.y" +#line 4408 "gram.y" { (yyval.defelt) = makeDefElem("increment", (Node *)(yyvsp[0].value), (yylsp[-2])); } -#line 32093 "gram.c" +#line 32094 "gram.c" break; case 609: /* SeqOptElem: MAXVALUE NumericOnly */ -#line 4411 "gram.y" +#line 4412 "gram.y" { (yyval.defelt) = makeDefElem("maxvalue", (Node *)(yyvsp[0].value), (yylsp[-1])); } -#line 32101 "gram.c" +#line 32102 "gram.c" break; case 610: /* SeqOptElem: MINVALUE NumericOnly */ -#line 4415 "gram.y" +#line 4416 "gram.y" { (yyval.defelt) = makeDefElem("minvalue", (Node *)(yyvsp[0].value), (yylsp[-1])); } -#line 32109 "gram.c" +#line 32110 "gram.c" break; case 611: /* SeqOptElem: NO MAXVALUE */ -#line 4419 "gram.y" +#line 4420 "gram.y" { (yyval.defelt) = makeDefElem("maxvalue", NULL, (yylsp[-1])); } -#line 32117 "gram.c" +#line 32118 "gram.c" break; case 612: /* SeqOptElem: NO MINVALUE */ -#line 4423 "gram.y" +#line 4424 "gram.y" { (yyval.defelt) = makeDefElem("minvalue", NULL, (yylsp[-1])); } -#line 32125 "gram.c" +#line 32126 "gram.c" break; case 613: /* SeqOptElem: OWNED BY any_name */ -#line 4427 "gram.y" +#line 4428 "gram.y" { (yyval.defelt) = makeDefElem("owned_by", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 32133 "gram.c" +#line 32134 "gram.c" break; case 614: /* SeqOptElem: SEQUENCE NAME_P any_name */ -#line 4431 "gram.y" +#line 4432 "gram.y" { /* not documented, only used by pg_dump */ (yyval.defelt) = makeDefElem("sequence_name", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 32142 "gram.c" +#line 32143 "gram.c" break; case 615: /* SeqOptElem: START opt_with NumericOnly */ -#line 4436 "gram.y" +#line 4437 "gram.y" { (yyval.defelt) = makeDefElem("start", (Node *)(yyvsp[0].value), (yylsp[-2])); } -#line 32150 "gram.c" +#line 32151 "gram.c" break; case 616: /* SeqOptElem: RESTART */ -#line 4440 "gram.y" +#line 4441 "gram.y" { (yyval.defelt) = makeDefElem("restart", NULL, (yylsp[0])); } -#line 32158 "gram.c" +#line 32159 "gram.c" break; case 617: /* SeqOptElem: RESTART opt_with NumericOnly */ -#line 4444 "gram.y" +#line 4445 "gram.y" { (yyval.defelt) = makeDefElem("restart", (Node *)(yyvsp[0].value), (yylsp[-2])); } -#line 32166 "gram.c" +#line 32167 "gram.c" break; case 620: /* NumericOnly: FCONST */ -#line 4454 "gram.y" +#line 4455 "gram.y" { (yyval.value) = makeFloat((yyvsp[0].str)); } -#line 32172 "gram.c" +#line 32173 "gram.c" break; case 621: /* NumericOnly: '+' FCONST */ -#line 4455 "gram.y" +#line 4456 "gram.y" { (yyval.value) = makeFloat((yyvsp[0].str)); } -#line 32178 "gram.c" +#line 32179 "gram.c" break; case 622: /* NumericOnly: '-' FCONST */ -#line 4457 "gram.y" +#line 4458 "gram.y" { (yyval.value) = makeFloat((yyvsp[0].str)); doNegateFloat((yyval.value)); } -#line 32187 "gram.c" +#line 32188 "gram.c" break; case 623: /* NumericOnly: SignedIconst */ -#line 4461 "gram.y" +#line 4462 "gram.y" { (yyval.value) = makeInteger((yyvsp[0].ival)); } -#line 32193 "gram.c" +#line 32194 "gram.c" break; case 624: /* NumericOnly_list: NumericOnly */ -#line 4464 "gram.y" +#line 4465 "gram.y" { (yyval.list) = list_make1((yyvsp[0].value)); } -#line 32199 "gram.c" +#line 32200 "gram.c" break; case 625: /* NumericOnly_list: NumericOnly_list ',' NumericOnly */ -#line 4465 "gram.y" +#line 4466 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].value)); } -#line 32205 "gram.c" +#line 32206 "gram.c" break; case 626: /* CreatePLangStmt: CREATE opt_or_replace opt_trusted opt_procedural LANGUAGE name */ -#line 4478 "gram.y" +#line 4479 "gram.y" { /* * We now interpret parameterless CREATE LANGUAGE as @@ -32220,11 +32221,11 @@ n->options = NIL; (yyval.node) = (Node *)n; } -#line 32224 "gram.c" +#line 32225 "gram.c" break; case 627: /* CreatePLangStmt: CREATE opt_or_replace opt_trusted opt_procedural LANGUAGE name HANDLER handler_name opt_inline_handler opt_validator */ -#line 4494 "gram.y" +#line 4495 "gram.y" { CreatePLangStmt *n = makeNode(CreatePLangStmt); n->replace = (yyvsp[-8].boolean); @@ -32235,71 +32236,71 @@ n->pltrusted = (yyvsp[-7].boolean); (yyval.node) = (Node *)n; } -#line 32239 "gram.c" +#line 32240 "gram.c" break; case 628: /* opt_trusted: TRUSTED */ -#line 4507 "gram.y" +#line 4508 "gram.y" { (yyval.boolean) = true; } -#line 32245 "gram.c" +#line 32246 "gram.c" break; case 629: /* opt_trusted: %empty */ -#line 4508 "gram.y" +#line 4509 "gram.y" { (yyval.boolean) = false; } -#line 32251 "gram.c" +#line 32252 "gram.c" break; case 630: /* handler_name: name */ -#line 4516 "gram.y" +#line 4517 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 32257 "gram.c" +#line 32258 "gram.c" break; case 631: /* handler_name: name attrs */ -#line 4517 "gram.y" +#line 4518 "gram.y" { (yyval.list) = lcons(makeString((yyvsp[-1].str)), (yyvsp[0].list)); } -#line 32263 "gram.c" +#line 32264 "gram.c" break; case 632: /* opt_inline_handler: INLINE_P handler_name */ -#line 4521 "gram.y" +#line 4522 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 32269 "gram.c" +#line 32270 "gram.c" break; case 633: /* opt_inline_handler: %empty */ -#line 4522 "gram.y" +#line 4523 "gram.y" { (yyval.list) = NIL; } -#line 32275 "gram.c" +#line 32276 "gram.c" break; case 634: /* validator_clause: VALIDATOR handler_name */ -#line 4526 "gram.y" +#line 4527 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 32281 "gram.c" +#line 32282 "gram.c" break; case 635: /* validator_clause: NO VALIDATOR */ -#line 4527 "gram.y" +#line 4528 "gram.y" { (yyval.list) = NIL; } -#line 32287 "gram.c" +#line 32288 "gram.c" break; case 636: /* opt_validator: validator_clause */ -#line 4531 "gram.y" +#line 4532 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 32293 "gram.c" +#line 32294 "gram.c" break; case 637: /* opt_validator: %empty */ -#line 4532 "gram.y" +#line 4533 "gram.y" { (yyval.list) = NIL; } -#line 32299 "gram.c" +#line 32300 "gram.c" break; case 640: /* CreateTableSpaceStmt: CREATE TABLESPACE name OptTableSpaceOwner LOCATION Sconst opt_reloptions */ -#line 4548 "gram.y" +#line 4549 "gram.y" { CreateTableSpaceStmt *n = makeNode(CreateTableSpaceStmt); n->tablespacename = (yyvsp[-4].str); @@ -32308,45 +32309,45 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32312 "gram.c" +#line 32313 "gram.c" break; case 641: /* OptTableSpaceOwner: OWNER RoleSpec */ -#line 4558 "gram.y" +#line 4559 "gram.y" { (yyval.rolespec) = (yyvsp[0].rolespec); } -#line 32318 "gram.c" +#line 32319 "gram.c" break; case 642: /* OptTableSpaceOwner: %empty */ -#line 4559 "gram.y" +#line 4560 "gram.y" { (yyval.rolespec) = NULL; } -#line 32324 "gram.c" +#line 32325 "gram.c" break; case 643: /* DropTableSpaceStmt: DROP TABLESPACE name */ -#line 4573 "gram.y" +#line 4574 "gram.y" { DropTableSpaceStmt *n = makeNode(DropTableSpaceStmt); n->tablespacename = (yyvsp[0].str); n->missing_ok = false; (yyval.node) = (Node *) n; } -#line 32335 "gram.c" +#line 32336 "gram.c" break; case 644: /* DropTableSpaceStmt: DROP TABLESPACE IF_P EXISTS name */ -#line 4580 "gram.y" +#line 4581 "gram.y" { DropTableSpaceStmt *n = makeNode(DropTableSpaceStmt); n->tablespacename = (yyvsp[0].str); n->missing_ok = true; (yyval.node) = (Node *) n; } -#line 32346 "gram.c" +#line 32347 "gram.c" break; case 645: /* CreateExtensionStmt: CREATE EXTENSION name opt_with create_extension_opt_list */ -#line 4597 "gram.y" +#line 4598 "gram.y" { CreateExtensionStmt *n = makeNode(CreateExtensionStmt); n->extname = (yyvsp[-2].str); @@ -32354,11 +32355,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32358 "gram.c" +#line 32359 "gram.c" break; case 646: /* CreateExtensionStmt: CREATE EXTENSION IF_P NOT EXISTS name opt_with create_extension_opt_list */ -#line 4605 "gram.y" +#line 4606 "gram.y" { CreateExtensionStmt *n = makeNode(CreateExtensionStmt); n->extname = (yyvsp[-2].str); @@ -32366,89 +32367,89 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32370 "gram.c" +#line 32371 "gram.c" break; case 647: /* create_extension_opt_list: create_extension_opt_list create_extension_opt_item */ -#line 4616 "gram.y" +#line 4617 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 32376 "gram.c" +#line 32377 "gram.c" break; case 648: /* create_extension_opt_list: %empty */ -#line 4618 "gram.y" +#line 4619 "gram.y" { (yyval.list) = NIL; } -#line 32382 "gram.c" +#line 32383 "gram.c" break; case 649: /* create_extension_opt_item: SCHEMA name */ -#line 4623 "gram.y" +#line 4624 "gram.y" { (yyval.defelt) = makeDefElem("schema", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 32390 "gram.c" +#line 32391 "gram.c" break; case 650: /* create_extension_opt_item: VERSION_P NonReservedWord_or_Sconst */ -#line 4627 "gram.y" +#line 4628 "gram.y" { (yyval.defelt) = makeDefElem("new_version", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 32398 "gram.c" +#line 32399 "gram.c" break; case 651: /* create_extension_opt_item: FROM NonReservedWord_or_Sconst */ -#line 4631 "gram.y" +#line 4632 "gram.y" { ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("CREATE EXTENSION ... FROM is no longer supported"), parser_errposition((yylsp[-1])))); } -#line 32409 "gram.c" +#line 32410 "gram.c" break; case 652: /* create_extension_opt_item: CASCADE */ -#line 4638 "gram.y" +#line 4639 "gram.y" { (yyval.defelt) = makeDefElem("cascade", (Node *)makeInteger(true), (yylsp[0])); } -#line 32417 "gram.c" +#line 32418 "gram.c" break; case 653: /* AlterExtensionStmt: ALTER EXTENSION name UPDATE alter_extension_opt_list */ -#line 4650 "gram.y" +#line 4651 "gram.y" { AlterExtensionStmt *n = makeNode(AlterExtensionStmt); n->extname = (yyvsp[-2].str); n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32428 "gram.c" +#line 32429 "gram.c" break; case 654: /* alter_extension_opt_list: alter_extension_opt_list alter_extension_opt_item */ -#line 4660 "gram.y" +#line 4661 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 32434 "gram.c" +#line 32435 "gram.c" break; case 655: /* alter_extension_opt_list: %empty */ -#line 4662 "gram.y" +#line 4663 "gram.y" { (yyval.list) = NIL; } -#line 32440 "gram.c" +#line 32441 "gram.c" break; case 656: /* alter_extension_opt_item: TO NonReservedWord_or_Sconst */ -#line 4667 "gram.y" +#line 4668 "gram.y" { (yyval.defelt) = makeDefElem("new_version", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 32448 "gram.c" +#line 32449 "gram.c" break; case 657: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop object_type_name name */ -#line 4680 "gram.y" +#line 4681 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32457,11 +32458,11 @@ n->object = (Node *) makeString((yyvsp[0].str)); (yyval.node) = (Node *)n; } -#line 32461 "gram.c" +#line 32462 "gram.c" break; case 658: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop object_type_any_name any_name */ -#line 4689 "gram.y" +#line 4690 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32470,11 +32471,11 @@ n->object = (Node *) (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 32474 "gram.c" +#line 32475 "gram.c" break; case 659: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop AGGREGATE aggregate_with_argtypes */ -#line 4698 "gram.y" +#line 4699 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32483,11 +32484,11 @@ n->object = (Node *) (yyvsp[0].objwithargs); (yyval.node) = (Node *)n; } -#line 32487 "gram.c" +#line 32488 "gram.c" break; case 660: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop CAST '(' Typename AS Typename ')' */ -#line 4707 "gram.y" +#line 4708 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-7].str); @@ -32496,11 +32497,11 @@ n->object = (Node *) list_make2((yyvsp[-3].typnam), (yyvsp[-1].typnam)); (yyval.node) = (Node *) n; } -#line 32500 "gram.c" +#line 32501 "gram.c" break; case 661: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop DOMAIN_P Typename */ -#line 4716 "gram.y" +#line 4717 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32509,11 +32510,11 @@ n->object = (Node *) (yyvsp[0].typnam); (yyval.node) = (Node *)n; } -#line 32513 "gram.c" +#line 32514 "gram.c" break; case 662: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop FUNCTION function_with_argtypes */ -#line 4725 "gram.y" +#line 4726 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32522,11 +32523,11 @@ n->object = (Node *) (yyvsp[0].objwithargs); (yyval.node) = (Node *)n; } -#line 32526 "gram.c" +#line 32527 "gram.c" break; case 663: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop OPERATOR operator_with_argtypes */ -#line 4734 "gram.y" +#line 4735 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32535,11 +32536,11 @@ n->object = (Node *) (yyvsp[0].objwithargs); (yyval.node) = (Node *)n; } -#line 32539 "gram.c" +#line 32540 "gram.c" break; case 664: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop OPERATOR CLASS any_name USING name */ -#line 4743 "gram.y" +#line 4744 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-6].str); @@ -32548,11 +32549,11 @@ n->object = (Node *) lcons(makeString((yyvsp[0].str)), (yyvsp[-2].list)); (yyval.node) = (Node *)n; } -#line 32552 "gram.c" +#line 32553 "gram.c" break; case 665: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop OPERATOR FAMILY any_name USING name */ -#line 4752 "gram.y" +#line 4753 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-6].str); @@ -32561,11 +32562,11 @@ n->object = (Node *) lcons(makeString((yyvsp[0].str)), (yyvsp[-2].list)); (yyval.node) = (Node *)n; } -#line 32565 "gram.c" +#line 32566 "gram.c" break; case 666: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop PROCEDURE function_with_argtypes */ -#line 4761 "gram.y" +#line 4762 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32574,11 +32575,11 @@ n->object = (Node *) (yyvsp[0].objwithargs); (yyval.node) = (Node *)n; } -#line 32578 "gram.c" +#line 32579 "gram.c" break; case 667: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop ROUTINE function_with_argtypes */ -#line 4770 "gram.y" +#line 4771 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32587,11 +32588,11 @@ n->object = (Node *) (yyvsp[0].objwithargs); (yyval.node) = (Node *)n; } -#line 32591 "gram.c" +#line 32592 "gram.c" break; case 668: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop TRANSFORM FOR Typename LANGUAGE name */ -#line 4779 "gram.y" +#line 4780 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-6].str); @@ -32600,11 +32601,11 @@ n->object = (Node *) list_make2((yyvsp[-2].typnam), makeString((yyvsp[0].str))); (yyval.node) = (Node *)n; } -#line 32604 "gram.c" +#line 32605 "gram.c" break; case 669: /* AlterExtensionContentsStmt: ALTER EXTENSION name add_drop TYPE_P Typename */ -#line 4788 "gram.y" +#line 4789 "gram.y" { AlterExtensionContentsStmt *n = makeNode(AlterExtensionContentsStmt); n->extname = (yyvsp[-3].str); @@ -32613,11 +32614,11 @@ n->object = (Node *) (yyvsp[0].typnam); (yyval.node) = (Node *)n; } -#line 32617 "gram.c" +#line 32618 "gram.c" break; case 670: /* CreateFdwStmt: CREATE FOREIGN DATA_P WRAPPER name opt_fdw_options create_generic_options */ -#line 4806 "gram.y" +#line 4807 "gram.y" { CreateFdwStmt *n = makeNode(CreateFdwStmt); n->fdwname = (yyvsp[-2].str); @@ -32625,59 +32626,59 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32629 "gram.c" +#line 32630 "gram.c" break; case 671: /* fdw_option: HANDLER handler_name */ -#line 4816 "gram.y" +#line 4817 "gram.y" { (yyval.defelt) = makeDefElem("handler", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 32635 "gram.c" +#line 32636 "gram.c" break; case 672: /* fdw_option: NO HANDLER */ -#line 4817 "gram.y" +#line 4818 "gram.y" { (yyval.defelt) = makeDefElem("handler", NULL, (yylsp[-1])); } -#line 32641 "gram.c" +#line 32642 "gram.c" break; case 673: /* fdw_option: VALIDATOR handler_name */ -#line 4818 "gram.y" +#line 4819 "gram.y" { (yyval.defelt) = makeDefElem("validator", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 32647 "gram.c" +#line 32648 "gram.c" break; case 674: /* fdw_option: NO VALIDATOR */ -#line 4819 "gram.y" +#line 4820 "gram.y" { (yyval.defelt) = makeDefElem("validator", NULL, (yylsp[-1])); } -#line 32653 "gram.c" +#line 32654 "gram.c" break; case 675: /* fdw_options: fdw_option */ -#line 4823 "gram.y" +#line 4824 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 32659 "gram.c" +#line 32660 "gram.c" break; case 676: /* fdw_options: fdw_options fdw_option */ -#line 4824 "gram.y" +#line 4825 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 32665 "gram.c" +#line 32666 "gram.c" break; case 677: /* opt_fdw_options: fdw_options */ -#line 4828 "gram.y" +#line 4829 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 32671 "gram.c" +#line 32672 "gram.c" break; case 678: /* opt_fdw_options: %empty */ -#line 4829 "gram.y" +#line 4830 "gram.y" { (yyval.list) = NIL; } -#line 32677 "gram.c" +#line 32678 "gram.c" break; case 679: /* AlterFdwStmt: ALTER FOREIGN DATA_P WRAPPER name opt_fdw_options alter_generic_options */ -#line 4840 "gram.y" +#line 4841 "gram.y" { AlterFdwStmt *n = makeNode(AlterFdwStmt); n->fdwname = (yyvsp[-2].str); @@ -32685,11 +32686,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32689 "gram.c" +#line 32690 "gram.c" break; case 680: /* AlterFdwStmt: ALTER FOREIGN DATA_P WRAPPER name fdw_options */ -#line 4848 "gram.y" +#line 4849 "gram.y" { AlterFdwStmt *n = makeNode(AlterFdwStmt); n->fdwname = (yyvsp[-1].str); @@ -32697,115 +32698,115 @@ n->options = NIL; (yyval.node) = (Node *) n; } -#line 32701 "gram.c" +#line 32702 "gram.c" break; case 681: /* create_generic_options: OPTIONS '(' generic_option_list ')' */ -#line 4859 "gram.y" +#line 4860 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 32707 "gram.c" +#line 32708 "gram.c" break; case 682: /* create_generic_options: %empty */ -#line 4860 "gram.y" +#line 4861 "gram.y" { (yyval.list) = NIL; } -#line 32713 "gram.c" +#line 32714 "gram.c" break; case 683: /* generic_option_list: generic_option_elem */ -#line 4865 "gram.y" +#line 4866 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 32721 "gram.c" +#line 32722 "gram.c" break; case 684: /* generic_option_list: generic_option_list ',' generic_option_elem */ -#line 4869 "gram.y" +#line 4870 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 32729 "gram.c" +#line 32730 "gram.c" break; case 685: /* alter_generic_options: OPTIONS '(' alter_generic_option_list ')' */ -#line 4876 "gram.y" +#line 4877 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 32735 "gram.c" +#line 32736 "gram.c" break; case 686: /* alter_generic_option_list: alter_generic_option_elem */ -#line 4881 "gram.y" +#line 4882 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 32743 "gram.c" +#line 32744 "gram.c" break; case 687: /* alter_generic_option_list: alter_generic_option_list ',' alter_generic_option_elem */ -#line 4885 "gram.y" +#line 4886 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 32751 "gram.c" +#line 32752 "gram.c" break; case 688: /* alter_generic_option_elem: generic_option_elem */ -#line 4892 "gram.y" +#line 4893 "gram.y" { (yyval.defelt) = (yyvsp[0].defelt); } -#line 32759 "gram.c" +#line 32760 "gram.c" break; case 689: /* alter_generic_option_elem: SET generic_option_elem */ -#line 4896 "gram.y" +#line 4897 "gram.y" { (yyval.defelt) = (yyvsp[0].defelt); (yyval.defelt)->defaction = DEFELEM_SET; } -#line 32768 "gram.c" +#line 32769 "gram.c" break; case 690: /* alter_generic_option_elem: ADD_P generic_option_elem */ -#line 4901 "gram.y" +#line 4902 "gram.y" { (yyval.defelt) = (yyvsp[0].defelt); (yyval.defelt)->defaction = DEFELEM_ADD; } -#line 32777 "gram.c" +#line 32778 "gram.c" break; case 691: /* alter_generic_option_elem: DROP generic_option_name */ -#line 4906 "gram.y" +#line 4907 "gram.y" { (yyval.defelt) = makeDefElemExtended(NULL, (yyvsp[0].str), NULL, DEFELEM_DROP, (yylsp[0])); } -#line 32785 "gram.c" +#line 32786 "gram.c" break; case 692: /* generic_option_elem: generic_option_name generic_option_arg */ -#line 4913 "gram.y" +#line 4914 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-1].str), (yyvsp[0].node), (yylsp[-1])); } -#line 32793 "gram.c" +#line 32794 "gram.c" break; case 693: /* generic_option_name: ColLabel */ -#line 4919 "gram.y" +#line 4920 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 32799 "gram.c" +#line 32800 "gram.c" break; case 694: /* generic_option_arg: Sconst */ -#line 4924 "gram.y" +#line 4925 "gram.y" { (yyval.node) = (Node *) makeString((yyvsp[0].str)); } -#line 32805 "gram.c" +#line 32806 "gram.c" break; case 695: /* CreateForeignServerStmt: CREATE SERVER name opt_type opt_foreign_server_version FOREIGN DATA_P WRAPPER name create_generic_options */ -#line 4936 "gram.y" +#line 4937 "gram.y" { CreateForeignServerStmt *n = makeNode(CreateForeignServerStmt); n->servername = (yyvsp[-7].str); @@ -32816,11 +32817,11 @@ n->if_not_exists = false; (yyval.node) = (Node *) n; } -#line 32820 "gram.c" +#line 32821 "gram.c" break; case 696: /* CreateForeignServerStmt: CREATE SERVER IF_P NOT EXISTS name opt_type opt_foreign_server_version FOREIGN DATA_P WRAPPER name create_generic_options */ -#line 4948 "gram.y" +#line 4949 "gram.y" { CreateForeignServerStmt *n = makeNode(CreateForeignServerStmt); n->servername = (yyvsp[-7].str); @@ -32831,47 +32832,47 @@ n->if_not_exists = true; (yyval.node) = (Node *) n; } -#line 32835 "gram.c" +#line 32836 "gram.c" break; case 697: /* opt_type: TYPE_P Sconst */ -#line 4961 "gram.y" +#line 4962 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 32841 "gram.c" +#line 32842 "gram.c" break; case 698: /* opt_type: %empty */ -#line 4962 "gram.y" +#line 4963 "gram.y" { (yyval.str) = NULL; } -#line 32847 "gram.c" +#line 32848 "gram.c" break; case 699: /* foreign_server_version: VERSION_P Sconst */ -#line 4967 "gram.y" +#line 4968 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 32853 "gram.c" +#line 32854 "gram.c" break; case 700: /* foreign_server_version: VERSION_P NULL_P */ -#line 4968 "gram.y" +#line 4969 "gram.y" { (yyval.str) = NULL; } -#line 32859 "gram.c" +#line 32860 "gram.c" break; case 701: /* opt_foreign_server_version: foreign_server_version */ -#line 4972 "gram.y" +#line 4973 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 32865 "gram.c" +#line 32866 "gram.c" break; case 702: /* opt_foreign_server_version: %empty */ -#line 4973 "gram.y" +#line 4974 "gram.y" { (yyval.str) = NULL; } -#line 32871 "gram.c" +#line 32872 "gram.c" break; case 703: /* AlterForeignServerStmt: ALTER SERVER name foreign_server_version alter_generic_options */ -#line 4984 "gram.y" +#line 4985 "gram.y" { AlterForeignServerStmt *n = makeNode(AlterForeignServerStmt); n->servername = (yyvsp[-2].str); @@ -32880,11 +32881,11 @@ n->has_version = true; (yyval.node) = (Node *) n; } -#line 32884 "gram.c" +#line 32885 "gram.c" break; case 704: /* AlterForeignServerStmt: ALTER SERVER name foreign_server_version */ -#line 4993 "gram.y" +#line 4994 "gram.y" { AlterForeignServerStmt *n = makeNode(AlterForeignServerStmt); n->servername = (yyvsp[-1].str); @@ -32892,22 +32893,22 @@ n->has_version = true; (yyval.node) = (Node *) n; } -#line 32896 "gram.c" +#line 32897 "gram.c" break; case 705: /* AlterForeignServerStmt: ALTER SERVER name alter_generic_options */ -#line 5001 "gram.y" +#line 5002 "gram.y" { AlterForeignServerStmt *n = makeNode(AlterForeignServerStmt); n->servername = (yyvsp[-1].str); n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32907 "gram.c" +#line 32908 "gram.c" break; case 706: /* CreateForeignTableStmt: CREATE FOREIGN TABLE qualified_name '(' OptTableElementList ')' OptInherit SERVER name create_generic_options */ -#line 5020 "gram.y" +#line 5021 "gram.y" { CreateForeignTableStmt *n = makeNode(CreateForeignTableStmt); (yyvsp[-7].range)->relpersistence = RELPERSISTENCE_PERMANENT; @@ -32925,11 +32926,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32929 "gram.c" +#line 32930 "gram.c" break; case 707: /* CreateForeignTableStmt: CREATE FOREIGN TABLE IF_P NOT EXISTS qualified_name '(' OptTableElementList ')' OptInherit SERVER name create_generic_options */ -#line 5040 "gram.y" +#line 5041 "gram.y" { CreateForeignTableStmt *n = makeNode(CreateForeignTableStmt); (yyvsp[-7].range)->relpersistence = RELPERSISTENCE_PERMANENT; @@ -32947,11 +32948,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32951 "gram.c" +#line 32952 "gram.c" break; case 708: /* CreateForeignTableStmt: CREATE FOREIGN TABLE qualified_name PARTITION OF qualified_name OptTypedTableElementList PartitionBoundSpec SERVER name create_generic_options */ -#line 5060 "gram.y" +#line 5061 "gram.y" { CreateForeignTableStmt *n = makeNode(CreateForeignTableStmt); (yyvsp[-8].range)->relpersistence = RELPERSISTENCE_PERMANENT; @@ -32970,11 +32971,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32974 "gram.c" +#line 32975 "gram.c" break; case 709: /* CreateForeignTableStmt: CREATE FOREIGN TABLE IF_P NOT EXISTS qualified_name PARTITION OF qualified_name OptTypedTableElementList PartitionBoundSpec SERVER name create_generic_options */ -#line 5081 "gram.y" +#line 5082 "gram.y" { CreateForeignTableStmt *n = makeNode(CreateForeignTableStmt); (yyvsp[-8].range)->relpersistence = RELPERSISTENCE_PERMANENT; @@ -32993,11 +32994,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 32997 "gram.c" +#line 32998 "gram.c" break; case 710: /* ImportForeignSchemaStmt: IMPORT_P FOREIGN SCHEMA name import_qualification FROM SERVER name INTO name create_generic_options */ -#line 5113 "gram.y" +#line 5114 "gram.y" { ImportForeignSchemaStmt *n = makeNode(ImportForeignSchemaStmt); n->server_name = (yyvsp[-3].str); @@ -33008,45 +33009,45 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 33012 "gram.c" +#line 33013 "gram.c" break; case 711: /* import_qualification_type: LIMIT TO */ -#line 5126 "gram.y" +#line 5127 "gram.y" { (yyval.ival) = FDW_IMPORT_SCHEMA_LIMIT_TO; } -#line 33018 "gram.c" +#line 33019 "gram.c" break; case 712: /* import_qualification_type: EXCEPT */ -#line 5127 "gram.y" +#line 5128 "gram.y" { (yyval.ival) = FDW_IMPORT_SCHEMA_EXCEPT; } -#line 33024 "gram.c" +#line 33025 "gram.c" break; case 713: /* import_qualification: import_qualification_type '(' relation_expr_list ')' */ -#line 5132 "gram.y" +#line 5133 "gram.y" { ImportQual *n = (ImportQual *) palloc(sizeof(ImportQual)); n->type = (yyvsp[-3].ival); n->table_names = (yyvsp[-1].list); (yyval.importqual) = n; } -#line 33035 "gram.c" +#line 33036 "gram.c" break; case 714: /* import_qualification: %empty */ -#line 5139 "gram.y" +#line 5140 "gram.y" { ImportQual *n = (ImportQual *) palloc(sizeof(ImportQual)); n->type = FDW_IMPORT_SCHEMA_ALL; n->table_names = NIL; (yyval.importqual) = n; } -#line 33046 "gram.c" +#line 33047 "gram.c" break; case 715: /* CreateUserMappingStmt: CREATE USER MAPPING FOR auth_ident SERVER name create_generic_options */ -#line 5155 "gram.y" +#line 5156 "gram.y" { CreateUserMappingStmt *n = makeNode(CreateUserMappingStmt); n->user = (yyvsp[-3].rolespec); @@ -33055,11 +33056,11 @@ n->if_not_exists = false; (yyval.node) = (Node *) n; } -#line 33059 "gram.c" +#line 33060 "gram.c" break; case 716: /* CreateUserMappingStmt: CREATE USER MAPPING IF_P NOT EXISTS FOR auth_ident SERVER name create_generic_options */ -#line 5164 "gram.y" +#line 5165 "gram.y" { CreateUserMappingStmt *n = makeNode(CreateUserMappingStmt); n->user = (yyvsp[-3].rolespec); @@ -33068,23 +33069,23 @@ n->if_not_exists = true; (yyval.node) = (Node *) n; } -#line 33072 "gram.c" +#line 33073 "gram.c" break; case 717: /* auth_ident: RoleSpec */ -#line 5175 "gram.y" +#line 5176 "gram.y" { (yyval.rolespec) = (yyvsp[0].rolespec); } -#line 33078 "gram.c" +#line 33079 "gram.c" break; case 718: /* auth_ident: USER */ -#line 5176 "gram.y" +#line 5177 "gram.y" { (yyval.rolespec) = makeRoleSpec(ROLESPEC_CURRENT_USER, (yylsp[0])); } -#line 33084 "gram.c" +#line 33085 "gram.c" break; case 719: /* DropUserMappingStmt: DROP USER MAPPING FOR auth_ident SERVER name */ -#line 5189 "gram.y" +#line 5190 "gram.y" { DropUserMappingStmt *n = makeNode(DropUserMappingStmt); n->user = (yyvsp[-2].rolespec); @@ -33092,11 +33093,11 @@ n->missing_ok = false; (yyval.node) = (Node *) n; } -#line 33096 "gram.c" +#line 33097 "gram.c" break; case 720: /* DropUserMappingStmt: DROP USER MAPPING IF_P EXISTS FOR auth_ident SERVER name */ -#line 5197 "gram.y" +#line 5198 "gram.y" { DropUserMappingStmt *n = makeNode(DropUserMappingStmt); n->user = (yyvsp[-2].rolespec); @@ -33104,11 +33105,11 @@ n->missing_ok = true; (yyval.node) = (Node *) n; } -#line 33108 "gram.c" +#line 33109 "gram.c" break; case 721: /* AlterUserMappingStmt: ALTER USER MAPPING FOR auth_ident SERVER name alter_generic_options */ -#line 5214 "gram.y" +#line 5215 "gram.y" { AlterUserMappingStmt *n = makeNode(AlterUserMappingStmt); n->user = (yyvsp[-3].rolespec); @@ -33116,11 +33117,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 33120 "gram.c" +#line 33121 "gram.c" break; case 722: /* CreatePolicyStmt: CREATE POLICY name ON qualified_name RowSecurityDefaultPermissive RowSecurityDefaultForCmd RowSecurityDefaultToRole RowSecurityOptionalExpr RowSecurityOptionalWithCheck */ -#line 5240 "gram.y" +#line 5241 "gram.y" { CreatePolicyStmt *n = makeNode(CreatePolicyStmt); n->policy_name = (yyvsp[-7].str); @@ -33132,11 +33133,11 @@ n->with_check = (yyvsp[0].node); (yyval.node) = (Node *) n; } -#line 33136 "gram.c" +#line 33137 "gram.c" break; case 723: /* AlterPolicyStmt: ALTER POLICY name ON qualified_name RowSecurityOptionalToRole RowSecurityOptionalExpr RowSecurityOptionalWithCheck */ -#line 5256 "gram.y" +#line 5257 "gram.y" { AlterPolicyStmt *n = makeNode(AlterPolicyStmt); n->policy_name = (yyvsp[-5].str); @@ -33146,59 +33147,59 @@ n->with_check = (yyvsp[0].node); (yyval.node) = (Node *) n; } -#line 33150 "gram.c" +#line 33151 "gram.c" break; case 724: /* RowSecurityOptionalExpr: USING '(' a_expr ')' */ -#line 5268 "gram.y" +#line 5269 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 33156 "gram.c" +#line 33157 "gram.c" break; case 725: /* RowSecurityOptionalExpr: %empty */ -#line 5269 "gram.y" +#line 5270 "gram.y" { (yyval.node) = NULL; } -#line 33162 "gram.c" +#line 33163 "gram.c" break; case 726: /* RowSecurityOptionalWithCheck: WITH CHECK '(' a_expr ')' */ -#line 5273 "gram.y" +#line 5274 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 33168 "gram.c" +#line 33169 "gram.c" break; case 727: /* RowSecurityOptionalWithCheck: %empty */ -#line 5274 "gram.y" +#line 5275 "gram.y" { (yyval.node) = NULL; } -#line 33174 "gram.c" +#line 33175 "gram.c" break; case 728: /* RowSecurityDefaultToRole: TO role_list */ -#line 5278 "gram.y" +#line 5279 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 33180 "gram.c" +#line 33181 "gram.c" break; case 729: /* RowSecurityDefaultToRole: %empty */ -#line 5279 "gram.y" +#line 5280 "gram.y" { (yyval.list) = list_make1(makeRoleSpec(ROLESPEC_PUBLIC, -1)); } -#line 33186 "gram.c" +#line 33187 "gram.c" break; case 730: /* RowSecurityOptionalToRole: TO role_list */ -#line 5283 "gram.y" +#line 5284 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 33192 "gram.c" +#line 33193 "gram.c" break; case 731: /* RowSecurityOptionalToRole: %empty */ -#line 5284 "gram.y" +#line 5285 "gram.y" { (yyval.list) = NULL; } -#line 33198 "gram.c" +#line 33199 "gram.c" break; case 732: /* RowSecurityDefaultPermissive: AS IDENT */ -#line 5289 "gram.y" +#line 5290 "gram.y" { if (strcmp((yyvsp[0].str), "permissive") == 0) (yyval.boolean) = true; @@ -33212,59 +33213,59 @@ parser_errposition((yylsp[0])))); } -#line 33216 "gram.c" +#line 33217 "gram.c" break; case 733: /* RowSecurityDefaultPermissive: %empty */ -#line 5302 "gram.y" +#line 5303 "gram.y" { (yyval.boolean) = true; } -#line 33222 "gram.c" +#line 33223 "gram.c" break; case 734: /* RowSecurityDefaultForCmd: FOR row_security_cmd */ -#line 5306 "gram.y" +#line 5307 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 33228 "gram.c" +#line 33229 "gram.c" break; case 735: /* RowSecurityDefaultForCmd: %empty */ -#line 5307 "gram.y" +#line 5308 "gram.y" { (yyval.str) = "all"; } -#line 33234 "gram.c" +#line 33235 "gram.c" break; case 736: /* row_security_cmd: ALL */ -#line 5311 "gram.y" +#line 5312 "gram.y" { (yyval.str) = "all"; } -#line 33240 "gram.c" +#line 33241 "gram.c" break; case 737: /* row_security_cmd: SELECT */ -#line 5312 "gram.y" +#line 5313 "gram.y" { (yyval.str) = "select"; } -#line 33246 "gram.c" +#line 33247 "gram.c" break; case 738: /* row_security_cmd: INSERT */ -#line 5313 "gram.y" +#line 5314 "gram.y" { (yyval.str) = "insert"; } -#line 33252 "gram.c" +#line 33253 "gram.c" break; case 739: /* row_security_cmd: UPDATE */ -#line 5314 "gram.y" +#line 5315 "gram.y" { (yyval.str) = "update"; } -#line 33258 "gram.c" +#line 33259 "gram.c" break; case 740: /* row_security_cmd: DELETE_P */ -#line 5315 "gram.y" +#line 5316 "gram.y" { (yyval.str) = "delete"; } -#line 33264 "gram.c" +#line 33265 "gram.c" break; case 741: /* CreateAmStmt: CREATE ACCESS METHOD name TYPE_P am_type HANDLER handler_name */ -#line 5326 "gram.y" +#line 5327 "gram.y" { CreateAmStmt *n = makeNode(CreateAmStmt); n->amname = (yyvsp[-4].str); @@ -33272,23 +33273,23 @@ n->amtype = (yyvsp[-2].chr); (yyval.node) = (Node *) n; } -#line 33276 "gram.c" +#line 33277 "gram.c" break; case 742: /* am_type: INDEX */ -#line 5336 "gram.y" +#line 5337 "gram.y" { (yyval.chr) = AMTYPE_INDEX; } -#line 33282 "gram.c" +#line 33283 "gram.c" break; case 743: /* am_type: TABLE */ -#line 5337 "gram.y" +#line 5338 "gram.y" { (yyval.chr) = AMTYPE_TABLE; } -#line 33288 "gram.c" +#line 33289 "gram.c" break; case 744: /* CreateTrigStmt: CREATE opt_or_replace TRIGGER name TriggerActionTime TriggerEvents ON qualified_name TriggerReferencing TriggerForSpec TriggerWhen EXECUTE FUNCTION_or_PROCEDURE func_name '(' TriggerFuncArgs ')' */ -#line 5351 "gram.y" +#line 5352 "gram.y" { CreateTrigStmt *n = makeNode(CreateTrigStmt); n->replace = (yyvsp[-15].boolean); @@ -33308,11 +33309,11 @@ n->constrrel = NULL; (yyval.node) = (Node *)n; } -#line 33312 "gram.c" +#line 33313 "gram.c" break; case 745: /* CreateTrigStmt: CREATE opt_or_replace CONSTRAINT TRIGGER name AFTER TriggerEvents ON qualified_name OptConstrFromTable ConstraintAttributeSpec FOR EACH ROW TriggerWhen EXECUTE FUNCTION_or_PROCEDURE func_name '(' TriggerFuncArgs ')' */ -#line 5374 "gram.y" +#line 5375 "gram.y" { CreateTrigStmt *n = makeNode(CreateTrigStmt); n->replace = (yyvsp[-19].boolean); @@ -33337,35 +33338,35 @@ n->constrrel = (yyvsp[-11].range); (yyval.node) = (Node *)n; } -#line 33341 "gram.c" +#line 33342 "gram.c" break; case 746: /* TriggerActionTime: BEFORE */ -#line 5401 "gram.y" +#line 5402 "gram.y" { (yyval.ival) = TRIGGER_TYPE_BEFORE; } -#line 33347 "gram.c" +#line 33348 "gram.c" break; case 747: /* TriggerActionTime: AFTER */ -#line 5402 "gram.y" +#line 5403 "gram.y" { (yyval.ival) = TRIGGER_TYPE_AFTER; } -#line 33353 "gram.c" +#line 33354 "gram.c" break; case 748: /* TriggerActionTime: INSTEAD OF */ -#line 5403 "gram.y" +#line 5404 "gram.y" { (yyval.ival) = TRIGGER_TYPE_INSTEAD; } -#line 33359 "gram.c" +#line 33360 "gram.c" break; case 749: /* TriggerEvents: TriggerOneEvent */ -#line 5408 "gram.y" +#line 5409 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 33365 "gram.c" +#line 33366 "gram.c" break; case 750: /* TriggerEvents: TriggerEvents OR TriggerOneEvent */ -#line 5410 "gram.y" +#line 5411 "gram.y" { int events1 = intVal(linitial((yyvsp[-2].list))); int events2 = intVal(linitial((yyvsp[0].list))); @@ -33384,65 +33385,65 @@ (yyval.list) = list_make2(makeInteger(events1 | events2), list_concat(columns1, columns2)); } -#line 33388 "gram.c" +#line 33389 "gram.c" break; case 751: /* TriggerOneEvent: INSERT */ -#line 5432 "gram.y" +#line 5433 "gram.y" { (yyval.list) = list_make2(makeInteger(TRIGGER_TYPE_INSERT), NIL); } -#line 33394 "gram.c" +#line 33395 "gram.c" break; case 752: /* TriggerOneEvent: DELETE_P */ -#line 5434 "gram.y" +#line 5435 "gram.y" { (yyval.list) = list_make2(makeInteger(TRIGGER_TYPE_DELETE), NIL); } -#line 33400 "gram.c" +#line 33401 "gram.c" break; case 753: /* TriggerOneEvent: UPDATE */ -#line 5436 "gram.y" +#line 5437 "gram.y" { (yyval.list) = list_make2(makeInteger(TRIGGER_TYPE_UPDATE), NIL); } -#line 33406 "gram.c" +#line 33407 "gram.c" break; case 754: /* TriggerOneEvent: UPDATE OF columnList */ -#line 5438 "gram.y" +#line 5439 "gram.y" { (yyval.list) = list_make2(makeInteger(TRIGGER_TYPE_UPDATE), (yyvsp[0].list)); } -#line 33412 "gram.c" +#line 33413 "gram.c" break; case 755: /* TriggerOneEvent: TRUNCATE */ -#line 5440 "gram.y" +#line 5441 "gram.y" { (yyval.list) = list_make2(makeInteger(TRIGGER_TYPE_TRUNCATE), NIL); } -#line 33418 "gram.c" +#line 33419 "gram.c" break; case 756: /* TriggerReferencing: REFERENCING TriggerTransitions */ -#line 5444 "gram.y" +#line 5445 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 33424 "gram.c" +#line 33425 "gram.c" break; case 757: /* TriggerReferencing: %empty */ -#line 5445 "gram.y" +#line 5446 "gram.y" { (yyval.list) = NIL; } -#line 33430 "gram.c" +#line 33431 "gram.c" break; case 758: /* TriggerTransitions: TriggerTransition */ -#line 5449 "gram.y" +#line 5450 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 33436 "gram.c" +#line 33437 "gram.c" break; case 759: /* TriggerTransitions: TriggerTransitions TriggerTransition */ -#line 5450 "gram.y" +#line 5451 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].node)); } -#line 33442 "gram.c" +#line 33443 "gram.c" break; case 760: /* TriggerTransition: TransitionOldOrNew TransitionRowOrTable opt_as TransitionRelName */ -#line 5455 "gram.y" +#line 5456 "gram.y" { TriggerTransition *n = makeNode(TriggerTransition); n->name = (yyvsp[0].str); @@ -33450,49 +33451,49 @@ n->isTable = (yyvsp[-2].boolean); (yyval.node) = (Node *)n; } -#line 33454 "gram.c" +#line 33455 "gram.c" break; case 761: /* TransitionOldOrNew: NEW */ -#line 5465 "gram.y" +#line 5466 "gram.y" { (yyval.boolean) = true; } -#line 33460 "gram.c" +#line 33461 "gram.c" break; case 762: /* TransitionOldOrNew: OLD */ -#line 5466 "gram.y" +#line 5467 "gram.y" { (yyval.boolean) = false; } -#line 33466 "gram.c" +#line 33467 "gram.c" break; case 763: /* TransitionRowOrTable: TABLE */ -#line 5470 "gram.y" +#line 5471 "gram.y" { (yyval.boolean) = true; } -#line 33472 "gram.c" +#line 33473 "gram.c" break; case 764: /* TransitionRowOrTable: ROW */ -#line 5479 "gram.y" +#line 5480 "gram.y" { (yyval.boolean) = false; } -#line 33478 "gram.c" +#line 33479 "gram.c" break; case 765: /* TransitionRelName: ColId */ -#line 5483 "gram.y" +#line 5484 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 33484 "gram.c" +#line 33485 "gram.c" break; case 766: /* TriggerForSpec: FOR TriggerForOptEach TriggerForType */ -#line 5488 "gram.y" +#line 5489 "gram.y" { (yyval.boolean) = (yyvsp[0].boolean); } -#line 33492 "gram.c" +#line 33493 "gram.c" break; case 767: /* TriggerForSpec: %empty */ -#line 5492 "gram.y" +#line 5493 "gram.y" { /* * If ROW/STATEMENT not specified, default to @@ -33500,97 +33501,97 @@ */ (yyval.boolean) = false; } -#line 33504 "gram.c" +#line 33505 "gram.c" break; case 770: /* TriggerForType: ROW */ -#line 5507 "gram.y" +#line 5508 "gram.y" { (yyval.boolean) = true; } -#line 33510 "gram.c" +#line 33511 "gram.c" break; case 771: /* TriggerForType: STATEMENT */ -#line 5508 "gram.y" +#line 5509 "gram.y" { (yyval.boolean) = false; } -#line 33516 "gram.c" +#line 33517 "gram.c" break; case 772: /* TriggerWhen: WHEN '(' a_expr ')' */ -#line 5512 "gram.y" +#line 5513 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 33522 "gram.c" +#line 33523 "gram.c" break; case 773: /* TriggerWhen: %empty */ -#line 5513 "gram.y" +#line 5514 "gram.y" { (yyval.node) = NULL; } -#line 33528 "gram.c" +#line 33529 "gram.c" break; case 776: /* TriggerFuncArgs: TriggerFuncArg */ -#line 5522 "gram.y" +#line 5523 "gram.y" { (yyval.list) = list_make1((yyvsp[0].value)); } -#line 33534 "gram.c" +#line 33535 "gram.c" break; case 777: /* TriggerFuncArgs: TriggerFuncArgs ',' TriggerFuncArg */ -#line 5523 "gram.y" +#line 5524 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].value)); } -#line 33540 "gram.c" +#line 33541 "gram.c" break; case 778: /* TriggerFuncArgs: %empty */ -#line 5524 "gram.y" +#line 5525 "gram.y" { (yyval.list) = NIL; } -#line 33546 "gram.c" +#line 33547 "gram.c" break; case 779: /* TriggerFuncArg: Iconst */ -#line 5529 "gram.y" +#line 5530 "gram.y" { (yyval.value) = makeString(psprintf("%d", (yyvsp[0].ival))); } -#line 33554 "gram.c" +#line 33555 "gram.c" break; case 780: /* TriggerFuncArg: FCONST */ -#line 5532 "gram.y" +#line 5533 "gram.y" { (yyval.value) = makeString((yyvsp[0].str)); } -#line 33560 "gram.c" +#line 33561 "gram.c" break; case 781: /* TriggerFuncArg: Sconst */ -#line 5533 "gram.y" +#line 5534 "gram.y" { (yyval.value) = makeString((yyvsp[0].str)); } -#line 33566 "gram.c" +#line 33567 "gram.c" break; case 782: /* TriggerFuncArg: ColLabel */ -#line 5534 "gram.y" +#line 5535 "gram.y" { (yyval.value) = makeString((yyvsp[0].str)); } -#line 33572 "gram.c" +#line 33573 "gram.c" break; case 783: /* OptConstrFromTable: FROM qualified_name */ -#line 5538 "gram.y" +#line 5539 "gram.y" { (yyval.range) = (yyvsp[0].range); } -#line 33578 "gram.c" +#line 33579 "gram.c" break; case 784: /* OptConstrFromTable: %empty */ -#line 5539 "gram.y" +#line 5540 "gram.y" { (yyval.range) = NULL; } -#line 33584 "gram.c" +#line 33585 "gram.c" break; case 785: /* ConstraintAttributeSpec: %empty */ -#line 5544 "gram.y" +#line 5545 "gram.y" { (yyval.ival) = 0; } -#line 33590 "gram.c" +#line 33591 "gram.c" break; case 786: /* ConstraintAttributeSpec: ConstraintAttributeSpec ConstraintAttributeElem */ -#line 5546 "gram.y" +#line 5547 "gram.y" { /* * We must complain about conflicting options. @@ -33614,47 +33615,47 @@ parser_errposition((yylsp[0])))); (yyval.ival) = newspec; } -#line 33618 "gram.c" +#line 33619 "gram.c" break; case 787: /* ConstraintAttributeElem: NOT DEFERRABLE */ -#line 5572 "gram.y" +#line 5573 "gram.y" { (yyval.ival) = CAS_NOT_DEFERRABLE; } -#line 33624 "gram.c" +#line 33625 "gram.c" break; case 788: /* ConstraintAttributeElem: DEFERRABLE */ -#line 5573 "gram.y" +#line 5574 "gram.y" { (yyval.ival) = CAS_DEFERRABLE; } -#line 33630 "gram.c" +#line 33631 "gram.c" break; case 789: /* ConstraintAttributeElem: INITIALLY IMMEDIATE */ -#line 5574 "gram.y" +#line 5575 "gram.y" { (yyval.ival) = CAS_INITIALLY_IMMEDIATE; } -#line 33636 "gram.c" +#line 33637 "gram.c" break; case 790: /* ConstraintAttributeElem: INITIALLY DEFERRED */ -#line 5575 "gram.y" +#line 5576 "gram.y" { (yyval.ival) = CAS_INITIALLY_DEFERRED; } -#line 33642 "gram.c" +#line 33643 "gram.c" break; case 791: /* ConstraintAttributeElem: NOT VALID */ -#line 5576 "gram.y" +#line 5577 "gram.y" { (yyval.ival) = CAS_NOT_VALID; } -#line 33648 "gram.c" +#line 33649 "gram.c" break; case 792: /* ConstraintAttributeElem: NO INHERIT */ -#line 5577 "gram.y" +#line 5578 "gram.y" { (yyval.ival) = CAS_NO_INHERIT; } -#line 33654 "gram.c" +#line 33655 "gram.c" break; case 793: /* CreateEventTrigStmt: CREATE EVENT TRIGGER name ON ColLabel EXECUTE FUNCTION_or_PROCEDURE func_name '(' ')' */ -#line 5592 "gram.y" +#line 5593 "gram.y" { CreateEventTrigStmt *n = makeNode(CreateEventTrigStmt); n->trigname = (yyvsp[-7].str); @@ -33663,11 +33664,11 @@ n->funcname = (yyvsp[-2].list); (yyval.node) = (Node *)n; } -#line 33667 "gram.c" +#line 33668 "gram.c" break; case 794: /* CreateEventTrigStmt: CREATE EVENT TRIGGER name ON ColLabel WHEN event_trigger_when_list EXECUTE FUNCTION_or_PROCEDURE func_name '(' ')' */ -#line 5603 "gram.y" +#line 5604 "gram.y" { CreateEventTrigStmt *n = makeNode(CreateEventTrigStmt); n->trigname = (yyvsp[-9].str); @@ -33676,76 +33677,76 @@ n->funcname = (yyvsp[-2].list); (yyval.node) = (Node *)n; } -#line 33680 "gram.c" +#line 33681 "gram.c" break; case 795: /* event_trigger_when_list: event_trigger_when_item */ -#line 5615 "gram.y" +#line 5616 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 33686 "gram.c" +#line 33687 "gram.c" break; case 796: /* event_trigger_when_list: event_trigger_when_list AND event_trigger_when_item */ -#line 5617 "gram.y" +#line 5618 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 33692 "gram.c" +#line 33693 "gram.c" break; case 797: /* event_trigger_when_item: ColId IN_P '(' event_trigger_value_list ')' */ -#line 5622 "gram.y" +#line 5623 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-4].str), (Node *) (yyvsp[-1].list), (yylsp[-4])); } -#line 33698 "gram.c" +#line 33699 "gram.c" break; case 798: /* event_trigger_value_list: SCONST */ -#line 5627 "gram.y" +#line 5628 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 33704 "gram.c" +#line 33705 "gram.c" break; case 799: /* event_trigger_value_list: event_trigger_value_list ',' SCONST */ -#line 5629 "gram.y" +#line 5630 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), makeString((yyvsp[0].str))); } -#line 33710 "gram.c" +#line 33711 "gram.c" break; case 800: /* AlterEventTrigStmt: ALTER EVENT TRIGGER name enable_trigger */ -#line 5634 "gram.y" +#line 5635 "gram.y" { AlterEventTrigStmt *n = makeNode(AlterEventTrigStmt); n->trigname = (yyvsp[-1].str); n->tgenabled = (yyvsp[0].chr); (yyval.node) = (Node *) n; } -#line 33721 "gram.c" +#line 33722 "gram.c" break; case 801: /* enable_trigger: ENABLE_P */ -#line 5643 "gram.y" +#line 5644 "gram.y" { (yyval.chr) = TRIGGER_FIRES_ON_ORIGIN; } -#line 33727 "gram.c" +#line 33728 "gram.c" break; case 802: /* enable_trigger: ENABLE_P REPLICA */ -#line 5644 "gram.y" +#line 5645 "gram.y" { (yyval.chr) = TRIGGER_FIRES_ON_REPLICA; } -#line 33733 "gram.c" +#line 33734 "gram.c" break; case 803: /* enable_trigger: ENABLE_P ALWAYS */ -#line 5645 "gram.y" +#line 5646 "gram.y" { (yyval.chr) = TRIGGER_FIRES_ALWAYS; } -#line 33739 "gram.c" +#line 33740 "gram.c" break; case 804: /* enable_trigger: DISABLE_P */ -#line 5646 "gram.y" +#line 5647 "gram.y" { (yyval.chr) = TRIGGER_DISABLED; } -#line 33745 "gram.c" +#line 33746 "gram.c" break; case 805: /* CreateAssertionStmt: CREATE ASSERTION any_name CHECK '(' a_expr ')' ConstraintAttributeSpec */ -#line 5658 "gram.y" +#line 5659 "gram.y" { ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), @@ -33753,11 +33754,11 @@ (yyval.node) = NULL; } -#line 33757 "gram.c" +#line 33758 "gram.c" break; case 806: /* DefineStmt: CREATE opt_or_replace AGGREGATE func_name aggr_args definition */ -#line 5677 "gram.y" +#line 5678 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_AGGREGATE; @@ -33768,11 +33769,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33772 "gram.c" +#line 33773 "gram.c" break; case 807: /* DefineStmt: CREATE opt_or_replace AGGREGATE func_name old_aggr_definition */ -#line 5688 "gram.y" +#line 5689 "gram.y" { /* old-style (pre-8.2) syntax for CREATE AGGREGATE */ DefineStmt *n = makeNode(DefineStmt); @@ -33784,11 +33785,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33788 "gram.c" +#line 33789 "gram.c" break; case 808: /* DefineStmt: CREATE OPERATOR any_operator definition */ -#line 5700 "gram.y" +#line 5701 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_OPERATOR; @@ -33798,11 +33799,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33802 "gram.c" +#line 33803 "gram.c" break; case 809: /* DefineStmt: CREATE TYPE_P any_name definition */ -#line 5710 "gram.y" +#line 5711 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_TYPE; @@ -33812,11 +33813,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33816 "gram.c" +#line 33817 "gram.c" break; case 810: /* DefineStmt: CREATE TYPE_P any_name */ -#line 5720 "gram.y" +#line 5721 "gram.y" { /* Shell type (identified by lack of definition) */ DefineStmt *n = makeNode(DefineStmt); @@ -33827,11 +33828,11 @@ n->definition = NIL; (yyval.node) = (Node *)n; } -#line 33831 "gram.c" +#line 33832 "gram.c" break; case 811: /* DefineStmt: CREATE TYPE_P any_name AS '(' OptTableFuncElementList ')' */ -#line 5731 "gram.y" +#line 5732 "gram.y" { CompositeTypeStmt *n = makeNode(CompositeTypeStmt); @@ -33840,33 +33841,33 @@ n->coldeflist = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 33844 "gram.c" +#line 33845 "gram.c" break; case 812: /* DefineStmt: CREATE TYPE_P any_name AS ENUM_P '(' opt_enum_val_list ')' */ -#line 5740 "gram.y" +#line 5741 "gram.y" { CreateEnumStmt *n = makeNode(CreateEnumStmt); n->typeName = (yyvsp[-5].list); n->vals = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 33855 "gram.c" +#line 33856 "gram.c" break; case 813: /* DefineStmt: CREATE TYPE_P any_name AS RANGE definition */ -#line 5747 "gram.y" +#line 5748 "gram.y" { CreateRangeStmt *n = makeNode(CreateRangeStmt); n->typeName = (yyvsp[-3].list); n->params = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33866 "gram.c" +#line 33867 "gram.c" break; case 814: /* DefineStmt: CREATE TEXT_P SEARCH PARSER any_name definition */ -#line 5754 "gram.y" +#line 5755 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_TSPARSER; @@ -33875,11 +33876,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33879 "gram.c" +#line 33880 "gram.c" break; case 815: /* DefineStmt: CREATE TEXT_P SEARCH DICTIONARY any_name definition */ -#line 5763 "gram.y" +#line 5764 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_TSDICTIONARY; @@ -33888,11 +33889,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33892 "gram.c" +#line 33893 "gram.c" break; case 816: /* DefineStmt: CREATE TEXT_P SEARCH TEMPLATE any_name definition */ -#line 5772 "gram.y" +#line 5773 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_TSTEMPLATE; @@ -33901,11 +33902,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33905 "gram.c" +#line 33906 "gram.c" break; case 817: /* DefineStmt: CREATE TEXT_P SEARCH CONFIGURATION any_name definition */ -#line 5781 "gram.y" +#line 5782 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_TSCONFIGURATION; @@ -33914,11 +33915,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33918 "gram.c" +#line 33919 "gram.c" break; case 818: /* DefineStmt: CREATE COLLATION any_name definition */ -#line 5790 "gram.y" +#line 5791 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_COLLATION; @@ -33927,11 +33928,11 @@ n->definition = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 33931 "gram.c" +#line 33932 "gram.c" break; case 819: /* DefineStmt: CREATE COLLATION IF_P NOT EXISTS any_name definition */ -#line 5799 "gram.y" +#line 5800 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_COLLATION; @@ -33941,11 +33942,11 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 33945 "gram.c" +#line 33946 "gram.c" break; case 820: /* DefineStmt: CREATE COLLATION any_name FROM any_name */ -#line 5809 "gram.y" +#line 5810 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_COLLATION; @@ -33954,11 +33955,11 @@ n->definition = list_make1(makeDefElem("from", (Node *) (yyvsp[0].list), (yylsp[0]))); (yyval.node) = (Node *)n; } -#line 33958 "gram.c" +#line 33959 "gram.c" break; case 821: /* DefineStmt: CREATE COLLATION IF_P NOT EXISTS any_name FROM any_name */ -#line 5818 "gram.y" +#line 5819 "gram.y" { DefineStmt *n = makeNode(DefineStmt); n->kind = OBJECT_COLLATION; @@ -33968,131 +33969,131 @@ n->if_not_exists = true; (yyval.node) = (Node *)n; } -#line 33972 "gram.c" +#line 33973 "gram.c" break; case 822: /* definition: '(' def_list ')' */ -#line 5829 "gram.y" +#line 5830 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 33978 "gram.c" +#line 33979 "gram.c" break; case 823: /* def_list: def_elem */ -#line 5832 "gram.y" +#line 5833 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 33984 "gram.c" +#line 33985 "gram.c" break; case 824: /* def_list: def_list ',' def_elem */ -#line 5833 "gram.y" +#line 5834 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 33990 "gram.c" +#line 33991 "gram.c" break; case 825: /* def_elem: ColLabel '=' def_arg */ -#line 5837 "gram.y" +#line 5838 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), (Node *) (yyvsp[0].node), (yylsp[-2])); } -#line 33998 "gram.c" +#line 33999 "gram.c" break; case 826: /* def_elem: ColLabel */ -#line 5841 "gram.y" +#line 5842 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[0].str), NULL, (yylsp[0])); } -#line 34006 "gram.c" +#line 34007 "gram.c" break; case 827: /* def_arg: func_type */ -#line 5847 "gram.y" +#line 5848 "gram.y" { (yyval.node) = (Node *)(yyvsp[0].typnam); } -#line 34012 "gram.c" +#line 34013 "gram.c" break; case 828: /* def_arg: reserved_keyword */ -#line 5848 "gram.y" +#line 5849 "gram.y" { (yyval.node) = (Node *)makeString(pstrdup((yyvsp[0].keyword))); } -#line 34018 "gram.c" +#line 34019 "gram.c" break; case 829: /* def_arg: qual_all_Op */ -#line 5849 "gram.y" +#line 5850 "gram.y" { (yyval.node) = (Node *)(yyvsp[0].list); } -#line 34024 "gram.c" +#line 34025 "gram.c" break; case 830: /* def_arg: NumericOnly */ -#line 5850 "gram.y" +#line 5851 "gram.y" { (yyval.node) = (Node *)(yyvsp[0].value); } -#line 34030 "gram.c" +#line 34031 "gram.c" break; case 831: /* def_arg: Sconst */ -#line 5851 "gram.y" +#line 5852 "gram.y" { (yyval.node) = (Node *)makeString((yyvsp[0].str)); } -#line 34036 "gram.c" +#line 34037 "gram.c" break; case 832: /* def_arg: NONE */ -#line 5852 "gram.y" +#line 5853 "gram.y" { (yyval.node) = (Node *)makeString(pstrdup((yyvsp[0].keyword))); } -#line 34042 "gram.c" +#line 34043 "gram.c" break; case 833: /* old_aggr_definition: '(' old_aggr_list ')' */ -#line 5855 "gram.y" +#line 5856 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 34048 "gram.c" +#line 34049 "gram.c" break; case 834: /* old_aggr_list: old_aggr_elem */ -#line 5858 "gram.y" +#line 5859 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 34054 "gram.c" +#line 34055 "gram.c" break; case 835: /* old_aggr_list: old_aggr_list ',' old_aggr_elem */ -#line 5859 "gram.y" +#line 5860 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 34060 "gram.c" +#line 34061 "gram.c" break; case 836: /* old_aggr_elem: IDENT '=' def_arg */ -#line 5868 "gram.y" +#line 5869 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), (Node *)(yyvsp[0].node), (yylsp[-2])); } -#line 34068 "gram.c" +#line 34069 "gram.c" break; case 837: /* opt_enum_val_list: enum_val_list */ -#line 5874 "gram.y" +#line 5875 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 34074 "gram.c" +#line 34075 "gram.c" break; case 838: /* opt_enum_val_list: %empty */ -#line 5875 "gram.y" +#line 5876 "gram.y" { (yyval.list) = NIL; } -#line 34080 "gram.c" +#line 34081 "gram.c" break; case 839: /* enum_val_list: Sconst */ -#line 5879 "gram.y" +#line 5880 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 34086 "gram.c" +#line 34087 "gram.c" break; case 840: /* enum_val_list: enum_val_list ',' Sconst */ -#line 5881 "gram.y" +#line 5882 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), makeString((yyvsp[0].str))); } -#line 34092 "gram.c" +#line 34093 "gram.c" break; case 841: /* AlterEnumStmt: ALTER TYPE_P any_name ADD_P VALUE_P opt_if_not_exists Sconst */ -#line 5892 "gram.y" +#line 5893 "gram.y" { AlterEnumStmt *n = makeNode(AlterEnumStmt); n->typeName = (yyvsp[-4].list); @@ -34103,11 +34104,11 @@ n->skipIfNewValExists = (yyvsp[-1].boolean); (yyval.node) = (Node *) n; } -#line 34107 "gram.c" +#line 34108 "gram.c" break; case 842: /* AlterEnumStmt: ALTER TYPE_P any_name ADD_P VALUE_P opt_if_not_exists Sconst BEFORE Sconst */ -#line 5903 "gram.y" +#line 5904 "gram.y" { AlterEnumStmt *n = makeNode(AlterEnumStmt); n->typeName = (yyvsp[-6].list); @@ -34118,11 +34119,11 @@ n->skipIfNewValExists = (yyvsp[-3].boolean); (yyval.node) = (Node *) n; } -#line 34122 "gram.c" +#line 34123 "gram.c" break; case 843: /* AlterEnumStmt: ALTER TYPE_P any_name ADD_P VALUE_P opt_if_not_exists Sconst AFTER Sconst */ -#line 5914 "gram.y" +#line 5915 "gram.y" { AlterEnumStmt *n = makeNode(AlterEnumStmt); n->typeName = (yyvsp[-6].list); @@ -34133,11 +34134,11 @@ n->skipIfNewValExists = (yyvsp[-3].boolean); (yyval.node) = (Node *) n; } -#line 34137 "gram.c" +#line 34138 "gram.c" break; case 844: /* AlterEnumStmt: ALTER TYPE_P any_name RENAME VALUE_P Sconst TO Sconst */ -#line 5925 "gram.y" +#line 5926 "gram.y" { AlterEnumStmt *n = makeNode(AlterEnumStmt); n->typeName = (yyvsp[-5].list); @@ -34148,23 +34149,23 @@ n->skipIfNewValExists = false; (yyval.node) = (Node *) n; } -#line 34152 "gram.c" +#line 34153 "gram.c" break; case 845: /* opt_if_not_exists: IF_P NOT EXISTS */ -#line 5937 "gram.y" +#line 5938 "gram.y" { (yyval.boolean) = true; } -#line 34158 "gram.c" +#line 34159 "gram.c" break; case 846: /* opt_if_not_exists: %empty */ -#line 5938 "gram.y" +#line 5939 "gram.y" { (yyval.boolean) = false; } -#line 34164 "gram.c" +#line 34165 "gram.c" break; case 847: /* CreateOpClassStmt: CREATE OPERATOR CLASS any_name opt_default FOR TYPE_P Typename USING name opt_opfamily AS opclass_item_list */ -#line 5956 "gram.y" +#line 5957 "gram.y" { CreateOpClassStmt *n = makeNode(CreateOpClassStmt); n->opclassname = (yyvsp[-9].list); @@ -34175,23 +34176,23 @@ n->items = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 34179 "gram.c" +#line 34180 "gram.c" break; case 848: /* opclass_item_list: opclass_item */ -#line 5969 "gram.y" +#line 5970 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 34185 "gram.c" +#line 34186 "gram.c" break; case 849: /* opclass_item_list: opclass_item_list ',' opclass_item */ -#line 5970 "gram.y" +#line 5971 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 34191 "gram.c" +#line 34192 "gram.c" break; case 850: /* opclass_item: OPERATOR Iconst any_operator opclass_purpose opt_recheck */ -#line 5975 "gram.y" +#line 5976 "gram.y" { CreateOpClassItem *n = makeNode(CreateOpClassItem); ObjectWithArgs *owa = makeNode(ObjectWithArgs); @@ -34203,11 +34204,11 @@ n->order_family = (yyvsp[-1].list); (yyval.node) = (Node *) n; } -#line 34207 "gram.c" +#line 34208 "gram.c" break; case 851: /* opclass_item: OPERATOR Iconst operator_with_argtypes opclass_purpose opt_recheck */ -#line 5988 "gram.y" +#line 5989 "gram.y" { CreateOpClassItem *n = makeNode(CreateOpClassItem); n->itemtype = OPCLASS_ITEM_OPERATOR; @@ -34216,11 +34217,11 @@ n->order_family = (yyvsp[-1].list); (yyval.node) = (Node *) n; } -#line 34220 "gram.c" +#line 34221 "gram.c" break; case 852: /* opclass_item: FUNCTION Iconst function_with_argtypes */ -#line 5997 "gram.y" +#line 5998 "gram.y" { CreateOpClassItem *n = makeNode(CreateOpClassItem); n->itemtype = OPCLASS_ITEM_FUNCTION; @@ -34228,11 +34229,11 @@ n->number = (yyvsp[-1].ival); (yyval.node) = (Node *) n; } -#line 34232 "gram.c" +#line 34233 "gram.c" break; case 853: /* opclass_item: FUNCTION Iconst '(' type_list ')' function_with_argtypes */ -#line 6005 "gram.y" +#line 6006 "gram.y" { CreateOpClassItem *n = makeNode(CreateOpClassItem); n->itemtype = OPCLASS_ITEM_FUNCTION; @@ -34241,64 +34242,64 @@ n->class_args = (yyvsp[-2].list); (yyval.node) = (Node *) n; } -#line 34245 "gram.c" +#line 34246 "gram.c" break; case 854: /* opclass_item: STORAGE Typename */ -#line 6014 "gram.y" +#line 6015 "gram.y" { CreateOpClassItem *n = makeNode(CreateOpClassItem); n->itemtype = OPCLASS_ITEM_STORAGETYPE; n->storedtype = (yyvsp[0].typnam); (yyval.node) = (Node *) n; } -#line 34256 "gram.c" +#line 34257 "gram.c" break; case 855: /* opt_default: DEFAULT */ -#line 6022 "gram.y" +#line 6023 "gram.y" { (yyval.boolean) = true; } -#line 34262 "gram.c" +#line 34263 "gram.c" break; case 856: /* opt_default: %empty */ -#line 6023 "gram.y" +#line 6024 "gram.y" { (yyval.boolean) = false; } -#line 34268 "gram.c" +#line 34269 "gram.c" break; case 857: /* opt_opfamily: FAMILY any_name */ -#line 6026 "gram.y" +#line 6027 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 34274 "gram.c" +#line 34275 "gram.c" break; case 858: /* opt_opfamily: %empty */ -#line 6027 "gram.y" +#line 6028 "gram.y" { (yyval.list) = NIL; } -#line 34280 "gram.c" +#line 34281 "gram.c" break; case 859: /* opclass_purpose: FOR SEARCH */ -#line 6030 "gram.y" +#line 6031 "gram.y" { (yyval.list) = NIL; } -#line 34286 "gram.c" +#line 34287 "gram.c" break; case 860: /* opclass_purpose: FOR ORDER BY any_name */ -#line 6031 "gram.y" +#line 6032 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 34292 "gram.c" +#line 34293 "gram.c" break; case 861: /* opclass_purpose: %empty */ -#line 6032 "gram.y" +#line 6033 "gram.y" { (yyval.list) = NIL; } -#line 34298 "gram.c" +#line 34299 "gram.c" break; case 862: /* opt_recheck: RECHECK */ -#line 6036 "gram.y" +#line 6037 "gram.y" { /* * RECHECK no longer does anything in opclass definitions, @@ -34312,28 +34313,28 @@ parser_errposition((yylsp[0])))); (yyval.boolean) = true; } -#line 34316 "gram.c" +#line 34317 "gram.c" break; case 863: /* opt_recheck: %empty */ -#line 6049 "gram.y" +#line 6050 "gram.y" { (yyval.boolean) = false; } -#line 34322 "gram.c" +#line 34323 "gram.c" break; case 864: /* CreateOpFamilyStmt: CREATE OPERATOR FAMILY any_name USING name */ -#line 6055 "gram.y" +#line 6056 "gram.y" { CreateOpFamilyStmt *n = makeNode(CreateOpFamilyStmt); n->opfamilyname = (yyvsp[-2].list); n->amname = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34333 "gram.c" +#line 34334 "gram.c" break; case 865: /* AlterOpFamilyStmt: ALTER OPERATOR FAMILY any_name USING name ADD_P opclass_item_list */ -#line 6065 "gram.y" +#line 6066 "gram.y" { AlterOpFamilyStmt *n = makeNode(AlterOpFamilyStmt); n->opfamilyname = (yyvsp[-4].list); @@ -34342,11 +34343,11 @@ n->items = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 34346 "gram.c" +#line 34347 "gram.c" break; case 866: /* AlterOpFamilyStmt: ALTER OPERATOR FAMILY any_name USING name DROP opclass_drop_list */ -#line 6074 "gram.y" +#line 6075 "gram.y" { AlterOpFamilyStmt *n = makeNode(AlterOpFamilyStmt); n->opfamilyname = (yyvsp[-4].list); @@ -34355,23 +34356,23 @@ n->items = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 34359 "gram.c" +#line 34360 "gram.c" break; case 867: /* opclass_drop_list: opclass_drop */ -#line 6085 "gram.y" +#line 6086 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 34365 "gram.c" +#line 34366 "gram.c" break; case 868: /* opclass_drop_list: opclass_drop_list ',' opclass_drop */ -#line 6086 "gram.y" +#line 6087 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 34371 "gram.c" +#line 34372 "gram.c" break; case 869: /* opclass_drop: OPERATOR Iconst '(' type_list ')' */ -#line 6091 "gram.y" +#line 6092 "gram.y" { CreateOpClassItem *n = makeNode(CreateOpClassItem); n->itemtype = OPCLASS_ITEM_OPERATOR; @@ -34379,11 +34380,11 @@ n->class_args = (yyvsp[-1].list); (yyval.node) = (Node *) n; } -#line 34383 "gram.c" +#line 34384 "gram.c" break; case 870: /* opclass_drop: FUNCTION Iconst '(' type_list ')' */ -#line 6099 "gram.y" +#line 6100 "gram.y" { CreateOpClassItem *n = makeNode(CreateOpClassItem); n->itemtype = OPCLASS_ITEM_FUNCTION; @@ -34391,11 +34392,11 @@ n->class_args = (yyvsp[-1].list); (yyval.node) = (Node *) n; } -#line 34395 "gram.c" +#line 34396 "gram.c" break; case 871: /* DropOpClassStmt: DROP OPERATOR CLASS any_name USING name opt_drop_behavior */ -#line 6111 "gram.y" +#line 6112 "gram.y" { DropStmt *n = makeNode(DropStmt); n->objects = list_make1(lcons(makeString((yyvsp[-1].str)), (yyvsp[-3].list))); @@ -34405,11 +34406,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34409 "gram.c" +#line 34410 "gram.c" break; case 872: /* DropOpClassStmt: DROP OPERATOR CLASS IF_P EXISTS any_name USING name opt_drop_behavior */ -#line 6121 "gram.y" +#line 6122 "gram.y" { DropStmt *n = makeNode(DropStmt); n->objects = list_make1(lcons(makeString((yyvsp[-1].str)), (yyvsp[-3].list))); @@ -34419,11 +34420,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34423 "gram.c" +#line 34424 "gram.c" break; case 873: /* DropOpFamilyStmt: DROP OPERATOR FAMILY any_name USING name opt_drop_behavior */ -#line 6134 "gram.y" +#line 6135 "gram.y" { DropStmt *n = makeNode(DropStmt); n->objects = list_make1(lcons(makeString((yyvsp[-1].str)), (yyvsp[-3].list))); @@ -34433,11 +34434,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34437 "gram.c" +#line 34438 "gram.c" break; case 874: /* DropOpFamilyStmt: DROP OPERATOR FAMILY IF_P EXISTS any_name USING name opt_drop_behavior */ -#line 6144 "gram.y" +#line 6145 "gram.y" { DropStmt *n = makeNode(DropStmt); n->objects = list_make1(lcons(makeString((yyvsp[-1].str)), (yyvsp[-3].list))); @@ -34447,33 +34448,33 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34451 "gram.c" +#line 34452 "gram.c" break; case 875: /* DropOwnedStmt: DROP OWNED BY role_list opt_drop_behavior */ -#line 6166 "gram.y" +#line 6167 "gram.y" { DropOwnedStmt *n = makeNode(DropOwnedStmt); n->roles = (yyvsp[-1].list); n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *)n; } -#line 34462 "gram.c" +#line 34463 "gram.c" break; case 876: /* ReassignOwnedStmt: REASSIGN OWNED BY role_list TO RoleSpec */ -#line 6176 "gram.y" +#line 6177 "gram.y" { ReassignOwnedStmt *n = makeNode(ReassignOwnedStmt); n->roles = (yyvsp[-2].list); n->newrole = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 34473 "gram.c" +#line 34474 "gram.c" break; case 877: /* DropStmt: DROP object_type_any_name IF_P EXISTS any_name_list opt_drop_behavior */ -#line 6194 "gram.y" +#line 6195 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = (yyvsp[-4].objtype); @@ -34483,11 +34484,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 34487 "gram.c" +#line 34488 "gram.c" break; case 878: /* DropStmt: DROP object_type_any_name any_name_list opt_drop_behavior */ -#line 6204 "gram.y" +#line 6205 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = (yyvsp[-2].objtype); @@ -34497,11 +34498,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 34501 "gram.c" +#line 34502 "gram.c" break; case 879: /* DropStmt: DROP drop_type_name IF_P EXISTS name_list opt_drop_behavior */ -#line 6214 "gram.y" +#line 6215 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = (yyvsp[-4].objtype); @@ -34511,11 +34512,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 34515 "gram.c" +#line 34516 "gram.c" break; case 880: /* DropStmt: DROP drop_type_name name_list opt_drop_behavior */ -#line 6224 "gram.y" +#line 6225 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = (yyvsp[-2].objtype); @@ -34525,11 +34526,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 34529 "gram.c" +#line 34530 "gram.c" break; case 881: /* DropStmt: DROP object_type_name_on_any_name name ON any_name opt_drop_behavior */ -#line 6234 "gram.y" +#line 6235 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = (yyvsp[-4].objtype); @@ -34539,11 +34540,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34543 "gram.c" +#line 34544 "gram.c" break; case 882: /* DropStmt: DROP object_type_name_on_any_name IF_P EXISTS name ON any_name opt_drop_behavior */ -#line 6244 "gram.y" +#line 6245 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = (yyvsp[-6].objtype); @@ -34553,11 +34554,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34557 "gram.c" +#line 34558 "gram.c" break; case 883: /* DropStmt: DROP TYPE_P type_name_list opt_drop_behavior */ -#line 6254 "gram.y" +#line 6255 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_TYPE; @@ -34567,11 +34568,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34571 "gram.c" +#line 34572 "gram.c" break; case 884: /* DropStmt: DROP TYPE_P IF_P EXISTS type_name_list opt_drop_behavior */ -#line 6264 "gram.y" +#line 6265 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_TYPE; @@ -34581,11 +34582,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34585 "gram.c" +#line 34586 "gram.c" break; case 885: /* DropStmt: DROP DOMAIN_P type_name_list opt_drop_behavior */ -#line 6274 "gram.y" +#line 6275 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_DOMAIN; @@ -34595,11 +34596,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34599 "gram.c" +#line 34600 "gram.c" break; case 886: /* DropStmt: DROP DOMAIN_P IF_P EXISTS type_name_list opt_drop_behavior */ -#line 6284 "gram.y" +#line 6285 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_DOMAIN; @@ -34609,11 +34610,11 @@ n->concurrent = false; (yyval.node) = (Node *) n; } -#line 34613 "gram.c" +#line 34614 "gram.c" break; case 887: /* DropStmt: DROP INDEX CONCURRENTLY any_name_list opt_drop_behavior */ -#line 6294 "gram.y" +#line 6295 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_INDEX; @@ -34623,11 +34624,11 @@ n->concurrent = true; (yyval.node) = (Node *)n; } -#line 34627 "gram.c" +#line 34628 "gram.c" break; case 888: /* DropStmt: DROP INDEX CONCURRENTLY IF_P EXISTS any_name_list opt_drop_behavior */ -#line 6304 "gram.y" +#line 6305 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_INDEX; @@ -34637,233 +34638,233 @@ n->concurrent = true; (yyval.node) = (Node *)n; } -#line 34641 "gram.c" +#line 34642 "gram.c" break; case 889: /* object_type_any_name: TABLE */ -#line 6317 "gram.y" +#line 6318 "gram.y" { (yyval.objtype) = OBJECT_TABLE; } -#line 34647 "gram.c" +#line 34648 "gram.c" break; case 890: /* object_type_any_name: SEQUENCE */ -#line 6318 "gram.y" +#line 6319 "gram.y" { (yyval.objtype) = OBJECT_SEQUENCE; } -#line 34653 "gram.c" +#line 34654 "gram.c" break; case 891: /* object_type_any_name: VIEW */ -#line 6319 "gram.y" +#line 6320 "gram.y" { (yyval.objtype) = OBJECT_VIEW; } -#line 34659 "gram.c" +#line 34660 "gram.c" break; case 892: /* object_type_any_name: MATERIALIZED VIEW */ -#line 6320 "gram.y" +#line 6321 "gram.y" { (yyval.objtype) = OBJECT_MATVIEW; } -#line 34665 "gram.c" +#line 34666 "gram.c" break; case 893: /* object_type_any_name: INDEX */ -#line 6321 "gram.y" +#line 6322 "gram.y" { (yyval.objtype) = OBJECT_INDEX; } -#line 34671 "gram.c" +#line 34672 "gram.c" break; case 894: /* object_type_any_name: FOREIGN TABLE */ -#line 6322 "gram.y" +#line 6323 "gram.y" { (yyval.objtype) = OBJECT_FOREIGN_TABLE; } -#line 34677 "gram.c" +#line 34678 "gram.c" break; case 895: /* object_type_any_name: COLLATION */ -#line 6323 "gram.y" +#line 6324 "gram.y" { (yyval.objtype) = OBJECT_COLLATION; } -#line 34683 "gram.c" +#line 34684 "gram.c" break; case 896: /* object_type_any_name: CONVERSION_P */ -#line 6324 "gram.y" +#line 6325 "gram.y" { (yyval.objtype) = OBJECT_CONVERSION; } -#line 34689 "gram.c" +#line 34690 "gram.c" break; case 897: /* object_type_any_name: STATISTICS */ -#line 6325 "gram.y" +#line 6326 "gram.y" { (yyval.objtype) = OBJECT_STATISTIC_EXT; } -#line 34695 "gram.c" +#line 34696 "gram.c" break; case 898: /* object_type_any_name: TEXT_P SEARCH PARSER */ -#line 6326 "gram.y" +#line 6327 "gram.y" { (yyval.objtype) = OBJECT_TSPARSER; } -#line 34701 "gram.c" +#line 34702 "gram.c" break; case 899: /* object_type_any_name: TEXT_P SEARCH DICTIONARY */ -#line 6327 "gram.y" +#line 6328 "gram.y" { (yyval.objtype) = OBJECT_TSDICTIONARY; } -#line 34707 "gram.c" +#line 34708 "gram.c" break; case 900: /* object_type_any_name: TEXT_P SEARCH TEMPLATE */ -#line 6328 "gram.y" +#line 6329 "gram.y" { (yyval.objtype) = OBJECT_TSTEMPLATE; } -#line 34713 "gram.c" +#line 34714 "gram.c" break; case 901: /* object_type_any_name: TEXT_P SEARCH CONFIGURATION */ -#line 6329 "gram.y" +#line 6330 "gram.y" { (yyval.objtype) = OBJECT_TSCONFIGURATION; } -#line 34719 "gram.c" +#line 34720 "gram.c" break; case 902: /* object_type_name: drop_type_name */ -#line 6339 "gram.y" +#line 6340 "gram.y" { (yyval.objtype) = (yyvsp[0].objtype); } -#line 34725 "gram.c" +#line 34726 "gram.c" break; case 903: /* object_type_name: DATABASE */ -#line 6340 "gram.y" +#line 6341 "gram.y" { (yyval.objtype) = OBJECT_DATABASE; } -#line 34731 "gram.c" +#line 34732 "gram.c" break; case 904: /* object_type_name: ROLE */ -#line 6341 "gram.y" +#line 6342 "gram.y" { (yyval.objtype) = OBJECT_ROLE; } -#line 34737 "gram.c" +#line 34738 "gram.c" break; case 905: /* object_type_name: SUBSCRIPTION */ -#line 6342 "gram.y" +#line 6343 "gram.y" { (yyval.objtype) = OBJECT_SUBSCRIPTION; } -#line 34743 "gram.c" +#line 34744 "gram.c" break; case 906: /* object_type_name: TABLESPACE */ -#line 6343 "gram.y" +#line 6344 "gram.y" { (yyval.objtype) = OBJECT_TABLESPACE; } -#line 34749 "gram.c" +#line 34750 "gram.c" break; case 907: /* drop_type_name: ACCESS METHOD */ -#line 6347 "gram.y" +#line 6348 "gram.y" { (yyval.objtype) = OBJECT_ACCESS_METHOD; } -#line 34755 "gram.c" +#line 34756 "gram.c" break; case 908: /* drop_type_name: EVENT TRIGGER */ -#line 6348 "gram.y" +#line 6349 "gram.y" { (yyval.objtype) = OBJECT_EVENT_TRIGGER; } -#line 34761 "gram.c" +#line 34762 "gram.c" break; case 909: /* drop_type_name: EXTENSION */ -#line 6349 "gram.y" +#line 6350 "gram.y" { (yyval.objtype) = OBJECT_EXTENSION; } -#line 34767 "gram.c" +#line 34768 "gram.c" break; case 910: /* drop_type_name: FOREIGN DATA_P WRAPPER */ -#line 6350 "gram.y" +#line 6351 "gram.y" { (yyval.objtype) = OBJECT_FDW; } -#line 34773 "gram.c" +#line 34774 "gram.c" break; case 911: /* drop_type_name: opt_procedural LANGUAGE */ -#line 6351 "gram.y" +#line 6352 "gram.y" { (yyval.objtype) = OBJECT_LANGUAGE; } -#line 34779 "gram.c" +#line 34780 "gram.c" break; case 912: /* drop_type_name: PUBLICATION */ -#line 6352 "gram.y" +#line 6353 "gram.y" { (yyval.objtype) = OBJECT_PUBLICATION; } -#line 34785 "gram.c" +#line 34786 "gram.c" break; case 913: /* drop_type_name: SCHEMA */ -#line 6353 "gram.y" +#line 6354 "gram.y" { (yyval.objtype) = OBJECT_SCHEMA; } -#line 34791 "gram.c" +#line 34792 "gram.c" break; case 914: /* drop_type_name: SERVER */ -#line 6354 "gram.y" +#line 6355 "gram.y" { (yyval.objtype) = OBJECT_FOREIGN_SERVER; } -#line 34797 "gram.c" +#line 34798 "gram.c" break; case 915: /* object_type_name_on_any_name: POLICY */ -#line 6359 "gram.y" +#line 6360 "gram.y" { (yyval.objtype) = OBJECT_POLICY; } -#line 34803 "gram.c" +#line 34804 "gram.c" break; case 916: /* object_type_name_on_any_name: RULE */ -#line 6360 "gram.y" +#line 6361 "gram.y" { (yyval.objtype) = OBJECT_RULE; } -#line 34809 "gram.c" +#line 34810 "gram.c" break; case 917: /* object_type_name_on_any_name: TRIGGER */ -#line 6361 "gram.y" +#line 6362 "gram.y" { (yyval.objtype) = OBJECT_TRIGGER; } -#line 34815 "gram.c" +#line 34816 "gram.c" break; case 918: /* any_name_list: any_name */ -#line 6365 "gram.y" +#line 6366 "gram.y" { (yyval.list) = list_make1((yyvsp[0].list)); } -#line 34821 "gram.c" +#line 34822 "gram.c" break; case 919: /* any_name_list: any_name_list ',' any_name */ -#line 6366 "gram.y" +#line 6367 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].list)); } -#line 34827 "gram.c" +#line 34828 "gram.c" break; case 920: /* any_name: ColId */ -#line 6369 "gram.y" +#line 6370 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 34833 "gram.c" +#line 34834 "gram.c" break; case 921: /* any_name: ColId attrs */ -#line 6370 "gram.y" +#line 6371 "gram.y" { (yyval.list) = lcons(makeString((yyvsp[-1].str)), (yyvsp[0].list)); } -#line 34839 "gram.c" +#line 34840 "gram.c" break; case 922: /* attrs: '.' attr_name */ -#line 6374 "gram.y" +#line 6375 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 34845 "gram.c" +#line 34846 "gram.c" break; case 923: /* attrs: attrs '.' attr_name */ -#line 6376 "gram.y" +#line 6377 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), makeString((yyvsp[0].str))); } -#line 34851 "gram.c" +#line 34852 "gram.c" break; case 924: /* type_name_list: Typename */ -#line 6380 "gram.y" +#line 6381 "gram.y" { (yyval.list) = list_make1((yyvsp[0].typnam)); } -#line 34857 "gram.c" +#line 34858 "gram.c" break; case 925: /* type_name_list: type_name_list ',' Typename */ -#line 6381 "gram.y" +#line 6382 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].typnam)); } -#line 34863 "gram.c" +#line 34864 "gram.c" break; case 926: /* TruncateStmt: TRUNCATE opt_table relation_expr_list opt_restart_seqs opt_drop_behavior */ -#line 6393 "gram.y" +#line 6394 "gram.y" { TruncateStmt *n = makeNode(TruncateStmt); n->relations = (yyvsp[-2].list); @@ -34871,29 +34872,29 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *)n; } -#line 34875 "gram.c" +#line 34876 "gram.c" break; case 927: /* opt_restart_seqs: CONTINUE_P IDENTITY_P */ -#line 6403 "gram.y" +#line 6404 "gram.y" { (yyval.boolean) = false; } -#line 34881 "gram.c" +#line 34882 "gram.c" break; case 928: /* opt_restart_seqs: RESTART IDENTITY_P */ -#line 6404 "gram.y" +#line 6405 "gram.y" { (yyval.boolean) = true; } -#line 34887 "gram.c" +#line 34888 "gram.c" break; case 929: /* opt_restart_seqs: %empty */ -#line 6405 "gram.y" +#line 6406 "gram.y" { (yyval.boolean) = false; } -#line 34893 "gram.c" +#line 34894 "gram.c" break; case 930: /* CommentStmt: COMMENT ON object_type_any_name any_name IS comment_text */ -#line 6416 "gram.y" +#line 6417 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = (yyvsp[-3].objtype); @@ -34901,11 +34902,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34905 "gram.c" +#line 34906 "gram.c" break; case 931: /* CommentStmt: COMMENT ON COLUMN any_name IS comment_text */ -#line 6424 "gram.y" +#line 6425 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_COLUMN; @@ -34913,11 +34914,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34917 "gram.c" +#line 34918 "gram.c" break; case 932: /* CommentStmt: COMMENT ON object_type_name name IS comment_text */ -#line 6432 "gram.y" +#line 6433 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = (yyvsp[-3].objtype); @@ -34925,11 +34926,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34929 "gram.c" +#line 34930 "gram.c" break; case 933: /* CommentStmt: COMMENT ON TYPE_P Typename IS comment_text */ -#line 6440 "gram.y" +#line 6441 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_TYPE; @@ -34937,11 +34938,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34941 "gram.c" +#line 34942 "gram.c" break; case 934: /* CommentStmt: COMMENT ON DOMAIN_P Typename IS comment_text */ -#line 6448 "gram.y" +#line 6449 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_DOMAIN; @@ -34949,11 +34950,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34953 "gram.c" +#line 34954 "gram.c" break; case 935: /* CommentStmt: COMMENT ON AGGREGATE aggregate_with_argtypes IS comment_text */ -#line 6456 "gram.y" +#line 6457 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_AGGREGATE; @@ -34961,11 +34962,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34965 "gram.c" +#line 34966 "gram.c" break; case 936: /* CommentStmt: COMMENT ON FUNCTION function_with_argtypes IS comment_text */ -#line 6464 "gram.y" +#line 6465 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_FUNCTION; @@ -34973,11 +34974,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34977 "gram.c" +#line 34978 "gram.c" break; case 937: /* CommentStmt: COMMENT ON OPERATOR operator_with_argtypes IS comment_text */ -#line 6472 "gram.y" +#line 6473 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_OPERATOR; @@ -34985,11 +34986,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 34989 "gram.c" +#line 34990 "gram.c" break; case 938: /* CommentStmt: COMMENT ON CONSTRAINT name ON any_name IS comment_text */ -#line 6480 "gram.y" +#line 6481 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_TABCONSTRAINT; @@ -34997,11 +34998,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35001 "gram.c" +#line 35002 "gram.c" break; case 939: /* CommentStmt: COMMENT ON CONSTRAINT name ON DOMAIN_P any_name IS comment_text */ -#line 6488 "gram.y" +#line 6489 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_DOMCONSTRAINT; @@ -35014,11 +35015,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35018 "gram.c" +#line 35019 "gram.c" break; case 940: /* CommentStmt: COMMENT ON object_type_name_on_any_name name ON any_name IS comment_text */ -#line 6501 "gram.y" +#line 6502 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = (yyvsp[-5].objtype); @@ -35026,11 +35027,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35030 "gram.c" +#line 35031 "gram.c" break; case 941: /* CommentStmt: COMMENT ON PROCEDURE function_with_argtypes IS comment_text */ -#line 6509 "gram.y" +#line 6510 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_PROCEDURE; @@ -35038,11 +35039,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35042 "gram.c" +#line 35043 "gram.c" break; case 942: /* CommentStmt: COMMENT ON ROUTINE function_with_argtypes IS comment_text */ -#line 6517 "gram.y" +#line 6518 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_ROUTINE; @@ -35050,11 +35051,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35054 "gram.c" +#line 35055 "gram.c" break; case 943: /* CommentStmt: COMMENT ON TRANSFORM FOR Typename LANGUAGE name IS comment_text */ -#line 6525 "gram.y" +#line 6526 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_TRANSFORM; @@ -35062,11 +35063,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35066 "gram.c" +#line 35067 "gram.c" break; case 944: /* CommentStmt: COMMENT ON OPERATOR CLASS any_name USING name IS comment_text */ -#line 6533 "gram.y" +#line 6534 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_OPCLASS; @@ -35074,11 +35075,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35078 "gram.c" +#line 35079 "gram.c" break; case 945: /* CommentStmt: COMMENT ON OPERATOR FAMILY any_name USING name IS comment_text */ -#line 6541 "gram.y" +#line 6542 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_OPFAMILY; @@ -35086,11 +35087,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35090 "gram.c" +#line 35091 "gram.c" break; case 946: /* CommentStmt: COMMENT ON LARGE_P OBJECT_P NumericOnly IS comment_text */ -#line 6549 "gram.y" +#line 6550 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_LARGEOBJECT; @@ -35098,11 +35099,11 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35102 "gram.c" +#line 35103 "gram.c" break; case 947: /* CommentStmt: COMMENT ON CAST '(' Typename AS Typename ')' IS comment_text */ -#line 6557 "gram.y" +#line 6558 "gram.y" { CommentStmt *n = makeNode(CommentStmt); n->objtype = OBJECT_CAST; @@ -35110,23 +35111,23 @@ n->comment = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35114 "gram.c" +#line 35115 "gram.c" break; case 948: /* comment_text: Sconst */ -#line 6567 "gram.y" +#line 6568 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 35120 "gram.c" +#line 35121 "gram.c" break; case 949: /* comment_text: NULL_P */ -#line 6568 "gram.y" +#line 6569 "gram.y" { (yyval.str) = NULL; } -#line 35126 "gram.c" +#line 35127 "gram.c" break; case 950: /* SecLabelStmt: SECURITY LABEL opt_provider ON object_type_any_name any_name IS security_label */ -#line 6584 "gram.y" +#line 6585 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35135,11 +35136,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35139 "gram.c" +#line 35140 "gram.c" break; case 951: /* SecLabelStmt: SECURITY LABEL opt_provider ON COLUMN any_name IS security_label */ -#line 6594 "gram.y" +#line 6595 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35148,11 +35149,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35152 "gram.c" +#line 35153 "gram.c" break; case 952: /* SecLabelStmt: SECURITY LABEL opt_provider ON object_type_name name IS security_label */ -#line 6604 "gram.y" +#line 6605 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35161,11 +35162,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35165 "gram.c" +#line 35166 "gram.c" break; case 953: /* SecLabelStmt: SECURITY LABEL opt_provider ON TYPE_P Typename IS security_label */ -#line 6614 "gram.y" +#line 6615 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35174,11 +35175,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35178 "gram.c" +#line 35179 "gram.c" break; case 954: /* SecLabelStmt: SECURITY LABEL opt_provider ON DOMAIN_P Typename IS security_label */ -#line 6624 "gram.y" +#line 6625 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35187,11 +35188,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35191 "gram.c" +#line 35192 "gram.c" break; case 955: /* SecLabelStmt: SECURITY LABEL opt_provider ON AGGREGATE aggregate_with_argtypes IS security_label */ -#line 6634 "gram.y" +#line 6635 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35200,11 +35201,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35204 "gram.c" +#line 35205 "gram.c" break; case 956: /* SecLabelStmt: SECURITY LABEL opt_provider ON FUNCTION function_with_argtypes IS security_label */ -#line 6644 "gram.y" +#line 6645 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35213,11 +35214,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35217 "gram.c" +#line 35218 "gram.c" break; case 957: /* SecLabelStmt: SECURITY LABEL opt_provider ON LARGE_P OBJECT_P NumericOnly IS security_label */ -#line 6654 "gram.y" +#line 6655 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-6].str); @@ -35226,11 +35227,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35230 "gram.c" +#line 35231 "gram.c" break; case 958: /* SecLabelStmt: SECURITY LABEL opt_provider ON PROCEDURE function_with_argtypes IS security_label */ -#line 6664 "gram.y" +#line 6665 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35239,11 +35240,11 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35243 "gram.c" +#line 35244 "gram.c" break; case 959: /* SecLabelStmt: SECURITY LABEL opt_provider ON ROUTINE function_with_argtypes IS security_label */ -#line 6674 "gram.y" +#line 6675 "gram.y" { SecLabelStmt *n = makeNode(SecLabelStmt); n->provider = (yyvsp[-5].str); @@ -35252,55 +35253,55 @@ n->label = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 35256 "gram.c" +#line 35257 "gram.c" break; case 960: /* opt_provider: FOR NonReservedWord_or_Sconst */ -#line 6684 "gram.y" +#line 6685 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 35262 "gram.c" +#line 35263 "gram.c" break; case 961: /* opt_provider: %empty */ -#line 6685 "gram.y" +#line 6686 "gram.y" { (yyval.str) = NULL; } -#line 35268 "gram.c" +#line 35269 "gram.c" break; case 962: /* security_label: Sconst */ -#line 6688 "gram.y" +#line 6689 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 35274 "gram.c" +#line 35275 "gram.c" break; case 963: /* security_label: NULL_P */ -#line 6689 "gram.y" +#line 6690 "gram.y" { (yyval.str) = NULL; } -#line 35280 "gram.c" +#line 35281 "gram.c" break; case 964: /* FetchStmt: FETCH fetch_args */ -#line 6700 "gram.y" +#line 6701 "gram.y" { FetchStmt *n = (FetchStmt *) (yyvsp[0].node); n->ismove = false; (yyval.node) = (Node *)n; } -#line 35290 "gram.c" +#line 35291 "gram.c" break; case 965: /* FetchStmt: MOVE fetch_args */ -#line 6706 "gram.y" +#line 6707 "gram.y" { FetchStmt *n = (FetchStmt *) (yyvsp[0].node); n->ismove = true; (yyval.node) = (Node *)n; } -#line 35300 "gram.c" +#line 35301 "gram.c" break; case 966: /* fetch_args: cursor_name */ -#line 6714 "gram.y" +#line 6715 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35308,11 +35309,11 @@ n->howMany = 1; (yyval.node) = (Node *)n; } -#line 35312 "gram.c" +#line 35313 "gram.c" break; case 967: /* fetch_args: from_in cursor_name */ -#line 6722 "gram.y" +#line 6723 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35320,11 +35321,11 @@ n->howMany = 1; (yyval.node) = (Node *)n; } -#line 35324 "gram.c" +#line 35325 "gram.c" break; case 968: /* fetch_args: NEXT opt_from_in cursor_name */ -#line 6730 "gram.y" +#line 6731 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35332,11 +35333,11 @@ n->howMany = 1; (yyval.node) = (Node *)n; } -#line 35336 "gram.c" +#line 35337 "gram.c" break; case 969: /* fetch_args: PRIOR opt_from_in cursor_name */ -#line 6738 "gram.y" +#line 6739 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35344,11 +35345,11 @@ n->howMany = 1; (yyval.node) = (Node *)n; } -#line 35348 "gram.c" +#line 35349 "gram.c" break; case 970: /* fetch_args: FIRST_P opt_from_in cursor_name */ -#line 6746 "gram.y" +#line 6747 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35356,11 +35357,11 @@ n->howMany = 1; (yyval.node) = (Node *)n; } -#line 35360 "gram.c" +#line 35361 "gram.c" break; case 971: /* fetch_args: LAST_P opt_from_in cursor_name */ -#line 6754 "gram.y" +#line 6755 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35368,11 +35369,11 @@ n->howMany = -1; (yyval.node) = (Node *)n; } -#line 35372 "gram.c" +#line 35373 "gram.c" break; case 972: /* fetch_args: ABSOLUTE_P SignedIconst opt_from_in cursor_name */ -#line 6762 "gram.y" +#line 6763 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35380,11 +35381,11 @@ n->howMany = (yyvsp[-2].ival); (yyval.node) = (Node *)n; } -#line 35384 "gram.c" +#line 35385 "gram.c" break; case 973: /* fetch_args: RELATIVE_P SignedIconst opt_from_in cursor_name */ -#line 6770 "gram.y" +#line 6771 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35392,11 +35393,11 @@ n->howMany = (yyvsp[-2].ival); (yyval.node) = (Node *)n; } -#line 35396 "gram.c" +#line 35397 "gram.c" break; case 974: /* fetch_args: SignedIconst opt_from_in cursor_name */ -#line 6778 "gram.y" +#line 6779 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35404,11 +35405,11 @@ n->howMany = (yyvsp[-2].ival); (yyval.node) = (Node *)n; } -#line 35408 "gram.c" +#line 35409 "gram.c" break; case 975: /* fetch_args: ALL opt_from_in cursor_name */ -#line 6786 "gram.y" +#line 6787 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35416,11 +35417,11 @@ n->howMany = FETCH_ALL; (yyval.node) = (Node *)n; } -#line 35420 "gram.c" +#line 35421 "gram.c" break; case 976: /* fetch_args: FORWARD opt_from_in cursor_name */ -#line 6794 "gram.y" +#line 6795 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35428,11 +35429,11 @@ n->howMany = 1; (yyval.node) = (Node *)n; } -#line 35432 "gram.c" +#line 35433 "gram.c" break; case 977: /* fetch_args: FORWARD SignedIconst opt_from_in cursor_name */ -#line 6802 "gram.y" +#line 6803 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35440,11 +35441,11 @@ n->howMany = (yyvsp[-2].ival); (yyval.node) = (Node *)n; } -#line 35444 "gram.c" +#line 35445 "gram.c" break; case 978: /* fetch_args: FORWARD ALL opt_from_in cursor_name */ -#line 6810 "gram.y" +#line 6811 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35452,11 +35453,11 @@ n->howMany = FETCH_ALL; (yyval.node) = (Node *)n; } -#line 35456 "gram.c" +#line 35457 "gram.c" break; case 979: /* fetch_args: BACKWARD opt_from_in cursor_name */ -#line 6818 "gram.y" +#line 6819 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35464,11 +35465,11 @@ n->howMany = 1; (yyval.node) = (Node *)n; } -#line 35468 "gram.c" +#line 35469 "gram.c" break; case 980: /* fetch_args: BACKWARD SignedIconst opt_from_in cursor_name */ -#line 6826 "gram.y" +#line 6827 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35476,11 +35477,11 @@ n->howMany = (yyvsp[-2].ival); (yyval.node) = (Node *)n; } -#line 35480 "gram.c" +#line 35481 "gram.c" break; case 981: /* fetch_args: BACKWARD ALL opt_from_in cursor_name */ -#line 6834 "gram.y" +#line 6835 "gram.y" { FetchStmt *n = makeNode(FetchStmt); n->portalname = (yyvsp[0].str); @@ -35488,11 +35489,11 @@ n->howMany = FETCH_ALL; (yyval.node) = (Node *)n; } -#line 35492 "gram.c" +#line 35493 "gram.c" break; case 986: /* GrantStmt: GRANT privileges ON privilege_target TO grantee_list opt_grant_grant_option opt_granted_by */ -#line 6860 "gram.y" +#line 6861 "gram.y" { GrantStmt *n = makeNode(GrantStmt); n->is_grant = true; @@ -35505,11 +35506,11 @@ n->grantor = (yyvsp[0].rolespec); (yyval.node) = (Node*)n; } -#line 35509 "gram.c" +#line 35510 "gram.c" break; case 987: /* RevokeStmt: REVOKE privileges ON privilege_target FROM grantee_list opt_granted_by opt_drop_behavior */ -#line 6877 "gram.y" +#line 6878 "gram.y" { GrantStmt *n = makeNode(GrantStmt); n->is_grant = false; @@ -35523,11 +35524,11 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *)n; } -#line 35527 "gram.c" +#line 35528 "gram.c" break; case 988: /* RevokeStmt: REVOKE GRANT OPTION FOR privileges ON privilege_target FROM grantee_list opt_granted_by opt_drop_behavior */ -#line 6892 "gram.y" +#line 6893 "gram.y" { GrantStmt *n = makeNode(GrantStmt); n->is_grant = false; @@ -35541,107 +35542,107 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *)n; } -#line 35545 "gram.c" +#line 35546 "gram.c" break; case 989: /* privileges: privilege_list */ -#line 6918 "gram.y" +#line 6919 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 35551 "gram.c" +#line 35552 "gram.c" break; case 990: /* privileges: ALL */ -#line 6920 "gram.y" +#line 6921 "gram.y" { (yyval.list) = NIL; } -#line 35557 "gram.c" +#line 35558 "gram.c" break; case 991: /* privileges: ALL PRIVILEGES */ -#line 6922 "gram.y" +#line 6923 "gram.y" { (yyval.list) = NIL; } -#line 35563 "gram.c" +#line 35564 "gram.c" break; case 992: /* privileges: ALL '(' columnList ')' */ -#line 6924 "gram.y" +#line 6925 "gram.y" { AccessPriv *n = makeNode(AccessPriv); n->priv_name = NULL; n->cols = (yyvsp[-1].list); (yyval.list) = list_make1(n); } -#line 35574 "gram.c" +#line 35575 "gram.c" break; case 993: /* privileges: ALL PRIVILEGES '(' columnList ')' */ -#line 6931 "gram.y" +#line 6932 "gram.y" { AccessPriv *n = makeNode(AccessPriv); n->priv_name = NULL; n->cols = (yyvsp[-1].list); (yyval.list) = list_make1(n); } -#line 35585 "gram.c" +#line 35586 "gram.c" break; case 994: /* privilege_list: privilege */ -#line 6939 "gram.y" +#line 6940 "gram.y" { (yyval.list) = list_make1((yyvsp[0].accesspriv)); } -#line 35591 "gram.c" +#line 35592 "gram.c" break; case 995: /* privilege_list: privilege_list ',' privilege */ -#line 6940 "gram.y" +#line 6941 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].accesspriv)); } -#line 35597 "gram.c" +#line 35598 "gram.c" break; case 996: /* privilege: SELECT opt_column_list */ -#line 6944 "gram.y" +#line 6945 "gram.y" { AccessPriv *n = makeNode(AccessPriv); n->priv_name = pstrdup((yyvsp[-1].keyword)); n->cols = (yyvsp[0].list); (yyval.accesspriv) = n; } -#line 35608 "gram.c" +#line 35609 "gram.c" break; case 997: /* privilege: REFERENCES opt_column_list */ -#line 6951 "gram.y" +#line 6952 "gram.y" { AccessPriv *n = makeNode(AccessPriv); n->priv_name = pstrdup((yyvsp[-1].keyword)); n->cols = (yyvsp[0].list); (yyval.accesspriv) = n; } -#line 35619 "gram.c" +#line 35620 "gram.c" break; case 998: /* privilege: CREATE opt_column_list */ -#line 6958 "gram.y" +#line 6959 "gram.y" { AccessPriv *n = makeNode(AccessPriv); n->priv_name = pstrdup((yyvsp[-1].keyword)); n->cols = (yyvsp[0].list); (yyval.accesspriv) = n; } -#line 35630 "gram.c" +#line 35631 "gram.c" break; case 999: /* privilege: ColId opt_column_list */ -#line 6965 "gram.y" +#line 6966 "gram.y" { AccessPriv *n = makeNode(AccessPriv); n->priv_name = (yyvsp[-1].str); n->cols = (yyvsp[0].list); (yyval.accesspriv) = n; } -#line 35641 "gram.c" +#line 35642 "gram.c" break; case 1000: /* privilege_target: qualified_name_list */ -#line 6979 "gram.y" +#line 6980 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35649,11 +35650,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35653 "gram.c" +#line 35654 "gram.c" break; case 1001: /* privilege_target: TABLE qualified_name_list */ -#line 6987 "gram.y" +#line 6988 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35661,11 +35662,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35665 "gram.c" +#line 35666 "gram.c" break; case 1002: /* privilege_target: SEQUENCE qualified_name_list */ -#line 6995 "gram.y" +#line 6996 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35673,11 +35674,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35677 "gram.c" +#line 35678 "gram.c" break; case 1003: /* privilege_target: FOREIGN DATA_P WRAPPER name_list */ -#line 7003 "gram.y" +#line 7004 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35685,11 +35686,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35689 "gram.c" +#line 35690 "gram.c" break; case 1004: /* privilege_target: FOREIGN SERVER name_list */ -#line 7011 "gram.y" +#line 7012 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35697,11 +35698,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35701 "gram.c" +#line 35702 "gram.c" break; case 1005: /* privilege_target: FUNCTION function_with_argtypes_list */ -#line 7019 "gram.y" +#line 7020 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35709,11 +35710,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35713 "gram.c" +#line 35714 "gram.c" break; case 1006: /* privilege_target: PROCEDURE function_with_argtypes_list */ -#line 7027 "gram.y" +#line 7028 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35721,11 +35722,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35725 "gram.c" +#line 35726 "gram.c" break; case 1007: /* privilege_target: ROUTINE function_with_argtypes_list */ -#line 7035 "gram.y" +#line 7036 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35733,11 +35734,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35737 "gram.c" +#line 35738 "gram.c" break; case 1008: /* privilege_target: DATABASE name_list */ -#line 7043 "gram.y" +#line 7044 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35745,11 +35746,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35749 "gram.c" +#line 35750 "gram.c" break; case 1009: /* privilege_target: DOMAIN_P any_name_list */ -#line 7051 "gram.y" +#line 7052 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35757,11 +35758,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35761 "gram.c" +#line 35762 "gram.c" break; case 1010: /* privilege_target: LANGUAGE name_list */ -#line 7059 "gram.y" +#line 7060 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35769,11 +35770,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35773 "gram.c" +#line 35774 "gram.c" break; case 1011: /* privilege_target: LARGE_P OBJECT_P NumericOnly_list */ -#line 7067 "gram.y" +#line 7068 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35781,11 +35782,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35785 "gram.c" +#line 35786 "gram.c" break; case 1012: /* privilege_target: SCHEMA name_list */ -#line 7075 "gram.y" +#line 7076 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35793,11 +35794,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35797 "gram.c" +#line 35798 "gram.c" break; case 1013: /* privilege_target: TABLESPACE name_list */ -#line 7083 "gram.y" +#line 7084 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35805,11 +35806,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35809 "gram.c" +#line 35810 "gram.c" break; case 1014: /* privilege_target: TYPE_P any_name_list */ -#line 7091 "gram.y" +#line 7092 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_OBJECT; @@ -35817,11 +35818,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35821 "gram.c" +#line 35822 "gram.c" break; case 1015: /* privilege_target: ALL TABLES IN_P SCHEMA name_list */ -#line 7099 "gram.y" +#line 7100 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_ALL_IN_SCHEMA; @@ -35829,11 +35830,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35833 "gram.c" +#line 35834 "gram.c" break; case 1016: /* privilege_target: ALL SEQUENCES IN_P SCHEMA name_list */ -#line 7107 "gram.y" +#line 7108 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_ALL_IN_SCHEMA; @@ -35841,11 +35842,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35845 "gram.c" +#line 35846 "gram.c" break; case 1017: /* privilege_target: ALL FUNCTIONS IN_P SCHEMA name_list */ -#line 7115 "gram.y" +#line 7116 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_ALL_IN_SCHEMA; @@ -35853,11 +35854,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35857 "gram.c" +#line 35858 "gram.c" break; case 1018: /* privilege_target: ALL PROCEDURES IN_P SCHEMA name_list */ -#line 7123 "gram.y" +#line 7124 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_ALL_IN_SCHEMA; @@ -35865,11 +35866,11 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35869 "gram.c" +#line 35870 "gram.c" break; case 1019: /* privilege_target: ALL ROUTINES IN_P SCHEMA name_list */ -#line 7131 "gram.y" +#line 7132 "gram.y" { PrivTarget *n = (PrivTarget *) palloc(sizeof(PrivTarget)); n->targtype = ACL_TARGET_ALL_IN_SCHEMA; @@ -35877,47 +35878,47 @@ n->objs = (yyvsp[0].list); (yyval.privtarget) = n; } -#line 35881 "gram.c" +#line 35882 "gram.c" break; case 1020: /* grantee_list: grantee */ -#line 7142 "gram.y" +#line 7143 "gram.y" { (yyval.list) = list_make1((yyvsp[0].rolespec)); } -#line 35887 "gram.c" +#line 35888 "gram.c" break; case 1021: /* grantee_list: grantee_list ',' grantee */ -#line 7143 "gram.y" +#line 7144 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].rolespec)); } -#line 35893 "gram.c" +#line 35894 "gram.c" break; case 1022: /* grantee: RoleSpec */ -#line 7147 "gram.y" +#line 7148 "gram.y" { (yyval.rolespec) = (yyvsp[0].rolespec); } -#line 35899 "gram.c" +#line 35900 "gram.c" break; case 1023: /* grantee: GROUP_P RoleSpec */ -#line 7148 "gram.y" +#line 7149 "gram.y" { (yyval.rolespec) = (yyvsp[0].rolespec); } -#line 35905 "gram.c" +#line 35906 "gram.c" break; case 1024: /* opt_grant_grant_option: WITH GRANT OPTION */ -#line 7153 "gram.y" +#line 7154 "gram.y" { (yyval.boolean) = true; } -#line 35911 "gram.c" +#line 35912 "gram.c" break; case 1025: /* opt_grant_grant_option: %empty */ -#line 7154 "gram.y" +#line 7155 "gram.y" { (yyval.boolean) = false; } -#line 35917 "gram.c" +#line 35918 "gram.c" break; case 1026: /* GrantRoleStmt: GRANT privilege_list TO role_list opt_grant_admin_option opt_granted_by */ -#line 7165 "gram.y" +#line 7166 "gram.y" { GrantRoleStmt *n = makeNode(GrantRoleStmt); n->is_grant = true; @@ -35927,11 +35928,11 @@ n->grantor = (yyvsp[0].rolespec); (yyval.node) = (Node*)n; } -#line 35931 "gram.c" +#line 35932 "gram.c" break; case 1027: /* RevokeRoleStmt: REVOKE privilege_list FROM role_list opt_granted_by opt_drop_behavior */ -#line 7178 "gram.y" +#line 7179 "gram.y" { GrantRoleStmt *n = makeNode(GrantRoleStmt); n->is_grant = false; @@ -35941,11 +35942,11 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node*)n; } -#line 35945 "gram.c" +#line 35946 "gram.c" break; case 1028: /* RevokeRoleStmt: REVOKE ADMIN OPTION FOR privilege_list FROM role_list opt_granted_by opt_drop_behavior */ -#line 7188 "gram.y" +#line 7189 "gram.y" { GrantRoleStmt *n = makeNode(GrantRoleStmt); n->is_grant = false; @@ -35955,82 +35956,82 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node*)n; } -#line 35959 "gram.c" +#line 35960 "gram.c" break; case 1029: /* opt_grant_admin_option: WITH ADMIN OPTION */ -#line 7199 "gram.y" +#line 7200 "gram.y" { (yyval.boolean) = true; } -#line 35965 "gram.c" +#line 35966 "gram.c" break; case 1030: /* opt_grant_admin_option: %empty */ -#line 7200 "gram.y" +#line 7201 "gram.y" { (yyval.boolean) = false; } -#line 35971 "gram.c" +#line 35972 "gram.c" break; case 1031: /* opt_granted_by: GRANTED BY RoleSpec */ -#line 7203 "gram.y" +#line 7204 "gram.y" { (yyval.rolespec) = (yyvsp[0].rolespec); } -#line 35977 "gram.c" +#line 35978 "gram.c" break; case 1032: /* opt_granted_by: %empty */ -#line 7204 "gram.y" +#line 7205 "gram.y" { (yyval.rolespec) = NULL; } -#line 35983 "gram.c" +#line 35984 "gram.c" break; case 1033: /* AlterDefaultPrivilegesStmt: ALTER DEFAULT PRIVILEGES DefACLOptionList DefACLAction */ -#line 7215 "gram.y" +#line 7216 "gram.y" { AlterDefaultPrivilegesStmt *n = makeNode(AlterDefaultPrivilegesStmt); n->options = (yyvsp[-1].list); n->action = (GrantStmt *) (yyvsp[0].node); (yyval.node) = (Node*)n; } -#line 35994 "gram.c" +#line 35995 "gram.c" break; case 1034: /* DefACLOptionList: DefACLOptionList DefACLOption */ -#line 7224 "gram.y" +#line 7225 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 36000 "gram.c" +#line 36001 "gram.c" break; case 1035: /* DefACLOptionList: %empty */ -#line 7225 "gram.y" +#line 7226 "gram.y" { (yyval.list) = NIL; } -#line 36006 "gram.c" +#line 36007 "gram.c" break; case 1036: /* DefACLOption: IN_P SCHEMA name_list */ -#line 7230 "gram.y" +#line 7231 "gram.y" { (yyval.defelt) = makeDefElem("schemas", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 36014 "gram.c" +#line 36015 "gram.c" break; case 1037: /* DefACLOption: FOR ROLE role_list */ -#line 7234 "gram.y" +#line 7235 "gram.y" { (yyval.defelt) = makeDefElem("roles", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 36022 "gram.c" +#line 36023 "gram.c" break; case 1038: /* DefACLOption: FOR USER role_list */ -#line 7238 "gram.y" +#line 7239 "gram.y" { (yyval.defelt) = makeDefElem("roles", (Node *)(yyvsp[0].list), (yylsp[-2])); } -#line 36030 "gram.c" +#line 36031 "gram.c" break; case 1039: /* DefACLAction: GRANT privileges ON defacl_privilege_target TO grantee_list opt_grant_grant_option */ -#line 7250 "gram.y" +#line 7251 "gram.y" { GrantStmt *n = makeNode(GrantStmt); n->is_grant = true; @@ -36042,11 +36043,11 @@ n->grant_option = (yyvsp[0].boolean); (yyval.node) = (Node*)n; } -#line 36046 "gram.c" +#line 36047 "gram.c" break; case 1040: /* DefACLAction: REVOKE privileges ON defacl_privilege_target FROM grantee_list opt_drop_behavior */ -#line 7263 "gram.y" +#line 7264 "gram.y" { GrantStmt *n = makeNode(GrantStmt); n->is_grant = false; @@ -36059,11 +36060,11 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *)n; } -#line 36063 "gram.c" +#line 36064 "gram.c" break; case 1041: /* DefACLAction: REVOKE GRANT OPTION FOR privileges ON defacl_privilege_target FROM grantee_list opt_drop_behavior */ -#line 7277 "gram.y" +#line 7278 "gram.y" { GrantStmt *n = makeNode(GrantStmt); n->is_grant = false; @@ -36076,47 +36077,47 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *)n; } -#line 36080 "gram.c" +#line 36081 "gram.c" break; case 1042: /* defacl_privilege_target: TABLES */ -#line 7292 "gram.y" +#line 7293 "gram.y" { (yyval.ival) = OBJECT_TABLE; } -#line 36086 "gram.c" +#line 36087 "gram.c" break; case 1043: /* defacl_privilege_target: FUNCTIONS */ -#line 7293 "gram.y" +#line 7294 "gram.y" { (yyval.ival) = OBJECT_FUNCTION; } -#line 36092 "gram.c" +#line 36093 "gram.c" break; case 1044: /* defacl_privilege_target: ROUTINES */ -#line 7294 "gram.y" +#line 7295 "gram.y" { (yyval.ival) = OBJECT_FUNCTION; } -#line 36098 "gram.c" +#line 36099 "gram.c" break; case 1045: /* defacl_privilege_target: SEQUENCES */ -#line 7295 "gram.y" +#line 7296 "gram.y" { (yyval.ival) = OBJECT_SEQUENCE; } -#line 36104 "gram.c" +#line 36105 "gram.c" break; case 1046: /* defacl_privilege_target: TYPES_P */ -#line 7296 "gram.y" +#line 7297 "gram.y" { (yyval.ival) = OBJECT_TYPE; } -#line 36110 "gram.c" +#line 36111 "gram.c" break; case 1047: /* defacl_privilege_target: SCHEMAS */ -#line 7297 "gram.y" +#line 7298 "gram.y" { (yyval.ival) = OBJECT_SCHEMA; } -#line 36116 "gram.c" +#line 36117 "gram.c" break; case 1048: /* IndexStmt: CREATE opt_unique INDEX opt_concurrently opt_index_name ON relation_expr access_method_clause '(' index_params ')' opt_include opt_reloptions OptTableSpace where_clause */ -#line 7312 "gram.y" +#line 7313 "gram.y" { IndexStmt *n = makeNode(IndexStmt); n->unique = (yyvsp[-13].boolean); @@ -36144,11 +36145,11 @@ n->reset_default_tblspc = false; (yyval.node) = (Node *)n; } -#line 36148 "gram.c" +#line 36149 "gram.c" break; case 1049: /* IndexStmt: CREATE opt_unique INDEX opt_concurrently IF_P NOT EXISTS name ON relation_expr access_method_clause '(' index_params ')' opt_include opt_reloptions OptTableSpace where_clause */ -#line 7342 "gram.y" +#line 7343 "gram.y" { IndexStmt *n = makeNode(IndexStmt); n->unique = (yyvsp[-16].boolean); @@ -36176,71 +36177,71 @@ n->reset_default_tblspc = false; (yyval.node) = (Node *)n; } -#line 36180 "gram.c" +#line 36181 "gram.c" break; case 1050: /* opt_unique: UNIQUE */ -#line 7372 "gram.y" +#line 7373 "gram.y" { (yyval.boolean) = true; } -#line 36186 "gram.c" +#line 36187 "gram.c" break; case 1051: /* opt_unique: %empty */ -#line 7373 "gram.y" +#line 7374 "gram.y" { (yyval.boolean) = false; } -#line 36192 "gram.c" +#line 36193 "gram.c" break; case 1052: /* opt_concurrently: CONCURRENTLY */ -#line 7377 "gram.y" +#line 7378 "gram.y" { (yyval.boolean) = true; } -#line 36198 "gram.c" +#line 36199 "gram.c" break; case 1053: /* opt_concurrently: %empty */ -#line 7378 "gram.y" +#line 7379 "gram.y" { (yyval.boolean) = false; } -#line 36204 "gram.c" +#line 36205 "gram.c" break; case 1054: /* opt_index_name: name */ -#line 7382 "gram.y" +#line 7383 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 36210 "gram.c" +#line 36211 "gram.c" break; case 1055: /* opt_index_name: %empty */ -#line 7383 "gram.y" +#line 7384 "gram.y" { (yyval.str) = NULL; } -#line 36216 "gram.c" +#line 36217 "gram.c" break; case 1056: /* access_method_clause: USING name */ -#line 7387 "gram.y" +#line 7388 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 36222 "gram.c" +#line 36223 "gram.c" break; case 1057: /* access_method_clause: %empty */ -#line 7388 "gram.y" +#line 7389 "gram.y" { (yyval.str) = DEFAULT_INDEX_TYPE; } -#line 36228 "gram.c" +#line 36229 "gram.c" break; case 1058: /* index_params: index_elem */ -#line 7391 "gram.y" +#line 7392 "gram.y" { (yyval.list) = list_make1((yyvsp[0].ielem)); } -#line 36234 "gram.c" +#line 36235 "gram.c" break; case 1059: /* index_params: index_params ',' index_elem */ -#line 7392 "gram.y" +#line 7393 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].ielem)); } -#line 36240 "gram.c" +#line 36241 "gram.c" break; case 1060: /* index_elem_options: opt_collate opt_class opt_asc_desc opt_nulls_order */ -#line 7398 "gram.y" +#line 7399 "gram.y" { (yyval.ielem) = makeNode(IndexElem); (yyval.ielem)->name = NULL; @@ -36252,11 +36253,11 @@ (yyval.ielem)->ordering = (yyvsp[-1].ival); (yyval.ielem)->nulls_ordering = (yyvsp[0].ival); } -#line 36256 "gram.c" +#line 36257 "gram.c" break; case 1061: /* index_elem_options: opt_collate any_name reloptions opt_asc_desc opt_nulls_order */ -#line 7410 "gram.y" +#line 7411 "gram.y" { (yyval.ielem) = makeNode(IndexElem); (yyval.ielem)->name = NULL; @@ -36268,122 +36269,122 @@ (yyval.ielem)->ordering = (yyvsp[-1].ival); (yyval.ielem)->nulls_ordering = (yyvsp[0].ival); } -#line 36272 "gram.c" +#line 36273 "gram.c" break; case 1062: /* index_elem: ColId index_elem_options */ -#line 7429 "gram.y" +#line 7430 "gram.y" { (yyval.ielem) = (yyvsp[0].ielem); (yyval.ielem)->name = (yyvsp[-1].str); } -#line 36281 "gram.c" +#line 36282 "gram.c" break; case 1063: /* index_elem: func_expr_windowless index_elem_options */ -#line 7434 "gram.y" +#line 7435 "gram.y" { (yyval.ielem) = (yyvsp[0].ielem); (yyval.ielem)->expr = (yyvsp[-1].node); } -#line 36290 "gram.c" +#line 36291 "gram.c" break; case 1064: /* index_elem: '(' a_expr ')' index_elem_options */ -#line 7439 "gram.y" +#line 7440 "gram.y" { (yyval.ielem) = (yyvsp[0].ielem); (yyval.ielem)->expr = (yyvsp[-2].node); } -#line 36299 "gram.c" +#line 36300 "gram.c" break; case 1065: /* opt_include: INCLUDE '(' index_including_params ')' */ -#line 7445 "gram.y" +#line 7446 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 36305 "gram.c" +#line 36306 "gram.c" break; case 1066: /* opt_include: %empty */ -#line 7446 "gram.y" +#line 7447 "gram.y" { (yyval.list) = NIL; } -#line 36311 "gram.c" +#line 36312 "gram.c" break; case 1067: /* index_including_params: index_elem */ -#line 7449 "gram.y" +#line 7450 "gram.y" { (yyval.list) = list_make1((yyvsp[0].ielem)); } -#line 36317 "gram.c" +#line 36318 "gram.c" break; case 1068: /* index_including_params: index_including_params ',' index_elem */ -#line 7450 "gram.y" +#line 7451 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].ielem)); } -#line 36323 "gram.c" +#line 36324 "gram.c" break; case 1069: /* opt_collate: COLLATE any_name */ -#line 7453 "gram.y" +#line 7454 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 36329 "gram.c" +#line 36330 "gram.c" break; case 1070: /* opt_collate: %empty */ -#line 7454 "gram.y" +#line 7455 "gram.y" { (yyval.list) = NIL; } -#line 36335 "gram.c" +#line 36336 "gram.c" break; case 1071: /* opt_class: any_name */ -#line 7457 "gram.y" +#line 7458 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 36341 "gram.c" +#line 36342 "gram.c" break; case 1072: /* opt_class: %empty */ -#line 7458 "gram.y" +#line 7459 "gram.y" { (yyval.list) = NIL; } -#line 36347 "gram.c" +#line 36348 "gram.c" break; case 1073: /* opt_asc_desc: ASC */ -#line 7461 "gram.y" +#line 7462 "gram.y" { (yyval.ival) = SORTBY_ASC; } -#line 36353 "gram.c" +#line 36354 "gram.c" break; case 1074: /* opt_asc_desc: DESC */ -#line 7462 "gram.y" +#line 7463 "gram.y" { (yyval.ival) = SORTBY_DESC; } -#line 36359 "gram.c" +#line 36360 "gram.c" break; case 1075: /* opt_asc_desc: %empty */ -#line 7463 "gram.y" +#line 7464 "gram.y" { (yyval.ival) = SORTBY_DEFAULT; } -#line 36365 "gram.c" +#line 36366 "gram.c" break; case 1076: /* opt_nulls_order: NULLS_LA FIRST_P */ -#line 7466 "gram.y" +#line 7467 "gram.y" { (yyval.ival) = SORTBY_NULLS_FIRST; } -#line 36371 "gram.c" +#line 36372 "gram.c" break; case 1077: /* opt_nulls_order: NULLS_LA LAST_P */ -#line 7467 "gram.y" +#line 7468 "gram.y" { (yyval.ival) = SORTBY_NULLS_LAST; } -#line 36377 "gram.c" +#line 36378 "gram.c" break; case 1078: /* opt_nulls_order: %empty */ -#line 7468 "gram.y" +#line 7469 "gram.y" { (yyval.ival) = SORTBY_NULLS_DEFAULT; } -#line 36383 "gram.c" +#line 36384 "gram.c" break; case 1079: /* CreateFunctionStmt: CREATE opt_or_replace FUNCTION func_name func_args_with_defaults RETURNS func_return opt_createfunc_opt_list opt_routine_body */ -#line 7486 "gram.y" +#line 7487 "gram.y" { CreateFunctionStmt *n = makeNode(CreateFunctionStmt); n->is_procedure = false; @@ -36395,11 +36396,11 @@ n->sql_body = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 36399 "gram.c" +#line 36400 "gram.c" break; case 1080: /* CreateFunctionStmt: CREATE opt_or_replace FUNCTION func_name func_args_with_defaults RETURNS TABLE '(' table_func_column_list ')' opt_createfunc_opt_list opt_routine_body */ -#line 7499 "gram.y" +#line 7500 "gram.y" { CreateFunctionStmt *n = makeNode(CreateFunctionStmt); n->is_procedure = false; @@ -36412,11 +36413,11 @@ n->sql_body = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 36416 "gram.c" +#line 36417 "gram.c" break; case 1081: /* CreateFunctionStmt: CREATE opt_or_replace FUNCTION func_name func_args_with_defaults opt_createfunc_opt_list opt_routine_body */ -#line 7513 "gram.y" +#line 7514 "gram.y" { CreateFunctionStmt *n = makeNode(CreateFunctionStmt); n->is_procedure = false; @@ -36428,11 +36429,11 @@ n->sql_body = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 36432 "gram.c" +#line 36433 "gram.c" break; case 1082: /* CreateFunctionStmt: CREATE opt_or_replace PROCEDURE func_name func_args_with_defaults opt_createfunc_opt_list opt_routine_body */ -#line 7526 "gram.y" +#line 7527 "gram.y" { CreateFunctionStmt *n = makeNode(CreateFunctionStmt); n->is_procedure = true; @@ -36444,59 +36445,59 @@ n->sql_body = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 36448 "gram.c" +#line 36449 "gram.c" break; case 1083: /* opt_or_replace: OR REPLACE */ -#line 7540 "gram.y" +#line 7541 "gram.y" { (yyval.boolean) = true; } -#line 36454 "gram.c" +#line 36455 "gram.c" break; case 1084: /* opt_or_replace: %empty */ -#line 7541 "gram.y" +#line 7542 "gram.y" { (yyval.boolean) = false; } -#line 36460 "gram.c" +#line 36461 "gram.c" break; case 1085: /* func_args: '(' func_args_list ')' */ -#line 7544 "gram.y" +#line 7545 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 36466 "gram.c" +#line 36467 "gram.c" break; case 1086: /* func_args: '(' ')' */ -#line 7545 "gram.y" +#line 7546 "gram.y" { (yyval.list) = NIL; } -#line 36472 "gram.c" +#line 36473 "gram.c" break; case 1087: /* func_args_list: func_arg */ -#line 7549 "gram.y" +#line 7550 "gram.y" { (yyval.list) = list_make1((yyvsp[0].fun_param)); } -#line 36478 "gram.c" +#line 36479 "gram.c" break; case 1088: /* func_args_list: func_args_list ',' func_arg */ -#line 7550 "gram.y" +#line 7551 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].fun_param)); } -#line 36484 "gram.c" +#line 36485 "gram.c" break; case 1089: /* function_with_argtypes_list: function_with_argtypes */ -#line 7554 "gram.y" +#line 7555 "gram.y" { (yyval.list) = list_make1((yyvsp[0].objwithargs)); } -#line 36490 "gram.c" +#line 36491 "gram.c" break; case 1090: /* function_with_argtypes_list: function_with_argtypes_list ',' function_with_argtypes */ -#line 7556 "gram.y" +#line 7557 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].objwithargs)); } -#line 36496 "gram.c" +#line 36497 "gram.c" break; case 1091: /* function_with_argtypes: func_name func_args */ -#line 7561 "gram.y" +#line 7562 "gram.y" { ObjectWithArgs *n = makeNode(ObjectWithArgs); n->objname = (yyvsp[-1].list); @@ -36504,33 +36505,33 @@ n->objfuncargs = (yyvsp[0].list); (yyval.objwithargs) = n; } -#line 36508 "gram.c" +#line 36509 "gram.c" break; case 1092: /* function_with_argtypes: type_func_name_keyword */ -#line 7574 "gram.y" +#line 7575 "gram.y" { ObjectWithArgs *n = makeNode(ObjectWithArgs); n->objname = list_make1(makeString(pstrdup((yyvsp[0].keyword)))); n->args_unspecified = true; (yyval.objwithargs) = n; } -#line 36519 "gram.c" +#line 36520 "gram.c" break; case 1093: /* function_with_argtypes: ColId */ -#line 7581 "gram.y" +#line 7582 "gram.y" { ObjectWithArgs *n = makeNode(ObjectWithArgs); n->objname = list_make1(makeString((yyvsp[0].str))); n->args_unspecified = true; (yyval.objwithargs) = n; } -#line 36530 "gram.c" +#line 36531 "gram.c" break; case 1094: /* function_with_argtypes: ColId indirection */ -#line 7588 "gram.y" +#line 7589 "gram.y" { ObjectWithArgs *n = makeNode(ObjectWithArgs); n->objname = check_func_name(lcons(makeString((yyvsp[-1].str)), (yyvsp[0].list)), @@ -36538,35 +36539,35 @@ n->args_unspecified = true; (yyval.objwithargs) = n; } -#line 36542 "gram.c" +#line 36543 "gram.c" break; case 1095: /* func_args_with_defaults: '(' func_args_with_defaults_list ')' */ -#line 7602 "gram.y" +#line 7603 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 36548 "gram.c" +#line 36549 "gram.c" break; case 1096: /* func_args_with_defaults: '(' ')' */ -#line 7603 "gram.y" +#line 7604 "gram.y" { (yyval.list) = NIL; } -#line 36554 "gram.c" +#line 36555 "gram.c" break; case 1097: /* func_args_with_defaults_list: func_arg_with_default */ -#line 7607 "gram.y" +#line 7608 "gram.y" { (yyval.list) = list_make1((yyvsp[0].fun_param)); } -#line 36560 "gram.c" +#line 36561 "gram.c" break; case 1098: /* func_args_with_defaults_list: func_args_with_defaults_list ',' func_arg_with_default */ -#line 7609 "gram.y" +#line 7610 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].fun_param)); } -#line 36566 "gram.c" +#line 36567 "gram.c" break; case 1099: /* func_arg: arg_class param_name func_type */ -#line 7624 "gram.y" +#line 7625 "gram.y" { FunctionParameter *n = makeNode(FunctionParameter); n->name = (yyvsp[-1].str); @@ -36575,11 +36576,11 @@ n->defexpr = NULL; (yyval.fun_param) = n; } -#line 36579 "gram.c" +#line 36580 "gram.c" break; case 1100: /* func_arg: param_name arg_class func_type */ -#line 7633 "gram.y" +#line 7634 "gram.y" { FunctionParameter *n = makeNode(FunctionParameter); n->name = (yyvsp[-2].str); @@ -36588,11 +36589,11 @@ n->defexpr = NULL; (yyval.fun_param) = n; } -#line 36592 "gram.c" +#line 36593 "gram.c" break; case 1101: /* func_arg: param_name func_type */ -#line 7642 "gram.y" +#line 7643 "gram.y" { FunctionParameter *n = makeNode(FunctionParameter); n->name = (yyvsp[-1].str); @@ -36601,11 +36602,11 @@ n->defexpr = NULL; (yyval.fun_param) = n; } -#line 36605 "gram.c" +#line 36606 "gram.c" break; case 1102: /* func_arg: arg_class func_type */ -#line 7651 "gram.y" +#line 7652 "gram.y" { FunctionParameter *n = makeNode(FunctionParameter); n->name = NULL; @@ -36614,11 +36615,11 @@ n->defexpr = NULL; (yyval.fun_param) = n; } -#line 36618 "gram.c" +#line 36619 "gram.c" break; case 1103: /* func_arg: func_type */ -#line 7660 "gram.y" +#line 7661 "gram.y" { FunctionParameter *n = makeNode(FunctionParameter); n->name = NULL; @@ -36627,41 +36628,41 @@ n->defexpr = NULL; (yyval.fun_param) = n; } -#line 36631 "gram.c" +#line 36632 "gram.c" break; case 1104: /* arg_class: IN_P */ -#line 7671 "gram.y" +#line 7672 "gram.y" { (yyval.fun_param_mode) = FUNC_PARAM_IN; } -#line 36637 "gram.c" +#line 36638 "gram.c" break; case 1105: /* arg_class: OUT_P */ -#line 7672 "gram.y" +#line 7673 "gram.y" { (yyval.fun_param_mode) = FUNC_PARAM_OUT; } -#line 36643 "gram.c" +#line 36644 "gram.c" break; case 1106: /* arg_class: INOUT */ -#line 7673 "gram.y" +#line 7674 "gram.y" { (yyval.fun_param_mode) = FUNC_PARAM_INOUT; } -#line 36649 "gram.c" +#line 36650 "gram.c" break; case 1107: /* arg_class: IN_P OUT_P */ -#line 7674 "gram.y" +#line 7675 "gram.y" { (yyval.fun_param_mode) = FUNC_PARAM_INOUT; } -#line 36655 "gram.c" +#line 36656 "gram.c" break; case 1108: /* arg_class: VARIADIC */ -#line 7675 "gram.y" +#line 7676 "gram.y" { (yyval.fun_param_mode) = FUNC_PARAM_VARIADIC; } -#line 36661 "gram.c" +#line 36662 "gram.c" break; case 1110: /* func_return: func_type */ -#line 7686 "gram.y" +#line 7687 "gram.y" { /* We can catch over-specified results here if we want to, * but for now better to silently swallow typmod, etc. @@ -36669,64 +36670,64 @@ */ (yyval.typnam) = (yyvsp[0].typnam); } -#line 36673 "gram.c" +#line 36674 "gram.c" break; case 1111: /* func_type: Typename */ -#line 7700 "gram.y" +#line 7701 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 36679 "gram.c" +#line 36680 "gram.c" break; case 1112: /* func_type: type_function_name attrs '%' TYPE_P */ -#line 7702 "gram.y" +#line 7703 "gram.y" { (yyval.typnam) = makeTypeNameFromNameList(lcons(makeString((yyvsp[-3].str)), (yyvsp[-2].list))); (yyval.typnam)->pct_type = true; (yyval.typnam)->location = (yylsp[-3]); } -#line 36689 "gram.c" +#line 36690 "gram.c" break; case 1113: /* func_type: SETOF type_function_name attrs '%' TYPE_P */ -#line 7708 "gram.y" +#line 7709 "gram.y" { (yyval.typnam) = makeTypeNameFromNameList(lcons(makeString((yyvsp[-3].str)), (yyvsp[-2].list))); (yyval.typnam)->pct_type = true; (yyval.typnam)->setof = true; (yyval.typnam)->location = (yylsp[-3]); } -#line 36700 "gram.c" +#line 36701 "gram.c" break; case 1114: /* func_arg_with_default: func_arg */ -#line 7718 "gram.y" +#line 7719 "gram.y" { (yyval.fun_param) = (yyvsp[0].fun_param); } -#line 36708 "gram.c" +#line 36709 "gram.c" break; case 1115: /* func_arg_with_default: func_arg DEFAULT a_expr */ -#line 7722 "gram.y" +#line 7723 "gram.y" { (yyval.fun_param) = (yyvsp[-2].fun_param); (yyval.fun_param)->defexpr = (yyvsp[0].node); } -#line 36717 "gram.c" +#line 36718 "gram.c" break; case 1116: /* func_arg_with_default: func_arg '=' a_expr */ -#line 7727 "gram.y" +#line 7728 "gram.y" { (yyval.fun_param) = (yyvsp[-2].fun_param); (yyval.fun_param)->defexpr = (yyvsp[0].node); } -#line 36726 "gram.c" +#line 36727 "gram.c" break; case 1117: /* aggr_arg: func_arg */ -#line 7735 "gram.y" +#line 7736 "gram.y" { if (!((yyvsp[0].fun_param)->mode == FUNC_PARAM_DEFAULT || (yyvsp[0].fun_param)->mode == FUNC_PARAM_IN || @@ -36737,56 +36738,56 @@ parser_errposition((yylsp[0])))); (yyval.fun_param) = (yyvsp[0].fun_param); } -#line 36741 "gram.c" +#line 36742 "gram.c" break; case 1118: /* aggr_args: '(' '*' ')' */ -#line 7777 "gram.y" +#line 7778 "gram.y" { (yyval.list) = list_make2(NIL, makeInteger(-1)); } -#line 36749 "gram.c" +#line 36750 "gram.c" break; case 1119: /* aggr_args: '(' aggr_args_list ')' */ -#line 7781 "gram.y" +#line 7782 "gram.y" { (yyval.list) = list_make2((yyvsp[-1].list), makeInteger(-1)); } -#line 36757 "gram.c" +#line 36758 "gram.c" break; case 1120: /* aggr_args: '(' ORDER BY aggr_args_list ')' */ -#line 7785 "gram.y" +#line 7786 "gram.y" { (yyval.list) = list_make2((yyvsp[-1].list), makeInteger(0)); } -#line 36765 "gram.c" +#line 36766 "gram.c" break; case 1121: /* aggr_args: '(' aggr_args_list ORDER BY aggr_args_list ')' */ -#line 7789 "gram.y" +#line 7790 "gram.y" { /* this is the only case requiring consistency checking */ (yyval.list) = makeOrderedSetArgs((yyvsp[-4].list), (yyvsp[-1].list), yyscanner); } -#line 36774 "gram.c" +#line 36775 "gram.c" break; case 1122: /* aggr_args_list: aggr_arg */ -#line 7796 "gram.y" +#line 7797 "gram.y" { (yyval.list) = list_make1((yyvsp[0].fun_param)); } -#line 36780 "gram.c" +#line 36781 "gram.c" break; case 1123: /* aggr_args_list: aggr_args_list ',' aggr_arg */ -#line 7797 "gram.y" +#line 7798 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].fun_param)); } -#line 36786 "gram.c" +#line 36787 "gram.c" break; case 1124: /* aggregate_with_argtypes: func_name aggr_args */ -#line 7802 "gram.y" +#line 7803 "gram.y" { ObjectWithArgs *n = makeNode(ObjectWithArgs); n->objname = (yyvsp[-1].list); @@ -36794,250 +36795,250 @@ n->objfuncargs = (List *) linitial((yyvsp[0].list)); (yyval.objwithargs) = n; } -#line 36798 "gram.c" +#line 36799 "gram.c" break; case 1125: /* aggregate_with_argtypes_list: aggregate_with_argtypes */ -#line 7812 "gram.y" +#line 7813 "gram.y" { (yyval.list) = list_make1((yyvsp[0].objwithargs)); } -#line 36804 "gram.c" +#line 36805 "gram.c" break; case 1126: /* aggregate_with_argtypes_list: aggregate_with_argtypes_list ',' aggregate_with_argtypes */ -#line 7814 "gram.y" +#line 7815 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].objwithargs)); } -#line 36810 "gram.c" +#line 36811 "gram.c" break; case 1128: /* opt_createfunc_opt_list: %empty */ -#line 7819 "gram.y" +#line 7820 "gram.y" { (yyval.list) = NIL; } -#line 36816 "gram.c" +#line 36817 "gram.c" break; case 1129: /* createfunc_opt_list: createfunc_opt_item */ -#line 7824 "gram.y" +#line 7825 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 36822 "gram.c" +#line 36823 "gram.c" break; case 1130: /* createfunc_opt_list: createfunc_opt_list createfunc_opt_item */ -#line 7825 "gram.y" +#line 7826 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 36828 "gram.c" +#line 36829 "gram.c" break; case 1131: /* common_func_opt_item: CALLED ON NULL_P INPUT_P */ -#line 7833 "gram.y" +#line 7834 "gram.y" { (yyval.defelt) = makeDefElem("strict", (Node *)makeInteger(false), (yylsp[-3])); } -#line 36836 "gram.c" +#line 36837 "gram.c" break; case 1132: /* common_func_opt_item: RETURNS NULL_P ON NULL_P INPUT_P */ -#line 7837 "gram.y" +#line 7838 "gram.y" { (yyval.defelt) = makeDefElem("strict", (Node *)makeInteger(true), (yylsp[-4])); } -#line 36844 "gram.c" +#line 36845 "gram.c" break; case 1133: /* common_func_opt_item: STRICT_P */ -#line 7841 "gram.y" +#line 7842 "gram.y" { (yyval.defelt) = makeDefElem("strict", (Node *)makeInteger(true), (yylsp[0])); } -#line 36852 "gram.c" +#line 36853 "gram.c" break; case 1134: /* common_func_opt_item: IMMUTABLE */ -#line 7845 "gram.y" +#line 7846 "gram.y" { (yyval.defelt) = makeDefElem("volatility", (Node *)makeString("immutable"), (yylsp[0])); } -#line 36860 "gram.c" +#line 36861 "gram.c" break; case 1135: /* common_func_opt_item: STABLE */ -#line 7849 "gram.y" +#line 7850 "gram.y" { (yyval.defelt) = makeDefElem("volatility", (Node *)makeString("stable"), (yylsp[0])); } -#line 36868 "gram.c" +#line 36869 "gram.c" break; case 1136: /* common_func_opt_item: VOLATILE */ -#line 7853 "gram.y" +#line 7854 "gram.y" { (yyval.defelt) = makeDefElem("volatility", (Node *)makeString("volatile"), (yylsp[0])); } -#line 36876 "gram.c" +#line 36877 "gram.c" break; case 1137: /* common_func_opt_item: EXTERNAL SECURITY DEFINER */ -#line 7857 "gram.y" +#line 7858 "gram.y" { (yyval.defelt) = makeDefElem("security", (Node *)makeInteger(true), (yylsp[-2])); } -#line 36884 "gram.c" +#line 36885 "gram.c" break; case 1138: /* common_func_opt_item: EXTERNAL SECURITY INVOKER */ -#line 7861 "gram.y" +#line 7862 "gram.y" { (yyval.defelt) = makeDefElem("security", (Node *)makeInteger(false), (yylsp[-2])); } -#line 36892 "gram.c" +#line 36893 "gram.c" break; case 1139: /* common_func_opt_item: SECURITY DEFINER */ -#line 7865 "gram.y" +#line 7866 "gram.y" { (yyval.defelt) = makeDefElem("security", (Node *)makeInteger(true), (yylsp[-1])); } -#line 36900 "gram.c" +#line 36901 "gram.c" break; case 1140: /* common_func_opt_item: SECURITY INVOKER */ -#line 7869 "gram.y" +#line 7870 "gram.y" { (yyval.defelt) = makeDefElem("security", (Node *)makeInteger(false), (yylsp[-1])); } -#line 36908 "gram.c" +#line 36909 "gram.c" break; case 1141: /* common_func_opt_item: LEAKPROOF */ -#line 7873 "gram.y" +#line 7874 "gram.y" { (yyval.defelt) = makeDefElem("leakproof", (Node *)makeInteger(true), (yylsp[0])); } -#line 36916 "gram.c" +#line 36917 "gram.c" break; case 1142: /* common_func_opt_item: NOT LEAKPROOF */ -#line 7877 "gram.y" +#line 7878 "gram.y" { (yyval.defelt) = makeDefElem("leakproof", (Node *)makeInteger(false), (yylsp[-1])); } -#line 36924 "gram.c" +#line 36925 "gram.c" break; case 1143: /* common_func_opt_item: COST NumericOnly */ -#line 7881 "gram.y" +#line 7882 "gram.y" { (yyval.defelt) = makeDefElem("cost", (Node *)(yyvsp[0].value), (yylsp[-1])); } -#line 36932 "gram.c" +#line 36933 "gram.c" break; case 1144: /* common_func_opt_item: ROWS NumericOnly */ -#line 7885 "gram.y" +#line 7886 "gram.y" { (yyval.defelt) = makeDefElem("rows", (Node *)(yyvsp[0].value), (yylsp[-1])); } -#line 36940 "gram.c" +#line 36941 "gram.c" break; case 1145: /* common_func_opt_item: SUPPORT any_name */ -#line 7889 "gram.y" +#line 7890 "gram.y" { (yyval.defelt) = makeDefElem("support", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 36948 "gram.c" +#line 36949 "gram.c" break; case 1146: /* common_func_opt_item: FunctionSetResetClause */ -#line 7893 "gram.y" +#line 7894 "gram.y" { /* we abuse the normal content of a DefElem here */ (yyval.defelt) = makeDefElem("set", (Node *)(yyvsp[0].vsetstmt), (yylsp[0])); } -#line 36957 "gram.c" +#line 36958 "gram.c" break; case 1147: /* common_func_opt_item: PARALLEL ColId */ -#line 7898 "gram.y" +#line 7899 "gram.y" { (yyval.defelt) = makeDefElem("parallel", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 36965 "gram.c" +#line 36966 "gram.c" break; case 1148: /* createfunc_opt_item: AS func_as */ -#line 7905 "gram.y" +#line 7906 "gram.y" { (yyval.defelt) = makeDefElem("as", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 36973 "gram.c" +#line 36974 "gram.c" break; case 1149: /* createfunc_opt_item: LANGUAGE NonReservedWord_or_Sconst */ -#line 7909 "gram.y" +#line 7910 "gram.y" { (yyval.defelt) = makeDefElem("language", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 36981 "gram.c" +#line 36982 "gram.c" break; case 1150: /* createfunc_opt_item: TRANSFORM transform_type_list */ -#line 7913 "gram.y" +#line 7914 "gram.y" { (yyval.defelt) = makeDefElem("transform", (Node *)(yyvsp[0].list), (yylsp[-1])); } -#line 36989 "gram.c" +#line 36990 "gram.c" break; case 1151: /* createfunc_opt_item: WINDOW */ -#line 7917 "gram.y" +#line 7918 "gram.y" { (yyval.defelt) = makeDefElem("window", (Node *)makeInteger(true), (yylsp[0])); } -#line 36997 "gram.c" +#line 36998 "gram.c" break; case 1152: /* createfunc_opt_item: common_func_opt_item */ -#line 7921 "gram.y" +#line 7922 "gram.y" { (yyval.defelt) = (yyvsp[0].defelt); } -#line 37005 "gram.c" +#line 37006 "gram.c" break; case 1153: /* func_as: Sconst */ -#line 7926 "gram.y" +#line 7927 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 37011 "gram.c" +#line 37012 "gram.c" break; case 1154: /* func_as: Sconst ',' Sconst */ -#line 7928 "gram.y" +#line 7929 "gram.y" { (yyval.list) = list_make2(makeString((yyvsp[-2].str)), makeString((yyvsp[0].str))); } -#line 37019 "gram.c" +#line 37020 "gram.c" break; case 1155: /* ReturnStmt: RETURN a_expr */ -#line 7934 "gram.y" +#line 7935 "gram.y" { ReturnStmt *r = makeNode(ReturnStmt); r->returnval = (Node *) (yyvsp[0].node); (yyval.node) = (Node *) r; } -#line 37029 "gram.c" +#line 37030 "gram.c" break; case 1156: /* opt_routine_body: ReturnStmt */ -#line 7943 "gram.y" +#line 7944 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 37037 "gram.c" +#line 37038 "gram.c" break; case 1157: /* opt_routine_body: BEGIN_P ATOMIC routine_body_stmt_list END_P */ -#line 7947 "gram.y" +#line 7948 "gram.y" { /* * A compound statement is stored as a single-item list @@ -37047,19 +37048,19 @@ */ (yyval.node) = (Node *) list_make1((yyvsp[-1].list)); } -#line 37051 "gram.c" +#line 37052 "gram.c" break; case 1158: /* opt_routine_body: %empty */ -#line 7957 "gram.y" +#line 7958 "gram.y" { (yyval.node) = NULL; } -#line 37059 "gram.c" +#line 37060 "gram.c" break; case 1159: /* routine_body_stmt_list: routine_body_stmt_list routine_body_stmt ';' */ -#line 7964 "gram.y" +#line 7965 "gram.y" { /* As in stmtmulti, discard empty statements */ if ((yyvsp[-1].node) != NULL) @@ -37067,43 +37068,43 @@ else (yyval.list) = (yyvsp[-2].list); } -#line 37071 "gram.c" +#line 37072 "gram.c" break; case 1160: /* routine_body_stmt_list: %empty */ -#line 7972 "gram.y" +#line 7973 "gram.y" { (yyval.list) = NIL; } -#line 37079 "gram.c" +#line 37080 "gram.c" break; case 1163: /* transform_type_list: FOR TYPE_P Typename */ -#line 7983 "gram.y" +#line 7984 "gram.y" { (yyval.list) = list_make1((yyvsp[0].typnam)); } -#line 37085 "gram.c" +#line 37086 "gram.c" break; case 1164: /* transform_type_list: transform_type_list ',' FOR TYPE_P Typename */ -#line 7984 "gram.y" +#line 7985 "gram.y" { (yyval.list) = lappend((yyvsp[-4].list), (yyvsp[0].typnam)); } -#line 37091 "gram.c" +#line 37092 "gram.c" break; case 1165: /* opt_definition: WITH definition */ -#line 7988 "gram.y" +#line 7989 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 37097 "gram.c" +#line 37098 "gram.c" break; case 1166: /* opt_definition: %empty */ -#line 7989 "gram.y" +#line 7990 "gram.y" { (yyval.list) = NIL; } -#line 37103 "gram.c" +#line 37104 "gram.c" break; case 1167: /* table_func_column: param_name func_type */ -#line 7993 "gram.y" +#line 7994 "gram.y" { FunctionParameter *n = makeNode(FunctionParameter); n->name = (yyvsp[-1].str); @@ -37112,27 +37113,27 @@ n->defexpr = NULL; (yyval.fun_param) = n; } -#line 37116 "gram.c" +#line 37117 "gram.c" break; case 1168: /* table_func_column_list: table_func_column */ -#line 8005 "gram.y" +#line 8006 "gram.y" { (yyval.list) = list_make1((yyvsp[0].fun_param)); } -#line 37124 "gram.c" +#line 37125 "gram.c" break; case 1169: /* table_func_column_list: table_func_column_list ',' table_func_column */ -#line 8009 "gram.y" +#line 8010 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].fun_param)); } -#line 37132 "gram.c" +#line 37133 "gram.c" break; case 1170: /* AlterFunctionStmt: ALTER FUNCTION function_with_argtypes alterfunc_opt_list opt_restrict */ -#line 8024 "gram.y" +#line 8025 "gram.y" { AlterFunctionStmt *n = makeNode(AlterFunctionStmt); n->objtype = OBJECT_FUNCTION; @@ -37140,11 +37141,11 @@ n->actions = (yyvsp[-1].list); (yyval.node) = (Node *) n; } -#line 37144 "gram.c" +#line 37145 "gram.c" break; case 1171: /* AlterFunctionStmt: ALTER PROCEDURE function_with_argtypes alterfunc_opt_list opt_restrict */ -#line 8032 "gram.y" +#line 8033 "gram.y" { AlterFunctionStmt *n = makeNode(AlterFunctionStmt); n->objtype = OBJECT_PROCEDURE; @@ -37152,11 +37153,11 @@ n->actions = (yyvsp[-1].list); (yyval.node) = (Node *) n; } -#line 37156 "gram.c" +#line 37157 "gram.c" break; case 1172: /* AlterFunctionStmt: ALTER ROUTINE function_with_argtypes alterfunc_opt_list opt_restrict */ -#line 8040 "gram.y" +#line 8041 "gram.y" { AlterFunctionStmt *n = makeNode(AlterFunctionStmt); n->objtype = OBJECT_ROUTINE; @@ -37164,23 +37165,23 @@ n->actions = (yyvsp[-1].list); (yyval.node) = (Node *) n; } -#line 37168 "gram.c" +#line 37169 "gram.c" break; case 1173: /* alterfunc_opt_list: common_func_opt_item */ -#line 8051 "gram.y" +#line 8052 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 37174 "gram.c" +#line 37175 "gram.c" break; case 1174: /* alterfunc_opt_list: alterfunc_opt_list common_func_opt_item */ -#line 8052 "gram.y" +#line 8053 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 37180 "gram.c" +#line 37181 "gram.c" break; case 1177: /* RemoveFuncStmt: DROP FUNCTION function_with_argtypes_list opt_drop_behavior */ -#line 8076 "gram.y" +#line 8077 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_FUNCTION; @@ -37190,11 +37191,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37194 "gram.c" +#line 37195 "gram.c" break; case 1178: /* RemoveFuncStmt: DROP FUNCTION IF_P EXISTS function_with_argtypes_list opt_drop_behavior */ -#line 8086 "gram.y" +#line 8087 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_FUNCTION; @@ -37204,11 +37205,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37208 "gram.c" +#line 37209 "gram.c" break; case 1179: /* RemoveFuncStmt: DROP PROCEDURE function_with_argtypes_list opt_drop_behavior */ -#line 8096 "gram.y" +#line 8097 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_PROCEDURE; @@ -37218,11 +37219,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37222 "gram.c" +#line 37223 "gram.c" break; case 1180: /* RemoveFuncStmt: DROP PROCEDURE IF_P EXISTS function_with_argtypes_list opt_drop_behavior */ -#line 8106 "gram.y" +#line 8107 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_PROCEDURE; @@ -37232,11 +37233,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37236 "gram.c" +#line 37237 "gram.c" break; case 1181: /* RemoveFuncStmt: DROP ROUTINE function_with_argtypes_list opt_drop_behavior */ -#line 8116 "gram.y" +#line 8117 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_ROUTINE; @@ -37246,11 +37247,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37250 "gram.c" +#line 37251 "gram.c" break; case 1182: /* RemoveFuncStmt: DROP ROUTINE IF_P EXISTS function_with_argtypes_list opt_drop_behavior */ -#line 8126 "gram.y" +#line 8127 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_ROUTINE; @@ -37260,11 +37261,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37264 "gram.c" +#line 37265 "gram.c" break; case 1183: /* RemoveAggrStmt: DROP AGGREGATE aggregate_with_argtypes_list opt_drop_behavior */ -#line 8139 "gram.y" +#line 8140 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_AGGREGATE; @@ -37274,11 +37275,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37278 "gram.c" +#line 37279 "gram.c" break; case 1184: /* RemoveAggrStmt: DROP AGGREGATE IF_P EXISTS aggregate_with_argtypes_list opt_drop_behavior */ -#line 8149 "gram.y" +#line 8150 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_AGGREGATE; @@ -37288,11 +37289,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37292 "gram.c" +#line 37293 "gram.c" break; case 1185: /* RemoveOperStmt: DROP OPERATOR operator_with_argtypes_list opt_drop_behavior */ -#line 8162 "gram.y" +#line 8163 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_OPERATOR; @@ -37302,11 +37303,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37306 "gram.c" +#line 37307 "gram.c" break; case 1186: /* RemoveOperStmt: DROP OPERATOR IF_P EXISTS operator_with_argtypes_list opt_drop_behavior */ -#line 8172 "gram.y" +#line 8173 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_OPERATOR; @@ -37316,11 +37317,11 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37320 "gram.c" +#line 37321 "gram.c" break; case 1187: /* oper_argtypes: '(' Typename ')' */ -#line 8185 "gram.y" +#line 8186 "gram.y" { ereport(ERROR, (errcode(ERRCODE_SYNTAX_ERROR), @@ -37328,102 +37329,102 @@ errhint("Use NONE to denote the missing argument of a unary operator."), parser_errposition((yylsp[0])))); } -#line 37332 "gram.c" +#line 37333 "gram.c" break; case 1188: /* oper_argtypes: '(' Typename ',' Typename ')' */ -#line 8193 "gram.y" +#line 8194 "gram.y" { (yyval.list) = list_make2((yyvsp[-3].typnam), (yyvsp[-1].typnam)); } -#line 37338 "gram.c" +#line 37339 "gram.c" break; case 1189: /* oper_argtypes: '(' NONE ',' Typename ')' */ -#line 8195 "gram.y" +#line 8196 "gram.y" { (yyval.list) = list_make2(NULL, (yyvsp[-1].typnam)); } -#line 37344 "gram.c" +#line 37345 "gram.c" break; case 1190: /* oper_argtypes: '(' Typename ',' NONE ')' */ -#line 8197 "gram.y" +#line 8198 "gram.y" { (yyval.list) = list_make2((yyvsp[-3].typnam), NULL); } -#line 37350 "gram.c" +#line 37351 "gram.c" break; case 1191: /* any_operator: all_Op */ -#line 8202 "gram.y" +#line 8203 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 37356 "gram.c" +#line 37357 "gram.c" break; case 1192: /* any_operator: ColId '.' any_operator */ -#line 8204 "gram.y" +#line 8205 "gram.y" { (yyval.list) = lcons(makeString((yyvsp[-2].str)), (yyvsp[0].list)); } -#line 37362 "gram.c" +#line 37363 "gram.c" break; case 1193: /* operator_with_argtypes_list: operator_with_argtypes */ -#line 8208 "gram.y" +#line 8209 "gram.y" { (yyval.list) = list_make1((yyvsp[0].objwithargs)); } -#line 37368 "gram.c" +#line 37369 "gram.c" break; case 1194: /* operator_with_argtypes_list: operator_with_argtypes_list ',' operator_with_argtypes */ -#line 8210 "gram.y" +#line 8211 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].objwithargs)); } -#line 37374 "gram.c" +#line 37375 "gram.c" break; case 1195: /* operator_with_argtypes: any_operator oper_argtypes */ -#line 8215 "gram.y" +#line 8216 "gram.y" { ObjectWithArgs *n = makeNode(ObjectWithArgs); n->objname = (yyvsp[-1].list); n->objargs = (yyvsp[0].list); (yyval.objwithargs) = n; } -#line 37385 "gram.c" +#line 37386 "gram.c" break; case 1196: /* DoStmt: DO dostmt_opt_list */ -#line 8233 "gram.y" +#line 8234 "gram.y" { DoStmt *n = makeNode(DoStmt); n->args = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 37395 "gram.c" +#line 37396 "gram.c" break; case 1197: /* dostmt_opt_list: dostmt_opt_item */ -#line 8241 "gram.y" +#line 8242 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 37401 "gram.c" +#line 37402 "gram.c" break; case 1198: /* dostmt_opt_list: dostmt_opt_list dostmt_opt_item */ -#line 8242 "gram.y" +#line 8243 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 37407 "gram.c" +#line 37408 "gram.c" break; case 1199: /* dostmt_opt_item: Sconst */ -#line 8247 "gram.y" +#line 8248 "gram.y" { (yyval.defelt) = makeDefElem("as", (Node *)makeString((yyvsp[0].str)), (yylsp[0])); } -#line 37415 "gram.c" +#line 37416 "gram.c" break; case 1200: /* dostmt_opt_item: LANGUAGE NonReservedWord_or_Sconst */ -#line 8251 "gram.y" +#line 8252 "gram.y" { (yyval.defelt) = makeDefElem("language", (Node *)makeString((yyvsp[0].str)), (yylsp[-1])); } -#line 37423 "gram.c" +#line 37424 "gram.c" break; case 1201: /* CreateCastStmt: CREATE CAST '(' Typename AS Typename ')' WITH FUNCTION function_with_argtypes cast_context */ -#line 8264 "gram.y" +#line 8265 "gram.y" { CreateCastStmt *n = makeNode(CreateCastStmt); n->sourcetype = (yyvsp[-7].typnam); @@ -37433,11 +37434,11 @@ n->inout = false; (yyval.node) = (Node *)n; } -#line 37437 "gram.c" +#line 37438 "gram.c" break; case 1202: /* CreateCastStmt: CREATE CAST '(' Typename AS Typename ')' WITHOUT FUNCTION cast_context */ -#line 8275 "gram.y" +#line 8276 "gram.y" { CreateCastStmt *n = makeNode(CreateCastStmt); n->sourcetype = (yyvsp[-6].typnam); @@ -37447,11 +37448,11 @@ n->inout = false; (yyval.node) = (Node *)n; } -#line 37451 "gram.c" +#line 37452 "gram.c" break; case 1203: /* CreateCastStmt: CREATE CAST '(' Typename AS Typename ')' WITH INOUT cast_context */ -#line 8286 "gram.y" +#line 8287 "gram.y" { CreateCastStmt *n = makeNode(CreateCastStmt); n->sourcetype = (yyvsp[-6].typnam); @@ -37461,29 +37462,29 @@ n->inout = true; (yyval.node) = (Node *)n; } -#line 37465 "gram.c" +#line 37466 "gram.c" break; case 1204: /* cast_context: AS IMPLICIT_P */ -#line 8297 "gram.y" +#line 8298 "gram.y" { (yyval.ival) = COERCION_IMPLICIT; } -#line 37471 "gram.c" +#line 37472 "gram.c" break; case 1205: /* cast_context: AS ASSIGNMENT */ -#line 8298 "gram.y" +#line 8299 "gram.y" { (yyval.ival) = COERCION_ASSIGNMENT; } -#line 37477 "gram.c" +#line 37478 "gram.c" break; case 1206: /* cast_context: %empty */ -#line 8299 "gram.y" +#line 8300 "gram.y" { (yyval.ival) = COERCION_EXPLICIT; } -#line 37483 "gram.c" +#line 37484 "gram.c" break; case 1207: /* DropCastStmt: DROP CAST opt_if_exists '(' Typename AS Typename ')' opt_drop_behavior */ -#line 8304 "gram.y" +#line 8305 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_CAST; @@ -37493,23 +37494,23 @@ n->concurrent = false; (yyval.node) = (Node *)n; } -#line 37497 "gram.c" +#line 37498 "gram.c" break; case 1208: /* opt_if_exists: IF_P EXISTS */ -#line 8315 "gram.y" +#line 8316 "gram.y" { (yyval.boolean) = true; } -#line 37503 "gram.c" +#line 37504 "gram.c" break; case 1209: /* opt_if_exists: %empty */ -#line 8316 "gram.y" +#line 8317 "gram.y" { (yyval.boolean) = false; } -#line 37509 "gram.c" +#line 37510 "gram.c" break; case 1210: /* CreateTransformStmt: CREATE opt_or_replace TRANSFORM FOR Typename LANGUAGE name '(' transform_element_list ')' */ -#line 8327 "gram.y" +#line 8328 "gram.y" { CreateTransformStmt *n = makeNode(CreateTransformStmt); n->replace = (yyvsp[-8].boolean); @@ -37519,43 +37520,43 @@ n->tosql = lsecond((yyvsp[-1].list)); (yyval.node) = (Node *)n; } -#line 37523 "gram.c" +#line 37524 "gram.c" break; case 1211: /* transform_element_list: FROM SQL_P WITH FUNCTION function_with_argtypes ',' TO SQL_P WITH FUNCTION function_with_argtypes */ -#line 8339 "gram.y" +#line 8340 "gram.y" { (yyval.list) = list_make2((yyvsp[-6].objwithargs), (yyvsp[0].objwithargs)); } -#line 37531 "gram.c" +#line 37532 "gram.c" break; case 1212: /* transform_element_list: TO SQL_P WITH FUNCTION function_with_argtypes ',' FROM SQL_P WITH FUNCTION function_with_argtypes */ -#line 8343 "gram.y" +#line 8344 "gram.y" { (yyval.list) = list_make2((yyvsp[0].objwithargs), (yyvsp[-6].objwithargs)); } -#line 37539 "gram.c" +#line 37540 "gram.c" break; case 1213: /* transform_element_list: FROM SQL_P WITH FUNCTION function_with_argtypes */ -#line 8347 "gram.y" +#line 8348 "gram.y" { (yyval.list) = list_make2((yyvsp[0].objwithargs), NULL); } -#line 37547 "gram.c" +#line 37548 "gram.c" break; case 1214: /* transform_element_list: TO SQL_P WITH FUNCTION function_with_argtypes */ -#line 8351 "gram.y" +#line 8352 "gram.y" { (yyval.list) = list_make2(NULL, (yyvsp[0].objwithargs)); } -#line 37555 "gram.c" +#line 37556 "gram.c" break; case 1215: /* DropTransformStmt: DROP TRANSFORM opt_if_exists FOR Typename LANGUAGE name opt_drop_behavior */ -#line 8358 "gram.y" +#line 8359 "gram.y" { DropStmt *n = makeNode(DropStmt); n->removeType = OBJECT_TRANSFORM; @@ -37564,11 +37565,11 @@ n->missing_ok = (yyvsp[-5].boolean); (yyval.node) = (Node *)n; } -#line 37568 "gram.c" +#line 37569 "gram.c" break; case 1216: /* ReindexStmt: REINDEX reindex_target_type opt_concurrently qualified_name */ -#line 8378 "gram.y" +#line 8379 "gram.y" { ReindexStmt *n = makeNode(ReindexStmt); n->kind = (yyvsp[-2].ival); @@ -37580,11 +37581,11 @@ makeDefElem("concurrently", NULL, (yylsp[-1]))); (yyval.node) = (Node *)n; } -#line 37584 "gram.c" +#line 37585 "gram.c" break; case 1217: /* ReindexStmt: REINDEX reindex_target_multitable opt_concurrently name */ -#line 8390 "gram.y" +#line 8391 "gram.y" { ReindexStmt *n = makeNode(ReindexStmt); n->kind = (yyvsp[-2].ival); @@ -37596,11 +37597,11 @@ makeDefElem("concurrently", NULL, (yylsp[-1]))); (yyval.node) = (Node *)n; } -#line 37600 "gram.c" +#line 37601 "gram.c" break; case 1218: /* ReindexStmt: REINDEX '(' utility_option_list ')' reindex_target_type opt_concurrently qualified_name */ -#line 8402 "gram.y" +#line 8403 "gram.y" { ReindexStmt *n = makeNode(ReindexStmt); n->kind = (yyvsp[-2].ival); @@ -37612,11 +37613,11 @@ makeDefElem("concurrently", NULL, (yylsp[-1]))); (yyval.node) = (Node *)n; } -#line 37616 "gram.c" +#line 37617 "gram.c" break; case 1219: /* ReindexStmt: REINDEX '(' utility_option_list ')' reindex_target_multitable opt_concurrently name */ -#line 8414 "gram.y" +#line 8415 "gram.y" { ReindexStmt *n = makeNode(ReindexStmt); n->kind = (yyvsp[-2].ival); @@ -37628,41 +37629,41 @@ makeDefElem("concurrently", NULL, (yylsp[-1]))); (yyval.node) = (Node *)n; } -#line 37632 "gram.c" +#line 37633 "gram.c" break; case 1220: /* reindex_target_type: INDEX */ -#line 8427 "gram.y" +#line 8428 "gram.y" { (yyval.ival) = REINDEX_OBJECT_INDEX; } -#line 37638 "gram.c" +#line 37639 "gram.c" break; case 1221: /* reindex_target_type: TABLE */ -#line 8428 "gram.y" +#line 8429 "gram.y" { (yyval.ival) = REINDEX_OBJECT_TABLE; } -#line 37644 "gram.c" +#line 37645 "gram.c" break; case 1222: /* reindex_target_multitable: SCHEMA */ -#line 8431 "gram.y" +#line 8432 "gram.y" { (yyval.ival) = REINDEX_OBJECT_SCHEMA; } -#line 37650 "gram.c" +#line 37651 "gram.c" break; case 1223: /* reindex_target_multitable: SYSTEM_P */ -#line 8432 "gram.y" +#line 8433 "gram.y" { (yyval.ival) = REINDEX_OBJECT_SYSTEM; } -#line 37656 "gram.c" +#line 37657 "gram.c" break; case 1224: /* reindex_target_multitable: DATABASE */ -#line 8433 "gram.y" +#line 8434 "gram.y" { (yyval.ival) = REINDEX_OBJECT_DATABASE; } -#line 37662 "gram.c" +#line 37663 "gram.c" break; case 1225: /* AlterTblSpcStmt: ALTER TABLESPACE name SET reloptions */ -#line 8444 "gram.y" +#line 8445 "gram.y" { AlterTableSpaceOptionsStmt *n = makeNode(AlterTableSpaceOptionsStmt); @@ -37671,11 +37672,11 @@ n->isReset = false; (yyval.node) = (Node *)n; } -#line 37675 "gram.c" +#line 37676 "gram.c" break; case 1226: /* AlterTblSpcStmt: ALTER TABLESPACE name RESET reloptions */ -#line 8453 "gram.y" +#line 8454 "gram.y" { AlterTableSpaceOptionsStmt *n = makeNode(AlterTableSpaceOptionsStmt); @@ -37684,11 +37685,11 @@ n->isReset = true; (yyval.node) = (Node *)n; } -#line 37688 "gram.c" +#line 37689 "gram.c" break; case 1227: /* RenameStmt: ALTER AGGREGATE aggregate_with_argtypes RENAME TO name */ -#line 8470 "gram.y" +#line 8471 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_AGGREGATE; @@ -37697,11 +37698,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37701 "gram.c" +#line 37702 "gram.c" break; case 1228: /* RenameStmt: ALTER COLLATION any_name RENAME TO name */ -#line 8479 "gram.y" +#line 8480 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLLATION; @@ -37710,11 +37711,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37714 "gram.c" +#line 37715 "gram.c" break; case 1229: /* RenameStmt: ALTER CONVERSION_P any_name RENAME TO name */ -#line 8488 "gram.y" +#line 8489 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_CONVERSION; @@ -37723,11 +37724,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37727 "gram.c" +#line 37728 "gram.c" break; case 1230: /* RenameStmt: ALTER DATABASE name RENAME TO name */ -#line 8497 "gram.y" +#line 8498 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_DATABASE; @@ -37736,11 +37737,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37740 "gram.c" +#line 37741 "gram.c" break; case 1231: /* RenameStmt: ALTER DOMAIN_P any_name RENAME TO name */ -#line 8506 "gram.y" +#line 8507 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_DOMAIN; @@ -37749,11 +37750,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37753 "gram.c" +#line 37754 "gram.c" break; case 1232: /* RenameStmt: ALTER DOMAIN_P any_name RENAME CONSTRAINT name TO name */ -#line 8515 "gram.y" +#line 8516 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_DOMCONSTRAINT; @@ -37762,11 +37763,11 @@ n->newname = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 37766 "gram.c" +#line 37767 "gram.c" break; case 1233: /* RenameStmt: ALTER FOREIGN DATA_P WRAPPER name RENAME TO name */ -#line 8524 "gram.y" +#line 8525 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_FDW; @@ -37775,11 +37776,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37779 "gram.c" +#line 37780 "gram.c" break; case 1234: /* RenameStmt: ALTER FUNCTION function_with_argtypes RENAME TO name */ -#line 8533 "gram.y" +#line 8534 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_FUNCTION; @@ -37788,11 +37789,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37792 "gram.c" +#line 37793 "gram.c" break; case 1235: /* RenameStmt: ALTER GROUP_P RoleId RENAME TO RoleId */ -#line 8542 "gram.y" +#line 8543 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_ROLE; @@ -37801,11 +37802,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37805 "gram.c" +#line 37806 "gram.c" break; case 1236: /* RenameStmt: ALTER opt_procedural LANGUAGE name RENAME TO name */ -#line 8551 "gram.y" +#line 8552 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_LANGUAGE; @@ -37814,11 +37815,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37818 "gram.c" +#line 37819 "gram.c" break; case 1237: /* RenameStmt: ALTER OPERATOR CLASS any_name USING name RENAME TO name */ -#line 8560 "gram.y" +#line 8561 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_OPCLASS; @@ -37827,11 +37828,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37831 "gram.c" +#line 37832 "gram.c" break; case 1238: /* RenameStmt: ALTER OPERATOR FAMILY any_name USING name RENAME TO name */ -#line 8569 "gram.y" +#line 8570 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_OPFAMILY; @@ -37840,11 +37841,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37844 "gram.c" +#line 37845 "gram.c" break; case 1239: /* RenameStmt: ALTER POLICY name ON qualified_name RENAME TO name */ -#line 8578 "gram.y" +#line 8579 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_POLICY; @@ -37854,11 +37855,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37858 "gram.c" +#line 37859 "gram.c" break; case 1240: /* RenameStmt: ALTER POLICY IF_P EXISTS name ON qualified_name RENAME TO name */ -#line 8588 "gram.y" +#line 8589 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_POLICY; @@ -37868,11 +37869,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 37872 "gram.c" +#line 37873 "gram.c" break; case 1241: /* RenameStmt: ALTER PROCEDURE function_with_argtypes RENAME TO name */ -#line 8598 "gram.y" +#line 8599 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_PROCEDURE; @@ -37881,11 +37882,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37885 "gram.c" +#line 37886 "gram.c" break; case 1242: /* RenameStmt: ALTER PUBLICATION name RENAME TO name */ -#line 8607 "gram.y" +#line 8608 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_PUBLICATION; @@ -37894,11 +37895,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37898 "gram.c" +#line 37899 "gram.c" break; case 1243: /* RenameStmt: ALTER ROUTINE function_with_argtypes RENAME TO name */ -#line 8616 "gram.y" +#line 8617 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_ROUTINE; @@ -37907,11 +37908,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37911 "gram.c" +#line 37912 "gram.c" break; case 1244: /* RenameStmt: ALTER SCHEMA name RENAME TO name */ -#line 8625 "gram.y" +#line 8626 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_SCHEMA; @@ -37920,11 +37921,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37924 "gram.c" +#line 37925 "gram.c" break; case 1245: /* RenameStmt: ALTER SERVER name RENAME TO name */ -#line 8634 "gram.y" +#line 8635 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_FOREIGN_SERVER; @@ -37933,11 +37934,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37937 "gram.c" +#line 37938 "gram.c" break; case 1246: /* RenameStmt: ALTER SUBSCRIPTION name RENAME TO name */ -#line 8643 "gram.y" +#line 8644 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_SUBSCRIPTION; @@ -37946,11 +37947,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37950 "gram.c" +#line 37951 "gram.c" break; case 1247: /* RenameStmt: ALTER TABLE relation_expr RENAME TO name */ -#line 8652 "gram.y" +#line 8653 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TABLE; @@ -37960,11 +37961,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37964 "gram.c" +#line 37965 "gram.c" break; case 1248: /* RenameStmt: ALTER TABLE IF_P EXISTS relation_expr RENAME TO name */ -#line 8662 "gram.y" +#line 8663 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TABLE; @@ -37974,11 +37975,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 37978 "gram.c" +#line 37979 "gram.c" break; case 1249: /* RenameStmt: ALTER SEQUENCE qualified_name RENAME TO name */ -#line 8672 "gram.y" +#line 8673 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_SEQUENCE; @@ -37988,11 +37989,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 37992 "gram.c" +#line 37993 "gram.c" break; case 1250: /* RenameStmt: ALTER SEQUENCE IF_P EXISTS qualified_name RENAME TO name */ -#line 8682 "gram.y" +#line 8683 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_SEQUENCE; @@ -38002,11 +38003,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38006 "gram.c" +#line 38007 "gram.c" break; case 1251: /* RenameStmt: ALTER VIEW qualified_name RENAME TO name */ -#line 8692 "gram.y" +#line 8693 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_VIEW; @@ -38016,11 +38017,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38020 "gram.c" +#line 38021 "gram.c" break; case 1252: /* RenameStmt: ALTER VIEW IF_P EXISTS qualified_name RENAME TO name */ -#line 8702 "gram.y" +#line 8703 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_VIEW; @@ -38030,11 +38031,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38034 "gram.c" +#line 38035 "gram.c" break; case 1253: /* RenameStmt: ALTER MATERIALIZED VIEW qualified_name RENAME TO name */ -#line 8712 "gram.y" +#line 8713 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_MATVIEW; @@ -38044,11 +38045,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38048 "gram.c" +#line 38049 "gram.c" break; case 1254: /* RenameStmt: ALTER MATERIALIZED VIEW IF_P EXISTS qualified_name RENAME TO name */ -#line 8722 "gram.y" +#line 8723 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_MATVIEW; @@ -38058,11 +38059,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38062 "gram.c" +#line 38063 "gram.c" break; case 1255: /* RenameStmt: ALTER INDEX qualified_name RENAME TO name */ -#line 8732 "gram.y" +#line 8733 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_INDEX; @@ -38072,11 +38073,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38076 "gram.c" +#line 38077 "gram.c" break; case 1256: /* RenameStmt: ALTER INDEX IF_P EXISTS qualified_name RENAME TO name */ -#line 8742 "gram.y" +#line 8743 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_INDEX; @@ -38086,11 +38087,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38090 "gram.c" +#line 38091 "gram.c" break; case 1257: /* RenameStmt: ALTER FOREIGN TABLE relation_expr RENAME TO name */ -#line 8752 "gram.y" +#line 8753 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_FOREIGN_TABLE; @@ -38100,11 +38101,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38104 "gram.c" +#line 38105 "gram.c" break; case 1258: /* RenameStmt: ALTER FOREIGN TABLE IF_P EXISTS relation_expr RENAME TO name */ -#line 8762 "gram.y" +#line 8763 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_FOREIGN_TABLE; @@ -38114,11 +38115,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38118 "gram.c" +#line 38119 "gram.c" break; case 1259: /* RenameStmt: ALTER TABLE relation_expr RENAME opt_column name TO name */ -#line 8772 "gram.y" +#line 8773 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38129,11 +38130,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38133 "gram.c" +#line 38134 "gram.c" break; case 1260: /* RenameStmt: ALTER TABLE IF_P EXISTS relation_expr RENAME opt_column name TO name */ -#line 8783 "gram.y" +#line 8784 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38144,11 +38145,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38148 "gram.c" +#line 38149 "gram.c" break; case 1261: /* RenameStmt: ALTER VIEW qualified_name RENAME opt_column name TO name */ -#line 8794 "gram.y" +#line 8795 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38159,11 +38160,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38163 "gram.c" +#line 38164 "gram.c" break; case 1262: /* RenameStmt: ALTER VIEW IF_P EXISTS qualified_name RENAME opt_column name TO name */ -#line 8805 "gram.y" +#line 8806 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38174,11 +38175,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38178 "gram.c" +#line 38179 "gram.c" break; case 1263: /* RenameStmt: ALTER MATERIALIZED VIEW qualified_name RENAME opt_column name TO name */ -#line 8816 "gram.y" +#line 8817 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38189,11 +38190,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38193 "gram.c" +#line 38194 "gram.c" break; case 1264: /* RenameStmt: ALTER MATERIALIZED VIEW IF_P EXISTS qualified_name RENAME opt_column name TO name */ -#line 8827 "gram.y" +#line 8828 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38204,11 +38205,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38208 "gram.c" +#line 38209 "gram.c" break; case 1265: /* RenameStmt: ALTER TABLE relation_expr RENAME CONSTRAINT name TO name */ -#line 8838 "gram.y" +#line 8839 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TABCONSTRAINT; @@ -38218,11 +38219,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38222 "gram.c" +#line 38223 "gram.c" break; case 1266: /* RenameStmt: ALTER TABLE IF_P EXISTS relation_expr RENAME CONSTRAINT name TO name */ -#line 8848 "gram.y" +#line 8849 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TABCONSTRAINT; @@ -38232,11 +38233,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38236 "gram.c" +#line 38237 "gram.c" break; case 1267: /* RenameStmt: ALTER FOREIGN TABLE relation_expr RENAME opt_column name TO name */ -#line 8858 "gram.y" +#line 8859 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38247,11 +38248,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38251 "gram.c" +#line 38252 "gram.c" break; case 1268: /* RenameStmt: ALTER FOREIGN TABLE IF_P EXISTS relation_expr RENAME opt_column name TO name */ -#line 8869 "gram.y" +#line 8870 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_COLUMN; @@ -38262,11 +38263,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38266 "gram.c" +#line 38267 "gram.c" break; case 1269: /* RenameStmt: ALTER RULE name ON qualified_name RENAME TO name */ -#line 8880 "gram.y" +#line 8881 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_RULE; @@ -38276,11 +38277,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38280 "gram.c" +#line 38281 "gram.c" break; case 1270: /* RenameStmt: ALTER TRIGGER name ON qualified_name RENAME TO name */ -#line 8890 "gram.y" +#line 8891 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TRIGGER; @@ -38290,11 +38291,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38294 "gram.c" +#line 38295 "gram.c" break; case 1271: /* RenameStmt: ALTER EVENT TRIGGER name RENAME TO name */ -#line 8900 "gram.y" +#line 8901 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_EVENT_TRIGGER; @@ -38302,11 +38303,11 @@ n->newname = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 38306 "gram.c" +#line 38307 "gram.c" break; case 1272: /* RenameStmt: ALTER ROLE RoleId RENAME TO RoleId */ -#line 8908 "gram.y" +#line 8909 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_ROLE; @@ -38315,11 +38316,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38319 "gram.c" +#line 38320 "gram.c" break; case 1273: /* RenameStmt: ALTER USER RoleId RENAME TO RoleId */ -#line 8917 "gram.y" +#line 8918 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_ROLE; @@ -38328,11 +38329,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38332 "gram.c" +#line 38333 "gram.c" break; case 1274: /* RenameStmt: ALTER TABLESPACE name RENAME TO name */ -#line 8926 "gram.y" +#line 8927 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TABLESPACE; @@ -38341,11 +38342,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38345 "gram.c" +#line 38346 "gram.c" break; case 1275: /* RenameStmt: ALTER STATISTICS any_name RENAME TO name */ -#line 8935 "gram.y" +#line 8936 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_STATISTIC_EXT; @@ -38354,11 +38355,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38358 "gram.c" +#line 38359 "gram.c" break; case 1276: /* RenameStmt: ALTER TEXT_P SEARCH PARSER any_name RENAME TO name */ -#line 8944 "gram.y" +#line 8945 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TSPARSER; @@ -38367,11 +38368,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38371 "gram.c" +#line 38372 "gram.c" break; case 1277: /* RenameStmt: ALTER TEXT_P SEARCH DICTIONARY any_name RENAME TO name */ -#line 8953 "gram.y" +#line 8954 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TSDICTIONARY; @@ -38380,11 +38381,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38384 "gram.c" +#line 38385 "gram.c" break; case 1278: /* RenameStmt: ALTER TEXT_P SEARCH TEMPLATE any_name RENAME TO name */ -#line 8962 "gram.y" +#line 8963 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TSTEMPLATE; @@ -38393,11 +38394,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38397 "gram.c" +#line 38398 "gram.c" break; case 1279: /* RenameStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name RENAME TO name */ -#line 8971 "gram.y" +#line 8972 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TSCONFIGURATION; @@ -38406,11 +38407,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38410 "gram.c" +#line 38411 "gram.c" break; case 1280: /* RenameStmt: ALTER TYPE_P any_name RENAME TO name */ -#line 8980 "gram.y" +#line 8981 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_TYPE; @@ -38419,11 +38420,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38423 "gram.c" +#line 38424 "gram.c" break; case 1281: /* RenameStmt: ALTER TYPE_P any_name RENAME ATTRIBUTE name TO name opt_drop_behavior */ -#line 8989 "gram.y" +#line 8990 "gram.y" { RenameStmt *n = makeNode(RenameStmt); n->renameType = OBJECT_ATTRIBUTE; @@ -38435,23 +38436,23 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38439 "gram.c" +#line 38440 "gram.c" break; case 1284: /* opt_set_data: SET DATA_P */ -#line 9006 "gram.y" +#line 9007 "gram.y" { (yyval.ival) = 1; } -#line 38445 "gram.c" +#line 38446 "gram.c" break; case 1285: /* opt_set_data: %empty */ -#line 9007 "gram.y" +#line 9008 "gram.y" { (yyval.ival) = 0; } -#line 38451 "gram.c" +#line 38452 "gram.c" break; case 1286: /* AlterObjectDependsStmt: ALTER FUNCTION function_with_argtypes opt_no DEPENDS ON EXTENSION name */ -#line 9018 "gram.y" +#line 9019 "gram.y" { AlterObjectDependsStmt *n = makeNode(AlterObjectDependsStmt); n->objectType = OBJECT_FUNCTION; @@ -38460,11 +38461,11 @@ n->remove = (yyvsp[-4].boolean); (yyval.node) = (Node *)n; } -#line 38464 "gram.c" +#line 38465 "gram.c" break; case 1287: /* AlterObjectDependsStmt: ALTER PROCEDURE function_with_argtypes opt_no DEPENDS ON EXTENSION name */ -#line 9027 "gram.y" +#line 9028 "gram.y" { AlterObjectDependsStmt *n = makeNode(AlterObjectDependsStmt); n->objectType = OBJECT_PROCEDURE; @@ -38473,11 +38474,11 @@ n->remove = (yyvsp[-4].boolean); (yyval.node) = (Node *)n; } -#line 38477 "gram.c" +#line 38478 "gram.c" break; case 1288: /* AlterObjectDependsStmt: ALTER ROUTINE function_with_argtypes opt_no DEPENDS ON EXTENSION name */ -#line 9036 "gram.y" +#line 9037 "gram.y" { AlterObjectDependsStmt *n = makeNode(AlterObjectDependsStmt); n->objectType = OBJECT_ROUTINE; @@ -38486,11 +38487,11 @@ n->remove = (yyvsp[-4].boolean); (yyval.node) = (Node *)n; } -#line 38490 "gram.c" +#line 38491 "gram.c" break; case 1289: /* AlterObjectDependsStmt: ALTER TRIGGER name ON qualified_name opt_no DEPENDS ON EXTENSION name */ -#line 9045 "gram.y" +#line 9046 "gram.y" { AlterObjectDependsStmt *n = makeNode(AlterObjectDependsStmt); n->objectType = OBJECT_TRIGGER; @@ -38500,11 +38501,11 @@ n->remove = (yyvsp[-4].boolean); (yyval.node) = (Node *)n; } -#line 38504 "gram.c" +#line 38505 "gram.c" break; case 1290: /* AlterObjectDependsStmt: ALTER MATERIALIZED VIEW qualified_name opt_no DEPENDS ON EXTENSION name */ -#line 9055 "gram.y" +#line 9056 "gram.y" { AlterObjectDependsStmt *n = makeNode(AlterObjectDependsStmt); n->objectType = OBJECT_MATVIEW; @@ -38513,11 +38514,11 @@ n->remove = (yyvsp[-4].boolean); (yyval.node) = (Node *)n; } -#line 38517 "gram.c" +#line 38518 "gram.c" break; case 1291: /* AlterObjectDependsStmt: ALTER INDEX qualified_name opt_no DEPENDS ON EXTENSION name */ -#line 9064 "gram.y" +#line 9065 "gram.y" { AlterObjectDependsStmt *n = makeNode(AlterObjectDependsStmt); n->objectType = OBJECT_INDEX; @@ -38526,23 +38527,23 @@ n->remove = (yyvsp[-4].boolean); (yyval.node) = (Node *)n; } -#line 38530 "gram.c" +#line 38531 "gram.c" break; case 1292: /* opt_no: NO */ -#line 9074 "gram.y" +#line 9075 "gram.y" { (yyval.boolean) = true; } -#line 38536 "gram.c" +#line 38537 "gram.c" break; case 1293: /* opt_no: %empty */ -#line 9075 "gram.y" +#line 9076 "gram.y" { (yyval.boolean) = false; } -#line 38542 "gram.c" +#line 38543 "gram.c" break; case 1294: /* AlterObjectSchemaStmt: ALTER AGGREGATE aggregate_with_argtypes SET SCHEMA name */ -#line 9086 "gram.y" +#line 9087 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_AGGREGATE; @@ -38551,11 +38552,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38555 "gram.c" +#line 38556 "gram.c" break; case 1295: /* AlterObjectSchemaStmt: ALTER COLLATION any_name SET SCHEMA name */ -#line 9095 "gram.y" +#line 9096 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_COLLATION; @@ -38564,11 +38565,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38568 "gram.c" +#line 38569 "gram.c" break; case 1296: /* AlterObjectSchemaStmt: ALTER CONVERSION_P any_name SET SCHEMA name */ -#line 9104 "gram.y" +#line 9105 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_CONVERSION; @@ -38577,11 +38578,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38581 "gram.c" +#line 38582 "gram.c" break; case 1297: /* AlterObjectSchemaStmt: ALTER DOMAIN_P any_name SET SCHEMA name */ -#line 9113 "gram.y" +#line 9114 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_DOMAIN; @@ -38590,11 +38591,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38594 "gram.c" +#line 38595 "gram.c" break; case 1298: /* AlterObjectSchemaStmt: ALTER EXTENSION name SET SCHEMA name */ -#line 9122 "gram.y" +#line 9123 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_EXTENSION; @@ -38603,11 +38604,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38607 "gram.c" +#line 38608 "gram.c" break; case 1299: /* AlterObjectSchemaStmt: ALTER FUNCTION function_with_argtypes SET SCHEMA name */ -#line 9131 "gram.y" +#line 9132 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_FUNCTION; @@ -38616,11 +38617,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38620 "gram.c" +#line 38621 "gram.c" break; case 1300: /* AlterObjectSchemaStmt: ALTER OPERATOR operator_with_argtypes SET SCHEMA name */ -#line 9140 "gram.y" +#line 9141 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_OPERATOR; @@ -38629,11 +38630,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38633 "gram.c" +#line 38634 "gram.c" break; case 1301: /* AlterObjectSchemaStmt: ALTER OPERATOR CLASS any_name USING name SET SCHEMA name */ -#line 9149 "gram.y" +#line 9150 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_OPCLASS; @@ -38642,11 +38643,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38646 "gram.c" +#line 38647 "gram.c" break; case 1302: /* AlterObjectSchemaStmt: ALTER OPERATOR FAMILY any_name USING name SET SCHEMA name */ -#line 9158 "gram.y" +#line 9159 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_OPFAMILY; @@ -38655,11 +38656,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38659 "gram.c" +#line 38660 "gram.c" break; case 1303: /* AlterObjectSchemaStmt: ALTER PROCEDURE function_with_argtypes SET SCHEMA name */ -#line 9167 "gram.y" +#line 9168 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_PROCEDURE; @@ -38668,11 +38669,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38672 "gram.c" +#line 38673 "gram.c" break; case 1304: /* AlterObjectSchemaStmt: ALTER ROUTINE function_with_argtypes SET SCHEMA name */ -#line 9176 "gram.y" +#line 9177 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_ROUTINE; @@ -38681,11 +38682,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38685 "gram.c" +#line 38686 "gram.c" break; case 1305: /* AlterObjectSchemaStmt: ALTER TABLE relation_expr SET SCHEMA name */ -#line 9185 "gram.y" +#line 9186 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_TABLE; @@ -38694,11 +38695,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38698 "gram.c" +#line 38699 "gram.c" break; case 1306: /* AlterObjectSchemaStmt: ALTER TABLE IF_P EXISTS relation_expr SET SCHEMA name */ -#line 9194 "gram.y" +#line 9195 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_TABLE; @@ -38707,11 +38708,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38711 "gram.c" +#line 38712 "gram.c" break; case 1307: /* AlterObjectSchemaStmt: ALTER STATISTICS any_name SET SCHEMA name */ -#line 9203 "gram.y" +#line 9204 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_STATISTIC_EXT; @@ -38720,11 +38721,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38724 "gram.c" +#line 38725 "gram.c" break; case 1308: /* AlterObjectSchemaStmt: ALTER TEXT_P SEARCH PARSER any_name SET SCHEMA name */ -#line 9212 "gram.y" +#line 9213 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_TSPARSER; @@ -38733,11 +38734,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38737 "gram.c" +#line 38738 "gram.c" break; case 1309: /* AlterObjectSchemaStmt: ALTER TEXT_P SEARCH DICTIONARY any_name SET SCHEMA name */ -#line 9221 "gram.y" +#line 9222 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_TSDICTIONARY; @@ -38746,11 +38747,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38750 "gram.c" +#line 38751 "gram.c" break; case 1310: /* AlterObjectSchemaStmt: ALTER TEXT_P SEARCH TEMPLATE any_name SET SCHEMA name */ -#line 9230 "gram.y" +#line 9231 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_TSTEMPLATE; @@ -38759,11 +38760,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38763 "gram.c" +#line 38764 "gram.c" break; case 1311: /* AlterObjectSchemaStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name SET SCHEMA name */ -#line 9239 "gram.y" +#line 9240 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_TSCONFIGURATION; @@ -38772,11 +38773,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38776 "gram.c" +#line 38777 "gram.c" break; case 1312: /* AlterObjectSchemaStmt: ALTER SEQUENCE qualified_name SET SCHEMA name */ -#line 9248 "gram.y" +#line 9249 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_SEQUENCE; @@ -38785,11 +38786,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38789 "gram.c" +#line 38790 "gram.c" break; case 1313: /* AlterObjectSchemaStmt: ALTER SEQUENCE IF_P EXISTS qualified_name SET SCHEMA name */ -#line 9257 "gram.y" +#line 9258 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_SEQUENCE; @@ -38798,11 +38799,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38802 "gram.c" +#line 38803 "gram.c" break; case 1314: /* AlterObjectSchemaStmt: ALTER VIEW qualified_name SET SCHEMA name */ -#line 9266 "gram.y" +#line 9267 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_VIEW; @@ -38811,11 +38812,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38815 "gram.c" +#line 38816 "gram.c" break; case 1315: /* AlterObjectSchemaStmt: ALTER VIEW IF_P EXISTS qualified_name SET SCHEMA name */ -#line 9275 "gram.y" +#line 9276 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_VIEW; @@ -38824,11 +38825,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38828 "gram.c" +#line 38829 "gram.c" break; case 1316: /* AlterObjectSchemaStmt: ALTER MATERIALIZED VIEW qualified_name SET SCHEMA name */ -#line 9284 "gram.y" +#line 9285 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_MATVIEW; @@ -38837,11 +38838,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38841 "gram.c" +#line 38842 "gram.c" break; case 1317: /* AlterObjectSchemaStmt: ALTER MATERIALIZED VIEW IF_P EXISTS qualified_name SET SCHEMA name */ -#line 9293 "gram.y" +#line 9294 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_MATVIEW; @@ -38850,11 +38851,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38854 "gram.c" +#line 38855 "gram.c" break; case 1318: /* AlterObjectSchemaStmt: ALTER FOREIGN TABLE relation_expr SET SCHEMA name */ -#line 9302 "gram.y" +#line 9303 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_FOREIGN_TABLE; @@ -38863,11 +38864,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38867 "gram.c" +#line 38868 "gram.c" break; case 1319: /* AlterObjectSchemaStmt: ALTER FOREIGN TABLE IF_P EXISTS relation_expr SET SCHEMA name */ -#line 9311 "gram.y" +#line 9312 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_FOREIGN_TABLE; @@ -38876,11 +38877,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 38880 "gram.c" +#line 38881 "gram.c" break; case 1320: /* AlterObjectSchemaStmt: ALTER TYPE_P any_name SET SCHEMA name */ -#line 9320 "gram.y" +#line 9321 "gram.y" { AlterObjectSchemaStmt *n = makeNode(AlterObjectSchemaStmt); n->objectType = OBJECT_TYPE; @@ -38889,87 +38890,87 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 38893 "gram.c" +#line 38894 "gram.c" break; case 1321: /* AlterOperatorStmt: ALTER OPERATOR operator_with_argtypes SET '(' operator_def_list ')' */ -#line 9338 "gram.y" +#line 9339 "gram.y" { AlterOperatorStmt *n = makeNode(AlterOperatorStmt); n->opername = (yyvsp[-4].objwithargs); n->options = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 38904 "gram.c" +#line 38905 "gram.c" break; case 1322: /* operator_def_list: operator_def_elem */ -#line 9346 "gram.y" +#line 9347 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 38910 "gram.c" +#line 38911 "gram.c" break; case 1323: /* operator_def_list: operator_def_list ',' operator_def_elem */ -#line 9347 "gram.y" +#line 9348 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 38916 "gram.c" +#line 38917 "gram.c" break; case 1324: /* operator_def_elem: ColLabel '=' NONE */ -#line 9351 "gram.y" +#line 9352 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), NULL, (yylsp[-2])); } -#line 38922 "gram.c" +#line 38923 "gram.c" break; case 1325: /* operator_def_elem: ColLabel '=' operator_def_arg */ -#line 9353 "gram.y" +#line 9354 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), (Node *) (yyvsp[0].node), (yylsp[-2])); } -#line 38928 "gram.c" +#line 38929 "gram.c" break; case 1326: /* operator_def_arg: func_type */ -#line 9358 "gram.y" +#line 9359 "gram.y" { (yyval.node) = (Node *)(yyvsp[0].typnam); } -#line 38934 "gram.c" +#line 38935 "gram.c" break; case 1327: /* operator_def_arg: reserved_keyword */ -#line 9359 "gram.y" +#line 9360 "gram.y" { (yyval.node) = (Node *)makeString(pstrdup((yyvsp[0].keyword))); } -#line 38940 "gram.c" +#line 38941 "gram.c" break; case 1328: /* operator_def_arg: qual_all_Op */ -#line 9360 "gram.y" +#line 9361 "gram.y" { (yyval.node) = (Node *)(yyvsp[0].list); } -#line 38946 "gram.c" +#line 38947 "gram.c" break; case 1329: /* operator_def_arg: NumericOnly */ -#line 9361 "gram.y" +#line 9362 "gram.y" { (yyval.node) = (Node *)(yyvsp[0].value); } -#line 38952 "gram.c" +#line 38953 "gram.c" break; case 1330: /* operator_def_arg: Sconst */ -#line 9362 "gram.y" +#line 9363 "gram.y" { (yyval.node) = (Node *)makeString((yyvsp[0].str)); } -#line 38958 "gram.c" +#line 38959 "gram.c" break; case 1331: /* AlterTypeStmt: ALTER TYPE_P any_name SET '(' operator_def_list ')' */ -#line 9375 "gram.y" +#line 9376 "gram.y" { AlterTypeStmt *n = makeNode(AlterTypeStmt); n->typeName = (yyvsp[-4].list); n->options = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 38969 "gram.c" +#line 38970 "gram.c" break; case 1332: /* AlterOwnerStmt: ALTER AGGREGATE aggregate_with_argtypes OWNER TO RoleSpec */ -#line 9390 "gram.y" +#line 9391 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_AGGREGATE; @@ -38977,11 +38978,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 38981 "gram.c" +#line 38982 "gram.c" break; case 1333: /* AlterOwnerStmt: ALTER COLLATION any_name OWNER TO RoleSpec */ -#line 9398 "gram.y" +#line 9399 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_COLLATION; @@ -38989,11 +38990,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 38993 "gram.c" +#line 38994 "gram.c" break; case 1334: /* AlterOwnerStmt: ALTER CONVERSION_P any_name OWNER TO RoleSpec */ -#line 9406 "gram.y" +#line 9407 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_CONVERSION; @@ -39001,11 +39002,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39005 "gram.c" +#line 39006 "gram.c" break; case 1335: /* AlterOwnerStmt: ALTER DATABASE name OWNER TO RoleSpec */ -#line 9414 "gram.y" +#line 9415 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_DATABASE; @@ -39013,11 +39014,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39017 "gram.c" +#line 39018 "gram.c" break; case 1336: /* AlterOwnerStmt: ALTER DOMAIN_P any_name OWNER TO RoleSpec */ -#line 9422 "gram.y" +#line 9423 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_DOMAIN; @@ -39025,11 +39026,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39029 "gram.c" +#line 39030 "gram.c" break; case 1337: /* AlterOwnerStmt: ALTER FUNCTION function_with_argtypes OWNER TO RoleSpec */ -#line 9430 "gram.y" +#line 9431 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_FUNCTION; @@ -39037,11 +39038,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39041 "gram.c" +#line 39042 "gram.c" break; case 1338: /* AlterOwnerStmt: ALTER opt_procedural LANGUAGE name OWNER TO RoleSpec */ -#line 9438 "gram.y" +#line 9439 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_LANGUAGE; @@ -39049,11 +39050,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39053 "gram.c" +#line 39054 "gram.c" break; case 1339: /* AlterOwnerStmt: ALTER LARGE_P OBJECT_P NumericOnly OWNER TO RoleSpec */ -#line 9446 "gram.y" +#line 9447 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_LARGEOBJECT; @@ -39061,11 +39062,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39065 "gram.c" +#line 39066 "gram.c" break; case 1340: /* AlterOwnerStmt: ALTER OPERATOR operator_with_argtypes OWNER TO RoleSpec */ -#line 9454 "gram.y" +#line 9455 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_OPERATOR; @@ -39073,11 +39074,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39077 "gram.c" +#line 39078 "gram.c" break; case 1341: /* AlterOwnerStmt: ALTER OPERATOR CLASS any_name USING name OWNER TO RoleSpec */ -#line 9462 "gram.y" +#line 9463 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_OPCLASS; @@ -39085,11 +39086,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39089 "gram.c" +#line 39090 "gram.c" break; case 1342: /* AlterOwnerStmt: ALTER OPERATOR FAMILY any_name USING name OWNER TO RoleSpec */ -#line 9470 "gram.y" +#line 9471 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_OPFAMILY; @@ -39097,11 +39098,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39101 "gram.c" +#line 39102 "gram.c" break; case 1343: /* AlterOwnerStmt: ALTER PROCEDURE function_with_argtypes OWNER TO RoleSpec */ -#line 9478 "gram.y" +#line 9479 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_PROCEDURE; @@ -39109,11 +39110,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39113 "gram.c" +#line 39114 "gram.c" break; case 1344: /* AlterOwnerStmt: ALTER ROUTINE function_with_argtypes OWNER TO RoleSpec */ -#line 9486 "gram.y" +#line 9487 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_ROUTINE; @@ -39121,11 +39122,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39125 "gram.c" +#line 39126 "gram.c" break; case 1345: /* AlterOwnerStmt: ALTER SCHEMA name OWNER TO RoleSpec */ -#line 9494 "gram.y" +#line 9495 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_SCHEMA; @@ -39133,11 +39134,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39137 "gram.c" +#line 39138 "gram.c" break; case 1346: /* AlterOwnerStmt: ALTER TYPE_P any_name OWNER TO RoleSpec */ -#line 9502 "gram.y" +#line 9503 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_TYPE; @@ -39145,11 +39146,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39149 "gram.c" +#line 39150 "gram.c" break; case 1347: /* AlterOwnerStmt: ALTER TABLESPACE name OWNER TO RoleSpec */ -#line 9510 "gram.y" +#line 9511 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_TABLESPACE; @@ -39157,11 +39158,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39161 "gram.c" +#line 39162 "gram.c" break; case 1348: /* AlterOwnerStmt: ALTER STATISTICS any_name OWNER TO RoleSpec */ -#line 9518 "gram.y" +#line 9519 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_STATISTIC_EXT; @@ -39169,11 +39170,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39173 "gram.c" +#line 39174 "gram.c" break; case 1349: /* AlterOwnerStmt: ALTER TEXT_P SEARCH DICTIONARY any_name OWNER TO RoleSpec */ -#line 9526 "gram.y" +#line 9527 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_TSDICTIONARY; @@ -39181,11 +39182,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39185 "gram.c" +#line 39186 "gram.c" break; case 1350: /* AlterOwnerStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name OWNER TO RoleSpec */ -#line 9534 "gram.y" +#line 9535 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_TSCONFIGURATION; @@ -39193,11 +39194,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39197 "gram.c" +#line 39198 "gram.c" break; case 1351: /* AlterOwnerStmt: ALTER FOREIGN DATA_P WRAPPER name OWNER TO RoleSpec */ -#line 9542 "gram.y" +#line 9543 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_FDW; @@ -39205,11 +39206,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39209 "gram.c" +#line 39210 "gram.c" break; case 1352: /* AlterOwnerStmt: ALTER SERVER name OWNER TO RoleSpec */ -#line 9550 "gram.y" +#line 9551 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_FOREIGN_SERVER; @@ -39217,11 +39218,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39221 "gram.c" +#line 39222 "gram.c" break; case 1353: /* AlterOwnerStmt: ALTER EVENT TRIGGER name OWNER TO RoleSpec */ -#line 9558 "gram.y" +#line 9559 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_EVENT_TRIGGER; @@ -39229,11 +39230,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39233 "gram.c" +#line 39234 "gram.c" break; case 1354: /* AlterOwnerStmt: ALTER PUBLICATION name OWNER TO RoleSpec */ -#line 9566 "gram.y" +#line 9567 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_PUBLICATION; @@ -39241,11 +39242,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39245 "gram.c" +#line 39246 "gram.c" break; case 1355: /* AlterOwnerStmt: ALTER SUBSCRIPTION name OWNER TO RoleSpec */ -#line 9574 "gram.y" +#line 9575 "gram.y" { AlterOwnerStmt *n = makeNode(AlterOwnerStmt); n->objectType = OBJECT_SUBSCRIPTION; @@ -39253,11 +39254,11 @@ n->newowner = (yyvsp[0].rolespec); (yyval.node) = (Node *)n; } -#line 39257 "gram.c" +#line 39258 "gram.c" break; case 1356: /* CreatePublicationStmt: CREATE PUBLICATION name opt_publication_for_tables opt_definition */ -#line 9592 "gram.y" +#line 9593 "gram.y" { CreatePublicationStmt *n = makeNode(CreatePublicationStmt); n->pubname = (yyvsp[-2].str); @@ -39273,50 +39274,50 @@ } (yyval.node) = (Node *)n; } -#line 39277 "gram.c" +#line 39278 "gram.c" break; case 1357: /* opt_publication_for_tables: publication_for_tables */ -#line 9610 "gram.y" +#line 9611 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 39283 "gram.c" +#line 39284 "gram.c" break; case 1358: /* opt_publication_for_tables: %empty */ -#line 9611 "gram.y" +#line 9612 "gram.y" { (yyval.node) = NULL; } -#line 39289 "gram.c" +#line 39290 "gram.c" break; case 1359: /* publication_for_tables: FOR TABLE relation_expr_list */ -#line 9616 "gram.y" +#line 9617 "gram.y" { (yyval.node) = (Node *) (yyvsp[0].list); } -#line 39297 "gram.c" +#line 39298 "gram.c" break; case 1360: /* publication_for_tables: FOR ALL TABLES */ -#line 9620 "gram.y" +#line 9621 "gram.y" { (yyval.node) = (Node *) makeInteger(true); } -#line 39305 "gram.c" +#line 39306 "gram.c" break; case 1361: /* AlterPublicationStmt: ALTER PUBLICATION name SET definition */ -#line 9640 "gram.y" +#line 9641 "gram.y" { AlterPublicationStmt *n = makeNode(AlterPublicationStmt); n->pubname = (yyvsp[-2].str); n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39316 "gram.c" +#line 39317 "gram.c" break; case 1362: /* AlterPublicationStmt: ALTER PUBLICATION name ADD_P TABLE relation_expr_list */ -#line 9647 "gram.y" +#line 9648 "gram.y" { AlterPublicationStmt *n = makeNode(AlterPublicationStmt); n->pubname = (yyvsp[-3].str); @@ -39324,11 +39325,11 @@ n->tableAction = DEFELEM_ADD; (yyval.node) = (Node *)n; } -#line 39328 "gram.c" +#line 39329 "gram.c" break; case 1363: /* AlterPublicationStmt: ALTER PUBLICATION name SET TABLE relation_expr_list */ -#line 9655 "gram.y" +#line 9656 "gram.y" { AlterPublicationStmt *n = makeNode(AlterPublicationStmt); n->pubname = (yyvsp[-3].str); @@ -39336,11 +39337,11 @@ n->tableAction = DEFELEM_SET; (yyval.node) = (Node *)n; } -#line 39340 "gram.c" +#line 39341 "gram.c" break; case 1364: /* AlterPublicationStmt: ALTER PUBLICATION name DROP TABLE relation_expr_list */ -#line 9663 "gram.y" +#line 9664 "gram.y" { AlterPublicationStmt *n = makeNode(AlterPublicationStmt); n->pubname = (yyvsp[-3].str); @@ -39348,11 +39349,11 @@ n->tableAction = DEFELEM_DROP; (yyval.node) = (Node *)n; } -#line 39352 "gram.c" +#line 39353 "gram.c" break; case 1365: /* CreateSubscriptionStmt: CREATE SUBSCRIPTION name CONNECTION Sconst PUBLICATION name_list opt_definition */ -#line 9680 "gram.y" +#line 9681 "gram.y" { CreateSubscriptionStmt *n = makeNode(CreateSubscriptionStmt); @@ -39362,11 +39363,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39366 "gram.c" +#line 39367 "gram.c" break; case 1366: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name SET definition */ -#line 9699 "gram.y" +#line 9700 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39375,11 +39376,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39379 "gram.c" +#line 39380 "gram.c" break; case 1367: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name CONNECTION Sconst */ -#line 9708 "gram.y" +#line 9709 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39388,11 +39389,11 @@ n->conninfo = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39392 "gram.c" +#line 39393 "gram.c" break; case 1368: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name REFRESH PUBLICATION opt_definition */ -#line 9717 "gram.y" +#line 9718 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39401,11 +39402,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39405 "gram.c" +#line 39406 "gram.c" break; case 1369: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name ADD_P PUBLICATION name_list opt_definition */ -#line 9726 "gram.y" +#line 9727 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39415,11 +39416,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39419 "gram.c" +#line 39420 "gram.c" break; case 1370: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name DROP PUBLICATION name_list opt_definition */ -#line 9736 "gram.y" +#line 9737 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39429,11 +39430,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39433 "gram.c" +#line 39434 "gram.c" break; case 1371: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name SET PUBLICATION name_list opt_definition */ -#line 9746 "gram.y" +#line 9747 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39443,11 +39444,11 @@ n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39447 "gram.c" +#line 39448 "gram.c" break; case 1372: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name ENABLE_P */ -#line 9756 "gram.y" +#line 9757 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39457,11 +39458,11 @@ (Node *)makeInteger(true), (yylsp[-3]))); (yyval.node) = (Node *)n; } -#line 39461 "gram.c" +#line 39462 "gram.c" break; case 1373: /* AlterSubscriptionStmt: ALTER SUBSCRIPTION name DISABLE_P */ -#line 9766 "gram.y" +#line 9767 "gram.y" { AlterSubscriptionStmt *n = makeNode(AlterSubscriptionStmt); @@ -39471,11 +39472,11 @@ (Node *)makeInteger(false), (yylsp[-3]))); (yyval.node) = (Node *)n; } -#line 39475 "gram.c" +#line 39476 "gram.c" break; case 1374: /* DropSubscriptionStmt: DROP SUBSCRIPTION name opt_drop_behavior */ -#line 9784 "gram.y" +#line 9785 "gram.y" { DropSubscriptionStmt *n = makeNode(DropSubscriptionStmt); n->subname = (yyvsp[-1].str); @@ -39483,11 +39484,11 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *) n; } -#line 39487 "gram.c" +#line 39488 "gram.c" break; case 1375: /* DropSubscriptionStmt: DROP SUBSCRIPTION IF_P EXISTS name opt_drop_behavior */ -#line 9792 "gram.y" +#line 9793 "gram.y" { DropSubscriptionStmt *n = makeNode(DropSubscriptionStmt); n->subname = (yyvsp[-1].str); @@ -39495,11 +39496,11 @@ n->behavior = (yyvsp[0].dbehavior); (yyval.node) = (Node *) n; } -#line 39499 "gram.c" +#line 39500 "gram.c" break; case 1376: /* RuleStmt: CREATE opt_or_replace RULE name AS ON event TO qualified_name where_clause DO opt_instead RuleActionList */ -#line 9810 "gram.y" +#line 9811 "gram.y" { RuleStmt *n = makeNode(RuleStmt); n->replace = (yyvsp[-11].boolean); @@ -39511,156 +39512,156 @@ n->actions = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39515 "gram.c" +#line 39516 "gram.c" break; case 1377: /* RuleActionList: NOTHING */ -#line 9824 "gram.y" +#line 9825 "gram.y" { (yyval.list) = NIL; } -#line 39521 "gram.c" +#line 39522 "gram.c" break; case 1378: /* RuleActionList: RuleActionStmt */ -#line 9825 "gram.y" +#line 9826 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 39527 "gram.c" +#line 39528 "gram.c" break; case 1379: /* RuleActionList: '(' RuleActionMulti ')' */ -#line 9826 "gram.y" +#line 9827 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 39533 "gram.c" +#line 39534 "gram.c" break; case 1380: /* RuleActionMulti: RuleActionMulti ';' RuleActionStmtOrEmpty */ -#line 9832 "gram.y" +#line 9833 "gram.y" { if ((yyvsp[0].node) != NULL) (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); else (yyval.list) = (yyvsp[-2].list); } -#line 39543 "gram.c" +#line 39544 "gram.c" break; case 1381: /* RuleActionMulti: RuleActionStmtOrEmpty */ -#line 9838 "gram.y" +#line 9839 "gram.y" { if ((yyvsp[0].node) != NULL) (yyval.list) = list_make1((yyvsp[0].node)); else (yyval.list) = NIL; } -#line 39553 "gram.c" +#line 39554 "gram.c" break; case 1387: /* RuleActionStmtOrEmpty: RuleActionStmt */ -#line 9854 "gram.y" +#line 9855 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 39559 "gram.c" +#line 39560 "gram.c" break; case 1388: /* RuleActionStmtOrEmpty: %empty */ -#line 9855 "gram.y" +#line 9856 "gram.y" { (yyval.node) = NULL; } -#line 39565 "gram.c" +#line 39566 "gram.c" break; case 1389: /* event: SELECT */ -#line 9858 "gram.y" +#line 9859 "gram.y" { (yyval.ival) = CMD_SELECT; } -#line 39571 "gram.c" +#line 39572 "gram.c" break; case 1390: /* event: UPDATE */ -#line 9859 "gram.y" +#line 9860 "gram.y" { (yyval.ival) = CMD_UPDATE; } -#line 39577 "gram.c" +#line 39578 "gram.c" break; case 1391: /* event: DELETE_P */ -#line 9860 "gram.y" +#line 9861 "gram.y" { (yyval.ival) = CMD_DELETE; } -#line 39583 "gram.c" +#line 39584 "gram.c" break; case 1392: /* event: INSERT */ -#line 9861 "gram.y" +#line 9862 "gram.y" { (yyval.ival) = CMD_INSERT; } -#line 39589 "gram.c" +#line 39590 "gram.c" break; case 1393: /* opt_instead: INSTEAD */ -#line 9865 "gram.y" +#line 9866 "gram.y" { (yyval.boolean) = true; } -#line 39595 "gram.c" +#line 39596 "gram.c" break; case 1394: /* opt_instead: ALSO */ -#line 9866 "gram.y" +#line 9867 "gram.y" { (yyval.boolean) = false; } -#line 39601 "gram.c" +#line 39602 "gram.c" break; case 1395: /* opt_instead: %empty */ -#line 9867 "gram.y" +#line 9868 "gram.y" { (yyval.boolean) = false; } -#line 39607 "gram.c" +#line 39608 "gram.c" break; case 1396: /* NotifyStmt: NOTIFY ColId notify_payload */ -#line 9880 "gram.y" +#line 9881 "gram.y" { NotifyStmt *n = makeNode(NotifyStmt); n->conditionname = (yyvsp[-1].str); n->payload = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39618 "gram.c" +#line 39619 "gram.c" break; case 1397: /* notify_payload: ',' Sconst */ -#line 9889 "gram.y" +#line 9890 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 39624 "gram.c" +#line 39625 "gram.c" break; case 1398: /* notify_payload: %empty */ -#line 9890 "gram.y" +#line 9891 "gram.y" { (yyval.str) = NULL; } -#line 39630 "gram.c" +#line 39631 "gram.c" break; case 1399: /* ListenStmt: LISTEN ColId */ -#line 9894 "gram.y" +#line 9895 "gram.y" { ListenStmt *n = makeNode(ListenStmt); n->conditionname = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39640 "gram.c" +#line 39641 "gram.c" break; case 1400: /* UnlistenStmt: UNLISTEN ColId */ -#line 9903 "gram.y" +#line 9904 "gram.y" { UnlistenStmt *n = makeNode(UnlistenStmt); n->conditionname = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39650 "gram.c" +#line 39651 "gram.c" break; case 1401: /* UnlistenStmt: UNLISTEN '*' */ -#line 9909 "gram.y" +#line 9910 "gram.y" { UnlistenStmt *n = makeNode(UnlistenStmt); n->conditionname = NULL; (yyval.node) = (Node *)n; } -#line 39660 "gram.c" +#line 39661 "gram.c" break; case 1402: /* TransactionStmt: ABORT_P opt_transaction opt_transaction_chain */ -#line 9928 "gram.y" +#line 9929 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_ROLLBACK; @@ -39668,22 +39669,22 @@ n->chain = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 39672 "gram.c" +#line 39673 "gram.c" break; case 1403: /* TransactionStmt: START TRANSACTION transaction_mode_list_or_empty */ -#line 9936 "gram.y" +#line 9937 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_START; n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39683 "gram.c" +#line 39684 "gram.c" break; case 1404: /* TransactionStmt: COMMIT opt_transaction opt_transaction_chain */ -#line 9943 "gram.y" +#line 9944 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_COMMIT; @@ -39691,11 +39692,11 @@ n->chain = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 39695 "gram.c" +#line 39696 "gram.c" break; case 1405: /* TransactionStmt: ROLLBACK opt_transaction opt_transaction_chain */ -#line 9951 "gram.y" +#line 9952 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_ROLLBACK; @@ -39703,110 +39704,110 @@ n->chain = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 39707 "gram.c" +#line 39708 "gram.c" break; case 1406: /* TransactionStmt: SAVEPOINT ColId */ -#line 9959 "gram.y" +#line 9960 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_SAVEPOINT; n->savepoint_name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39718 "gram.c" +#line 39719 "gram.c" break; case 1407: /* TransactionStmt: RELEASE SAVEPOINT ColId */ -#line 9966 "gram.y" +#line 9967 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_RELEASE; n->savepoint_name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39729 "gram.c" +#line 39730 "gram.c" break; case 1408: /* TransactionStmt: RELEASE ColId */ -#line 9973 "gram.y" +#line 9974 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_RELEASE; n->savepoint_name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39740 "gram.c" +#line 39741 "gram.c" break; case 1409: /* TransactionStmt: ROLLBACK opt_transaction TO SAVEPOINT ColId */ -#line 9980 "gram.y" +#line 9981 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_ROLLBACK_TO; n->savepoint_name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39751 "gram.c" +#line 39752 "gram.c" break; case 1410: /* TransactionStmt: ROLLBACK opt_transaction TO ColId */ -#line 9987 "gram.y" +#line 9988 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_ROLLBACK_TO; n->savepoint_name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39762 "gram.c" +#line 39763 "gram.c" break; case 1411: /* TransactionStmt: PREPARE TRANSACTION Sconst */ -#line 9994 "gram.y" +#line 9995 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_PREPARE; n->gid = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39773 "gram.c" +#line 39774 "gram.c" break; case 1412: /* TransactionStmt: COMMIT PREPARED Sconst */ -#line 10001 "gram.y" +#line 10002 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_COMMIT_PREPARED; n->gid = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39784 "gram.c" +#line 39785 "gram.c" break; case 1413: /* TransactionStmt: ROLLBACK PREPARED Sconst */ -#line 10008 "gram.y" +#line 10009 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_ROLLBACK_PREPARED; n->gid = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 39795 "gram.c" +#line 39796 "gram.c" break; case 1414: /* TransactionStmtLegacy: BEGIN_P opt_transaction transaction_mode_list_or_empty */ -#line 10018 "gram.y" +#line 10019 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_BEGIN; n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 39806 "gram.c" +#line 39807 "gram.c" break; case 1415: /* TransactionStmtLegacy: END_P opt_transaction opt_transaction_chain */ -#line 10025 "gram.y" +#line 10026 "gram.y" { TransactionStmt *n = makeNode(TransactionStmt); n->kind = TRANS_STMT_COMMIT; @@ -39814,88 +39815,88 @@ n->chain = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 39818 "gram.c" +#line 39819 "gram.c" break; case 1419: /* transaction_mode_item: ISOLATION LEVEL iso_level */ -#line 10041 "gram.y" +#line 10042 "gram.y" { (yyval.defelt) = makeDefElem("transaction_isolation", makeStringConst((yyvsp[0].str), (yylsp[0])), (yylsp[-2])); } -#line 39825 "gram.c" +#line 39826 "gram.c" break; case 1420: /* transaction_mode_item: READ ONLY */ -#line 10044 "gram.y" +#line 10045 "gram.y" { (yyval.defelt) = makeDefElem("transaction_read_only", makeIntConst(true, (yylsp[-1])), (yylsp[-1])); } -#line 39832 "gram.c" +#line 39833 "gram.c" break; case 1421: /* transaction_mode_item: READ WRITE */ -#line 10047 "gram.y" +#line 10048 "gram.y" { (yyval.defelt) = makeDefElem("transaction_read_only", makeIntConst(false, (yylsp[-1])), (yylsp[-1])); } -#line 39839 "gram.c" +#line 39840 "gram.c" break; case 1422: /* transaction_mode_item: DEFERRABLE */ -#line 10050 "gram.y" +#line 10051 "gram.y" { (yyval.defelt) = makeDefElem("transaction_deferrable", makeIntConst(true, (yylsp[0])), (yylsp[0])); } -#line 39846 "gram.c" +#line 39847 "gram.c" break; case 1423: /* transaction_mode_item: NOT DEFERRABLE */ -#line 10053 "gram.y" +#line 10054 "gram.y" { (yyval.defelt) = makeDefElem("transaction_deferrable", makeIntConst(false, (yylsp[-1])), (yylsp[-1])); } -#line 39853 "gram.c" +#line 39854 "gram.c" break; case 1424: /* transaction_mode_list: transaction_mode_item */ -#line 10060 "gram.y" +#line 10061 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 39859 "gram.c" +#line 39860 "gram.c" break; case 1425: /* transaction_mode_list: transaction_mode_list ',' transaction_mode_item */ -#line 10062 "gram.y" +#line 10063 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 39865 "gram.c" +#line 39866 "gram.c" break; case 1426: /* transaction_mode_list: transaction_mode_list transaction_mode_item */ -#line 10064 "gram.y" +#line 10065 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 39871 "gram.c" +#line 39872 "gram.c" break; case 1428: /* transaction_mode_list_or_empty: %empty */ -#line 10070 "gram.y" +#line 10071 "gram.y" { (yyval.list) = NIL; } -#line 39877 "gram.c" +#line 39878 "gram.c" break; case 1429: /* opt_transaction_chain: AND CHAIN */ -#line 10074 "gram.y" +#line 10075 "gram.y" { (yyval.boolean) = true; } -#line 39883 "gram.c" +#line 39884 "gram.c" break; case 1430: /* opt_transaction_chain: AND NO CHAIN */ -#line 10075 "gram.y" +#line 10076 "gram.y" { (yyval.boolean) = false; } -#line 39889 "gram.c" +#line 39890 "gram.c" break; case 1431: /* opt_transaction_chain: %empty */ -#line 10076 "gram.y" +#line 10077 "gram.y" { (yyval.boolean) = false; } -#line 39895 "gram.c" +#line 39896 "gram.c" break; case 1432: /* ViewStmt: CREATE OptTemp VIEW qualified_name opt_column_list opt_reloptions AS SelectStmt opt_check_option */ -#line 10090 "gram.y" +#line 10091 "gram.y" { ViewStmt *n = makeNode(ViewStmt); n->view = (yyvsp[-5].range); @@ -39907,11 +39908,11 @@ n->withCheckOption = (yyvsp[0].ival); (yyval.node) = (Node *) n; } -#line 39911 "gram.c" +#line 39912 "gram.c" break; case 1433: /* ViewStmt: CREATE OR REPLACE OptTemp VIEW qualified_name opt_column_list opt_reloptions AS SelectStmt opt_check_option */ -#line 10103 "gram.y" +#line 10104 "gram.y" { ViewStmt *n = makeNode(ViewStmt); n->view = (yyvsp[-5].range); @@ -39923,11 +39924,11 @@ n->withCheckOption = (yyvsp[0].ival); (yyval.node) = (Node *) n; } -#line 39927 "gram.c" +#line 39928 "gram.c" break; case 1434: /* ViewStmt: CREATE OptTemp RECURSIVE VIEW qualified_name '(' columnList ')' opt_reloptions AS SelectStmt opt_check_option */ -#line 10116 "gram.y" +#line 10117 "gram.y" { ViewStmt *n = makeNode(ViewStmt); n->view = (yyvsp[-7].range); @@ -39944,11 +39945,11 @@ parser_errposition((yylsp[0])))); (yyval.node) = (Node *) n; } -#line 39948 "gram.c" +#line 39949 "gram.c" break; case 1435: /* ViewStmt: CREATE OR REPLACE OptTemp RECURSIVE VIEW qualified_name '(' columnList ')' opt_reloptions AS SelectStmt opt_check_option */ -#line 10134 "gram.y" +#line 10135 "gram.y" { ViewStmt *n = makeNode(ViewStmt); n->view = (yyvsp[-7].range); @@ -39965,168 +39966,168 @@ parser_errposition((yylsp[0])))); (yyval.node) = (Node *) n; } -#line 39969 "gram.c" +#line 39970 "gram.c" break; case 1436: /* opt_check_option: WITH CHECK OPTION */ -#line 10153 "gram.y" +#line 10154 "gram.y" { (yyval.ival) = CASCADED_CHECK_OPTION; } -#line 39975 "gram.c" +#line 39976 "gram.c" break; case 1437: /* opt_check_option: WITH CASCADED CHECK OPTION */ -#line 10154 "gram.y" +#line 10155 "gram.y" { (yyval.ival) = CASCADED_CHECK_OPTION; } -#line 39981 "gram.c" +#line 39982 "gram.c" break; case 1438: /* opt_check_option: WITH LOCAL CHECK OPTION */ -#line 10155 "gram.y" +#line 10156 "gram.y" { (yyval.ival) = LOCAL_CHECK_OPTION; } -#line 39987 "gram.c" +#line 39988 "gram.c" break; case 1439: /* opt_check_option: %empty */ -#line 10156 "gram.y" +#line 10157 "gram.y" { (yyval.ival) = NO_CHECK_OPTION; } -#line 39993 "gram.c" +#line 39994 "gram.c" break; case 1440: /* LoadStmt: LOAD file_name */ -#line 10167 "gram.y" +#line 10168 "gram.y" { LoadStmt *n = makeNode(LoadStmt); n->filename = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 40003 "gram.c" +#line 40004 "gram.c" break; case 1441: /* CreatedbStmt: CREATE DATABASE name opt_with createdb_opt_list */ -#line 10183 "gram.y" +#line 10184 "gram.y" { CreatedbStmt *n = makeNode(CreatedbStmt); n->dbname = (yyvsp[-2].str); n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 40014 "gram.c" +#line 40015 "gram.c" break; case 1442: /* createdb_opt_list: createdb_opt_items */ -#line 10192 "gram.y" +#line 10193 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 40020 "gram.c" +#line 40021 "gram.c" break; case 1443: /* createdb_opt_list: %empty */ -#line 10193 "gram.y" +#line 10194 "gram.y" { (yyval.list) = NIL; } -#line 40026 "gram.c" +#line 40027 "gram.c" break; case 1444: /* createdb_opt_items: createdb_opt_item */ -#line 10197 "gram.y" +#line 10198 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 40032 "gram.c" +#line 40033 "gram.c" break; case 1445: /* createdb_opt_items: createdb_opt_items createdb_opt_item */ -#line 10198 "gram.y" +#line 10199 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 40038 "gram.c" +#line 40039 "gram.c" break; case 1446: /* createdb_opt_item: createdb_opt_name opt_equal SignedIconst */ -#line 10203 "gram.y" +#line 10204 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), (Node *)makeInteger((yyvsp[0].ival)), (yylsp[-2])); } -#line 40046 "gram.c" +#line 40047 "gram.c" break; case 1447: /* createdb_opt_item: createdb_opt_name opt_equal opt_boolean_or_string */ -#line 10207 "gram.y" +#line 10208 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), (Node *)makeString((yyvsp[0].str)), (yylsp[-2])); } -#line 40054 "gram.c" +#line 40055 "gram.c" break; case 1448: /* createdb_opt_item: createdb_opt_name opt_equal DEFAULT */ -#line 10211 "gram.y" +#line 10212 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-2].str), NULL, (yylsp[-2])); } -#line 40062 "gram.c" +#line 40063 "gram.c" break; case 1449: /* createdb_opt_name: IDENT */ -#line 10228 "gram.y" +#line 10229 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 40068 "gram.c" +#line 40069 "gram.c" break; case 1450: /* createdb_opt_name: CONNECTION LIMIT */ -#line 10229 "gram.y" +#line 10230 "gram.y" { (yyval.str) = pstrdup("connection_limit"); } -#line 40074 "gram.c" +#line 40075 "gram.c" break; case 1451: /* createdb_opt_name: ENCODING */ -#line 10230 "gram.y" +#line 10231 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 40080 "gram.c" +#line 40081 "gram.c" break; case 1452: /* createdb_opt_name: LOCATION */ -#line 10231 "gram.y" +#line 10232 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 40086 "gram.c" +#line 40087 "gram.c" break; case 1453: /* createdb_opt_name: OWNER */ -#line 10232 "gram.y" +#line 10233 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 40092 "gram.c" +#line 40093 "gram.c" break; case 1454: /* createdb_opt_name: TABLESPACE */ -#line 10233 "gram.y" +#line 10234 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 40098 "gram.c" +#line 40099 "gram.c" break; case 1455: /* createdb_opt_name: TEMPLATE */ -#line 10234 "gram.y" +#line 10235 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 40104 "gram.c" +#line 40105 "gram.c" break; case 1458: /* AlterDatabaseStmt: ALTER DATABASE name WITH createdb_opt_list */ -#line 10254 "gram.y" +#line 10255 "gram.y" { AlterDatabaseStmt *n = makeNode(AlterDatabaseStmt); n->dbname = (yyvsp[-2].str); n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 40115 "gram.c" +#line 40116 "gram.c" break; case 1459: /* AlterDatabaseStmt: ALTER DATABASE name createdb_opt_list */ -#line 10261 "gram.y" +#line 10262 "gram.y" { AlterDatabaseStmt *n = makeNode(AlterDatabaseStmt); n->dbname = (yyvsp[-1].str); n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 40126 "gram.c" +#line 40127 "gram.c" break; case 1460: /* AlterDatabaseStmt: ALTER DATABASE name SET TABLESPACE name */ -#line 10268 "gram.y" +#line 10269 "gram.y" { AlterDatabaseStmt *n = makeNode(AlterDatabaseStmt); n->dbname = (yyvsp[-3].str); @@ -40134,22 +40135,22 @@ (Node *)makeString((yyvsp[0].str)), (yylsp[0]))); (yyval.node) = (Node *)n; } -#line 40138 "gram.c" +#line 40139 "gram.c" break; case 1461: /* AlterDatabaseSetStmt: ALTER DATABASE name SetResetClause */ -#line 10279 "gram.y" +#line 10280 "gram.y" { AlterDatabaseSetStmt *n = makeNode(AlterDatabaseSetStmt); n->dbname = (yyvsp[-1].str); n->setstmt = (yyvsp[0].vsetstmt); (yyval.node) = (Node *)n; } -#line 40149 "gram.c" +#line 40150 "gram.c" break; case 1462: /* DropdbStmt: DROP DATABASE name */ -#line 10296 "gram.y" +#line 10297 "gram.y" { DropdbStmt *n = makeNode(DropdbStmt); n->dbname = (yyvsp[0].str); @@ -40157,11 +40158,11 @@ n->options = NULL; (yyval.node) = (Node *)n; } -#line 40161 "gram.c" +#line 40162 "gram.c" break; case 1463: /* DropdbStmt: DROP DATABASE IF_P EXISTS name */ -#line 10304 "gram.y" +#line 10305 "gram.y" { DropdbStmt *n = makeNode(DropdbStmt); n->dbname = (yyvsp[0].str); @@ -40169,11 +40170,11 @@ n->options = NULL; (yyval.node) = (Node *)n; } -#line 40173 "gram.c" +#line 40174 "gram.c" break; case 1464: /* DropdbStmt: DROP DATABASE name opt_with '(' drop_option_list ')' */ -#line 10312 "gram.y" +#line 10313 "gram.y" { DropdbStmt *n = makeNode(DropdbStmt); n->dbname = (yyvsp[-4].str); @@ -40181,11 +40182,11 @@ n->options = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 40185 "gram.c" +#line 40186 "gram.c" break; case 1465: /* DropdbStmt: DROP DATABASE IF_P EXISTS name opt_with '(' drop_option_list ')' */ -#line 10320 "gram.y" +#line 10321 "gram.y" { DropdbStmt *n = makeNode(DropdbStmt); n->dbname = (yyvsp[-4].str); @@ -40193,65 +40194,65 @@ n->options = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 40197 "gram.c" +#line 40198 "gram.c" break; case 1466: /* drop_option_list: drop_option */ -#line 10331 "gram.y" +#line 10332 "gram.y" { (yyval.list) = list_make1((Node *) (yyvsp[0].defelt)); } -#line 40205 "gram.c" +#line 40206 "gram.c" break; case 1467: /* drop_option_list: drop_option_list ',' drop_option */ -#line 10335 "gram.y" +#line 10336 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (Node *) (yyvsp[0].defelt)); } -#line 40213 "gram.c" +#line 40214 "gram.c" break; case 1468: /* drop_option: FORCE */ -#line 10346 "gram.y" +#line 10347 "gram.y" { (yyval.defelt) = makeDefElem("force", NULL, (yylsp[0])); } -#line 40221 "gram.c" +#line 40222 "gram.c" break; case 1469: /* AlterCollationStmt: ALTER COLLATION any_name REFRESH VERSION_P */ -#line 10358 "gram.y" +#line 10359 "gram.y" { AlterCollationStmt *n = makeNode(AlterCollationStmt); n->collname = (yyvsp[-2].list); (yyval.node) = (Node *)n; } -#line 40231 "gram.c" +#line 40232 "gram.c" break; case 1470: /* AlterSystemStmt: ALTER SYSTEM_P SET generic_set */ -#line 10375 "gram.y" +#line 10376 "gram.y" { AlterSystemStmt *n = makeNode(AlterSystemStmt); n->setstmt = (yyvsp[0].vsetstmt); (yyval.node) = (Node *)n; } -#line 40241 "gram.c" +#line 40242 "gram.c" break; case 1471: /* AlterSystemStmt: ALTER SYSTEM_P RESET generic_reset */ -#line 10381 "gram.y" +#line 10382 "gram.y" { AlterSystemStmt *n = makeNode(AlterSystemStmt); n->setstmt = (yyvsp[0].vsetstmt); (yyval.node) = (Node *)n; } -#line 40251 "gram.c" +#line 40252 "gram.c" break; case 1472: /* CreateDomainStmt: CREATE DOMAIN_P any_name opt_as Typename ColQualList */ -#line 10397 "gram.y" +#line 10398 "gram.y" { CreateDomainStmt *n = makeNode(CreateDomainStmt); n->domainname = (yyvsp[-3].list); @@ -40260,11 +40261,11 @@ yyscanner); (yyval.node) = (Node *)n; } -#line 40264 "gram.c" +#line 40265 "gram.c" break; case 1473: /* AlterDomainStmt: ALTER DOMAIN_P any_name alter_column_default */ -#line 10410 "gram.y" +#line 10411 "gram.y" { AlterDomainStmt *n = makeNode(AlterDomainStmt); n->subtype = 'T'; @@ -40272,33 +40273,33 @@ n->def = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 40276 "gram.c" +#line 40277 "gram.c" break; case 1474: /* AlterDomainStmt: ALTER DOMAIN_P any_name DROP NOT NULL_P */ -#line 10419 "gram.y" +#line 10420 "gram.y" { AlterDomainStmt *n = makeNode(AlterDomainStmt); n->subtype = 'N'; n->typeName = (yyvsp[-3].list); (yyval.node) = (Node *)n; } -#line 40287 "gram.c" +#line 40288 "gram.c" break; case 1475: /* AlterDomainStmt: ALTER DOMAIN_P any_name SET NOT NULL_P */ -#line 10427 "gram.y" +#line 10428 "gram.y" { AlterDomainStmt *n = makeNode(AlterDomainStmt); n->subtype = 'O'; n->typeName = (yyvsp[-3].list); (yyval.node) = (Node *)n; } -#line 40298 "gram.c" +#line 40299 "gram.c" break; case 1476: /* AlterDomainStmt: ALTER DOMAIN_P any_name ADD_P TableConstraint */ -#line 10435 "gram.y" +#line 10436 "gram.y" { AlterDomainStmt *n = makeNode(AlterDomainStmt); n->subtype = 'C'; @@ -40306,11 +40307,11 @@ n->def = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 40310 "gram.c" +#line 40311 "gram.c" break; case 1477: /* AlterDomainStmt: ALTER DOMAIN_P any_name DROP CONSTRAINT name opt_drop_behavior */ -#line 10444 "gram.y" +#line 10445 "gram.y" { AlterDomainStmt *n = makeNode(AlterDomainStmt); n->subtype = 'X'; @@ -40320,11 +40321,11 @@ n->missing_ok = false; (yyval.node) = (Node *)n; } -#line 40324 "gram.c" +#line 40325 "gram.c" break; case 1478: /* AlterDomainStmt: ALTER DOMAIN_P any_name DROP CONSTRAINT IF_P EXISTS name opt_drop_behavior */ -#line 10455 "gram.y" +#line 10456 "gram.y" { AlterDomainStmt *n = makeNode(AlterDomainStmt); n->subtype = 'X'; @@ -40334,11 +40335,11 @@ n->missing_ok = true; (yyval.node) = (Node *)n; } -#line 40338 "gram.c" +#line 40339 "gram.c" break; case 1479: /* AlterDomainStmt: ALTER DOMAIN_P any_name VALIDATE CONSTRAINT name */ -#line 10466 "gram.y" +#line 10467 "gram.y" { AlterDomainStmt *n = makeNode(AlterDomainStmt); n->subtype = 'V'; @@ -40346,22 +40347,22 @@ n->name = (yyvsp[0].str); (yyval.node) = (Node *)n; } -#line 40350 "gram.c" +#line 40351 "gram.c" break; case 1482: /* AlterTSDictionaryStmt: ALTER TEXT_P SEARCH DICTIONARY any_name definition */ -#line 10488 "gram.y" +#line 10489 "gram.y" { AlterTSDictionaryStmt *n = makeNode(AlterTSDictionaryStmt); n->dictname = (yyvsp[-1].list); n->options = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 40361 "gram.c" +#line 40362 "gram.c" break; case 1483: /* AlterTSConfigurationStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name ADD_P MAPPING FOR name_list any_with any_name_list */ -#line 10498 "gram.y" +#line 10499 "gram.y" { AlterTSConfigurationStmt *n = makeNode(AlterTSConfigurationStmt); n->kind = ALTER_TSCONFIG_ADD_MAPPING; @@ -40372,11 +40373,11 @@ n->replace = false; (yyval.node) = (Node*)n; } -#line 40376 "gram.c" +#line 40377 "gram.c" break; case 1484: /* AlterTSConfigurationStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name ALTER MAPPING FOR name_list any_with any_name_list */ -#line 10509 "gram.y" +#line 10510 "gram.y" { AlterTSConfigurationStmt *n = makeNode(AlterTSConfigurationStmt); n->kind = ALTER_TSCONFIG_ALTER_MAPPING_FOR_TOKEN; @@ -40387,11 +40388,11 @@ n->replace = false; (yyval.node) = (Node*)n; } -#line 40391 "gram.c" +#line 40392 "gram.c" break; case 1485: /* AlterTSConfigurationStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name ALTER MAPPING REPLACE any_name any_with any_name */ -#line 10520 "gram.y" +#line 10521 "gram.y" { AlterTSConfigurationStmt *n = makeNode(AlterTSConfigurationStmt); n->kind = ALTER_TSCONFIG_REPLACE_DICT; @@ -40402,11 +40403,11 @@ n->replace = true; (yyval.node) = (Node*)n; } -#line 40406 "gram.c" +#line 40407 "gram.c" break; case 1486: /* AlterTSConfigurationStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name ALTER MAPPING FOR name_list REPLACE any_name any_with any_name */ -#line 10531 "gram.y" +#line 10532 "gram.y" { AlterTSConfigurationStmt *n = makeNode(AlterTSConfigurationStmt); n->kind = ALTER_TSCONFIG_REPLACE_DICT_FOR_TOKEN; @@ -40417,11 +40418,11 @@ n->replace = true; (yyval.node) = (Node*)n; } -#line 40421 "gram.c" +#line 40422 "gram.c" break; case 1487: /* AlterTSConfigurationStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name DROP MAPPING FOR name_list */ -#line 10542 "gram.y" +#line 10543 "gram.y" { AlterTSConfigurationStmt *n = makeNode(AlterTSConfigurationStmt); n->kind = ALTER_TSCONFIG_DROP_MAPPING; @@ -40430,11 +40431,11 @@ n->missing_ok = false; (yyval.node) = (Node*)n; } -#line 40434 "gram.c" +#line 40435 "gram.c" break; case 1488: /* AlterTSConfigurationStmt: ALTER TEXT_P SEARCH CONFIGURATION any_name DROP MAPPING IF_P EXISTS FOR name_list */ -#line 10551 "gram.y" +#line 10552 "gram.y" { AlterTSConfigurationStmt *n = makeNode(AlterTSConfigurationStmt); n->kind = ALTER_TSCONFIG_DROP_MAPPING; @@ -40443,11 +40444,11 @@ n->missing_ok = true; (yyval.node) = (Node*)n; } -#line 40447 "gram.c" +#line 40448 "gram.c" break; case 1491: /* CreateConversionStmt: CREATE opt_default CONVERSION_P any_name FOR Sconst TO Sconst FROM any_name */ -#line 10579 "gram.y" +#line 10580 "gram.y" { CreateConversionStmt *n = makeNode(CreateConversionStmt); n->conversion_name = (yyvsp[-6].list); @@ -40457,11 +40458,11 @@ n->def = (yyvsp[-8].boolean); (yyval.node) = (Node *)n; } -#line 40461 "gram.c" +#line 40462 "gram.c" break; case 1492: /* ClusterStmt: CLUSTER opt_verbose qualified_name cluster_index_specification */ -#line 10602 "gram.y" +#line 10603 "gram.y" { ClusterStmt *n = makeNode(ClusterStmt); n->relation = (yyvsp[-1].range); @@ -40471,11 +40472,11 @@ n->params = lappend(n->params, makeDefElem("verbose", NULL, (yylsp[-2]))); (yyval.node) = (Node*)n; } -#line 40475 "gram.c" +#line 40476 "gram.c" break; case 1493: /* ClusterStmt: CLUSTER '(' utility_option_list ')' qualified_name cluster_index_specification */ -#line 10613 "gram.y" +#line 10614 "gram.y" { ClusterStmt *n = makeNode(ClusterStmt); n->relation = (yyvsp[-1].range); @@ -40483,11 +40484,11 @@ n->params = (yyvsp[-3].list); (yyval.node) = (Node*)n; } -#line 40487 "gram.c" +#line 40488 "gram.c" break; case 1494: /* ClusterStmt: CLUSTER opt_verbose */ -#line 10621 "gram.y" +#line 10622 "gram.y" { ClusterStmt *n = makeNode(ClusterStmt); n->relation = NULL; @@ -40497,11 +40498,11 @@ n->params = lappend(n->params, makeDefElem("verbose", NULL, (yylsp[0]))); (yyval.node) = (Node*)n; } -#line 40501 "gram.c" +#line 40502 "gram.c" break; case 1495: /* ClusterStmt: CLUSTER opt_verbose name ON qualified_name */ -#line 10632 "gram.y" +#line 10633 "gram.y" { ClusterStmt *n = makeNode(ClusterStmt); n->relation = (yyvsp[0].range); @@ -40511,23 +40512,23 @@ n->params = lappend(n->params, makeDefElem("verbose", NULL, (yylsp[-3]))); (yyval.node) = (Node*)n; } -#line 40515 "gram.c" +#line 40516 "gram.c" break; case 1496: /* cluster_index_specification: USING name */ -#line 10644 "gram.y" +#line 10645 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 40521 "gram.c" +#line 40522 "gram.c" break; case 1497: /* cluster_index_specification: %empty */ -#line 10645 "gram.y" +#line 10646 "gram.y" { (yyval.str) = NULL; } -#line 40527 "gram.c" +#line 40528 "gram.c" break; case 1498: /* VacuumStmt: VACUUM opt_full opt_freeze opt_verbose opt_analyze opt_vacuum_relation_list */ -#line 10658 "gram.y" +#line 10659 "gram.y" { VacuumStmt *n = makeNode(VacuumStmt); n->options = NIL; @@ -40547,11 +40548,11 @@ n->is_vacuumcmd = true; (yyval.node) = (Node *)n; } -#line 40551 "gram.c" +#line 40552 "gram.c" break; case 1499: /* VacuumStmt: VACUUM '(' utility_option_list ')' opt_vacuum_relation_list */ -#line 10678 "gram.y" +#line 10679 "gram.y" { VacuumStmt *n = makeNode(VacuumStmt); n->options = (yyvsp[-2].list); @@ -40559,11 +40560,11 @@ n->is_vacuumcmd = true; (yyval.node) = (Node *) n; } -#line 40563 "gram.c" +#line 40564 "gram.c" break; case 1500: /* AnalyzeStmt: analyze_keyword opt_verbose opt_vacuum_relation_list */ -#line 10688 "gram.y" +#line 10689 "gram.y" { VacuumStmt *n = makeNode(VacuumStmt); n->options = NIL; @@ -40574,11 +40575,11 @@ n->is_vacuumcmd = false; (yyval.node) = (Node *)n; } -#line 40578 "gram.c" +#line 40579 "gram.c" break; case 1501: /* AnalyzeStmt: analyze_keyword '(' utility_option_list ')' opt_vacuum_relation_list */ -#line 10699 "gram.y" +#line 10700 "gram.y" { VacuumStmt *n = makeNode(VacuumStmt); n->options = (yyvsp[-2].list); @@ -40586,168 +40587,168 @@ n->is_vacuumcmd = false; (yyval.node) = (Node *) n; } -#line 40590 "gram.c" +#line 40591 "gram.c" break; case 1502: /* utility_option_list: utility_option_elem */ -#line 10710 "gram.y" +#line 10711 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 40598 "gram.c" +#line 40599 "gram.c" break; case 1503: /* utility_option_list: utility_option_list ',' utility_option_elem */ -#line 10714 "gram.y" +#line 10715 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].defelt)); } -#line 40606 "gram.c" +#line 40607 "gram.c" break; case 1506: /* utility_option_elem: utility_option_name utility_option_arg */ -#line 10726 "gram.y" +#line 10727 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-1].str), (yyvsp[0].node), (yylsp[-1])); } -#line 40614 "gram.c" +#line 40615 "gram.c" break; case 1507: /* utility_option_name: NonReservedWord */ -#line 10732 "gram.y" +#line 10733 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 40620 "gram.c" +#line 40621 "gram.c" break; case 1508: /* utility_option_name: analyze_keyword */ -#line 10733 "gram.y" +#line 10734 "gram.y" { (yyval.str) = "analyze"; } -#line 40626 "gram.c" +#line 40627 "gram.c" break; case 1509: /* utility_option_arg: opt_boolean_or_string */ -#line 10737 "gram.y" +#line 10738 "gram.y" { (yyval.node) = (Node *) makeString((yyvsp[0].str)); } -#line 40632 "gram.c" +#line 40633 "gram.c" break; case 1510: /* utility_option_arg: NumericOnly */ -#line 10738 "gram.y" +#line 10739 "gram.y" { (yyval.node) = (Node *) (yyvsp[0].value); } -#line 40638 "gram.c" +#line 40639 "gram.c" break; case 1511: /* utility_option_arg: %empty */ -#line 10739 "gram.y" +#line 10740 "gram.y" { (yyval.node) = NULL; } -#line 40644 "gram.c" +#line 40645 "gram.c" break; case 1512: /* opt_analyze: analyze_keyword */ -#line 10743 "gram.y" +#line 10744 "gram.y" { (yyval.boolean) = true; } -#line 40650 "gram.c" +#line 40651 "gram.c" break; case 1513: /* opt_analyze: %empty */ -#line 10744 "gram.y" +#line 10745 "gram.y" { (yyval.boolean) = false; } -#line 40656 "gram.c" +#line 40657 "gram.c" break; case 1514: /* opt_verbose: VERBOSE */ -#line 10748 "gram.y" +#line 10749 "gram.y" { (yyval.boolean) = true; } -#line 40662 "gram.c" +#line 40663 "gram.c" break; case 1515: /* opt_verbose: %empty */ -#line 10749 "gram.y" +#line 10750 "gram.y" { (yyval.boolean) = false; } -#line 40668 "gram.c" +#line 40669 "gram.c" break; case 1516: /* opt_full: FULL */ -#line 10752 "gram.y" +#line 10753 "gram.y" { (yyval.boolean) = true; } -#line 40674 "gram.c" +#line 40675 "gram.c" break; case 1517: /* opt_full: %empty */ -#line 10753 "gram.y" +#line 10754 "gram.y" { (yyval.boolean) = false; } -#line 40680 "gram.c" +#line 40681 "gram.c" break; case 1518: /* opt_freeze: FREEZE */ -#line 10756 "gram.y" +#line 10757 "gram.y" { (yyval.boolean) = true; } -#line 40686 "gram.c" +#line 40687 "gram.c" break; case 1519: /* opt_freeze: %empty */ -#line 10757 "gram.y" +#line 10758 "gram.y" { (yyval.boolean) = false; } -#line 40692 "gram.c" +#line 40693 "gram.c" break; case 1520: /* opt_name_list: '(' name_list ')' */ -#line 10761 "gram.y" +#line 10762 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 40698 "gram.c" +#line 40699 "gram.c" break; case 1521: /* opt_name_list: %empty */ -#line 10762 "gram.y" +#line 10763 "gram.y" { (yyval.list) = NIL; } -#line 40704 "gram.c" +#line 40705 "gram.c" break; case 1522: /* vacuum_relation: qualified_name opt_name_list */ -#line 10767 "gram.y" +#line 10768 "gram.y" { (yyval.node) = (Node *) makeVacuumRelation((yyvsp[-1].range), InvalidOid, (yyvsp[0].list)); } -#line 40712 "gram.c" +#line 40713 "gram.c" break; case 1523: /* vacuum_relation_list: vacuum_relation */ -#line 10774 "gram.y" +#line 10775 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 40718 "gram.c" +#line 40719 "gram.c" break; case 1524: /* vacuum_relation_list: vacuum_relation_list ',' vacuum_relation */ -#line 10776 "gram.y" +#line 10777 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 40724 "gram.c" +#line 40725 "gram.c" break; case 1525: /* opt_vacuum_relation_list: vacuum_relation_list */ -#line 10780 "gram.y" +#line 10781 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 40730 "gram.c" +#line 40731 "gram.c" break; case 1526: /* opt_vacuum_relation_list: %empty */ -#line 10781 "gram.y" +#line 10782 "gram.y" { (yyval.list) = NIL; } -#line 40736 "gram.c" +#line 40737 "gram.c" break; case 1527: /* ExplainStmt: EXPLAIN ExplainableStmt */ -#line 10795 "gram.y" +#line 10796 "gram.y" { ExplainStmt *n = makeNode(ExplainStmt); n->query = (yyvsp[0].node); n->options = NIL; (yyval.node) = (Node *) n; } -#line 40747 "gram.c" +#line 40748 "gram.c" break; case 1528: /* ExplainStmt: EXPLAIN analyze_keyword opt_verbose ExplainableStmt */ -#line 10802 "gram.y" +#line 10803 "gram.y" { ExplainStmt *n = makeNode(ExplainStmt); n->query = (yyvsp[0].node); @@ -40757,33 +40758,33 @@ makeDefElem("verbose", NULL, (yylsp[-1]))); (yyval.node) = (Node *) n; } -#line 40761 "gram.c" +#line 40762 "gram.c" break; case 1529: /* ExplainStmt: EXPLAIN VERBOSE ExplainableStmt */ -#line 10812 "gram.y" +#line 10813 "gram.y" { ExplainStmt *n = makeNode(ExplainStmt); n->query = (yyvsp[0].node); n->options = list_make1(makeDefElem("verbose", NULL, (yylsp[-1]))); (yyval.node) = (Node *) n; } -#line 40772 "gram.c" +#line 40773 "gram.c" break; case 1530: /* ExplainStmt: EXPLAIN '(' utility_option_list ')' ExplainableStmt */ -#line 10819 "gram.y" +#line 10820 "gram.y" { ExplainStmt *n = makeNode(ExplainStmt); n->query = (yyvsp[0].node); n->options = (yyvsp[-2].list); (yyval.node) = (Node *) n; } -#line 40783 "gram.c" +#line 40784 "gram.c" break; case 1540: /* PrepareStmt: PREPARE name prep_type_clause AS PreparableStmt */ -#line 10847 "gram.y" +#line 10848 "gram.y" { PrepareStmt *n = makeNode(PrepareStmt); n->name = (yyvsp[-3].str); @@ -40791,34 +40792,34 @@ n->query = (yyvsp[0].node); (yyval.node) = (Node *) n; } -#line 40795 "gram.c" +#line 40796 "gram.c" break; case 1541: /* prep_type_clause: '(' type_list ')' */ -#line 10856 "gram.y" +#line 10857 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 40801 "gram.c" +#line 40802 "gram.c" break; case 1542: /* prep_type_clause: %empty */ -#line 10857 "gram.y" +#line 10858 "gram.y" { (yyval.list) = NIL; } -#line 40807 "gram.c" +#line 40808 "gram.c" break; case 1547: /* ExecuteStmt: EXECUTE name execute_param_clause */ -#line 10875 "gram.y" +#line 10876 "gram.y" { ExecuteStmt *n = makeNode(ExecuteStmt); n->name = (yyvsp[-1].str); n->params = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 40818 "gram.c" +#line 40819 "gram.c" break; case 1548: /* ExecuteStmt: CREATE OptTemp TABLE create_as_target AS EXECUTE name execute_param_clause opt_with_data */ -#line 10883 "gram.y" +#line 10884 "gram.y" { CreateTableAsStmt *ctas = makeNode(CreateTableAsStmt); ExecuteStmt *n = makeNode(ExecuteStmt); @@ -40834,11 +40835,11 @@ (yyvsp[-5].into)->skipData = !((yyvsp[0].boolean)); (yyval.node) = (Node *) ctas; } -#line 40838 "gram.c" +#line 40839 "gram.c" break; case 1549: /* ExecuteStmt: CREATE OptTemp TABLE IF_P NOT EXISTS create_as_target AS EXECUTE name execute_param_clause opt_with_data */ -#line 10900 "gram.y" +#line 10901 "gram.y" { CreateTableAsStmt *ctas = makeNode(CreateTableAsStmt); ExecuteStmt *n = makeNode(ExecuteStmt); @@ -40854,63 +40855,63 @@ (yyvsp[-5].into)->skipData = !((yyvsp[0].boolean)); (yyval.node) = (Node *) ctas; } -#line 40858 "gram.c" +#line 40859 "gram.c" break; case 1550: /* execute_param_clause: '(' expr_list ')' */ -#line 10917 "gram.y" +#line 10918 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 40864 "gram.c" +#line 40865 "gram.c" break; case 1551: /* execute_param_clause: %empty */ -#line 10918 "gram.y" +#line 10919 "gram.y" { (yyval.list) = NIL; } -#line 40870 "gram.c" +#line 40871 "gram.c" break; case 1552: /* DeallocateStmt: DEALLOCATE name */ -#line 10929 "gram.y" +#line 10930 "gram.y" { DeallocateStmt *n = makeNode(DeallocateStmt); n->name = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 40880 "gram.c" +#line 40881 "gram.c" break; case 1553: /* DeallocateStmt: DEALLOCATE PREPARE name */ -#line 10935 "gram.y" +#line 10936 "gram.y" { DeallocateStmt *n = makeNode(DeallocateStmt); n->name = (yyvsp[0].str); (yyval.node) = (Node *) n; } -#line 40890 "gram.c" +#line 40891 "gram.c" break; case 1554: /* DeallocateStmt: DEALLOCATE ALL */ -#line 10941 "gram.y" +#line 10942 "gram.y" { DeallocateStmt *n = makeNode(DeallocateStmt); n->name = NULL; (yyval.node) = (Node *) n; } -#line 40900 "gram.c" +#line 40901 "gram.c" break; case 1555: /* DeallocateStmt: DEALLOCATE PREPARE ALL */ -#line 10947 "gram.y" +#line 10948 "gram.y" { DeallocateStmt *n = makeNode(DeallocateStmt); n->name = NULL; (yyval.node) = (Node *) n; } -#line 40910 "gram.c" +#line 40911 "gram.c" break; case 1556: /* InsertStmt: opt_with_clause INSERT INTO insert_target insert_rest opt_on_conflict returning_clause */ -#line 10964 "gram.y" +#line 10965 "gram.y" { (yyvsp[-2].istmt)->relation = (yyvsp[-3].range); (yyvsp[-2].istmt)->onConflictClause = (yyvsp[-1].onconflict); @@ -40918,104 +40919,104 @@ (yyvsp[-2].istmt)->withClause = (yyvsp[-6].with); (yyval.node) = (Node *) (yyvsp[-2].istmt); } -#line 40922 "gram.c" +#line 40923 "gram.c" break; case 1557: /* insert_target: qualified_name */ -#line 10981 "gram.y" +#line 10982 "gram.y" { (yyval.range) = (yyvsp[0].range); } -#line 40930 "gram.c" +#line 40931 "gram.c" break; case 1558: /* insert_target: qualified_name AS ColId */ -#line 10985 "gram.y" +#line 10986 "gram.y" { (yyvsp[-2].range)->alias = makeAlias((yyvsp[0].str), NIL); (yyval.range) = (yyvsp[-2].range); } -#line 40939 "gram.c" +#line 40940 "gram.c" break; case 1559: /* insert_rest: SelectStmt */ -#line 10993 "gram.y" +#line 10994 "gram.y" { (yyval.istmt) = makeNode(InsertStmt); (yyval.istmt)->cols = NIL; (yyval.istmt)->selectStmt = (yyvsp[0].node); } -#line 40949 "gram.c" +#line 40950 "gram.c" break; case 1560: /* insert_rest: OVERRIDING override_kind VALUE_P SelectStmt */ -#line 10999 "gram.y" +#line 11000 "gram.y" { (yyval.istmt) = makeNode(InsertStmt); (yyval.istmt)->cols = NIL; (yyval.istmt)->override = (yyvsp[-2].ival); (yyval.istmt)->selectStmt = (yyvsp[0].node); } -#line 40960 "gram.c" +#line 40961 "gram.c" break; case 1561: /* insert_rest: '(' insert_column_list ')' SelectStmt */ -#line 11006 "gram.y" +#line 11007 "gram.y" { (yyval.istmt) = makeNode(InsertStmt); (yyval.istmt)->cols = (yyvsp[-2].list); (yyval.istmt)->selectStmt = (yyvsp[0].node); } -#line 40970 "gram.c" +#line 40971 "gram.c" break; case 1562: /* insert_rest: '(' insert_column_list ')' OVERRIDING override_kind VALUE_P SelectStmt */ -#line 11012 "gram.y" +#line 11013 "gram.y" { (yyval.istmt) = makeNode(InsertStmt); (yyval.istmt)->cols = (yyvsp[-5].list); (yyval.istmt)->override = (yyvsp[-2].ival); (yyval.istmt)->selectStmt = (yyvsp[0].node); } -#line 40981 "gram.c" +#line 40982 "gram.c" break; case 1563: /* insert_rest: DEFAULT VALUES */ -#line 11019 "gram.y" +#line 11020 "gram.y" { (yyval.istmt) = makeNode(InsertStmt); (yyval.istmt)->cols = NIL; (yyval.istmt)->selectStmt = NULL; } -#line 40991 "gram.c" +#line 40992 "gram.c" break; case 1564: /* override_kind: USER */ -#line 11027 "gram.y" +#line 11028 "gram.y" { (yyval.ival) = OVERRIDING_USER_VALUE; } -#line 40997 "gram.c" +#line 40998 "gram.c" break; case 1565: /* override_kind: SYSTEM_P */ -#line 11028 "gram.y" +#line 11029 "gram.y" { (yyval.ival) = OVERRIDING_SYSTEM_VALUE; } -#line 41003 "gram.c" +#line 41004 "gram.c" break; case 1566: /* insert_column_list: insert_column_item */ -#line 11033 "gram.y" +#line 11034 "gram.y" { (yyval.list) = list_make1((yyvsp[0].target)); } -#line 41009 "gram.c" +#line 41010 "gram.c" break; case 1567: /* insert_column_list: insert_column_list ',' insert_column_item */ -#line 11035 "gram.y" +#line 11036 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].target)); } -#line 41015 "gram.c" +#line 41016 "gram.c" break; case 1568: /* insert_column_item: ColId opt_indirection */ -#line 11040 "gram.y" +#line 11041 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = (yyvsp[-1].str); @@ -41023,11 +41024,11 @@ (yyval.target)->val = NULL; (yyval.target)->location = (yylsp[-1]); } -#line 41027 "gram.c" +#line 41028 "gram.c" break; case 1569: /* opt_on_conflict: ON CONFLICT opt_conf_expr DO UPDATE SET set_clause_list where_clause */ -#line 11051 "gram.y" +#line 11052 "gram.y" { (yyval.onconflict) = makeNode(OnConflictClause); (yyval.onconflict)->action = ONCONFLICT_UPDATE; @@ -41036,11 +41037,11 @@ (yyval.onconflict)->whereClause = (yyvsp[0].node); (yyval.onconflict)->location = (yylsp[-7]); } -#line 41040 "gram.c" +#line 41041 "gram.c" break; case 1570: /* opt_on_conflict: ON CONFLICT opt_conf_expr DO NOTHING */ -#line 11061 "gram.y" +#line 11062 "gram.y" { (yyval.onconflict) = makeNode(OnConflictClause); (yyval.onconflict)->action = ONCONFLICT_NOTHING; @@ -41049,19 +41050,19 @@ (yyval.onconflict)->whereClause = NULL; (yyval.onconflict)->location = (yylsp[-4]); } -#line 41053 "gram.c" +#line 41054 "gram.c" break; case 1571: /* opt_on_conflict: %empty */ -#line 11070 "gram.y" +#line 11071 "gram.y" { (yyval.onconflict) = NULL; } -#line 41061 "gram.c" +#line 41062 "gram.c" break; case 1572: /* opt_conf_expr: '(' index_params ')' where_clause */ -#line 11077 "gram.y" +#line 11078 "gram.y" { (yyval.infer) = makeNode(InferClause); (yyval.infer)->indexElems = (yyvsp[-2].list); @@ -41069,11 +41070,11 @@ (yyval.infer)->conname = NULL; (yyval.infer)->location = (yylsp[-3]); } -#line 41073 "gram.c" +#line 41074 "gram.c" break; case 1573: /* opt_conf_expr: ON CONSTRAINT name */ -#line 11086 "gram.y" +#line 11087 "gram.y" { (yyval.infer) = makeNode(InferClause); (yyval.infer)->indexElems = NIL; @@ -41081,31 +41082,31 @@ (yyval.infer)->conname = (yyvsp[0].str); (yyval.infer)->location = (yylsp[-2]); } -#line 41085 "gram.c" +#line 41086 "gram.c" break; case 1574: /* opt_conf_expr: %empty */ -#line 11094 "gram.y" +#line 11095 "gram.y" { (yyval.infer) = NULL; } -#line 41093 "gram.c" +#line 41094 "gram.c" break; case 1575: /* returning_clause: RETURNING target_list */ -#line 11100 "gram.y" +#line 11101 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 41099 "gram.c" +#line 41100 "gram.c" break; case 1576: /* returning_clause: %empty */ -#line 11101 "gram.y" +#line 11102 "gram.y" { (yyval.list) = NIL; } -#line 41105 "gram.c" +#line 41106 "gram.c" break; case 1577: /* DeleteStmt: opt_with_clause DELETE_P FROM relation_expr_opt_alias using_clause where_or_current_clause returning_clause */ -#line 11114 "gram.y" +#line 11115 "gram.y" { DeleteStmt *n = makeNode(DeleteStmt); n->relation = (yyvsp[-3].range); @@ -41115,23 +41116,23 @@ n->withClause = (yyvsp[-6].with); (yyval.node) = (Node *)n; } -#line 41119 "gram.c" +#line 41120 "gram.c" break; case 1578: /* using_clause: USING from_list */ -#line 11126 "gram.y" +#line 11127 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 41125 "gram.c" +#line 41126 "gram.c" break; case 1579: /* using_clause: %empty */ -#line 11127 "gram.y" +#line 11128 "gram.y" { (yyval.list) = NIL; } -#line 41131 "gram.c" +#line 41132 "gram.c" break; case 1580: /* LockStmt: LOCK_P opt_table relation_expr_list opt_lock opt_nowait */ -#line 11139 "gram.y" +#line 11140 "gram.y" { LockStmt *n = makeNode(LockStmt); @@ -41140,101 +41141,101 @@ n->nowait = (yyvsp[0].boolean); (yyval.node) = (Node *)n; } -#line 41144 "gram.c" +#line 41145 "gram.c" break; case 1581: /* opt_lock: IN_P lock_type MODE */ -#line 11149 "gram.y" +#line 11150 "gram.y" { (yyval.ival) = (yyvsp[-1].ival); } -#line 41150 "gram.c" +#line 41151 "gram.c" break; case 1582: /* opt_lock: %empty */ -#line 11150 "gram.y" +#line 11151 "gram.y" { (yyval.ival) = AccessExclusiveLock; } -#line 41156 "gram.c" +#line 41157 "gram.c" break; case 1583: /* lock_type: ACCESS SHARE */ -#line 11153 "gram.y" +#line 11154 "gram.y" { (yyval.ival) = AccessShareLock; } -#line 41162 "gram.c" +#line 41163 "gram.c" break; case 1584: /* lock_type: ROW SHARE */ -#line 11154 "gram.y" +#line 11155 "gram.y" { (yyval.ival) = RowShareLock; } -#line 41168 "gram.c" +#line 41169 "gram.c" break; case 1585: /* lock_type: ROW EXCLUSIVE */ -#line 11155 "gram.y" +#line 11156 "gram.y" { (yyval.ival) = RowExclusiveLock; } -#line 41174 "gram.c" +#line 41175 "gram.c" break; case 1586: /* lock_type: SHARE UPDATE EXCLUSIVE */ -#line 11156 "gram.y" +#line 11157 "gram.y" { (yyval.ival) = ShareUpdateExclusiveLock; } -#line 41180 "gram.c" +#line 41181 "gram.c" break; case 1587: /* lock_type: SHARE */ -#line 11157 "gram.y" +#line 11158 "gram.y" { (yyval.ival) = ShareLock; } -#line 41186 "gram.c" +#line 41187 "gram.c" break; case 1588: /* lock_type: SHARE ROW EXCLUSIVE */ -#line 11158 "gram.y" +#line 11159 "gram.y" { (yyval.ival) = ShareRowExclusiveLock; } -#line 41192 "gram.c" +#line 41193 "gram.c" break; case 1589: /* lock_type: EXCLUSIVE */ -#line 11159 "gram.y" +#line 11160 "gram.y" { (yyval.ival) = ExclusiveLock; } -#line 41198 "gram.c" +#line 41199 "gram.c" break; case 1590: /* lock_type: ACCESS EXCLUSIVE */ -#line 11160 "gram.y" +#line 11161 "gram.y" { (yyval.ival) = AccessExclusiveLock; } -#line 41204 "gram.c" +#line 41205 "gram.c" break; case 1591: /* opt_nowait: NOWAIT */ -#line 11163 "gram.y" +#line 11164 "gram.y" { (yyval.boolean) = true; } -#line 41210 "gram.c" +#line 41211 "gram.c" break; case 1592: /* opt_nowait: %empty */ -#line 11164 "gram.y" +#line 11165 "gram.y" { (yyval.boolean) = false; } -#line 41216 "gram.c" +#line 41217 "gram.c" break; case 1593: /* opt_nowait_or_skip: NOWAIT */ -#line 11168 "gram.y" +#line 11169 "gram.y" { (yyval.ival) = LockWaitError; } -#line 41222 "gram.c" +#line 41223 "gram.c" break; case 1594: /* opt_nowait_or_skip: SKIP LOCKED */ -#line 11169 "gram.y" +#line 11170 "gram.y" { (yyval.ival) = LockWaitSkip; } -#line 41228 "gram.c" +#line 41229 "gram.c" break; case 1595: /* opt_nowait_or_skip: %empty */ -#line 11170 "gram.y" +#line 11171 "gram.y" { (yyval.ival) = LockWaitBlock; } -#line 41234 "gram.c" +#line 41235 "gram.c" break; case 1596: /* UpdateStmt: opt_with_clause UPDATE relation_expr_opt_alias SET set_clause_list from_clause where_or_current_clause returning_clause */ -#line 11186 "gram.y" +#line 11187 "gram.y" { UpdateStmt *n = makeNode(UpdateStmt); n->relation = (yyvsp[-5].range); @@ -41245,32 +41246,32 @@ n->withClause = (yyvsp[-7].with); (yyval.node) = (Node *)n; } -#line 41249 "gram.c" +#line 41250 "gram.c" break; case 1597: /* set_clause_list: set_clause */ -#line 11199 "gram.y" +#line 11200 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 41255 "gram.c" +#line 41256 "gram.c" break; case 1598: /* set_clause_list: set_clause_list ',' set_clause */ -#line 11200 "gram.y" +#line 11201 "gram.y" { (yyval.list) = list_concat((yyvsp[-2].list),(yyvsp[0].list)); } -#line 41261 "gram.c" +#line 41262 "gram.c" break; case 1599: /* set_clause: set_target '=' a_expr */ -#line 11205 "gram.y" +#line 11206 "gram.y" { (yyvsp[-2].target)->val = (Node *) (yyvsp[0].node); (yyval.list) = list_make1((yyvsp[-2].target)); } -#line 41270 "gram.c" +#line 41271 "gram.c" break; case 1600: /* set_clause: '(' set_target_list ')' '=' a_expr */ -#line 11210 "gram.y" +#line 11211 "gram.y" { int ncolumns = list_length((yyvsp[-3].list)); int i = 1; @@ -41291,11 +41292,11 @@ (yyval.list) = (yyvsp[-3].list); } -#line 41295 "gram.c" +#line 41296 "gram.c" break; case 1601: /* set_target: ColId opt_indirection */ -#line 11234 "gram.y" +#line 11235 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = (yyvsp[-1].str); @@ -41303,23 +41304,23 @@ (yyval.target)->val = NULL; /* upper production sets this */ (yyval.target)->location = (yylsp[-1]); } -#line 41307 "gram.c" +#line 41308 "gram.c" break; case 1602: /* set_target_list: set_target */ -#line 11244 "gram.y" +#line 11245 "gram.y" { (yyval.list) = list_make1((yyvsp[0].target)); } -#line 41313 "gram.c" +#line 41314 "gram.c" break; case 1603: /* set_target_list: set_target_list ',' set_target */ -#line 11245 "gram.y" +#line 11246 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list),(yyvsp[0].target)); } -#line 41319 "gram.c" +#line 41320 "gram.c" break; case 1604: /* DeclareCursorStmt: DECLARE cursor_name cursor_options CURSOR opt_hold FOR SelectStmt */ -#line 11256 "gram.y" +#line 11257 "gram.y" { DeclareCursorStmt *n = makeNode(DeclareCursorStmt); n->portalname = (yyvsp[-5].str); @@ -41328,100 +41329,100 @@ n->query = (yyvsp[0].node); (yyval.node) = (Node *)n; } -#line 41332 "gram.c" +#line 41333 "gram.c" break; case 1605: /* cursor_name: name */ -#line 11266 "gram.y" +#line 11267 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 41338 "gram.c" +#line 41339 "gram.c" break; case 1606: /* cursor_options: %empty */ -#line 11269 "gram.y" +#line 11270 "gram.y" { (yyval.ival) = 0; } -#line 41344 "gram.c" +#line 41345 "gram.c" break; case 1607: /* cursor_options: cursor_options NO SCROLL */ -#line 11270 "gram.y" +#line 11271 "gram.y" { (yyval.ival) = (yyvsp[-2].ival) | CURSOR_OPT_NO_SCROLL; } -#line 41350 "gram.c" +#line 41351 "gram.c" break; case 1608: /* cursor_options: cursor_options SCROLL */ -#line 11271 "gram.y" +#line 11272 "gram.y" { (yyval.ival) = (yyvsp[-1].ival) | CURSOR_OPT_SCROLL; } -#line 41356 "gram.c" +#line 41357 "gram.c" break; case 1609: /* cursor_options: cursor_options BINARY */ -#line 11272 "gram.y" +#line 11273 "gram.y" { (yyval.ival) = (yyvsp[-1].ival) | CURSOR_OPT_BINARY; } -#line 41362 "gram.c" +#line 41363 "gram.c" break; case 1610: /* cursor_options: cursor_options ASENSITIVE */ -#line 11273 "gram.y" +#line 11274 "gram.y" { (yyval.ival) = (yyvsp[-1].ival) | CURSOR_OPT_ASENSITIVE; } -#line 41368 "gram.c" +#line 41369 "gram.c" break; case 1611: /* cursor_options: cursor_options INSENSITIVE */ -#line 11274 "gram.y" +#line 11275 "gram.y" { (yyval.ival) = (yyvsp[-1].ival) | CURSOR_OPT_INSENSITIVE; } -#line 41374 "gram.c" +#line 41375 "gram.c" break; case 1612: /* opt_hold: %empty */ -#line 11277 "gram.y" +#line 11278 "gram.y" { (yyval.ival) = 0; } -#line 41380 "gram.c" +#line 41381 "gram.c" break; case 1613: /* opt_hold: WITH HOLD */ -#line 11278 "gram.y" +#line 11279 "gram.y" { (yyval.ival) = CURSOR_OPT_HOLD; } -#line 41386 "gram.c" +#line 41387 "gram.c" break; case 1614: /* opt_hold: WITHOUT HOLD */ -#line 11279 "gram.y" +#line 11280 "gram.y" { (yyval.ival) = 0; } -#line 41392 "gram.c" +#line 41393 "gram.c" break; case 1617: /* select_with_parens: '(' select_no_parens ')' */ -#line 11332 "gram.y" +#line 11333 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 41398 "gram.c" +#line 41399 "gram.c" break; case 1618: /* select_with_parens: '(' select_with_parens ')' */ -#line 11333 "gram.y" +#line 11334 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 41404 "gram.c" +#line 41405 "gram.c" break; case 1619: /* select_no_parens: simple_select */ -#line 11348 "gram.y" +#line 11349 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 41410 "gram.c" +#line 41411 "gram.c" break; case 1620: /* select_no_parens: select_clause sort_clause */ -#line 11350 "gram.y" +#line 11351 "gram.y" { insertSelectOptions((SelectStmt *) (yyvsp[-1].node), (yyvsp[0].list), NIL, NULL, NULL, yyscanner); (yyval.node) = (yyvsp[-1].node); } -#line 41421 "gram.c" +#line 41422 "gram.c" break; case 1621: /* select_no_parens: select_clause opt_sort_clause for_locking_clause opt_select_limit */ -#line 11357 "gram.y" +#line 11358 "gram.y" { insertSelectOptions((SelectStmt *) (yyvsp[-3].node), (yyvsp[-2].list), (yyvsp[-1].list), (yyvsp[0].selectlimit), @@ -41429,11 +41430,11 @@ yyscanner); (yyval.node) = (yyvsp[-3].node); } -#line 41433 "gram.c" +#line 41434 "gram.c" break; case 1622: /* select_no_parens: select_clause opt_sort_clause select_limit opt_for_locking_clause */ -#line 11365 "gram.y" +#line 11366 "gram.y" { insertSelectOptions((SelectStmt *) (yyvsp[-3].node), (yyvsp[-2].list), (yyvsp[0].list), (yyvsp[-1].selectlimit), @@ -41441,11 +41442,11 @@ yyscanner); (yyval.node) = (yyvsp[-3].node); } -#line 41445 "gram.c" +#line 41446 "gram.c" break; case 1623: /* select_no_parens: with_clause select_clause */ -#line 11373 "gram.y" +#line 11374 "gram.y" { insertSelectOptions((SelectStmt *) (yyvsp[0].node), NULL, NIL, NULL, @@ -41453,11 +41454,11 @@ yyscanner); (yyval.node) = (yyvsp[0].node); } -#line 41457 "gram.c" +#line 41458 "gram.c" break; case 1624: /* select_no_parens: with_clause select_clause sort_clause */ -#line 11381 "gram.y" +#line 11382 "gram.y" { insertSelectOptions((SelectStmt *) (yyvsp[-1].node), (yyvsp[0].list), NIL, NULL, @@ -41465,11 +41466,11 @@ yyscanner); (yyval.node) = (yyvsp[-1].node); } -#line 41469 "gram.c" +#line 41470 "gram.c" break; case 1625: /* select_no_parens: with_clause select_clause opt_sort_clause for_locking_clause opt_select_limit */ -#line 11389 "gram.y" +#line 11390 "gram.y" { insertSelectOptions((SelectStmt *) (yyvsp[-3].node), (yyvsp[-2].list), (yyvsp[-1].list), (yyvsp[0].selectlimit), @@ -41477,11 +41478,11 @@ yyscanner); (yyval.node) = (yyvsp[-3].node); } -#line 41481 "gram.c" +#line 41482 "gram.c" break; case 1626: /* select_no_parens: with_clause select_clause opt_sort_clause select_limit opt_for_locking_clause */ -#line 11397 "gram.y" +#line 11398 "gram.y" { insertSelectOptions((SelectStmt *) (yyvsp[-3].node), (yyvsp[-2].list), (yyvsp[0].list), (yyvsp[-1].selectlimit), @@ -41489,23 +41490,23 @@ yyscanner); (yyval.node) = (yyvsp[-3].node); } -#line 41493 "gram.c" +#line 41494 "gram.c" break; case 1627: /* select_clause: simple_select */ -#line 11407 "gram.y" +#line 11408 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 41499 "gram.c" +#line 41500 "gram.c" break; case 1628: /* select_clause: select_with_parens */ -#line 11408 "gram.y" +#line 11409 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 41505 "gram.c" +#line 41506 "gram.c" break; case 1629: /* simple_select: SELECT opt_all_clause opt_target_list into_clause from_clause where_clause group_clause having_clause window_clause */ -#line 11443 "gram.y" +#line 11444 "gram.y" { SelectStmt *n = makeNode(SelectStmt); n->targetList = (yyvsp[-6].list); @@ -41518,11 +41519,11 @@ n->windowClause = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 41522 "gram.c" +#line 41523 "gram.c" break; case 1630: /* simple_select: SELECT distinct_clause target_list into_clause from_clause where_clause group_clause having_clause window_clause */ -#line 11458 "gram.y" +#line 11459 "gram.y" { SelectStmt *n = makeNode(SelectStmt); n->distinctClause = (yyvsp[-7].list); @@ -41536,17 +41537,17 @@ n->windowClause = (yyvsp[0].list); (yyval.node) = (Node *)n; } -#line 41540 "gram.c" +#line 41541 "gram.c" break; case 1631: /* simple_select: values_clause */ -#line 11471 "gram.y" +#line 11472 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 41546 "gram.c" +#line 41547 "gram.c" break; case 1632: /* simple_select: TABLE relation_expr */ -#line 11473 "gram.y" +#line 11474 "gram.y" { /* same as SELECT * FROM relation_expr */ ColumnRef *cr = makeNode(ColumnRef); @@ -41565,80 +41566,80 @@ n->fromClause = list_make1((yyvsp[0].range)); (yyval.node) = (Node *)n; } -#line 41569 "gram.c" +#line 41570 "gram.c" break; case 1633: /* simple_select: select_clause UNION set_quantifier select_clause */ -#line 11492 "gram.y" +#line 11493 "gram.y" { (yyval.node) = makeSetOp(SETOP_UNION, (yyvsp[-1].setquantifier) == SET_QUANTIFIER_ALL, (yyvsp[-3].node), (yyvsp[0].node)); } -#line 41577 "gram.c" +#line 41578 "gram.c" break; case 1634: /* simple_select: select_clause INTERSECT set_quantifier select_clause */ -#line 11496 "gram.y" +#line 11497 "gram.y" { (yyval.node) = makeSetOp(SETOP_INTERSECT, (yyvsp[-1].setquantifier) == SET_QUANTIFIER_ALL, (yyvsp[-3].node), (yyvsp[0].node)); } -#line 41585 "gram.c" +#line 41586 "gram.c" break; case 1635: /* simple_select: select_clause EXCEPT set_quantifier select_clause */ -#line 11500 "gram.y" +#line 11501 "gram.y" { (yyval.node) = makeSetOp(SETOP_EXCEPT, (yyvsp[-1].setquantifier) == SET_QUANTIFIER_ALL, (yyvsp[-3].node), (yyvsp[0].node)); } -#line 41593 "gram.c" +#line 41594 "gram.c" break; case 1636: /* with_clause: WITH cte_list */ -#line 11515 "gram.y" +#line 11516 "gram.y" { (yyval.with) = makeNode(WithClause); (yyval.with)->ctes = (yyvsp[0].list); (yyval.with)->recursive = false; (yyval.with)->location = (yylsp[-1]); } -#line 41604 "gram.c" +#line 41605 "gram.c" break; case 1637: /* with_clause: WITH_LA cte_list */ -#line 11522 "gram.y" +#line 11523 "gram.y" { (yyval.with) = makeNode(WithClause); (yyval.with)->ctes = (yyvsp[0].list); (yyval.with)->recursive = false; (yyval.with)->location = (yylsp[-1]); } -#line 41615 "gram.c" +#line 41616 "gram.c" break; case 1638: /* with_clause: WITH RECURSIVE cte_list */ -#line 11529 "gram.y" +#line 11530 "gram.y" { (yyval.with) = makeNode(WithClause); (yyval.with)->ctes = (yyvsp[0].list); (yyval.with)->recursive = true; (yyval.with)->location = (yylsp[-2]); } -#line 41626 "gram.c" +#line 41627 "gram.c" break; case 1639: /* cte_list: common_table_expr */ -#line 11538 "gram.y" +#line 11539 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 41632 "gram.c" +#line 41633 "gram.c" break; case 1640: /* cte_list: cte_list ',' common_table_expr */ -#line 11539 "gram.y" +#line 11540 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 41638 "gram.c" +#line 41639 "gram.c" break; case 1641: /* common_table_expr: name opt_name_list AS opt_materialized '(' PreparableStmt ')' opt_search_clause opt_cycle_clause */ -#line 11543 "gram.y" +#line 11544 "gram.y" { CommonTableExpr *n = makeNode(CommonTableExpr); n->ctename = (yyvsp[-8].str); @@ -41650,29 +41651,29 @@ n->location = (yylsp[-8]); (yyval.node) = (Node *) n; } -#line 41654 "gram.c" +#line 41655 "gram.c" break; case 1642: /* opt_materialized: MATERIALIZED */ -#line 11557 "gram.y" +#line 11558 "gram.y" { (yyval.ival) = CTEMaterializeAlways; } -#line 41660 "gram.c" +#line 41661 "gram.c" break; case 1643: /* opt_materialized: NOT MATERIALIZED */ -#line 11558 "gram.y" +#line 11559 "gram.y" { (yyval.ival) = CTEMaterializeNever; } -#line 41666 "gram.c" +#line 41667 "gram.c" break; case 1644: /* opt_materialized: %empty */ -#line 11559 "gram.y" +#line 11560 "gram.y" { (yyval.ival) = CTEMaterializeDefault; } -#line 41672 "gram.c" +#line 41673 "gram.c" break; case 1645: /* opt_search_clause: SEARCH DEPTH FIRST_P BY columnList SET ColId */ -#line 11564 "gram.y" +#line 11565 "gram.y" { CTESearchClause *n = makeNode(CTESearchClause); n->search_col_list = (yyvsp[-2].list); @@ -41681,11 +41682,11 @@ n->location = (yylsp[-6]); (yyval.node) = (Node *) n; } -#line 41685 "gram.c" +#line 41686 "gram.c" break; case 1646: /* opt_search_clause: SEARCH BREADTH FIRST_P BY columnList SET ColId */ -#line 11573 "gram.y" +#line 11574 "gram.y" { CTESearchClause *n = makeNode(CTESearchClause); n->search_col_list = (yyvsp[-2].list); @@ -41694,19 +41695,19 @@ n->location = (yylsp[-6]); (yyval.node) = (Node *) n; } -#line 41698 "gram.c" +#line 41699 "gram.c" break; case 1647: /* opt_search_clause: %empty */ -#line 11582 "gram.y" +#line 11583 "gram.y" { (yyval.node) = NULL; } -#line 41706 "gram.c" +#line 41707 "gram.c" break; case 1648: /* opt_cycle_clause: CYCLE columnList SET ColId TO AexprConst DEFAULT AexprConst USING ColId */ -#line 11589 "gram.y" +#line 11590 "gram.y" { CTECycleClause *n = makeNode(CTECycleClause); n->cycle_col_list = (yyvsp[-8].list); @@ -41717,11 +41718,11 @@ n->location = (yylsp[-9]); (yyval.node) = (Node *) n; } -#line 41721 "gram.c" +#line 41722 "gram.c" break; case 1649: /* opt_cycle_clause: CYCLE columnList SET ColId USING ColId */ -#line 11600 "gram.y" +#line 11601 "gram.y" { CTECycleClause *n = makeNode(CTECycleClause); n->cycle_col_list = (yyvsp[-4].list); @@ -41732,31 +41733,31 @@ n->location = (yylsp[-5]); (yyval.node) = (Node *) n; } -#line 41736 "gram.c" +#line 41737 "gram.c" break; case 1650: /* opt_cycle_clause: %empty */ -#line 11611 "gram.y" +#line 11612 "gram.y" { (yyval.node) = NULL; } -#line 41744 "gram.c" +#line 41745 "gram.c" break; case 1651: /* opt_with_clause: with_clause */ -#line 11617 "gram.y" +#line 11618 "gram.y" { (yyval.with) = (yyvsp[0].with); } -#line 41750 "gram.c" +#line 41751 "gram.c" break; case 1652: /* opt_with_clause: %empty */ -#line 11618 "gram.y" +#line 11619 "gram.y" { (yyval.with) = NULL; } -#line 41756 "gram.c" +#line 41757 "gram.c" break; case 1653: /* into_clause: INTO OptTempTableName */ -#line 11623 "gram.y" +#line 11624 "gram.y" { (yyval.into) = makeNode(IntoClause); (yyval.into)->rel = (yyvsp[0].range); @@ -41767,53 +41768,53 @@ (yyval.into)->viewQuery = NULL; (yyval.into)->skipData = false; } -#line 41771 "gram.c" +#line 41772 "gram.c" break; case 1654: /* into_clause: %empty */ -#line 11634 "gram.y" +#line 11635 "gram.y" { (yyval.into) = NULL; } -#line 41777 "gram.c" +#line 41778 "gram.c" break; case 1655: /* OptTempTableName: TEMPORARY opt_table qualified_name */ -#line 11643 "gram.y" +#line 11644 "gram.y" { (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_TEMP; } -#line 41786 "gram.c" +#line 41787 "gram.c" break; case 1656: /* OptTempTableName: TEMP opt_table qualified_name */ -#line 11648 "gram.y" +#line 11649 "gram.y" { (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_TEMP; } -#line 41795 "gram.c" +#line 41796 "gram.c" break; case 1657: /* OptTempTableName: LOCAL TEMPORARY opt_table qualified_name */ -#line 11653 "gram.y" +#line 11654 "gram.y" { (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_TEMP; } -#line 41804 "gram.c" +#line 41805 "gram.c" break; case 1658: /* OptTempTableName: LOCAL TEMP opt_table qualified_name */ -#line 11658 "gram.y" +#line 11659 "gram.y" { (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_TEMP; } -#line 41813 "gram.c" +#line 41814 "gram.c" break; case 1659: /* OptTempTableName: GLOBAL TEMPORARY opt_table qualified_name */ -#line 11663 "gram.y" +#line 11664 "gram.y" { ereport(WARNING, (errmsg("GLOBAL is deprecated in temporary table creation"), @@ -41821,11 +41822,11 @@ (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_TEMP; } -#line 41825 "gram.c" +#line 41826 "gram.c" break; case 1660: /* OptTempTableName: GLOBAL TEMP opt_table qualified_name */ -#line 11671 "gram.y" +#line 11672 "gram.y" { ereport(WARNING, (errmsg("GLOBAL is deprecated in temporary table creation"), @@ -41833,110 +41834,110 @@ (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_TEMP; } -#line 41837 "gram.c" +#line 41838 "gram.c" break; case 1661: /* OptTempTableName: UNLOGGED opt_table qualified_name */ -#line 11679 "gram.y" +#line 11680 "gram.y" { (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_UNLOGGED; } -#line 41846 "gram.c" +#line 41847 "gram.c" break; case 1662: /* OptTempTableName: TABLE qualified_name */ -#line 11684 "gram.y" +#line 11685 "gram.y" { (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_PERMANENT; } -#line 41855 "gram.c" +#line 41856 "gram.c" break; case 1663: /* OptTempTableName: qualified_name */ -#line 11689 "gram.y" +#line 11690 "gram.y" { (yyval.range) = (yyvsp[0].range); (yyval.range)->relpersistence = RELPERSISTENCE_PERMANENT; } -#line 41864 "gram.c" +#line 41865 "gram.c" break; case 1666: /* set_quantifier: ALL */ -#line 11700 "gram.y" +#line 11701 "gram.y" { (yyval.setquantifier) = SET_QUANTIFIER_ALL; } -#line 41870 "gram.c" +#line 41871 "gram.c" break; case 1667: /* set_quantifier: DISTINCT */ -#line 11701 "gram.y" +#line 11702 "gram.y" { (yyval.setquantifier) = SET_QUANTIFIER_DISTINCT; } -#line 41876 "gram.c" +#line 41877 "gram.c" break; case 1668: /* set_quantifier: %empty */ -#line 11702 "gram.y" +#line 11703 "gram.y" { (yyval.setquantifier) = SET_QUANTIFIER_DEFAULT; } -#line 41882 "gram.c" +#line 41883 "gram.c" break; case 1669: /* distinct_clause: DISTINCT */ -#line 11709 "gram.y" +#line 11710 "gram.y" { (yyval.list) = list_make1(NIL); } -#line 41888 "gram.c" +#line 41889 "gram.c" break; case 1670: /* distinct_clause: DISTINCT ON '(' expr_list ')' */ -#line 11710 "gram.y" +#line 11711 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 41894 "gram.c" +#line 41895 "gram.c" break; case 1673: /* opt_distinct_clause: distinct_clause */ -#line 11719 "gram.y" +#line 11720 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 41900 "gram.c" +#line 41901 "gram.c" break; case 1674: /* opt_distinct_clause: opt_all_clause */ -#line 11720 "gram.y" +#line 11721 "gram.y" { (yyval.list) = NIL; } -#line 41906 "gram.c" +#line 41907 "gram.c" break; case 1675: /* opt_sort_clause: sort_clause */ -#line 11724 "gram.y" +#line 11725 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 41912 "gram.c" +#line 41913 "gram.c" break; case 1676: /* opt_sort_clause: %empty */ -#line 11725 "gram.y" +#line 11726 "gram.y" { (yyval.list) = NIL; } -#line 41918 "gram.c" +#line 41919 "gram.c" break; case 1677: /* sort_clause: ORDER BY sortby_list */ -#line 11729 "gram.y" +#line 11730 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 41924 "gram.c" +#line 41925 "gram.c" break; case 1678: /* sortby_list: sortby */ -#line 11733 "gram.y" +#line 11734 "gram.y" { (yyval.list) = list_make1((yyvsp[0].sortby)); } -#line 41930 "gram.c" +#line 41931 "gram.c" break; case 1679: /* sortby_list: sortby_list ',' sortby */ -#line 11734 "gram.y" +#line 11735 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].sortby)); } -#line 41936 "gram.c" +#line 41937 "gram.c" break; case 1680: /* sortby: a_expr USING qual_all_Op opt_nulls_order */ -#line 11738 "gram.y" +#line 11739 "gram.y" { (yyval.sortby) = makeNode(SortBy); (yyval.sortby)->node = (yyvsp[-3].node); @@ -41945,11 +41946,11 @@ (yyval.sortby)->useOp = (yyvsp[-1].list); (yyval.sortby)->location = (yylsp[-1]); } -#line 41949 "gram.c" +#line 41950 "gram.c" break; case 1681: /* sortby: a_expr opt_asc_desc opt_nulls_order */ -#line 11747 "gram.y" +#line 11748 "gram.y" { (yyval.sortby) = makeNode(SortBy); (yyval.sortby)->node = (yyvsp[-2].node); @@ -41958,37 +41959,37 @@ (yyval.sortby)->useOp = NIL; (yyval.sortby)->location = -1; /* no operator */ } -#line 41962 "gram.c" +#line 41963 "gram.c" break; case 1682: /* select_limit: limit_clause offset_clause */ -#line 11760 "gram.y" +#line 11761 "gram.y" { (yyval.selectlimit) = (yyvsp[-1].selectlimit); ((yyval.selectlimit))->limitOffset = (yyvsp[0].node); } -#line 41971 "gram.c" +#line 41972 "gram.c" break; case 1683: /* select_limit: offset_clause limit_clause */ -#line 11765 "gram.y" +#line 11766 "gram.y" { (yyval.selectlimit) = (yyvsp[0].selectlimit); ((yyval.selectlimit))->limitOffset = (yyvsp[-1].node); } -#line 41980 "gram.c" +#line 41981 "gram.c" break; case 1684: /* select_limit: limit_clause */ -#line 11770 "gram.y" +#line 11771 "gram.y" { (yyval.selectlimit) = (yyvsp[0].selectlimit); } -#line 41988 "gram.c" +#line 41989 "gram.c" break; case 1685: /* select_limit: offset_clause */ -#line 11774 "gram.y" +#line 11775 "gram.y" { SelectLimit *n = (SelectLimit *) palloc(sizeof(SelectLimit)); n->limitOffset = (yyvsp[0].node); @@ -41996,23 +41997,23 @@ n->limitOption = LIMIT_OPTION_COUNT; (yyval.selectlimit) = n; } -#line 42000 "gram.c" +#line 42001 "gram.c" break; case 1686: /* opt_select_limit: select_limit */ -#line 11784 "gram.y" +#line 11785 "gram.y" { (yyval.selectlimit) = (yyvsp[0].selectlimit); } -#line 42006 "gram.c" +#line 42007 "gram.c" break; case 1687: /* opt_select_limit: %empty */ -#line 11785 "gram.y" +#line 11786 "gram.y" { (yyval.selectlimit) = NULL; } -#line 42012 "gram.c" +#line 42013 "gram.c" break; case 1688: /* limit_clause: LIMIT select_limit_value */ -#line 11790 "gram.y" +#line 11791 "gram.y" { SelectLimit *n = (SelectLimit *) palloc(sizeof(SelectLimit)); n->limitOffset = NULL; @@ -42020,11 +42021,11 @@ n->limitOption = LIMIT_OPTION_COUNT; (yyval.selectlimit) = n; } -#line 42024 "gram.c" +#line 42025 "gram.c" break; case 1689: /* limit_clause: LIMIT select_limit_value ',' select_offset_value */ -#line 11798 "gram.y" +#line 11799 "gram.y" { /* Disabled because it was too confusing, bjm 2002-02-18 */ ereport(ERROR, @@ -42033,11 +42034,11 @@ errhint("Use separate LIMIT and OFFSET clauses."), parser_errposition((yylsp[-3])))); } -#line 42037 "gram.c" +#line 42038 "gram.c" break; case 1690: /* limit_clause: FETCH first_or_next select_fetch_first_value row_or_rows ONLY */ -#line 11814 "gram.y" +#line 11815 "gram.y" { SelectLimit *n = (SelectLimit *) palloc(sizeof(SelectLimit)); n->limitOffset = NULL; @@ -42045,11 +42046,11 @@ n->limitOption = LIMIT_OPTION_COUNT; (yyval.selectlimit) = n; } -#line 42049 "gram.c" +#line 42050 "gram.c" break; case 1691: /* limit_clause: FETCH first_or_next select_fetch_first_value row_or_rows WITH TIES */ -#line 11822 "gram.y" +#line 11823 "gram.y" { SelectLimit *n = (SelectLimit *) palloc(sizeof(SelectLimit)); n->limitOffset = NULL; @@ -42057,11 +42058,11 @@ n->limitOption = LIMIT_OPTION_WITH_TIES; (yyval.selectlimit) = n; } -#line 42061 "gram.c" +#line 42062 "gram.c" break; case 1692: /* limit_clause: FETCH first_or_next row_or_rows ONLY */ -#line 11830 "gram.y" +#line 11831 "gram.y" { SelectLimit *n = (SelectLimit *) palloc(sizeof(SelectLimit)); n->limitOffset = NULL; @@ -42069,11 +42070,11 @@ n->limitOption = LIMIT_OPTION_COUNT; (yyval.selectlimit) = n; } -#line 42073 "gram.c" +#line 42074 "gram.c" break; case 1693: /* limit_clause: FETCH first_or_next row_or_rows WITH TIES */ -#line 11838 "gram.y" +#line 11839 "gram.y" { SelectLimit *n = (SelectLimit *) palloc(sizeof(SelectLimit)); n->limitOffset = NULL; @@ -42081,242 +42082,242 @@ n->limitOption = LIMIT_OPTION_WITH_TIES; (yyval.selectlimit) = n; } -#line 42085 "gram.c" +#line 42086 "gram.c" break; case 1694: /* offset_clause: OFFSET select_offset_value */ -#line 11849 "gram.y" +#line 11850 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42091 "gram.c" +#line 42092 "gram.c" break; case 1695: /* offset_clause: OFFSET select_fetch_first_value row_or_rows */ -#line 11852 "gram.y" +#line 11853 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 42097 "gram.c" +#line 42098 "gram.c" break; case 1696: /* select_limit_value: a_expr */ -#line 11856 "gram.y" +#line 11857 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42103 "gram.c" +#line 42104 "gram.c" break; case 1697: /* select_limit_value: ALL */ -#line 11858 "gram.y" +#line 11859 "gram.y" { /* LIMIT ALL is represented as a NULL constant */ (yyval.node) = makeNullAConst((yylsp[0])); } -#line 42112 "gram.c" +#line 42113 "gram.c" break; case 1698: /* select_offset_value: a_expr */ -#line 11865 "gram.y" +#line 11866 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42118 "gram.c" +#line 42119 "gram.c" break; case 1699: /* select_fetch_first_value: c_expr */ -#line 11885 "gram.y" +#line 11886 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42124 "gram.c" +#line 42125 "gram.c" break; case 1700: /* select_fetch_first_value: '+' I_or_F_const */ -#line 11887 "gram.y" +#line 11888 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", NULL, (yyvsp[0].node), (yylsp[-1])); } -#line 42130 "gram.c" +#line 42131 "gram.c" break; case 1701: /* select_fetch_first_value: '-' I_or_F_const */ -#line 11889 "gram.y" +#line 11890 "gram.y" { (yyval.node) = doNegate((yyvsp[0].node), (yylsp[-1])); } -#line 42136 "gram.c" +#line 42137 "gram.c" break; case 1702: /* I_or_F_const: Iconst */ -#line 11893 "gram.y" +#line 11894 "gram.y" { (yyval.node) = makeIntConst((yyvsp[0].ival),(yylsp[0])); } -#line 42142 "gram.c" +#line 42143 "gram.c" break; case 1703: /* I_or_F_const: FCONST */ -#line 11894 "gram.y" +#line 11895 "gram.y" { (yyval.node) = makeFloatConst((yyvsp[0].str),(yylsp[0])); } -#line 42148 "gram.c" +#line 42149 "gram.c" break; case 1704: /* row_or_rows: ROW */ -#line 11898 "gram.y" +#line 11899 "gram.y" { (yyval.ival) = 0; } -#line 42154 "gram.c" +#line 42155 "gram.c" break; case 1705: /* row_or_rows: ROWS */ -#line 11899 "gram.y" +#line 11900 "gram.y" { (yyval.ival) = 0; } -#line 42160 "gram.c" +#line 42161 "gram.c" break; case 1706: /* first_or_next: FIRST_P */ -#line 11902 "gram.y" +#line 11903 "gram.y" { (yyval.ival) = 0; } -#line 42166 "gram.c" +#line 42167 "gram.c" break; case 1707: /* first_or_next: NEXT */ -#line 11903 "gram.y" +#line 11904 "gram.y" { (yyval.ival) = 0; } -#line 42172 "gram.c" +#line 42173 "gram.c" break; case 1708: /* group_clause: GROUP_P BY set_quantifier group_by_list */ -#line 11929 "gram.y" +#line 11930 "gram.y" { GroupClause *n = (GroupClause *) palloc(sizeof(GroupClause)); n->distinct = (yyvsp[-1].setquantifier) == SET_QUANTIFIER_DISTINCT; n->list = (yyvsp[0].list); (yyval.groupclause) = n; } -#line 42183 "gram.c" +#line 42184 "gram.c" break; case 1709: /* group_clause: %empty */ -#line 11936 "gram.y" +#line 11937 "gram.y" { GroupClause *n = (GroupClause *) palloc(sizeof(GroupClause)); n->distinct = false; n->list = NIL; (yyval.groupclause) = n; } -#line 42194 "gram.c" +#line 42195 "gram.c" break; case 1710: /* group_by_list: group_by_item */ -#line 11945 "gram.y" +#line 11946 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 42200 "gram.c" +#line 42201 "gram.c" break; case 1711: /* group_by_list: group_by_list ',' group_by_item */ -#line 11946 "gram.y" +#line 11947 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list),(yyvsp[0].node)); } -#line 42206 "gram.c" +#line 42207 "gram.c" break; case 1712: /* group_by_item: a_expr */ -#line 11950 "gram.y" +#line 11951 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42212 "gram.c" +#line 42213 "gram.c" break; case 1713: /* group_by_item: empty_grouping_set */ -#line 11951 "gram.y" +#line 11952 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42218 "gram.c" +#line 42219 "gram.c" break; case 1714: /* group_by_item: cube_clause */ -#line 11952 "gram.y" +#line 11953 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42224 "gram.c" +#line 42225 "gram.c" break; case 1715: /* group_by_item: rollup_clause */ -#line 11953 "gram.y" +#line 11954 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42230 "gram.c" +#line 42231 "gram.c" break; case 1716: /* group_by_item: grouping_sets_clause */ -#line 11954 "gram.y" +#line 11955 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42236 "gram.c" +#line 42237 "gram.c" break; case 1717: /* empty_grouping_set: '(' ')' */ -#line 11959 "gram.y" +#line 11960 "gram.y" { (yyval.node) = (Node *) makeGroupingSet(GROUPING_SET_EMPTY, NIL, (yylsp[-1])); } -#line 42244 "gram.c" +#line 42245 "gram.c" break; case 1718: /* rollup_clause: ROLLUP '(' expr_list ')' */ -#line 11972 "gram.y" +#line 11973 "gram.y" { (yyval.node) = (Node *) makeGroupingSet(GROUPING_SET_ROLLUP, (yyvsp[-1].list), (yylsp[-3])); } -#line 42252 "gram.c" +#line 42253 "gram.c" break; case 1719: /* cube_clause: CUBE '(' expr_list ')' */ -#line 11979 "gram.y" +#line 11980 "gram.y" { (yyval.node) = (Node *) makeGroupingSet(GROUPING_SET_CUBE, (yyvsp[-1].list), (yylsp[-3])); } -#line 42260 "gram.c" +#line 42261 "gram.c" break; case 1720: /* grouping_sets_clause: GROUPING SETS '(' group_by_list ')' */ -#line 11986 "gram.y" +#line 11987 "gram.y" { (yyval.node) = (Node *) makeGroupingSet(GROUPING_SET_SETS, (yyvsp[-1].list), (yylsp[-4])); } -#line 42268 "gram.c" +#line 42269 "gram.c" break; case 1721: /* having_clause: HAVING a_expr */ -#line 11992 "gram.y" +#line 11993 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42274 "gram.c" +#line 42275 "gram.c" break; case 1722: /* having_clause: %empty */ -#line 11993 "gram.y" +#line 11994 "gram.y" { (yyval.node) = NULL; } -#line 42280 "gram.c" +#line 42281 "gram.c" break; case 1723: /* for_locking_clause: for_locking_items */ -#line 11997 "gram.y" +#line 11998 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 42286 "gram.c" +#line 42287 "gram.c" break; case 1724: /* for_locking_clause: FOR READ ONLY */ -#line 11998 "gram.y" +#line 11999 "gram.y" { (yyval.list) = NIL; } -#line 42292 "gram.c" +#line 42293 "gram.c" break; case 1725: /* opt_for_locking_clause: for_locking_clause */ -#line 12002 "gram.y" +#line 12003 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 42298 "gram.c" +#line 42299 "gram.c" break; case 1726: /* opt_for_locking_clause: %empty */ -#line 12003 "gram.y" +#line 12004 "gram.y" { (yyval.list) = NIL; } -#line 42304 "gram.c" +#line 42305 "gram.c" break; case 1727: /* for_locking_items: for_locking_item */ -#line 12007 "gram.y" +#line 12008 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 42310 "gram.c" +#line 42311 "gram.c" break; case 1728: /* for_locking_items: for_locking_items for_locking_item */ -#line 12008 "gram.y" +#line 12009 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].node)); } -#line 42316 "gram.c" +#line 42317 "gram.c" break; case 1729: /* for_locking_item: for_locking_strength locked_rels_list opt_nowait_or_skip */ -#line 12013 "gram.y" +#line 12014 "gram.y" { LockingClause *n = makeNode(LockingClause); n->lockedRels = (yyvsp[-1].list); @@ -42324,100 +42325,100 @@ n->waitPolicy = (yyvsp[0].ival); (yyval.node) = (Node *) n; } -#line 42328 "gram.c" +#line 42329 "gram.c" break; case 1730: /* for_locking_strength: FOR UPDATE */ -#line 12023 "gram.y" +#line 12024 "gram.y" { (yyval.ival) = LCS_FORUPDATE; } -#line 42334 "gram.c" +#line 42335 "gram.c" break; case 1731: /* for_locking_strength: FOR NO KEY UPDATE */ -#line 12024 "gram.y" +#line 12025 "gram.y" { (yyval.ival) = LCS_FORNOKEYUPDATE; } -#line 42340 "gram.c" +#line 42341 "gram.c" break; case 1732: /* for_locking_strength: FOR SHARE */ -#line 12025 "gram.y" +#line 12026 "gram.y" { (yyval.ival) = LCS_FORSHARE; } -#line 42346 "gram.c" +#line 42347 "gram.c" break; case 1733: /* for_locking_strength: FOR KEY SHARE */ -#line 12026 "gram.y" +#line 12027 "gram.y" { (yyval.ival) = LCS_FORKEYSHARE; } -#line 42352 "gram.c" +#line 42353 "gram.c" break; case 1734: /* locked_rels_list: OF qualified_name_list */ -#line 12030 "gram.y" +#line 12031 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 42358 "gram.c" +#line 42359 "gram.c" break; case 1735: /* locked_rels_list: %empty */ -#line 12031 "gram.y" +#line 12032 "gram.y" { (yyval.list) = NIL; } -#line 42364 "gram.c" +#line 42365 "gram.c" break; case 1736: /* values_clause: VALUES '(' expr_list ')' */ -#line 12042 "gram.y" +#line 12043 "gram.y" { SelectStmt *n = makeNode(SelectStmt); n->valuesLists = list_make1((yyvsp[-1].list)); (yyval.node) = (Node *) n; } -#line 42374 "gram.c" +#line 42375 "gram.c" break; case 1737: /* values_clause: values_clause ',' '(' expr_list ')' */ -#line 12048 "gram.y" +#line 12049 "gram.y" { SelectStmt *n = (SelectStmt *) (yyvsp[-4].node); n->valuesLists = lappend(n->valuesLists, (yyvsp[-1].list)); (yyval.node) = (Node *) n; } -#line 42384 "gram.c" +#line 42385 "gram.c" break; case 1738: /* from_clause: FROM from_list */ -#line 12065 "gram.y" +#line 12066 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 42390 "gram.c" +#line 42391 "gram.c" break; case 1739: /* from_clause: %empty */ -#line 12066 "gram.y" +#line 12067 "gram.y" { (yyval.list) = NIL; } -#line 42396 "gram.c" +#line 42397 "gram.c" break; case 1740: /* from_list: table_ref */ -#line 12070 "gram.y" +#line 12071 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 42402 "gram.c" +#line 42403 "gram.c" break; case 1741: /* from_list: from_list ',' table_ref */ -#line 12071 "gram.y" +#line 12072 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 42408 "gram.c" +#line 42409 "gram.c" break; case 1742: /* table_ref: relation_expr opt_alias_clause */ -#line 12078 "gram.y" +#line 12079 "gram.y" { (yyvsp[-1].range)->alias = (yyvsp[0].alias); (yyval.node) = (Node *) (yyvsp[-1].range); } -#line 42417 "gram.c" +#line 42418 "gram.c" break; case 1743: /* table_ref: relation_expr opt_alias_clause tablesample_clause */ -#line 12083 "gram.y" +#line 12084 "gram.y" { RangeTableSample *n = (RangeTableSample *) (yyvsp[0].node); (yyvsp[-2].range)->alias = (yyvsp[-1].alias); @@ -42425,22 +42426,22 @@ n->relation = (Node *) (yyvsp[-2].range); (yyval.node) = (Node *) n; } -#line 42429 "gram.c" +#line 42430 "gram.c" break; case 1744: /* table_ref: func_table func_alias_clause */ -#line 12091 "gram.y" +#line 12092 "gram.y" { RangeFunction *n = (RangeFunction *) (yyvsp[-1].node); n->alias = linitial((yyvsp[0].list)); n->coldeflist = lsecond((yyvsp[0].list)); (yyval.node) = (Node *) n; } -#line 42440 "gram.c" +#line 42441 "gram.c" break; case 1745: /* table_ref: LATERAL_P func_table func_alias_clause */ -#line 12098 "gram.y" +#line 12099 "gram.y" { RangeFunction *n = (RangeFunction *) (yyvsp[-1].node); n->lateral = true; @@ -42448,32 +42449,32 @@ n->coldeflist = lsecond((yyvsp[0].list)); (yyval.node) = (Node *) n; } -#line 42452 "gram.c" +#line 42453 "gram.c" break; case 1746: /* table_ref: xmltable opt_alias_clause */ -#line 12106 "gram.y" +#line 12107 "gram.y" { RangeTableFunc *n = (RangeTableFunc *) (yyvsp[-1].node); n->alias = (yyvsp[0].alias); (yyval.node) = (Node *) n; } -#line 42462 "gram.c" +#line 42463 "gram.c" break; case 1747: /* table_ref: LATERAL_P xmltable opt_alias_clause */ -#line 12112 "gram.y" +#line 12113 "gram.y" { RangeTableFunc *n = (RangeTableFunc *) (yyvsp[-1].node); n->lateral = true; n->alias = (yyvsp[0].alias); (yyval.node) = (Node *) n; } -#line 42473 "gram.c" +#line 42474 "gram.c" break; case 1748: /* table_ref: select_with_parens opt_alias_clause */ -#line 12119 "gram.y" +#line 12120 "gram.y" { RangeSubselect *n = makeNode(RangeSubselect); n->lateral = false; @@ -42508,11 +42509,11 @@ } (yyval.node) = (Node *) n; } -#line 42512 "gram.c" +#line 42513 "gram.c" break; case 1749: /* table_ref: LATERAL_P select_with_parens opt_alias_clause */ -#line 12154 "gram.y" +#line 12155 "gram.y" { RangeSubselect *n = makeNode(RangeSubselect); n->lateral = true; @@ -42537,36 +42538,36 @@ } (yyval.node) = (Node *) n; } -#line 42541 "gram.c" +#line 42542 "gram.c" break; case 1750: /* table_ref: joined_table */ -#line 12179 "gram.y" +#line 12180 "gram.y" { (yyval.node) = (Node *) (yyvsp[0].jexpr); } -#line 42549 "gram.c" +#line 42550 "gram.c" break; case 1751: /* table_ref: '(' joined_table ')' alias_clause */ -#line 12183 "gram.y" +#line 12184 "gram.y" { (yyvsp[-2].jexpr)->alias = (yyvsp[0].alias); (yyval.node) = (Node *) (yyvsp[-2].jexpr); } -#line 42558 "gram.c" +#line 42559 "gram.c" break; case 1752: /* joined_table: '(' joined_table ')' */ -#line 12209 "gram.y" +#line 12210 "gram.y" { (yyval.jexpr) = (yyvsp[-1].jexpr); } -#line 42566 "gram.c" +#line 42567 "gram.c" break; case 1753: /* joined_table: table_ref CROSS JOIN table_ref */ -#line 12213 "gram.y" +#line 12214 "gram.y" { /* CROSS JOIN is same as unqualified inner join */ JoinExpr *n = makeNode(JoinExpr); @@ -42579,11 +42580,11 @@ n->quals = NULL; (yyval.jexpr) = n; } -#line 42583 "gram.c" +#line 42584 "gram.c" break; case 1754: /* joined_table: table_ref join_type JOIN table_ref join_qual */ -#line 12226 "gram.y" +#line 12227 "gram.y" { JoinExpr *n = makeNode(JoinExpr); n->jointype = (yyvsp[-3].jtype); @@ -42603,11 +42604,11 @@ } (yyval.jexpr) = n; } -#line 42607 "gram.c" +#line 42608 "gram.c" break; case 1755: /* joined_table: table_ref JOIN table_ref join_qual */ -#line 12246 "gram.y" +#line 12247 "gram.y" { /* letting join_type reduce to empty doesn't work */ JoinExpr *n = makeNode(JoinExpr); @@ -42628,11 +42629,11 @@ } (yyval.jexpr) = n; } -#line 42632 "gram.c" +#line 42633 "gram.c" break; case 1756: /* joined_table: table_ref NATURAL join_type JOIN table_ref */ -#line 12267 "gram.y" +#line 12268 "gram.y" { JoinExpr *n = makeNode(JoinExpr); n->jointype = (yyvsp[-2].jtype); @@ -42644,11 +42645,11 @@ n->quals = NULL; /* fill later */ (yyval.jexpr) = n; } -#line 42648 "gram.c" +#line 42649 "gram.c" break; case 1757: /* joined_table: table_ref NATURAL JOIN table_ref */ -#line 12279 "gram.y" +#line 12280 "gram.y" { /* letting join_type reduce to empty doesn't work */ JoinExpr *n = makeNode(JoinExpr); @@ -42661,247 +42662,247 @@ n->quals = NULL; /* fill later */ (yyval.jexpr) = n; } -#line 42665 "gram.c" +#line 42666 "gram.c" break; case 1758: /* alias_clause: AS ColId '(' name_list ')' */ -#line 12295 "gram.y" +#line 12296 "gram.y" { (yyval.alias) = makeNode(Alias); (yyval.alias)->aliasname = (yyvsp[-3].str); (yyval.alias)->colnames = (yyvsp[-1].list); } -#line 42675 "gram.c" +#line 42676 "gram.c" break; case 1759: /* alias_clause: AS ColId */ -#line 12301 "gram.y" +#line 12302 "gram.y" { (yyval.alias) = makeNode(Alias); (yyval.alias)->aliasname = (yyvsp[0].str); } -#line 42684 "gram.c" +#line 42685 "gram.c" break; case 1760: /* alias_clause: ColId '(' name_list ')' */ -#line 12306 "gram.y" +#line 12307 "gram.y" { (yyval.alias) = makeNode(Alias); (yyval.alias)->aliasname = (yyvsp[-3].str); (yyval.alias)->colnames = (yyvsp[-1].list); } -#line 42694 "gram.c" +#line 42695 "gram.c" break; case 1761: /* alias_clause: ColId */ -#line 12312 "gram.y" +#line 12313 "gram.y" { (yyval.alias) = makeNode(Alias); (yyval.alias)->aliasname = (yyvsp[0].str); } -#line 42703 "gram.c" +#line 42704 "gram.c" break; case 1762: /* opt_alias_clause: alias_clause */ -#line 12318 "gram.y" +#line 12319 "gram.y" { (yyval.alias) = (yyvsp[0].alias); } -#line 42709 "gram.c" +#line 42710 "gram.c" break; case 1763: /* opt_alias_clause: %empty */ -#line 12319 "gram.y" +#line 12320 "gram.y" { (yyval.alias) = NULL; } -#line 42715 "gram.c" +#line 42716 "gram.c" break; case 1764: /* opt_alias_clause_for_join_using: AS ColId */ -#line 12330 "gram.y" +#line 12331 "gram.y" { (yyval.alias) = makeNode(Alias); (yyval.alias)->aliasname = (yyvsp[0].str); /* the column name list will be inserted later */ } -#line 42725 "gram.c" +#line 42726 "gram.c" break; case 1765: /* opt_alias_clause_for_join_using: %empty */ -#line 12335 "gram.y" +#line 12336 "gram.y" { (yyval.alias) = NULL; } -#line 42731 "gram.c" +#line 42732 "gram.c" break; case 1766: /* func_alias_clause: alias_clause */ -#line 12344 "gram.y" +#line 12345 "gram.y" { (yyval.list) = list_make2((yyvsp[0].alias), NIL); } -#line 42739 "gram.c" +#line 42740 "gram.c" break; case 1767: /* func_alias_clause: AS '(' TableFuncElementList ')' */ -#line 12348 "gram.y" +#line 12349 "gram.y" { (yyval.list) = list_make2(NULL, (yyvsp[-1].list)); } -#line 42747 "gram.c" +#line 42748 "gram.c" break; case 1768: /* func_alias_clause: AS ColId '(' TableFuncElementList ')' */ -#line 12352 "gram.y" +#line 12353 "gram.y" { Alias *a = makeNode(Alias); a->aliasname = (yyvsp[-3].str); (yyval.list) = list_make2(a, (yyvsp[-1].list)); } -#line 42757 "gram.c" +#line 42758 "gram.c" break; case 1769: /* func_alias_clause: ColId '(' TableFuncElementList ')' */ -#line 12358 "gram.y" +#line 12359 "gram.y" { Alias *a = makeNode(Alias); a->aliasname = (yyvsp[-3].str); (yyval.list) = list_make2(a, (yyvsp[-1].list)); } -#line 42767 "gram.c" +#line 42768 "gram.c" break; case 1770: /* func_alias_clause: %empty */ -#line 12364 "gram.y" +#line 12365 "gram.y" { (yyval.list) = list_make2(NULL, NIL); } -#line 42775 "gram.c" +#line 42776 "gram.c" break; case 1771: /* join_type: FULL opt_outer */ -#line 12369 "gram.y" +#line 12370 "gram.y" { (yyval.jtype) = JOIN_FULL; } -#line 42781 "gram.c" +#line 42782 "gram.c" break; case 1772: /* join_type: LEFT opt_outer */ -#line 12370 "gram.y" +#line 12371 "gram.y" { (yyval.jtype) = JOIN_LEFT; } -#line 42787 "gram.c" +#line 42788 "gram.c" break; case 1773: /* join_type: RIGHT opt_outer */ -#line 12371 "gram.y" +#line 12372 "gram.y" { (yyval.jtype) = JOIN_RIGHT; } -#line 42793 "gram.c" +#line 42794 "gram.c" break; case 1774: /* join_type: INNER_P */ -#line 12372 "gram.y" +#line 12373 "gram.y" { (yyval.jtype) = JOIN_INNER; } -#line 42799 "gram.c" +#line 42800 "gram.c" break; case 1777: /* join_qual: USING '(' name_list ')' opt_alias_clause_for_join_using */ -#line 12393 "gram.y" +#line 12394 "gram.y" { (yyval.node) = (Node *) list_make2((yyvsp[-2].list), (yyvsp[0].alias)); } -#line 42807 "gram.c" +#line 42808 "gram.c" break; case 1778: /* join_qual: ON a_expr */ -#line 12397 "gram.y" +#line 12398 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 42815 "gram.c" +#line 42816 "gram.c" break; case 1779: /* relation_expr: qualified_name */ -#line 12405 "gram.y" +#line 12406 "gram.y" { /* inheritance query, implicitly */ (yyval.range) = (yyvsp[0].range); (yyval.range)->inh = true; (yyval.range)->alias = NULL; } -#line 42826 "gram.c" +#line 42827 "gram.c" break; case 1780: /* relation_expr: qualified_name '*' */ -#line 12412 "gram.y" +#line 12413 "gram.y" { /* inheritance query, explicitly */ (yyval.range) = (yyvsp[-1].range); (yyval.range)->inh = true; (yyval.range)->alias = NULL; } -#line 42837 "gram.c" +#line 42838 "gram.c" break; case 1781: /* relation_expr: ONLY qualified_name */ -#line 12419 "gram.y" +#line 12420 "gram.y" { /* no inheritance */ (yyval.range) = (yyvsp[0].range); (yyval.range)->inh = false; (yyval.range)->alias = NULL; } -#line 42848 "gram.c" +#line 42849 "gram.c" break; case 1782: /* relation_expr: ONLY '(' qualified_name ')' */ -#line 12426 "gram.y" +#line 12427 "gram.y" { /* no inheritance, SQL99-style syntax */ (yyval.range) = (yyvsp[-1].range); (yyval.range)->inh = false; (yyval.range)->alias = NULL; } -#line 42859 "gram.c" +#line 42860 "gram.c" break; case 1783: /* relation_expr_list: relation_expr */ -#line 12436 "gram.y" +#line 12437 "gram.y" { (yyval.list) = list_make1((yyvsp[0].range)); } -#line 42865 "gram.c" +#line 42866 "gram.c" break; case 1784: /* relation_expr_list: relation_expr_list ',' relation_expr */ -#line 12437 "gram.y" +#line 12438 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].range)); } -#line 42871 "gram.c" +#line 42872 "gram.c" break; case 1785: /* relation_expr_opt_alias: relation_expr */ -#line 12451 "gram.y" +#line 12452 "gram.y" { (yyval.range) = (yyvsp[0].range); } -#line 42879 "gram.c" +#line 42880 "gram.c" break; case 1786: /* relation_expr_opt_alias: relation_expr ColId */ -#line 12455 "gram.y" +#line 12456 "gram.y" { Alias *alias = makeNode(Alias); alias->aliasname = (yyvsp[0].str); (yyvsp[-1].range)->alias = alias; (yyval.range) = (yyvsp[-1].range); } -#line 42890 "gram.c" +#line 42891 "gram.c" break; case 1787: /* relation_expr_opt_alias: relation_expr AS ColId */ -#line 12462 "gram.y" +#line 12463 "gram.y" { Alias *alias = makeNode(Alias); alias->aliasname = (yyvsp[0].str); (yyvsp[-2].range)->alias = alias; (yyval.range) = (yyvsp[-2].range); } -#line 42901 "gram.c" +#line 42902 "gram.c" break; case 1788: /* tablesample_clause: TABLESAMPLE func_name '(' expr_list ')' opt_repeatable_clause */ -#line 12475 "gram.y" +#line 12476 "gram.y" { RangeTableSample *n = makeNode(RangeTableSample); /* n->relation will be filled in later */ @@ -42911,23 +42912,23 @@ n->location = (yylsp[-4]); (yyval.node) = (Node *) n; } -#line 42915 "gram.c" +#line 42916 "gram.c" break; case 1789: /* opt_repeatable_clause: REPEATABLE '(' a_expr ')' */ -#line 12487 "gram.y" +#line 12488 "gram.y" { (yyval.node) = (Node *) (yyvsp[-1].node); } -#line 42921 "gram.c" +#line 42922 "gram.c" break; case 1790: /* opt_repeatable_clause: %empty */ -#line 12488 "gram.y" +#line 12489 "gram.y" { (yyval.node) = NULL; } -#line 42927 "gram.c" +#line 42928 "gram.c" break; case 1791: /* func_table: func_expr_windowless opt_ordinality */ -#line 12504 "gram.y" +#line 12505 "gram.y" { RangeFunction *n = makeNode(RangeFunction); n->lateral = false; @@ -42937,11 +42938,11 @@ /* alias and coldeflist are set by table_ref production */ (yyval.node) = (Node *) n; } -#line 42941 "gram.c" +#line 42942 "gram.c" break; case 1792: /* func_table: ROWS FROM '(' rowsfrom_list ')' opt_ordinality */ -#line 12514 "gram.y" +#line 12515 "gram.y" { RangeFunction *n = makeNode(RangeFunction); n->lateral = false; @@ -42951,71 +42952,71 @@ /* alias and coldeflist are set by table_ref production */ (yyval.node) = (Node *) n; } -#line 42955 "gram.c" +#line 42956 "gram.c" break; case 1793: /* rowsfrom_item: func_expr_windowless opt_col_def_list */ -#line 12526 "gram.y" +#line 12527 "gram.y" { (yyval.list) = list_make2((yyvsp[-1].node), (yyvsp[0].list)); } -#line 42961 "gram.c" +#line 42962 "gram.c" break; case 1794: /* rowsfrom_list: rowsfrom_item */ -#line 12530 "gram.y" +#line 12531 "gram.y" { (yyval.list) = list_make1((yyvsp[0].list)); } -#line 42967 "gram.c" +#line 42968 "gram.c" break; case 1795: /* rowsfrom_list: rowsfrom_list ',' rowsfrom_item */ -#line 12531 "gram.y" +#line 12532 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].list)); } -#line 42973 "gram.c" +#line 42974 "gram.c" break; case 1796: /* opt_col_def_list: AS '(' TableFuncElementList ')' */ -#line 12534 "gram.y" +#line 12535 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 42979 "gram.c" +#line 42980 "gram.c" break; case 1797: /* opt_col_def_list: %empty */ -#line 12535 "gram.y" +#line 12536 "gram.y" { (yyval.list) = NIL; } -#line 42985 "gram.c" +#line 42986 "gram.c" break; case 1798: /* opt_ordinality: WITH_LA ORDINALITY */ -#line 12538 "gram.y" +#line 12539 "gram.y" { (yyval.boolean) = true; } -#line 42991 "gram.c" +#line 42992 "gram.c" break; case 1799: /* opt_ordinality: %empty */ -#line 12539 "gram.y" +#line 12540 "gram.y" { (yyval.boolean) = false; } -#line 42997 "gram.c" +#line 42998 "gram.c" break; case 1800: /* where_clause: WHERE a_expr */ -#line 12544 "gram.y" +#line 12545 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 43003 "gram.c" +#line 43004 "gram.c" break; case 1801: /* where_clause: %empty */ -#line 12545 "gram.y" +#line 12546 "gram.y" { (yyval.node) = NULL; } -#line 43009 "gram.c" +#line 43010 "gram.c" break; case 1802: /* where_or_current_clause: WHERE a_expr */ -#line 12550 "gram.y" +#line 12551 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 43015 "gram.c" +#line 43016 "gram.c" break; case 1803: /* where_or_current_clause: WHERE CURRENT_P OF cursor_name */ -#line 12552 "gram.y" +#line 12553 "gram.y" { CurrentOfExpr *n = makeNode(CurrentOfExpr); /* cvarno is filled in by parse analysis */ @@ -43023,45 +43024,45 @@ n->cursor_param = 0; (yyval.node) = (Node *) n; } -#line 43027 "gram.c" +#line 43028 "gram.c" break; case 1804: /* where_or_current_clause: %empty */ -#line 12559 "gram.y" +#line 12560 "gram.y" { (yyval.node) = NULL; } -#line 43033 "gram.c" +#line 43034 "gram.c" break; case 1805: /* OptTableFuncElementList: TableFuncElementList */ -#line 12564 "gram.y" +#line 12565 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 43039 "gram.c" +#line 43040 "gram.c" break; case 1806: /* OptTableFuncElementList: %empty */ -#line 12565 "gram.y" +#line 12566 "gram.y" { (yyval.list) = NIL; } -#line 43045 "gram.c" +#line 43046 "gram.c" break; case 1807: /* TableFuncElementList: TableFuncElement */ -#line 12570 "gram.y" +#line 12571 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 43053 "gram.c" +#line 43054 "gram.c" break; case 1808: /* TableFuncElementList: TableFuncElementList ',' TableFuncElement */ -#line 12574 "gram.y" +#line 12575 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 43061 "gram.c" +#line 43062 "gram.c" break; case 1809: /* TableFuncElement: ColId Typename opt_collate_clause */ -#line 12580 "gram.y" +#line 12581 "gram.y" { ColumnDef *n = makeNode(ColumnDef); n->colname = (yyvsp[-2].str); @@ -43079,11 +43080,11 @@ n->location = (yylsp[-2]); (yyval.node) = (Node *)n; } -#line 43083 "gram.c" +#line 43084 "gram.c" break; case 1810: /* xmltable: XMLTABLE '(' c_expr xmlexists_argument COLUMNS xmltable_column_list ')' */ -#line 12604 "gram.y" +#line 12605 "gram.y" { RangeTableFunc *n = makeNode(RangeTableFunc); n->rowexpr = (yyvsp[-4].node); @@ -43093,11 +43094,11 @@ n->location = (yylsp[-6]); (yyval.node) = (Node *)n; } -#line 43097 "gram.c" +#line 43098 "gram.c" break; case 1811: /* xmltable: XMLTABLE '(' XMLNAMESPACES '(' xml_namespace_list ')' ',' c_expr xmlexists_argument COLUMNS xmltable_column_list ')' */ -#line 12615 "gram.y" +#line 12616 "gram.y" { RangeTableFunc *n = makeNode(RangeTableFunc); n->rowexpr = (yyvsp[-4].node); @@ -43107,23 +43108,23 @@ n->location = (yylsp[-11]); (yyval.node) = (Node *)n; } -#line 43111 "gram.c" +#line 43112 "gram.c" break; case 1812: /* xmltable_column_list: xmltable_column_el */ -#line 12626 "gram.y" +#line 12627 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 43117 "gram.c" +#line 43118 "gram.c" break; case 1813: /* xmltable_column_list: xmltable_column_list ',' xmltable_column_el */ -#line 12627 "gram.y" +#line 12628 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 43123 "gram.c" +#line 43124 "gram.c" break; case 1814: /* xmltable_column_el: ColId Typename */ -#line 12632 "gram.y" +#line 12633 "gram.y" { RangeTableFuncCol *fc = makeNode(RangeTableFuncCol); @@ -43137,11 +43138,11 @@ (yyval.node) = (Node *) fc; } -#line 43141 "gram.c" +#line 43142 "gram.c" break; case 1815: /* xmltable_column_el: ColId Typename xmltable_column_option_list */ -#line 12646 "gram.y" +#line 12647 "gram.y" { RangeTableFuncCol *fc = makeNode(RangeTableFuncCol); ListCell *option; @@ -43198,11 +43199,11 @@ } (yyval.node) = (Node *) fc; } -#line 43202 "gram.c" +#line 43203 "gram.c" break; case 1816: /* xmltable_column_el: ColId FOR ORDINALITY */ -#line 12703 "gram.y" +#line 12704 "gram.y" { RangeTableFuncCol *fc = makeNode(RangeTableFuncCol); @@ -43213,59 +43214,59 @@ (yyval.node) = (Node *) fc; } -#line 43217 "gram.c" +#line 43218 "gram.c" break; case 1817: /* xmltable_column_option_list: xmltable_column_option_el */ -#line 12717 "gram.y" +#line 12718 "gram.y" { (yyval.list) = list_make1((yyvsp[0].defelt)); } -#line 43223 "gram.c" +#line 43224 "gram.c" break; case 1818: /* xmltable_column_option_list: xmltable_column_option_list xmltable_column_option_el */ -#line 12719 "gram.y" +#line 12720 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].defelt)); } -#line 43229 "gram.c" +#line 43230 "gram.c" break; case 1819: /* xmltable_column_option_el: IDENT b_expr */ -#line 12724 "gram.y" +#line 12725 "gram.y" { (yyval.defelt) = makeDefElem((yyvsp[-1].str), (yyvsp[0].node), (yylsp[-1])); } -#line 43235 "gram.c" +#line 43236 "gram.c" break; case 1820: /* xmltable_column_option_el: DEFAULT b_expr */ -#line 12726 "gram.y" +#line 12727 "gram.y" { (yyval.defelt) = makeDefElem("default", (yyvsp[0].node), (yylsp[-1])); } -#line 43241 "gram.c" +#line 43242 "gram.c" break; case 1821: /* xmltable_column_option_el: NOT NULL_P */ -#line 12728 "gram.y" +#line 12729 "gram.y" { (yyval.defelt) = makeDefElem("is_not_null", (Node *) makeInteger(true), (yylsp[-1])); } -#line 43247 "gram.c" +#line 43248 "gram.c" break; case 1822: /* xmltable_column_option_el: NULL_P */ -#line 12730 "gram.y" +#line 12731 "gram.y" { (yyval.defelt) = makeDefElem("is_not_null", (Node *) makeInteger(false), (yylsp[0])); } -#line 43253 "gram.c" +#line 43254 "gram.c" break; case 1823: /* xml_namespace_list: xml_namespace_el */ -#line 12735 "gram.y" +#line 12736 "gram.y" { (yyval.list) = list_make1((yyvsp[0].target)); } -#line 43259 "gram.c" +#line 43260 "gram.c" break; case 1824: /* xml_namespace_list: xml_namespace_list ',' xml_namespace_el */ -#line 12737 "gram.y" +#line 12738 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].target)); } -#line 43265 "gram.c" +#line 43266 "gram.c" break; case 1825: /* xml_namespace_el: b_expr AS ColLabel */ -#line 12742 "gram.y" +#line 12743 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = (yyvsp[0].str); @@ -43273,11 +43274,11 @@ (yyval.target)->val = (yyvsp[-2].node); (yyval.target)->location = (yylsp[-2]); } -#line 43277 "gram.c" +#line 43278 "gram.c" break; case 1826: /* xml_namespace_el: DEFAULT b_expr */ -#line 12750 "gram.y" +#line 12751 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = NULL; @@ -43285,293 +43286,293 @@ (yyval.target)->val = (yyvsp[0].node); (yyval.target)->location = (yylsp[-1]); } -#line 43289 "gram.c" +#line 43290 "gram.c" break; case 1827: /* Typename: SimpleTypename opt_array_bounds */ -#line 12770 "gram.y" +#line 12771 "gram.y" { (yyval.typnam) = (yyvsp[-1].typnam); (yyval.typnam)->arrayBounds = (yyvsp[0].list); } -#line 43298 "gram.c" +#line 43299 "gram.c" break; case 1828: /* Typename: SETOF SimpleTypename opt_array_bounds */ -#line 12775 "gram.y" +#line 12776 "gram.y" { (yyval.typnam) = (yyvsp[-1].typnam); (yyval.typnam)->arrayBounds = (yyvsp[0].list); (yyval.typnam)->setof = true; } -#line 43308 "gram.c" +#line 43309 "gram.c" break; case 1829: /* Typename: SimpleTypename ARRAY '[' Iconst ']' */ -#line 12782 "gram.y" +#line 12783 "gram.y" { (yyval.typnam) = (yyvsp[-4].typnam); (yyval.typnam)->arrayBounds = list_make1(makeInteger((yyvsp[-1].ival))); } -#line 43317 "gram.c" +#line 43318 "gram.c" break; case 1830: /* Typename: SETOF SimpleTypename ARRAY '[' Iconst ']' */ -#line 12787 "gram.y" +#line 12788 "gram.y" { (yyval.typnam) = (yyvsp[-4].typnam); (yyval.typnam)->arrayBounds = list_make1(makeInteger((yyvsp[-1].ival))); (yyval.typnam)->setof = true; } -#line 43327 "gram.c" +#line 43328 "gram.c" break; case 1831: /* Typename: SimpleTypename ARRAY */ -#line 12793 "gram.y" +#line 12794 "gram.y" { (yyval.typnam) = (yyvsp[-1].typnam); (yyval.typnam)->arrayBounds = list_make1(makeInteger(-1)); } -#line 43336 "gram.c" +#line 43337 "gram.c" break; case 1832: /* Typename: SETOF SimpleTypename ARRAY */ -#line 12798 "gram.y" +#line 12799 "gram.y" { (yyval.typnam) = (yyvsp[-1].typnam); (yyval.typnam)->arrayBounds = list_make1(makeInteger(-1)); (yyval.typnam)->setof = true; } -#line 43346 "gram.c" +#line 43347 "gram.c" break; case 1833: /* opt_array_bounds: opt_array_bounds '[' ']' */ -#line 12807 "gram.y" +#line 12808 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), makeInteger(-1)); } -#line 43352 "gram.c" +#line 43353 "gram.c" break; case 1834: /* opt_array_bounds: opt_array_bounds '[' Iconst ']' */ -#line 12809 "gram.y" +#line 12810 "gram.y" { (yyval.list) = lappend((yyvsp[-3].list), makeInteger((yyvsp[-1].ival))); } -#line 43358 "gram.c" +#line 43359 "gram.c" break; case 1835: /* opt_array_bounds: %empty */ -#line 12811 "gram.y" +#line 12812 "gram.y" { (yyval.list) = NIL; } -#line 43364 "gram.c" +#line 43365 "gram.c" break; case 1836: /* SimpleTypename: GenericType */ -#line 12815 "gram.y" +#line 12816 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43370 "gram.c" +#line 43371 "gram.c" break; case 1837: /* SimpleTypename: Numeric */ -#line 12816 "gram.y" +#line 12817 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43376 "gram.c" +#line 43377 "gram.c" break; case 1838: /* SimpleTypename: Bit */ -#line 12817 "gram.y" +#line 12818 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43382 "gram.c" +#line 43383 "gram.c" break; case 1839: /* SimpleTypename: Character */ -#line 12818 "gram.y" +#line 12819 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43388 "gram.c" +#line 43389 "gram.c" break; case 1840: /* SimpleTypename: ConstDatetime */ -#line 12819 "gram.y" +#line 12820 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43394 "gram.c" +#line 43395 "gram.c" break; case 1841: /* SimpleTypename: ConstInterval opt_interval */ -#line 12821 "gram.y" +#line 12822 "gram.y" { (yyval.typnam) = (yyvsp[-1].typnam); (yyval.typnam)->typmods = (yyvsp[0].list); } -#line 43403 "gram.c" +#line 43404 "gram.c" break; case 1842: /* SimpleTypename: ConstInterval '(' Iconst ')' */ -#line 12826 "gram.y" +#line 12827 "gram.y" { (yyval.typnam) = (yyvsp[-3].typnam); (yyval.typnam)->typmods = list_make2(makeIntConst(INTERVAL_FULL_RANGE, -1), makeIntConst((yyvsp[-1].ival), (yylsp[-1]))); } -#line 43413 "gram.c" +#line 43414 "gram.c" break; case 1843: /* ConstTypename: Numeric */ -#line 12845 "gram.y" +#line 12846 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43419 "gram.c" +#line 43420 "gram.c" break; case 1844: /* ConstTypename: ConstBit */ -#line 12846 "gram.y" +#line 12847 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43425 "gram.c" +#line 43426 "gram.c" break; case 1845: /* ConstTypename: ConstCharacter */ -#line 12847 "gram.y" +#line 12848 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43431 "gram.c" +#line 43432 "gram.c" break; case 1846: /* ConstTypename: ConstDatetime */ -#line 12848 "gram.y" +#line 12849 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43437 "gram.c" +#line 43438 "gram.c" break; case 1847: /* GenericType: type_function_name opt_type_modifiers */ -#line 12860 "gram.y" +#line 12861 "gram.y" { (yyval.typnam) = makeTypeName((yyvsp[-1].str)); (yyval.typnam)->typmods = (yyvsp[0].list); (yyval.typnam)->location = (yylsp[-1]); } -#line 43447 "gram.c" +#line 43448 "gram.c" break; case 1848: /* GenericType: type_function_name attrs opt_type_modifiers */ -#line 12866 "gram.y" +#line 12867 "gram.y" { (yyval.typnam) = makeTypeNameFromNameList(lcons(makeString((yyvsp[-2].str)), (yyvsp[-1].list))); (yyval.typnam)->typmods = (yyvsp[0].list); (yyval.typnam)->location = (yylsp[-2]); } -#line 43457 "gram.c" +#line 43458 "gram.c" break; case 1849: /* opt_type_modifiers: '(' expr_list ')' */ -#line 12873 "gram.y" +#line 12874 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 43463 "gram.c" +#line 43464 "gram.c" break; case 1850: /* opt_type_modifiers: %empty */ -#line 12874 "gram.y" +#line 12875 "gram.y" { (yyval.list) = NIL; } -#line 43469 "gram.c" +#line 43470 "gram.c" break; case 1851: /* Numeric: INT_P */ -#line 12881 "gram.y" +#line 12882 "gram.y" { (yyval.typnam) = SystemTypeName("int4"); (yyval.typnam)->location = (yylsp[0]); } -#line 43478 "gram.c" +#line 43479 "gram.c" break; case 1852: /* Numeric: INTEGER */ -#line 12886 "gram.y" +#line 12887 "gram.y" { (yyval.typnam) = SystemTypeName("int4"); (yyval.typnam)->location = (yylsp[0]); } -#line 43487 "gram.c" +#line 43488 "gram.c" break; case 1853: /* Numeric: SMALLINT */ -#line 12891 "gram.y" +#line 12892 "gram.y" { (yyval.typnam) = SystemTypeName("int2"); (yyval.typnam)->location = (yylsp[0]); } -#line 43496 "gram.c" +#line 43497 "gram.c" break; case 1854: /* Numeric: BIGINT */ -#line 12896 "gram.y" +#line 12897 "gram.y" { (yyval.typnam) = SystemTypeName("int8"); (yyval.typnam)->location = (yylsp[0]); } -#line 43505 "gram.c" +#line 43506 "gram.c" break; case 1855: /* Numeric: REAL */ -#line 12901 "gram.y" +#line 12902 "gram.y" { (yyval.typnam) = SystemTypeName("float4"); (yyval.typnam)->location = (yylsp[0]); } -#line 43514 "gram.c" +#line 43515 "gram.c" break; case 1856: /* Numeric: FLOAT_P opt_float */ -#line 12906 "gram.y" +#line 12907 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); (yyval.typnam)->location = (yylsp[-1]); } -#line 43523 "gram.c" +#line 43524 "gram.c" break; case 1857: /* Numeric: DOUBLE_P PRECISION */ -#line 12911 "gram.y" +#line 12912 "gram.y" { (yyval.typnam) = SystemTypeName("float8"); (yyval.typnam)->location = (yylsp[-1]); } -#line 43532 "gram.c" +#line 43533 "gram.c" break; case 1858: /* Numeric: DECIMAL_P opt_type_modifiers */ -#line 12916 "gram.y" +#line 12917 "gram.y" { (yyval.typnam) = SystemTypeName("numeric"); (yyval.typnam)->typmods = (yyvsp[0].list); (yyval.typnam)->location = (yylsp[-1]); } -#line 43542 "gram.c" +#line 43543 "gram.c" break; case 1859: /* Numeric: DEC opt_type_modifiers */ -#line 12922 "gram.y" +#line 12923 "gram.y" { (yyval.typnam) = SystemTypeName("numeric"); (yyval.typnam)->typmods = (yyvsp[0].list); (yyval.typnam)->location = (yylsp[-1]); } -#line 43552 "gram.c" +#line 43553 "gram.c" break; case 1860: /* Numeric: NUMERIC opt_type_modifiers */ -#line 12928 "gram.y" +#line 12929 "gram.y" { (yyval.typnam) = SystemTypeName("numeric"); (yyval.typnam)->typmods = (yyvsp[0].list); (yyval.typnam)->location = (yylsp[-1]); } -#line 43562 "gram.c" +#line 43563 "gram.c" break; case 1861: /* Numeric: BOOLEAN_P */ -#line 12934 "gram.y" +#line 12935 "gram.y" { (yyval.typnam) = SystemTypeName("bool"); (yyval.typnam)->location = (yylsp[0]); } -#line 43571 "gram.c" +#line 43572 "gram.c" break; case 1862: /* opt_float: '(' Iconst ')' */ -#line 12941 "gram.y" +#line 12942 "gram.y" { /* * Check FLOAT() precision limits assuming IEEE floating @@ -43592,52 +43593,52 @@ errmsg("precision for type float must be less than 54 bits"), parser_errposition((yylsp[-1])))); } -#line 43596 "gram.c" +#line 43597 "gram.c" break; case 1863: /* opt_float: %empty */ -#line 12962 "gram.y" +#line 12963 "gram.y" { (yyval.typnam) = SystemTypeName("float8"); } -#line 43604 "gram.c" +#line 43605 "gram.c" break; case 1864: /* Bit: BitWithLength */ -#line 12972 "gram.y" +#line 12973 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43612 "gram.c" +#line 43613 "gram.c" break; case 1865: /* Bit: BitWithoutLength */ -#line 12976 "gram.y" +#line 12977 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43620 "gram.c" +#line 43621 "gram.c" break; case 1866: /* ConstBit: BitWithLength */ -#line 12984 "gram.y" +#line 12985 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43628 "gram.c" +#line 43629 "gram.c" break; case 1867: /* ConstBit: BitWithoutLength */ -#line 12988 "gram.y" +#line 12989 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); (yyval.typnam)->typmods = NIL; } -#line 43637 "gram.c" +#line 43638 "gram.c" break; case 1868: /* BitWithLength: BIT opt_varying '(' expr_list ')' */ -#line 12996 "gram.y" +#line 12997 "gram.y" { char *typname; @@ -43646,11 +43647,11 @@ (yyval.typnam)->typmods = (yyvsp[-1].list); (yyval.typnam)->location = (yylsp[-4]); } -#line 43650 "gram.c" +#line 43651 "gram.c" break; case 1869: /* BitWithoutLength: BIT opt_varying */ -#line 13008 "gram.y" +#line 13009 "gram.y" { /* bit defaults to bit(1), varbit to no limit */ if ((yyvsp[0].boolean)) @@ -43664,35 +43665,35 @@ } (yyval.typnam)->location = (yylsp[-1]); } -#line 43668 "gram.c" +#line 43669 "gram.c" break; case 1870: /* Character: CharacterWithLength */ -#line 13029 "gram.y" +#line 13030 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43676 "gram.c" +#line 43677 "gram.c" break; case 1871: /* Character: CharacterWithoutLength */ -#line 13033 "gram.y" +#line 13034 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43684 "gram.c" +#line 43685 "gram.c" break; case 1872: /* ConstCharacter: CharacterWithLength */ -#line 13039 "gram.y" +#line 13040 "gram.y" { (yyval.typnam) = (yyvsp[0].typnam); } -#line 43692 "gram.c" +#line 43693 "gram.c" break; case 1873: /* ConstCharacter: CharacterWithoutLength */ -#line 13043 "gram.y" +#line 13044 "gram.y" { /* Length was not specified so allow to be unrestricted. * This handles problems with fixed-length (bpchar) strings @@ -43703,21 +43704,21 @@ (yyval.typnam) = (yyvsp[0].typnam); (yyval.typnam)->typmods = NIL; } -#line 43707 "gram.c" +#line 43708 "gram.c" break; case 1874: /* CharacterWithLength: character '(' Iconst ')' */ -#line 13056 "gram.y" +#line 13057 "gram.y" { (yyval.typnam) = SystemTypeName((yyvsp[-3].str)); (yyval.typnam)->typmods = list_make1(makeIntConst((yyvsp[-1].ival), (yylsp[-1]))); (yyval.typnam)->location = (yylsp[-3]); } -#line 43717 "gram.c" +#line 43718 "gram.c" break; case 1875: /* CharacterWithoutLength: character */ -#line 13064 "gram.y" +#line 13065 "gram.y" { (yyval.typnam) = SystemTypeName((yyvsp[0].str)); /* char defaults to char(1), varchar to no limit */ @@ -43725,59 +43726,59 @@ (yyval.typnam)->typmods = list_make1(makeIntConst(1, -1)); (yyval.typnam)->location = (yylsp[0]); } -#line 43729 "gram.c" +#line 43730 "gram.c" break; case 1876: /* character: CHARACTER opt_varying */ -#line 13074 "gram.y" +#line 13075 "gram.y" { (yyval.str) = (yyvsp[0].boolean) ? "varchar": "bpchar"; } -#line 43735 "gram.c" +#line 43736 "gram.c" break; case 1877: /* character: CHAR_P opt_varying */ -#line 13076 "gram.y" +#line 13077 "gram.y" { (yyval.str) = (yyvsp[0].boolean) ? "varchar": "bpchar"; } -#line 43741 "gram.c" +#line 43742 "gram.c" break; case 1878: /* character: VARCHAR */ -#line 13078 "gram.y" +#line 13079 "gram.y" { (yyval.str) = "varchar"; } -#line 43747 "gram.c" +#line 43748 "gram.c" break; case 1879: /* character: NATIONAL CHARACTER opt_varying */ -#line 13080 "gram.y" +#line 13081 "gram.y" { (yyval.str) = (yyvsp[0].boolean) ? "varchar": "bpchar"; } -#line 43753 "gram.c" +#line 43754 "gram.c" break; case 1880: /* character: NATIONAL CHAR_P opt_varying */ -#line 13082 "gram.y" +#line 13083 "gram.y" { (yyval.str) = (yyvsp[0].boolean) ? "varchar": "bpchar"; } -#line 43759 "gram.c" +#line 43760 "gram.c" break; case 1881: /* character: NCHAR opt_varying */ -#line 13084 "gram.y" +#line 13085 "gram.y" { (yyval.str) = (yyvsp[0].boolean) ? "varchar": "bpchar"; } -#line 43765 "gram.c" +#line 43766 "gram.c" break; case 1882: /* opt_varying: VARYING */ -#line 13088 "gram.y" +#line 13089 "gram.y" { (yyval.boolean) = true; } -#line 43771 "gram.c" +#line 43772 "gram.c" break; case 1883: /* opt_varying: %empty */ -#line 13089 "gram.y" +#line 13090 "gram.y" { (yyval.boolean) = false; } -#line 43777 "gram.c" +#line 43778 "gram.c" break; case 1884: /* ConstDatetime: TIMESTAMP '(' Iconst ')' opt_timezone */ -#line 13097 "gram.y" +#line 13098 "gram.y" { if ((yyvsp[0].boolean)) (yyval.typnam) = SystemTypeName("timestamptz"); @@ -43786,11 +43787,11 @@ (yyval.typnam)->typmods = list_make1(makeIntConst((yyvsp[-2].ival), (yylsp[-2]))); (yyval.typnam)->location = (yylsp[-4]); } -#line 43790 "gram.c" +#line 43791 "gram.c" break; case 1885: /* ConstDatetime: TIMESTAMP opt_timezone */ -#line 13106 "gram.y" +#line 13107 "gram.y" { if ((yyvsp[0].boolean)) (yyval.typnam) = SystemTypeName("timestamptz"); @@ -43798,11 +43799,11 @@ (yyval.typnam) = SystemTypeName("timestamp"); (yyval.typnam)->location = (yylsp[-1]); } -#line 43802 "gram.c" +#line 43803 "gram.c" break; case 1886: /* ConstDatetime: TIME '(' Iconst ')' opt_timezone */ -#line 13114 "gram.y" +#line 13115 "gram.y" { if ((yyvsp[0].boolean)) (yyval.typnam) = SystemTypeName("timetz"); @@ -43811,11 +43812,11 @@ (yyval.typnam)->typmods = list_make1(makeIntConst((yyvsp[-2].ival), (yylsp[-2]))); (yyval.typnam)->location = (yylsp[-4]); } -#line 43815 "gram.c" +#line 43816 "gram.c" break; case 1887: /* ConstDatetime: TIME opt_timezone */ -#line 13123 "gram.y" +#line 13124 "gram.y" { if ((yyvsp[0].boolean)) (yyval.typnam) = SystemTypeName("timetz"); @@ -43823,102 +43824,102 @@ (yyval.typnam) = SystemTypeName("time"); (yyval.typnam)->location = (yylsp[-1]); } -#line 43827 "gram.c" +#line 43828 "gram.c" break; case 1888: /* ConstInterval: INTERVAL */ -#line 13134 "gram.y" +#line 13135 "gram.y" { (yyval.typnam) = SystemTypeName("interval"); (yyval.typnam)->location = (yylsp[0]); } -#line 43836 "gram.c" +#line 43837 "gram.c" break; case 1889: /* opt_timezone: WITH_LA TIME ZONE */ -#line 13141 "gram.y" +#line 13142 "gram.y" { (yyval.boolean) = true; } -#line 43842 "gram.c" +#line 43843 "gram.c" break; case 1890: /* opt_timezone: WITHOUT TIME ZONE */ -#line 13142 "gram.y" +#line 13143 "gram.y" { (yyval.boolean) = false; } -#line 43848 "gram.c" +#line 43849 "gram.c" break; case 1891: /* opt_timezone: %empty */ -#line 13143 "gram.y" +#line 13144 "gram.y" { (yyval.boolean) = false; } -#line 43854 "gram.c" +#line 43855 "gram.c" break; case 1892: /* opt_interval: YEAR_P */ -#line 13148 "gram.y" +#line 13149 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(YEAR), (yylsp[0]))); } -#line 43860 "gram.c" +#line 43861 "gram.c" break; case 1893: /* opt_interval: MONTH_P */ -#line 13150 "gram.y" +#line 13151 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(MONTH), (yylsp[0]))); } -#line 43866 "gram.c" +#line 43867 "gram.c" break; case 1894: /* opt_interval: DAY_P */ -#line 13152 "gram.y" +#line 13153 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(DAY), (yylsp[0]))); } -#line 43872 "gram.c" +#line 43873 "gram.c" break; case 1895: /* opt_interval: HOUR_P */ -#line 13154 "gram.y" +#line 13155 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(HOUR), (yylsp[0]))); } -#line 43878 "gram.c" +#line 43879 "gram.c" break; case 1896: /* opt_interval: MINUTE_P */ -#line 13156 "gram.y" +#line 13157 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(MINUTE), (yylsp[0]))); } -#line 43884 "gram.c" +#line 43885 "gram.c" break; case 1897: /* opt_interval: interval_second */ -#line 13158 "gram.y" +#line 13159 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 43890 "gram.c" +#line 43891 "gram.c" break; case 1898: /* opt_interval: YEAR_P TO MONTH_P */ -#line 13160 "gram.y" +#line 13161 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(YEAR) | INTERVAL_MASK(MONTH), (yylsp[-2]))); } -#line 43899 "gram.c" +#line 43900 "gram.c" break; case 1899: /* opt_interval: DAY_P TO HOUR_P */ -#line 13165 "gram.y" +#line 13166 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(DAY) | INTERVAL_MASK(HOUR), (yylsp[-2]))); } -#line 43908 "gram.c" +#line 43909 "gram.c" break; case 1900: /* opt_interval: DAY_P TO MINUTE_P */ -#line 13170 "gram.y" +#line 13171 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(DAY) | INTERVAL_MASK(HOUR) | INTERVAL_MASK(MINUTE), (yylsp[-2]))); } -#line 43918 "gram.c" +#line 43919 "gram.c" break; case 1901: /* opt_interval: DAY_P TO interval_second */ -#line 13176 "gram.y" +#line 13177 "gram.y" { (yyval.list) = (yyvsp[0].list); linitial((yyval.list)) = makeIntConst(INTERVAL_MASK(DAY) | @@ -43926,76 +43927,76 @@ INTERVAL_MASK(MINUTE) | INTERVAL_MASK(SECOND), (yylsp[-2])); } -#line 43930 "gram.c" +#line 43931 "gram.c" break; case 1902: /* opt_interval: HOUR_P TO MINUTE_P */ -#line 13184 "gram.y" +#line 13185 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(HOUR) | INTERVAL_MASK(MINUTE), (yylsp[-2]))); } -#line 43939 "gram.c" +#line 43940 "gram.c" break; case 1903: /* opt_interval: HOUR_P TO interval_second */ -#line 13189 "gram.y" +#line 13190 "gram.y" { (yyval.list) = (yyvsp[0].list); linitial((yyval.list)) = makeIntConst(INTERVAL_MASK(HOUR) | INTERVAL_MASK(MINUTE) | INTERVAL_MASK(SECOND), (yylsp[-2])); } -#line 43950 "gram.c" +#line 43951 "gram.c" break; case 1904: /* opt_interval: MINUTE_P TO interval_second */ -#line 13196 "gram.y" +#line 13197 "gram.y" { (yyval.list) = (yyvsp[0].list); linitial((yyval.list)) = makeIntConst(INTERVAL_MASK(MINUTE) | INTERVAL_MASK(SECOND), (yylsp[-2])); } -#line 43960 "gram.c" +#line 43961 "gram.c" break; case 1905: /* opt_interval: %empty */ -#line 13202 "gram.y" +#line 13203 "gram.y" { (yyval.list) = NIL; } -#line 43966 "gram.c" +#line 43967 "gram.c" break; case 1906: /* interval_second: SECOND_P */ -#line 13207 "gram.y" +#line 13208 "gram.y" { (yyval.list) = list_make1(makeIntConst(INTERVAL_MASK(SECOND), (yylsp[0]))); } -#line 43974 "gram.c" +#line 43975 "gram.c" break; case 1907: /* interval_second: SECOND_P '(' Iconst ')' */ -#line 13211 "gram.y" +#line 13212 "gram.y" { (yyval.list) = list_make2(makeIntConst(INTERVAL_MASK(SECOND), (yylsp[-3])), makeIntConst((yyvsp[-1].ival), (yylsp[-1]))); } -#line 43983 "gram.c" +#line 43984 "gram.c" break; case 1908: /* a_expr: c_expr */ -#line 13246 "gram.y" +#line 13247 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 43989 "gram.c" +#line 43990 "gram.c" break; case 1909: /* a_expr: a_expr TYPECAST Typename */ -#line 13248 "gram.y" +#line 13249 "gram.y" { (yyval.node) = makeTypeCast((yyvsp[-2].node), (yyvsp[0].typnam), (yylsp[-1])); } -#line 43995 "gram.c" +#line 43996 "gram.c" break; case 1910: /* a_expr: a_expr COLLATE any_name */ -#line 13250 "gram.y" +#line 13251 "gram.y" { CollateClause *n = makeNode(CollateClause); n->arg = (yyvsp[-2].node); @@ -44003,151 +44004,151 @@ n->location = (yylsp[-1]); (yyval.node) = (Node *) n; } -#line 44007 "gram.c" +#line 44008 "gram.c" break; case 1911: /* a_expr: a_expr AT TIME ZONE a_expr */ -#line 13258 "gram.y" +#line 13259 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("timezone"), list_make2((yyvsp[0].node), (yyvsp[-4].node)), COERCE_SQL_SYNTAX, (yylsp[-3])); } -#line 44018 "gram.c" +#line 44019 "gram.c" break; case 1912: /* a_expr: '+' a_expr */ -#line 13274 "gram.y" +#line 13275 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", NULL, (yyvsp[0].node), (yylsp[-1])); } -#line 44024 "gram.c" +#line 44025 "gram.c" break; case 1913: /* a_expr: '-' a_expr */ -#line 13276 "gram.y" +#line 13277 "gram.y" { (yyval.node) = doNegate((yyvsp[0].node), (yylsp[-1])); } -#line 44030 "gram.c" +#line 44031 "gram.c" break; case 1914: /* a_expr: a_expr '+' a_expr */ -#line 13278 "gram.y" +#line 13279 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44036 "gram.c" +#line 44037 "gram.c" break; case 1915: /* a_expr: a_expr '-' a_expr */ -#line 13280 "gram.y" +#line 13281 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "-", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44042 "gram.c" +#line 44043 "gram.c" break; case 1916: /* a_expr: a_expr '*' a_expr */ -#line 13282 "gram.y" +#line 13283 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "*", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44048 "gram.c" +#line 44049 "gram.c" break; case 1917: /* a_expr: a_expr '/' a_expr */ -#line 13284 "gram.y" +#line 13285 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "/", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44054 "gram.c" +#line 44055 "gram.c" break; case 1918: /* a_expr: a_expr '%' a_expr */ -#line 13286 "gram.y" +#line 13287 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "%", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44060 "gram.c" +#line 44061 "gram.c" break; case 1919: /* a_expr: a_expr '^' a_expr */ -#line 13288 "gram.y" +#line 13289 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "^", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44066 "gram.c" +#line 44067 "gram.c" break; case 1920: /* a_expr: a_expr '<' a_expr */ -#line 13290 "gram.y" +#line 13291 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44072 "gram.c" +#line 44073 "gram.c" break; case 1921: /* a_expr: a_expr '>' a_expr */ -#line 13292 "gram.y" +#line 13293 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44078 "gram.c" +#line 44079 "gram.c" break; case 1922: /* a_expr: a_expr '=' a_expr */ -#line 13294 "gram.y" +#line 13295 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "=", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44084 "gram.c" +#line 44085 "gram.c" break; case 1923: /* a_expr: a_expr LESS_EQUALS a_expr */ -#line 13296 "gram.y" +#line 13297 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<=", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44090 "gram.c" +#line 44091 "gram.c" break; case 1924: /* a_expr: a_expr GREATER_EQUALS a_expr */ -#line 13298 "gram.y" +#line 13299 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">=", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44096 "gram.c" +#line 44097 "gram.c" break; case 1925: /* a_expr: a_expr NOT_EQUALS a_expr */ -#line 13300 "gram.y" +#line 13301 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<>", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44102 "gram.c" +#line 44103 "gram.c" break; case 1926: /* a_expr: a_expr qual_Op a_expr */ -#line 13303 "gram.y" +#line 13304 "gram.y" { (yyval.node) = (Node *) makeA_Expr(AEXPR_OP, (yyvsp[-1].list), (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44108 "gram.c" +#line 44109 "gram.c" break; case 1927: /* a_expr: qual_Op a_expr */ -#line 13305 "gram.y" +#line 13306 "gram.y" { (yyval.node) = (Node *) makeA_Expr(AEXPR_OP, (yyvsp[-1].list), NULL, (yyvsp[0].node), (yylsp[-1])); } -#line 44114 "gram.c" +#line 44115 "gram.c" break; case 1928: /* a_expr: a_expr AND a_expr */ -#line 13308 "gram.y" +#line 13309 "gram.y" { (yyval.node) = makeAndExpr((yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44120 "gram.c" +#line 44121 "gram.c" break; case 1929: /* a_expr: a_expr OR a_expr */ -#line 13310 "gram.y" +#line 13311 "gram.y" { (yyval.node) = makeOrExpr((yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44126 "gram.c" +#line 44127 "gram.c" break; case 1930: /* a_expr: NOT a_expr */ -#line 13312 "gram.y" +#line 13313 "gram.y" { (yyval.node) = makeNotExpr((yyvsp[0].node), (yylsp[-1])); } -#line 44132 "gram.c" +#line 44133 "gram.c" break; case 1931: /* a_expr: NOT_LA a_expr */ -#line 13314 "gram.y" +#line 13315 "gram.y" { (yyval.node) = makeNotExpr((yyvsp[0].node), (yylsp[-1])); } -#line 44138 "gram.c" +#line 44139 "gram.c" break; case 1932: /* a_expr: a_expr LIKE a_expr */ -#line 13317 "gram.y" +#line 13318 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "~~", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44147 "gram.c" +#line 44148 "gram.c" break; case 1933: /* a_expr: a_expr LIKE a_expr ESCAPE a_expr */ -#line 13322 "gram.y" +#line 13323 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("like_escape"), list_make2((yyvsp[-2].node), (yyvsp[0].node)), @@ -44156,20 +44157,20 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "~~", (yyvsp[-4].node), (Node *) n, (yylsp[-3])); } -#line 44160 "gram.c" +#line 44161 "gram.c" break; case 1934: /* a_expr: a_expr NOT_LA LIKE a_expr */ -#line 13331 "gram.y" +#line 13332 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "!~~", (yyvsp[-3].node), (yyvsp[0].node), (yylsp[-2])); } -#line 44169 "gram.c" +#line 44170 "gram.c" break; case 1935: /* a_expr: a_expr NOT_LA LIKE a_expr ESCAPE a_expr */ -#line 13336 "gram.y" +#line 13337 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("like_escape"), list_make2((yyvsp[-2].node), (yyvsp[0].node)), @@ -44178,20 +44179,20 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_LIKE, "!~~", (yyvsp[-5].node), (Node *) n, (yylsp[-4])); } -#line 44182 "gram.c" +#line 44183 "gram.c" break; case 1936: /* a_expr: a_expr ILIKE a_expr */ -#line 13345 "gram.y" +#line 13346 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "~~*", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44191 "gram.c" +#line 44192 "gram.c" break; case 1937: /* a_expr: a_expr ILIKE a_expr ESCAPE a_expr */ -#line 13350 "gram.y" +#line 13351 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("like_escape"), list_make2((yyvsp[-2].node), (yyvsp[0].node)), @@ -44200,20 +44201,20 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "~~*", (yyvsp[-4].node), (Node *) n, (yylsp[-3])); } -#line 44204 "gram.c" +#line 44205 "gram.c" break; case 1938: /* a_expr: a_expr NOT_LA ILIKE a_expr */ -#line 13359 "gram.y" +#line 13360 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "!~~*", (yyvsp[-3].node), (yyvsp[0].node), (yylsp[-2])); } -#line 44213 "gram.c" +#line 44214 "gram.c" break; case 1939: /* a_expr: a_expr NOT_LA ILIKE a_expr ESCAPE a_expr */ -#line 13364 "gram.y" +#line 13365 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("like_escape"), list_make2((yyvsp[-2].node), (yyvsp[0].node)), @@ -44222,11 +44223,11 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_ILIKE, "!~~*", (yyvsp[-5].node), (Node *) n, (yylsp[-4])); } -#line 44226 "gram.c" +#line 44227 "gram.c" break; case 1940: /* a_expr: a_expr SIMILAR TO a_expr */ -#line 13374 "gram.y" +#line 13375 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"), list_make1((yyvsp[0].node)), @@ -44235,11 +44236,11 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "~", (yyvsp[-3].node), (Node *) n, (yylsp[-2])); } -#line 44239 "gram.c" +#line 44240 "gram.c" break; case 1941: /* a_expr: a_expr SIMILAR TO a_expr ESCAPE a_expr */ -#line 13383 "gram.y" +#line 13384 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"), list_make2((yyvsp[-2].node), (yyvsp[0].node)), @@ -44248,11 +44249,11 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "~", (yyvsp[-5].node), (Node *) n, (yylsp[-4])); } -#line 44252 "gram.c" +#line 44253 "gram.c" break; case 1942: /* a_expr: a_expr NOT_LA SIMILAR TO a_expr */ -#line 13392 "gram.y" +#line 13393 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"), list_make1((yyvsp[0].node)), @@ -44261,11 +44262,11 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "!~", (yyvsp[-4].node), (Node *) n, (yylsp[-3])); } -#line 44265 "gram.c" +#line 44266 "gram.c" break; case 1943: /* a_expr: a_expr NOT_LA SIMILAR TO a_expr ESCAPE a_expr */ -#line 13401 "gram.y" +#line 13402 "gram.y" { FuncCall *n = makeFuncCall(SystemFuncName("similar_to_escape"), list_make2((yyvsp[-2].node), (yyvsp[0].node)), @@ -44274,11 +44275,11 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_SIMILAR, "!~", (yyvsp[-6].node), (Node *) n, (yylsp[-5])); } -#line 44278 "gram.c" +#line 44279 "gram.c" break; case 1944: /* a_expr: a_expr IS NULL_P */ -#line 13420 "gram.y" +#line 13421 "gram.y" { NullTest *n = makeNode(NullTest); n->arg = (Expr *) (yyvsp[-2].node); @@ -44286,11 +44287,11 @@ n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 44290 "gram.c" +#line 44291 "gram.c" break; case 1945: /* a_expr: a_expr ISNULL */ -#line 13428 "gram.y" +#line 13429 "gram.y" { NullTest *n = makeNode(NullTest); n->arg = (Expr *) (yyvsp[-1].node); @@ -44298,11 +44299,11 @@ n->location = (yylsp[0]); (yyval.node) = (Node *)n; } -#line 44302 "gram.c" +#line 44303 "gram.c" break; case 1946: /* a_expr: a_expr IS NOT NULL_P */ -#line 13436 "gram.y" +#line 13437 "gram.y" { NullTest *n = makeNode(NullTest); n->arg = (Expr *) (yyvsp[-3].node); @@ -44310,11 +44311,11 @@ n->location = (yylsp[-2]); (yyval.node) = (Node *)n; } -#line 44314 "gram.c" +#line 44315 "gram.c" break; case 1947: /* a_expr: a_expr NOTNULL */ -#line 13444 "gram.y" +#line 13445 "gram.y" { NullTest *n = makeNode(NullTest); n->arg = (Expr *) (yyvsp[-1].node); @@ -44322,11 +44323,11 @@ n->location = (yylsp[0]); (yyval.node) = (Node *)n; } -#line 44326 "gram.c" +#line 44327 "gram.c" break; case 1948: /* a_expr: row OVERLAPS row */ -#line 13452 "gram.y" +#line 13453 "gram.y" { if (list_length((yyvsp[-2].list)) != 2) ereport(ERROR, @@ -44343,11 +44344,11 @@ COERCE_SQL_SYNTAX, (yylsp[-1])); } -#line 44347 "gram.c" +#line 44348 "gram.c" break; case 1949: /* a_expr: a_expr IS TRUE_P */ -#line 13469 "gram.y" +#line 13470 "gram.y" { BooleanTest *b = makeNode(BooleanTest); b->arg = (Expr *) (yyvsp[-2].node); @@ -44355,11 +44356,11 @@ b->location = (yylsp[-1]); (yyval.node) = (Node *)b; } -#line 44359 "gram.c" +#line 44360 "gram.c" break; case 1950: /* a_expr: a_expr IS NOT TRUE_P */ -#line 13477 "gram.y" +#line 13478 "gram.y" { BooleanTest *b = makeNode(BooleanTest); b->arg = (Expr *) (yyvsp[-3].node); @@ -44367,11 +44368,11 @@ b->location = (yylsp[-2]); (yyval.node) = (Node *)b; } -#line 44371 "gram.c" +#line 44372 "gram.c" break; case 1951: /* a_expr: a_expr IS FALSE_P */ -#line 13485 "gram.y" +#line 13486 "gram.y" { BooleanTest *b = makeNode(BooleanTest); b->arg = (Expr *) (yyvsp[-2].node); @@ -44379,11 +44380,11 @@ b->location = (yylsp[-1]); (yyval.node) = (Node *)b; } -#line 44383 "gram.c" +#line 44384 "gram.c" break; case 1952: /* a_expr: a_expr IS NOT FALSE_P */ -#line 13493 "gram.y" +#line 13494 "gram.y" { BooleanTest *b = makeNode(BooleanTest); b->arg = (Expr *) (yyvsp[-3].node); @@ -44391,11 +44392,11 @@ b->location = (yylsp[-2]); (yyval.node) = (Node *)b; } -#line 44395 "gram.c" +#line 44396 "gram.c" break; case 1953: /* a_expr: a_expr IS UNKNOWN */ -#line 13501 "gram.y" +#line 13502 "gram.y" { BooleanTest *b = makeNode(BooleanTest); b->arg = (Expr *) (yyvsp[-2].node); @@ -44403,11 +44404,11 @@ b->location = (yylsp[-1]); (yyval.node) = (Node *)b; } -#line 44407 "gram.c" +#line 44408 "gram.c" break; case 1954: /* a_expr: a_expr IS NOT UNKNOWN */ -#line 13509 "gram.y" +#line 13510 "gram.y" { BooleanTest *b = makeNode(BooleanTest); b->arg = (Expr *) (yyvsp[-3].node); @@ -44415,27 +44416,27 @@ b->location = (yylsp[-2]); (yyval.node) = (Node *)b; } -#line 44419 "gram.c" +#line 44420 "gram.c" break; case 1955: /* a_expr: a_expr IS DISTINCT FROM a_expr */ -#line 13517 "gram.y" +#line 13518 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_DISTINCT, "=", (yyvsp[-4].node), (yyvsp[0].node), (yylsp[-3])); } -#line 44427 "gram.c" +#line 44428 "gram.c" break; case 1956: /* a_expr: a_expr IS NOT DISTINCT FROM a_expr */ -#line 13521 "gram.y" +#line 13522 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NOT_DISTINCT, "=", (yyvsp[-5].node), (yyvsp[0].node), (yylsp[-4])); } -#line 44435 "gram.c" +#line 44436 "gram.c" break; case 1957: /* a_expr: a_expr BETWEEN opt_asymmetric b_expr AND a_expr */ -#line 13525 "gram.y" +#line 13526 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_BETWEEN, "BETWEEN", @@ -44443,11 +44444,11 @@ (Node *) list_make2((yyvsp[-2].node), (yyvsp[0].node)), (yylsp[-4])); } -#line 44447 "gram.c" +#line 44448 "gram.c" break; case 1958: /* a_expr: a_expr NOT_LA BETWEEN opt_asymmetric b_expr AND a_expr */ -#line 13533 "gram.y" +#line 13534 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NOT_BETWEEN, "NOT BETWEEN", @@ -44455,11 +44456,11 @@ (Node *) list_make2((yyvsp[-2].node), (yyvsp[0].node)), (yylsp[-5])); } -#line 44459 "gram.c" +#line 44460 "gram.c" break; case 1959: /* a_expr: a_expr BETWEEN SYMMETRIC b_expr AND a_expr */ -#line 13541 "gram.y" +#line 13542 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_BETWEEN_SYM, "BETWEEN SYMMETRIC", @@ -44467,11 +44468,11 @@ (Node *) list_make2((yyvsp[-2].node), (yyvsp[0].node)), (yylsp[-4])); } -#line 44471 "gram.c" +#line 44472 "gram.c" break; case 1960: /* a_expr: a_expr NOT_LA BETWEEN SYMMETRIC b_expr AND a_expr */ -#line 13549 "gram.y" +#line 13550 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NOT_BETWEEN_SYM, "NOT BETWEEN SYMMETRIC", @@ -44479,11 +44480,11 @@ (Node *) list_make2((yyvsp[-2].node), (yyvsp[0].node)), (yylsp[-5])); } -#line 44483 "gram.c" +#line 44484 "gram.c" break; case 1961: /* a_expr: a_expr IN_P in_expr */ -#line 13557 "gram.y" +#line 13558 "gram.y" { /* in_expr returns a SubLink or a list of a_exprs */ if (IsA((yyvsp[0].node), SubLink)) @@ -44503,11 +44504,11 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_IN, "=", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } } -#line 44507 "gram.c" +#line 44508 "gram.c" break; case 1962: /* a_expr: a_expr NOT_LA IN_P in_expr */ -#line 13577 "gram.y" +#line 13578 "gram.y" { /* in_expr returns a SubLink or a list of a_exprs */ if (IsA((yyvsp[0].node), SubLink)) @@ -44529,11 +44530,11 @@ (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_IN, "<>", (yyvsp[-3].node), (yyvsp[0].node), (yylsp[-2])); } } -#line 44533 "gram.c" +#line 44534 "gram.c" break; case 1963: /* a_expr: a_expr subquery_Op sub_type select_with_parens */ -#line 13599 "gram.y" +#line 13600 "gram.y" { SubLink *n = makeNode(SubLink); n->subLinkType = (yyvsp[-1].ival); @@ -44544,22 +44545,22 @@ n->location = (yylsp[-2]); (yyval.node) = (Node *)n; } -#line 44548 "gram.c" +#line 44549 "gram.c" break; case 1964: /* a_expr: a_expr subquery_Op sub_type '(' a_expr ')' */ -#line 13610 "gram.y" +#line 13611 "gram.y" { if ((yyvsp[-3].ival) == ANY_SUBLINK) (yyval.node) = (Node *) makeA_Expr(AEXPR_OP_ANY, (yyvsp[-4].list), (yyvsp[-5].node), (yyvsp[-1].node), (yylsp[-4])); else (yyval.node) = (Node *) makeA_Expr(AEXPR_OP_ALL, (yyvsp[-4].list), (yyvsp[-5].node), (yyvsp[-1].node), (yylsp[-4])); } -#line 44559 "gram.c" +#line 44560 "gram.c" break; case 1965: /* a_expr: UNIQUE select_with_parens */ -#line 13617 "gram.y" +#line 13618 "gram.y" { /* Not sure how to get rid of the parentheses * but there are lots of shift/reduce errors without them. @@ -44575,52 +44576,52 @@ errmsg("UNIQUE predicate is not yet implemented"), parser_errposition((yylsp[-1])))); } -#line 44579 "gram.c" +#line 44580 "gram.c" break; case 1966: /* a_expr: a_expr IS DOCUMENT_P */ -#line 13633 "gram.y" +#line 13634 "gram.y" { (yyval.node) = makeXmlExpr(IS_DOCUMENT, NULL, NIL, list_make1((yyvsp[-2].node)), (yylsp[-1])); } -#line 44588 "gram.c" +#line 44589 "gram.c" break; case 1967: /* a_expr: a_expr IS NOT DOCUMENT_P */ -#line 13638 "gram.y" +#line 13639 "gram.y" { (yyval.node) = makeNotExpr(makeXmlExpr(IS_DOCUMENT, NULL, NIL, list_make1((yyvsp[-3].node)), (yylsp[-2])), (yylsp[-2])); } -#line 44598 "gram.c" +#line 44599 "gram.c" break; case 1968: /* a_expr: a_expr IS NORMALIZED */ -#line 13644 "gram.y" +#line 13645 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("is_normalized"), list_make1((yyvsp[-2].node)), COERCE_SQL_SYNTAX, (yylsp[-1])); } -#line 44609 "gram.c" +#line 44610 "gram.c" break; case 1969: /* a_expr: a_expr IS unicode_normal_form NORMALIZED */ -#line 13651 "gram.y" +#line 13652 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("is_normalized"), list_make2((yyvsp[-3].node), makeStringConst((yyvsp[-1].str), (yylsp[-1]))), COERCE_SQL_SYNTAX, (yylsp[-2])); } -#line 44620 "gram.c" +#line 44621 "gram.c" break; case 1970: /* a_expr: a_expr IS NOT NORMALIZED */ -#line 13658 "gram.y" +#line 13659 "gram.y" { (yyval.node) = makeNotExpr((Node *) makeFuncCall(SystemFuncName("is_normalized"), list_make1((yyvsp[-3].node)), @@ -44628,11 +44629,11 @@ (yylsp[-2])), (yylsp[-2])); } -#line 44632 "gram.c" +#line 44633 "gram.c" break; case 1971: /* a_expr: a_expr IS NOT unicode_normal_form NORMALIZED */ -#line 13666 "gram.y" +#line 13667 "gram.y" { (yyval.node) = makeNotExpr((Node *) makeFuncCall(SystemFuncName("is_normalized"), list_make2((yyvsp[-4].node), makeStringConst((yyvsp[-1].str), (yylsp[-1]))), @@ -44640,11 +44641,11 @@ (yylsp[-3])), (yylsp[-3])); } -#line 44644 "gram.c" +#line 44645 "gram.c" break; case 1972: /* a_expr: DEFAULT */ -#line 13674 "gram.y" +#line 13675 "gram.y" { /* * The SQL spec only allows DEFAULT in "contextually typed @@ -44658,166 +44659,166 @@ n->location = (yylsp[0]); (yyval.node) = (Node *)n; } -#line 44662 "gram.c" +#line 44663 "gram.c" break; case 1973: /* b_expr: c_expr */ -#line 13699 "gram.y" +#line 13700 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 44668 "gram.c" +#line 44669 "gram.c" break; case 1974: /* b_expr: b_expr TYPECAST Typename */ -#line 13701 "gram.y" +#line 13702 "gram.y" { (yyval.node) = makeTypeCast((yyvsp[-2].node), (yyvsp[0].typnam), (yylsp[-1])); } -#line 44674 "gram.c" +#line 44675 "gram.c" break; case 1975: /* b_expr: '+' b_expr */ -#line 13703 "gram.y" +#line 13704 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", NULL, (yyvsp[0].node), (yylsp[-1])); } -#line 44680 "gram.c" +#line 44681 "gram.c" break; case 1976: /* b_expr: '-' b_expr */ -#line 13705 "gram.y" +#line 13706 "gram.y" { (yyval.node) = doNegate((yyvsp[0].node), (yylsp[-1])); } -#line 44686 "gram.c" +#line 44687 "gram.c" break; case 1977: /* b_expr: b_expr '+' b_expr */ -#line 13707 "gram.y" +#line 13708 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "+", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44692 "gram.c" +#line 44693 "gram.c" break; case 1978: /* b_expr: b_expr '-' b_expr */ -#line 13709 "gram.y" +#line 13710 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "-", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44698 "gram.c" +#line 44699 "gram.c" break; case 1979: /* b_expr: b_expr '*' b_expr */ -#line 13711 "gram.y" +#line 13712 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "*", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44704 "gram.c" +#line 44705 "gram.c" break; case 1980: /* b_expr: b_expr '/' b_expr */ -#line 13713 "gram.y" +#line 13714 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "/", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44710 "gram.c" +#line 44711 "gram.c" break; case 1981: /* b_expr: b_expr '%' b_expr */ -#line 13715 "gram.y" +#line 13716 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "%", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44716 "gram.c" +#line 44717 "gram.c" break; case 1982: /* b_expr: b_expr '^' b_expr */ -#line 13717 "gram.y" +#line 13718 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "^", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44722 "gram.c" +#line 44723 "gram.c" break; case 1983: /* b_expr: b_expr '<' b_expr */ -#line 13719 "gram.y" +#line 13720 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44728 "gram.c" +#line 44729 "gram.c" break; case 1984: /* b_expr: b_expr '>' b_expr */ -#line 13721 "gram.y" +#line 13722 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44734 "gram.c" +#line 44735 "gram.c" break; case 1985: /* b_expr: b_expr '=' b_expr */ -#line 13723 "gram.y" +#line 13724 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "=", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44740 "gram.c" +#line 44741 "gram.c" break; case 1986: /* b_expr: b_expr LESS_EQUALS b_expr */ -#line 13725 "gram.y" +#line 13726 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<=", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44746 "gram.c" +#line 44747 "gram.c" break; case 1987: /* b_expr: b_expr GREATER_EQUALS b_expr */ -#line 13727 "gram.y" +#line 13728 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, ">=", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44752 "gram.c" +#line 44753 "gram.c" break; case 1988: /* b_expr: b_expr NOT_EQUALS b_expr */ -#line 13729 "gram.y" +#line 13730 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_OP, "<>", (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44758 "gram.c" +#line 44759 "gram.c" break; case 1989: /* b_expr: b_expr qual_Op b_expr */ -#line 13731 "gram.y" +#line 13732 "gram.y" { (yyval.node) = (Node *) makeA_Expr(AEXPR_OP, (yyvsp[-1].list), (yyvsp[-2].node), (yyvsp[0].node), (yylsp[-1])); } -#line 44764 "gram.c" +#line 44765 "gram.c" break; case 1990: /* b_expr: qual_Op b_expr */ -#line 13733 "gram.y" +#line 13734 "gram.y" { (yyval.node) = (Node *) makeA_Expr(AEXPR_OP, (yyvsp[-1].list), NULL, (yyvsp[0].node), (yylsp[-1])); } -#line 44770 "gram.c" +#line 44771 "gram.c" break; case 1991: /* b_expr: b_expr IS DISTINCT FROM b_expr */ -#line 13735 "gram.y" +#line 13736 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_DISTINCT, "=", (yyvsp[-4].node), (yyvsp[0].node), (yylsp[-3])); } -#line 44778 "gram.c" +#line 44779 "gram.c" break; case 1992: /* b_expr: b_expr IS NOT DISTINCT FROM b_expr */ -#line 13739 "gram.y" +#line 13740 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NOT_DISTINCT, "=", (yyvsp[-5].node), (yyvsp[0].node), (yylsp[-4])); } -#line 44786 "gram.c" +#line 44787 "gram.c" break; case 1993: /* b_expr: b_expr IS DOCUMENT_P */ -#line 13743 "gram.y" +#line 13744 "gram.y" { (yyval.node) = makeXmlExpr(IS_DOCUMENT, NULL, NIL, list_make1((yyvsp[-2].node)), (yylsp[-1])); } -#line 44795 "gram.c" +#line 44796 "gram.c" break; case 1994: /* b_expr: b_expr IS NOT DOCUMENT_P */ -#line 13748 "gram.y" +#line 13749 "gram.y" { (yyval.node) = makeNotExpr(makeXmlExpr(IS_DOCUMENT, NULL, NIL, list_make1((yyvsp[-3].node)), (yylsp[-2])), (yylsp[-2])); } -#line 44805 "gram.c" +#line 44806 "gram.c" break; case 1995: /* c_expr: columnref */ -#line 13763 "gram.y" +#line 13764 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 44811 "gram.c" +#line 44812 "gram.c" break; case 1996: /* c_expr: AexprConst */ -#line 13764 "gram.y" +#line 13765 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 44817 "gram.c" +#line 44818 "gram.c" break; case 1997: /* c_expr: PARAM opt_indirection */ -#line 13766 "gram.y" +#line 13767 "gram.y" { ParamRef *p = makeNode(ParamRef); p->number = (yyvsp[-1].ival); @@ -44832,11 +44833,11 @@ else (yyval.node) = (Node *) p; } -#line 44836 "gram.c" +#line 44837 "gram.c" break; case 1998: /* c_expr: '(' a_expr ')' opt_indirection */ -#line 13781 "gram.y" +#line 13782 "gram.y" { if ((yyvsp[0].list)) { @@ -44848,23 +44849,23 @@ else (yyval.node) = (yyvsp[-2].node); } -#line 44852 "gram.c" +#line 44853 "gram.c" break; case 1999: /* c_expr: case_expr */ -#line 13793 "gram.y" +#line 13794 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 44858 "gram.c" +#line 44859 "gram.c" break; case 2000: /* c_expr: func_expr */ -#line 13795 "gram.y" +#line 13796 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 44864 "gram.c" +#line 44865 "gram.c" break; case 2001: /* c_expr: select_with_parens */ -#line 13797 "gram.y" +#line 13798 "gram.y" { SubLink *n = makeNode(SubLink); n->subLinkType = EXPR_SUBLINK; @@ -44875,11 +44876,11 @@ n->location = (yylsp[0]); (yyval.node) = (Node *)n; } -#line 44879 "gram.c" +#line 44880 "gram.c" break; case 2002: /* c_expr: select_with_parens indirection */ -#line 13808 "gram.y" +#line 13809 "gram.y" { /* * Because the select_with_parens nonterminal is designed @@ -44903,11 +44904,11 @@ a->indirection = check_indirection((yyvsp[0].list), yyscanner); (yyval.node) = (Node *)a; } -#line 44907 "gram.c" +#line 44908 "gram.c" break; case 2003: /* c_expr: EXISTS select_with_parens */ -#line 13832 "gram.y" +#line 13833 "gram.y" { SubLink *n = makeNode(SubLink); n->subLinkType = EXISTS_SUBLINK; @@ -44918,11 +44919,11 @@ n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 44922 "gram.c" +#line 44923 "gram.c" break; case 2004: /* c_expr: ARRAY select_with_parens */ -#line 13843 "gram.y" +#line 13844 "gram.y" { SubLink *n = makeNode(SubLink); n->subLinkType = ARRAY_SUBLINK; @@ -44933,22 +44934,22 @@ n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 44937 "gram.c" +#line 44938 "gram.c" break; case 2005: /* c_expr: ARRAY array_expr */ -#line 13854 "gram.y" +#line 13855 "gram.y" { A_ArrayExpr *n = castNode(A_ArrayExpr, (yyvsp[0].node)); /* point outermost A_ArrayExpr to the ARRAY keyword */ n->location = (yylsp[-1]); (yyval.node) = (Node *)n; } -#line 44948 "gram.c" +#line 44949 "gram.c" break; case 2006: /* c_expr: explicit_row */ -#line 13861 "gram.y" +#line 13862 "gram.y" { RowExpr *r = makeNode(RowExpr); r->args = (yyvsp[0].list); @@ -44958,11 +44959,11 @@ r->location = (yylsp[0]); (yyval.node) = (Node *)r; } -#line 44962 "gram.c" +#line 44963 "gram.c" break; case 2007: /* c_expr: implicit_row */ -#line 13871 "gram.y" +#line 13872 "gram.y" { RowExpr *r = makeNode(RowExpr); r->args = (yyvsp[0].list); @@ -44972,32 +44973,32 @@ r->location = (yylsp[0]); (yyval.node) = (Node *)r; } -#line 44976 "gram.c" +#line 44977 "gram.c" break; case 2008: /* c_expr: GROUPING '(' expr_list ')' */ -#line 13881 "gram.y" +#line 13882 "gram.y" { GroupingFunc *g = makeNode(GroupingFunc); g->args = (yyvsp[-1].list); g->location = (yylsp[-3]); (yyval.node) = (Node *)g; } -#line 44987 "gram.c" +#line 44988 "gram.c" break; case 2009: /* func_application: func_name '(' ')' */ -#line 13890 "gram.y" +#line 13891 "gram.y" { (yyval.node) = (Node *) makeFuncCall((yyvsp[-2].list), NIL, COERCE_EXPLICIT_CALL, (yylsp[-2])); } -#line 44997 "gram.c" +#line 44998 "gram.c" break; case 2010: /* func_application: func_name '(' func_arg_list opt_sort_clause ')' */ -#line 13896 "gram.y" +#line 13897 "gram.y" { FuncCall *n = makeFuncCall((yyvsp[-4].list), (yyvsp[-2].list), COERCE_EXPLICIT_CALL, @@ -45005,11 +45006,11 @@ n->agg_order = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 45009 "gram.c" +#line 45010 "gram.c" break; case 2011: /* func_application: func_name '(' VARIADIC func_arg_expr opt_sort_clause ')' */ -#line 13904 "gram.y" +#line 13905 "gram.y" { FuncCall *n = makeFuncCall((yyvsp[-5].list), list_make1((yyvsp[-2].node)), COERCE_EXPLICIT_CALL, @@ -45018,11 +45019,11 @@ n->agg_order = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 45022 "gram.c" +#line 45023 "gram.c" break; case 2012: /* func_application: func_name '(' func_arg_list ',' VARIADIC func_arg_expr opt_sort_clause ')' */ -#line 13913 "gram.y" +#line 13914 "gram.y" { FuncCall *n = makeFuncCall((yyvsp[-7].list), lappend((yyvsp[-5].list), (yyvsp[-2].node)), COERCE_EXPLICIT_CALL, @@ -45031,11 +45032,11 @@ n->agg_order = (yyvsp[-1].list); (yyval.node) = (Node *)n; } -#line 45035 "gram.c" +#line 45036 "gram.c" break; case 2013: /* func_application: func_name '(' ALL func_arg_list opt_sort_clause ')' */ -#line 13922 "gram.y" +#line 13923 "gram.y" { FuncCall *n = makeFuncCall((yyvsp[-5].list), (yyvsp[-2].list), COERCE_EXPLICIT_CALL, @@ -45047,11 +45048,11 @@ */ (yyval.node) = (Node *)n; } -#line 45051 "gram.c" +#line 45052 "gram.c" break; case 2014: /* func_application: func_name '(' DISTINCT func_arg_list opt_sort_clause ')' */ -#line 13934 "gram.y" +#line 13935 "gram.y" { FuncCall *n = makeFuncCall((yyvsp[-5].list), (yyvsp[-2].list), COERCE_EXPLICIT_CALL, @@ -45060,11 +45061,11 @@ n->agg_distinct = true; (yyval.node) = (Node *)n; } -#line 45064 "gram.c" +#line 45065 "gram.c" break; case 2015: /* func_application: func_name '(' '*' ')' */ -#line 13943 "gram.y" +#line 13944 "gram.y" { /* * We consider AGGREGATE(*) to invoke a parameterless @@ -45082,11 +45083,11 @@ n->agg_star = true; (yyval.node) = (Node *)n; } -#line 45086 "gram.c" +#line 45087 "gram.c" break; case 2016: /* func_expr: func_application within_group_clause filter_clause over_clause */ -#line 13973 "gram.y" +#line 13974 "gram.y" { FuncCall *n = (FuncCall *) (yyvsp[-3].node); /* @@ -45121,210 +45122,210 @@ n->over = (yyvsp[0].windef); (yyval.node) = (Node *) n; } -#line 45125 "gram.c" +#line 45126 "gram.c" break; case 2017: /* func_expr: func_expr_common_subexpr */ -#line 14008 "gram.y" +#line 14009 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 45131 "gram.c" +#line 45132 "gram.c" break; case 2018: /* func_expr_windowless: func_application */ -#line 14018 "gram.y" +#line 14019 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 45137 "gram.c" +#line 45138 "gram.c" break; case 2019: /* func_expr_windowless: func_expr_common_subexpr */ -#line 14019 "gram.y" +#line 14020 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 45143 "gram.c" +#line 45144 "gram.c" break; case 2020: /* func_expr_common_subexpr: COLLATION FOR '(' a_expr ')' */ -#line 14027 "gram.y" +#line 14028 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("pg_collation_for"), list_make1((yyvsp[-1].node)), COERCE_SQL_SYNTAX, (yylsp[-4])); } -#line 45154 "gram.c" +#line 45155 "gram.c" break; case 2021: /* func_expr_common_subexpr: CURRENT_DATE */ -#line 14034 "gram.y" +#line 14035 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_DATE, -1, (yylsp[0])); } -#line 45162 "gram.c" +#line 45163 "gram.c" break; case 2022: /* func_expr_common_subexpr: CURRENT_TIME */ -#line 14038 "gram.y" +#line 14039 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_TIME, -1, (yylsp[0])); } -#line 45170 "gram.c" +#line 45171 "gram.c" break; case 2023: /* func_expr_common_subexpr: CURRENT_TIME '(' Iconst ')' */ -#line 14042 "gram.y" +#line 14043 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_TIME_N, (yyvsp[-1].ival), (yylsp[-3])); } -#line 45178 "gram.c" +#line 45179 "gram.c" break; case 2024: /* func_expr_common_subexpr: CURRENT_TIMESTAMP */ -#line 14046 "gram.y" +#line 14047 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_TIMESTAMP, -1, (yylsp[0])); } -#line 45186 "gram.c" +#line 45187 "gram.c" break; case 2025: /* func_expr_common_subexpr: CURRENT_TIMESTAMP '(' Iconst ')' */ -#line 14050 "gram.y" +#line 14051 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_TIMESTAMP_N, (yyvsp[-1].ival), (yylsp[-3])); } -#line 45194 "gram.c" +#line 45195 "gram.c" break; case 2026: /* func_expr_common_subexpr: LOCALTIME */ -#line 14054 "gram.y" +#line 14055 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_LOCALTIME, -1, (yylsp[0])); } -#line 45202 "gram.c" +#line 45203 "gram.c" break; case 2027: /* func_expr_common_subexpr: LOCALTIME '(' Iconst ')' */ -#line 14058 "gram.y" +#line 14059 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_LOCALTIME_N, (yyvsp[-1].ival), (yylsp[-3])); } -#line 45210 "gram.c" +#line 45211 "gram.c" break; case 2028: /* func_expr_common_subexpr: LOCALTIMESTAMP */ -#line 14062 "gram.y" +#line 14063 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_LOCALTIMESTAMP, -1, (yylsp[0])); } -#line 45218 "gram.c" +#line 45219 "gram.c" break; case 2029: /* func_expr_common_subexpr: LOCALTIMESTAMP '(' Iconst ')' */ -#line 14066 "gram.y" +#line 14067 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_LOCALTIMESTAMP_N, (yyvsp[-1].ival), (yylsp[-3])); } -#line 45226 "gram.c" +#line 45227 "gram.c" break; case 2030: /* func_expr_common_subexpr: CURRENT_ROLE */ -#line 14070 "gram.y" +#line 14071 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_ROLE, -1, (yylsp[0])); } -#line 45234 "gram.c" +#line 45235 "gram.c" break; case 2031: /* func_expr_common_subexpr: CURRENT_USER */ -#line 14074 "gram.y" +#line 14075 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_USER, -1, (yylsp[0])); } -#line 45242 "gram.c" +#line 45243 "gram.c" break; case 2032: /* func_expr_common_subexpr: SESSION_USER */ -#line 14078 "gram.y" +#line 14079 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_SESSION_USER, -1, (yylsp[0])); } -#line 45250 "gram.c" +#line 45251 "gram.c" break; case 2033: /* func_expr_common_subexpr: USER */ -#line 14082 "gram.y" +#line 14083 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_USER, -1, (yylsp[0])); } -#line 45258 "gram.c" +#line 45259 "gram.c" break; case 2034: /* func_expr_common_subexpr: CURRENT_CATALOG */ -#line 14086 "gram.y" +#line 14087 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_CATALOG, -1, (yylsp[0])); } -#line 45266 "gram.c" +#line 45267 "gram.c" break; case 2035: /* func_expr_common_subexpr: CURRENT_SCHEMA */ -#line 14090 "gram.y" +#line 14091 "gram.y" { (yyval.node) = makeSQLValueFunction(SVFOP_CURRENT_SCHEMA, -1, (yylsp[0])); } -#line 45274 "gram.c" +#line 45275 "gram.c" break; case 2036: /* func_expr_common_subexpr: CAST '(' a_expr AS Typename ')' */ -#line 14094 "gram.y" +#line 14095 "gram.y" { (yyval.node) = makeTypeCast((yyvsp[-3].node), (yyvsp[-1].typnam), (yylsp[-5])); } -#line 45280 "gram.c" +#line 45281 "gram.c" break; case 2037: /* func_expr_common_subexpr: EXTRACT '(' extract_list ')' */ -#line 14096 "gram.y" +#line 14097 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("extract"), (yyvsp[-1].list), COERCE_SQL_SYNTAX, (yylsp[-3])); } -#line 45291 "gram.c" +#line 45292 "gram.c" break; case 2038: /* func_expr_common_subexpr: NORMALIZE '(' a_expr ')' */ -#line 14103 "gram.y" +#line 14104 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("normalize"), list_make1((yyvsp[-1].node)), COERCE_SQL_SYNTAX, (yylsp[-3])); } -#line 45302 "gram.c" +#line 45303 "gram.c" break; case 2039: /* func_expr_common_subexpr: NORMALIZE '(' a_expr ',' unicode_normal_form ')' */ -#line 14110 "gram.y" +#line 14111 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("normalize"), list_make2((yyvsp[-3].node), makeStringConst((yyvsp[-1].str), (yylsp[-1]))), COERCE_SQL_SYNTAX, (yylsp[-5])); } -#line 45313 "gram.c" +#line 45314 "gram.c" break; case 2040: /* func_expr_common_subexpr: OVERLAY '(' overlay_list ')' */ -#line 14117 "gram.y" +#line 14118 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("overlay"), (yyvsp[-1].list), COERCE_SQL_SYNTAX, (yylsp[-3])); } -#line 45324 "gram.c" +#line 45325 "gram.c" break; case 2041: /* func_expr_common_subexpr: OVERLAY '(' func_arg_list_opt ')' */ -#line 14124 "gram.y" +#line 14125 "gram.y" { /* * allow functions named overlay() to be called without @@ -45335,11 +45336,11 @@ COERCE_EXPLICIT_CALL, (yylsp[-3])); } -#line 45339 "gram.c" +#line 45340 "gram.c" break; case 2042: /* func_expr_common_subexpr: POSITION '(' position_list ')' */ -#line 14135 "gram.y" +#line 14136 "gram.y" { /* * position(A in B) is converted to position(B, A) @@ -45353,11 +45354,11 @@ COERCE_SQL_SYNTAX, (yylsp[-3])); } -#line 45357 "gram.c" +#line 45358 "gram.c" break; case 2043: /* func_expr_common_subexpr: SUBSTRING '(' substr_list ')' */ -#line 14149 "gram.y" +#line 14150 "gram.y" { /* substring(A from B for C) is converted to * substring(A, B, C) - thomas 2000-11-28 @@ -45367,11 +45368,11 @@ COERCE_SQL_SYNTAX, (yylsp[-3])); } -#line 45371 "gram.c" +#line 45372 "gram.c" break; case 2044: /* func_expr_common_subexpr: SUBSTRING '(' func_arg_list_opt ')' */ -#line 14159 "gram.y" +#line 14160 "gram.y" { /* * allow functions named substring() to be called without @@ -45382,11 +45383,11 @@ COERCE_EXPLICIT_CALL, (yylsp[-3])); } -#line 45386 "gram.c" +#line 45387 "gram.c" break; case 2045: /* func_expr_common_subexpr: TREAT '(' a_expr AS Typename ')' */ -#line 14170 "gram.y" +#line 14171 "gram.y" { /* TREAT(expr AS target) converts expr of a particular type to target, * which is defined to be a subtype of the original expression. @@ -45402,11 +45403,11 @@ COERCE_EXPLICIT_CALL, (yylsp[-5])); } -#line 45406 "gram.c" +#line 45407 "gram.c" break; case 2046: /* func_expr_common_subexpr: TRIM '(' BOTH trim_list ')' */ -#line 14186 "gram.y" +#line 14187 "gram.y" { /* various trim expressions are defined in SQL * - thomas 1997-07-19 @@ -45416,63 +45417,63 @@ COERCE_SQL_SYNTAX, (yylsp[-4])); } -#line 45420 "gram.c" +#line 45421 "gram.c" break; case 2047: /* func_expr_common_subexpr: TRIM '(' LEADING trim_list ')' */ -#line 14196 "gram.y" +#line 14197 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("ltrim"), (yyvsp[-1].list), COERCE_SQL_SYNTAX, (yylsp[-4])); } -#line 45431 "gram.c" +#line 45432 "gram.c" break; case 2048: /* func_expr_common_subexpr: TRIM '(' TRAILING trim_list ')' */ -#line 14203 "gram.y" +#line 14204 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("rtrim"), (yyvsp[-1].list), COERCE_SQL_SYNTAX, (yylsp[-4])); } -#line 45442 "gram.c" +#line 45443 "gram.c" break; case 2049: /* func_expr_common_subexpr: TRIM '(' trim_list ')' */ -#line 14210 "gram.y" +#line 14211 "gram.y" { (yyval.node) = (Node *) makeFuncCall(SystemFuncName("btrim"), (yyvsp[-1].list), COERCE_SQL_SYNTAX, (yylsp[-3])); } -#line 45453 "gram.c" +#line 45454 "gram.c" break; case 2050: /* func_expr_common_subexpr: NULLIF '(' a_expr ',' a_expr ')' */ -#line 14217 "gram.y" +#line 14218 "gram.y" { (yyval.node) = (Node *) makeSimpleA_Expr(AEXPR_NULLIF, "=", (yyvsp[-3].node), (yyvsp[-1].node), (yylsp[-5])); } -#line 45461 "gram.c" +#line 45462 "gram.c" break; case 2051: /* func_expr_common_subexpr: COALESCE '(' expr_list ')' */ -#line 14221 "gram.y" +#line 14222 "gram.y" { CoalesceExpr *c = makeNode(CoalesceExpr); c->args = (yyvsp[-1].list); c->location = (yylsp[-3]); (yyval.node) = (Node *)c; } -#line 45472 "gram.c" +#line 45473 "gram.c" break; case 2052: /* func_expr_common_subexpr: GREATEST '(' expr_list ')' */ -#line 14228 "gram.y" +#line 14229 "gram.y" { MinMaxExpr *v = makeNode(MinMaxExpr); v->args = (yyvsp[-1].list); @@ -45480,11 +45481,11 @@ v->location = (yylsp[-3]); (yyval.node) = (Node *)v; } -#line 45484 "gram.c" +#line 45485 "gram.c" break; case 2053: /* func_expr_common_subexpr: LEAST '(' expr_list ')' */ -#line 14236 "gram.y" +#line 14237 "gram.y" { MinMaxExpr *v = makeNode(MinMaxExpr); v->args = (yyvsp[-1].list); @@ -45492,51 +45493,51 @@ v->location = (yylsp[-3]); (yyval.node) = (Node *)v; } -#line 45496 "gram.c" +#line 45497 "gram.c" break; case 2054: /* func_expr_common_subexpr: XMLCONCAT '(' expr_list ')' */ -#line 14244 "gram.y" +#line 14245 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLCONCAT, NULL, NIL, (yyvsp[-1].list), (yylsp[-3])); } -#line 45504 "gram.c" +#line 45505 "gram.c" break; case 2055: /* func_expr_common_subexpr: XMLELEMENT '(' NAME_P ColLabel ')' */ -#line 14248 "gram.y" +#line 14249 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLELEMENT, (yyvsp[-1].str), NIL, NIL, (yylsp[-4])); } -#line 45512 "gram.c" +#line 45513 "gram.c" break; case 2056: /* func_expr_common_subexpr: XMLELEMENT '(' NAME_P ColLabel ',' xml_attributes ')' */ -#line 14252 "gram.y" +#line 14253 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLELEMENT, (yyvsp[-3].str), (yyvsp[-1].list), NIL, (yylsp[-6])); } -#line 45520 "gram.c" +#line 45521 "gram.c" break; case 2057: /* func_expr_common_subexpr: XMLELEMENT '(' NAME_P ColLabel ',' expr_list ')' */ -#line 14256 "gram.y" +#line 14257 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLELEMENT, (yyvsp[-3].str), NIL, (yyvsp[-1].list), (yylsp[-6])); } -#line 45528 "gram.c" +#line 45529 "gram.c" break; case 2058: /* func_expr_common_subexpr: XMLELEMENT '(' NAME_P ColLabel ',' xml_attributes ',' expr_list ')' */ -#line 14260 "gram.y" +#line 14261 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLELEMENT, (yyvsp[-5].str), (yyvsp[-3].list), (yyvsp[-1].list), (yylsp[-8])); } -#line 45536 "gram.c" +#line 45537 "gram.c" break; case 2059: /* func_expr_common_subexpr: XMLEXISTS '(' c_expr xmlexists_argument ')' */ -#line 14264 "gram.y" +#line 14265 "gram.y" { /* xmlexists(A PASSING [BY REF] B [BY REF]) is * converted to xmlexists(A, B)*/ @@ -45545,19 +45546,19 @@ COERCE_SQL_SYNTAX, (yylsp[-4])); } -#line 45549 "gram.c" +#line 45550 "gram.c" break; case 2060: /* func_expr_common_subexpr: XMLFOREST '(' xml_attribute_list ')' */ -#line 14273 "gram.y" +#line 14274 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLFOREST, NULL, (yyvsp[-1].list), NIL, (yylsp[-3])); } -#line 45557 "gram.c" +#line 45558 "gram.c" break; case 2061: /* func_expr_common_subexpr: XMLPARSE '(' document_or_content a_expr xml_whitespace_option ')' */ -#line 14277 "gram.y" +#line 14278 "gram.y" { XmlExpr *x = (XmlExpr *) makeXmlExpr(IS_XMLPARSE, NULL, NIL, @@ -45566,36 +45567,36 @@ x->xmloption = (yyvsp[-3].ival); (yyval.node) = (Node *)x; } -#line 45570 "gram.c" +#line 45571 "gram.c" break; case 2062: /* func_expr_common_subexpr: XMLPI '(' NAME_P ColLabel ')' */ -#line 14286 "gram.y" +#line 14287 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLPI, (yyvsp[-1].str), NULL, NIL, (yylsp[-4])); } -#line 45578 "gram.c" +#line 45579 "gram.c" break; case 2063: /* func_expr_common_subexpr: XMLPI '(' NAME_P ColLabel ',' a_expr ')' */ -#line 14290 "gram.y" +#line 14291 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLPI, (yyvsp[-3].str), NULL, list_make1((yyvsp[-1].node)), (yylsp[-6])); } -#line 45586 "gram.c" +#line 45587 "gram.c" break; case 2064: /* func_expr_common_subexpr: XMLROOT '(' a_expr ',' xml_root_version opt_xml_root_standalone ')' */ -#line 14294 "gram.y" +#line 14295 "gram.y" { (yyval.node) = makeXmlExpr(IS_XMLROOT, NULL, NIL, list_make3((yyvsp[-4].node), (yyvsp[-2].node), (yyvsp[-1].node)), (yylsp[-6])); } -#line 45595 "gram.c" +#line 45596 "gram.c" break; case 2065: /* func_expr_common_subexpr: XMLSERIALIZE '(' document_or_content a_expr AS SimpleTypename ')' */ -#line 14299 "gram.y" +#line 14300 "gram.y" { XmlSerialize *n = makeNode(XmlSerialize); n->xmloption = (yyvsp[-4].ival); @@ -45604,65 +45605,65 @@ n->location = (yylsp[-6]); (yyval.node) = (Node *)n; } -#line 45608 "gram.c" +#line 45609 "gram.c" break; case 2066: /* xml_root_version: VERSION_P a_expr */ -#line 14313 "gram.y" +#line 14314 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 45614 "gram.c" +#line 45615 "gram.c" break; case 2067: /* xml_root_version: VERSION_P NO VALUE_P */ -#line 14315 "gram.y" +#line 14316 "gram.y" { (yyval.node) = makeNullAConst(-1); } -#line 45620 "gram.c" +#line 45621 "gram.c" break; case 2068: /* opt_xml_root_standalone: ',' STANDALONE_P YES_P */ -#line 14319 "gram.y" +#line 14320 "gram.y" { (yyval.node) = makeIntConst(XML_STANDALONE_YES, -1); } -#line 45626 "gram.c" +#line 45627 "gram.c" break; case 2069: /* opt_xml_root_standalone: ',' STANDALONE_P NO */ -#line 14321 "gram.y" +#line 14322 "gram.y" { (yyval.node) = makeIntConst(XML_STANDALONE_NO, -1); } -#line 45632 "gram.c" +#line 45633 "gram.c" break; case 2070: /* opt_xml_root_standalone: ',' STANDALONE_P NO VALUE_P */ -#line 14323 "gram.y" +#line 14324 "gram.y" { (yyval.node) = makeIntConst(XML_STANDALONE_NO_VALUE, -1); } -#line 45638 "gram.c" +#line 45639 "gram.c" break; case 2071: /* opt_xml_root_standalone: %empty */ -#line 14325 "gram.y" +#line 14326 "gram.y" { (yyval.node) = makeIntConst(XML_STANDALONE_OMITTED, -1); } -#line 45644 "gram.c" +#line 45645 "gram.c" break; case 2072: /* xml_attributes: XMLATTRIBUTES '(' xml_attribute_list ')' */ -#line 14328 "gram.y" +#line 14329 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 45650 "gram.c" +#line 45651 "gram.c" break; case 2073: /* xml_attribute_list: xml_attribute_el */ -#line 14331 "gram.y" +#line 14332 "gram.y" { (yyval.list) = list_make1((yyvsp[0].target)); } -#line 45656 "gram.c" +#line 45657 "gram.c" break; case 2074: /* xml_attribute_list: xml_attribute_list ',' xml_attribute_el */ -#line 14332 "gram.y" +#line 14333 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].target)); } -#line 45662 "gram.c" +#line 45663 "gram.c" break; case 2075: /* xml_attribute_el: a_expr AS ColLabel */ -#line 14336 "gram.y" +#line 14337 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = (yyvsp[0].str); @@ -45670,11 +45671,11 @@ (yyval.target)->val = (Node *) (yyvsp[-2].node); (yyval.target)->location = (yylsp[-2]); } -#line 45674 "gram.c" +#line 45675 "gram.c" break; case 2076: /* xml_attribute_el: a_expr */ -#line 14344 "gram.y" +#line 14345 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = NULL; @@ -45682,137 +45683,137 @@ (yyval.target)->val = (Node *) (yyvsp[0].node); (yyval.target)->location = (yylsp[0]); } -#line 45686 "gram.c" +#line 45687 "gram.c" break; case 2077: /* document_or_content: DOCUMENT_P */ -#line 14353 "gram.y" +#line 14354 "gram.y" { (yyval.ival) = XMLOPTION_DOCUMENT; } -#line 45692 "gram.c" +#line 45693 "gram.c" break; case 2078: /* document_or_content: CONTENT_P */ -#line 14354 "gram.y" +#line 14355 "gram.y" { (yyval.ival) = XMLOPTION_CONTENT; } -#line 45698 "gram.c" +#line 45699 "gram.c" break; case 2079: /* xml_whitespace_option: PRESERVE WHITESPACE_P */ -#line 14357 "gram.y" +#line 14358 "gram.y" { (yyval.boolean) = true; } -#line 45704 "gram.c" +#line 45705 "gram.c" break; case 2080: /* xml_whitespace_option: STRIP_P WHITESPACE_P */ -#line 14358 "gram.y" +#line 14359 "gram.y" { (yyval.boolean) = false; } -#line 45710 "gram.c" +#line 45711 "gram.c" break; case 2081: /* xml_whitespace_option: %empty */ -#line 14359 "gram.y" +#line 14360 "gram.y" { (yyval.boolean) = false; } -#line 45716 "gram.c" +#line 45717 "gram.c" break; case 2082: /* xmlexists_argument: PASSING c_expr */ -#line 14365 "gram.y" +#line 14366 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 45724 "gram.c" +#line 45725 "gram.c" break; case 2083: /* xmlexists_argument: PASSING c_expr xml_passing_mech */ -#line 14369 "gram.y" +#line 14370 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 45732 "gram.c" +#line 45733 "gram.c" break; case 2084: /* xmlexists_argument: PASSING xml_passing_mech c_expr */ -#line 14373 "gram.y" +#line 14374 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 45740 "gram.c" +#line 45741 "gram.c" break; case 2085: /* xmlexists_argument: PASSING xml_passing_mech c_expr xml_passing_mech */ -#line 14377 "gram.y" +#line 14378 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 45748 "gram.c" +#line 45749 "gram.c" break; case 2088: /* within_group_clause: WITHIN GROUP_P '(' sort_clause ')' */ -#line 14392 "gram.y" +#line 14393 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 45754 "gram.c" +#line 45755 "gram.c" break; case 2089: /* within_group_clause: %empty */ -#line 14393 "gram.y" +#line 14394 "gram.y" { (yyval.list) = NIL; } -#line 45760 "gram.c" +#line 45761 "gram.c" break; case 2090: /* filter_clause: FILTER '(' WHERE a_expr ')' */ -#line 14397 "gram.y" +#line 14398 "gram.y" { (yyval.node) = (yyvsp[-1].node); } -#line 45766 "gram.c" +#line 45767 "gram.c" break; case 2091: /* filter_clause: %empty */ -#line 14398 "gram.y" +#line 14399 "gram.y" { (yyval.node) = NULL; } -#line 45772 "gram.c" +#line 45773 "gram.c" break; case 2092: /* window_clause: WINDOW window_definition_list */ -#line 14406 "gram.y" +#line 14407 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 45778 "gram.c" +#line 45779 "gram.c" break; case 2093: /* window_clause: %empty */ -#line 14407 "gram.y" +#line 14408 "gram.y" { (yyval.list) = NIL; } -#line 45784 "gram.c" +#line 45785 "gram.c" break; case 2094: /* window_definition_list: window_definition */ -#line 14411 "gram.y" +#line 14412 "gram.y" { (yyval.list) = list_make1((yyvsp[0].windef)); } -#line 45790 "gram.c" +#line 45791 "gram.c" break; case 2095: /* window_definition_list: window_definition_list ',' window_definition */ -#line 14413 "gram.y" +#line 14414 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].windef)); } -#line 45796 "gram.c" +#line 45797 "gram.c" break; case 2096: /* window_definition: ColId AS window_specification */ -#line 14418 "gram.y" +#line 14419 "gram.y" { WindowDef *n = (yyvsp[0].windef); n->name = (yyvsp[-2].str); (yyval.windef) = n; } -#line 45806 "gram.c" +#line 45807 "gram.c" break; case 2097: /* over_clause: OVER window_specification */ -#line 14426 "gram.y" +#line 14427 "gram.y" { (yyval.windef) = (yyvsp[0].windef); } -#line 45812 "gram.c" +#line 45813 "gram.c" break; case 2098: /* over_clause: OVER ColId */ -#line 14428 "gram.y" +#line 14429 "gram.y" { WindowDef *n = makeNode(WindowDef); n->name = (yyvsp[0].str); @@ -45825,17 +45826,17 @@ n->location = (yylsp[0]); (yyval.windef) = n; } -#line 45829 "gram.c" +#line 45830 "gram.c" break; case 2099: /* over_clause: %empty */ -#line 14441 "gram.y" +#line 14442 "gram.y" { (yyval.windef) = NULL; } -#line 45835 "gram.c" +#line 45836 "gram.c" break; case 2100: /* window_specification: '(' opt_existing_window_name opt_partition_clause opt_sort_clause opt_frame_clause ')' */ -#line 14446 "gram.y" +#line 14447 "gram.y" { WindowDef *n = makeNode(WindowDef); n->name = NULL; @@ -45849,68 +45850,68 @@ n->location = (yylsp[-5]); (yyval.windef) = n; } -#line 45853 "gram.c" +#line 45854 "gram.c" break; case 2101: /* opt_existing_window_name: ColId */ -#line 14471 "gram.y" +#line 14472 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 45859 "gram.c" +#line 45860 "gram.c" break; case 2102: /* opt_existing_window_name: %empty */ -#line 14472 "gram.y" +#line 14473 "gram.y" { (yyval.str) = NULL; } -#line 45865 "gram.c" +#line 45866 "gram.c" break; case 2103: /* opt_partition_clause: PARTITION BY expr_list */ -#line 14475 "gram.y" +#line 14476 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 45871 "gram.c" +#line 45872 "gram.c" break; case 2104: /* opt_partition_clause: %empty */ -#line 14476 "gram.y" +#line 14477 "gram.y" { (yyval.list) = NIL; } -#line 45877 "gram.c" +#line 45878 "gram.c" break; case 2105: /* opt_frame_clause: RANGE frame_extent opt_window_exclusion_clause */ -#line 14485 "gram.y" +#line 14486 "gram.y" { WindowDef *n = (yyvsp[-1].windef); n->frameOptions |= FRAMEOPTION_NONDEFAULT | FRAMEOPTION_RANGE; n->frameOptions |= (yyvsp[0].ival); (yyval.windef) = n; } -#line 45888 "gram.c" +#line 45889 "gram.c" break; case 2106: /* opt_frame_clause: ROWS frame_extent opt_window_exclusion_clause */ -#line 14492 "gram.y" +#line 14493 "gram.y" { WindowDef *n = (yyvsp[-1].windef); n->frameOptions |= FRAMEOPTION_NONDEFAULT | FRAMEOPTION_ROWS; n->frameOptions |= (yyvsp[0].ival); (yyval.windef) = n; } -#line 45899 "gram.c" +#line 45900 "gram.c" break; case 2107: /* opt_frame_clause: GROUPS frame_extent opt_window_exclusion_clause */ -#line 14499 "gram.y" +#line 14500 "gram.y" { WindowDef *n = (yyvsp[-1].windef); n->frameOptions |= FRAMEOPTION_NONDEFAULT | FRAMEOPTION_GROUPS; n->frameOptions |= (yyvsp[0].ival); (yyval.windef) = n; } -#line 45910 "gram.c" +#line 45911 "gram.c" break; case 2108: /* opt_frame_clause: %empty */ -#line 14506 "gram.y" +#line 14507 "gram.y" { WindowDef *n = makeNode(WindowDef); n->frameOptions = FRAMEOPTION_DEFAULTS; @@ -45918,11 +45919,11 @@ n->endOffset = NULL; (yyval.windef) = n; } -#line 45922 "gram.c" +#line 45923 "gram.c" break; case 2109: /* frame_extent: frame_bound */ -#line 14516 "gram.y" +#line 14517 "gram.y" { WindowDef *n = (yyvsp[0].windef); /* reject invalid cases */ @@ -45939,11 +45940,11 @@ n->frameOptions |= FRAMEOPTION_END_CURRENT_ROW; (yyval.windef) = n; } -#line 45943 "gram.c" +#line 45944 "gram.c" break; case 2110: /* frame_extent: BETWEEN frame_bound AND frame_bound */ -#line 14533 "gram.y" +#line 14534 "gram.y" { WindowDef *n1 = (yyvsp[-2].windef); WindowDef *n2 = (yyvsp[0].windef); @@ -45980,11 +45981,11 @@ n1->endOffset = n2->startOffset; (yyval.windef) = n1; } -#line 45984 "gram.c" +#line 45985 "gram.c" break; case 2111: /* frame_bound: UNBOUNDED PRECEDING */ -#line 14578 "gram.y" +#line 14579 "gram.y" { WindowDef *n = makeNode(WindowDef); n->frameOptions = FRAMEOPTION_START_UNBOUNDED_PRECEDING; @@ -45992,11 +45993,11 @@ n->endOffset = NULL; (yyval.windef) = n; } -#line 45996 "gram.c" +#line 45997 "gram.c" break; case 2112: /* frame_bound: UNBOUNDED FOLLOWING */ -#line 14586 "gram.y" +#line 14587 "gram.y" { WindowDef *n = makeNode(WindowDef); n->frameOptions = FRAMEOPTION_START_UNBOUNDED_FOLLOWING; @@ -46004,11 +46005,11 @@ n->endOffset = NULL; (yyval.windef) = n; } -#line 46008 "gram.c" +#line 46009 "gram.c" break; case 2113: /* frame_bound: CURRENT_P ROW */ -#line 14594 "gram.y" +#line 14595 "gram.y" { WindowDef *n = makeNode(WindowDef); n->frameOptions = FRAMEOPTION_START_CURRENT_ROW; @@ -46016,11 +46017,11 @@ n->endOffset = NULL; (yyval.windef) = n; } -#line 46020 "gram.c" +#line 46021 "gram.c" break; case 2114: /* frame_bound: a_expr PRECEDING */ -#line 14602 "gram.y" +#line 14603 "gram.y" { WindowDef *n = makeNode(WindowDef); n->frameOptions = FRAMEOPTION_START_OFFSET_PRECEDING; @@ -46028,11 +46029,11 @@ n->endOffset = NULL; (yyval.windef) = n; } -#line 46032 "gram.c" +#line 46033 "gram.c" break; case 2115: /* frame_bound: a_expr FOLLOWING */ -#line 14610 "gram.y" +#line 14611 "gram.y" { WindowDef *n = makeNode(WindowDef); n->frameOptions = FRAMEOPTION_START_OFFSET_FOLLOWING; @@ -46040,279 +46041,279 @@ n->endOffset = NULL; (yyval.windef) = n; } -#line 46044 "gram.c" +#line 46045 "gram.c" break; case 2116: /* opt_window_exclusion_clause: EXCLUDE CURRENT_P ROW */ -#line 14620 "gram.y" +#line 14621 "gram.y" { (yyval.ival) = FRAMEOPTION_EXCLUDE_CURRENT_ROW; } -#line 46050 "gram.c" +#line 46051 "gram.c" break; case 2117: /* opt_window_exclusion_clause: EXCLUDE GROUP_P */ -#line 14621 "gram.y" +#line 14622 "gram.y" { (yyval.ival) = FRAMEOPTION_EXCLUDE_GROUP; } -#line 46056 "gram.c" +#line 46057 "gram.c" break; case 2118: /* opt_window_exclusion_clause: EXCLUDE TIES */ -#line 14622 "gram.y" +#line 14623 "gram.y" { (yyval.ival) = FRAMEOPTION_EXCLUDE_TIES; } -#line 46062 "gram.c" +#line 46063 "gram.c" break; case 2119: /* opt_window_exclusion_clause: EXCLUDE NO OTHERS */ -#line 14623 "gram.y" +#line 14624 "gram.y" { (yyval.ival) = 0; } -#line 46068 "gram.c" +#line 46069 "gram.c" break; case 2120: /* opt_window_exclusion_clause: %empty */ -#line 14624 "gram.y" +#line 14625 "gram.y" { (yyval.ival) = 0; } -#line 46074 "gram.c" +#line 46075 "gram.c" break; case 2121: /* row: ROW '(' expr_list ')' */ -#line 14638 "gram.y" +#line 14639 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 46080 "gram.c" +#line 46081 "gram.c" break; case 2122: /* row: ROW '(' ')' */ -#line 14639 "gram.y" +#line 14640 "gram.y" { (yyval.list) = NIL; } -#line 46086 "gram.c" +#line 46087 "gram.c" break; case 2123: /* row: '(' expr_list ',' a_expr ')' */ -#line 14640 "gram.y" +#line 14641 "gram.y" { (yyval.list) = lappend((yyvsp[-3].list), (yyvsp[-1].node)); } -#line 46092 "gram.c" +#line 46093 "gram.c" break; case 2124: /* explicit_row: ROW '(' expr_list ')' */ -#line 14643 "gram.y" +#line 14644 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 46098 "gram.c" +#line 46099 "gram.c" break; case 2125: /* explicit_row: ROW '(' ')' */ -#line 14644 "gram.y" +#line 14645 "gram.y" { (yyval.list) = NIL; } -#line 46104 "gram.c" +#line 46105 "gram.c" break; case 2126: /* implicit_row: '(' expr_list ',' a_expr ')' */ -#line 14647 "gram.y" +#line 14648 "gram.y" { (yyval.list) = lappend((yyvsp[-3].list), (yyvsp[-1].node)); } -#line 46110 "gram.c" +#line 46111 "gram.c" break; case 2127: /* sub_type: ANY */ -#line 14650 "gram.y" +#line 14651 "gram.y" { (yyval.ival) = ANY_SUBLINK; } -#line 46116 "gram.c" +#line 46117 "gram.c" break; case 2128: /* sub_type: SOME */ -#line 14651 "gram.y" +#line 14652 "gram.y" { (yyval.ival) = ANY_SUBLINK; } -#line 46122 "gram.c" +#line 46123 "gram.c" break; case 2129: /* sub_type: ALL */ -#line 14652 "gram.y" +#line 14653 "gram.y" { (yyval.ival) = ALL_SUBLINK; } -#line 46128 "gram.c" +#line 46129 "gram.c" break; case 2130: /* all_Op: Op */ -#line 14655 "gram.y" +#line 14656 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 46134 "gram.c" +#line 46135 "gram.c" break; case 2131: /* all_Op: MathOp */ -#line 14656 "gram.y" +#line 14657 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 46140 "gram.c" +#line 46141 "gram.c" break; case 2132: /* MathOp: '+' */ -#line 14659 "gram.y" +#line 14660 "gram.y" { (yyval.str) = "+"; } -#line 46146 "gram.c" +#line 46147 "gram.c" break; case 2133: /* MathOp: '-' */ -#line 14660 "gram.y" +#line 14661 "gram.y" { (yyval.str) = "-"; } -#line 46152 "gram.c" +#line 46153 "gram.c" break; case 2134: /* MathOp: '*' */ -#line 14661 "gram.y" +#line 14662 "gram.y" { (yyval.str) = "*"; } -#line 46158 "gram.c" +#line 46159 "gram.c" break; case 2135: /* MathOp: '/' */ -#line 14662 "gram.y" +#line 14663 "gram.y" { (yyval.str) = "/"; } -#line 46164 "gram.c" +#line 46165 "gram.c" break; case 2136: /* MathOp: '%' */ -#line 14663 "gram.y" +#line 14664 "gram.y" { (yyval.str) = "%"; } -#line 46170 "gram.c" +#line 46171 "gram.c" break; case 2137: /* MathOp: '^' */ -#line 14664 "gram.y" +#line 14665 "gram.y" { (yyval.str) = "^"; } -#line 46176 "gram.c" +#line 46177 "gram.c" break; case 2138: /* MathOp: '<' */ -#line 14665 "gram.y" +#line 14666 "gram.y" { (yyval.str) = "<"; } -#line 46182 "gram.c" +#line 46183 "gram.c" break; case 2139: /* MathOp: '>' */ -#line 14666 "gram.y" +#line 14667 "gram.y" { (yyval.str) = ">"; } -#line 46188 "gram.c" +#line 46189 "gram.c" break; case 2140: /* MathOp: '=' */ -#line 14667 "gram.y" +#line 14668 "gram.y" { (yyval.str) = "="; } -#line 46194 "gram.c" +#line 46195 "gram.c" break; case 2141: /* MathOp: LESS_EQUALS */ -#line 14668 "gram.y" +#line 14669 "gram.y" { (yyval.str) = "<="; } -#line 46200 "gram.c" +#line 46201 "gram.c" break; case 2142: /* MathOp: GREATER_EQUALS */ -#line 14669 "gram.y" +#line 14670 "gram.y" { (yyval.str) = ">="; } -#line 46206 "gram.c" +#line 46207 "gram.c" break; case 2143: /* MathOp: NOT_EQUALS */ -#line 14670 "gram.y" +#line 14671 "gram.y" { (yyval.str) = "<>"; } -#line 46212 "gram.c" +#line 46213 "gram.c" break; case 2144: /* qual_Op: Op */ -#line 14674 "gram.y" +#line 14675 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 46218 "gram.c" +#line 46219 "gram.c" break; case 2145: /* qual_Op: OPERATOR '(' any_operator ')' */ -#line 14676 "gram.y" +#line 14677 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 46224 "gram.c" +#line 46225 "gram.c" break; case 2146: /* qual_all_Op: all_Op */ -#line 14681 "gram.y" +#line 14682 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 46230 "gram.c" +#line 46231 "gram.c" break; case 2147: /* qual_all_Op: OPERATOR '(' any_operator ')' */ -#line 14683 "gram.y" +#line 14684 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 46236 "gram.c" +#line 46237 "gram.c" break; case 2148: /* subquery_Op: all_Op */ -#line 14688 "gram.y" +#line 14689 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 46242 "gram.c" +#line 46243 "gram.c" break; case 2149: /* subquery_Op: OPERATOR '(' any_operator ')' */ -#line 14690 "gram.y" +#line 14691 "gram.y" { (yyval.list) = (yyvsp[-1].list); } -#line 46248 "gram.c" +#line 46249 "gram.c" break; case 2150: /* subquery_Op: LIKE */ -#line 14692 "gram.y" +#line 14693 "gram.y" { (yyval.list) = list_make1(makeString("~~")); } -#line 46254 "gram.c" +#line 46255 "gram.c" break; case 2151: /* subquery_Op: NOT_LA LIKE */ -#line 14694 "gram.y" +#line 14695 "gram.y" { (yyval.list) = list_make1(makeString("!~~")); } -#line 46260 "gram.c" +#line 46261 "gram.c" break; case 2152: /* subquery_Op: ILIKE */ -#line 14696 "gram.y" +#line 14697 "gram.y" { (yyval.list) = list_make1(makeString("~~*")); } -#line 46266 "gram.c" +#line 46267 "gram.c" break; case 2153: /* subquery_Op: NOT_LA ILIKE */ -#line 14698 "gram.y" +#line 14699 "gram.y" { (yyval.list) = list_make1(makeString("!~~*")); } -#line 46272 "gram.c" +#line 46273 "gram.c" break; case 2154: /* expr_list: a_expr */ -#line 14710 "gram.y" +#line 14711 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 46280 "gram.c" +#line 46281 "gram.c" break; case 2155: /* expr_list: expr_list ',' a_expr */ -#line 14714 "gram.y" +#line 14715 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 46288 "gram.c" +#line 46289 "gram.c" break; case 2156: /* func_arg_list: func_arg_expr */ -#line 14721 "gram.y" +#line 14722 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 46296 "gram.c" +#line 46297 "gram.c" break; case 2157: /* func_arg_list: func_arg_list ',' func_arg_expr */ -#line 14725 "gram.y" +#line 14726 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 46304 "gram.c" +#line 46305 "gram.c" break; case 2158: /* func_arg_expr: a_expr */ -#line 14731 "gram.y" +#line 14732 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 46312 "gram.c" +#line 46313 "gram.c" break; case 2159: /* func_arg_expr: param_name COLON_EQUALS a_expr */ -#line 14735 "gram.y" +#line 14736 "gram.y" { NamedArgExpr *na = makeNode(NamedArgExpr); na->name = (yyvsp[-2].str); @@ -46321,11 +46322,11 @@ na->location = (yylsp[-2]); (yyval.node) = (Node *) na; } -#line 46325 "gram.c" +#line 46326 "gram.c" break; case 2160: /* func_arg_expr: param_name EQUALS_GREATER a_expr */ -#line 14744 "gram.y" +#line 14745 "gram.y" { NamedArgExpr *na = makeNode(NamedArgExpr); na->name = (yyvsp[-2].str); @@ -46334,192 +46335,192 @@ na->location = (yylsp[-2]); (yyval.node) = (Node *) na; } -#line 46338 "gram.c" +#line 46339 "gram.c" break; case 2161: /* func_arg_list_opt: func_arg_list */ -#line 14754 "gram.y" +#line 14755 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 46344 "gram.c" +#line 46345 "gram.c" break; case 2162: /* func_arg_list_opt: %empty */ -#line 14755 "gram.y" +#line 14756 "gram.y" { (yyval.list) = NIL; } -#line 46350 "gram.c" +#line 46351 "gram.c" break; case 2163: /* type_list: Typename */ -#line 14758 "gram.y" +#line 14759 "gram.y" { (yyval.list) = list_make1((yyvsp[0].typnam)); } -#line 46356 "gram.c" +#line 46357 "gram.c" break; case 2164: /* type_list: type_list ',' Typename */ -#line 14759 "gram.y" +#line 14760 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].typnam)); } -#line 46362 "gram.c" +#line 46363 "gram.c" break; case 2165: /* array_expr: '[' expr_list ']' */ -#line 14763 "gram.y" +#line 14764 "gram.y" { (yyval.node) = makeAArrayExpr((yyvsp[-1].list), (yylsp[-2])); } -#line 46370 "gram.c" +#line 46371 "gram.c" break; case 2166: /* array_expr: '[' array_expr_list ']' */ -#line 14767 "gram.y" +#line 14768 "gram.y" { (yyval.node) = makeAArrayExpr((yyvsp[-1].list), (yylsp[-2])); } -#line 46378 "gram.c" +#line 46379 "gram.c" break; case 2167: /* array_expr: '[' ']' */ -#line 14771 "gram.y" +#line 14772 "gram.y" { (yyval.node) = makeAArrayExpr(NIL, (yylsp[-1])); } -#line 46386 "gram.c" +#line 46387 "gram.c" break; case 2168: /* array_expr_list: array_expr */ -#line 14776 "gram.y" +#line 14777 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 46392 "gram.c" +#line 46393 "gram.c" break; case 2169: /* array_expr_list: array_expr_list ',' array_expr */ -#line 14777 "gram.y" +#line 14778 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].node)); } -#line 46398 "gram.c" +#line 46399 "gram.c" break; case 2170: /* extract_list: extract_arg FROM a_expr */ -#line 14783 "gram.y" +#line 14784 "gram.y" { (yyval.list) = list_make2(makeStringConst((yyvsp[-2].str), (yylsp[-2])), (yyvsp[0].node)); } -#line 46406 "gram.c" +#line 46407 "gram.c" break; case 2171: /* extract_arg: IDENT */ -#line 14792 "gram.y" +#line 14793 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 46412 "gram.c" +#line 46413 "gram.c" break; case 2172: /* extract_arg: YEAR_P */ -#line 14793 "gram.y" +#line 14794 "gram.y" { (yyval.str) = "year"; } -#line 46418 "gram.c" +#line 46419 "gram.c" break; case 2173: /* extract_arg: MONTH_P */ -#line 14794 "gram.y" +#line 14795 "gram.y" { (yyval.str) = "month"; } -#line 46424 "gram.c" +#line 46425 "gram.c" break; case 2174: /* extract_arg: DAY_P */ -#line 14795 "gram.y" +#line 14796 "gram.y" { (yyval.str) = "day"; } -#line 46430 "gram.c" +#line 46431 "gram.c" break; case 2175: /* extract_arg: HOUR_P */ -#line 14796 "gram.y" +#line 14797 "gram.y" { (yyval.str) = "hour"; } -#line 46436 "gram.c" +#line 46437 "gram.c" break; case 2176: /* extract_arg: MINUTE_P */ -#line 14797 "gram.y" +#line 14798 "gram.y" { (yyval.str) = "minute"; } -#line 46442 "gram.c" +#line 46443 "gram.c" break; case 2177: /* extract_arg: SECOND_P */ -#line 14798 "gram.y" +#line 14799 "gram.y" { (yyval.str) = "second"; } -#line 46448 "gram.c" +#line 46449 "gram.c" break; case 2178: /* extract_arg: Sconst */ -#line 14799 "gram.y" +#line 14800 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 46454 "gram.c" +#line 46455 "gram.c" break; case 2179: /* unicode_normal_form: NFC */ -#line 14803 "gram.y" +#line 14804 "gram.y" { (yyval.str) = "NFC"; } -#line 46460 "gram.c" +#line 46461 "gram.c" break; case 2180: /* unicode_normal_form: NFD */ -#line 14804 "gram.y" +#line 14805 "gram.y" { (yyval.str) = "NFD"; } -#line 46466 "gram.c" +#line 46467 "gram.c" break; case 2181: /* unicode_normal_form: NFKC */ -#line 14805 "gram.y" +#line 14806 "gram.y" { (yyval.str) = "NFKC"; } -#line 46472 "gram.c" +#line 46473 "gram.c" break; case 2182: /* unicode_normal_form: NFKD */ -#line 14806 "gram.y" +#line 14807 "gram.y" { (yyval.str) = "NFKD"; } -#line 46478 "gram.c" +#line 46479 "gram.c" break; case 2183: /* overlay_list: a_expr PLACING a_expr FROM a_expr FOR a_expr */ -#line 14812 "gram.y" +#line 14813 "gram.y" { /* overlay(A PLACING B FROM C FOR D) is converted to overlay(A, B, C, D) */ (yyval.list) = list_make4((yyvsp[-6].node), (yyvsp[-4].node), (yyvsp[-2].node), (yyvsp[0].node)); } -#line 46487 "gram.c" +#line 46488 "gram.c" break; case 2184: /* overlay_list: a_expr PLACING a_expr FROM a_expr */ -#line 14817 "gram.y" +#line 14818 "gram.y" { /* overlay(A PLACING B FROM C) is converted to overlay(A, B, C) */ (yyval.list) = list_make3((yyvsp[-4].node), (yyvsp[-2].node), (yyvsp[0].node)); } -#line 46496 "gram.c" +#line 46497 "gram.c" break; case 2185: /* position_list: b_expr IN_P b_expr */ -#line 14825 "gram.y" +#line 14826 "gram.y" { (yyval.list) = list_make2((yyvsp[0].node), (yyvsp[-2].node)); } -#line 46502 "gram.c" +#line 46503 "gram.c" break; case 2186: /* substr_list: a_expr FROM a_expr FOR a_expr */ -#line 14847 "gram.y" +#line 14848 "gram.y" { (yyval.list) = list_make3((yyvsp[-4].node), (yyvsp[-2].node), (yyvsp[0].node)); } -#line 46510 "gram.c" +#line 46511 "gram.c" break; case 2187: /* substr_list: a_expr FOR a_expr FROM a_expr */ -#line 14851 "gram.y" +#line 14852 "gram.y" { /* not legal per SQL, but might as well allow it */ (yyval.list) = list_make3((yyvsp[-4].node), (yyvsp[0].node), (yyvsp[-2].node)); } -#line 46519 "gram.c" +#line 46520 "gram.c" break; case 2188: /* substr_list: a_expr FROM a_expr */ -#line 14856 "gram.y" +#line 14857 "gram.y" { /* * Because we aren't restricting data types here, this @@ -46530,11 +46531,11 @@ */ (yyval.list) = list_make2((yyvsp[-2].node), (yyvsp[0].node)); } -#line 46534 "gram.c" +#line 46535 "gram.c" break; case 2189: /* substr_list: a_expr FOR a_expr */ -#line 14867 "gram.y" +#line 14868 "gram.y" { /* not legal per SQL */ @@ -46551,54 +46552,54 @@ makeTypeCast((yyvsp[0].node), SystemTypeName("int4"), -1)); } -#line 46555 "gram.c" +#line 46556 "gram.c" break; case 2190: /* substr_list: a_expr SIMILAR a_expr ESCAPE a_expr */ -#line 14884 "gram.y" +#line 14885 "gram.y" { (yyval.list) = list_make3((yyvsp[-4].node), (yyvsp[-2].node), (yyvsp[0].node)); } -#line 46563 "gram.c" +#line 46564 "gram.c" break; case 2191: /* trim_list: a_expr FROM expr_list */ -#line 14889 "gram.y" +#line 14890 "gram.y" { (yyval.list) = lappend((yyvsp[0].list), (yyvsp[-2].node)); } -#line 46569 "gram.c" +#line 46570 "gram.c" break; case 2192: /* trim_list: FROM expr_list */ -#line 14890 "gram.y" +#line 14891 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 46575 "gram.c" +#line 46576 "gram.c" break; case 2193: /* trim_list: expr_list */ -#line 14891 "gram.y" +#line 14892 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 46581 "gram.c" +#line 46582 "gram.c" break; case 2194: /* in_expr: select_with_parens */ -#line 14895 "gram.y" +#line 14896 "gram.y" { SubLink *n = makeNode(SubLink); n->subselect = (yyvsp[0].node); /* other fields will be filled later */ (yyval.node) = (Node *)n; } -#line 46592 "gram.c" +#line 46593 "gram.c" break; case 2195: /* in_expr: '(' expr_list ')' */ -#line 14901 "gram.y" +#line 14902 "gram.y" { (yyval.node) = (Node *)(yyvsp[-1].list); } -#line 46598 "gram.c" +#line 46599 "gram.c" break; case 2196: /* case_expr: CASE case_arg when_clause_list case_default END_P */ -#line 14912 "gram.y" +#line 14913 "gram.y" { CaseExpr *c = makeNode(CaseExpr); c->casetype = InvalidOid; /* not analyzed yet */ @@ -46608,23 +46609,23 @@ c->location = (yylsp[-4]); (yyval.node) = (Node *)c; } -#line 46612 "gram.c" +#line 46613 "gram.c" break; case 2197: /* when_clause_list: when_clause */ -#line 14925 "gram.y" +#line 14926 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 46618 "gram.c" +#line 46619 "gram.c" break; case 2198: /* when_clause_list: when_clause_list when_clause */ -#line 14926 "gram.y" +#line 14927 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].node)); } -#line 46624 "gram.c" +#line 46625 "gram.c" break; case 2199: /* when_clause: WHEN a_expr THEN a_expr */ -#line 14931 "gram.y" +#line 14932 "gram.y" { CaseWhen *w = makeNode(CaseWhen); w->expr = (Expr *) (yyvsp[-2].node); @@ -46632,67 +46633,67 @@ w->location = (yylsp[-3]); (yyval.node) = (Node *)w; } -#line 46636 "gram.c" +#line 46637 "gram.c" break; case 2200: /* case_default: ELSE a_expr */ -#line 14941 "gram.y" +#line 14942 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 46642 "gram.c" +#line 46643 "gram.c" break; case 2201: /* case_default: %empty */ -#line 14942 "gram.y" +#line 14943 "gram.y" { (yyval.node) = NULL; } -#line 46648 "gram.c" +#line 46649 "gram.c" break; case 2202: /* case_arg: a_expr */ -#line 14945 "gram.y" +#line 14946 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 46654 "gram.c" +#line 46655 "gram.c" break; case 2203: /* case_arg: %empty */ -#line 14946 "gram.y" +#line 14947 "gram.y" { (yyval.node) = NULL; } -#line 46660 "gram.c" +#line 46661 "gram.c" break; case 2204: /* columnref: ColId */ -#line 14950 "gram.y" +#line 14951 "gram.y" { (yyval.node) = makeColumnRef((yyvsp[0].str), NIL, (yylsp[0]), yyscanner); } -#line 46668 "gram.c" +#line 46669 "gram.c" break; case 2205: /* columnref: ColId indirection */ -#line 14954 "gram.y" +#line 14955 "gram.y" { (yyval.node) = makeColumnRef((yyvsp[-1].str), (yyvsp[0].list), (yylsp[-1]), yyscanner); } -#line 46676 "gram.c" +#line 46677 "gram.c" break; case 2206: /* indirection_el: '.' attr_name */ -#line 14961 "gram.y" +#line 14962 "gram.y" { (yyval.node) = (Node *) makeString((yyvsp[0].str)); } -#line 46684 "gram.c" +#line 46685 "gram.c" break; case 2207: /* indirection_el: '.' '*' */ -#line 14965 "gram.y" +#line 14966 "gram.y" { (yyval.node) = (Node *) makeNode(A_Star); } -#line 46692 "gram.c" +#line 46693 "gram.c" break; case 2208: /* indirection_el: '[' a_expr ']' */ -#line 14969 "gram.y" +#line 14970 "gram.y" { A_Indices *ai = makeNode(A_Indices); ai->is_slice = false; @@ -46700,11 +46701,11 @@ ai->uidx = (yyvsp[-1].node); (yyval.node) = (Node *) ai; } -#line 46704 "gram.c" +#line 46705 "gram.c" break; case 2209: /* indirection_el: '[' opt_slice_bound ':' opt_slice_bound ']' */ -#line 14977 "gram.y" +#line 14978 "gram.y" { A_Indices *ai = makeNode(A_Indices); ai->is_slice = true; @@ -46712,71 +46713,71 @@ ai->uidx = (yyvsp[-1].node); (yyval.node) = (Node *) ai; } -#line 46716 "gram.c" +#line 46717 "gram.c" break; case 2210: /* opt_slice_bound: a_expr */ -#line 14987 "gram.y" +#line 14988 "gram.y" { (yyval.node) = (yyvsp[0].node); } -#line 46722 "gram.c" +#line 46723 "gram.c" break; case 2211: /* opt_slice_bound: %empty */ -#line 14988 "gram.y" +#line 14989 "gram.y" { (yyval.node) = NULL; } -#line 46728 "gram.c" +#line 46729 "gram.c" break; case 2212: /* indirection: indirection_el */ -#line 14992 "gram.y" +#line 14993 "gram.y" { (yyval.list) = list_make1((yyvsp[0].node)); } -#line 46734 "gram.c" +#line 46735 "gram.c" break; case 2213: /* indirection: indirection indirection_el */ -#line 14993 "gram.y" +#line 14994 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].node)); } -#line 46740 "gram.c" +#line 46741 "gram.c" break; case 2214: /* opt_indirection: %empty */ -#line 14997 "gram.y" +#line 14998 "gram.y" { (yyval.list) = NIL; } -#line 46746 "gram.c" +#line 46747 "gram.c" break; case 2215: /* opt_indirection: opt_indirection indirection_el */ -#line 14998 "gram.y" +#line 14999 "gram.y" { (yyval.list) = lappend((yyvsp[-1].list), (yyvsp[0].node)); } -#line 46752 "gram.c" +#line 46753 "gram.c" break; case 2218: /* opt_target_list: target_list */ -#line 15012 "gram.y" +#line 15013 "gram.y" { (yyval.list) = (yyvsp[0].list); } -#line 46758 "gram.c" +#line 46759 "gram.c" break; case 2219: /* opt_target_list: %empty */ -#line 15013 "gram.y" +#line 15014 "gram.y" { (yyval.list) = NIL; } -#line 46764 "gram.c" +#line 46765 "gram.c" break; case 2220: /* target_list: target_el */ -#line 15017 "gram.y" +#line 15018 "gram.y" { (yyval.list) = list_make1((yyvsp[0].target)); } -#line 46770 "gram.c" +#line 46771 "gram.c" break; case 2221: /* target_list: target_list ',' target_el */ -#line 15018 "gram.y" +#line 15019 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].target)); } -#line 46776 "gram.c" +#line 46777 "gram.c" break; case 2222: /* target_el: a_expr AS ColLabel */ -#line 15022 "gram.y" +#line 15023 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = (yyvsp[0].str); @@ -46784,11 +46785,11 @@ (yyval.target)->val = (Node *)(yyvsp[-2].node); (yyval.target)->location = (yylsp[-2]); } -#line 46788 "gram.c" +#line 46789 "gram.c" break; case 2223: /* target_el: a_expr BareColLabel */ -#line 15030 "gram.y" +#line 15031 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = (yyvsp[0].str); @@ -46796,11 +46797,11 @@ (yyval.target)->val = (Node *)(yyvsp[-1].node); (yyval.target)->location = (yylsp[-1]); } -#line 46800 "gram.c" +#line 46801 "gram.c" break; case 2224: /* target_el: a_expr */ -#line 15038 "gram.y" +#line 15039 "gram.y" { (yyval.target) = makeNode(ResTarget); (yyval.target)->name = NULL; @@ -46808,11 +46809,11 @@ (yyval.target)->val = (Node *)(yyvsp[0].node); (yyval.target)->location = (yylsp[0]); } -#line 46812 "gram.c" +#line 46813 "gram.c" break; case 2225: /* target_el: '*' */ -#line 15046 "gram.y" +#line 15047 "gram.y" { ColumnRef *n = makeNode(ColumnRef); n->fields = list_make1(makeNode(A_Star)); @@ -46824,31 +46825,31 @@ (yyval.target)->val = (Node *)n; (yyval.target)->location = (yylsp[0]); } -#line 46828 "gram.c" +#line 46829 "gram.c" break; case 2226: /* qualified_name_list: qualified_name */ -#line 15067 "gram.y" +#line 15068 "gram.y" { (yyval.list) = list_make1((yyvsp[0].range)); } -#line 46834 "gram.c" +#line 46835 "gram.c" break; case 2227: /* qualified_name_list: qualified_name_list ',' qualified_name */ -#line 15068 "gram.y" +#line 15069 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].range)); } -#line 46840 "gram.c" +#line 46841 "gram.c" break; case 2228: /* qualified_name: ColId */ -#line 15080 "gram.y" +#line 15081 "gram.y" { (yyval.range) = makeRangeVar(NULL, (yyvsp[0].str), (yylsp[0])); } -#line 46848 "gram.c" +#line 46849 "gram.c" break; case 2229: /* qualified_name: ColId indirection */ -#line 15084 "gram.y" +#line 15085 "gram.y" { check_qualified_name((yyvsp[0].list), yyscanner); (yyval.range) = makeRangeVar(NULL, NULL, (yylsp[-1])); @@ -46873,88 +46874,88 @@ break; } } -#line 46877 "gram.c" +#line 46878 "gram.c" break; case 2230: /* name_list: name */ -#line 15111 "gram.y" +#line 15112 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 46883 "gram.c" +#line 46884 "gram.c" break; case 2231: /* name_list: name_list ',' name */ -#line 15113 "gram.y" +#line 15114 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), makeString((yyvsp[0].str))); } -#line 46889 "gram.c" +#line 46890 "gram.c" break; case 2232: /* name: ColId */ -#line 15117 "gram.y" +#line 15118 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 46895 "gram.c" +#line 46896 "gram.c" break; case 2233: /* attr_name: ColLabel */ -#line 15119 "gram.y" +#line 15120 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 46901 "gram.c" +#line 46902 "gram.c" break; case 2234: /* file_name: Sconst */ -#line 15121 "gram.y" +#line 15122 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 46907 "gram.c" +#line 46908 "gram.c" break; case 2235: /* func_name: type_function_name */ -#line 15132 "gram.y" +#line 15133 "gram.y" { (yyval.list) = list_make1(makeString((yyvsp[0].str))); } -#line 46913 "gram.c" +#line 46914 "gram.c" break; case 2236: /* func_name: ColId indirection */ -#line 15134 "gram.y" +#line 15135 "gram.y" { (yyval.list) = check_func_name(lcons(makeString((yyvsp[-1].str)), (yyvsp[0].list)), yyscanner); } -#line 46922 "gram.c" +#line 46923 "gram.c" break; case 2237: /* AexprConst: Iconst */ -#line 15145 "gram.y" +#line 15146 "gram.y" { (yyval.node) = makeIntConst((yyvsp[0].ival), (yylsp[0])); } -#line 46930 "gram.c" +#line 46931 "gram.c" break; case 2238: /* AexprConst: FCONST */ -#line 15149 "gram.y" +#line 15150 "gram.y" { (yyval.node) = makeFloatConst((yyvsp[0].str), (yylsp[0])); } -#line 46938 "gram.c" +#line 46939 "gram.c" break; case 2239: /* AexprConst: Sconst */ -#line 15153 "gram.y" +#line 15154 "gram.y" { (yyval.node) = makeStringConst((yyvsp[0].str), (yylsp[0])); } -#line 46946 "gram.c" +#line 46947 "gram.c" break; case 2240: /* AexprConst: BCONST */ -#line 15157 "gram.y" +#line 15158 "gram.y" { (yyval.node) = makeBitStringConst((yyvsp[0].str), (yylsp[0])); } -#line 46954 "gram.c" +#line 46955 "gram.c" break; case 2241: /* AexprConst: XCONST */ -#line 15161 "gram.y" +#line 15162 "gram.y" { /* This is a bit constant per SQL99: * Without Feature F511, "BIT data type", @@ -46963,22 +46964,22 @@ */ (yyval.node) = makeBitStringConst((yyvsp[0].str), (yylsp[0])); } -#line 46967 "gram.c" +#line 46968 "gram.c" break; case 2242: /* AexprConst: func_name Sconst */ -#line 15170 "gram.y" +#line 15171 "gram.y" { /* generic type 'literal' syntax */ TypeName *t = makeTypeNameFromNameList((yyvsp[-1].list)); t->location = (yylsp[-1]); (yyval.node) = makeStringConstCast((yyvsp[0].str), (yylsp[0]), t); } -#line 46978 "gram.c" +#line 46979 "gram.c" break; case 2243: /* AexprConst: func_name '(' func_arg_list opt_sort_clause ')' Sconst */ -#line 15177 "gram.y" +#line 15178 "gram.y" { /* generic syntax with a type modifier */ TypeName *t = makeTypeNameFromNameList((yyvsp[-5].list)); @@ -47010,94 +47011,94 @@ t->location = (yylsp[-5]); (yyval.node) = makeStringConstCast((yyvsp[0].str), (yylsp[0]), t); } -#line 47014 "gram.c" +#line 47015 "gram.c" break; case 2244: /* AexprConst: ConstTypename Sconst */ -#line 15209 "gram.y" +#line 15210 "gram.y" { (yyval.node) = makeStringConstCast((yyvsp[0].str), (yylsp[0]), (yyvsp[-1].typnam)); } -#line 47022 "gram.c" +#line 47023 "gram.c" break; case 2245: /* AexprConst: ConstInterval Sconst opt_interval */ -#line 15213 "gram.y" +#line 15214 "gram.y" { TypeName *t = (yyvsp[-2].typnam); t->typmods = (yyvsp[0].list); (yyval.node) = makeStringConstCast((yyvsp[-1].str), (yylsp[-1]), t); } -#line 47032 "gram.c" +#line 47033 "gram.c" break; case 2246: /* AexprConst: ConstInterval '(' Iconst ')' Sconst */ -#line 15219 "gram.y" +#line 15220 "gram.y" { TypeName *t = (yyvsp[-4].typnam); t->typmods = list_make2(makeIntConst(INTERVAL_FULL_RANGE, -1), makeIntConst((yyvsp[-2].ival), (yylsp[-2]))); (yyval.node) = makeStringConstCast((yyvsp[0].str), (yylsp[0]), t); } -#line 47043 "gram.c" +#line 47044 "gram.c" break; case 2247: /* AexprConst: TRUE_P */ -#line 15226 "gram.y" +#line 15227 "gram.y" { (yyval.node) = makeBoolAConst(true, (yylsp[0])); } -#line 47051 "gram.c" +#line 47052 "gram.c" break; case 2248: /* AexprConst: FALSE_P */ -#line 15230 "gram.y" +#line 15231 "gram.y" { (yyval.node) = makeBoolAConst(false, (yylsp[0])); } -#line 47059 "gram.c" +#line 47060 "gram.c" break; case 2249: /* AexprConst: NULL_P */ -#line 15234 "gram.y" +#line 15235 "gram.y" { (yyval.node) = makeNullAConst((yylsp[0])); } -#line 47067 "gram.c" +#line 47068 "gram.c" break; case 2250: /* Iconst: ICONST */ -#line 15239 "gram.y" +#line 15240 "gram.y" { (yyval.ival) = (yyvsp[0].ival); } -#line 47073 "gram.c" +#line 47074 "gram.c" break; case 2251: /* Sconst: SCONST */ -#line 15240 "gram.y" +#line 15241 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 47079 "gram.c" +#line 47080 "gram.c" break; case 2252: /* SignedIconst: Iconst */ -#line 15242 "gram.y" +#line 15243 "gram.y" { (yyval.ival) = (yyvsp[0].ival); } -#line 47085 "gram.c" +#line 47086 "gram.c" break; case 2253: /* SignedIconst: '+' Iconst */ -#line 15243 "gram.y" +#line 15244 "gram.y" { (yyval.ival) = + (yyvsp[0].ival); } -#line 47091 "gram.c" +#line 47092 "gram.c" break; case 2254: /* SignedIconst: '-' Iconst */ -#line 15244 "gram.y" +#line 15245 "gram.y" { (yyval.ival) = - (yyvsp[0].ival); } -#line 47097 "gram.c" +#line 47098 "gram.c" break; case 2255: /* RoleId: RoleSpec */ -#line 15249 "gram.y" +#line 15250 "gram.y" { RoleSpec *spc = (RoleSpec *) (yyvsp[0].rolespec); switch (spc->roletype) @@ -47135,11 +47136,11 @@ break; } } -#line 47139 "gram.c" +#line 47140 "gram.c" break; case 2256: /* RoleSpec: NonReservedWord */ -#line 15289 "gram.y" +#line 15290 "gram.y" { /* * "public" and "none" are not keywords, but they must @@ -47166,47 +47167,47 @@ } (yyval.rolespec) = n; } -#line 47170 "gram.c" +#line 47171 "gram.c" break; case 2257: /* RoleSpec: CURRENT_ROLE */ -#line 15316 "gram.y" +#line 15317 "gram.y" { (yyval.rolespec) = makeRoleSpec(ROLESPEC_CURRENT_ROLE, (yylsp[0])); } -#line 47178 "gram.c" +#line 47179 "gram.c" break; case 2258: /* RoleSpec: CURRENT_USER */ -#line 15320 "gram.y" +#line 15321 "gram.y" { (yyval.rolespec) = makeRoleSpec(ROLESPEC_CURRENT_USER, (yylsp[0])); } -#line 47186 "gram.c" +#line 47187 "gram.c" break; case 2259: /* RoleSpec: SESSION_USER */ -#line 15324 "gram.y" +#line 15325 "gram.y" { (yyval.rolespec) = makeRoleSpec(ROLESPEC_SESSION_USER, (yylsp[0])); } -#line 47194 "gram.c" +#line 47195 "gram.c" break; case 2260: /* role_list: RoleSpec */ -#line 15330 "gram.y" +#line 15331 "gram.y" { (yyval.list) = list_make1((yyvsp[0].rolespec)); } -#line 47200 "gram.c" +#line 47201 "gram.c" break; case 2261: /* role_list: role_list ',' RoleSpec */ -#line 15332 "gram.y" +#line 15333 "gram.y" { (yyval.list) = lappend((yyvsp[-2].list), (yyvsp[0].rolespec)); } -#line 47206 "gram.c" +#line 47207 "gram.c" break; case 2262: /* PLpgSQL_Expr: opt_distinct_clause opt_target_list from_clause where_clause group_clause having_clause window_clause opt_sort_clause opt_select_limit opt_for_locking_clause */ -#line 15349 "gram.y" +#line 15350 "gram.y" { SelectStmt *n = makeNode(SelectStmt); @@ -47233,11 +47234,11 @@ n->lockingClause = (yyvsp[0].list); (yyval.node) = (Node *) n; } -#line 47237 "gram.c" +#line 47238 "gram.c" break; case 2263: /* PLAssignStmt: plassign_target opt_indirection plassign_equals PLpgSQL_Expr */ -#line 15382 "gram.y" +#line 15383 "gram.y" { PLAssignStmt *n = makeNode(PLAssignStmt); @@ -47248,125 +47249,125 @@ n->location = (yylsp[-3]); (yyval.node) = (Node *) n; } -#line 47252 "gram.c" +#line 47253 "gram.c" break; case 2264: /* plassign_target: ColId */ -#line 15394 "gram.y" +#line 15395 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 47258 "gram.c" +#line 47259 "gram.c" break; case 2265: /* plassign_target: PARAM */ -#line 15395 "gram.y" +#line 15396 "gram.y" { (yyval.str) = psprintf("$%d", (yyvsp[0].ival)); } -#line 47264 "gram.c" +#line 47265 "gram.c" break; case 2268: /* ColId: IDENT */ -#line 15416 "gram.y" +#line 15417 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 47270 "gram.c" +#line 47271 "gram.c" break; case 2269: /* ColId: unreserved_keyword */ -#line 15417 "gram.y" +#line 15418 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47276 "gram.c" +#line 47277 "gram.c" break; case 2270: /* ColId: col_name_keyword */ -#line 15418 "gram.y" +#line 15419 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47282 "gram.c" +#line 47283 "gram.c" break; case 2271: /* type_function_name: IDENT */ -#line 15423 "gram.y" +#line 15424 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 47288 "gram.c" +#line 47289 "gram.c" break; case 2272: /* type_function_name: unreserved_keyword */ -#line 15424 "gram.y" +#line 15425 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47294 "gram.c" +#line 47295 "gram.c" break; case 2273: /* type_function_name: type_func_name_keyword */ -#line 15425 "gram.y" +#line 15426 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47300 "gram.c" +#line 47301 "gram.c" break; case 2274: /* NonReservedWord: IDENT */ -#line 15430 "gram.y" +#line 15431 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 47306 "gram.c" +#line 47307 "gram.c" break; case 2275: /* NonReservedWord: unreserved_keyword */ -#line 15431 "gram.y" +#line 15432 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47312 "gram.c" +#line 47313 "gram.c" break; case 2276: /* NonReservedWord: col_name_keyword */ -#line 15432 "gram.y" +#line 15433 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47318 "gram.c" +#line 47319 "gram.c" break; case 2277: /* NonReservedWord: type_func_name_keyword */ -#line 15433 "gram.y" +#line 15434 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47324 "gram.c" +#line 47325 "gram.c" break; case 2278: /* ColLabel: IDENT */ -#line 15439 "gram.y" +#line 15440 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 47330 "gram.c" +#line 47331 "gram.c" break; case 2279: /* ColLabel: unreserved_keyword */ -#line 15440 "gram.y" +#line 15441 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47336 "gram.c" +#line 47337 "gram.c" break; case 2280: /* ColLabel: col_name_keyword */ -#line 15441 "gram.y" +#line 15442 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47342 "gram.c" +#line 47343 "gram.c" break; case 2281: /* ColLabel: type_func_name_keyword */ -#line 15442 "gram.y" +#line 15443 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47348 "gram.c" +#line 47349 "gram.c" break; case 2282: /* ColLabel: reserved_keyword */ -#line 15443 "gram.y" +#line 15444 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47354 "gram.c" +#line 47355 "gram.c" break; case 2283: /* BareColLabel: IDENT */ -#line 15449 "gram.y" +#line 15450 "gram.y" { (yyval.str) = (yyvsp[0].str); } -#line 47360 "gram.c" +#line 47361 "gram.c" break; case 2284: /* BareColLabel: bare_label_keyword */ -#line 15450 "gram.y" +#line 15451 "gram.y" { (yyval.str) = pstrdup((yyvsp[0].keyword)); } -#line 47366 "gram.c" +#line 47367 "gram.c" break; -#line 47370 "gram.c" +#line 47371 "gram.c" default: break; } @@ -47565,7 +47566,7 @@ return yyresult; } -#line 16394 "gram.y" +#line 16395 "gram.y" /* diff -Nru postgresql-14-14.5/src/backend/parser/gram.h postgresql-14-14.6/src/backend/parser/gram.h --- postgresql-14-14.5/src/backend/parser/gram.h 2022-08-08 20:59:02.000000000 +0000 +++ postgresql-14-14.6/src/backend/parser/gram.h 2022-11-07 22:01:08.000000000 +0000 @@ -382,7 +382,7 @@ REASSIGN = 583, /* REASSIGN */ RECHECK = 584, /* RECHECK */ RECURSIVE = 585, /* RECURSIVE */ - REF = 586, /* REF */ + REF_P = 586, /* REF_P */ REFERENCES = 587, /* REFERENCES */ REFERENCING = 588, /* REFERENCING */ REFRESH = 589, /* REFRESH */ diff -Nru postgresql-14-14.5/src/backend/parser/gram.y postgresql-14-14.6/src/backend/parser/gram.y --- postgresql-14-14.5/src/backend/parser/gram.y 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/parser/gram.y 2022-11-07 21:38:53.000000000 +0000 @@ -698,7 +698,7 @@ QUOTE - RANGE READ REAL REASSIGN RECHECK RECURSIVE REF REFERENCES REFERENCING + RANGE READ REAL REASSIGN RECHECK RECURSIVE REF_P REFERENCES REFERENCING REFRESH REINDEX RELATIVE_P RELEASE RENAME REPEATABLE REPLACE REPLICA RESET RESTART RESTRICT RETURN RETURNING RETURNS REVOKE RIGHT ROLE ROLLBACK ROLLUP ROUTINE ROUTINES ROW ROWS RULE @@ -827,6 +827,7 @@ stmtmulti { pg_yyget_extra(yyscanner)->parsetree = $1; + (void) yynerrs; /* suppress compiler warning */ } | MODE_TYPE_NAME Typename { @@ -14380,7 +14381,7 @@ ; xml_passing_mech: - BY REF + BY REF_P | BY VALUE_P ; @@ -15672,7 +15673,7 @@ | REASSIGN | RECHECK | RECURSIVE - | REF + | REF_P | REFERENCING | REFRESH | REINDEX @@ -16254,7 +16255,7 @@ | REASSIGN | RECHECK | RECURSIVE - | REF + | REF_P | REFERENCES | REFERENCING | REFRESH diff -Nru postgresql-14-14.5/src/backend/parser/parse_clause.c postgresql-14-14.6/src/backend/parser/parse_clause.c --- postgresql-14-14.5/src/backend/parser/parse_clause.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/parser/parse_clause.c 2022-11-07 21:38:53.000000000 +0000 @@ -1054,6 +1054,9 @@ ParseNamespaceItem **top_nsitem, List **namespace) { + /* Guard against stack overflow due to overly deep subtree */ + check_stack_depth(); + if (IsA(n, RangeVar)) { /* Plain relation reference, or perhaps a CTE reference */ diff -Nru postgresql-14-14.5/src/backend/po/de.po postgresql-14-14.6/src/backend/po/de.po --- postgresql-14-14.5/src/backend/po/de.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/po/de.po 2022-11-07 21:38:53.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: PostgreSQL 14\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-06-08 16:25+0000\n" -"PO-Revision-Date: 2022-06-09 14:46+0200\n" +"POT-Creation-Date: 2022-11-05 06:40+0000\n" +"PO-Revision-Date: 2022-11-03 23:31+0100\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -32,28 +32,28 @@ #: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 #: access/transam/timeline.c:143 access/transam/timeline.c:362 -#: access/transam/twophase.c:1329 access/transam/xlog.c:3569 -#: access/transam/xlog.c:4807 access/transam/xlog.c:11545 -#: access/transam/xlog.c:11558 access/transam/xlog.c:12011 -#: access/transam/xlog.c:12091 access/transam/xlog.c:12128 -#: access/transam/xlog.c:12188 access/transam/xlogfuncs.c:703 +#: access/transam/twophase.c:1329 access/transam/xlog.c:3573 +#: access/transam/xlog.c:4817 access/transam/xlog.c:11620 +#: access/transam/xlog.c:11633 access/transam/xlog.c:12088 +#: access/transam/xlog.c:12168 access/transam/xlog.c:12205 +#: access/transam/xlog.c:12265 access/transam/xlogfuncs.c:703 #: access/transam/xlogfuncs.c:722 commands/extension.c:3474 libpq/hba.c:534 -#: replication/basebackup.c:2020 replication/logical/origin.c:729 -#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4917 -#: replication/logical/snapbuild.c:1749 replication/logical/snapbuild.c:1791 -#: replication/logical/snapbuild.c:1818 replication/slot.c:1720 +#: replication/basebackup.c:2026 replication/logical/origin.c:729 +#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4935 +#: replication/logical/snapbuild.c:1844 replication/logical/snapbuild.c:1886 +#: replication/logical/snapbuild.c:1913 replication/slot.c:1720 #: replication/slot.c:1761 replication/walsender.c:545 #: storage/file/buffile.c:445 storage/file/copydir.c:195 -#: utils/adt/genfile.c:202 utils/adt/misc.c:859 utils/cache/relmapper.c:744 +#: utils/adt/genfile.c:202 utils/adt/misc.c:888 utils/cache/relmapper.c:744 #, c-format msgid "could not read file \"%s\": %m" msgstr "konnte Datei »%s« nicht lesen: %m" #: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 -#: access/transam/xlog.c:3574 access/transam/xlog.c:4812 -#: replication/basebackup.c:2024 replication/logical/origin.c:734 -#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1754 -#: replication/logical/snapbuild.c:1796 replication/logical/snapbuild.c:1823 +#: access/transam/xlog.c:3578 access/transam/xlog.c:4822 +#: replication/basebackup.c:2030 replication/logical/origin.c:734 +#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1849 +#: replication/logical/snapbuild.c:1891 replication/logical/snapbuild.c:1918 #: replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 #: utils/cache/relmapper.c:748 #, c-format @@ -65,17 +65,17 @@ #: access/heap/rewriteheap.c:1185 access/heap/rewriteheap.c:1288 #: access/transam/timeline.c:392 access/transam/timeline.c:438 #: access/transam/timeline.c:516 access/transam/twophase.c:1341 -#: access/transam/twophase.c:1746 access/transam/xlog.c:3441 -#: access/transam/xlog.c:3609 access/transam/xlog.c:3614 -#: access/transam/xlog.c:3942 access/transam/xlog.c:4777 -#: access/transam/xlog.c:5702 access/transam/xlogfuncs.c:728 +#: access/transam/twophase.c:1746 access/transam/xlog.c:3442 +#: access/transam/xlog.c:3613 access/transam/xlog.c:3618 +#: access/transam/xlog.c:3946 access/transam/xlog.c:4787 +#: access/transam/xlog.c:5712 access/transam/xlogfuncs.c:728 #: commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 #: libpq/be-fsstubs.c:525 replication/logical/origin.c:667 -#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4975 -#: replication/logical/snapbuild.c:1658 replication/logical/snapbuild.c:1831 +#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4993 +#: replication/logical/snapbuild.c:1753 replication/logical/snapbuild.c:1926 #: replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 #: storage/file/copydir.c:218 storage/file/copydir.c:223 storage/file/fd.c:738 -#: storage/file/fd.c:3536 storage/file/fd.c:3639 utils/cache/relmapper.c:759 +#: storage/file/fd.c:3542 storage/file/fd.c:3645 utils/cache/relmapper.c:759 #: utils/cache/relmapper.c:898 #, c-format msgid "could not close file \"%s\": %m" @@ -104,31 +104,31 @@ #: ../common/file_utils.c:365 access/heap/rewriteheap.c:1271 #: access/transam/timeline.c:111 access/transam/timeline.c:251 #: access/transam/timeline.c:348 access/transam/twophase.c:1285 -#: access/transam/xlog.c:3327 access/transam/xlog.c:3483 -#: access/transam/xlog.c:3524 access/transam/xlog.c:3722 -#: access/transam/xlog.c:3807 access/transam/xlog.c:3910 -#: access/transam/xlog.c:4797 access/transam/xlogutils.c:803 +#: access/transam/xlog.c:3328 access/transam/xlog.c:3484 +#: access/transam/xlog.c:3528 access/transam/xlog.c:3726 +#: access/transam/xlog.c:3811 access/transam/xlog.c:3914 +#: access/transam/xlog.c:4807 access/transam/xlogutils.c:803 #: postmaster/syslogger.c:1488 replication/basebackup.c:616 -#: replication/basebackup.c:1610 replication/logical/origin.c:719 -#: replication/logical/reorderbuffer.c:3572 -#: replication/logical/reorderbuffer.c:4121 -#: replication/logical/reorderbuffer.c:4897 -#: replication/logical/snapbuild.c:1613 replication/logical/snapbuild.c:1720 +#: replication/basebackup.c:1616 replication/logical/origin.c:719 +#: replication/logical/reorderbuffer.c:3588 +#: replication/logical/reorderbuffer.c:4139 +#: replication/logical/reorderbuffer.c:4915 +#: replication/logical/snapbuild.c:1708 replication/logical/snapbuild.c:1815 #: replication/slot.c:1692 replication/walsender.c:518 #: replication/walsender.c:2563 storage/file/copydir.c:161 -#: storage/file/fd.c:713 storage/file/fd.c:3300 storage/file/fd.c:3523 -#: storage/file/fd.c:3610 storage/smgr/md.c:503 utils/cache/relmapper.c:724 +#: storage/file/fd.c:713 storage/file/fd.c:3306 storage/file/fd.c:3529 +#: storage/file/fd.c:3616 storage/smgr/md.c:503 utils/cache/relmapper.c:724 #: utils/cache/relmapper.c:842 utils/error/elog.c:1938 #: utils/init/miscinit.c:1351 utils/init/miscinit.c:1485 -#: utils/init/miscinit.c:1562 utils/misc/guc.c:8606 utils/misc/guc.c:8638 +#: utils/init/miscinit.c:1562 utils/misc/guc.c:8618 utils/misc/guc.c:8650 #, c-format msgid "could not open file \"%s\": %m" msgstr "konnte Datei »%s« nicht öffnen: %m" #: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 #: access/transam/twophase.c:1719 access/transam/twophase.c:1728 -#: access/transam/xlog.c:11302 access/transam/xlog.c:11340 -#: access/transam/xlog.c:11753 access/transam/xlogfuncs.c:782 +#: access/transam/xlog.c:11377 access/transam/xlog.c:11415 +#: access/transam/xlog.c:11828 access/transam/xlogfuncs.c:782 #: postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 #: postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 #, c-format @@ -140,12 +140,12 @@ #: access/heap/rewriteheap.c:967 access/heap/rewriteheap.c:1179 #: access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 #: access/transam/timeline.c:510 access/transam/twophase.c:1740 -#: access/transam/xlog.c:3434 access/transam/xlog.c:3603 -#: access/transam/xlog.c:4770 access/transam/xlog.c:10793 -#: access/transam/xlog.c:10834 replication/logical/snapbuild.c:1651 +#: access/transam/xlog.c:3435 access/transam/xlog.c:3607 +#: access/transam/xlog.c:4780 access/transam/xlog.c:10860 +#: access/transam/xlog.c:10901 replication/logical/snapbuild.c:1746 #: replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 -#: storage/file/fd.c:3631 storage/smgr/md.c:951 storage/smgr/md.c:992 -#: storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8393 +#: storage/file/fd.c:3637 storage/smgr/md.c:951 storage/smgr/md.c:992 +#: storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8405 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "konnte Datei »%s« nicht fsyncen: %m" @@ -153,32 +153,32 @@ #: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 #: ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 #: ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 -#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6677 -#: lib/dshash.c:246 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 +#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6687 +#: lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 #: libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 #: postmaster/bgworker.c:948 postmaster/postmaster.c:2540 #: postmaster/postmaster.c:4198 postmaster/postmaster.c:4868 #: postmaster/postmaster.c:5607 postmaster/postmaster.c:5971 #: replication/libpqwalreceiver/libpqwalreceiver.c:283 #: replication/logical/logical.c:205 replication/walsender.c:592 -#: storage/buffer/localbuf.c:442 storage/file/fd.c:882 storage/file/fd.c:1354 -#: storage/file/fd.c:1515 storage/file/fd.c:2323 storage/ipc/procarray.c:1440 -#: storage/ipc/procarray.c:2239 storage/ipc/procarray.c:2246 -#: storage/ipc/procarray.c:2749 storage/ipc/procarray.c:3426 +#: storage/buffer/localbuf.c:442 storage/file/fd.c:888 storage/file/fd.c:1360 +#: storage/file/fd.c:1521 storage/file/fd.c:2329 storage/ipc/procarray.c:1445 +#: storage/ipc/procarray.c:2249 storage/ipc/procarray.c:2256 +#: storage/ipc/procarray.c:2759 storage/ipc/procarray.c:3436 #: utils/adt/cryptohashfuncs.c:46 utils/adt/cryptohashfuncs.c:66 #: utils/adt/formatting.c:1699 utils/adt/formatting.c:1823 #: utils/adt/formatting.c:1948 utils/adt/pg_locale.c:450 #: utils/adt/pg_locale.c:614 utils/adt/regexp.c:223 utils/fmgr/dfmgr.c:229 #: utils/hash/dynahash.c:513 utils/hash/dynahash.c:613 #: utils/hash/dynahash.c:1116 utils/mb/mbutils.c:401 utils/mb/mbutils.c:429 -#: utils/mb/mbutils.c:814 utils/mb/mbutils.c:841 utils/misc/guc.c:5037 -#: utils/misc/guc.c:5053 utils/misc/guc.c:5066 utils/misc/guc.c:8371 +#: utils/mb/mbutils.c:814 utils/mb/mbutils.c:841 utils/misc/guc.c:5049 +#: utils/misc/guc.c:5065 utils/misc/guc.c:5078 utils/misc/guc.c:8383 #: utils/misc/tzparser.c:476 utils/mmgr/aset.c:476 utils/mmgr/dsa.c:701 #: utils/mmgr/dsa.c:723 utils/mmgr/dsa.c:804 utils/mmgr/generation.c:234 #: utils/mmgr/mcxt.c:888 utils/mmgr/mcxt.c:924 utils/mmgr/mcxt.c:962 #: utils/mmgr/mcxt.c:1000 utils/mmgr/mcxt.c:1088 utils/mmgr/mcxt.c:1119 #: utils/mmgr/mcxt.c:1155 utils/mmgr/mcxt.c:1207 utils/mmgr/mcxt.c:1242 -#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:236 +#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:238 #, c-format msgid "out of memory" msgstr "Speicher aufgebraucht" @@ -208,15 +208,15 @@ msgid "could not change directory to \"%s\": %m" msgstr "konnte nicht in Verzeichnis »%s« wechseln: %m" -#: ../common/exec.c:291 access/transam/xlog.c:11176 -#: replication/basebackup.c:1428 utils/adt/misc.c:340 +#: ../common/exec.c:291 access/transam/xlog.c:11251 +#: replication/basebackup.c:1434 utils/adt/misc.c:369 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung »%s« nicht lesen: %m" -#: ../common/exec.c:414 libpq/pqcomm.c:746 storage/ipc/latch.c:1063 -#: storage/ipc/latch.c:1232 storage/ipc/latch.c:1461 storage/ipc/latch.c:1613 -#: storage/ipc/latch.c:1729 +#: ../common/exec.c:414 libpq/pqcomm.c:746 storage/ipc/latch.c:1085 +#: storage/ipc/latch.c:1254 storage/ipc/latch.c:1483 storage/ipc/latch.c:1635 +#: storage/ipc/latch.c:1751 #, c-format msgid "%s() failed: %m" msgstr "%s() fehlgeschlagen: %m" @@ -237,38 +237,38 @@ #: ../common/file_utils.c:87 ../common/file_utils.c:451 #: ../common/file_utils.c:455 access/transam/twophase.c:1297 -#: access/transam/xlog.c:11278 access/transam/xlog.c:11316 -#: access/transam/xlog.c:11533 access/transam/xlogarchive.c:110 +#: access/transam/xlog.c:11353 access/transam/xlog.c:11391 +#: access/transam/xlog.c:11608 access/transam/xlogarchive.c:110 #: access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 -#: commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:803 -#: commands/tablespace.c:894 guc-file.l:1062 replication/basebackup.c:439 +#: commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 +#: commands/tablespace.c:897 guc-file.l:1062 replication/basebackup.c:439 #: replication/basebackup.c:622 replication/basebackup.c:698 -#: replication/logical/snapbuild.c:1530 storage/file/copydir.c:68 -#: storage/file/copydir.c:107 storage/file/fd.c:1865 storage/file/fd.c:1951 -#: storage/file/fd.c:3151 storage/file/fd.c:3355 utils/adt/dbsize.c:70 +#: replication/logical/snapbuild.c:1625 storage/file/copydir.c:68 +#: storage/file/copydir.c:107 storage/file/fd.c:1871 storage/file/fd.c:1957 +#: storage/file/fd.c:3157 storage/file/fd.c:3361 utils/adt/dbsize.c:70 #: utils/adt/dbsize.c:222 utils/adt/dbsize.c:302 utils/adt/genfile.c:418 -#: utils/adt/genfile.c:644 +#: utils/adt/genfile.c:644 utils/adt/misc.c:354 #, c-format msgid "could not stat file \"%s\": %m" msgstr "konnte »stat« für Datei »%s« nicht ausführen: %m" -#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:726 -#: commands/tablespace.c:736 postmaster/postmaster.c:1515 -#: storage/file/fd.c:2726 storage/file/reinit.c:122 utils/adt/misc.c:262 +#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:729 +#: commands/tablespace.c:739 postmaster/postmaster.c:1515 +#: storage/file/fd.c:2732 storage/file/reinit.c:122 utils/adt/misc.c:263 #: utils/misc/tzparser.c:338 #, c-format msgid "could not open directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht öffnen: %m" -#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2738 +#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2744 #, c-format msgid "could not read directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht lesen: %m" #: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 -#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1670 +#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1765 #: replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 -#: storage/file/fd.c:748 storage/file/fd.c:846 utils/time/snapmgr.c:1282 +#: storage/file/fd.c:748 storage/file/fd.c:849 utils/time/snapmgr.c:1282 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m" @@ -426,8 +426,8 @@ msgid "could not get exit code from subprocess: error code %lu" msgstr "konnte Statuscode des Subprozesses nicht ermitteln: Fehlercode %lu" -#: ../common/rmtree.c:79 replication/basebackup.c:1181 -#: replication/basebackup.c:1357 +#: ../common/rmtree.c:79 replication/basebackup.c:1187 +#: replication/basebackup.c:1363 #, c-format msgid "could not stat file or directory \"%s\": %m" msgstr "konnte »stat« für Datei oder Verzeichnis »%s« nicht ausführen: %m" @@ -580,8 +580,8 @@ msgid "request for BRIN range summarization for index \"%s\" page %u was not recorded" msgstr "Aufforderung für BRIN-Range-Summarization für Index »%s« Seite %u wurde nicht aufgezeichnet" -#: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1035 -#: access/transam/xlog.c:10955 access/transam/xlog.c:11484 +#: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1038 +#: access/transam/xlog.c:11022 access/transam/xlog.c:11559 #: access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 #: access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 #: access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 @@ -611,7 +611,7 @@ msgstr "konnte Basistabelle von Index »%s« nicht öffnen" #: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793 -#: access/brin/brin_minmax_multi.c:3004 access/brin/brin_minmax_multi.c:3147 +#: access/brin/brin_minmax_multi.c:3008 access/brin/brin_minmax_multi.c:3151 #: statistics/dependencies.c:662 statistics/dependencies.c:715 #: statistics/mcv.c:1483 statistics/mcv.c:1514 statistics/mvdistinct.c:343 #: statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:43 @@ -620,8 +620,8 @@ msgid "cannot accept a value of type %s" msgstr "kann keinen Wert vom Typ %s annehmen" -#: access/brin/brin_minmax_multi.c:2163 access/brin/brin_minmax_multi.c:2170 -#: access/brin/brin_minmax_multi.c:2177 utils/adt/timestamp.c:941 +#: access/brin/brin_minmax_multi.c:2167 access/brin/brin_minmax_multi.c:2174 +#: access/brin/brin_minmax_multi.c:2181 utils/adt/timestamp.c:941 #: utils/adt/timestamp.c:1515 utils/adt/timestamp.c:1982 #: utils/adt/timestamp.c:3059 utils/adt/timestamp.c:3064 #: utils/adt/timestamp.c:3069 utils/adt/timestamp.c:3119 @@ -636,7 +636,7 @@ msgstr "interval-Wert ist außerhalb des gültigen Bereichs" #: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:362 -#: access/brin/brin_pageops.c:843 access/gin/ginentrypage.c:110 +#: access/brin/brin_pageops.c:848 access/gin/ginentrypage.c:110 #: access/gist/gist.c:1441 access/spgist/spgdoinsert.c:2000 #: access/spgist/spgdoinsert.c:2275 #, c-format @@ -752,7 +752,7 @@ msgstr "Indexzeile benötigt %zu Bytes, Maximalgröße ist %zu" #: access/common/printtup.c:292 tcop/fastpath.c:106 tcop/fastpath.c:453 -#: tcop/postgres.c:1900 +#: tcop/postgres.c:1906 #, c-format msgid "unsupported format code: %d" msgstr "nicht unterstützter Formatcode: %d" @@ -780,7 +780,7 @@ msgid "unrecognized parameter namespace \"%s\"" msgstr "unbekannter Parameter-Namensraum »%s«" -#: access/common/reloptions.c:1294 utils/misc/guc.c:12526 +#: access/common/reloptions.c:1294 utils/misc/guc.c:12538 #, c-format msgid "tables declared WITH OIDS are not supported" msgstr "Tabellen mit WITH OIDS werden nicht unterstützt" @@ -847,7 +847,7 @@ msgstr "Sie müssen PostgreSQL mit %s neu bauen." #: access/common/tupdesc.c:825 parser/parse_clause.c:771 -#: parser/parse_relation.c:1838 +#: parser/parse_relation.c:1846 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "Spalte »%s« kann nicht als SETOF deklariert werden" @@ -862,17 +862,17 @@ msgid "Reduce maintenance_work_mem." msgstr "Reduzieren Sie maintenance_work_mem." -#: access/gin/ginfast.c:1036 +#: access/gin/ginfast.c:1039 #, c-format msgid "GIN pending list cannot be cleaned up during recovery." msgstr "GIN-Pending-Liste kann nicht während der Wiederherstellung aufgeräumt werden." -#: access/gin/ginfast.c:1043 +#: access/gin/ginfast.c:1046 #, c-format msgid "\"%s\" is not a GIN index" msgstr "»%s« ist kein GIN-Index" -#: access/gin/ginfast.c:1054 +#: access/gin/ginfast.c:1057 #, c-format msgid "cannot access temporary indexes of other sessions" msgstr "auf temporäre Indexe anderer Sitzungen kann nicht zugegriffen werden" @@ -979,11 +979,11 @@ msgstr "konnte die für das Zeichenketten-Hashing zu verwendende Sortierfolge nicht bestimmen" #: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 -#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:503 -#: commands/indexcmds.c:1921 commands/tablecmds.c:16864 commands/view.c:86 +#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:515 +#: commands/indexcmds.c:1971 commands/tablecmds.c:16918 commands/view.c:86 #: regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 #: utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 -#: utils/adt/like_support.c:1003 utils/adt/varchar.c:733 +#: utils/adt/like_support.c:1004 utils/adt/varchar.c:733 #: utils/adt/varchar.c:994 utils/adt/varchar.c:1054 utils/adt/varlena.c:1517 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." @@ -1050,18 +1050,18 @@ msgid "attempted to delete invisible tuple" msgstr "Versuch ein unsichtbares Tupel zu löschen" -#: access/heap/heapam.c:3238 access/heap/heapam.c:6098 +#: access/heap/heapam.c:3246 access/heap/heapam.c:6106 #, c-format msgid "cannot update tuples during a parallel operation" msgstr "während einer parallelen Operation können keine Tupel aktualisiert werden" -#: access/heap/heapam.c:3379 +#: access/heap/heapam.c:3387 #, c-format msgid "attempted to update invisible tuple" msgstr "Versuch ein unsichtbares Tupel zu aktualisieren" -#: access/heap/heapam.c:4742 access/heap/heapam.c:4780 -#: access/heap/heapam.c:5045 access/heap/heapam_handler.c:457 +#: access/heap/heapam.c:4750 access/heap/heapam.c:4788 +#: access/heap/heapam.c:5053 access/heap/heapam_handler.c:457 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "konnte Sperre für Zeile in Relation »%s« nicht setzen" @@ -1083,9 +1083,9 @@ #: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 #: access/transam/timeline.c:329 access/transam/timeline.c:485 -#: access/transam/xlog.c:3350 access/transam/xlog.c:3538 -#: access/transam/xlog.c:4749 access/transam/xlog.c:11293 -#: access/transam/xlog.c:11331 access/transam/xlog.c:11736 +#: access/transam/xlog.c:3351 access/transam/xlog.c:3542 +#: access/transam/xlog.c:4759 access/transam/xlog.c:11368 +#: access/transam/xlog.c:11406 access/transam/xlog.c:11811 #: access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 #: postmaster/postmaster.c:5669 replication/logical/origin.c:587 #: replication/slot.c:1544 storage/file/copydir.c:167 storage/smgr/md.c:218 @@ -1101,15 +1101,15 @@ #: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 #: access/transam/timeline.c:424 access/transam/timeline.c:502 -#: access/transam/xlog.c:3422 access/transam/xlog.c:3594 -#: access/transam/xlog.c:4761 postmaster/postmaster.c:4633 +#: access/transam/xlog.c:3423 access/transam/xlog.c:3598 +#: access/transam/xlog.c:4771 postmaster/postmaster.c:4633 #: postmaster/postmaster.c:4643 replication/logical/origin.c:599 #: replication/logical/origin.c:641 replication/logical/origin.c:660 -#: replication/logical/snapbuild.c:1627 replication/slot.c:1579 +#: replication/logical/snapbuild.c:1722 replication/slot.c:1579 #: storage/file/buffile.c:506 storage/file/copydir.c:207 #: utils/init/miscinit.c:1426 utils/init/miscinit.c:1437 -#: utils/init/miscinit.c:1445 utils/misc/guc.c:8354 utils/misc/guc.c:8385 -#: utils/misc/guc.c:10304 utils/misc/guc.c:10318 utils/time/snapmgr.c:1266 +#: utils/init/miscinit.c:1445 utils/misc/guc.c:8366 utils/misc/guc.c:8397 +#: utils/misc/guc.c:10316 utils/misc/guc.c:10330 utils/time/snapmgr.c:1266 #: utils/time/snapmgr.c:1273 #, c-format msgid "could not write to file \"%s\": %m" @@ -1118,10 +1118,10 @@ #: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 #: access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 #: postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 -#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4390 -#: replication/logical/snapbuild.c:1572 replication/logical/snapbuild.c:1988 -#: replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3171 -#: storage/file/fd.c:3233 storage/file/reinit.c:250 storage/ipc/dsm.c:315 +#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4408 +#: replication/logical/snapbuild.c:1667 replication/logical/snapbuild.c:2083 +#: replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3177 +#: storage/file/fd.c:3239 storage/file/reinit.c:250 storage/ipc/dsm.c:315 #: storage/smgr/md.c:344 storage/smgr/md.c:394 storage/sync/sync.c:250 #: utils/time/snapmgr.c:1606 #, c-format @@ -1248,8 +1248,8 @@ msgstr[0] "%u eingefrorene Seite.\n" msgstr[1] "%u eingefrorene Seiten.\n" -#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4058 -#: commands/indexcmds.c:4077 +#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4135 +#: commands/indexcmds.c:4154 #, c-format msgid "%s." msgstr "%s." @@ -1401,8 +1401,8 @@ msgstr "Transaktion während eines Systemkatalog-Scans abgebrochen" #: access/index/indexam.c:142 catalog/objectaddress.c:1355 -#: commands/indexcmds.c:2722 commands/tablecmds.c:267 commands/tablecmds.c:291 -#: commands/tablecmds.c:16562 commands/tablecmds.c:18299 +#: commands/indexcmds.c:2799 commands/tablecmds.c:267 commands/tablecmds.c:291 +#: commands/tablecmds.c:16616 commands/tablecmds.c:18363 #, c-format msgid "\"%s\" is not an index" msgstr "»%s« ist kein Index" @@ -1428,7 +1428,7 @@ msgstr "Das kann daran liegen, dass der Indexausdruck nicht »immutable« ist." #: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 -#: parser/parse_utilcmd.c:2319 +#: parser/parse_utilcmd.c:2329 #, c-format msgid "index \"%s\" is not a btree" msgstr "Index »%s« ist kein B-Tree" @@ -1499,8 +1499,8 @@ msgstr "»%s« ist ein Index" #: access/table/table.c:54 access/table/table.c:88 access/table/table.c:117 -#: access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13263 -#: commands/tablecmds.c:16571 +#: access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13315 +#: commands/tablecmds.c:16625 #, c-format msgid "\"%s\" is a composite type" msgstr "»%s« ist ein zusammengesetzter Typ" @@ -1515,7 +1515,7 @@ msgid "%s cannot be empty." msgstr "%s kann nicht leer sein." -#: access/table/tableamapi.c:122 utils/misc/guc.c:12450 +#: access/table/tableamapi.c:122 utils/misc/guc.c:12462 #, c-format msgid "%s is too long (maximum %d characters)." msgstr "%s ist zu lang (maximal %d Zeichen)." @@ -1893,7 +1893,7 @@ msgid "calculated CRC checksum does not match value stored in file \"%s\"" msgstr "berechnete CRC-Prüfsumme stimmt nicht mit dem Wert in Datei »%s« überein" -#: access/transam/twophase.c:1400 access/transam/xlog.c:6678 +#: access/transam/twophase.c:1400 access/transam/xlog.c:6688 #, c-format msgid "Failed while allocating a WAL reading processor." msgstr "Fehlgeschlagen beim Anlegen eines WAL-Leseprozessors." @@ -2010,536 +2010,541 @@ msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die Snapshots exportiert hat" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3409 +#: access/transam/xact.c:3412 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s kann nicht in einem Transaktionsblock laufen" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3419 +#: access/transam/xact.c:3422 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s kann nicht in einer Subtransaktion laufen" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3429 +#: access/transam/xact.c:3432 #, c-format msgid "%s cannot be executed from a function" msgstr "%s kann nicht aus einer Funktion ausgeführt werden" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3498 access/transam/xact.c:3804 -#: access/transam/xact.c:3883 access/transam/xact.c:4006 -#: access/transam/xact.c:4157 access/transam/xact.c:4226 -#: access/transam/xact.c:4337 +#: access/transam/xact.c:3503 access/transam/xact.c:3816 +#: access/transam/xact.c:3895 access/transam/xact.c:4018 +#: access/transam/xact.c:4169 access/transam/xact.c:4238 +#: access/transam/xact.c:4349 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s kann nur in Transaktionsblöcken verwendet werden" -#: access/transam/xact.c:3690 +#: access/transam/xact.c:3702 #, c-format msgid "there is already a transaction in progress" msgstr "eine Transaktion ist bereits begonnen" -#: access/transam/xact.c:3809 access/transam/xact.c:3888 -#: access/transam/xact.c:4011 +#: access/transam/xact.c:3821 access/transam/xact.c:3900 +#: access/transam/xact.c:4023 #, c-format msgid "there is no transaction in progress" msgstr "keine Transaktion offen" -#: access/transam/xact.c:3899 +#: access/transam/xact.c:3911 #, c-format msgid "cannot commit during a parallel operation" msgstr "während einer parallelen Operation kann nicht committet werden" -#: access/transam/xact.c:4022 +#: access/transam/xact.c:4034 #, c-format msgid "cannot abort during a parallel operation" msgstr "während einer parallelen Operation kann nicht abgebrochen werden" -#: access/transam/xact.c:4121 +#: access/transam/xact.c:4133 #, c-format msgid "cannot define savepoints during a parallel operation" msgstr "während einer parallelen Operation können keine Sicherungspunkte definiert werden" -#: access/transam/xact.c:4208 +#: access/transam/xact.c:4220 #, c-format msgid "cannot release savepoints during a parallel operation" msgstr "während einer parallelen Operation können keine Sicherungspunkte freigegeben werden" -#: access/transam/xact.c:4218 access/transam/xact.c:4269 -#: access/transam/xact.c:4329 access/transam/xact.c:4378 +#: access/transam/xact.c:4230 access/transam/xact.c:4281 +#: access/transam/xact.c:4341 access/transam/xact.c:4390 #, c-format msgid "savepoint \"%s\" does not exist" msgstr "Sicherungspunkt »%s« existiert nicht" -#: access/transam/xact.c:4275 access/transam/xact.c:4384 +#: access/transam/xact.c:4287 access/transam/xact.c:4396 #, c-format msgid "savepoint \"%s\" does not exist within current savepoint level" msgstr "Sicherungspunkt »%s« existiert nicht innerhalb der aktuellen Sicherungspunktebene" -#: access/transam/xact.c:4317 +#: access/transam/xact.c:4329 #, c-format msgid "cannot rollback to savepoints during a parallel operation" msgstr "während einer parallelen Operation kann nicht auf einen Sicherungspunkt zurückgerollt werden" -#: access/transam/xact.c:4445 +#: access/transam/xact.c:4457 #, c-format msgid "cannot start subtransactions during a parallel operation" msgstr "während einer parallelen Operation können keine Subtransaktionen gestartet werden" -#: access/transam/xact.c:4513 +#: access/transam/xact.c:4525 #, c-format msgid "cannot commit subtransactions during a parallel operation" msgstr "während einer parallelen Operation können keine Subtransaktionen committet werden" -#: access/transam/xact.c:5160 +#: access/transam/xact.c:5172 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "kann nicht mehr als 2^32-1 Subtransaktionen in einer Transaktion haben" -#: access/transam/xlog.c:1835 +#: access/transam/xlog.c:1836 #, c-format msgid "request to flush past end of generated WAL; request %X/%X, current position %X/%X" msgstr "Flush hinter das Ende des erzeugten WAL angefordert; Anforderung %X/%X, aktuelle Position %X/%X" -#: access/transam/xlog.c:2608 +#: access/transam/xlog.c:2609 #, c-format msgid "could not write to log file %s at offset %u, length %zu: %m" msgstr "konnte nicht in Logdatei %s bei Position %u, Länge %zu schreiben: %m" -#: access/transam/xlog.c:4010 access/transam/xlogutils.c:798 +#: access/transam/xlog.c:3486 storage/file/fd.c:839 storage/file/fd.c:852 +#, c-format +msgid "This is known to fail occasionally during archive recovery, where it is harmless." +msgstr "Es ist bekannt, dass dies gelegentlich während der Archivwiederherstellung fehlschlägt, ist da aber harmlos." + +#: access/transam/xlog.c:4014 access/transam/xlogutils.c:798 #: replication/walsender.c:2557 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "das angeforderte WAL-Segment %s wurde schon entfernt" -#: access/transam/xlog.c:4285 +#: access/transam/xlog.c:4289 #, c-format msgid "could not rename file \"%s\": %m" msgstr "konnte Datei »%s« nicht umbenennen: %m" -#: access/transam/xlog.c:4327 access/transam/xlog.c:4337 +#: access/transam/xlog.c:4331 access/transam/xlog.c:4341 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "benötigtes WAL-Verzeichnis »%s« existiert nicht" -#: access/transam/xlog.c:4343 +#: access/transam/xlog.c:4347 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "erzeuge fehlendes WAL-Verzeichnis »%s«" -#: access/transam/xlog.c:4346 +#: access/transam/xlog.c:4350 commands/dbcommands.c:2208 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "konnte fehlendes Verzeichnis »%s« nicht erzeugen: %m" -#: access/transam/xlog.c:4462 +#: access/transam/xlog.c:4472 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "unerwartete Zeitleisten-ID %u in Logsegment %s, Offset %u" -#: access/transam/xlog.c:4600 +#: access/transam/xlog.c:4610 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "neue Zeitleiste %u ist kein Kind der Datenbanksystemzeitleiste %u" -#: access/transam/xlog.c:4614 +#: access/transam/xlog.c:4624 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "neue Zeitleiste %u zweigte von der aktuellen Datenbanksystemzeitleiste %u vor dem aktuellen Wiederherstellungspunkt %X/%X ab" -#: access/transam/xlog.c:4633 +#: access/transam/xlog.c:4643 #, c-format msgid "new target timeline is %u" msgstr "neue Zielzeitleiste ist %u" -#: access/transam/xlog.c:4669 +#: access/transam/xlog.c:4679 #, c-format msgid "could not generate secret authorization token" msgstr "konnte geheimes Autorisierungstoken nicht erzeugen" -#: access/transam/xlog.c:4828 access/transam/xlog.c:4837 -#: access/transam/xlog.c:4861 access/transam/xlog.c:4868 -#: access/transam/xlog.c:4875 access/transam/xlog.c:4880 -#: access/transam/xlog.c:4887 access/transam/xlog.c:4894 -#: access/transam/xlog.c:4901 access/transam/xlog.c:4908 -#: access/transam/xlog.c:4915 access/transam/xlog.c:4922 -#: access/transam/xlog.c:4931 access/transam/xlog.c:4938 +#: access/transam/xlog.c:4838 access/transam/xlog.c:4847 +#: access/transam/xlog.c:4871 access/transam/xlog.c:4878 +#: access/transam/xlog.c:4885 access/transam/xlog.c:4890 +#: access/transam/xlog.c:4897 access/transam/xlog.c:4904 +#: access/transam/xlog.c:4911 access/transam/xlog.c:4918 +#: access/transam/xlog.c:4925 access/transam/xlog.c:4932 +#: access/transam/xlog.c:4941 access/transam/xlog.c:4948 #: utils/init/miscinit.c:1583 #, c-format msgid "database files are incompatible with server" msgstr "Datenbankdateien sind inkompatibel mit Server" -#: access/transam/xlog.c:4829 +#: access/transam/xlog.c:4839 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d (0x%08x) initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) kompiliert." -#: access/transam/xlog.c:4833 +#: access/transam/xlog.c:4843 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Das Problem könnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass Sie initdb ausführen müssen." -#: access/transam/xlog.c:4838 +#: access/transam/xlog.c:4848 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d kompiliert." -#: access/transam/xlog.c:4841 access/transam/xlog.c:4865 -#: access/transam/xlog.c:4872 access/transam/xlog.c:4877 +#: access/transam/xlog.c:4851 access/transam/xlog.c:4875 +#: access/transam/xlog.c:4882 access/transam/xlog.c:4887 #, c-format msgid "It looks like you need to initdb." msgstr "Es sieht so aus, dass Sie initdb ausführen müssen." -#: access/transam/xlog.c:4852 +#: access/transam/xlog.c:4862 #, c-format msgid "incorrect checksum in control file" msgstr "falsche Prüfsumme in Kontrolldatei" -#: access/transam/xlog.c:4862 +#: access/transam/xlog.c:4872 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "Der Datenbank-Cluster wurde mit CATALOG_VERSION_NO %d initialisiert, aber der Server wurde mit CATALOG_VERSION_NO %d kompiliert." -#: access/transam/xlog.c:4869 +#: access/transam/xlog.c:4879 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server wurde mit MAXALIGN %d kompiliert." -#: access/transam/xlog.c:4876 +#: access/transam/xlog.c:4886 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "Der Datenbank-Cluster verwendet anscheinend ein anderes Fließkommazahlenformat als das Serverprogramm." -#: access/transam/xlog.c:4881 +#: access/transam/xlog.c:4891 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server wurde mit BLCKSZ %d kompiliert." -#: access/transam/xlog.c:4884 access/transam/xlog.c:4891 -#: access/transam/xlog.c:4898 access/transam/xlog.c:4905 -#: access/transam/xlog.c:4912 access/transam/xlog.c:4919 -#: access/transam/xlog.c:4926 access/transam/xlog.c:4934 -#: access/transam/xlog.c:4941 +#: access/transam/xlog.c:4894 access/transam/xlog.c:4901 +#: access/transam/xlog.c:4908 access/transam/xlog.c:4915 +#: access/transam/xlog.c:4922 access/transam/xlog.c:4929 +#: access/transam/xlog.c:4936 access/transam/xlog.c:4944 +#: access/transam/xlog.c:4951 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen." -#: access/transam/xlog.c:4888 +#: access/transam/xlog.c:4898 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der Server wurde mit RELSEGSIZE %d kompiliert." -#: access/transam/xlog.c:4895 +#: access/transam/xlog.c:4905 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der Server wurde mit XLOG_BLCKSZ %d kompiliert." -#: access/transam/xlog.c:4902 +#: access/transam/xlog.c:4912 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der Server wurde mit NAMEDATALEN %d kompiliert." -#: access/transam/xlog.c:4909 +#: access/transam/xlog.c:4919 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "Der Datenbank-Cluster wurde mit INDEX_MAX_KEYS %d initialisiert, aber der Server wurde mit INDEX_MAX_KEYS %d kompiliert." -#: access/transam/xlog.c:4916 +#: access/transam/xlog.c:4926 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "Der Datenbank-Cluster wurde mit TOAST_MAX_CHUNK_SIZE %d initialisiert, aber der Server wurde mit TOAST_MAX_CHUNK_SIZE %d kompiliert." -#: access/transam/xlog.c:4923 +#: access/transam/xlog.c:4933 #, c-format msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d." msgstr "Der Datenbank-Cluster wurde mit LOBLKSIZE %d initialisiert, aber der Server wurde mit LOBLKSIZE %d kompiliert." -#: access/transam/xlog.c:4932 +#: access/transam/xlog.c:4942 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:4939 +#: access/transam/xlog.c:4949 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:4948 +#: access/transam/xlog.c:4958 #, c-format msgid "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d byte" msgid_plural "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d bytes" msgstr[0] "WAL-Segmentgröße muss eine Zweierpotenz zwischen 1 MB und 1 GB sein, aber die Kontrolldatei gibt %d Byte an" msgstr[1] "WAL-Segmentgröße muss eine Zweierpotenz zwischen 1 MB und 1 GB sein, aber die Kontrolldatei gibt %d Bytes an" -#: access/transam/xlog.c:4960 +#: access/transam/xlog.c:4970 #, c-format msgid "\"min_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "»min_wal_size« muss mindestens zweimal so groß wie »wal_segment_size« sein" -#: access/transam/xlog.c:4964 +#: access/transam/xlog.c:4974 #, c-format msgid "\"max_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "»max_wal_size« muss mindestens zweimal so groß wie »wal_segment_size« sein" -#: access/transam/xlog.c:5398 +#: access/transam/xlog.c:5408 #, c-format msgid "could not write bootstrap write-ahead log file: %m" msgstr "konnte Bootstrap-Write-Ahead-Log-Datei nicht schreiben: %m" -#: access/transam/xlog.c:5406 +#: access/transam/xlog.c:5416 #, c-format msgid "could not fsync bootstrap write-ahead log file: %m" msgstr "konnte Bootstrap-Write-Ahead-Log-Datei nicht fsyncen: %m" -#: access/transam/xlog.c:5412 +#: access/transam/xlog.c:5422 #, c-format msgid "could not close bootstrap write-ahead log file: %m" msgstr "konnte Bootstrap-Write-Ahead-Log-Datei nicht schließen: %m" -#: access/transam/xlog.c:5473 +#: access/transam/xlog.c:5483 #, c-format msgid "using recovery command file \"%s\" is not supported" msgstr "Verwendung von Recovery-Befehlsdatei »%s« wird nicht unterstützt" -#: access/transam/xlog.c:5538 +#: access/transam/xlog.c:5548 #, c-format msgid "standby mode is not supported by single-user servers" msgstr "Standby-Modus wird von Servern im Einzelbenutzermodus nicht unterstützt" -#: access/transam/xlog.c:5555 +#: access/transam/xlog.c:5565 #, c-format msgid "specified neither primary_conninfo nor restore_command" msgstr "weder primary_conninfo noch restore_command angegeben" -#: access/transam/xlog.c:5556 +#: access/transam/xlog.c:5566 #, c-format msgid "The database server will regularly poll the pg_wal subdirectory to check for files placed there." msgstr "Der Datenbankserver prüft das Unterverzeichnis pg_wal regelmäßig auf dort abgelegte Dateien." -#: access/transam/xlog.c:5564 +#: access/transam/xlog.c:5574 #, c-format msgid "must specify restore_command when standby mode is not enabled" msgstr "restore_command muss angegeben werden, wenn der Standby-Modus nicht eingeschaltet ist" -#: access/transam/xlog.c:5602 +#: access/transam/xlog.c:5612 #, c-format msgid "recovery target timeline %u does not exist" msgstr "recovery_target_timeline %u existiert nicht" -#: access/transam/xlog.c:5724 +#: access/transam/xlog.c:5734 #, c-format msgid "archive recovery complete" msgstr "Wiederherstellung aus Archiv abgeschlossen" -#: access/transam/xlog.c:5790 access/transam/xlog.c:6061 +#: access/transam/xlog.c:5800 access/transam/xlog.c:6071 #, c-format msgid "recovery stopping after reaching consistency" msgstr "Wiederherstellung beendet nachdem Konsistenz erreicht wurde" -#: access/transam/xlog.c:5811 +#: access/transam/xlog.c:5821 #, c-format msgid "recovery stopping before WAL location (LSN) \"%X/%X\"" msgstr "Wiederherstellung beendet vor WAL-Position (LSN) »%X/%X«" -#: access/transam/xlog.c:5896 +#: access/transam/xlog.c:5906 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5903 +#: access/transam/xlog.c:5913 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5956 +#: access/transam/xlog.c:5966 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "Wiederherstellung beendet bei Restore-Punkt »%s«, Zeit %s" -#: access/transam/xlog.c:5974 +#: access/transam/xlog.c:5984 #, c-format msgid "recovery stopping after WAL location (LSN) \"%X/%X\"" msgstr "Wiederherstellung beendet nach WAL-Position (LSN) »%X/%X«" -#: access/transam/xlog.c:6041 +#: access/transam/xlog.c:6051 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:6049 +#: access/transam/xlog.c:6059 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:6094 +#: access/transam/xlog.c:6104 #, c-format msgid "pausing at the end of recovery" msgstr "pausiere am Ende der Wiederherstellung" -#: access/transam/xlog.c:6095 +#: access/transam/xlog.c:6105 #, c-format msgid "Execute pg_wal_replay_resume() to promote." msgstr "Führen Sie pg_wal_replay_resume() aus, um den Server zum Primärserver zu befördern." -#: access/transam/xlog.c:6098 access/transam/xlog.c:6380 +#: access/transam/xlog.c:6108 access/transam/xlog.c:6390 #, c-format msgid "recovery has paused" msgstr "Wiederherstellung wurde pausiert" -#: access/transam/xlog.c:6099 +#: access/transam/xlog.c:6109 #, c-format msgid "Execute pg_wal_replay_resume() to continue." msgstr "Führen Sie pg_wal_replay_resume() aus um fortzusetzen." -#: access/transam/xlog.c:6371 +#: access/transam/xlog.c:6381 #, c-format msgid "hot standby is not possible because of insufficient parameter settings" msgstr "Hot Standby ist nicht möglich wegen unzureichender Parametereinstellungen" -#: access/transam/xlog.c:6372 access/transam/xlog.c:6399 -#: access/transam/xlog.c:6429 +#: access/transam/xlog.c:6382 access/transam/xlog.c:6409 +#: access/transam/xlog.c:6439 #, c-format msgid "%s = %d is a lower setting than on the primary server, where its value was %d." msgstr "%s = %d ist eine niedrigere Einstellung als auf dem Primärserver, wo der Wert %d war." -#: access/transam/xlog.c:6381 +#: access/transam/xlog.c:6391 #, c-format msgid "If recovery is unpaused, the server will shut down." msgstr "Wenn die Wiederherstellungspause beendet wird, wird der Server herunterfahren." -#: access/transam/xlog.c:6382 +#: access/transam/xlog.c:6392 #, c-format msgid "You can then restart the server after making the necessary configuration changes." msgstr "Sie können den Server dann neu starten, nachdem die nötigen Konfigurationsänderungen getätigt worden sind." -#: access/transam/xlog.c:6393 +#: access/transam/xlog.c:6403 #, c-format msgid "promotion is not possible because of insufficient parameter settings" msgstr "Beförderung ist nicht möglich wegen unzureichender Parametereinstellungen" -#: access/transam/xlog.c:6403 +#: access/transam/xlog.c:6413 #, c-format msgid "Restart the server after making the necessary configuration changes." msgstr "Starten Sie den Server neu, nachdem die nötigen Konfigurationsänderungen getätigt worden sind." -#: access/transam/xlog.c:6427 +#: access/transam/xlog.c:6437 #, c-format msgid "recovery aborted because of insufficient parameter settings" msgstr "Wiederherstellung abgebrochen wegen unzureichender Parametereinstellungen" -#: access/transam/xlog.c:6433 +#: access/transam/xlog.c:6443 #, c-format msgid "You can restart the server after making the necessary configuration changes." msgstr "Sie können den Server neu starten, nachdem die nötigen Konfigurationsänderungen getätigt worden sind." -#: access/transam/xlog.c:6455 +#: access/transam/xlog.c:6465 #, c-format msgid "WAL was generated with wal_level=minimal, cannot continue recovering" msgstr "WAL wurde mit wal_level=minimal erzeugt, Wiederherstellung kann nicht fortgesetzt werden" -#: access/transam/xlog.c:6456 +#: access/transam/xlog.c:6466 #, c-format msgid "This happens if you temporarily set wal_level=minimal on the server." msgstr "Das passiert, wenn auf dem Server vorübergehend wal_level=minimal gesetzt wurde." -#: access/transam/xlog.c:6457 +#: access/transam/xlog.c:6467 #, c-format msgid "Use a backup taken after setting wal_level to higher than minimal." msgstr "Verwenden Sie ein Backup, das durchgeführt wurde, nachdem wal_level auf höher als minimal gesetzt wurde." -#: access/transam/xlog.c:6526 +#: access/transam/xlog.c:6536 #, c-format msgid "control file contains invalid checkpoint location" msgstr "Kontrolldatei enthält ungültige Checkpoint-Position" -#: access/transam/xlog.c:6537 +#: access/transam/xlog.c:6547 #, c-format msgid "database system was shut down at %s" msgstr "Datenbanksystem wurde am %s heruntergefahren" -#: access/transam/xlog.c:6543 +#: access/transam/xlog.c:6553 #, c-format msgid "database system was shut down in recovery at %s" msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren" -#: access/transam/xlog.c:6549 +#: access/transam/xlog.c:6559 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte Aktion am %s" -#: access/transam/xlog.c:6555 +#: access/transam/xlog.c:6565 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "Datenbanksystem wurde während der Wiederherstellung am %s unterbrochen" -#: access/transam/xlog.c:6557 +#: access/transam/xlog.c:6567 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die letzte Datensicherung zur Wiederherstellung verwenden müssen." -#: access/transam/xlog.c:6563 +#: access/transam/xlog.c:6573 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s unterbrochen" -#: access/transam/xlog.c:6565 +#: access/transam/xlog.c:6575 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "Wenn dies mehr als einmal vorgekommen ist, dann sind einige Daten möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel wählen." -#: access/transam/xlog.c:6571 +#: access/transam/xlog.c:6581 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "Datenbanksystem wurde unterbrochen; letzte bekannte Aktion am %s" -#: access/transam/xlog.c:6577 +#: access/transam/xlog.c:6587 #, c-format msgid "control file contains invalid database cluster state" msgstr "Kontrolldatei enthält ungültigen Datenbankclusterstatus" -#: access/transam/xlog.c:6634 +#: access/transam/xlog.c:6644 #, c-format msgid "entering standby mode" msgstr "Standby-Modus eingeschaltet" -#: access/transam/xlog.c:6637 +#: access/transam/xlog.c:6647 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "starte Point-in-Time-Recovery bis XID %u" -#: access/transam/xlog.c:6641 +#: access/transam/xlog.c:6651 #, c-format msgid "starting point-in-time recovery to %s" msgstr "starte Point-in-Time-Recovery bis %s" -#: access/transam/xlog.c:6645 +#: access/transam/xlog.c:6655 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "starte Point-in-Time-Recovery bis »%s«" -#: access/transam/xlog.c:6649 +#: access/transam/xlog.c:6659 #, c-format msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\"" msgstr "starte Point-in-Time-Recovery bis WAL-Position (LSN) »%X/%X«" -#: access/transam/xlog.c:6653 +#: access/transam/xlog.c:6663 #, c-format msgid "starting point-in-time recovery to earliest consistent point" msgstr "starte Point-in-Time-Recovery bis zum frühesten konsistenten Punkt" -#: access/transam/xlog.c:6656 +#: access/transam/xlog.c:6666 #, c-format msgid "starting archive recovery" msgstr "starte Wiederherstellung aus Archiv" -#: access/transam/xlog.c:6730 +#: access/transam/xlog.c:6740 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden" -#: access/transam/xlog.c:6731 access/transam/xlog.c:6741 +#: access/transam/xlog.c:6741 access/transam/xlog.c:6751 #, c-format msgid "" "If you are restoring from a backup, touch \"%s/recovery.signal\" and add required recovery options.\n" @@ -2550,285 +2555,300 @@ "Wenn Sie gerade kein Backup wiederherstellen, dann versuchen Sie, die Datei »%s/backup_label« zu entfernen.\n" "Vorsicht: Wenn ein Backup wiederhergestellt wird und »%s/backup_label« gelöscht wird, dann wird das den Cluster verfälschen." -#: access/transam/xlog.c:6740 +#: access/transam/xlog.c:6750 #, c-format msgid "could not locate required checkpoint record" msgstr "konnte den nötigen Checkpoint-Datensatz nicht finden" -#: access/transam/xlog.c:6769 commands/tablespace.c:662 +#: access/transam/xlog.c:6779 commands/tablespace.c:665 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung »%s« nicht erstellen: %m" -#: access/transam/xlog.c:6801 access/transam/xlog.c:6807 +#: access/transam/xlog.c:6811 access/transam/xlog.c:6817 #, c-format msgid "ignoring file \"%s\" because no file \"%s\" exists" msgstr "ignoriere Datei »%s«, weil keine Datei »%s« existiert" -#: access/transam/xlog.c:6803 access/transam/xlog.c:12267 +#: access/transam/xlog.c:6813 access/transam/xlog.c:12344 #, c-format msgid "File \"%s\" was renamed to \"%s\"." msgstr "Datei »%s« wurde in »%s« umbenannt." -#: access/transam/xlog.c:6809 +#: access/transam/xlog.c:6819 #, c-format msgid "Could not rename file \"%s\" to \"%s\": %m." msgstr "Konnte Datei »%s« nicht in »%s« umbenennen: %m." -#: access/transam/xlog.c:6860 +#: access/transam/xlog.c:6870 #, c-format msgid "could not locate a valid checkpoint record" msgstr "konnte keinen gültigen Checkpoint-Datensatz finden" -#: access/transam/xlog.c:6898 +#: access/transam/xlog.c:6908 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "angeforderte Zeitleiste %u ist kein Kind der History dieses Servers" -#: access/transam/xlog.c:6900 +#: access/transam/xlog.c:6910 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "Neuester Checkpoint ist bei %X/%X auf Zeitleiste %u, aber in der History der angeforderten Zeitleiste zweigte der Server von dieser Zeitleiste bei %X/%X ab." -#: access/transam/xlog.c:6914 +#: access/transam/xlog.c:6924 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "angeforderte Zeitleiste %u enthält nicht den minimalen Wiederherstellungspunkt %X/%X auf Zeitleiste %u" -#: access/transam/xlog.c:6944 +#: access/transam/xlog.c:6954 #, c-format msgid "invalid next transaction ID" msgstr "ungültige nächste Transaktions-ID" -#: access/transam/xlog.c:7044 +#: access/transam/xlog.c:7054 #, c-format msgid "invalid redo in checkpoint record" msgstr "ungültiges Redo im Checkpoint-Datensatz" -#: access/transam/xlog.c:7055 +#: access/transam/xlog.c:7065 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint" -#: access/transam/xlog.c:7095 +#: access/transam/xlog.c:7105 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "Datenbanksystem wurde nicht richtig heruntergefahren; automatische Wiederherstellung läuft" -#: access/transam/xlog.c:7099 +#: access/transam/xlog.c:7109 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "Wiederherstellung nach Absturz beginnt in Zeitleiste %u und hat Zielzeitleiste %u" -#: access/transam/xlog.c:7146 +#: access/transam/xlog.c:7156 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "Daten in backup_label stimmen nicht mit Kontrolldatei überein" -#: access/transam/xlog.c:7147 +#: access/transam/xlog.c:7157 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Das bedeutet, dass die Datensicherung verfälscht ist und Sie eine andere Datensicherung zur Wiederherstellung verwenden werden müssen." -#: access/transam/xlog.c:7373 +#: access/transam/xlog.c:7383 #, c-format msgid "redo starts at %X/%X" msgstr "Redo beginnt bei %X/%X" -#: access/transam/xlog.c:7598 +#: access/transam/xlog.c:7608 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt" -#: access/transam/xlog.c:7636 +#: access/transam/xlog.c:7646 #, c-format msgid "redo done at %X/%X system usage: %s" msgstr "Redo fertig bei %X/%X Systembenutzung: %s" -#: access/transam/xlog.c:7642 +#: access/transam/xlog.c:7652 #, c-format msgid "last completed transaction was at log time %s" msgstr "letzte vollständige Transaktion war bei Logzeit %s" -#: access/transam/xlog.c:7651 +#: access/transam/xlog.c:7661 #, c-format msgid "redo is not required" msgstr "Redo nicht nötig" -#: access/transam/xlog.c:7663 +#: access/transam/xlog.c:7673 #, c-format msgid "recovery ended before configured recovery target was reached" msgstr "Wiederherstellung endete bevor das konfigurierte Wiederherstellungsziel erreicht wurde" -#: access/transam/xlog.c:7747 access/transam/xlog.c:7751 +#: access/transam/xlog.c:7757 access/transam/xlog.c:7761 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL endet vor dem Ende der Online-Sicherung" -#: access/transam/xlog.c:7748 +#: access/transam/xlog.c:7758 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Der komplette WAL, der während der Online-Sicherung erzeugt wurde, muss bei der Wiederherstellung verfügbar sein." -#: access/transam/xlog.c:7752 +#: access/transam/xlog.c:7762 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "Die mit pg_start_backup() begonnene Online-Sicherung muss mit pg_stop_backup() beendet werden und der ganze WAL bis zu diesem Punkt muss bei der Wiederherstellung verfügbar sein." -#: access/transam/xlog.c:7755 +#: access/transam/xlog.c:7765 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt" -#: access/transam/xlog.c:7790 +#: access/transam/xlog.c:7800 #, c-format msgid "selected new timeline ID: %u" msgstr "gewählte neue Zeitleisten-ID: %u" -#: access/transam/xlog.c:8260 +#: access/transam/xlog.c:8240 +#, c-format +msgid "unexpected directory entry \"%s\" found in %s" +msgstr "unerwarteter Verzeichniseintrag »%s« in %s gefunden" + +#: access/transam/xlog.c:8242 +#, c-format +msgid "All directory entries in pg_tblspc/ should be symbolic links." +msgstr "Alle Verzeichniseinträge in pg_tblspc/ sollten symbolische Verknüpfungen sein." + +#: access/transam/xlog.c:8243 +#, c-format +msgid "Remove those directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete." +msgstr "Entfernen Sie diese Verzeichnisse oder setzen Sie allow_in_place_tablespaces vorrübergehend auf ON, damit die Wiederherstellung abschließen kann." + +#: access/transam/xlog.c:8327 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X" -#: access/transam/xlog.c:8469 +#: access/transam/xlog.c:8536 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei" -#: access/transam/xlog.c:8473 +#: access/transam/xlog.c:8540 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei" -#: access/transam/xlog.c:8491 +#: access/transam/xlog.c:8558 #, c-format msgid "invalid primary checkpoint record" msgstr "ungültiger primärer Checkpoint-Datensatz" -#: access/transam/xlog.c:8495 +#: access/transam/xlog.c:8562 #, c-format msgid "invalid checkpoint record" msgstr "ungültiger Checkpoint-Datensatz" -#: access/transam/xlog.c:8506 +#: access/transam/xlog.c:8573 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz" -#: access/transam/xlog.c:8510 +#: access/transam/xlog.c:8577 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz" -#: access/transam/xlog.c:8523 +#: access/transam/xlog.c:8590 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "ungültige xl_info im primären Checkpoint-Datensatz" -#: access/transam/xlog.c:8527 +#: access/transam/xlog.c:8594 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "ungültige xl_info im Checkpoint-Datensatz" -#: access/transam/xlog.c:8538 +#: access/transam/xlog.c:8605 #, c-format msgid "invalid length of primary checkpoint record" msgstr "ungültige Länge des primären Checkpoint-Datensatzes" -#: access/transam/xlog.c:8542 +#: access/transam/xlog.c:8609 #, c-format msgid "invalid length of checkpoint record" msgstr "ungültige Länge des Checkpoint-Datensatzes" -#: access/transam/xlog.c:8723 +#: access/transam/xlog.c:8790 #, c-format msgid "shutting down" msgstr "fahre herunter" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8762 +#: access/transam/xlog.c:8829 #, c-format msgid "restartpoint starting:%s%s%s%s%s%s%s%s" msgstr "Restart-Punkt beginnt:%s%s%s%s%s%s%s%s" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8774 +#: access/transam/xlog.c:8841 #, c-format msgid "checkpoint starting:%s%s%s%s%s%s%s%s" msgstr "Checkpoint beginnt:%s%s%s%s%s%s%s%s" -#: access/transam/xlog.c:8834 +#: access/transam/xlog.c:8901 #, c-format msgid "restartpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "Restart-Punkt komplett: %d Puffer geschrieben (%.1f%%); %d WAL-Datei(en) hinzugefügt, %d entfernt, %d wiederverwendet; Schreiben=%ld,%03d s, Sync=%ld,%03d s, gesamt=%ld,%03d s; sync. Dateien=%d, längste=%ld,%03d s, Durchschnitt=%ld.%03d s; Entfernung=%d kB, Schätzung=%d kB" -#: access/transam/xlog.c:8854 +#: access/transam/xlog.c:8921 #, c-format msgid "checkpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "Checkpoint komplett: %d Puffer geschrieben (%.1f%%); %d WAL-Datei(en) hinzugefügt, %d entfernt, %d wiederverwendet; Schreiben=%ld,%03d s, Sync=%ld,%03d s, gesamt=%ld,%03d s; sync. Dateien=%d, längste=%ld,%03d s, Durchschnitt=%ld.%03d s; Entfernung=%d kB, Schätzung=%d kB" -#: access/transam/xlog.c:9298 +#: access/transam/xlog.c:9365 #, c-format msgid "concurrent write-ahead log activity while database system is shutting down" msgstr "gleichzeitige Write-Ahead-Log-Aktivität während das Datenbanksystem herunterfährt" -#: access/transam/xlog.c:9831 +#: access/transam/xlog.c:9898 #, c-format msgid "recovery restart point at %X/%X" msgstr "Recovery-Restart-Punkt bei %X/%X" -#: access/transam/xlog.c:9833 +#: access/transam/xlog.c:9900 #, c-format msgid "Last completed transaction was at log time %s." msgstr "Die letzte vollständige Transaktion war bei Logzeit %s." -#: access/transam/xlog.c:10079 +#: access/transam/xlog.c:10146 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "Restore-Punkt »%s« erzeugt bei %X/%X" -#: access/transam/xlog.c:10224 +#: access/transam/xlog.c:10291 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "unerwartete vorherige Zeitleisten-ID %u (aktuelle Zeitleisten-ID %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:10233 +#: access/transam/xlog.c:10300 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "unerwartete Zeitleisten-ID %u (nach %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:10249 +#: access/transam/xlog.c:10316 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "unerwartete Zeitleisten-ID %u in Checkpoint-Datensatz, bevor der minimale Wiederherstellungspunkt %X/%X auf Zeitleiste %u erreicht wurde" -#: access/transam/xlog.c:10324 +#: access/transam/xlog.c:10391 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden" -#: access/transam/xlog.c:10380 access/transam/xlog.c:10436 -#: access/transam/xlog.c:10466 +#: access/transam/xlog.c:10447 access/transam/xlog.c:10503 +#: access/transam/xlog.c:10533 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "unerwartete Zeitleisten-ID %u (sollte %u sein) im Checkpoint-Datensatz" -#: access/transam/xlog.c:10624 +#: access/transam/xlog.c:10691 #, c-format msgid "successfully skipped missing contrecord at %X/%X, overwritten at %s" msgstr "fehlender Contrecord bei %X/%X erfolgreich übersprungen, überschrieben am %s" -#: access/transam/xlog.c:10839 +#: access/transam/xlog.c:10906 #, c-format msgid "could not fsync write-through file \"%s\": %m" msgstr "konnte Write-Through-Logdatei »%s« nicht fsyncen: %m" -#: access/transam/xlog.c:10845 +#: access/transam/xlog.c:10912 #, c-format msgid "could not fdatasync file \"%s\": %m" msgstr "konnte Datei »%s« nicht fdatasyncen: %m" -#: access/transam/xlog.c:10956 access/transam/xlog.c:11485 +#: access/transam/xlog.c:11023 access/transam/xlog.c:11560 #: access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 #: access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 #: access/transam/xlogfuncs.c:383 @@ -2836,186 +2856,186 @@ msgid "WAL control functions cannot be executed during recovery." msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden." -#: access/transam/xlog.c:10965 access/transam/xlog.c:11494 +#: access/transam/xlog.c:11032 access/transam/xlog.c:11569 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "WAL-Level nicht ausreichend, um Online-Sicherung durchzuführen" -#: access/transam/xlog.c:10966 access/transam/xlog.c:11495 +#: access/transam/xlog.c:11033 access/transam/xlog.c:11570 #: access/transam/xlogfuncs.c:308 #, c-format msgid "wal_level must be set to \"replica\" or \"logical\" at server start." msgstr "wal_level muss beim Serverstart auf »replica« oder »logical« gesetzt werden." -#: access/transam/xlog.c:10971 +#: access/transam/xlog.c:11038 #, c-format msgid "backup label too long (max %d bytes)" msgstr "Backup-Label zu lang (maximal %d Bytes)" -#: access/transam/xlog.c:11008 access/transam/xlog.c:11284 -#: access/transam/xlog.c:11322 +#: access/transam/xlog.c:11075 access/transam/xlog.c:11359 +#: access/transam/xlog.c:11397 #, c-format msgid "a backup is already in progress" msgstr "ein Backup läuft bereits" -#: access/transam/xlog.c:11009 +#: access/transam/xlog.c:11076 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Führen Sie pg_stop_backup() aus und versuchen Sie es nochmal." -#: access/transam/xlog.c:11105 +#: access/transam/xlog.c:11172 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "mit full_page_writes=off erzeugtes WAL wurde seit dem letzten Restart-Punkt zurückgespielt" -#: access/transam/xlog.c:11107 access/transam/xlog.c:11690 +#: access/transam/xlog.c:11174 access/transam/xlog.c:11765 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the primary, and then try an online backup again." msgstr "Das bedeutet, dass die aktuelle Datensicherung auf dem Standby-Server verfälscht ist und nicht verwendet werden sollte. Schalten Sie auf dem Primärserver full_page_writes ein, führen Sie dort CHECKPOINT aus und versuchen Sie dann die Online-Sicherung erneut." -#: access/transam/xlog.c:11183 replication/basebackup.c:1433 -#: utils/adt/misc.c:345 +#: access/transam/xlog.c:11258 replication/basebackup.c:1439 +#: utils/adt/misc.c:374 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "Ziel für symbolische Verknüpfung »%s« ist zu lang" -#: access/transam/xlog.c:11233 commands/tablespace.c:402 -#: commands/tablespace.c:578 replication/basebackup.c:1448 utils/adt/misc.c:353 +#: access/transam/xlog.c:11308 commands/tablespace.c:385 +#: commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 #, c-format msgid "tablespaces are not supported on this platform" msgstr "Tablespaces werden auf dieser Plattform nicht unterstützt" -#: access/transam/xlog.c:11285 access/transam/xlog.c:11323 +#: access/transam/xlog.c:11360 access/transam/xlog.c:11398 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Wenn Sie sicher sind, dass noch kein Backup läuft, entfernen Sie die Datei »%s« und versuchen Sie es noch einmal." -#: access/transam/xlog.c:11510 +#: access/transam/xlog.c:11585 #, c-format msgid "exclusive backup not in progress" msgstr "es läuft kein exklusives Backup" -#: access/transam/xlog.c:11537 +#: access/transam/xlog.c:11612 #, c-format msgid "a backup is not in progress" msgstr "es läuft kein Backup" -#: access/transam/xlog.c:11623 access/transam/xlog.c:11636 -#: access/transam/xlog.c:12025 access/transam/xlog.c:12031 -#: access/transam/xlog.c:12079 access/transam/xlog.c:12159 -#: access/transam/xlog.c:12183 access/transam/xlogfuncs.c:733 +#: access/transam/xlog.c:11698 access/transam/xlog.c:11711 +#: access/transam/xlog.c:12102 access/transam/xlog.c:12108 +#: access/transam/xlog.c:12156 access/transam/xlog.c:12236 +#: access/transam/xlog.c:12260 access/transam/xlogfuncs.c:733 #, c-format msgid "invalid data in file \"%s\"" msgstr "ungültige Daten in Datei »%s«" -#: access/transam/xlog.c:11640 replication/basebackup.c:1281 +#: access/transam/xlog.c:11715 replication/basebackup.c:1287 #, c-format msgid "the standby was promoted during online backup" msgstr "der Standby-Server wurde während der Online-Sicherung zum Primärserver befördert" -#: access/transam/xlog.c:11641 replication/basebackup.c:1282 +#: access/transam/xlog.c:11716 replication/basebackup.c:1288 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Das bedeutet, dass die aktuelle Online-Sicherung verfälscht ist und nicht verwendet werden sollte. Versuchen Sie, eine neue Online-Sicherung durchzuführen." -#: access/transam/xlog.c:11688 +#: access/transam/xlog.c:11763 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "mit full_page_writes=off erzeugtes WAL wurde während der Online-Sicherung zurückgespielt" -#: access/transam/xlog.c:11808 +#: access/transam/xlog.c:11883 #, c-format msgid "base backup done, waiting for required WAL segments to be archived" msgstr "Basissicherung beendet, warte bis die benötigten WAL-Segmente archiviert sind" -#: access/transam/xlog.c:11820 +#: access/transam/xlog.c:11895 #, c-format msgid "still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "warte immer noch, bis alle benötigten WAL-Segmente archiviert sind (%d Sekunden abgelaufen)" -#: access/transam/xlog.c:11822 +#: access/transam/xlog.c:11897 #, c-format msgid "Check that your archive_command is executing properly. You can safely cancel this backup, but the database backup will not be usable without all the WAL segments." msgstr "Prüfen Sie, ob das archive_command korrekt ausgeführt wird. Dieser Sicherungsvorgang kann gefahrlos abgebrochen werden, aber die Datenbanksicherung wird ohne die fehlenden WAL-Segmente nicht benutzbar sein." -#: access/transam/xlog.c:11829 +#: access/transam/xlog.c:11904 #, c-format msgid "all required WAL segments have been archived" msgstr "alle benötigten WAL-Segmente wurden archiviert" -#: access/transam/xlog.c:11833 +#: access/transam/xlog.c:11908 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "WAL-Archivierung ist nicht eingeschaltet; Sie müssen dafür sorgen, dass alle benötigten WAL-Segmente auf andere Art kopiert werden, um die Sicherung abzuschließen" -#: access/transam/xlog.c:11886 +#: access/transam/xlog.c:11963 #, c-format msgid "aborting backup due to backend exiting before pg_stop_backup was called" msgstr "Backup wird abgebrochen, weil Backend-Prozess beendete, bevor pg_stop_backup aufgerufen wurde" -#: access/transam/xlog.c:12080 +#: access/transam/xlog.c:12157 #, c-format msgid "Timeline ID parsed is %u, but expected %u." msgstr "Gelesene Zeitleisten-ID ist %u, aber %u wurde erwartet." #. translator: %s is a WAL record description -#: access/transam/xlog.c:12208 +#: access/transam/xlog.c:12285 #, c-format msgid "WAL redo at %X/%X for %s" msgstr "WAL-Redo bei %X/%X für %s" -#: access/transam/xlog.c:12256 +#: access/transam/xlog.c:12333 #, c-format msgid "online backup mode was not canceled" msgstr "Online-Sicherungsmodus wurde nicht storniert" -#: access/transam/xlog.c:12257 +#: access/transam/xlog.c:12334 #, c-format msgid "File \"%s\" could not be renamed to \"%s\": %m." msgstr "Konnte Datei »%s« nicht in »%s« umbenennen: %m." -#: access/transam/xlog.c:12266 access/transam/xlog.c:12278 -#: access/transam/xlog.c:12288 +#: access/transam/xlog.c:12343 access/transam/xlog.c:12355 +#: access/transam/xlog.c:12365 #, c-format msgid "online backup mode canceled" msgstr "Online-Sicherungsmodus storniert" -#: access/transam/xlog.c:12279 +#: access/transam/xlog.c:12356 #, c-format msgid "Files \"%s\" and \"%s\" were renamed to \"%s\" and \"%s\", respectively." msgstr "Dateien »%s« und »%s« wurden in »%s« und »%s« umbenannt." -#: access/transam/xlog.c:12289 +#: access/transam/xlog.c:12366 #, c-format msgid "File \"%s\" was renamed to \"%s\", but file \"%s\" could not be renamed to \"%s\": %m." msgstr "Datei »%s« wurde in »%s« umbenannt, aber Datei »%s« konnte nicht in »%s« umbenannt werden: %m." -#: access/transam/xlog.c:12422 access/transam/xlogutils.c:967 +#: access/transam/xlog.c:12499 access/transam/xlogutils.c:967 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "konnte nicht aus Logsegment %s, Position %u lesen: %m" -#: access/transam/xlog.c:12428 access/transam/xlogutils.c:974 +#: access/transam/xlog.c:12505 access/transam/xlogutils.c:974 #, c-format msgid "could not read from log segment %s, offset %u: read %d of %zu" msgstr "konnte nicht aus Logsegment %s bei Position %u lesen: %d von %zu gelesen" -#: access/transam/xlog.c:12973 +#: access/transam/xlog.c:13050 #, c-format msgid "WAL receiver process shutdown requested" msgstr "Herunterfahren des WAL-Receiver-Prozesses verlangt" -#: access/transam/xlog.c:13068 +#: access/transam/xlog.c:13145 #, c-format msgid "received promote request" msgstr "Anforderung zum Befördern empfangen" -#: access/transam/xlog.c:13081 +#: access/transam/xlog.c:13158 #, c-format msgid "promote trigger file found: %s" msgstr "Promote-Triggerdatei gefunden: %s" -#: access/transam/xlog.c:13089 +#: access/transam/xlog.c:13166 #, c-format msgid "could not stat promote trigger file \"%s\": %m" msgstr "konnte »stat« für Promote-Triggerdatei »%s« nicht ausführen: %m" @@ -3058,7 +3078,7 @@ msgid "could not write archive status file \"%s\": %m" msgstr "konnte Archivstatusdatei »%s« nicht schreiben: %m" -#: access/transam/xlogfuncs.c:74 +#: access/transam/xlogfuncs.c:74 replication/basebackup.c:940 #, c-format msgid "a backup is already in progress in this session" msgstr "ein Backup läuft bereits in dieser Sitzung" @@ -3076,7 +3096,7 @@ #: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 #: commands/event_trigger.c:1869 commands/extension.c:1945 #: commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 -#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1058 +#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1073 #: foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 #: replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 #: replication/slotfuncs.c:255 replication/walsender.c:3328 @@ -3084,9 +3104,9 @@ #: utils/adt/genfile.c:590 utils/adt/jsonfuncs.c:1935 #: utils/adt/jsonfuncs.c:2047 utils/adt/jsonfuncs.c:2235 #: utils/adt/jsonfuncs.c:2344 utils/adt/jsonfuncs.c:3805 -#: utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:218 utils/adt/pgstatfuncs.c:477 +#: utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 #: utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 -#: utils/adt/varlena.c:4825 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10005 +#: utils/adt/varlena.c:4821 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 #: utils/mmgr/portalmem.c:1145 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -3099,9 +3119,9 @@ #: replication/logical/logicalfuncs.c:161 replication/logical/origin.c:1498 #: replication/slotfuncs.c:259 replication/walsender.c:3332 #: storage/ipc/shmem.c:558 utils/adt/datetime.c:4816 utils/adt/genfile.c:511 -#: utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:222 +#: utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 #: utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 -#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4829 utils/misc/guc.c:10009 +#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4825 utils/misc/guc.c:10021 #: utils/misc/pg_config.c:43 utils/mmgr/portalmem.c:1149 #, c-format msgid "materialize mode required, but it is not allowed in this context" @@ -3313,12 +3333,12 @@ msgid "-X requires a power of two value between 1 MB and 1 GB" msgstr "-X benötigt eine Zweierpotenz zwischen 1 MB und 1 GB" -#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:847 tcop/postgres.c:3868 +#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:847 tcop/postgres.c:3869 #, c-format msgid "--%s requires a value" msgstr "--%s benötigt einen Wert" -#: bootstrap/bootstrap.c:292 postmaster/postmaster.c:852 tcop/postgres.c:3873 +#: bootstrap/bootstrap.c:292 postmaster/postmaster.c:852 tcop/postgres.c:3874 #, c-format msgid "-c %s requires a value" msgstr "-c %s benötigt einen Wert" @@ -3471,14 +3491,14 @@ #: commands/copy.c:401 commands/copy.c:410 commands/copy.c:420 #: commands/copy.c:429 commands/copy.c:438 commands/copy.c:456 #: commands/copy.c:472 commands/copy.c:492 commands/copy.c:509 -#: commands/dbcommands.c:157 commands/dbcommands.c:166 -#: commands/dbcommands.c:175 commands/dbcommands.c:184 -#: commands/dbcommands.c:193 commands/dbcommands.c:202 -#: commands/dbcommands.c:211 commands/dbcommands.c:220 -#: commands/dbcommands.c:229 commands/dbcommands.c:238 -#: commands/dbcommands.c:260 commands/dbcommands.c:1502 -#: commands/dbcommands.c:1511 commands/dbcommands.c:1520 -#: commands/dbcommands.c:1529 commands/extension.c:1736 +#: commands/dbcommands.c:158 commands/dbcommands.c:167 +#: commands/dbcommands.c:176 commands/dbcommands.c:185 +#: commands/dbcommands.c:194 commands/dbcommands.c:203 +#: commands/dbcommands.c:212 commands/dbcommands.c:221 +#: commands/dbcommands.c:230 commands/dbcommands.c:239 +#: commands/dbcommands.c:261 commands/dbcommands.c:1503 +#: commands/dbcommands.c:1512 commands/dbcommands.c:1521 +#: commands/dbcommands.c:1530 commands/extension.c:1736 #: commands/extension.c:1746 commands/extension.c:1756 #: commands/extension.c:3056 commands/foreigncmds.c:539 #: commands/foreigncmds.c:548 commands/functioncmds.c:605 @@ -3486,14 +3506,14 @@ #: commands/functioncmds.c:789 commands/functioncmds.c:798 #: commands/functioncmds.c:2096 commands/functioncmds.c:2104 #: commands/publicationcmds.c:87 commands/publicationcmds.c:130 -#: commands/sequence.c:1266 commands/sequence.c:1276 commands/sequence.c:1286 -#: commands/sequence.c:1296 commands/sequence.c:1306 commands/sequence.c:1316 -#: commands/sequence.c:1326 commands/sequence.c:1336 commands/sequence.c:1346 +#: commands/sequence.c:1274 commands/sequence.c:1284 commands/sequence.c:1294 +#: commands/sequence.c:1304 commands/sequence.c:1314 commands/sequence.c:1324 +#: commands/sequence.c:1334 commands/sequence.c:1344 commands/sequence.c:1354 #: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 #: commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 #: commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 #: commands/subscriptioncmds.c:195 commands/subscriptioncmds.c:205 -#: commands/subscriptioncmds.c:215 commands/tablecmds.c:7566 +#: commands/subscriptioncmds.c:215 commands/tablecmds.c:7588 #: commands/typecmds.c:335 commands/typecmds.c:1416 commands/typecmds.c:1425 #: commands/typecmds.c:1433 commands/typecmds.c:1441 commands/typecmds.c:1449 #: commands/typecmds.c:1457 commands/user.c:133 commands/user.c:147 @@ -3504,7 +3524,7 @@ #: commands/user.c:590 commands/user.c:598 commands/user.c:606 #: commands/user.c:614 commands/user.c:622 commands/user.c:630 #: commands/user.c:638 commands/user.c:647 commands/user.c:655 -#: commands/user.c:663 parser/parse_utilcmd.c:397 +#: commands/user.c:663 parser/parse_utilcmd.c:407 #: replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 #: replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 #: replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 @@ -3524,27 +3544,27 @@ msgstr "Klausel IN SCHEMA kann nicht verwendet werden, wenn GRANT/REVOKE ON SCHEMAS verwendet wird" #: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 -#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1701 -#: commands/tablecmds.c:7029 commands/tablecmds.c:7185 -#: commands/tablecmds.c:7235 commands/tablecmds.c:7309 -#: commands/tablecmds.c:7379 commands/tablecmds.c:7491 -#: commands/tablecmds.c:7585 commands/tablecmds.c:7644 -#: commands/tablecmds.c:7733 commands/tablecmds.c:7762 -#: commands/tablecmds.c:7917 commands/tablecmds.c:7999 -#: commands/tablecmds.c:8155 commands/tablecmds.c:8273 -#: commands/tablecmds.c:11622 commands/tablecmds.c:11803 -#: commands/tablecmds.c:11963 commands/tablecmds.c:13106 -#: commands/tablecmds.c:15671 commands/trigger.c:942 parser/analyze.c:2422 +#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1709 +#: commands/tablecmds.c:7051 commands/tablecmds.c:7207 +#: commands/tablecmds.c:7257 commands/tablecmds.c:7331 +#: commands/tablecmds.c:7401 commands/tablecmds.c:7513 +#: commands/tablecmds.c:7607 commands/tablecmds.c:7666 +#: commands/tablecmds.c:7755 commands/tablecmds.c:7784 +#: commands/tablecmds.c:7939 commands/tablecmds.c:8021 +#: commands/tablecmds.c:8177 commands/tablecmds.c:8295 +#: commands/tablecmds.c:11674 commands/tablecmds.c:11855 +#: commands/tablecmds.c:12015 commands/tablecmds.c:13158 +#: commands/tablecmds.c:15725 commands/trigger.c:942 parser/analyze.c:2422 #: parser/parse_relation.c:714 parser/parse_target.c:1063 -#: parser/parse_type.c:144 parser/parse_utilcmd.c:3421 -#: parser/parse_utilcmd.c:3457 parser/parse_utilcmd.c:3499 utils/adt/acl.c:2845 -#: utils/adt/ruleutils.c:2715 +#: parser/parse_type.c:144 parser/parse_utilcmd.c:3431 +#: parser/parse_utilcmd.c:3467 parser/parse_utilcmd.c:3509 utils/adt/acl.c:2845 +#: utils/adt/ruleutils.c:2716 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "Spalte »%s« von Relation »%s« existiert nicht" -#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1139 -#: commands/tablecmds.c:249 commands/tablecmds.c:16535 utils/adt/acl.c:2053 +#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1147 +#: commands/tablecmds.c:249 commands/tablecmds.c:16589 utils/adt/acl.c:2053 #: utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 #: utils/adt/acl.c:2175 utils/adt/acl.c:2205 #, c-format @@ -3721,9 +3741,9 @@ msgid "permission denied for schema %s" msgstr "keine Berechtigung für Schema %s" -#: catalog/aclchk.c:3400 commands/sequence.c:610 commands/sequence.c:844 -#: commands/sequence.c:886 commands/sequence.c:927 commands/sequence.c:1799 -#: commands/sequence.c:1863 +#: catalog/aclchk.c:3400 commands/sequence.c:618 commands/sequence.c:852 +#: commands/sequence.c:894 commands/sequence.c:935 commands/sequence.c:1807 +#: commands/sequence.c:1871 #, c-format msgid "permission denied for sequence %s" msgstr "keine Berechtigung für Sequenz %s" @@ -4074,7 +4094,7 @@ msgid "pg_nextoid() can only be used on system catalogs" msgstr "pg_nextoid() kann nur mit Systemkatalogen verwendet werden" -#: catalog/catalog.c:549 parser/parse_utilcmd.c:2266 +#: catalog/catalog.c:549 parser/parse_utilcmd.c:2276 #, c-format msgid "index \"%s\" does not belong to table \"%s\"" msgstr "Index »%s« gehört nicht zu Tabelle »%s«" @@ -4134,16 +4154,14 @@ msgid "cannot drop %s because other objects depend on it" msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen" -#: catalog/dependency.c:1196 catalog/dependency.c:1197 -#: catalog/dependency.c:1203 catalog/dependency.c:1204 -#: catalog/dependency.c:1215 catalog/dependency.c:1216 -#: commands/tablecmds.c:1303 commands/tablecmds.c:13724 -#: commands/tablespace.c:481 commands/user.c:1095 commands/view.c:492 -#: libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 -#: storage/lmgr/proc.c:1433 utils/adt/acl.c:5250 utils/adt/jsonfuncs.c:618 -#: utils/adt/jsonfuncs.c:624 utils/misc/guc.c:7116 utils/misc/guc.c:7152 -#: utils/misc/guc.c:7222 utils/misc/guc.c:11412 utils/misc/guc.c:11446 -#: utils/misc/guc.c:11480 utils/misc/guc.c:11523 utils/misc/guc.c:11565 +#: catalog/dependency.c:1197 catalog/dependency.c:1204 +#: catalog/dependency.c:1216 commands/tablecmds.c:1304 +#: commands/tablecmds.c:13776 commands/tablespace.c:464 commands/user.c:1095 +#: commands/view.c:506 libpq/auth.c:338 replication/syncrep.c:1043 +#: storage/lmgr/deadlock.c:1152 storage/lmgr/proc.c:1433 utils/misc/guc.c:7128 +#: utils/misc/guc.c:7164 utils/misc/guc.c:7234 utils/misc/guc.c:11424 +#: utils/misc/guc.c:11458 utils/misc/guc.c:11492 utils/misc/guc.c:11535 +#: utils/misc/guc.c:11577 #, c-format msgid "%s" msgstr "%s" @@ -4166,7 +4184,7 @@ msgstr[0] "Löschvorgang löscht ebenfalls %d weiteres Objekt" msgstr[1] "Löschvorgang löscht ebenfalls %d weitere Objekte" -#: catalog/dependency.c:1875 +#: catalog/dependency.c:1882 #, c-format msgid "constant of the type %s cannot be used here" msgstr "Konstante vom Typ %s kann hier nicht verwendet werden" @@ -4181,13 +4199,13 @@ msgid "System catalog modifications are currently disallowed." msgstr "Änderungen an Systemkatalogen sind gegenwärtig nicht erlaubt." -#: catalog/heap.c:511 commands/tablecmds.c:2315 commands/tablecmds.c:2952 -#: commands/tablecmds.c:6620 +#: catalog/heap.c:511 commands/tablecmds.c:2316 commands/tablecmds.c:2953 +#: commands/tablecmds.c:6642 #, c-format msgid "tables can have at most %d columns" msgstr "Tabellen können höchstens %d Spalten haben" -#: catalog/heap.c:529 commands/tablecmds.c:6919 +#: catalog/heap.c:529 commands/tablecmds.c:6941 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "Spaltenname »%s« steht im Konflikt mit dem Namen einer Systemspalte" @@ -4219,19 +4237,19 @@ msgid "no collation was derived for partition key column %s with collatable type %s" msgstr "für Partitionierungsschlüsselspalte %s mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet" -#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:500 +#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:512 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "für Spalte »%s« mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet" -#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:405 -#: commands/tablecmds.c:3857 +#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:408 +#: commands/tablecmds.c:3858 #, c-format msgid "relation \"%s\" already exists" msgstr "Relation »%s« existiert bereits" -#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:781 -#: catalog/pg_type.c:928 commands/typecmds.c:249 commands/typecmds.c:261 +#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:784 +#: catalog/pg_type.c:931 commands/typecmds.c:249 commands/typecmds.c:261 #: commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 #: commands/typecmds.c:1590 commands/typecmds.c:2562 #, c-format @@ -4259,7 +4277,7 @@ msgstr "Check-Constraint »%s« existiert bereits" #: catalog/heap.c:2903 catalog/index.c:885 catalog/pg_constraint.c:670 -#: commands/tablecmds.c:8647 +#: commands/tablecmds.c:8669 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "Constraint »%s« existiert bereits für Relation »%s«" @@ -4309,14 +4327,14 @@ msgid "generation expression is not immutable" msgstr "Generierungsausdruck ist nicht »immutable«" -#: catalog/heap.c:3131 rewrite/rewriteHandler.c:1268 +#: catalog/heap.c:3131 rewrite/rewriteHandler.c:1269 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "Spalte »%s« hat Typ %s, aber der Vorgabeausdruck hat Typ %s" #: catalog/heap.c:3136 commands/prepare.c:368 parser/analyze.c:2646 #: parser/parse_target.c:594 parser/parse_target.c:882 -#: parser/parse_target.c:892 rewrite/rewriteHandler.c:1273 +#: parser/parse_target.c:892 rewrite/rewriteHandler.c:1274 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Sie müssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen." @@ -4351,7 +4369,7 @@ msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "Leeren Sie die Tabelle »%s« gleichzeitig oder verwenden Sie TRUNCATE ... CASCADE." -#: catalog/index.c:222 parser/parse_utilcmd.c:2172 +#: catalog/index.c:222 parser/parse_utilcmd.c:2182 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "mehrere Primärschlüssel für Tabelle »%s« nicht erlaubt" @@ -4391,8 +4409,8 @@ msgid "shared indexes cannot be created after initdb" msgstr "Cluster-globale Indexe können nicht nach initdb erzeugt werden" -#: catalog/index.c:863 commands/createas.c:411 commands/sequence.c:154 -#: parser/parse_utilcmd.c:201 +#: catalog/index.c:863 commands/createas.c:423 commands/sequence.c:162 +#: parser/parse_utilcmd.c:211 #, c-format msgid "relation \"%s\" already exists, skipping" msgstr "Relation »%s« existiert bereits, wird übersprungen" @@ -4412,13 +4430,13 @@ msgid "cannot reindex temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht reindizieren" -#: catalog/index.c:3639 commands/indexcmds.c:3478 +#: catalog/index.c:3639 commands/indexcmds.c:3555 #, c-format msgid "cannot reindex invalid index on TOAST table" msgstr "ungültiger Index einer TOAST-Tabelle kann nicht reindiziert werden" -#: catalog/index.c:3655 commands/indexcmds.c:3358 commands/indexcmds.c:3502 -#: commands/tablecmds.c:3272 +#: catalog/index.c:3655 commands/indexcmds.c:3435 commands/indexcmds.c:3579 +#: commands/tablecmds.c:3273 #, c-format msgid "cannot move system relation \"%s\"" msgstr "Systemrelation »%s« kann nicht verschoben werden" @@ -4434,7 +4452,7 @@ msgstr "ungültiger Index »%s.%s« einer TOAST-Tabelle kann nicht reindizert werden, wird übersprungen" #: catalog/namespace.c:259 catalog/namespace.c:463 catalog/namespace.c:555 -#: commands/trigger.c:5152 +#: commands/trigger.c:5202 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "Verweise auf andere Datenbanken sind nicht implementiert: »%s.%s.%s«" @@ -4517,7 +4535,7 @@ msgid "cross-database references are not implemented: %s" msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s" -#: catalog/namespace.c:2889 gram.y:15102 gram.y:17076 parser/parse_expr.c:817 +#: catalog/namespace.c:2889 gram.y:15103 gram.y:17077 parser/parse_expr.c:817 #: parser/parse_target.c:1262 #, c-format msgid "improper qualified name (too many dotted names): %s" @@ -4533,8 +4551,8 @@ msgid "cannot move objects into or out of TOAST schema" msgstr "Objekte können nicht in oder aus TOAST-Schemas verschoben werden" -#: catalog/namespace.c:3098 commands/schemacmds.c:234 commands/schemacmds.c:314 -#: commands/tablecmds.c:1248 +#: catalog/namespace.c:3098 commands/schemacmds.c:245 commands/schemacmds.c:325 +#: commands/tablecmds.c:1249 #, c-format msgid "schema \"%s\" does not exist" msgstr "Schema »%s« existiert nicht" @@ -4569,34 +4587,34 @@ msgid "cannot create temporary tables during a parallel operation" msgstr "während einer parallelen Operation können keine temporären Tabellen erzeugt werden" -#: catalog/namespace.c:4334 commands/tablespace.c:1213 commands/variable.c:64 -#: utils/misc/guc.c:11597 utils/misc/guc.c:11675 +#: catalog/namespace.c:4334 commands/tablespace.c:1216 commands/variable.c:64 +#: utils/misc/guc.c:11609 utils/misc/guc.c:11687 #, c-format msgid "List syntax is invalid." msgstr "Die Listensyntax ist ungültig." #: catalog/objectaddress.c:1370 catalog/pg_publication.c:58 #: commands/policy.c:96 commands/policy.c:376 commands/tablecmds.c:243 -#: commands/tablecmds.c:285 commands/tablecmds.c:2159 commands/tablecmds.c:6060 -#: commands/tablecmds.c:11739 +#: commands/tablecmds.c:285 commands/tablecmds.c:2160 commands/tablecmds.c:6082 +#: commands/tablecmds.c:11791 #, c-format msgid "\"%s\" is not a table" msgstr "»%s« ist keine Tabelle" #: catalog/objectaddress.c:1377 commands/tablecmds.c:255 -#: commands/tablecmds.c:6099 commands/tablecmds.c:16540 commands/view.c:119 +#: commands/tablecmds.c:6121 commands/tablecmds.c:16594 commands/view.c:119 #, c-format msgid "\"%s\" is not a view" msgstr "»%s« ist keine Sicht" #: catalog/objectaddress.c:1384 commands/matview.c:186 commands/tablecmds.c:261 -#: commands/tablecmds.c:16545 +#: commands/tablecmds.c:16599 #, c-format msgid "\"%s\" is not a materialized view" msgstr "»%s« ist keine materialisierte Sicht" #: catalog/objectaddress.c:1391 commands/tablecmds.c:279 -#: commands/tablecmds.c:6102 commands/tablecmds.c:16550 +#: commands/tablecmds.c:6124 commands/tablecmds.c:16604 #, c-format msgid "\"%s\" is not a foreign table" msgstr "»%s« ist keine Fremdtabelle" @@ -4640,7 +4658,7 @@ msgstr "Benutzerabbildung für Benutzer »%s« auf Server »%s« existiert nicht" #: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 -#: commands/foreigncmds.c:988 commands/foreigncmds.c:1347 foreign/foreign.c:723 +#: commands/foreigncmds.c:997 commands/foreigncmds.c:1360 foreign/foreign.c:723 #, c-format msgid "server \"%s\" does not exist" msgstr "Server »%s« existiert nicht" @@ -5176,22 +5194,22 @@ msgid "cast from type %s to type %s already exists" msgstr "Typumwandlung von Typ %s in Typ %s existiert bereits" -#: catalog/pg_collation.c:93 catalog/pg_collation.c:140 +#: catalog/pg_collation.c:103 catalog/pg_collation.c:161 #, c-format msgid "collation \"%s\" already exists, skipping" msgstr "Sortierfolge »%s« existiert bereits, wird übersprungen" -#: catalog/pg_collation.c:95 +#: catalog/pg_collation.c:105 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists, skipping" msgstr "Sortierfolge »%s« für Kodierung »%s« existiert bereits, wird übersprungen" -#: catalog/pg_collation.c:103 catalog/pg_collation.c:147 +#: catalog/pg_collation.c:113 catalog/pg_collation.c:168 #, c-format msgid "collation \"%s\" already exists" msgstr "Sortierfolge »%s« existiert bereits" -#: catalog/pg_collation.c:105 +#: catalog/pg_collation.c:115 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists" msgstr "Sortierfolge »%s« für Kodierung »%s« existiert bereits" @@ -5206,7 +5224,7 @@ msgid "constraint \"%s\" for table \"%s\" does not exist" msgstr "Constraint »%s« für Tabelle »%s« existiert nicht" -#: catalog/pg_constraint.c:1056 +#: catalog/pg_constraint.c:1067 #, c-format msgid "constraint \"%s\" for domain %s does not exist" msgstr "Constraint »%s« für Domäne %s existiert nicht" @@ -5221,12 +5239,27 @@ msgid "default conversion for %s to %s already exists" msgstr "Standardumwandlung von %s nach %s existiert bereits" -#: catalog/pg_depend.c:211 commands/extension.c:3352 +#: catalog/pg_depend.c:218 commands/extension.c:3352 #, c-format msgid "%s is already a member of extension \"%s\"" msgstr "%s ist schon Mitglied der Erweiterung »%s«" -#: catalog/pg_depend.c:587 +#: catalog/pg_depend.c:225 catalog/pg_depend.c:276 commands/extension.c:3392 +#, c-format +msgid "%s is not a member of extension \"%s\"" +msgstr "%s ist kein Mitglied der Erweiterung »%s«" + +#: catalog/pg_depend.c:228 +#, c-format +msgid "An extension is not allowed to replace an object that it does not own." +msgstr "Eine Erweiterung darf kein Objekt ersetzen, das ihr nicht gehört." + +#: catalog/pg_depend.c:279 +#, c-format +msgid "An extension may only use CREATE ... IF NOT EXISTS to skip object creation if the conflicting object is one that it already owns." +msgstr "Eine Erweiterung darf CREATE .. IF NOT EXISTS zum Überspringen der Erzeugung eines Objekts nur verwenden, wenn ihr das vorhandene Objekt schon gehört." + +#: catalog/pg_depend.c:644 #, c-format msgid "cannot remove dependency on %s because it is a system object" msgstr "kann Abhängigkeit von %s nicht entfernen, weil es ein Systemobjekt ist" @@ -5276,8 +5309,8 @@ msgid "The partition is being detached concurrently or has an unfinished detach." msgstr "Die Partition wird nebenläufig abgetrennt oder hat eine unfertige Abtrennoperation." -#: catalog/pg_inherits.c:596 commands/tablecmds.c:4450 -#: commands/tablecmds.c:14840 +#: catalog/pg_inherits.c:596 commands/tablecmds.c:4455 +#: commands/tablecmds.c:14894 #, c-format msgid "Use ALTER TABLE ... DETACH PARTITION ... FINALIZE to complete the pending detach operation." msgstr "Verwendet Sie ALTER TABLE ... DETACH PARTITION ... FINALIZE, um die unerledigte Abtrennoperation abzuschließen." @@ -5292,7 +5325,7 @@ msgid "There's no pending concurrent detach." msgstr "Es gibt keine unerledigte nebenläufige Abtrennoperation." -#: catalog/pg_namespace.c:64 commands/schemacmds.c:243 +#: catalog/pg_namespace.c:64 commands/schemacmds.c:254 #, c-format msgid "schema \"%s\" already exists" msgstr "Schema »%s« existiert bereits" @@ -5444,7 +5477,7 @@ msgid "SQL functions cannot have arguments of type %s" msgstr "SQL-Funktionen können keine Argumente vom Typ »%s« haben" -#: catalog/pg_proc.c:995 executor/functions.c:1458 +#: catalog/pg_proc.c:995 executor/functions.c:1473 #, c-format msgid "SQL function \"%s\"" msgstr "SQL-Funktion »%s«" @@ -5608,28 +5641,28 @@ msgid "fixed-size types must have storage PLAIN" msgstr "Typen mit fester Größe müssen Storage-Typ PLAIN haben" -#: catalog/pg_type.c:824 +#: catalog/pg_type.c:827 #, c-format msgid "could not form array type name for type \"%s\"" msgstr "konnte keinen Arraytypnamen für Datentyp »%s« erzeugen" -#: catalog/pg_type.c:929 +#: catalog/pg_type.c:932 #, c-format msgid "Failed while creating a multirange type for type \"%s\"." msgstr "Fehler während der Erzeugung eines Multirange-Typs für Typ »%s«." -#: catalog/pg_type.c:930 +#: catalog/pg_type.c:933 #, c-format msgid "You can manually specify a multirange type name using the \"multirange_type_name\" attribute." msgstr "Sie können einen Multirange-Typnamen manuell angeben, mit dem Attribut »multirange_type_name«." -#: catalog/storage.c:477 storage/buffer/bufmgr.c:1035 +#: catalog/storage.c:477 storage/buffer/bufmgr.c:1045 #, c-format msgid "invalid page in block %u of relation %s" msgstr "ungültige Seite in Block %u von Relation %s" -#: catalog/toasting.c:110 commands/indexcmds.c:677 commands/tablecmds.c:6072 -#: commands/tablecmds.c:16405 +#: catalog/toasting.c:110 commands/indexcmds.c:692 commands/tablecmds.c:6094 +#: commands/tablecmds.c:16459 #, c-format msgid "\"%s\" is not a table or materialized view" msgstr "»%s« ist keine Tabelle oder materialisierte Sicht" @@ -5734,7 +5767,7 @@ msgid "foreign-data wrapper \"%s\" already exists" msgstr "Fremddaten-Wrapper »%s« existiert bereits" -#: commands/alter.c:90 commands/foreigncmds.c:879 +#: commands/alter.c:90 commands/foreigncmds.c:888 #, c-format msgid "server \"%s\" already exists" msgstr "Server »%s« existiert bereits" @@ -5809,7 +5842,7 @@ msgid "access method \"%s\" already exists" msgstr "Zugriffsmethode »%s« existiert bereits" -#: commands/amcmds.c:154 commands/indexcmds.c:210 commands/indexcmds.c:828 +#: commands/amcmds.c:154 commands/indexcmds.c:213 commands/indexcmds.c:843 #: commands/opclasscmds.c:375 commands/opclasscmds.c:833 #, c-format msgid "access method \"%s\" does not exist" @@ -5857,17 +5890,17 @@ msgid "automatic analyze of table \"%s.%s.%s\"\n" msgstr "automatisches Analysieren der Tabelle »%s.%s.%s«\n" -#: commands/analyze.c:1351 +#: commands/analyze.c:1352 #, c-format msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows" msgstr "»%s«: %d von %u Seiten gelesen, enthalten %.0f lebende Zeilen und %.0f tote Zeilen; %d Zeilen in Stichprobe, schätzungsweise %.0f Zeilen insgesamt" -#: commands/analyze.c:1431 +#: commands/analyze.c:1432 #, c-format msgid "skipping analyze of \"%s.%s\" inheritance tree --- this inheritance tree contains no child tables" msgstr "überspringe Analysieren des Vererbungsbaums »%s.%s« --- dieser Vererbungsbaum enthält keine abgeleiteten Tabellen" -#: commands/analyze.c:1529 +#: commands/analyze.c:1530 #, c-format msgid "skipping analyze of \"%s.%s\" inheritance tree --- this inheritance tree contains no analyzable child tables" msgstr "überspringe Analysieren des Vererbungsbaums »%s.%s« --- dieser Vererbungsbaum enthält keine analysierbaren abgeleiteten Tabellen" @@ -5932,7 +5965,7 @@ msgid "there is no previously clustered index for table \"%s\"" msgstr "es gibt keinen bereits geclusterten Index für Tabelle »%s«" -#: commands/cluster.c:187 commands/tablecmds.c:13561 commands/tablecmds.c:15433 +#: commands/cluster.c:187 commands/tablecmds.c:13613 commands/tablecmds.c:15487 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "Index »%s« für Tabelle »%s« existiert nicht" @@ -5947,7 +5980,7 @@ msgid "cannot vacuum temporary tables of other sessions" msgstr "temporäre Tabellen anderer Sitzungen können nicht gevacuumt werden" -#: commands/cluster.c:471 commands/tablecmds.c:15443 +#: commands/cluster.c:471 commands/tablecmds.c:15497 #, c-format msgid "\"%s\" is not an index for table \"%s\"" msgstr "»%s« ist kein Index für Tabelle »%s«" @@ -6072,16 +6105,16 @@ msgid "no usable system locales were found" msgstr "keine brauchbaren System-Locales gefunden" -#: commands/comment.c:61 commands/dbcommands.c:841 commands/dbcommands.c:1037 -#: commands/dbcommands.c:1150 commands/dbcommands.c:1340 -#: commands/dbcommands.c:1588 commands/dbcommands.c:1702 -#: commands/dbcommands.c:2142 utils/init/postinit.c:887 +#: commands/comment.c:61 commands/dbcommands.c:842 commands/dbcommands.c:1038 +#: commands/dbcommands.c:1151 commands/dbcommands.c:1341 +#: commands/dbcommands.c:1589 commands/dbcommands.c:1703 +#: commands/dbcommands.c:2143 utils/init/postinit.c:887 #: utils/init/postinit.c:992 utils/init/postinit.c:1009 #, c-format msgid "database \"%s\" does not exist" msgstr "Datenbank »%s« existiert nicht" -#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:979 +#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:989 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table" msgstr "»%s« ist weder Tabelle, Sicht, materialisierte Sicht, zusammengesetzter Typ noch Fremdtabelle" @@ -6172,7 +6205,7 @@ msgid "argument to option \"%s\" must be a valid encoding name" msgstr "Argument von Option »%s« muss ein gültiger Kodierungsname sein" -#: commands/copy.c:522 commands/dbcommands.c:253 commands/dbcommands.c:1536 +#: commands/copy.c:522 commands/dbcommands.c:254 commands/dbcommands.c:1537 #, c-format msgid "option \"%s\" not recognized" msgstr "Option »%s« nicht erkannt" @@ -6287,15 +6320,15 @@ msgid "Generated columns cannot be used in COPY." msgstr "Generierte Spalten können nicht in COPY verwendet werden." -#: commands/copy.c:746 commands/indexcmds.c:1806 commands/statscmds.c:241 -#: commands/tablecmds.c:2346 commands/tablecmds.c:3002 -#: commands/tablecmds.c:3495 parser/parse_relation.c:3605 -#: parser/parse_relation.c:3625 utils/adt/tsvector_op.c:2680 +#: commands/copy.c:746 commands/indexcmds.c:1842 commands/statscmds.c:245 +#: commands/tablecmds.c:2347 commands/tablecmds.c:3003 +#: commands/tablecmds.c:3496 parser/parse_relation.c:3637 +#: parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 #, c-format msgid "column \"%s\" does not exist" msgstr "Spalte »%s« existiert nicht" -#: commands/copy.c:753 commands/tablecmds.c:2372 commands/trigger.c:951 +#: commands/copy.c:753 commands/tablecmds.c:2373 commands/trigger.c:951 #: parser/parse_target.c:1079 parser/parse_target.c:1090 #, c-format msgid "column \"%s\" specified more than once" @@ -6432,7 +6465,7 @@ msgstr "konnte nicht aus COPY-Datei lesen: %m" #: commands/copyfromparse.c:277 commands/copyfromparse.c:302 -#: tcop/postgres.c:360 +#: tcop/postgres.c:359 #, c-format msgid "unexpected EOF on client connection with an open transaction" msgstr "unerwartetes EOF auf Client-Verbindung mit einer offenen Transaktion" @@ -6639,257 +6672,268 @@ msgid "COPY TO instructs the PostgreSQL server process to write a file. You may want a client-side facility such as psql's \\copy." msgstr "Mit COPY TO schreibt der PostgreSQL-Serverprozess eine Datei. Möglicherweise möchten Sie Funktionalität auf Client-Seite verwenden, wie zum Beispiel \\copy in psql." -#: commands/createas.c:215 commands/createas.c:511 +#: commands/createas.c:215 commands/createas.c:523 #, c-format msgid "too many column names were specified" msgstr "zu viele Spaltennamen wurden angegeben" -#: commands/createas.c:534 +#: commands/createas.c:546 #, c-format msgid "policies not yet implemented for this command" msgstr "Policys sind für diesen Befehl noch nicht implementiert" -#: commands/dbcommands.c:246 +#: commands/dbcommands.c:247 #, c-format msgid "LOCATION is not supported anymore" msgstr "LOCATION wird nicht mehr unterstützt" -#: commands/dbcommands.c:247 +#: commands/dbcommands.c:248 #, c-format msgid "Consider using tablespaces instead." msgstr "Verwenden Sie stattdessen Tablespaces." -#: commands/dbcommands.c:261 +#: commands/dbcommands.c:262 #, c-format msgid "LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE." msgstr "LOCALE kann nicht zusammen mit LC_COLLATE oder LC_CTYPE angegeben werden." -#: commands/dbcommands.c:279 utils/adt/ascii.c:145 +#: commands/dbcommands.c:280 utils/adt/ascii.c:145 #, c-format msgid "%d is not a valid encoding code" msgstr "%d ist kein gültiger Kodierungscode" -#: commands/dbcommands.c:290 utils/adt/ascii.c:127 +#: commands/dbcommands.c:291 utils/adt/ascii.c:127 #, c-format msgid "%s is not a valid encoding name" msgstr "%s ist kein gültiger Kodierungsname" -#: commands/dbcommands.c:314 commands/dbcommands.c:1569 commands/user.c:275 +#: commands/dbcommands.c:315 commands/dbcommands.c:1570 commands/user.c:275 #: commands/user.c:691 #, c-format msgid "invalid connection limit: %d" msgstr "ungültige Verbindungshöchstgrenze: %d" -#: commands/dbcommands.c:333 +#: commands/dbcommands.c:334 #, c-format msgid "permission denied to create database" msgstr "keine Berechtigung, um Datenbank zu erzeugen" -#: commands/dbcommands.c:356 +#: commands/dbcommands.c:357 #, c-format msgid "template database \"%s\" does not exist" msgstr "Template-Datenbank »%s« existiert nicht" -#: commands/dbcommands.c:368 +#: commands/dbcommands.c:369 #, c-format msgid "permission denied to copy database \"%s\"" msgstr "keine Berechtigung, um Datenbank »%s« zu kopieren" -#: commands/dbcommands.c:384 +#: commands/dbcommands.c:385 #, c-format msgid "invalid server encoding %d" msgstr "ungültige Serverkodierung %d" -#: commands/dbcommands.c:390 commands/dbcommands.c:395 +#: commands/dbcommands.c:391 commands/dbcommands.c:396 #, c-format msgid "invalid locale name: \"%s\"" msgstr "ungültiger Locale-Name: »%s«" -#: commands/dbcommands.c:415 +#: commands/dbcommands.c:416 #, c-format msgid "new encoding (%s) is incompatible with the encoding of the template database (%s)" msgstr "neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-Datenbank (%s)" -#: commands/dbcommands.c:418 +#: commands/dbcommands.c:419 #, c-format msgid "Use the same encoding as in the template database, or use template0 as template." msgstr "Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder verwenden Sie template0 als Template." -#: commands/dbcommands.c:423 +#: commands/dbcommands.c:424 #, c-format msgid "new collation (%s) is incompatible with the collation of the template database (%s)" msgstr "neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der Template-Datenbank (%s)" -#: commands/dbcommands.c:425 +#: commands/dbcommands.c:426 #, c-format msgid "Use the same collation as in the template database, or use template0 as template." msgstr "Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder verwenden Sie template0 als Template." -#: commands/dbcommands.c:430 +#: commands/dbcommands.c:431 #, c-format msgid "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database (%s)" msgstr "neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank (%s)" -#: commands/dbcommands.c:432 +#: commands/dbcommands.c:433 #, c-format msgid "Use the same LC_CTYPE as in the template database, or use template0 as template." msgstr "Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden Sie template0 als Template." -#: commands/dbcommands.c:454 commands/dbcommands.c:1196 +#: commands/dbcommands.c:455 commands/dbcommands.c:1197 #, c-format msgid "pg_global cannot be used as default tablespace" msgstr "pg_global kann nicht als Standard-Tablespace verwendet werden" -#: commands/dbcommands.c:480 +#: commands/dbcommands.c:481 #, c-format msgid "cannot assign new default tablespace \"%s\"" msgstr "kann neuen Standard-Tablespace »%s« nicht setzen" -#: commands/dbcommands.c:482 +#: commands/dbcommands.c:483 #, c-format msgid "There is a conflict because database \"%s\" already has some tables in this tablespace." msgstr "Es gibt einen Konflikt, weil Datenbank »%s« schon einige Tabellen in diesem Tablespace hat." -#: commands/dbcommands.c:512 commands/dbcommands.c:1066 +#: commands/dbcommands.c:513 commands/dbcommands.c:1067 #, c-format msgid "database \"%s\" already exists" msgstr "Datenbank »%s« existiert bereits" -#: commands/dbcommands.c:526 +#: commands/dbcommands.c:527 #, c-format msgid "source database \"%s\" is being accessed by other users" msgstr "auf Quelldatenbank »%s« wird gerade von anderen Benutzern zugegriffen" -#: commands/dbcommands.c:769 commands/dbcommands.c:784 +#: commands/dbcommands.c:770 commands/dbcommands.c:785 #, c-format msgid "encoding \"%s\" does not match locale \"%s\"" msgstr "Kodierung »%s« stimmt nicht mit Locale »%s« überein" -#: commands/dbcommands.c:772 +#: commands/dbcommands.c:773 #, c-format msgid "The chosen LC_CTYPE setting requires encoding \"%s\"." msgstr "Die gewählte LC_CTYPE-Einstellung verlangt die Kodierung »%s«." -#: commands/dbcommands.c:787 +#: commands/dbcommands.c:788 #, c-format msgid "The chosen LC_COLLATE setting requires encoding \"%s\"." msgstr "Die gewählte LC_COLLATE-Einstellung verlangt die Kodierung »%s«." -#: commands/dbcommands.c:848 +#: commands/dbcommands.c:849 #, c-format msgid "database \"%s\" does not exist, skipping" msgstr "Datenbank »%s« existiert nicht, wird übersprungen" -#: commands/dbcommands.c:872 +#: commands/dbcommands.c:873 #, c-format msgid "cannot drop a template database" msgstr "Template-Datenbank kann nicht gelöscht werden" -#: commands/dbcommands.c:878 +#: commands/dbcommands.c:879 #, c-format msgid "cannot drop the currently open database" msgstr "kann aktuell geöffnete Datenbank nicht löschen" -#: commands/dbcommands.c:891 +#: commands/dbcommands.c:892 #, c-format msgid "database \"%s\" is used by an active logical replication slot" msgstr "Datenbank »%s« wird von einem aktiven logischen Replikations-Slot verwendet" -#: commands/dbcommands.c:893 +#: commands/dbcommands.c:894 #, c-format msgid "There is %d active slot." msgid_plural "There are %d active slots." msgstr[0] "%d Slot ist vorhanden." msgstr[1] "%d Slots sind vorhanden." -#: commands/dbcommands.c:907 +#: commands/dbcommands.c:908 #, c-format msgid "database \"%s\" is being used by logical replication subscription" msgstr "Datenbank »%s« wird von einer Subskription für logische Replikation verwendet" -#: commands/dbcommands.c:909 +#: commands/dbcommands.c:910 #, c-format msgid "There is %d subscription." msgid_plural "There are %d subscriptions." msgstr[0] "%d Subskription ist vorhanden." msgstr[1] "%d Subskriptionen sind vorhanden." -#: commands/dbcommands.c:930 commands/dbcommands.c:1088 -#: commands/dbcommands.c:1218 +#: commands/dbcommands.c:931 commands/dbcommands.c:1089 +#: commands/dbcommands.c:1219 #, c-format msgid "database \"%s\" is being accessed by other users" msgstr "auf Datenbank »%s« wird von anderen Benutzern zugegriffen" -#: commands/dbcommands.c:1048 +#: commands/dbcommands.c:1049 #, c-format msgid "permission denied to rename database" msgstr "keine Berechtigung, um Datenbank umzubenennen" -#: commands/dbcommands.c:1077 +#: commands/dbcommands.c:1078 #, c-format msgid "current database cannot be renamed" msgstr "aktuelle Datenbank kann nicht umbenannt werden" -#: commands/dbcommands.c:1174 +#: commands/dbcommands.c:1175 #, c-format msgid "cannot change the tablespace of the currently open database" msgstr "kann den Tablespace der aktuell geöffneten Datenbank nicht ändern" -#: commands/dbcommands.c:1277 +#: commands/dbcommands.c:1278 #, c-format msgid "some relations of database \"%s\" are already in tablespace \"%s\"" msgstr "einige Relationen von Datenbank »%s« ist bereits in Tablespace »%s«" -#: commands/dbcommands.c:1279 +#: commands/dbcommands.c:1280 #, c-format msgid "You must move them back to the database's default tablespace before using this command." msgstr "Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, bevor Sie diesen Befehl verwenden können." -#: commands/dbcommands.c:1404 commands/dbcommands.c:1980 -#: commands/dbcommands.c:2203 commands/dbcommands.c:2261 +#: commands/dbcommands.c:1405 commands/dbcommands.c:1981 +#: commands/dbcommands.c:2244 commands/dbcommands.c:2330 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" msgstr "einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis »%s« zurückgelassen" -#: commands/dbcommands.c:1460 +#: commands/dbcommands.c:1461 #, c-format msgid "unrecognized DROP DATABASE option \"%s\"" msgstr "unbekannte DROP-DATABASE-Option »%s«" -#: commands/dbcommands.c:1550 +#: commands/dbcommands.c:1551 #, c-format msgid "option \"%s\" cannot be specified with other options" msgstr "Option »%s« kann nicht mit anderen Optionen angegeben werden" -#: commands/dbcommands.c:1606 +#: commands/dbcommands.c:1607 #, c-format msgid "cannot disallow connections for current database" msgstr "Verbindungen mit der aktuellen Datenbank können nicht verboten werden" -#: commands/dbcommands.c:1742 +#: commands/dbcommands.c:1743 #, c-format msgid "permission denied to change owner of database" msgstr "keine Berechtigung, um Eigentümer der Datenbank zu ändern" -#: commands/dbcommands.c:2086 +#: commands/dbcommands.c:2087 #, c-format msgid "There are %d other session(s) and %d prepared transaction(s) using the database." msgstr "%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die Datenbank." -#: commands/dbcommands.c:2089 +#: commands/dbcommands.c:2090 #, c-format msgid "There is %d other session using the database." msgid_plural "There are %d other sessions using the database." msgstr[0] "%d andere Sitzung verwendet die Datenbank." msgstr[1] "%d andere Sitzungen verwenden die Datenbank." -#: commands/dbcommands.c:2094 storage/ipc/procarray.c:3850 +#: commands/dbcommands.c:2095 storage/ipc/procarray.c:3860 #, c-format msgid "There is %d prepared transaction using the database." msgid_plural "There are %d prepared transactions using the database." msgstr[0] "%d vorbereitete Transaktion verwendet die Datenbank." msgstr[1] "%d vorbereitete Transaktionen verwenden die Datenbank." +#: commands/dbcommands.c:2201 +#, c-format +msgid "missing directory \"%s\"" +msgstr "Verzeichnis »%s« fehlt" + +#: commands/dbcommands.c:2260 commands/tablespace.c:188 +#: commands/tablespace.c:634 +#, c-format +msgid "could not stat directory \"%s\": %m" +msgstr "konnte »stat« für Verzeichnis »%s« nicht ausführen: %m" + #: commands/define.c:54 commands/define.c:228 commands/define.c:260 #: commands/define.c:288 commands/define.c:334 #, c-format @@ -6928,7 +6972,7 @@ msgstr "ungültiges Argument für %s: »%s«" #: commands/dropcmds.c:100 commands/functioncmds.c:1411 -#: utils/adt/ruleutils.c:2813 +#: utils/adt/ruleutils.c:2814 #, c-format msgid "\"%s\" is an aggregate function" msgstr "»%s« ist eine Aggregatfunktion" @@ -6938,14 +6982,14 @@ msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "Verwenden Sie DROP AGGREGATE, um Aggregatfunktionen zu löschen." -#: commands/dropcmds.c:158 commands/sequence.c:447 commands/tablecmds.c:3579 -#: commands/tablecmds.c:3737 commands/tablecmds.c:3790 -#: commands/tablecmds.c:15866 tcop/utility.c:1324 +#: commands/dropcmds.c:158 commands/sequence.c:455 commands/tablecmds.c:3580 +#: commands/tablecmds.c:3738 commands/tablecmds.c:3791 +#: commands/tablecmds.c:15920 tcop/utility.c:1324 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "Relation »%s« existiert nicht, wird übersprungen" -#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1253 +#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1254 #, c-format msgid "schema \"%s\" does not exist, skipping" msgstr "Schema »%s« existiert nicht, wird übersprungen" @@ -6970,7 +7014,7 @@ msgid "conversion \"%s\" does not exist, skipping" msgstr "Konversion »%s« existiert nicht, wird übersprungen" -#: commands/dropcmds.c:293 commands/statscmds.c:670 +#: commands/dropcmds.c:293 commands/statscmds.c:674 #, c-format msgid "statistics object \"%s\" does not exist, skipping" msgstr "Statistikobjekt »%s« existiert nicht, wird übersprungen" @@ -7065,7 +7109,7 @@ msgid "foreign-data wrapper \"%s\" does not exist, skipping" msgstr "Fremddaten-Wrapper »%s« existiert nicht, wird übersprungen" -#: commands/dropcmds.c:453 commands/foreigncmds.c:1351 +#: commands/dropcmds.c:453 commands/foreigncmds.c:1364 #, c-format msgid "server \"%s\" does not exist, skipping" msgstr "Server »%s« existiert nicht, wird übersprungen" @@ -7240,7 +7284,7 @@ msgstr "Parameter »%s« kann nicht in einer sekundären Erweitungskontrolldatei gesetzt werden" #: commands/extension.c:552 commands/extension.c:560 commands/extension.c:568 -#: utils/misc/guc.c:7094 +#: utils/misc/guc.c:7106 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "Parameter »%s« erfordert einen Boole’schen Wert" @@ -7410,11 +7454,6 @@ msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension" msgstr "kann Schema »%s« nicht zu Erweiterung »%s« hinzufügen, weil das Schema die Erweiterung enthält" -#: commands/extension.c:3392 -#, c-format -msgid "%s is not a member of extension \"%s\"" -msgstr "%s ist kein Mitglied der Erweiterung »%s«" - #: commands/extension.c:3458 #, c-format msgid "file \"%s\" is too large" @@ -7480,42 +7519,42 @@ msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid" msgstr "durch Ändern des Validators des Fremddaten-Wrappers können die Optionen von abhängigen Objekten ungültig werden" -#: commands/foreigncmds.c:871 +#: commands/foreigncmds.c:880 #, c-format msgid "server \"%s\" already exists, skipping" msgstr "Server »%s« existiert bereits, wird übersprungen" -#: commands/foreigncmds.c:1135 +#: commands/foreigncmds.c:1148 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\", skipping" msgstr "Benutzerabbildung für »%s« existiert bereits für Server »%s«, wird übersprungen" -#: commands/foreigncmds.c:1145 +#: commands/foreigncmds.c:1158 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\"" msgstr "Benutzerabbildung für »%s« existiert bereits für Server »%s«" -#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1365 +#: commands/foreigncmds.c:1258 commands/foreigncmds.c:1378 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\"" msgstr "Benutzerabbildung für »%s« existiert nicht für Server »%s«" -#: commands/foreigncmds.c:1370 +#: commands/foreigncmds.c:1383 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\", skipping" msgstr "Benutzerabbildung für »%s« existiert nicht für Server »%s«, wird übersprungen" -#: commands/foreigncmds.c:1498 foreign/foreign.c:389 +#: commands/foreigncmds.c:1511 foreign/foreign.c:389 #, c-format msgid "foreign-data wrapper \"%s\" has no handler" msgstr "Fremddaten-Wrapper »%s« hat keinen Handler" -#: commands/foreigncmds.c:1504 +#: commands/foreigncmds.c:1517 #, c-format msgid "foreign-data wrapper \"%s\" does not support IMPORT FOREIGN SCHEMA" msgstr "Fremddaten-Wrapper »%s« unterstützt IMPORT FOREIGN SCHEMA nicht" -#: commands/foreigncmds.c:1606 +#: commands/foreigncmds.c:1619 #, c-format msgid "importing foreign table \"%s\"" msgstr "importiere Fremdtabelle »%s«" @@ -7883,299 +7922,299 @@ msgstr[0] "kann nicht mehr als %d Argument an eine Prozedur übergeben" msgstr[1] "kann nicht mehr als %d Argumente an eine Prozedur übergeben" -#: commands/indexcmds.c:619 +#: commands/indexcmds.c:634 #, c-format msgid "must specify at least one column" msgstr "mindestens eine Spalte muss angegeben werden" -#: commands/indexcmds.c:623 +#: commands/indexcmds.c:638 #, c-format msgid "cannot use more than %d columns in an index" msgstr "Index kann nicht mehr als %d Spalten enthalten" -#: commands/indexcmds.c:671 +#: commands/indexcmds.c:686 #, c-format msgid "cannot create index on foreign table \"%s\"" msgstr "kann keinen Index für Fremdtabelle »%s« erzeugen" -#: commands/indexcmds.c:702 +#: commands/indexcmds.c:717 #, c-format msgid "cannot create index on partitioned table \"%s\" concurrently" msgstr "kann Index für partitionierte Tabelle »%s« nicht nebenläufig erzeugen" -#: commands/indexcmds.c:707 +#: commands/indexcmds.c:722 #, c-format msgid "cannot create exclusion constraints on partitioned table \"%s\"" msgstr "kann keinen Exclusion-Constraint für partitionierte Tabelle »%s« erzeugen" -#: commands/indexcmds.c:717 +#: commands/indexcmds.c:732 #, c-format msgid "cannot create indexes on temporary tables of other sessions" msgstr "kann keine Indexe für temporäre Tabellen anderer Sitzungen erzeugen" -#: commands/indexcmds.c:755 commands/tablecmds.c:753 commands/tablespace.c:1181 +#: commands/indexcmds.c:770 commands/tablecmds.c:754 commands/tablespace.c:1184 #, c-format msgid "cannot specify default tablespace for partitioned relations" msgstr "für partitionierte Relationen kann kein Standard-Tablespace angegeben werden" -#: commands/indexcmds.c:787 commands/tablecmds.c:788 commands/tablecmds.c:3279 +#: commands/indexcmds.c:802 commands/tablecmds.c:789 commands/tablecmds.c:3280 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden" -#: commands/indexcmds.c:820 +#: commands/indexcmds.c:835 #, c-format msgid "substituting access method \"gist\" for obsolete method \"rtree\"" msgstr "ersetze Zugriffsmethode »gist« für obsolete Methode »rtree«" -#: commands/indexcmds.c:841 +#: commands/indexcmds.c:856 #, c-format msgid "access method \"%s\" does not support unique indexes" msgstr "Zugriffsmethode »%s« unterstützt keine Unique Indexe" -#: commands/indexcmds.c:846 +#: commands/indexcmds.c:861 #, c-format msgid "access method \"%s\" does not support included columns" msgstr "Zugriffsmethode »%s« unterstützt keine eingeschlossenen Spalten" -#: commands/indexcmds.c:851 +#: commands/indexcmds.c:866 #, c-format msgid "access method \"%s\" does not support multicolumn indexes" msgstr "Zugriffsmethode »%s« unterstützt keine mehrspaltigen Indexe" -#: commands/indexcmds.c:856 +#: commands/indexcmds.c:871 #, c-format msgid "access method \"%s\" does not support exclusion constraints" msgstr "Zugriffsmethode »%s« unterstützt keine Exclusion-Constraints" -#: commands/indexcmds.c:979 +#: commands/indexcmds.c:995 #, c-format msgid "cannot match partition key to an index using access method \"%s\"" msgstr "Partitionierungsschlüssel kann nicht mit Zugriffsmethode »%s« mit einem Index gepaart werden" -#: commands/indexcmds.c:989 +#: commands/indexcmds.c:1005 #, c-format msgid "unsupported %s constraint with partition key definition" msgstr "nicht unterstützter %s-Constraint mit Partitionierungsschlüsseldefinition" -#: commands/indexcmds.c:991 +#: commands/indexcmds.c:1007 #, c-format msgid "%s constraints cannot be used when partition keys include expressions." msgstr "%s-Constraints können nicht verwendet werden, wenn Partitionierungsschlüssel Ausdrücke enthalten." -#: commands/indexcmds.c:1030 +#: commands/indexcmds.c:1046 #, c-format msgid "unique constraint on partitioned table must include all partitioning columns" msgstr "Unique-Constraint für partitionierte Tabelle muss alle Partitionierungsspalten enthalten" -#: commands/indexcmds.c:1031 +#: commands/indexcmds.c:1047 #, c-format msgid "%s constraint on table \"%s\" lacks column \"%s\" which is part of the partition key." msgstr "Im %s-Constraint in Tabelle »%s« fehlt Spalte »%s«, welche Teil des Partitionierungsschlüssels ist." -#: commands/indexcmds.c:1050 commands/indexcmds.c:1069 +#: commands/indexcmds.c:1066 commands/indexcmds.c:1085 #, c-format msgid "index creation on system columns is not supported" msgstr "Indexerzeugung für Systemspalten wird nicht unterstützt" -#: commands/indexcmds.c:1263 tcop/utility.c:1510 +#: commands/indexcmds.c:1285 tcop/utility.c:1510 #, c-format msgid "cannot create unique index on partitioned table \"%s\"" msgstr "kann keinen Unique Index für partitionierte Tabelle »%s« erzeugen" -#: commands/indexcmds.c:1265 tcop/utility.c:1512 +#: commands/indexcmds.c:1287 tcop/utility.c:1512 #, c-format msgid "Table \"%s\" contains partitions that are foreign tables." msgstr "Tabelle »%s« enthält Partitionen, die Fremdtabellen sind." -#: commands/indexcmds.c:1735 +#: commands/indexcmds.c:1759 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "Funktionen im Indexprädikat müssen als IMMUTABLE markiert sein" -#: commands/indexcmds.c:1801 parser/parse_utilcmd.c:2515 -#: parser/parse_utilcmd.c:2650 +#: commands/indexcmds.c:1837 parser/parse_utilcmd.c:2525 +#: parser/parse_utilcmd.c:2660 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "Spalte »%s«, die im Schlüssel verwendet wird, existiert nicht" -#: commands/indexcmds.c:1825 parser/parse_utilcmd.c:1814 +#: commands/indexcmds.c:1861 parser/parse_utilcmd.c:1824 #, c-format msgid "expressions are not supported in included columns" msgstr "in eingeschlossenen Spalten werden keine Ausdrücke unterstützt" -#: commands/indexcmds.c:1866 +#: commands/indexcmds.c:1902 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "Funktionen im Indexausdruck müssen als IMMUTABLE markiert sein" -#: commands/indexcmds.c:1881 +#: commands/indexcmds.c:1917 #, c-format msgid "including column does not support a collation" msgstr "inkludierte Spalte unterstützt keine Sortierfolge" -#: commands/indexcmds.c:1885 +#: commands/indexcmds.c:1921 #, c-format msgid "including column does not support an operator class" msgstr "inkludierte Spalte unterstützt keine Operatorklasse" -#: commands/indexcmds.c:1889 +#: commands/indexcmds.c:1925 #, c-format msgid "including column does not support ASC/DESC options" msgstr "inkludierte Spalte unterstützt die Optionen ASC/DESC nicht" -#: commands/indexcmds.c:1893 +#: commands/indexcmds.c:1929 #, c-format msgid "including column does not support NULLS FIRST/LAST options" msgstr "inkludierte Spalte unterstützt die Optionen NULLS FIRST/LAST nicht" -#: commands/indexcmds.c:1920 +#: commands/indexcmds.c:1970 #, c-format msgid "could not determine which collation to use for index expression" msgstr "konnte die für den Indexausdruck zu verwendende Sortierfolge nicht bestimmen" -#: commands/indexcmds.c:1928 commands/tablecmds.c:16871 commands/typecmds.c:810 -#: parser/parse_expr.c:2685 parser/parse_type.c:566 parser/parse_utilcmd.c:3782 -#: utils/adt/misc.c:599 +#: commands/indexcmds.c:1978 commands/tablecmds.c:16925 commands/typecmds.c:810 +#: parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3792 +#: utils/adt/misc.c:628 #, c-format msgid "collations are not supported by type %s" msgstr "Sortierfolgen werden von Typ %s nicht unterstützt" -#: commands/indexcmds.c:1966 +#: commands/indexcmds.c:2043 #, c-format msgid "operator %s is not commutative" msgstr "Operator %s ist nicht kommutativ" -#: commands/indexcmds.c:1968 +#: commands/indexcmds.c:2045 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "In Exclusion-Constraints können nur kommutative Operatoren verwendet werden." -#: commands/indexcmds.c:1994 +#: commands/indexcmds.c:2071 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "Operator %s ist kein Mitglied der Operatorfamilie »%s«" -#: commands/indexcmds.c:1997 +#: commands/indexcmds.c:2074 #, c-format msgid "The exclusion operator must be related to the index operator class for the constraint." msgstr "Der Exklusionsoperator muss in Beziehung zur Indexoperatorklasse des Constraints stehen." -#: commands/indexcmds.c:2032 +#: commands/indexcmds.c:2109 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "Zugriffsmethode »%s« unterstützt die Optionen ASC/DESC nicht" -#: commands/indexcmds.c:2037 +#: commands/indexcmds.c:2114 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "Zugriffsmethode »%s« unterstützt die Optionen NULLS FIRST/LAST nicht" -#: commands/indexcmds.c:2083 commands/tablecmds.c:16896 -#: commands/tablecmds.c:16902 commands/typecmds.c:2317 +#: commands/indexcmds.c:2160 commands/tablecmds.c:16950 +#: commands/tablecmds.c:16956 commands/typecmds.c:2317 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "Datentyp %s hat keine Standardoperatorklasse für Zugriffsmethode »%s«" -#: commands/indexcmds.c:2085 +#: commands/indexcmds.c:2162 #, c-format msgid "You must specify an operator class for the index or define a default operator class for the data type." msgstr "Sie müssen für den Index eine Operatorklasse angeben oder eine Standardoperatorklasse für den Datentyp definieren." -#: commands/indexcmds.c:2114 commands/indexcmds.c:2122 +#: commands/indexcmds.c:2191 commands/indexcmds.c:2199 #: commands/opclasscmds.c:205 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«" -#: commands/indexcmds.c:2136 commands/typecmds.c:2305 +#: commands/indexcmds.c:2213 commands/typecmds.c:2305 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "Operatorklasse »%s« akzeptiert Datentyp %s nicht" -#: commands/indexcmds.c:2226 +#: commands/indexcmds.c:2303 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "es gibt mehrere Standardoperatorklassen für Datentyp %s" -#: commands/indexcmds.c:2554 +#: commands/indexcmds.c:2631 #, c-format msgid "unrecognized REINDEX option \"%s\"" msgstr "unbekannte REINDEX-Option »%s«" -#: commands/indexcmds.c:2778 +#: commands/indexcmds.c:2855 #, c-format msgid "table \"%s\" has no indexes that can be reindexed concurrently" msgstr "Tabelle »%s« hat keine Indexe, die nebenläufig reindiziert werden können" -#: commands/indexcmds.c:2792 +#: commands/indexcmds.c:2869 #, c-format msgid "table \"%s\" has no indexes to reindex" msgstr "Tabelle »%s« hat keine zu reindizierenden Indexe" -#: commands/indexcmds.c:2832 commands/indexcmds.c:3339 -#: commands/indexcmds.c:3467 +#: commands/indexcmds.c:2909 commands/indexcmds.c:3416 +#: commands/indexcmds.c:3544 #, c-format msgid "cannot reindex system catalogs concurrently" msgstr "Systemkataloge können nicht nebenläufig reindiziert werden" -#: commands/indexcmds.c:2855 +#: commands/indexcmds.c:2932 #, c-format msgid "can only reindex the currently open database" msgstr "nur die aktuell geöffnete Datenbank kann reindiziert werden" -#: commands/indexcmds.c:2943 +#: commands/indexcmds.c:3020 #, c-format msgid "cannot reindex system catalogs concurrently, skipping all" msgstr "Systemkataloge können nicht nebenläufig reindiziert werden, werden alle übersprungen" -#: commands/indexcmds.c:2976 +#: commands/indexcmds.c:3053 #, c-format msgid "cannot move system relations, skipping all" msgstr "Systemrelationen können nicht verschoben werden, werden alle übersprungen" -#: commands/indexcmds.c:3023 +#: commands/indexcmds.c:3100 #, c-format msgid "while reindexing partitioned table \"%s.%s\"" msgstr "beim Reindizieren der partitionierten Tabelle »%s.%s«" -#: commands/indexcmds.c:3026 +#: commands/indexcmds.c:3103 #, c-format msgid "while reindexing partitioned index \"%s.%s\"" msgstr "beim Reindizieren des partitionierten Index »%s.%s«" -#: commands/indexcmds.c:3219 commands/indexcmds.c:4075 +#: commands/indexcmds.c:3296 commands/indexcmds.c:4152 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "Tabelle »%s.%s« wurde neu indiziert" -#: commands/indexcmds.c:3371 commands/indexcmds.c:3423 +#: commands/indexcmds.c:3448 commands/indexcmds.c:3500 #, c-format msgid "cannot reindex invalid index \"%s.%s\" concurrently, skipping" msgstr "ungültiger Index »%s.%s« kann nicht nebenläufig reindizert werden, wird übersprungen" -#: commands/indexcmds.c:3377 +#: commands/indexcmds.c:3454 #, c-format msgid "cannot reindex exclusion constraint index \"%s.%s\" concurrently, skipping" msgstr "Exclusion-Constraint-Index »%s.%s« kann nicht nebenläufig reindizert werden, wird übersprungen" -#: commands/indexcmds.c:3532 +#: commands/indexcmds.c:3609 #, c-format msgid "cannot reindex this type of relation concurrently" msgstr "diese Art Relation kann nicht nebenläufig reindiziert werden" -#: commands/indexcmds.c:3553 +#: commands/indexcmds.c:3630 #, c-format msgid "cannot move non-shared relation to tablespace \"%s\"" msgstr "nicht geteilte Relation kann nicht nach Tablespace »%s« verschoben werden" -#: commands/indexcmds.c:4056 commands/indexcmds.c:4068 +#: commands/indexcmds.c:4133 commands/indexcmds.c:4145 #, c-format msgid "index \"%s.%s\" was reindexed" msgstr "Index »%s.%s« wurde neu indiziert" -#: commands/lockcmds.c:92 commands/tablecmds.c:6063 commands/trigger.c:307 -#: rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:938 +#: commands/lockcmds.c:92 commands/tablecmds.c:6085 commands/trigger.c:307 +#: rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:950 #, c-format msgid "\"%s\" is not a table or view" msgstr "»%s« ist keine Tabelle oder Sicht" @@ -8185,7 +8224,7 @@ msgid "CONCURRENTLY cannot be used when the materialized view is not populated" msgstr "CONCURRENTLY kann nicht verwendet werden, wenn die materialisierte Sicht nicht befüllt ist" -#: commands/matview.c:199 gram.y:16812 +#: commands/matview.c:199 gram.y:16813 #, c-format msgid "%s and %s options cannot be used together" msgstr "Optionen %s und %s können nicht zusammen verwendet werden" @@ -8483,12 +8522,12 @@ msgstr "Operator-Attribut »%s« kann nicht geändert werden" #: commands/policy.c:89 commands/policy.c:382 commands/statscmds.c:151 -#: commands/tablecmds.c:1584 commands/tablecmds.c:2164 -#: commands/tablecmds.c:3389 commands/tablecmds.c:6042 -#: commands/tablecmds.c:8926 commands/tablecmds.c:16461 -#: commands/tablecmds.c:16496 commands/trigger.c:313 commands/trigger.c:1289 +#: commands/tablecmds.c:1585 commands/tablecmds.c:2165 +#: commands/tablecmds.c:3390 commands/tablecmds.c:6064 +#: commands/tablecmds.c:8948 commands/tablecmds.c:16515 +#: commands/tablecmds.c:16550 commands/trigger.c:313 commands/trigger.c:1289 #: commands/trigger.c:1398 rewrite/rewriteDefine.c:277 -#: rewrite/rewriteDefine.c:943 rewrite/rewriteRemove.c:80 +#: rewrite/rewriteDefine.c:955 rewrite/rewriteRemove.c:80 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "keine Berechtigung: »%s« ist ein Systemkatalog" @@ -8549,7 +8588,7 @@ msgid "invalid statement name: must not be empty" msgstr "ungültiger Anweisungsname: darf nicht leer sein" -#: commands/prepare.c:131 parser/parse_param.c:313 tcop/postgres.c:1473 +#: commands/prepare.c:131 parser/parse_param.c:313 tcop/postgres.c:1479 #, c-format msgid "could not determine data type of parameter $%d" msgstr "konnte Datentyp von Parameter $%d nicht ermitteln" @@ -8649,17 +8688,17 @@ msgid "The owner of a FOR ALL TABLES publication must be a superuser." msgstr "Der Eigentümer einer FOR-ALL-TABLES-Publikation muss ein Superuser sein." -#: commands/schemacmds.c:105 commands/schemacmds.c:259 +#: commands/schemacmds.c:105 commands/schemacmds.c:270 #, c-format msgid "unacceptable schema name \"%s\"" msgstr "inakzeptabler Schemaname »%s«" -#: commands/schemacmds.c:106 commands/schemacmds.c:260 +#: commands/schemacmds.c:106 commands/schemacmds.c:271 #, c-format msgid "The prefix \"pg_\" is reserved for system schemas." msgstr "Der Präfix »pg_« ist für Systemschemas reserviert." -#: commands/schemacmds.c:120 +#: commands/schemacmds.c:130 #, c-format msgid "schema \"%s\" already exists, skipping" msgstr "Schema »%s« existiert bereits, wird übersprungen" @@ -8689,123 +8728,123 @@ msgid "unlogged sequences are not supported" msgstr "ungeloggte Sequenzen werden nicht unterstützt" -#: commands/sequence.c:709 +#: commands/sequence.c:717 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval: Maximalwert von Sequenz »%s« erreicht (%s)" -#: commands/sequence.c:732 +#: commands/sequence.c:740 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval: Minimalwert von Sequenz »%s« erreicht (%s)" -#: commands/sequence.c:850 +#: commands/sequence.c:858 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "currval von Sequenz »%s« ist in dieser Sitzung noch nicht definiert" -#: commands/sequence.c:869 commands/sequence.c:875 +#: commands/sequence.c:877 commands/sequence.c:883 #, c-format msgid "lastval is not yet defined in this session" msgstr "lastval ist in dieser Sitzung noch nicht definiert" -#: commands/sequence.c:963 +#: commands/sequence.c:971 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "setval: Wert %s ist außerhalb des gültigen Bereichs von Sequenz »%s« (%s..%s)" -#: commands/sequence.c:1359 +#: commands/sequence.c:1367 #, c-format msgid "invalid sequence option SEQUENCE NAME" msgstr "ungültige Sequenzoption SEQUENCE NAME" -#: commands/sequence.c:1385 +#: commands/sequence.c:1393 #, c-format msgid "identity column type must be smallint, integer, or bigint" msgstr "Typ von Identitätsspalte muss smallint, integer oder bigint sein" -#: commands/sequence.c:1386 +#: commands/sequence.c:1394 #, c-format msgid "sequence type must be smallint, integer, or bigint" msgstr "Sequenztyp muss smallint, integer oder bigint sein" -#: commands/sequence.c:1420 +#: commands/sequence.c:1428 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENT darf nicht null sein" -#: commands/sequence.c:1473 +#: commands/sequence.c:1481 #, c-format msgid "MAXVALUE (%s) is out of range for sequence data type %s" msgstr "MAXVALUE (%s) ist außerhalb des gültigen Bereichs für Sequenzdatentyp %s" -#: commands/sequence.c:1510 +#: commands/sequence.c:1518 #, c-format msgid "MINVALUE (%s) is out of range for sequence data type %s" msgstr "MINVALUE (%s) ist außerhalb des gültigen Bereichs für Sequenzdatentyp %s" -#: commands/sequence.c:1524 +#: commands/sequence.c:1532 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s) muss kleiner als MAXVALUE (%s) sein" -#: commands/sequence.c:1551 +#: commands/sequence.c:1559 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "START-Wert (%s) kann nicht kleiner als MINVALUE (%s) sein" -#: commands/sequence.c:1563 +#: commands/sequence.c:1571 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "START-Wert (%s) kann nicht größer als MAXVALUE (%s) sein" -#: commands/sequence.c:1593 +#: commands/sequence.c:1601 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "RESTART-Wert (%s) kann nicht kleiner als MINVALUE (%s) sein" -#: commands/sequence.c:1605 +#: commands/sequence.c:1613 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "RESTART-Wert (%s) kann nicht größer als MAXVALUE (%s) sein" -#: commands/sequence.c:1620 +#: commands/sequence.c:1628 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "CACHE (%s) muss größer als null sein" -#: commands/sequence.c:1657 +#: commands/sequence.c:1665 #, c-format msgid "invalid OWNED BY option" msgstr "ungültige OWNED BY Option" -#: commands/sequence.c:1658 +#: commands/sequence.c:1666 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Geben Sie OWNED BY tabelle.spalte oder OWNED BY NONE an." -#: commands/sequence.c:1683 +#: commands/sequence.c:1691 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "Relation »%s«, auf die verwiesen wird, ist keine Tabelle oder Fremdtabelle" -#: commands/sequence.c:1690 +#: commands/sequence.c:1698 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "Sequenz muss selben Eigentümer wie die verknüpfte Tabelle haben" -#: commands/sequence.c:1694 +#: commands/sequence.c:1702 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "Sequenz muss im selben Schema wie die verknüpfte Tabelle sein" -#: commands/sequence.c:1716 +#: commands/sequence.c:1724 #, c-format msgid "cannot change ownership of identity sequence" msgstr "kann Eigentümer einer Identitätssequenz nicht ändern" -#: commands/sequence.c:1717 commands/tablecmds.c:13253 -#: commands/tablecmds.c:15886 +#: commands/sequence.c:1725 commands/tablecmds.c:13305 +#: commands/tablecmds.c:15940 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Sequenz »%s« ist mit Tabelle »%s« verknüpft." @@ -8820,72 +8859,72 @@ msgid "relation \"%s\" is not a table, foreign table, or materialized view" msgstr "Relation »%s« ist keine Tabelle, Fremdtabelle oder materialisierte Sicht" -#: commands/statscmds.c:189 +#: commands/statscmds.c:193 #, c-format msgid "statistics object \"%s\" already exists, skipping" msgstr "Statistikobjekt »%s« existiert bereits, wird übersprungen" -#: commands/statscmds.c:197 +#: commands/statscmds.c:201 #, c-format msgid "statistics object \"%s\" already exists" msgstr "Statistikobjekt »%s« existiert bereits" -#: commands/statscmds.c:208 +#: commands/statscmds.c:212 #, c-format msgid "cannot have more than %d columns in statistics" msgstr "Statistiken können nicht mehr als %d Spalten enthalten" -#: commands/statscmds.c:249 commands/statscmds.c:272 commands/statscmds.c:305 +#: commands/statscmds.c:253 commands/statscmds.c:276 commands/statscmds.c:309 #, c-format msgid "statistics creation on system columns is not supported" msgstr "Statistikerzeugung für Systemspalten wird nicht unterstützt" -#: commands/statscmds.c:256 commands/statscmds.c:279 +#: commands/statscmds.c:260 commands/statscmds.c:283 #, c-format msgid "column \"%s\" cannot be used in statistics because its type %s has no default btree operator class" msgstr "Spalte »%s« kann nicht in Statistiken verwendet werden, weil ihr Typ %s keine Standardoperatorklasse für btree hat" -#: commands/statscmds.c:322 +#: commands/statscmds.c:326 #, c-format msgid "expression cannot be used in multivariate statistics because its type %s has no default btree operator class" msgstr "Ausdruck kann nicht in multivariaten Statistiken verwendet werden, weil sein Typ %s keine Standardoperatorklasse für btree hat" -#: commands/statscmds.c:343 +#: commands/statscmds.c:347 #, c-format msgid "when building statistics on a single expression, statistics kinds may not be specified" msgstr "wenn Statistiken für einen einzelnen Ausdruck gebaut werden, kann die Statistikart nicht angegeben werden" -#: commands/statscmds.c:372 +#: commands/statscmds.c:376 #, c-format msgid "unrecognized statistics kind \"%s\"" msgstr "unbekannte Statistikart »%s«" -#: commands/statscmds.c:401 +#: commands/statscmds.c:405 #, c-format msgid "extended statistics require at least 2 columns" msgstr "erweiterte Statistiken benötigen mindestens 2 Spalten" -#: commands/statscmds.c:419 +#: commands/statscmds.c:423 #, c-format msgid "duplicate column name in statistics definition" msgstr "doppelter Spaltenname in Statistikdefinition" -#: commands/statscmds.c:454 +#: commands/statscmds.c:458 #, c-format msgid "duplicate expression in statistics definition" msgstr "doppelter Ausdruck in Statistikdefinition" -#: commands/statscmds.c:635 commands/tablecmds.c:7896 +#: commands/statscmds.c:639 commands/tablecmds.c:7918 #, c-format msgid "statistics target %d is too low" msgstr "Statistikziel %d ist zu niedrig" -#: commands/statscmds.c:643 commands/tablecmds.c:7904 +#: commands/statscmds.c:647 commands/tablecmds.c:7926 #, c-format msgid "lowering statistics target to %d" msgstr "setze Statistikziel auf %d herab" -#: commands/statscmds.c:666 +#: commands/statscmds.c:670 #, c-format msgid "statistics object \"%s.%s\" does not exist, skipping" msgstr "Statistikobjekt »%s.%s« existiert nicht, wird übersprungen" @@ -8915,7 +8954,7 @@ msgstr "nur Superuser können Subskriptionen erzeugen" #: commands/subscriptioncmds.c:474 commands/subscriptioncmds.c:572 -#: replication/logical/tablesync.c:975 replication/logical/worker.c:3192 +#: replication/logical/tablesync.c:975 replication/logical/worker.c:3224 #, c-format msgid "could not connect to the publisher: %s" msgstr "konnte nicht mit dem Publikationsserver verbinden: %s" @@ -9073,8 +9112,8 @@ msgid "Use DROP MATERIALIZED VIEW to remove a materialized view." msgstr "Verwenden Sie DROP MATERIALIZED VIEW, um eine materialisierte Sicht zu löschen." -#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18342 -#: parser/parse_utilcmd.c:2247 +#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18406 +#: parser/parse_utilcmd.c:2257 #, c-format msgid "index \"%s\" does not exist" msgstr "Index »%s« existiert nicht" @@ -9097,8 +9136,8 @@ msgid "Use DROP TYPE to remove a type." msgstr "Verwenden Sie DROP TYPE, um einen Typen zu löschen." -#: commands/tablecmds.c:277 commands/tablecmds.c:13092 -#: commands/tablecmds.c:15589 +#: commands/tablecmds.c:277 commands/tablecmds.c:13144 +#: commands/tablecmds.c:15643 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "Fremdtabelle »%s« existiert nicht" @@ -9112,130 +9151,130 @@ msgid "Use DROP FOREIGN TABLE to remove a foreign table." msgstr "Verwenden Sie DROP FOREIGN TABLE, um eine Fremdtabelle zu löschen." -#: commands/tablecmds.c:669 +#: commands/tablecmds.c:670 #, c-format msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT kann nur mit temporären Tabellen verwendet werden" -#: commands/tablecmds.c:700 +#: commands/tablecmds.c:701 #, c-format msgid "cannot create temporary table within security-restricted operation" msgstr "kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation erzeugen" -#: commands/tablecmds.c:736 commands/tablecmds.c:14376 +#: commands/tablecmds.c:737 commands/tablecmds.c:14430 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "von der Relation »%s« würde mehrmals geerbt werden" -#: commands/tablecmds.c:921 +#: commands/tablecmds.c:922 #, c-format msgid "specifying a table access method is not supported on a partitioned table" msgstr "Angabe einer Tabellenzugriffsmethode wird für partitionierte Tabellen nicht unterstützt" -#: commands/tablecmds.c:1017 +#: commands/tablecmds.c:1018 #, c-format msgid "\"%s\" is not partitioned" msgstr "»%s« ist nicht partitioniert" -#: commands/tablecmds.c:1112 +#: commands/tablecmds.c:1113 #, c-format msgid "cannot partition using more than %d columns" msgstr "Partitionierung kann nicht mehr als %d Spalten verwenden" -#: commands/tablecmds.c:1168 +#: commands/tablecmds.c:1169 #, c-format msgid "cannot create foreign partition of partitioned table \"%s\"" msgstr "kann keine Fremdpartition der partitionierten Tabelle »%s« erzeugen" -#: commands/tablecmds.c:1170 +#: commands/tablecmds.c:1171 #, c-format msgid "Table \"%s\" contains indexes that are unique." msgstr "Tabelle »%s« enthält Unique Indexe." -#: commands/tablecmds.c:1333 +#: commands/tablecmds.c:1334 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLY unterstützt das Löschen von mehreren Objekten nicht" -#: commands/tablecmds.c:1337 +#: commands/tablecmds.c:1338 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY unterstützt kein CASCADE" -#: commands/tablecmds.c:1441 +#: commands/tablecmds.c:1442 #, c-format msgid "cannot drop partitioned index \"%s\" concurrently" msgstr "kann partitionierten Index »%s« nicht nebenläufig löschen" -#: commands/tablecmds.c:1729 +#: commands/tablecmds.c:1730 #, c-format msgid "cannot truncate only a partitioned table" msgstr "kann nicht nur eine partitionierte Tabelle leeren" -#: commands/tablecmds.c:1730 +#: commands/tablecmds.c:1731 #, c-format msgid "Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions directly." msgstr "Lassen Sie das Schlüsselwort ONLY weg oder wenden Sie TRUNCATE ONLY direkt auf die Partitionen an." -#: commands/tablecmds.c:1802 +#: commands/tablecmds.c:1803 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "Truncate-Vorgang leert ebenfalls Tabelle »%s«" -#: commands/tablecmds.c:2152 +#: commands/tablecmds.c:2153 #, c-format msgid "cannot truncate foreign table \"%s\"" msgstr "kann Fremdtabelle »%s« nicht leeren" -#: commands/tablecmds.c:2201 +#: commands/tablecmds.c:2202 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht leeren" -#: commands/tablecmds.c:2429 commands/tablecmds.c:14273 +#: commands/tablecmds.c:2430 commands/tablecmds.c:14327 #, c-format msgid "cannot inherit from partitioned table \"%s\"" msgstr "von partitionierter Tabelle »%s« kann nicht geerbt werden" -#: commands/tablecmds.c:2434 +#: commands/tablecmds.c:2435 #, c-format msgid "cannot inherit from partition \"%s\"" msgstr "von Partition »%s« kann nicht geerbt werden" -#: commands/tablecmds.c:2442 parser/parse_utilcmd.c:2477 -#: parser/parse_utilcmd.c:2619 +#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2487 +#: parser/parse_utilcmd.c:2629 #, c-format msgid "inherited relation \"%s\" is not a table or foreign table" msgstr "geerbte Relation »%s« ist keine Tabelle oder Fremdtabelle" -#: commands/tablecmds.c:2454 +#: commands/tablecmds.c:2455 #, c-format msgid "cannot create a temporary relation as partition of permanent relation \"%s\"" msgstr "eine temporäre Relation kann nicht als Partition der permanenten Relation »%s« erzeugt werden" -#: commands/tablecmds.c:2463 commands/tablecmds.c:14252 +#: commands/tablecmds.c:2464 commands/tablecmds.c:14306 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "von temporärer Relation »%s« kann nicht geerbt werden" -#: commands/tablecmds.c:2473 commands/tablecmds.c:14260 +#: commands/tablecmds.c:2474 commands/tablecmds.c:14314 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "von temporärer Relation einer anderen Sitzung kann nicht geerbt werden" -#: commands/tablecmds.c:2527 +#: commands/tablecmds.c:2528 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "geerbte Definitionen von Spalte »%s« werden zusammengeführt" -#: commands/tablecmds.c:2535 +#: commands/tablecmds.c:2536 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "geerbte Spalte »%s« hat Typkonflikt" -#: commands/tablecmds.c:2537 commands/tablecmds.c:2560 -#: commands/tablecmds.c:2577 commands/tablecmds.c:2833 -#: commands/tablecmds.c:2863 commands/tablecmds.c:2877 +#: commands/tablecmds.c:2538 commands/tablecmds.c:2561 +#: commands/tablecmds.c:2578 commands/tablecmds.c:2834 +#: commands/tablecmds.c:2864 commands/tablecmds.c:2878 #: parser/parse_coerce.c:2155 parser/parse_coerce.c:2175 #: parser/parse_coerce.c:2195 parser/parse_coerce.c:2216 #: parser/parse_coerce.c:2271 parser/parse_coerce.c:2305 @@ -9246,1368 +9285,1363 @@ msgid "%s versus %s" msgstr "%s gegen %s" -#: commands/tablecmds.c:2546 +#: commands/tablecmds.c:2547 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "geerbte Spalte »%s« hat Sortierfolgenkonflikt" -#: commands/tablecmds.c:2548 commands/tablecmds.c:2845 -#: commands/tablecmds.c:6551 +#: commands/tablecmds.c:2549 commands/tablecmds.c:2846 +#: commands/tablecmds.c:6573 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "»%s« gegen »%s«" -#: commands/tablecmds.c:2558 +#: commands/tablecmds.c:2559 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "geerbte Spalte »%s« hat einen Konflikt bei einem Storage-Parameter" -#: commands/tablecmds.c:2575 commands/tablecmds.c:2875 +#: commands/tablecmds.c:2576 commands/tablecmds.c:2876 #, c-format msgid "column \"%s\" has a compression method conflict" msgstr "für Spalte »%s« besteht ein Komprimierungsmethodenkonflikt" -#: commands/tablecmds.c:2590 +#: commands/tablecmds.c:2591 #, c-format msgid "inherited column \"%s\" has a generation conflict" msgstr "geerbte Spalte »%s« hat einen Generierungskonflikt" -#: commands/tablecmds.c:2684 commands/tablecmds.c:2739 -#: commands/tablecmds.c:11837 parser/parse_utilcmd.c:1291 -#: parser/parse_utilcmd.c:1334 parser/parse_utilcmd.c:1742 -#: parser/parse_utilcmd.c:1850 +#: commands/tablecmds.c:2685 commands/tablecmds.c:2740 +#: commands/tablecmds.c:11889 parser/parse_utilcmd.c:1301 +#: parser/parse_utilcmd.c:1344 parser/parse_utilcmd.c:1752 +#: parser/parse_utilcmd.c:1860 #, c-format msgid "cannot convert whole-row table reference" msgstr "kann Verweis auf ganze Zeile der Tabelle nicht umwandeln" -#: commands/tablecmds.c:2685 parser/parse_utilcmd.c:1292 +#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1302 #, c-format msgid "Generation expression for column \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Generierungsausdruck für Spalte »%s« enthält einen Verweis auf die ganze Zeile der Tabelle »%s«." -#: commands/tablecmds.c:2740 parser/parse_utilcmd.c:1335 +#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1345 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Constraint »%s« enthält einen Verweis auf die ganze Zeile der Tabelle »%s«." -#: commands/tablecmds.c:2819 +#: commands/tablecmds.c:2820 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "Spalte »%s« wird mit geerbter Definition zusammengeführt" -#: commands/tablecmds.c:2823 +#: commands/tablecmds.c:2824 #, c-format msgid "moving and merging column \"%s\" with inherited definition" msgstr "Spalte »%s« wird verschoben und mit geerbter Definition zusammengeführt" -#: commands/tablecmds.c:2824 +#: commands/tablecmds.c:2825 #, c-format msgid "User-specified column moved to the position of the inherited column." msgstr "Benutzerdefinierte Spalte wurde auf die Position der geerbten Spalte verschoben." -#: commands/tablecmds.c:2831 +#: commands/tablecmds.c:2832 #, c-format msgid "column \"%s\" has a type conflict" msgstr "für Spalte »%s« besteht ein Typkonflikt" -#: commands/tablecmds.c:2843 +#: commands/tablecmds.c:2844 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "für Spalte »%s« besteht ein Sortierfolgenkonflikt" -#: commands/tablecmds.c:2861 +#: commands/tablecmds.c:2862 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "für Spalte »%s« besteht ein Konflikt bei einem Storage-Parameter" -#: commands/tablecmds.c:2902 +#: commands/tablecmds.c:2903 #, c-format msgid "child column \"%s\" specifies generation expression" msgstr "abgeleitete Spalte »%s« gibt einen Generierungsausdruck an" -#: commands/tablecmds.c:2904 +#: commands/tablecmds.c:2905 #, c-format msgid "Omit the generation expression in the definition of the child table column to inherit the generation expression from the parent table." msgstr "Lassen Sie den Generierungsausdruck in der Definition der abgeleiteten Spalte weg, um den Generierungsausdruck der Elterntabelle zu erben." -#: commands/tablecmds.c:2908 +#: commands/tablecmds.c:2909 #, c-format msgid "column \"%s\" inherits from generated column but specifies default" msgstr "Spalte »%s« erbt von einer generierten Spalte aber hat einen Vorgabewert angegeben" -#: commands/tablecmds.c:2913 +#: commands/tablecmds.c:2914 #, c-format msgid "column \"%s\" inherits from generated column but specifies identity" msgstr "Spalte »%s« erbt von einer generierten Spalte aber ist als Identitätsspalte definiert" -#: commands/tablecmds.c:3022 +#: commands/tablecmds.c:3023 #, c-format msgid "column \"%s\" inherits conflicting generation expressions" msgstr "Spalte »%s« erbt widersprüchliche Generierungsausdrücke" -#: commands/tablecmds.c:3027 +#: commands/tablecmds.c:3028 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "Spalte »%s« erbt widersprüchliche Vorgabewerte" -#: commands/tablecmds.c:3029 +#: commands/tablecmds.c:3030 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Um den Konflikt zu lösen, geben Sie einen Vorgabewert ausdrücklich an." -#: commands/tablecmds.c:3075 +#: commands/tablecmds.c:3076 #, c-format msgid "check constraint name \"%s\" appears multiple times but with different expressions" msgstr "Check-Constraint-Name »%s« erscheint mehrmals, aber mit unterschiedlichen Ausdrücken" -#: commands/tablecmds.c:3288 +#: commands/tablecmds.c:3289 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "temporäre Tabellen anderer Sitzungen können nicht verschoben werden" -#: commands/tablecmds.c:3358 +#: commands/tablecmds.c:3359 #, c-format msgid "cannot rename column of typed table" msgstr "Spalte einer getypten Tabelle kann nicht umbenannt werden" -#: commands/tablecmds.c:3377 +#: commands/tablecmds.c:3378 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, index, or foreign table" msgstr "»%s« ist weder Tabelle, Sicht, materialisierte Sicht, zusammengesetzter Typ, Index noch Fremdtabelle" -#: commands/tablecmds.c:3471 +#: commands/tablecmds.c:3472 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden" -#: commands/tablecmds.c:3503 +#: commands/tablecmds.c:3504 #, c-format msgid "cannot rename system column \"%s\"" msgstr "Systemspalte »%s« kann nicht umbenannt werden" -#: commands/tablecmds.c:3518 +#: commands/tablecmds.c:3519 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "kann vererbte Spalte »%s« nicht umbenennen" -#: commands/tablecmds.c:3670 +#: commands/tablecmds.c:3671 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "vererbter Constraint »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden" -#: commands/tablecmds.c:3677 +#: commands/tablecmds.c:3678 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "kann vererbten Constraint »%s« nicht umbenennen" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3975 +#: commands/tablecmds.c:3976 #, c-format msgid "cannot %s \"%s\" because it is being used by active queries in this session" msgstr "%s mit Relation »%s« nicht möglich, weil sie von aktiven Anfragen in dieser Sitzung verwendet wird" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3984 +#: commands/tablecmds.c:3985 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse dafür gibt" -#: commands/tablecmds.c:4448 +#: commands/tablecmds.c:4453 #, c-format msgid "cannot alter partition \"%s\" with an incomplete detach" msgstr "kann Partition »%s« mit einer unvollständigen Abtrennoperation nicht ändern" -#: commands/tablecmds.c:4641 commands/tablecmds.c:4656 +#: commands/tablecmds.c:4646 commands/tablecmds.c:4661 #, c-format msgid "cannot change persistence setting twice" msgstr "Persistenzeinstellung kann nicht zweimal geändert werden" -#: commands/tablecmds.c:5399 +#: commands/tablecmds.c:5421 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "Systemrelation »%s« kann nicht neu geschrieben werden" -#: commands/tablecmds.c:5405 +#: commands/tablecmds.c:5427 #, c-format msgid "cannot rewrite table \"%s\" used as a catalog table" msgstr "Tabelle »%s«, die als Katalogtabelle verwendet wird, kann nicht neu geschrieben werden" -#: commands/tablecmds.c:5415 +#: commands/tablecmds.c:5437 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht neu schreiben" -#: commands/tablecmds.c:5876 +#: commands/tablecmds.c:5898 #, c-format msgid "column \"%s\" of relation \"%s\" contains null values" msgstr "Spalte »%s« von Relation »%s« enthält NULL-Werte" -#: commands/tablecmds.c:5893 +#: commands/tablecmds.c:5915 #, c-format msgid "check constraint \"%s\" of relation \"%s\" is violated by some row" msgstr "Check-Constraint »%s« von Relation »%s« wird von irgendeiner Zeile verletzt" -#: commands/tablecmds.c:5912 partitioning/partbounds.c:3292 +#: commands/tablecmds.c:5934 partitioning/partbounds.c:3292 #, c-format msgid "updated partition constraint for default partition \"%s\" would be violated by some row" msgstr "aktualisierter Partitions-Constraint der Standardpartition »%s« würde von irgendeiner Zeile verletzt werden" -#: commands/tablecmds.c:5918 +#: commands/tablecmds.c:5940 #, c-format msgid "partition constraint of relation \"%s\" is violated by some row" msgstr "Partitions-Constraint von Relation »%s« wird von irgendeiner Zeile verletzt" -#: commands/tablecmds.c:6066 commands/trigger.c:1283 commands/trigger.c:1389 +#: commands/tablecmds.c:6088 commands/trigger.c:1283 commands/trigger.c:1389 #, c-format msgid "\"%s\" is not a table, view, or foreign table" msgstr "»%s« ist keine Tabelle, Sicht oder Fremdtabelle" -#: commands/tablecmds.c:6069 +#: commands/tablecmds.c:6091 #, c-format msgid "\"%s\" is not a table, view, materialized view, or index" msgstr "»%s« ist weder Tabelle, Sicht, materialisierte Sicht noch Index" -#: commands/tablecmds.c:6075 +#: commands/tablecmds.c:6097 #, c-format msgid "\"%s\" is not a table, materialized view, or index" msgstr "»%s« ist weder Tabelle, materialisierte Sicht noch Index" -#: commands/tablecmds.c:6078 +#: commands/tablecmds.c:6100 #, c-format msgid "\"%s\" is not a table, materialized view, index, or partitioned index" msgstr "»%s« ist weder Tabelle, materialisierte Sicht, Index noch partitionierter Index" -#: commands/tablecmds.c:6081 +#: commands/tablecmds.c:6103 #, c-format msgid "\"%s\" is not a table, materialized view, index, partitioned index, or foreign table" msgstr "»%s« ist weder Tabelle, materialisierte Sicht, Index, partitionierter Index noch Fremdtabelle" -#: commands/tablecmds.c:6084 +#: commands/tablecmds.c:6106 #, c-format msgid "\"%s\" is not a table, materialized view, or foreign table" msgstr "»%s« ist weder Tabelle, materialisierte Sicht noch Fremdtabelle" -#: commands/tablecmds.c:6087 +#: commands/tablecmds.c:6109 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "»%s« ist keine Tabelle oder Fremdtabelle" -#: commands/tablecmds.c:6090 +#: commands/tablecmds.c:6112 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "»%s« ist weder Tabelle, zusammengesetzter Typ noch Fremdtabelle" -#: commands/tablecmds.c:6093 +#: commands/tablecmds.c:6115 #, c-format msgid "\"%s\" is not a table, materialized view, index, or foreign table" msgstr "»%s« ist weder Tabelle, materialisierte Sicht, Index noch Fremdtabelle" -#: commands/tablecmds.c:6096 +#: commands/tablecmds.c:6118 #, c-format msgid "\"%s\" is not a table or partitioned index" msgstr "»%s« ist keine Tabelle und kein partitionierter Index" -#: commands/tablecmds.c:6106 +#: commands/tablecmds.c:6128 #, c-format msgid "\"%s\" is of the wrong type" msgstr "»%s« hat den falschen Typ" -#: commands/tablecmds.c:6309 commands/tablecmds.c:6316 +#: commands/tablecmds.c:6331 commands/tablecmds.c:6338 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "kann Typ »%s« nicht ändern, weil Spalte »%s.%s« ihn verwendet" -#: commands/tablecmds.c:6323 +#: commands/tablecmds.c:6345 #, c-format msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" msgstr "kann Fremdtabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet" -#: commands/tablecmds.c:6330 +#: commands/tablecmds.c:6352 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet" -#: commands/tablecmds.c:6386 +#: commands/tablecmds.c:6408 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "kann Typ »%s« nicht ändern, weil er der Typ einer getypten Tabelle ist" -#: commands/tablecmds.c:6388 +#: commands/tablecmds.c:6410 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu ändern." -#: commands/tablecmds.c:6434 +#: commands/tablecmds.c:6456 #, c-format msgid "type %s is not a composite type" msgstr "Typ %s ist kein zusammengesetzter Typ" -#: commands/tablecmds.c:6461 +#: commands/tablecmds.c:6483 #, c-format msgid "cannot add column to typed table" msgstr "zu einer getypten Tabelle kann keine Spalte hinzugefügt werden" -#: commands/tablecmds.c:6514 +#: commands/tablecmds.c:6536 #, c-format msgid "cannot add column to a partition" msgstr "zu einer Partition kann keine Spalte hinzugefügt werden" -#: commands/tablecmds.c:6543 commands/tablecmds.c:14503 +#: commands/tablecmds.c:6565 commands/tablecmds.c:14557 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "abgeleitete Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«" -#: commands/tablecmds.c:6549 commands/tablecmds.c:14510 +#: commands/tablecmds.c:6571 commands/tablecmds.c:14564 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«" -#: commands/tablecmds.c:6563 +#: commands/tablecmds.c:6585 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt" -#: commands/tablecmds.c:6606 +#: commands/tablecmds.c:6628 #, c-format msgid "cannot recursively add identity column to table that has child tables" msgstr "eine Identitätsspalte kann nicht rekursiv zu einer Tabelle hinzugefügt werden, die abgeleitete Tabellen hat" -#: commands/tablecmds.c:6849 +#: commands/tablecmds.c:6871 #, c-format msgid "column must be added to child tables too" msgstr "Spalte muss ebenso in den abgeleiteten Tabellen hinzugefügt werden" -#: commands/tablecmds.c:6927 +#: commands/tablecmds.c:6949 #, c-format msgid "column \"%s\" of relation \"%s\" already exists, skipping" msgstr "Spalte »%s« von Relation »%s« existiert bereits, wird übersprungen" -#: commands/tablecmds.c:6934 +#: commands/tablecmds.c:6956 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "Spalte »%s« von Relation »%s« existiert bereits" -#: commands/tablecmds.c:7000 commands/tablecmds.c:11476 +#: commands/tablecmds.c:7022 commands/tablecmds.c:11528 #, c-format msgid "cannot remove constraint from only the partitioned table when partitions exist" msgstr "Constraint kann nicht nur von der partitionierten Tabelle entfernt werden, wenn Partitionen existieren" -#: commands/tablecmds.c:7001 commands/tablecmds.c:7318 -#: commands/tablecmds.c:8341 commands/tablecmds.c:11477 +#: commands/tablecmds.c:7023 commands/tablecmds.c:7340 +#: commands/tablecmds.c:8363 commands/tablecmds.c:11529 #, c-format msgid "Do not specify the ONLY keyword." msgstr "Lassen Sie das Schlüsselwort ONLY weg." -#: commands/tablecmds.c:7038 commands/tablecmds.c:7244 -#: commands/tablecmds.c:7386 commands/tablecmds.c:7500 -#: commands/tablecmds.c:7594 commands/tablecmds.c:7653 -#: commands/tablecmds.c:7771 commands/tablecmds.c:7937 -#: commands/tablecmds.c:8007 commands/tablecmds.c:8163 -#: commands/tablecmds.c:11631 commands/tablecmds.c:13115 -#: commands/tablecmds.c:15680 +#: commands/tablecmds.c:7060 commands/tablecmds.c:7266 +#: commands/tablecmds.c:7408 commands/tablecmds.c:7522 +#: commands/tablecmds.c:7616 commands/tablecmds.c:7675 +#: commands/tablecmds.c:7793 commands/tablecmds.c:7959 +#: commands/tablecmds.c:8029 commands/tablecmds.c:8185 +#: commands/tablecmds.c:11683 commands/tablecmds.c:13167 +#: commands/tablecmds.c:15734 #, c-format msgid "cannot alter system column \"%s\"" msgstr "Systemspalte »%s« kann nicht geändert werden" -#: commands/tablecmds.c:7044 commands/tablecmds.c:7392 +#: commands/tablecmds.c:7066 commands/tablecmds.c:7414 #, c-format msgid "column \"%s\" of relation \"%s\" is an identity column" msgstr "Spalte »%s« von Relation »%s« ist eine Identitätsspalte" -#: commands/tablecmds.c:7087 +#: commands/tablecmds.c:7109 #, c-format msgid "column \"%s\" is in a primary key" msgstr "Spalte »%s« ist in einem Primärschlüssel" -#: commands/tablecmds.c:7092 +#: commands/tablecmds.c:7114 #, c-format msgid "column \"%s\" is in index used as replica identity" msgstr "Spalte »%s« ist in einem Index, der als Replik-Identität verwendet wird" -#: commands/tablecmds.c:7115 +#: commands/tablecmds.c:7137 #, c-format msgid "column \"%s\" is marked NOT NULL in parent table" msgstr "Spalte »%s« ist in Elterntabelle als NOT NULL markiert" -#: commands/tablecmds.c:7315 commands/tablecmds.c:8824 +#: commands/tablecmds.c:7337 commands/tablecmds.c:8846 #, c-format msgid "constraint must be added to child tables too" msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugefügt werden" -#: commands/tablecmds.c:7316 +#: commands/tablecmds.c:7338 #, c-format msgid "Column \"%s\" of relation \"%s\" is not already NOT NULL." msgstr "Spalte »%s« von Relation »%s« ist nicht bereits NOT NULL." -#: commands/tablecmds.c:7394 +#: commands/tablecmds.c:7416 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY instead." msgstr "Verwenden Sie stattdessen ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY." -#: commands/tablecmds.c:7399 +#: commands/tablecmds.c:7421 #, c-format msgid "column \"%s\" of relation \"%s\" is a generated column" msgstr "Spalte »%s« von Relation »%s« ist eine generierte Spalte" -#: commands/tablecmds.c:7402 +#: commands/tablecmds.c:7424 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION instead." msgstr "Verwenden Sie stattdessen ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION." -#: commands/tablecmds.c:7511 +#: commands/tablecmds.c:7533 #, c-format msgid "column \"%s\" of relation \"%s\" must be declared NOT NULL before identity can be added" msgstr "Spalte »%s« von Relation »%s« muss als NOT NULL deklariert werden, bevor Sie Identitätsspalte werden kann" -#: commands/tablecmds.c:7517 +#: commands/tablecmds.c:7539 #, c-format msgid "column \"%s\" of relation \"%s\" is already an identity column" msgstr "Spalte »%s« von Relation »%s« ist bereits eine Identitätsspalte" -#: commands/tablecmds.c:7523 +#: commands/tablecmds.c:7545 #, c-format msgid "column \"%s\" of relation \"%s\" already has a default value" msgstr "Spalte »%s« von Relation »%s« hat bereits einen Vorgabewert" -#: commands/tablecmds.c:7600 commands/tablecmds.c:7661 +#: commands/tablecmds.c:7622 commands/tablecmds.c:7683 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column" msgstr "Spalte »%s« von Relation »%s« ist keine Identitätsspalte" -#: commands/tablecmds.c:7666 +#: commands/tablecmds.c:7688 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column, skipping" msgstr "Spalte »%s« von Relation »%s« ist keine Identitätsspalte, wird übersprungen" -#: commands/tablecmds.c:7719 +#: commands/tablecmds.c:7741 #, c-format msgid "ALTER TABLE / DROP EXPRESSION must be applied to child tables too" msgstr "ALTER TABLE / DROP EXPRESSION muss auch auf abgeleitete Tabellen angewendet werden" -#: commands/tablecmds.c:7741 +#: commands/tablecmds.c:7763 #, c-format msgid "cannot drop generation expression from inherited column" msgstr "Generierungsausdruck von vererbter Spalte kann nicht gelöscht werden" -#: commands/tablecmds.c:7779 +#: commands/tablecmds.c:7801 #, c-format msgid "column \"%s\" of relation \"%s\" is not a stored generated column" msgstr "Spalte »%s« von Relation »%s« ist keine gespeicherte generierte Spalte" -#: commands/tablecmds.c:7784 +#: commands/tablecmds.c:7806 #, c-format msgid "column \"%s\" of relation \"%s\" is not a stored generated column, skipping" msgstr "Spalte »%s« von Relation »%s« ist keine gespeicherte generierte Spalte, wird übersprungen" -#: commands/tablecmds.c:7884 +#: commands/tablecmds.c:7906 #, c-format msgid "cannot refer to non-index column by number" msgstr "auf eine Nicht-Index-Spalte kann nicht per Nummer verwiesen werden" -#: commands/tablecmds.c:7927 +#: commands/tablecmds.c:7949 #, c-format msgid "column number %d of relation \"%s\" does not exist" msgstr "Spalte Nummer %d von Relation »%s« existiert nicht" -#: commands/tablecmds.c:7946 +#: commands/tablecmds.c:7968 #, c-format msgid "cannot alter statistics on included column \"%s\" of index \"%s\"" msgstr "Statistiken von eingeschlossener Spalte »%s« von Index »%s« können nicht geändert werden" -#: commands/tablecmds.c:7951 +#: commands/tablecmds.c:7973 #, c-format msgid "cannot alter statistics on non-expression column \"%s\" of index \"%s\"" msgstr "kann Statistiken von Spalte »%s« von Index »%s«, welche kein Ausdruck ist, nicht ändern" -#: commands/tablecmds.c:7953 +#: commands/tablecmds.c:7975 #, c-format msgid "Alter statistics on table column instead." msgstr "Ändern Sie stattdessen die Statistiken für die Tabellenspalte." -#: commands/tablecmds.c:8143 +#: commands/tablecmds.c:8165 #, c-format msgid "invalid storage type \"%s\"" msgstr "ungültiger Storage-Typ »%s«" -#: commands/tablecmds.c:8175 +#: commands/tablecmds.c:8197 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN" -#: commands/tablecmds.c:8220 +#: commands/tablecmds.c:8242 #, c-format msgid "cannot drop column from typed table" msgstr "aus einer getypten Tabelle können keine Spalten gelöscht werden" -#: commands/tablecmds.c:8279 +#: commands/tablecmds.c:8301 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "Spalte »%s« von Relation »%s« existiert nicht, wird übersprungen" -#: commands/tablecmds.c:8292 +#: commands/tablecmds.c:8314 #, c-format msgid "cannot drop system column \"%s\"" msgstr "Systemspalte »%s« kann nicht gelöscht werden" -#: commands/tablecmds.c:8302 +#: commands/tablecmds.c:8324 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "geerbte Spalte »%s« kann nicht gelöscht werden" -#: commands/tablecmds.c:8315 +#: commands/tablecmds.c:8337 #, c-format msgid "cannot drop column \"%s\" because it is part of the partition key of relation \"%s\"" msgstr "Spalte »%s« kann nicht gelöscht werden, weil sie Teil des Partitionierungsschlüssels von Relation »%s« ist" -#: commands/tablecmds.c:8340 +#: commands/tablecmds.c:8362 #, c-format msgid "cannot drop column from only the partitioned table when partitions exist" msgstr "Spalte kann nicht nur aus der partitionierten Tabelle gelöscht werden, wenn Partitionen existieren" -#: commands/tablecmds.c:8544 +#: commands/tablecmds.c:8566 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX is not supported on partitioned tables" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX wird für partitionierte Tabellen nicht unterstützt" -#: commands/tablecmds.c:8569 +#: commands/tablecmds.c:8591 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX benennt Index »%s« um in »%s«" -#: commands/tablecmds.c:8904 +#: commands/tablecmds.c:8926 #, c-format msgid "cannot use ONLY for foreign key on partitioned table \"%s\" referencing relation \"%s\"" msgstr "ONLY nicht möglich für Fremdschlüssel für partitionierte Tabelle »%s« verweisend auf Relation »%s«" -#: commands/tablecmds.c:8910 +#: commands/tablecmds.c:8932 #, c-format msgid "cannot add NOT VALID foreign key on partitioned table \"%s\" referencing relation \"%s\"" msgstr "Hinzufügen von Fremdschlüssel mit NOT VALID nicht möglich für partitionierte Tabelle »%s« verweisend auf Relation »%s«" -#: commands/tablecmds.c:8913 +#: commands/tablecmds.c:8935 #, c-format msgid "This feature is not yet supported on partitioned tables." msgstr "Dieses Feature wird für partitionierte Tabellen noch nicht unterstützt." -#: commands/tablecmds.c:8920 commands/tablecmds.c:9325 +#: commands/tablecmds.c:8942 commands/tablecmds.c:9347 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "Relation »%s«, auf die verwiesen wird, ist keine Tabelle" -#: commands/tablecmds.c:8943 +#: commands/tablecmds.c:8965 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "Constraints für permanente Tabellen dürfen nur auf permanente Tabellen verweisen" -#: commands/tablecmds.c:8950 +#: commands/tablecmds.c:8972 #, c-format msgid "constraints on unlogged tables may reference only permanent or unlogged tables" msgstr "Constraints für ungeloggte Tabellen dürfen nur auf permanente oder ungeloggte Tabellen verweisen" -#: commands/tablecmds.c:8956 +#: commands/tablecmds.c:8978 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen verweisen" -#: commands/tablecmds.c:8960 +#: commands/tablecmds.c:8982 #, c-format msgid "constraints on temporary tables must involve temporary tables of this session" msgstr "Constraints für temporäre Tabellen müssen temporäre Tabellen dieser Sitzung beinhalten" -#: commands/tablecmds.c:9026 commands/tablecmds.c:9032 +#: commands/tablecmds.c:9048 commands/tablecmds.c:9054 #, c-format msgid "invalid %s action for foreign key constraint containing generated column" msgstr "ungültige %s-Aktion für Fremdschlüssel-Constraint, der eine generierte Spalte enthält" -#: commands/tablecmds.c:9048 +#: commands/tablecmds.c:9070 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" msgstr "Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein" -#: commands/tablecmds.c:9155 +#: commands/tablecmds.c:9177 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "Fremdschlüssel-Constraint »%s« kann nicht implementiert werden" -#: commands/tablecmds.c:9157 +#: commands/tablecmds.c:9179 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Schlüsselspalten »%s« und »%s« haben inkompatible Typen: %s und %s." -#: commands/tablecmds.c:9520 commands/tablecmds.c:9913 -#: parser/parse_utilcmd.c:786 parser/parse_utilcmd.c:915 +#: commands/tablecmds.c:9542 commands/tablecmds.c:9955 +#: parser/parse_utilcmd.c:796 parser/parse_utilcmd.c:925 #, c-format msgid "foreign key constraints are not supported on foreign tables" msgstr "Fremdschlüssel-Constraints auf Fremdtabellen werden nicht unterstützt" -#: commands/tablecmds.c:10280 commands/tablecmds.c:10558 -#: commands/tablecmds.c:11433 commands/tablecmds.c:11508 +#: commands/tablecmds.c:10332 commands/tablecmds.c:10610 +#: commands/tablecmds.c:11485 commands/tablecmds.c:11560 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "Constraint »%s« von Relation »%s« existiert nicht" -#: commands/tablecmds.c:10287 +#: commands/tablecmds.c:10339 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key constraint" msgstr "Constraint »%s« von Relation »%s« ist kein Fremdschlüssel-Constraint" -#: commands/tablecmds.c:10325 +#: commands/tablecmds.c:10377 #, c-format msgid "cannot alter constraint \"%s\" on relation \"%s\"" msgstr "Constraint »%s« von Relation »%s« kann nicht geändert werden" -#: commands/tablecmds.c:10328 +#: commands/tablecmds.c:10380 #, c-format msgid "Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\"." msgstr "Constraint »%s« ist von Constraint »%s« von Relation »%s« abgeleitet." -#: commands/tablecmds.c:10330 +#: commands/tablecmds.c:10382 #, c-format msgid "You may alter the constraint it derives from, instead." msgstr "Sie können stattdessen den Constraint, von dem er abgeleitet ist, ändern." -#: commands/tablecmds.c:10566 +#: commands/tablecmds.c:10618 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" msgstr "Constraint »%s« von Relation »%s« ist kein Fremdschlüssel- oder Check-Constraint" -#: commands/tablecmds.c:10644 +#: commands/tablecmds.c:10696 #, c-format msgid "constraint must be validated on child tables too" msgstr "Constraint muss ebenso in den abgeleiteten Tabellen validiert werden" -#: commands/tablecmds.c:10728 +#: commands/tablecmds.c:10780 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "Spalte »%s«, die im Fremdschlüssel verwendet wird, existiert nicht" -#: commands/tablecmds.c:10733 +#: commands/tablecmds.c:10785 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "Fremdschlüssel kann nicht mehr als %d Schlüssel haben" -#: commands/tablecmds.c:10798 +#: commands/tablecmds.c:10850 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "aufschiebbarer Primärschlüssel kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden" -#: commands/tablecmds.c:10815 +#: commands/tablecmds.c:10867 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel" -#: commands/tablecmds.c:10880 +#: commands/tablecmds.c:10932 #, c-format msgid "foreign key referenced-columns list must not contain duplicates" msgstr "die Liste der Spalten, auf die ein Fremdschlüssel verweist, darf keine doppelten Einträge enthalten" -#: commands/tablecmds.c:10974 +#: commands/tablecmds.c:11026 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "aufschiebbarer Unique-Constraint kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden" -#: commands/tablecmds.c:10979 +#: commands/tablecmds.c:11031 #, c-format msgid "there is no unique constraint matching given keys for referenced table \"%s\"" msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Unique-Constraint, der auf die angegebenen Schlüssel passt" -#: commands/tablecmds.c:11389 +#: commands/tablecmds.c:11441 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "geerbter Constraint »%s« von Relation »%s« kann nicht gelöscht werden" -#: commands/tablecmds.c:11439 +#: commands/tablecmds.c:11491 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "Constraint »%s« von Relation »%s« existiert nicht, wird übersprungen" -#: commands/tablecmds.c:11615 +#: commands/tablecmds.c:11667 #, c-format msgid "cannot alter column type of typed table" msgstr "Spaltentyp einer getypten Tabelle kann nicht geändert werden" -#: commands/tablecmds.c:11642 +#: commands/tablecmds.c:11694 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "kann vererbte Spalte »%s« nicht ändern" -#: commands/tablecmds.c:11651 +#: commands/tablecmds.c:11703 #, c-format msgid "cannot alter column \"%s\" because it is part of the partition key of relation \"%s\"" msgstr "Spalte »%s« kann nicht geändert werden, weil sie Teil des Partitionierungsschlüssels von Relation »%s« ist" -#: commands/tablecmds.c:11701 +#: commands/tablecmds.c:11753 #, c-format msgid "result of USING clause for column \"%s\" cannot be cast automatically to type %s" msgstr "Ergebnis der USING-Klausel für Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden" -#: commands/tablecmds.c:11704 +#: commands/tablecmds.c:11756 #, c-format msgid "You might need to add an explicit cast." msgstr "Sie müssen möglicherweise eine ausdrückliche Typumwandlung hinzufügen." -#: commands/tablecmds.c:11708 +#: commands/tablecmds.c:11760 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden" #. translator: USING is SQL, don't translate it -#: commands/tablecmds.c:11711 +#: commands/tablecmds.c:11763 #, c-format msgid "You might need to specify \"USING %s::%s\"." msgstr "Sie müssen möglicherweise »USING %s::%s« angeben." -#: commands/tablecmds.c:11810 +#: commands/tablecmds.c:11862 #, c-format msgid "cannot alter inherited column \"%s\" of relation \"%s\"" msgstr "geerbte Spalte »%s« von Relation »%s« kann nicht geändert werden" -#: commands/tablecmds.c:11838 +#: commands/tablecmds.c:11890 #, c-format msgid "USING expression contains a whole-row table reference." msgstr "USING-Ausdruck enthält einen Verweis auf die ganze Zeile der Tabelle." -#: commands/tablecmds.c:11849 +#: commands/tablecmds.c:11901 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen geändert werden" -#: commands/tablecmds.c:11974 +#: commands/tablecmds.c:12026 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "Typ der Spalte »%s« kann nicht zweimal geändert werden" -#: commands/tablecmds.c:12012 +#: commands/tablecmds.c:12064 #, c-format msgid "generation expression for column \"%s\" cannot be cast automatically to type %s" msgstr "Generierungsausdruck der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden" -#: commands/tablecmds.c:12017 +#: commands/tablecmds.c:12069 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "Vorgabewert der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden" -#: commands/tablecmds.c:12095 +#: commands/tablecmds.c:12147 #, c-format msgid "cannot alter type of a column used by a generated column" msgstr "Typ einer Spalte, die von einer generierten Spalte verwendet wird, kann nicht geändert werden" -#: commands/tablecmds.c:12096 +#: commands/tablecmds.c:12148 #, c-format msgid "Column \"%s\" is used by generated column \"%s\"." msgstr "Spalte »%s« wird von generierter Spalte »%s« verwendet." -#: commands/tablecmds.c:12117 +#: commands/tablecmds.c:12169 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht geändert werden" -#: commands/tablecmds.c:12118 commands/tablecmds.c:12137 -#: commands/tablecmds.c:12155 +#: commands/tablecmds.c:12170 commands/tablecmds.c:12189 +#: commands/tablecmds.c:12207 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s hängt von Spalte »%s« ab" -#: commands/tablecmds.c:12136 +#: commands/tablecmds.c:12188 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht geändert werden" -#: commands/tablecmds.c:12154 +#: commands/tablecmds.c:12206 #, c-format msgid "cannot alter type of a column used in a policy definition" msgstr "Typ einer Spalte, die in einer Policy-Definition verwendet wird, kann nicht geändert werden" -#: commands/tablecmds.c:13223 commands/tablecmds.c:13235 +#: commands/tablecmds.c:13275 commands/tablecmds.c:13287 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "kann Eigentümer des Index »%s« nicht ändern" -#: commands/tablecmds.c:13225 commands/tablecmds.c:13237 +#: commands/tablecmds.c:13277 commands/tablecmds.c:13289 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "Ändern Sie stattdessen den Eigentümer der Tabelle des Index." -#: commands/tablecmds.c:13251 +#: commands/tablecmds.c:13303 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "kann Eigentümer der Sequenz »%s« nicht ändern" -#: commands/tablecmds.c:13265 commands/tablecmds.c:16572 +#: commands/tablecmds.c:13317 commands/tablecmds.c:16626 #, c-format msgid "Use ALTER TYPE instead." msgstr "Verwenden Sie stattdessen ALTER TYPE." -#: commands/tablecmds.c:13274 +#: commands/tablecmds.c:13326 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "»%s« ist keine Tabelle, Sicht, Sequenz oder Fremdtabelle" -#: commands/tablecmds.c:13613 +#: commands/tablecmds.c:13665 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "mehrere SET TABLESPACE Unterbefehle sind ungültig" -#: commands/tablecmds.c:13690 +#: commands/tablecmds.c:13742 #, c-format msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" msgstr "»%s« ist weder Tabelle, Sicht, materialisierte Sicht, Index noch TOAST-Tabelle" -#: commands/tablecmds.c:13723 commands/view.c:491 +#: commands/tablecmds.c:13775 commands/view.c:505 #, c-format msgid "WITH CHECK OPTION is supported only on automatically updatable views" msgstr "WITH CHECK OPTION wird nur für automatisch aktualisierbare Sichten unterstützt" -#: commands/tablecmds.c:13975 +#: commands/tablecmds.c:14027 #, c-format msgid "only tables, indexes, and materialized views exist in tablespaces" msgstr "nur Tabellen, Indexe und materialisierte Sichten existieren in Tablespaces" -#: commands/tablecmds.c:13987 +#: commands/tablecmds.c:14039 #, c-format msgid "cannot move relations in to or out of pg_global tablespace" msgstr "Relationen können nicht in den oder aus dem Tablespace »pg_global« verschoben werden" -#: commands/tablecmds.c:14079 +#: commands/tablecmds.c:14131 #, c-format msgid "aborting because lock on relation \"%s.%s\" is not available" msgstr "Abbruch weil Sperre für Relation »%s.%s« nicht verfügbar ist" -#: commands/tablecmds.c:14095 +#: commands/tablecmds.c:14147 #, c-format msgid "no matching relations in tablespace \"%s\" found" msgstr "keine passenden Relationen in Tablespace »%s« gefunden" -#: commands/tablecmds.c:14211 +#: commands/tablecmds.c:14265 #, c-format msgid "cannot change inheritance of typed table" msgstr "Vererbung einer getypten Tabelle kann nicht geändert werden" -#: commands/tablecmds.c:14216 commands/tablecmds.c:14772 +#: commands/tablecmds.c:14270 commands/tablecmds.c:14826 #, c-format msgid "cannot change inheritance of a partition" msgstr "Vererbung einer Partition kann nicht geändert werden" -#: commands/tablecmds.c:14221 +#: commands/tablecmds.c:14275 #, c-format msgid "cannot change inheritance of partitioned table" msgstr "Vererbung einer partitionierten Tabelle kann nicht geändert werden" -#: commands/tablecmds.c:14267 +#: commands/tablecmds.c:14321 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "an temporäre Relation einer anderen Sitzung kann nicht vererbt werden" -#: commands/tablecmds.c:14280 +#: commands/tablecmds.c:14334 #, c-format msgid "cannot inherit from a partition" msgstr "von einer Partition kann nicht geerbt werden" -#: commands/tablecmds.c:14302 commands/tablecmds.c:17216 +#: commands/tablecmds.c:14356 commands/tablecmds.c:17270 #, c-format msgid "circular inheritance not allowed" msgstr "zirkuläre Vererbung ist nicht erlaubt" -#: commands/tablecmds.c:14303 commands/tablecmds.c:17217 +#: commands/tablecmds.c:14357 commands/tablecmds.c:17271 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "»%s« ist schon von »%s« abgeleitet." -#: commands/tablecmds.c:14316 +#: commands/tablecmds.c:14370 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming an inheritance child" msgstr "Trigger »%s« verhindert, dass Tabelle »%s« ein Vererbungskind werden kann" -#: commands/tablecmds.c:14318 +#: commands/tablecmds.c:14372 #, c-format msgid "ROW triggers with transition tables are not supported in inheritance hierarchies." msgstr "ROW-Trigger mit Übergangstabellen werden in Vererbungshierarchien nicht unterstützt." -#: commands/tablecmds.c:14521 +#: commands/tablecmds.c:14575 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "Spalte »%s« in abgeleiteter Tabelle muss als NOT NULL markiert sein" -#: commands/tablecmds.c:14530 +#: commands/tablecmds.c:14584 #, c-format msgid "column \"%s\" in child table must be a generated column" msgstr "Spalte »%s« in abgeleiteter Tabelle muss eine generierte Spalte sein" -#: commands/tablecmds.c:14580 +#: commands/tablecmds.c:14634 #, c-format msgid "column \"%s\" in child table has a conflicting generation expression" msgstr "Spalte »%s« in abgeleiteter Tabelle hat einen widersprüchlichen Generierungsausdruck" -#: commands/tablecmds.c:14608 +#: commands/tablecmds.c:14662 #, c-format msgid "child table is missing column \"%s\"" msgstr "Spalte »%s« fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:14696 +#: commands/tablecmds.c:14750 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-Constraint »%s«" -#: commands/tablecmds.c:14704 +#: commands/tablecmds.c:14758 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" msgstr "Constraint »%s« kollidiert mit nicht vererbtem Constraint für abgeleitete Tabelle »%s«" -#: commands/tablecmds.c:14715 +#: commands/tablecmds.c:14769 #, c-format msgid "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\"" msgstr "Constraint »%s« kollidiert mit NOT-VALID-Constraint für abgeleitete Tabelle »%s«" -#: commands/tablecmds.c:14750 +#: commands/tablecmds.c:14804 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "Constraint »%s« fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:14836 +#: commands/tablecmds.c:14890 #, c-format msgid "partition \"%s\" already pending detach in partitioned table \"%s.%s\"" msgstr "Partition »%s« hat schon eine unerledigte Abtrennoperation in der partitionierten Tabelle »%s.%s«" -#: commands/tablecmds.c:14865 commands/tablecmds.c:14913 +#: commands/tablecmds.c:14919 commands/tablecmds.c:14967 #, c-format msgid "relation \"%s\" is not a partition of relation \"%s\"" msgstr "Relation »%s« ist keine Partition von Relation »%s«" -#: commands/tablecmds.c:14919 +#: commands/tablecmds.c:14973 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "Relation »%s« ist keine Basisrelation von Relation »%s«" -#: commands/tablecmds.c:15147 +#: commands/tablecmds.c:15201 #, c-format msgid "typed tables cannot inherit" msgstr "getypte Tabellen können nicht erben" -#: commands/tablecmds.c:15177 +#: commands/tablecmds.c:15231 #, c-format msgid "table is missing column \"%s\"" msgstr "Spalte »%s« fehlt in Tabelle" -#: commands/tablecmds.c:15188 +#: commands/tablecmds.c:15242 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "Tabelle hat Spalte »%s«, aber Typ benötigt »%s«" -#: commands/tablecmds.c:15197 +#: commands/tablecmds.c:15251 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«" -#: commands/tablecmds.c:15211 +#: commands/tablecmds.c:15265 #, c-format msgid "table has extra column \"%s\"" msgstr "Tabelle hat zusätzliche Spalte »%s«" -#: commands/tablecmds.c:15263 +#: commands/tablecmds.c:15317 #, c-format msgid "\"%s\" is not a typed table" msgstr "»%s« ist keine getypte Tabelle" -#: commands/tablecmds.c:15451 +#: commands/tablecmds.c:15505 #, c-format msgid "cannot use non-unique index \"%s\" as replica identity" msgstr "nicht eindeutiger Index »%s« kann nicht als Replik-Identität verwendet werden" -#: commands/tablecmds.c:15457 +#: commands/tablecmds.c:15511 #, c-format msgid "cannot use non-immediate index \"%s\" as replica identity" msgstr "Index »%s« kann nicht als Replik-Identität verwendet werden, weil er nicht IMMEDIATE ist" -#: commands/tablecmds.c:15463 +#: commands/tablecmds.c:15517 #, c-format msgid "cannot use expression index \"%s\" as replica identity" msgstr "Ausdrucksindex »%s« kann nicht als Replik-Identität verwendet werden" -#: commands/tablecmds.c:15469 +#: commands/tablecmds.c:15523 #, c-format msgid "cannot use partial index \"%s\" as replica identity" msgstr "partieller Index »%s« kann nicht als Replik-Identität verwendet werden" -#: commands/tablecmds.c:15475 +#: commands/tablecmds.c:15529 #, c-format msgid "cannot use invalid index \"%s\" as replica identity" msgstr "ungültiger Index »%s« kann nicht als Replik-Identität verwendet werden" -#: commands/tablecmds.c:15492 +#: commands/tablecmds.c:15546 #, c-format msgid "index \"%s\" cannot be used as replica identity because column %d is a system column" msgstr "Index »%s« kann nicht als Replik-Identität verwendet werden, weil Spalte %d eine Systemspalte ist" -#: commands/tablecmds.c:15499 +#: commands/tablecmds.c:15553 #, c-format msgid "index \"%s\" cannot be used as replica identity because column \"%s\" is nullable" msgstr "Index »%s« kann nicht als Replik-Identität verwendet werden, weil Spalte »%s« NULL-Werte akzeptiert" -#: commands/tablecmds.c:15746 +#: commands/tablecmds.c:15800 #, c-format msgid "cannot change logged status of table \"%s\" because it is temporary" msgstr "kann den geloggten Status der Tabelle »%s« nicht ändern, weil sie temporär ist" -#: commands/tablecmds.c:15770 +#: commands/tablecmds.c:15824 #, c-format msgid "cannot change table \"%s\" to unlogged because it is part of a publication" msgstr "kann Tabelle »%s« nicht in ungeloggt ändern, weil sie Teil einer Publikation ist" -#: commands/tablecmds.c:15772 +#: commands/tablecmds.c:15826 #, c-format msgid "Unlogged relations cannot be replicated." msgstr "Ungeloggte Relationen können nicht repliziert werden." -#: commands/tablecmds.c:15817 +#: commands/tablecmds.c:15871 #, c-format msgid "could not change table \"%s\" to logged because it references unlogged table \"%s\"" msgstr "konnte Tabelle »%s« nicht in geloggt ändern, weil sie auf die ungeloggte Tabelle »%s« verweist" -#: commands/tablecmds.c:15827 +#: commands/tablecmds.c:15881 #, c-format msgid "could not change table \"%s\" to unlogged because it references logged table \"%s\"" msgstr "konnte Tabelle »%s« nicht in ungeloggt ändern, weil sie auf die geloggte Tabelle »%s« verweist" -#: commands/tablecmds.c:15885 +#: commands/tablecmds.c:15939 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema verschoben werden" -#: commands/tablecmds.c:15992 +#: commands/tablecmds.c:16046 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "Relation »%s« existiert bereits in Schema »%s«" -#: commands/tablecmds.c:16555 +#: commands/tablecmds.c:16609 #, c-format msgid "\"%s\" is not a composite type" msgstr "»%s« ist kein zusammengesetzter Typ" -#: commands/tablecmds.c:16587 +#: commands/tablecmds.c:16641 #, c-format msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table" msgstr "»%s« ist weder Tabelle, Sicht, materialisierte Sicht, Sequenz noch Fremdtabelle" -#: commands/tablecmds.c:16622 +#: commands/tablecmds.c:16676 #, c-format msgid "unrecognized partitioning strategy \"%s\"" msgstr "unbekannte Partitionierungsstrategie »%s«" -#: commands/tablecmds.c:16630 +#: commands/tablecmds.c:16684 #, c-format msgid "cannot use \"list\" partition strategy with more than one column" msgstr "Partitionierungsstrategie »list« kann nicht mit mehr als einer Spalte verwendet werden" -#: commands/tablecmds.c:16696 +#: commands/tablecmds.c:16750 #, c-format msgid "column \"%s\" named in partition key does not exist" msgstr "Spalte »%s«, die im Partitionierungsschlüssel verwendet wird, existiert nicht" -#: commands/tablecmds.c:16704 +#: commands/tablecmds.c:16758 #, c-format msgid "cannot use system column \"%s\" in partition key" msgstr "Systemspalte »%s« kann nicht im Partitionierungsschlüssel verwendet werden" -#: commands/tablecmds.c:16715 commands/tablecmds.c:16829 +#: commands/tablecmds.c:16769 commands/tablecmds.c:16883 #, c-format msgid "cannot use generated column in partition key" msgstr "generierte Spalte kann nicht im Partitionierungsschlüssel verwendet werden" -#: commands/tablecmds.c:16716 commands/tablecmds.c:16830 commands/trigger.c:653 -#: rewrite/rewriteHandler.c:907 rewrite/rewriteHandler.c:942 +#: commands/tablecmds.c:16770 commands/tablecmds.c:16884 commands/trigger.c:653 +#: rewrite/rewriteHandler.c:908 rewrite/rewriteHandler.c:943 #, c-format msgid "Column \"%s\" is a generated column." msgstr "Spalte »%s« ist eine generierte Spalte." -#: commands/tablecmds.c:16792 +#: commands/tablecmds.c:16846 #, c-format msgid "functions in partition key expression must be marked IMMUTABLE" msgstr "Funktionen im Partitionierungsschlüsselausdruck müssen als IMMUTABLE markiert sein" -#: commands/tablecmds.c:16812 +#: commands/tablecmds.c:16866 #, c-format msgid "partition key expressions cannot contain system column references" msgstr "Partitionierungsschlüsselausdruck kann nicht auf Systemspalten verweisen" -#: commands/tablecmds.c:16842 +#: commands/tablecmds.c:16896 #, c-format msgid "cannot use constant expression as partition key" msgstr "Partitionierungsschlüssel kann kein konstanter Ausdruck sein" -#: commands/tablecmds.c:16863 +#: commands/tablecmds.c:16917 #, c-format msgid "could not determine which collation to use for partition expression" msgstr "konnte die für den Partitionierungsausdruck zu verwendende Sortierfolge nicht bestimmen" -#: commands/tablecmds.c:16898 +#: commands/tablecmds.c:16952 #, c-format msgid "You must specify a hash operator class or define a default hash operator class for the data type." msgstr "Sie müssen eine hash-Operatorklasse angeben oder eine hash-Standardoperatorklasse für den Datentyp definieren." -#: commands/tablecmds.c:16904 +#: commands/tablecmds.c:16958 #, c-format msgid "You must specify a btree operator class or define a default btree operator class for the data type." msgstr "Sie müssen eine btree-Operatorklasse angeben oder eine btree-Standardoperatorklasse für den Datentyp definieren." -#: commands/tablecmds.c:17156 +#: commands/tablecmds.c:17210 #, c-format msgid "\"%s\" is already a partition" msgstr "»%s« ist bereits eine Partition" -#: commands/tablecmds.c:17162 +#: commands/tablecmds.c:17216 #, c-format msgid "cannot attach a typed table as partition" msgstr "eine getypte Tabelle kann nicht als Partition angefügt werden" -#: commands/tablecmds.c:17178 +#: commands/tablecmds.c:17232 #, c-format msgid "cannot attach inheritance child as partition" msgstr "ein Vererbungskind kann nicht als Partition angefügt werden" -#: commands/tablecmds.c:17192 +#: commands/tablecmds.c:17246 #, c-format msgid "cannot attach inheritance parent as partition" msgstr "eine Tabelle mit abgeleiteten Tabellen kann nicht als Partition angefügt werden" -#: commands/tablecmds.c:17226 +#: commands/tablecmds.c:17280 #, c-format msgid "cannot attach a temporary relation as partition of permanent relation \"%s\"" msgstr "eine temporäre Relation kann nicht als Partition an permanente Relation »%s« angefügt werden" -#: commands/tablecmds.c:17234 +#: commands/tablecmds.c:17288 #, c-format msgid "cannot attach a permanent relation as partition of temporary relation \"%s\"" msgstr "eine permanente Relation kann nicht als Partition an temporäre Relation »%s« angefügt werden" -#: commands/tablecmds.c:17242 +#: commands/tablecmds.c:17296 #, c-format msgid "cannot attach as partition of temporary relation of another session" msgstr "kann nicht als Partition an temporäre Relation einer anderen Sitzung anfügen" -#: commands/tablecmds.c:17249 +#: commands/tablecmds.c:17303 #, c-format msgid "cannot attach temporary relation of another session as partition" msgstr "temporäre Relation einer anderen Sitzung kann nicht als Partition angefügt werden" -#: commands/tablecmds.c:17269 +#: commands/tablecmds.c:17323 #, c-format msgid "table \"%s\" contains column \"%s\" not found in parent \"%s\"" msgstr "Tabelle »%s« enthält Spalte »%s«, die nicht in der Elterntabelle »%s« gefunden wurde" -#: commands/tablecmds.c:17272 +#: commands/tablecmds.c:17326 #, c-format msgid "The new partition may contain only the columns present in parent." msgstr "Die neue Partition darf nur Spalten enthalten, die auch die Elterntabelle hat." -#: commands/tablecmds.c:17284 +#: commands/tablecmds.c:17338 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming a partition" msgstr "Trigger »%s« verhindert, dass Tabelle »%s« eine Partition werden kann" -#: commands/tablecmds.c:17286 commands/trigger.c:459 +#: commands/tablecmds.c:17340 commands/trigger.c:459 #, c-format msgid "ROW triggers with transition tables are not supported on partitions" msgstr "ROW-Trigger mit Übergangstabellen werden für Partitionen nicht unterstützt" -#: commands/tablecmds.c:17465 +#: commands/tablecmds.c:17519 #, c-format msgid "cannot attach foreign table \"%s\" as partition of partitioned table \"%s\"" msgstr "kann Fremdtabelle »%s« nicht als Partition an partitionierte Tabelle »%s« anfügen" -#: commands/tablecmds.c:17468 +#: commands/tablecmds.c:17522 #, c-format msgid "Partitioned table \"%s\" contains unique indexes." msgstr "Partitionierte Tabelle »%s« enthält Unique-Indexe." -#: commands/tablecmds.c:17788 +#: commands/tablecmds.c:17842 #, c-format msgid "cannot detach partitions concurrently when a default partition exists" msgstr "nebenläufiges Abtrennen einer Partition ist nicht möglich, wenn eine Standardpartition existiert" -#: commands/tablecmds.c:17897 +#: commands/tablecmds.c:17951 #, c-format msgid "partitioned table \"%s\" was removed concurrently" msgstr "partitionierte Tabelle »%s« wurde nebenläufig entfernt" -#: commands/tablecmds.c:17903 +#: commands/tablecmds.c:17957 #, c-format msgid "partition \"%s\" was removed concurrently" msgstr "Partition »%s« wurde nebenläufig entfernt" -#: commands/tablecmds.c:18376 commands/tablecmds.c:18396 -#: commands/tablecmds.c:18416 commands/tablecmds.c:18435 -#: commands/tablecmds.c:18477 +#: commands/tablecmds.c:18440 commands/tablecmds.c:18460 +#: commands/tablecmds.c:18480 commands/tablecmds.c:18499 +#: commands/tablecmds.c:18541 #, c-format msgid "cannot attach index \"%s\" as a partition of index \"%s\"" msgstr "kann Index »%s« nicht als Partition an Index »%s« anfügen" -#: commands/tablecmds.c:18379 +#: commands/tablecmds.c:18443 #, c-format msgid "Index \"%s\" is already attached to another index." msgstr "Index »%s« ist bereits an einen anderen Index angefügt." -#: commands/tablecmds.c:18399 +#: commands/tablecmds.c:18463 #, c-format msgid "Index \"%s\" is not an index on any partition of table \"%s\"." msgstr "Index »%s« ist kein Index irgendeiner Partition von Tabelle »%s«." -#: commands/tablecmds.c:18419 +#: commands/tablecmds.c:18483 #, c-format msgid "The index definitions do not match." msgstr "Die Indexdefinitionen stimmen nicht überein." -#: commands/tablecmds.c:18438 +#: commands/tablecmds.c:18502 #, c-format msgid "The index \"%s\" belongs to a constraint in table \"%s\" but no constraint exists for index \"%s\"." msgstr "Der Index »%s« gehört zu einem Constraint in Tabelle »%s«, aber kein Constraint existiert für Index »%s«." -#: commands/tablecmds.c:18480 +#: commands/tablecmds.c:18544 #, c-format msgid "Another index is already attached for partition \"%s\"." msgstr "Ein anderer Index ist bereits für Partition »%s« angefügt." -#: commands/tablecmds.c:18710 +#: commands/tablecmds.c:18774 #, c-format msgid "column data type %s does not support compression" msgstr "Spaltendatentyp %s unterstützt keine Komprimierung" -#: commands/tablecmds.c:18717 +#: commands/tablecmds.c:18781 #, c-format msgid "invalid compression method \"%s\"" msgstr "ungültige Komprimierungsmethode »%s«" -#: commands/tablespace.c:162 commands/tablespace.c:179 -#: commands/tablespace.c:190 commands/tablespace.c:198 -#: commands/tablespace.c:636 replication/slot.c:1471 storage/file/copydir.c:47 +#: commands/tablespace.c:161 commands/tablespace.c:177 +#: commands/tablespace.c:594 commands/tablespace.c:639 replication/slot.c:1471 +#: storage/file/copydir.c:47 #, c-format msgid "could not create directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht erzeugen: %m" -#: commands/tablespace.c:209 commands/tablespace.c:631 -#, c-format -msgid "could not stat directory \"%s\": %m" -msgstr "konnte »stat« für Verzeichnis »%s« nicht ausführen: %m" - -#: commands/tablespace.c:218 commands/tablespace.c:642 +#: commands/tablespace.c:197 commands/tablespace.c:645 #, c-format msgid "\"%s\" exists but is not a directory" msgstr "»%s« existiert, ist aber kein Verzeichnis" -#: commands/tablespace.c:249 +#: commands/tablespace.c:229 #, c-format msgid "permission denied to create tablespace \"%s\"" msgstr "keine Berechtigung, um Tablespace »%s« zu erzeugen" -#: commands/tablespace.c:251 +#: commands/tablespace.c:231 #, c-format msgid "Must be superuser to create a tablespace." msgstr "Nur Superuser können Tablespaces anlegen." -#: commands/tablespace.c:267 +#: commands/tablespace.c:247 #, c-format msgid "tablespace location cannot contain single quotes" msgstr "Tablespace-Pfad darf keine Apostrophe enthalten" -#: commands/tablespace.c:277 +#: commands/tablespace.c:260 #, c-format msgid "tablespace location must be an absolute path" msgstr "Tablespace-Pfad muss ein absoluter Pfad sein" -#: commands/tablespace.c:289 +#: commands/tablespace.c:272 #, c-format msgid "tablespace location \"%s\" is too long" msgstr "Tablespace-Pfad »%s« ist zu lang" -#: commands/tablespace.c:296 +#: commands/tablespace.c:279 #, c-format msgid "tablespace location should not be inside the data directory" msgstr "Tablespace-Pfad sollte nicht innerhalb des Datenverzeichnisses sein" -#: commands/tablespace.c:305 commands/tablespace.c:973 +#: commands/tablespace.c:288 commands/tablespace.c:976 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "inakzeptabler Tablespace-Name »%s«" -#: commands/tablespace.c:307 commands/tablespace.c:974 +#: commands/tablespace.c:290 commands/tablespace.c:977 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "Der Präfix »pg_« ist für System-Tablespaces reserviert." -#: commands/tablespace.c:326 commands/tablespace.c:995 +#: commands/tablespace.c:309 commands/tablespace.c:998 #, c-format msgid "tablespace \"%s\" already exists" msgstr "Tablespace »%s« existiert bereits" -#: commands/tablespace.c:444 commands/tablespace.c:956 -#: commands/tablespace.c:1045 commands/tablespace.c:1114 -#: commands/tablespace.c:1260 commands/tablespace.c:1463 +#: commands/tablespace.c:427 commands/tablespace.c:959 +#: commands/tablespace.c:1048 commands/tablespace.c:1117 +#: commands/tablespace.c:1263 commands/tablespace.c:1466 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "Tablespace »%s« existiert nicht" -#: commands/tablespace.c:450 +#: commands/tablespace.c:433 #, c-format msgid "tablespace \"%s\" does not exist, skipping" msgstr "Tablespace »%s« existiert nicht, wird übersprungen" -#: commands/tablespace.c:478 +#: commands/tablespace.c:461 #, c-format msgid "tablespace \"%s\" cannot be dropped because some objects depend on it" msgstr "kann Tablespace »%s« nicht löschen, weil andere Objekte davon abhängen" -#: commands/tablespace.c:537 +#: commands/tablespace.c:520 #, c-format msgid "tablespace \"%s\" is not empty" msgstr "Tablespace »%s« ist nicht leer" -#: commands/tablespace.c:609 +#: commands/tablespace.c:612 #, c-format msgid "directory \"%s\" does not exist" msgstr "Verzeichnis »%s« existiert nicht" -#: commands/tablespace.c:610 +#: commands/tablespace.c:613 #, c-format msgid "Create this directory for the tablespace before restarting the server." msgstr "Erzeugen Sie dieses Verzeichnis für den Tablespace bevor Sie den Server neu starten." -#: commands/tablespace.c:615 +#: commands/tablespace.c:618 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "konnte Zugriffsrechte für Verzeichnis »%s« nicht setzen: %m" -#: commands/tablespace.c:647 +#: commands/tablespace.c:650 #, c-format msgid "directory \"%s\" already in use as a tablespace" msgstr "Verzeichnis »%s« ist bereits als Tablespace in Verwendung" -#: commands/tablespace.c:765 commands/tablespace.c:778 -#: commands/tablespace.c:814 commands/tablespace.c:906 storage/file/fd.c:3163 -#: storage/file/fd.c:3559 +#: commands/tablespace.c:768 commands/tablespace.c:781 +#: commands/tablespace.c:817 commands/tablespace.c:909 storage/file/fd.c:3169 +#: storage/file/fd.c:3565 #, c-format msgid "could not remove directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht löschen: %m" -#: commands/tablespace.c:827 commands/tablespace.c:915 +#: commands/tablespace.c:830 commands/tablespace.c:918 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung »%s« nicht löschen: %m" -#: commands/tablespace.c:837 commands/tablespace.c:924 +#: commands/tablespace.c:840 commands/tablespace.c:927 #, c-format msgid "\"%s\" is not a directory or symbolic link" msgstr "»%s« ist kein Verzeichnis oder symbolische Verknüpfung" -#: commands/tablespace.c:1119 +#: commands/tablespace.c:1122 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Tablespace »%s« existiert nicht." -#: commands/tablespace.c:1562 +#: commands/tablespace.c:1565 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "Verzeichnisse für Tablespace %u konnten nicht entfernt werden" -#: commands/tablespace.c:1564 +#: commands/tablespace.c:1567 #, c-format msgid "You can remove the directories manually if necessary." msgstr "Sie können die Verzeichnisse falls nötig manuell entfernen." @@ -10629,8 +10663,8 @@ #: commands/trigger.c:252 #, c-format -msgid "Triggers on partitioned tables cannot have transition tables." -msgstr "Trigger für partitionierte Tabellen können keine Übergangstabellen haben." +msgid "ROW triggers with transition tables are not supported on partitioned tables." +msgstr "ROW-Trigger mit Übergangstabellen werden für partitionierte Tabellen nicht unterstützt." #: commands/trigger.c:264 commands/trigger.c:271 commands/trigger.c:441 #, c-format @@ -10803,75 +10837,75 @@ msgid "trigger \"%s\" for relation \"%s\" is a constraint trigger" msgstr "Trigger »%s« für Relation »%s« ist ein Constraint-Trigger" -#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1630 +#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1660 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "Trigger »%s« für Tabelle »%s« existiert nicht" -#: commands/trigger.c:1598 +#: commands/trigger.c:1600 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "keine Berechtigung: »%s« ist ein Systemtrigger" -#: commands/trigger.c:2178 +#: commands/trigger.c:2221 #, c-format msgid "trigger function %u returned null value" msgstr "Triggerfunktion %u gab NULL-Wert zurück" -#: commands/trigger.c:2238 commands/trigger.c:2452 commands/trigger.c:2691 -#: commands/trigger.c:2995 +#: commands/trigger.c:2281 commands/trigger.c:2495 commands/trigger.c:2734 +#: commands/trigger.c:3038 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "Trigger für BEFORE STATEMENT kann keinen Wert zurückgeben" -#: commands/trigger.c:2312 +#: commands/trigger.c:2355 #, c-format msgid "moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported" msgstr "Verschieben einer Zeile in eine andere Partition durch einen BEFORE-FOR-EACH-ROW-Trigger wird nicht unterstützt" -#: commands/trigger.c:2313 +#: commands/trigger.c:2356 #, c-format msgid "Before executing trigger \"%s\", the row was to be in partition \"%s.%s\"." msgstr "Vor der Ausführung von Trigger »%s« gehörte die Zeile in Partition »%s.%s«." -#: commands/trigger.c:3061 executor/nodeModifyTable.c:1824 -#: executor/nodeModifyTable.c:1906 +#: commands/trigger.c:3104 executor/nodeModifyTable.c:1825 +#: executor/nodeModifyTable.c:1907 #, c-format msgid "tuple to be updated was already modified by an operation triggered by the current command" msgstr "das zu aktualisierende Tupel wurde schon durch eine vom aktuellen Befehl ausgelöste Operation verändert" -#: commands/trigger.c:3062 executor/nodeModifyTable.c:1206 -#: executor/nodeModifyTable.c:1280 executor/nodeModifyTable.c:1825 -#: executor/nodeModifyTable.c:1907 +#: commands/trigger.c:3105 executor/nodeModifyTable.c:1207 +#: executor/nodeModifyTable.c:1281 executor/nodeModifyTable.c:1826 +#: executor/nodeModifyTable.c:1908 #, c-format msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." msgstr "Verwenden Sie einen AFTER-Trigger anstelle eines BEFORE-Triggers, um Änderungen an andere Zeilen zu propagieren." -#: commands/trigger.c:3091 executor/nodeLockRows.c:229 +#: commands/trigger.c:3134 executor/nodeLockRows.c:229 #: executor/nodeLockRows.c:238 executor/nodeModifyTable.c:228 -#: executor/nodeModifyTable.c:1222 executor/nodeModifyTable.c:1842 -#: executor/nodeModifyTable.c:2072 +#: executor/nodeModifyTable.c:1223 executor/nodeModifyTable.c:1843 +#: executor/nodeModifyTable.c:2073 #, c-format msgid "could not serialize access due to concurrent update" msgstr "konnte Zugriff nicht serialisieren wegen gleichzeitiger Aktualisierung" -#: commands/trigger.c:3099 executor/nodeModifyTable.c:1312 -#: executor/nodeModifyTable.c:1924 executor/nodeModifyTable.c:2096 +#: commands/trigger.c:3142 executor/nodeModifyTable.c:1313 +#: executor/nodeModifyTable.c:1925 executor/nodeModifyTable.c:2097 #, c-format msgid "could not serialize access due to concurrent delete" msgstr "konnte Zugriff nicht serialisieren wegen gleichzeitigem Löschen" -#: commands/trigger.c:4160 +#: commands/trigger.c:4203 #, c-format msgid "cannot fire deferred trigger within security-restricted operation" msgstr "aufgeschobener Trigger kann nicht in einer sicherheitsbeschränkten Operation ausgelöst werden" -#: commands/trigger.c:5203 +#: commands/trigger.c:5253 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "Constraint »%s« ist nicht aufschiebbar" -#: commands/trigger.c:5226 +#: commands/trigger.c:5276 #, c-format msgid "constraint \"%s\" does not exist" msgstr "Constraint »%s« existiert nicht" @@ -11337,8 +11371,8 @@ msgid "permission denied to create role" msgstr "keine Berechtigung, um Rolle zu erzeugen" -#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15259 -#: gram.y:15304 utils/adt/acl.c:5248 utils/adt/acl.c:5254 +#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15260 +#: gram.y:15305 utils/adt/acl.c:5248 utils/adt/acl.c:5254 #, c-format msgid "role name \"%s\" is reserved" msgstr "Rollenname »%s« ist reserviert" @@ -11363,6 +11397,10 @@ msgid "pg_authid OID value not set when in binary upgrade mode" msgstr "OID-Wert für pg_auth ist im Binary-Upgrade-Modus nicht gesetzt" +#: commands/user.c:570 commands/user.c:925 +msgid "Cannot alter reserved roles." +msgstr "Reservierte Rollen können nicht geändert werden." + #: commands/user.c:722 #, c-format msgid "must be superuser to alter superuser roles or change superuser attribute" @@ -11645,7 +11683,7 @@ msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables" msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht vacuumen" -#: commands/variable.c:165 utils/misc/guc.c:11637 utils/misc/guc.c:11699 +#: commands/variable.c:165 utils/misc/guc.c:11649 utils/misc/guc.c:11711 #, c-format msgid "Unrecognized key word: \"%s\"." msgstr "Unbekanntes Schlüsselwort: »%s«." @@ -11755,47 +11793,47 @@ msgid "could not determine which collation to use for view column \"%s\"" msgstr "konnte die für die Sichtspalte »%s« zu verwendende Sortierfolge nicht bestimmen" -#: commands/view.c:265 commands/view.c:276 +#: commands/view.c:279 commands/view.c:290 #, c-format msgid "cannot drop columns from view" msgstr "aus einer Sicht können keine Spalten gelöscht werden" -#: commands/view.c:281 +#: commands/view.c:295 #, c-format msgid "cannot change name of view column \"%s\" to \"%s\"" msgstr "kann Namen der Sichtspalte »%s« nicht in »%s« ändern" -#: commands/view.c:284 +#: commands/view.c:298 #, c-format msgid "Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead." msgstr "Verwenden Sie stattdessen ALTER VIEW ... RENAME COLUMN ..., um den Namen einer Sichtspalte zu ändern." -#: commands/view.c:290 +#: commands/view.c:304 #, c-format msgid "cannot change data type of view column \"%s\" from %s to %s" msgstr "kann Datentyp der Sichtspalte »%s« nicht von %s in %s ändern" -#: commands/view.c:438 +#: commands/view.c:452 #, c-format msgid "views must not contain SELECT INTO" msgstr "Sichten dürfen kein SELECT INTO enthalten" -#: commands/view.c:450 +#: commands/view.c:464 #, c-format msgid "views must not contain data-modifying statements in WITH" msgstr "Sichten dürfen keine datenmodifizierenden Anweisungen in WITH enthalten" -#: commands/view.c:520 +#: commands/view.c:534 #, c-format msgid "CREATE VIEW specifies more column names than columns" msgstr "CREATE VIEW gibt mehr Spaltennamen als Spalten an" -#: commands/view.c:528 +#: commands/view.c:542 #, c-format msgid "views cannot be unlogged because they do not have storage" msgstr "Sichten können nicht ungeloggt sein, weil sie keinen Speicherplatz verwenden" -#: commands/view.c:542 +#: commands/view.c:556 #, c-format msgid "view \"%s\" will be a temporary view" msgstr "Sicht »%s« wird eine temporäre Sicht" @@ -11842,8 +11880,8 @@ msgstr "kein Wert für Parameter %d gefunden" #: executor/execExpr.c:632 executor/execExpr.c:639 executor/execExpr.c:645 -#: executor/execExprInterp.c:4019 executor/execExprInterp.c:4036 -#: executor/execExprInterp.c:4135 executor/nodeModifyTable.c:117 +#: executor/execExprInterp.c:4023 executor/execExprInterp.c:4040 +#: executor/execExprInterp.c:4139 executor/nodeModifyTable.c:117 #: executor/nodeModifyTable.c:128 executor/nodeModifyTable.c:145 #: executor/nodeModifyTable.c:153 #, c-format @@ -11860,7 +11898,7 @@ msgid "Query provides a value for a dropped column at ordinal position %d." msgstr "Anfrage liefert einen Wert für eine gelöschte Spalte auf Position %d." -#: executor/execExpr.c:646 executor/execExprInterp.c:4037 +#: executor/execExpr.c:646 executor/execExprInterp.c:4041 #: executor/nodeModifyTable.c:129 #, c-format msgid "Table has type %s at ordinal position %d, but query expects %s." @@ -11918,7 +11956,7 @@ #: executor/execExprInterp.c:2003 utils/adt/expandedrecord.c:99 #: utils/adt/expandedrecord.c:231 utils/cache/typcache.c:1751 #: utils/cache/typcache.c:1907 utils/cache/typcache.c:2054 -#: utils/fmgr/funcapi.c:458 +#: utils/fmgr/funcapi.c:492 #, c-format msgid "type %s is not composite" msgstr "Typ %s ist kein zusammengesetzter Typ" @@ -11967,14 +12005,14 @@ msgid "value for domain %s violates check constraint \"%s\"" msgstr "Wert für Domäne %s verletzt Check-Constraint »%s«" -#: executor/execExprInterp.c:4020 +#: executor/execExprInterp.c:4024 #, c-format msgid "Table row contains %d attribute, but query expects %d." msgid_plural "Table row contains %d attributes, but query expects %d." msgstr[0] "Tabellenzeile enthält %d Attribut, aber Anfrage erwartet %d." msgstr[1] "Tabellenzeile enthält %d Attribute, aber Anfrage erwartet %d." -#: executor/execExprInterp.c:4136 executor/execSRF.c:977 +#: executor/execExprInterp.c:4140 executor/execSRF.c:977 #, c-format msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "Physischer Speicher stimmt nicht überein mit gelöschtem Attribut auf Position %d." @@ -12024,38 +12062,38 @@ msgid "cannot change TOAST relation \"%s\"" msgstr "kann TOAST-Relation »%s« nicht ändern" -#: executor/execMain.c:1031 rewrite/rewriteHandler.c:3064 -#: rewrite/rewriteHandler.c:3861 +#: executor/execMain.c:1031 rewrite/rewriteHandler.c:3098 +#: rewrite/rewriteHandler.c:3892 #, c-format msgid "cannot insert into view \"%s\"" msgstr "kann nicht in Sicht »%s« einfügen" -#: executor/execMain.c:1033 rewrite/rewriteHandler.c:3067 -#: rewrite/rewriteHandler.c:3864 +#: executor/execMain.c:1033 rewrite/rewriteHandler.c:3101 +#: rewrite/rewriteHandler.c:3895 #, c-format msgid "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule." msgstr "Um Einfügen in die Sicht zu ermöglichen, richten Sie einen INSTEAD OF INSERT Trigger oder eine ON INSERT DO INSTEAD Regel ohne Bedingung ein." -#: executor/execMain.c:1039 rewrite/rewriteHandler.c:3072 -#: rewrite/rewriteHandler.c:3869 +#: executor/execMain.c:1039 rewrite/rewriteHandler.c:3106 +#: rewrite/rewriteHandler.c:3900 #, c-format msgid "cannot update view \"%s\"" msgstr "kann Sicht »%s« nicht aktualisieren" -#: executor/execMain.c:1041 rewrite/rewriteHandler.c:3075 -#: rewrite/rewriteHandler.c:3872 +#: executor/execMain.c:1041 rewrite/rewriteHandler.c:3109 +#: rewrite/rewriteHandler.c:3903 #, c-format msgid "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule." msgstr "Um Aktualisieren der Sicht zu ermöglichen, richten Sie einen INSTEAD OF UPDATE Trigger oder eine ON UPDATE DO INSTEAD Regel ohne Bedingung ein." -#: executor/execMain.c:1047 rewrite/rewriteHandler.c:3080 -#: rewrite/rewriteHandler.c:3877 +#: executor/execMain.c:1047 rewrite/rewriteHandler.c:3114 +#: rewrite/rewriteHandler.c:3908 #, c-format msgid "cannot delete from view \"%s\"" msgstr "kann nicht aus Sicht »%s« löschen" -#: executor/execMain.c:1049 rewrite/rewriteHandler.c:3083 -#: rewrite/rewriteHandler.c:3880 +#: executor/execMain.c:1049 rewrite/rewriteHandler.c:3117 +#: rewrite/rewriteHandler.c:3911 #, c-format msgid "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule." msgstr "Um Löschen aus der Sicht zu ermöglichen, richten Sie einen INSTEAD OF DELETE Trigger oder eine ON DELETE DO INSTEAD Regel ohne Bedingung ein." @@ -12211,37 +12249,37 @@ msgid "could not identify an equality operator for type %s" msgstr "konnte keinen Ist-Gleich-Operator für Typ %s ermitteln" -#: executor/execReplication.c:590 +#: executor/execReplication.c:597 #, c-format msgid "cannot update table \"%s\" because it does not have a replica identity and publishes updates" msgstr "Tabelle »%s« kann nicht aktualisiert werden, weil sie keine Replik-Identität hat und Updates publiziert" -#: executor/execReplication.c:592 +#: executor/execReplication.c:599 #, c-format msgid "To enable updating the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "Um Aktualisieren der Tabelle zu ermöglichen, setzen Sie REPLICA IDENTITY mit ALTER TABLE." -#: executor/execReplication.c:596 +#: executor/execReplication.c:603 #, c-format msgid "cannot delete from table \"%s\" because it does not have a replica identity and publishes deletes" msgstr "aus Tabelle »%s« kann nicht gelöscht werden, weil sie keine Replik-Identität hat und Deletes publiziert" -#: executor/execReplication.c:598 +#: executor/execReplication.c:605 #, c-format msgid "To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "Um Löschen in der Tabelle zu ermöglichen, setzen Sie REPLICA IDENTITY mit ALTER TABLE." -#: executor/execReplication.c:617 executor/execReplication.c:625 +#: executor/execReplication.c:624 executor/execReplication.c:632 #, c-format msgid "cannot use relation \"%s.%s\" as logical replication target" msgstr "Relation »%s.%s« kann nicht als Ziel für logische Replikation verwendet werden" -#: executor/execReplication.c:619 +#: executor/execReplication.c:626 #, c-format msgid "\"%s.%s\" is a foreign table." msgstr "»%s.%s« ist eine Fremdtabelle." -#: executor/execReplication.c:627 +#: executor/execReplication.c:634 #, c-format msgid "\"%s.%s\" is not a table." msgstr "»%s.%s« ist keine Tabelle." @@ -12321,64 +12359,64 @@ msgstr "%s ist in SQL-Funktionen nicht erlaubt" #. translator: %s is a SQL statement name -#: executor/functions.c:528 executor/spi.c:1649 executor/spi.c:2538 +#: executor/functions.c:528 executor/spi.c:1752 executor/spi.c:2641 #, c-format msgid "%s is not allowed in a non-volatile function" msgstr "%s ist in als nicht »volatile« markierten Funktionen nicht erlaubt" -#: executor/functions.c:1442 +#: executor/functions.c:1457 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "SQL-Funktion »%s« Anweisung %d" -#: executor/functions.c:1468 +#: executor/functions.c:1483 #, c-format msgid "SQL function \"%s\" during startup" msgstr "SQL-Funktion »%s« beim Start" -#: executor/functions.c:1553 +#: executor/functions.c:1568 #, c-format msgid "calling procedures with output arguments is not supported in SQL functions" msgstr "Aufruf von Prozeduren mit Ausgabeargumenten wird in SQL-Funktionen nicht unterstützt" -#: executor/functions.c:1686 executor/functions.c:1724 -#: executor/functions.c:1738 executor/functions.c:1828 -#: executor/functions.c:1861 executor/functions.c:1875 +#: executor/functions.c:1701 executor/functions.c:1739 +#: executor/functions.c:1753 executor/functions.c:1843 +#: executor/functions.c:1876 executor/functions.c:1890 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "Rückgabetyp von Funktion stimmt nicht überein; deklariert als %s" -#: executor/functions.c:1688 +#: executor/functions.c:1703 #, c-format msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "Die letzte Anweisung der Funktion muss ein SELECT oder INSERT/UPDATE/DELETE RETURNING sein." -#: executor/functions.c:1726 +#: executor/functions.c:1741 #, c-format msgid "Final statement must return exactly one column." msgstr "Die letzte Anweisung muss genau eine Spalte zurückgeben." -#: executor/functions.c:1740 +#: executor/functions.c:1755 #, c-format msgid "Actual return type is %s." msgstr "Eigentlicher Rückgabetyp ist %s." -#: executor/functions.c:1830 +#: executor/functions.c:1845 #, c-format msgid "Final statement returns too many columns." msgstr "Die letzte Anweisung gibt zu viele Spalten zurück." -#: executor/functions.c:1863 +#: executor/functions.c:1878 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Die letzte Anweisung ergibt %s statt %s in Spalte %d." -#: executor/functions.c:1877 +#: executor/functions.c:1892 #, c-format msgid "Final statement returns too few columns." msgstr "Die letzte Anweisung gibt zu wenige Spalten zurück." -#: executor/functions.c:1905 +#: executor/functions.c:1920 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "Rückgabetyp %s wird von SQL-Funktionen nicht unterstützt" @@ -12443,27 +12481,27 @@ msgid "Query has too few columns." msgstr "Anfrage hat zu wenige Spalten." -#: executor/nodeModifyTable.c:1205 executor/nodeModifyTable.c:1279 +#: executor/nodeModifyTable.c:1206 executor/nodeModifyTable.c:1280 #, c-format msgid "tuple to be deleted was already modified by an operation triggered by the current command" msgstr "das zu löschende Tupel wurde schon durch eine vom aktuellen Befehl ausgelöste Operation verändert" -#: executor/nodeModifyTable.c:1454 +#: executor/nodeModifyTable.c:1455 #, c-format msgid "invalid ON UPDATE specification" msgstr "ungültige ON-UPDATE-Angabe" -#: executor/nodeModifyTable.c:1455 +#: executor/nodeModifyTable.c:1456 #, c-format msgid "The result tuple would appear in a different partition than the original tuple." msgstr "Das Ergebnistupel würde in einer anderen Partition erscheinen als das ursprüngliche Tupel." -#: executor/nodeModifyTable.c:2051 +#: executor/nodeModifyTable.c:2052 #, c-format msgid "ON CONFLICT DO UPDATE command cannot affect row a second time" msgstr "Befehl in ON CONFLICT DO UPDATE kann eine Zeile nicht ein zweites Mal ändern" -#: executor/nodeModifyTable.c:2052 +#: executor/nodeModifyTable.c:2053 #, c-format msgid "Ensure that no rows proposed for insertion within the same command have duplicate constrained values." msgstr "Stellen Sie sicher, dass keine im selben Befehl fürs Einfügen vorgesehene Zeilen doppelte Werte haben, die einen Constraint verletzen würden." @@ -12539,79 +12577,79 @@ msgid "aggregate function %s does not support use as a window function" msgstr "Aggregatfunktion %s unterstützt die Verwendung als Fensterfunktion nicht" -#: executor/spi.c:234 executor/spi.c:299 +#: executor/spi.c:241 executor/spi.c:341 #, c-format msgid "invalid transaction termination" msgstr "ungültige Transaktionsbeendung" -#: executor/spi.c:248 +#: executor/spi.c:256 #, c-format msgid "cannot commit while a subtransaction is active" msgstr "während eine Subtransaktion aktiv ist kann nicht committet werden" -#: executor/spi.c:305 +#: executor/spi.c:347 #, c-format msgid "cannot roll back while a subtransaction is active" msgstr "während eine Subtransaktion aktiv ist kann nicht zurückgerollt werden" -#: executor/spi.c:377 +#: executor/spi.c:482 #, c-format msgid "transaction left non-empty SPI stack" msgstr "Transaktion ließ nicht-leeren SPI-Stack zurück" -#: executor/spi.c:378 executor/spi.c:440 +#: executor/spi.c:483 executor/spi.c:543 #, c-format msgid "Check for missing \"SPI_finish\" calls." msgstr "Prüfen Sie, ob Aufrufe von »SPI_finish« fehlen." -#: executor/spi.c:439 +#: executor/spi.c:542 #, c-format msgid "subtransaction left non-empty SPI stack" msgstr "Subtransaktion ließ nicht-leeren SPI-Stack zurück" -#: executor/spi.c:1507 +#: executor/spi.c:1610 #, c-format msgid "cannot open multi-query plan as cursor" msgstr "Plan mit mehreren Anfragen kann nicht als Cursor geöffnet werden" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:1517 +#: executor/spi.c:1620 #, c-format msgid "cannot open %s query as cursor" msgstr "%s kann nicht als Cursor geöffnet werden" -#: executor/spi.c:1623 +#: executor/spi.c:1726 #, c-format msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE wird nicht unterstützt" -#: executor/spi.c:1624 parser/analyze.c:2815 +#: executor/spi.c:1727 parser/analyze.c:2815 #, c-format msgid "Scrollable cursors must be READ ONLY." msgstr "Scrollbare Cursor müssen READ ONLY sein." -#: executor/spi.c:2377 +#: executor/spi.c:2480 #, c-format msgid "empty query does not return tuples" msgstr "leere Anfrage gibt keine Tupel zurück" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:2451 +#: executor/spi.c:2554 #, c-format msgid "%s query does not return tuples" msgstr "%s-Anfrage gibt keine Tupel zurück" -#: executor/spi.c:2863 +#: executor/spi.c:2966 #, c-format msgid "SQL expression \"%s\"" msgstr "SQL-Ausdruck »%s«" -#: executor/spi.c:2868 +#: executor/spi.c:2971 #, c-format msgid "PL/pgSQL assignment \"%s\"" msgstr "PL/pgSQL-Zuweisung »%s«" -#: executor/spi.c:2871 +#: executor/spi.c:2974 #, c-format msgid "SQL statement \"%s\"" msgstr "SQL-Anweisung »%s«" @@ -12636,364 +12674,364 @@ msgid "Valid options in this context are: %s" msgstr "Gültige Optionen in diesem Zusammenhang sind: %s" -#: gram.y:1107 +#: gram.y:1108 #, c-format msgid "UNENCRYPTED PASSWORD is no longer supported" msgstr "UNENCRYPTED PASSWORD wird nicht mehr unterstützt" -#: gram.y:1108 +#: gram.y:1109 #, c-format msgid "Remove UNENCRYPTED to store the password in encrypted form instead." msgstr "Lassen Sie UNENCRYPTED weg, um das Passwort stattdessen in verschlüsselter Form zu speichern." -#: gram.y:1170 +#: gram.y:1171 #, c-format msgid "unrecognized role option \"%s\"" msgstr "unbekannte Rollenoption »%s«" -#: gram.y:1417 gram.y:1432 +#: gram.y:1418 gram.y:1433 #, c-format msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" msgstr "CREATE SCHEMA IF NOT EXISTS kann keine Schemaelemente enthalten" -#: gram.y:1578 +#: gram.y:1579 #, c-format msgid "current database cannot be changed" msgstr "aktuelle Datenbank kann nicht geändert werden" -#: gram.y:1702 +#: gram.y:1703 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "Zeitzonenintervall muss HOUR oder HOUR TO MINUTE sein" -#: gram.y:2270 +#: gram.y:2271 #, c-format msgid "column number must be in range from 1 to %d" msgstr "Spaltennummer muss im Bereich 1 bis %d sein" -#: gram.y:2811 +#: gram.y:2812 #, c-format msgid "sequence option \"%s\" not supported here" msgstr "Sequenzoption »%s« wird hier nicht unterstützt" -#: gram.y:2840 +#: gram.y:2841 #, c-format msgid "modulus for hash partition provided more than once" msgstr "Modulus für Hashpartition mehrmals angegeben" -#: gram.y:2849 +#: gram.y:2850 #, c-format msgid "remainder for hash partition provided more than once" msgstr "Rest für Hashpartition mehrmals angegeben" -#: gram.y:2856 +#: gram.y:2857 #, c-format msgid "unrecognized hash partition bound specification \"%s\"" msgstr "unbekannte Hashpartitionsbegrenzungsangabe »%s«" -#: gram.y:2864 +#: gram.y:2865 #, c-format msgid "modulus for hash partition must be specified" msgstr "Modulus für Hashpartition muss angegeben werden" -#: gram.y:2868 +#: gram.y:2869 #, c-format msgid "remainder for hash partition must be specified" msgstr "Rest für Hashpartition muss angegeben werden" -#: gram.y:3069 gram.y:3102 +#: gram.y:3070 gram.y:3103 #, c-format msgid "STDIN/STDOUT not allowed with PROGRAM" msgstr "STDIN/STDOUT sind nicht mit PROGRAM erlaubt" -#: gram.y:3075 +#: gram.y:3076 #, c-format msgid "WHERE clause not allowed with COPY TO" msgstr "mit COPY TO ist keine WHERE-Klausel erlaubt" -#: gram.y:3407 gram.y:3414 gram.y:11665 gram.y:11673 +#: gram.y:3408 gram.y:3415 gram.y:11666 gram.y:11674 #, c-format msgid "GLOBAL is deprecated in temporary table creation" msgstr "die Verwendung von GLOBAL beim Erzeugen einer temporären Tabelle ist veraltet" -#: gram.y:3665 +#: gram.y:3666 #, c-format msgid "for a generated column, GENERATED ALWAYS must be specified" msgstr "für eine generierte Spalte muss GENERATED ALWAYS angegeben werden" -#: gram.y:3933 utils/adt/ri_triggers.c:2032 +#: gram.y:3934 utils/adt/ri_triggers.c:2032 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "MATCH PARTIAL ist noch nicht implementiert" -#: gram.y:4634 +#: gram.y:4635 #, c-format msgid "CREATE EXTENSION ... FROM is no longer supported" msgstr "CREATE EXTENSION ... FROM wird nicht mehr unterstützt" -#: gram.y:5297 +#: gram.y:5298 #, c-format msgid "unrecognized row security option \"%s\"" msgstr "unbekannte Zeilensicherheitsoption »%s«" -#: gram.y:5298 +#: gram.y:5299 #, c-format msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently." msgstr "Aktuell werden nur PERMISSIVE und RESTRICTIVE unterstützt." -#: gram.y:5380 +#: gram.y:5381 #, c-format msgid "CREATE OR REPLACE CONSTRAINT TRIGGER is not supported" msgstr "CREATE OR REPLACE CONSTRAINT TRIGGER wird nicht unterstützt" -#: gram.y:5417 +#: gram.y:5418 msgid "duplicate trigger events specified" msgstr "mehrere Trigger-Ereignisse angegeben" -#: gram.y:5558 parser/parse_utilcmd.c:3703 parser/parse_utilcmd.c:3729 +#: gram.y:5559 parser/parse_utilcmd.c:3713 parser/parse_utilcmd.c:3739 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" msgstr "Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein" -#: gram.y:5565 +#: gram.y:5566 #, c-format msgid "conflicting constraint properties" msgstr "widersprüchliche Constraint-Eigentschaften" -#: gram.y:5661 +#: gram.y:5662 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "CREATE ASSERTION ist noch nicht implementiert" -#: gram.y:6044 +#: gram.y:6045 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK wird nicht mehr benötigt" -#: gram.y:6045 +#: gram.y:6046 #, c-format msgid "Update your data type." msgstr "Aktualisieren Sie Ihren Datentyp." -#: gram.y:7741 +#: gram.y:7742 #, c-format msgid "aggregates cannot have output arguments" msgstr "Aggregatfunktionen können keine OUT-Argumente haben" -#: gram.y:8188 utils/adt/regproc.c:710 utils/adt/regproc.c:751 +#: gram.y:8189 utils/adt/regproc.c:710 utils/adt/regproc.c:751 #, c-format msgid "missing argument" msgstr "Argument fehlt" -#: gram.y:8189 utils/adt/regproc.c:711 utils/adt/regproc.c:752 +#: gram.y:8190 utils/adt/regproc.c:711 utils/adt/regproc.c:752 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." msgstr "Verwenden Sie NONE, um das fehlende Argument eines unären Operators anzugeben." -#: gram.y:10128 gram.y:10146 +#: gram.y:10129 gram.y:10147 #, c-format msgid "WITH CHECK OPTION not supported on recursive views" msgstr "WITH CHECK OPTION wird für rekursive Sichten nicht unterstützt" -#: gram.y:11802 +#: gram.y:11803 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "Syntax LIMIT x,y wird nicht unterstützt" -#: gram.y:11803 +#: gram.y:11804 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "Verwenden Sie die getrennten Klauseln LIMIT und OFFSET." -#: gram.y:12141 gram.y:12166 +#: gram.y:12142 gram.y:12167 #, c-format msgid "VALUES in FROM must have an alias" msgstr "VALUES in FROM muss Aliasnamen erhalten" -#: gram.y:12142 gram.y:12167 +#: gram.y:12143 gram.y:12168 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "Zum Beispiel FROM (VALUES ...) [AS] xyz." -#: gram.y:12147 gram.y:12172 +#: gram.y:12148 gram.y:12173 #, c-format msgid "subquery in FROM must have an alias" msgstr "Unteranfrage in FROM muss Aliasnamen erhalten" -#: gram.y:12148 gram.y:12173 +#: gram.y:12149 gram.y:12174 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "Zum Beispiel FROM (SELECT ...) [AS] xyz." -#: gram.y:12668 +#: gram.y:12669 #, c-format msgid "only one DEFAULT value is allowed" msgstr "nur ein DEFAULT-Wert ist erlaubt" -#: gram.y:12677 +#: gram.y:12678 #, c-format msgid "only one PATH value per column is allowed" msgstr "nur ein PATH-Wert pro Spalte ist erlaubt" -#: gram.y:12686 +#: gram.y:12687 #, c-format msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\"" msgstr "widersprüchliche oder überflüssige NULL/NOT NULL-Deklarationen für Spalte »%s«" -#: gram.y:12695 +#: gram.y:12696 #, c-format msgid "unrecognized column option \"%s\"" msgstr "unbekannte Spaltenoption »%s«" -#: gram.y:12949 +#: gram.y:12950 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "Präzision von Typ float muss mindestens 1 Bit sein" -#: gram.y:12958 +#: gram.y:12959 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "Präzision von Typ float muss weniger als 54 Bits sein" -#: gram.y:13456 +#: gram.y:13457 #, c-format msgid "wrong number of parameters on left side of OVERLAPS expression" msgstr "falsche Anzahl Parameter auf linker Seite von OVERLAPS-Ausdruck" -#: gram.y:13461 +#: gram.y:13462 #, c-format msgid "wrong number of parameters on right side of OVERLAPS expression" msgstr "falsche Anzahl Parameter auf rechter Seite von OVERLAPS-Ausdruck" -#: gram.y:13629 +#: gram.y:13630 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "UNIQUE-Prädikat ist noch nicht implementiert" -#: gram.y:13988 +#: gram.y:13989 #, c-format msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" msgstr "in WITHIN GROUP können nicht mehrere ORDER-BY-Klauseln verwendet werden" -#: gram.y:13993 +#: gram.y:13994 #, c-format msgid "cannot use DISTINCT with WITHIN GROUP" msgstr "DISTINCT kann nicht mit WITHIN GROUP verwendet werden" -#: gram.y:13998 +#: gram.y:13999 #, c-format msgid "cannot use VARIADIC with WITHIN GROUP" msgstr "VARIADIC kann nicht mit WITHIN GROUP verwendet werden" -#: gram.y:14522 gram.y:14545 +#: gram.y:14523 gram.y:14546 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "Frame-Beginn kann nicht UNBOUNDED FOLLOWING sein" -#: gram.y:14527 +#: gram.y:14528 #, c-format msgid "frame starting from following row cannot end with current row" msgstr "Frame der in der folgenden Zeile beginnt kann nicht in der aktuellen Zeile enden" -#: gram.y:14550 +#: gram.y:14551 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "Frame-Ende kann nicht UNBOUNDED PRECEDING sein" -#: gram.y:14556 +#: gram.y:14557 #, c-format msgid "frame starting from current row cannot have preceding rows" msgstr "Frame der in der aktuellen Zeile beginnt kann keine vorhergehenden Zeilen haben" -#: gram.y:14563 +#: gram.y:14564 #, c-format msgid "frame starting from following row cannot have preceding rows" msgstr "Frame der in der folgenden Zeile beginnt kann keine vorhergehenden Zeilen haben" -#: gram.y:15195 +#: gram.y:15196 #, c-format msgid "type modifier cannot have parameter name" msgstr "Typmodifikator kann keinen Parameternamen haben" -#: gram.y:15201 +#: gram.y:15202 #, c-format msgid "type modifier cannot have ORDER BY" msgstr "Typmodifikator kann kein ORDER BY haben" -#: gram.y:15266 gram.y:15273 gram.y:15280 +#: gram.y:15267 gram.y:15274 gram.y:15281 #, c-format msgid "%s cannot be used as a role name here" msgstr "%s kann hier nicht als Rollenname verwendet werden" -#: gram.y:15369 gram.y:16800 +#: gram.y:15370 gram.y:16801 #, c-format msgid "WITH TIES cannot be specified without ORDER BY clause" msgstr "WITH TIES kann nicht ohne ORDER-BY-Klausel angegeben werden" -#: gram.y:16477 gram.y:16666 +#: gram.y:16478 gram.y:16667 msgid "improper use of \"*\"" msgstr "unzulässige Verwendung von »*«" -#: gram.y:16629 gram.y:16646 tsearch/spell.c:982 tsearch/spell.c:999 -#: tsearch/spell.c:1016 tsearch/spell.c:1033 tsearch/spell.c:1098 +#: gram.y:16630 gram.y:16647 tsearch/spell.c:983 tsearch/spell.c:1000 +#: tsearch/spell.c:1017 tsearch/spell.c:1034 tsearch/spell.c:1099 #, c-format msgid "syntax error" msgstr "Syntaxfehler" -#: gram.y:16730 +#: gram.y:16731 #, c-format msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type" msgstr "eine Ordered-Set-Aggregatfunktion mit einem direkten VARIADIC-Argument muss ein aggregiertes VARIADIC-Argument des selben Datentyps haben" -#: gram.y:16767 +#: gram.y:16768 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "mehrere ORDER-BY-Klauseln sind nicht erlaubt" -#: gram.y:16778 +#: gram.y:16779 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "mehrere OFFSET-Klauseln sind nicht erlaubt" -#: gram.y:16787 +#: gram.y:16788 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "mehrere LIMIT-Klauseln sind nicht erlaubt" -#: gram.y:16796 +#: gram.y:16797 #, c-format msgid "multiple limit options not allowed" msgstr "mehrere Limit-Optionen sind nicht erlaubt" -#: gram.y:16823 +#: gram.y:16824 #, c-format msgid "multiple WITH clauses not allowed" msgstr "mehrere WITH-Klauseln sind nicht erlaubt" -#: gram.y:17017 +#: gram.y:17018 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "OUT- und INOUT-Argumente sind in TABLE-Funktionen nicht erlaubt" -#: gram.y:17113 +#: gram.y:17114 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "mehrere COLLATE-Klauseln sind nicht erlaubt" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17151 gram.y:17164 +#: gram.y:17152 gram.y:17165 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "%s-Constraints können nicht als DEFERRABLE markiert werden" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17177 +#: gram.y:17178 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "%s-Constraints können nicht als NOT VALID markiert werden" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17190 +#: gram.y:17191 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "%s-Constraints können nicht als NO INHERIT markiert werden" @@ -13003,9 +13041,9 @@ msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %d" msgstr "unbekannter Konfigurationsparameter »%s« in Datei »%s« Zeile %d" -#: guc-file.l:353 utils/misc/guc.c:7362 utils/misc/guc.c:7560 -#: utils/misc/guc.c:7654 utils/misc/guc.c:7748 utils/misc/guc.c:7868 -#: utils/misc/guc.c:7967 +#: guc-file.l:353 utils/misc/guc.c:7374 utils/misc/guc.c:7572 +#: utils/misc/guc.c:7666 utils/misc/guc.c:7760 utils/misc/guc.c:7880 +#: utils/misc/guc.c:7979 #, c-format msgid "parameter \"%s\" cannot be changed without restarting the server" msgstr "Parameter »%s« kann nicht geändert werden, ohne den Server neu zu starten" @@ -13126,7 +13164,7 @@ msgid "unsupported Unicode escape sequence" msgstr "nicht unterstützte Unicode-Escape-Sequenz" -#: lib/dshash.c:247 utils/mmgr/dsa.c:702 utils/mmgr/dsa.c:724 +#: lib/dshash.c:246 utils/mmgr/dsa.c:702 utils/mmgr/dsa.c:724 #: utils/mmgr/dsa.c:805 #, c-format msgid "Failed on DSA request of size %zu." @@ -14935,8 +14973,8 @@ #: main/main.c:335 #, c-format -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr " -f s|i|n|m|h verbiete Verwendung einiger Plantypen\n" +msgid " -f s|i|o|b|t|n|m|h forbid use of some plan types\n" +msgstr " -f s|i|o|b|t|n|m|h verbiete Verwendung einiger Plantypen\n" #: main/main.c:336 #, c-format @@ -15099,7 +15137,7 @@ msgid "ExtensibleNodeMethods \"%s\" was not registered" msgstr "ExtensibleNodeMethods »%s« wurde nicht registriert" -#: nodes/makefuncs.c:150 statistics/extended_stats.c:2293 +#: nodes/makefuncs.c:150 statistics/extended_stats.c:2346 #, c-format msgid "relation \"%s\" does not have a composite type" msgstr "Relation »%s« hat keinen zusammengesetzten Typ" @@ -15107,7 +15145,7 @@ #: nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:145 parser/parse_coerce.c:2567 #: parser/parse_coerce.c:2705 parser/parse_coerce.c:2752 #: parser/parse_expr.c:2026 parser/parse_func.c:710 parser/parse_oper.c:883 -#: utils/fmgr/funcapi.c:558 +#: utils/fmgr/funcapi.c:592 #, c-format msgid "could not find array type for data type %s" msgstr "konnte Arraytyp für Datentyp %s nicht finden" @@ -15202,27 +15240,32 @@ msgid "SQL function \"%s\" during inlining" msgstr "SQL-Funktion »%s« beim Inlining" -#: optimizer/util/plancat.c:132 +#: optimizer/util/plancat.c:140 +#, c-format +msgid "cannot open relation \"%s\"" +msgstr "kann Relation »%s« nicht öffnen" + +#: optimizer/util/plancat.c:148 #, c-format msgid "cannot access temporary or unlogged relations during recovery" msgstr "während der Wiederherstellung kann nicht auf temporäre oder ungeloggte Tabellen zugegriffen werden" -#: optimizer/util/plancat.c:672 +#: optimizer/util/plancat.c:688 #, c-format msgid "whole row unique index inference specifications are not supported" msgstr "Inferenzangaben mit Unique-Index über die gesamte Zeile werden nicht unterstützt" -#: optimizer/util/plancat.c:689 +#: optimizer/util/plancat.c:705 #, c-format msgid "constraint in ON CONFLICT clause has no associated index" msgstr "Constraint in der ON-CONFLICT-Klausel hat keinen zugehörigen Index" -#: optimizer/util/plancat.c:739 +#: optimizer/util/plancat.c:755 #, c-format msgid "ON CONFLICT DO UPDATE not supported with exclusion constraints" msgstr "ON CONFLICT DO UPDATE nicht unterstützt mit Exclusion-Constraints" -#: optimizer/util/plancat.c:844 +#: optimizer/util/plancat.c:860 #, c-format msgid "there is no unique or exclusion constraint matching the ON CONFLICT specification" msgstr "es gibt keinen Unique-Constraint oder Exclusion-Constraint, der auf die ON-CONFLICT-Angabe passt" @@ -15253,7 +15296,7 @@ msgstr "SELECT ... INTO ist hier nicht erlaubt" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:1574 parser/analyze.c:3300 +#: parser/analyze.c:1574 parser/analyze.c:3317 #, c-format msgid "%s cannot be applied to VALUES" msgstr "%s kann nicht auf VALUES angewendet werden" @@ -15407,37 +15450,37 @@ msgstr "%s muss unqualifizierte Relationsnamen angeben" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3273 +#: parser/analyze.c:3290 #, c-format msgid "%s cannot be applied to a join" msgstr "%s kann nicht auf einen Verbund angewendet werden" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3282 +#: parser/analyze.c:3299 #, c-format msgid "%s cannot be applied to a function" msgstr "%s kann nicht auf eine Funktion angewendet werden" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3291 +#: parser/analyze.c:3308 #, c-format msgid "%s cannot be applied to a table function" msgstr "%s kann nicht auf eine Tabellenfunktion angewendet werden" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3309 +#: parser/analyze.c:3326 #, c-format msgid "%s cannot be applied to a WITH query" msgstr "%s kann nicht auf eine WITH-Anfrage angewendet werden" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3318 +#: parser/analyze.c:3335 #, c-format msgid "%s cannot be applied to a named tuplestore" msgstr "%s kann nicht auf einen benannten Tupelstore angewendet werden" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3338 +#: parser/analyze.c:3355 #, c-format msgid "relation \"%s\" in %s clause not found in FROM clause" msgstr "Relation »%s« in %s nicht in der FROM-Klausel gefunden" @@ -15618,7 +15661,7 @@ msgstr "Gruppieroperationen sind in COPY-FROM-WHERE-Bedingungen nicht erlaubt" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:578 parser/parse_clause.c:1831 +#: parser/parse_agg.c:578 parser/parse_clause.c:1834 #, c-format msgid "aggregate functions are not allowed in %s" msgstr "Aggregatfunktionen sind in %s nicht erlaubt" @@ -15639,7 +15682,7 @@ msgid "aggregate function calls cannot contain set-returning function calls" msgstr "Aufrufe von Aggregatfunktionen können keine Aufrufe von Funktionen mit Ergebnismenge enthalten" -#: parser/parse_agg.c:762 parser/parse_expr.c:1678 parser/parse_expr.c:2151 +#: parser/parse_agg.c:762 parser/parse_expr.c:1678 parser/parse_expr.c:2159 #: parser/parse_func.c:883 #, c-format msgid "You might be able to move the set-returning function into a LATERAL FROM item." @@ -15719,12 +15762,12 @@ msgstr "Fensterfunktionen sind in Spaltengenerierungsausdrücken nicht erlaubt" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:964 parser/parse_clause.c:1840 +#: parser/parse_agg.c:964 parser/parse_clause.c:1843 #, c-format msgid "window functions are not allowed in %s" msgstr "Fensterfunktionen sind in %s nicht erlaubt" -#: parser/parse_agg.c:998 parser/parse_clause.c:2674 +#: parser/parse_agg.c:998 parser/parse_clause.c:2677 #, c-format msgid "window \"%s\" does not exist" msgstr "Fenster »%s« existiert nicht" @@ -15841,198 +15884,198 @@ msgid "tablesample method %s does not support REPEATABLE" msgstr "Tablesample-Methode %s unterstützt REPEATABLE nicht" -#: parser/parse_clause.c:1134 +#: parser/parse_clause.c:1137 #, c-format msgid "TABLESAMPLE clause can only be applied to tables and materialized views" msgstr "TABLESAMPLE-Klausel kann nur auf Tabellen und materialisierte Sichten angewendet werden" -#: parser/parse_clause.c:1324 +#: parser/parse_clause.c:1327 #, c-format msgid "column name \"%s\" appears more than once in USING clause" msgstr "Spaltenname »%s« erscheint mehrmals in der USING-Klausel" -#: parser/parse_clause.c:1339 +#: parser/parse_clause.c:1342 #, c-format msgid "common column name \"%s\" appears more than once in left table" msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der linken Tabelle" -#: parser/parse_clause.c:1348 +#: parser/parse_clause.c:1351 #, c-format msgid "column \"%s\" specified in USING clause does not exist in left table" msgstr "Spalte »%s« aus der USING-Klausel existiert nicht in der linken Tabelle" -#: parser/parse_clause.c:1363 +#: parser/parse_clause.c:1366 #, c-format msgid "common column name \"%s\" appears more than once in right table" msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der rechten Tabelle" -#: parser/parse_clause.c:1372 +#: parser/parse_clause.c:1375 #, c-format msgid "column \"%s\" specified in USING clause does not exist in right table" msgstr "Spalte »%s« aus der USING-Klausel existiert nicht in der rechten Tabelle" -#: parser/parse_clause.c:1776 +#: parser/parse_clause.c:1779 #, c-format msgid "row count cannot be null in FETCH FIRST ... WITH TIES clause" msgstr "Zeilenzahl in FETCH FIRST ... WITH TIES darf nicht NULL sein" #. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1801 +#: parser/parse_clause.c:1804 #, c-format msgid "argument of %s must not contain variables" msgstr "Argument von %s darf keine Variablen enthalten" #. translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1966 +#: parser/parse_clause.c:1969 #, c-format msgid "%s \"%s\" is ambiguous" msgstr "%s »%s« ist nicht eindeutig" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1995 +#: parser/parse_clause.c:1998 #, c-format msgid "non-integer constant in %s" msgstr "Konstante in %s ist keine ganze Zahl" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:2017 +#: parser/parse_clause.c:2020 #, c-format msgid "%s position %d is not in select list" msgstr "%s Position %d ist nicht in der Select-Liste" -#: parser/parse_clause.c:2456 +#: parser/parse_clause.c:2459 #, c-format msgid "CUBE is limited to 12 elements" msgstr "CUBE ist auf 12 Elemente begrenzt" -#: parser/parse_clause.c:2662 +#: parser/parse_clause.c:2665 #, c-format msgid "window \"%s\" is already defined" msgstr "Fenster »%s« ist bereits definiert" -#: parser/parse_clause.c:2723 +#: parser/parse_clause.c:2726 #, c-format msgid "cannot override PARTITION BY clause of window \"%s\"" msgstr "PARTITION-BY-Klausel von Fenster »%s« kann nicht aufgehoben werden" -#: parser/parse_clause.c:2735 +#: parser/parse_clause.c:2738 #, c-format msgid "cannot override ORDER BY clause of window \"%s\"" msgstr "ORDER-BY-Klausel von Fenster »%s« kann nicht aufgehoben werden" -#: parser/parse_clause.c:2765 parser/parse_clause.c:2771 +#: parser/parse_clause.c:2768 parser/parse_clause.c:2774 #, c-format msgid "cannot copy window \"%s\" because it has a frame clause" msgstr "kann Fenster »%s« nicht kopieren, weil es eine Frame-Klausel hat" -#: parser/parse_clause.c:2773 +#: parser/parse_clause.c:2776 #, c-format msgid "Omit the parentheses in this OVER clause." msgstr "Lassen Sie die Klammern in dieser OVER-Klausel weg." -#: parser/parse_clause.c:2793 +#: parser/parse_clause.c:2796 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column" msgstr "RANGE mit Offset PRECEDING/FOLLOWING benötigt genau eine ORDER-BY-Spalte" -#: parser/parse_clause.c:2816 +#: parser/parse_clause.c:2819 #, c-format msgid "GROUPS mode requires an ORDER BY clause" msgstr "GROUPS-Modus erfordert eine ORDER-BY-Klausel" -#: parser/parse_clause.c:2886 +#: parser/parse_clause.c:2889 #, c-format msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" msgstr "in einer Aggregatfunktion mit DISTINCT müssen ORDER-BY-Ausdrücke in der Argumentliste erscheinen" -#: parser/parse_clause.c:2887 +#: parser/parse_clause.c:2890 #, c-format msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" msgstr "bei SELECT DISTINCT müssen ORDER-BY-Ausdrücke in der Select-Liste erscheinen" -#: parser/parse_clause.c:2919 +#: parser/parse_clause.c:2922 #, c-format msgid "an aggregate with DISTINCT must have at least one argument" msgstr "eine Aggregatfunktion mit DISTINCT muss mindestens ein Argument haben" -#: parser/parse_clause.c:2920 +#: parser/parse_clause.c:2923 #, c-format msgid "SELECT DISTINCT must have at least one column" msgstr "SELECT DISTINCT muss mindestens eine Spalte haben" -#: parser/parse_clause.c:2986 parser/parse_clause.c:3018 +#: parser/parse_clause.c:2989 parser/parse_clause.c:3021 #, c-format msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" msgstr "Ausdrücke in SELECT DISTINCT ON müssen mit den ersten Ausdrücken in ORDER BY übereinstimmen" -#: parser/parse_clause.c:3096 +#: parser/parse_clause.c:3099 #, c-format msgid "ASC/DESC is not allowed in ON CONFLICT clause" msgstr "ASC/DESC ist in der ON-CONFLICT-Klausel nicht erlaubt" -#: parser/parse_clause.c:3102 +#: parser/parse_clause.c:3105 #, c-format msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause" msgstr "NULLS FIRST/LAST ist in der ON-CONFLICT-Klausel nicht erlaubt" -#: parser/parse_clause.c:3181 +#: parser/parse_clause.c:3184 #, c-format msgid "ON CONFLICT DO UPDATE requires inference specification or constraint name" msgstr "ON CONFLICT DO UPDATE benötigt Inferenzangabe oder Constraint-Namen" -#: parser/parse_clause.c:3182 +#: parser/parse_clause.c:3185 #, c-format msgid "For example, ON CONFLICT (column_name)." msgstr "Zum Bespiel ON CONFLICT (Spaltenname)." -#: parser/parse_clause.c:3193 +#: parser/parse_clause.c:3196 #, c-format msgid "ON CONFLICT is not supported with system catalog tables" msgstr "ON CONFLICT wird nicht mit Systemkatalogtabellen unterstützt" -#: parser/parse_clause.c:3201 +#: parser/parse_clause.c:3204 #, c-format msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table" msgstr "ON CONFLICT wird nicht unterstützt mit Tabelle »%s«, die als Katalogtabelle verwendet wird" -#: parser/parse_clause.c:3331 +#: parser/parse_clause.c:3334 #, c-format msgid "operator %s is not a valid ordering operator" msgstr "Operator %s ist kein gültiger Sortieroperator" -#: parser/parse_clause.c:3333 +#: parser/parse_clause.c:3336 #, c-format msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." msgstr "Sortieroperatoren müssen die Mitglieder »<« oder »>« einer »btree«-Operatorfamilie sein." -#: parser/parse_clause.c:3644 +#: parser/parse_clause.c:3647 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s" msgstr "RANGE mit Offset PRECEDING/FOLLOWING wird für Spaltentyp %s nicht unterstützt" -#: parser/parse_clause.c:3650 +#: parser/parse_clause.c:3653 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s and offset type %s" msgstr "RANGE mit Offset PRECEDING/FOLLOWING wird für Spaltentyp %s und Offset-Typ %s nicht unterstützt" -#: parser/parse_clause.c:3653 +#: parser/parse_clause.c:3656 #, c-format msgid "Cast the offset value to an appropriate type." msgstr "Wandeln Sie den Offset-Wert in einen passenden Typ um." -#: parser/parse_clause.c:3658 +#: parser/parse_clause.c:3661 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for column type %s and offset type %s" msgstr "RANGE mit Offset PRECEDING/FOLLOWING hat mehrere Interpretationen für Spaltentyp %s und Offset-Typ %s" -#: parser/parse_clause.c:3661 +#: parser/parse_clause.c:3664 #, c-format msgid "Cast the offset value to the exact intended type." msgstr "Wandeln Sie den Offset-Wert in den genauen beabsichtigten Typ um." #: parser/parse_coerce.c:1050 parser/parse_coerce.c:1088 #: parser/parse_coerce.c:1106 parser/parse_coerce.c:1121 -#: parser/parse_expr.c:2060 parser/parse_expr.c:2654 parser/parse_target.c:994 +#: parser/parse_expr.c:2060 parser/parse_expr.c:2662 parser/parse_target.c:994 #, c-format msgid "cannot cast type %s to %s" msgstr "kann Typ %s nicht in Typ %s umwandeln" @@ -16091,19 +16134,19 @@ msgstr "als »%s« deklarierte Argumente sind nicht alle gleich" #: parser/parse_coerce.c:2249 parser/parse_coerce.c:2362 -#: utils/fmgr/funcapi.c:489 +#: utils/fmgr/funcapi.c:523 #, c-format msgid "argument declared %s is not an array but type %s" msgstr "als %s deklariertes Argument ist kein Array sondern Typ %s" #: parser/parse_coerce.c:2282 parser/parse_coerce.c:2432 -#: utils/fmgr/funcapi.c:503 +#: utils/fmgr/funcapi.c:537 #, c-format msgid "argument declared %s is not a range type but type %s" msgstr "als %s deklariertes Argument ist kein Bereichstyp sondern Typ %s" #: parser/parse_coerce.c:2316 parser/parse_coerce.c:2396 -#: parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:521 utils/fmgr/funcapi.c:586 +#: parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:555 utils/fmgr/funcapi.c:620 #, c-format msgid "argument declared %s is not a multirange type but type %s" msgstr "als %s deklariertes Argument ist kein Multirange-Typ sondern Typ %s" @@ -16377,8 +16420,8 @@ msgid "DEFAULT is not allowed in this context" msgstr "DEFAULT ist in diesem Zusammenhang nicht erlaubt" -#: parser/parse_expr.c:340 parser/parse_relation.c:3604 -#: parser/parse_relation.c:3624 +#: parser/parse_expr.c:340 parser/parse_relation.c:3636 +#: parser/parse_relation.c:3656 #, c-format msgid "column %s.%s does not exist" msgstr "Spalte %s.%s existiert nicht" @@ -16429,7 +16472,7 @@ msgstr "NULLIF erfordert, dass Operator = boolean ergibt" #. translator: %s is name of a SQL construct, eg NULLIF -#: parser/parse_expr.c:1050 parser/parse_expr.c:2970 +#: parser/parse_expr.c:1050 parser/parse_expr.c:2978 #, c-format msgid "%s must not return a set" msgstr "%s darf keine Ergebnismenge zurückgeben" @@ -16445,7 +16488,7 @@ msgstr "die Quelle für ein UPDATE-Element mit mehreren Spalten muss ein Sub-SELECT oder ein ROW()-Ausdruck sein" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_expr.c:1676 parser/parse_expr.c:2149 parser/parse_func.c:2676 +#: parser/parse_expr.c:1676 parser/parse_expr.c:2157 parser/parse_func.c:2676 #, c-format msgid "set-returning functions are not allowed in %s" msgstr "Funktionen mit Ergebnismenge sind in %s nicht erlaubt" @@ -16532,62 +16575,67 @@ msgid "could not find element type for data type %s" msgstr "konnte Elementtyp für Datentyp %s nicht finden" -#: parser/parse_expr.c:2295 +#: parser/parse_expr.c:2098 +#, c-format +msgid "ROW expressions can have at most %d entries" +msgstr "ROW-Ausdrücke können höchstens %d Einträge haben" + +#: parser/parse_expr.c:2303 #, c-format msgid "unnamed XML attribute value must be a column reference" msgstr "unbenannter XML-Attributwert muss ein Spaltenverweis sein" -#: parser/parse_expr.c:2296 +#: parser/parse_expr.c:2304 #, c-format msgid "unnamed XML element value must be a column reference" msgstr "unbenannter XML-Elementwert muss ein Spaltenverweis sein" -#: parser/parse_expr.c:2311 +#: parser/parse_expr.c:2319 #, c-format msgid "XML attribute name \"%s\" appears more than once" msgstr "XML-Attributname »%s« einscheint mehrmals" -#: parser/parse_expr.c:2418 +#: parser/parse_expr.c:2426 #, c-format msgid "cannot cast XMLSERIALIZE result to %s" msgstr "kann das Ergebnis von XMLSERIALIZE nicht in Typ %s umwandeln" -#: parser/parse_expr.c:2727 parser/parse_expr.c:2923 +#: parser/parse_expr.c:2735 parser/parse_expr.c:2931 #, c-format msgid "unequal number of entries in row expressions" msgstr "ungleiche Anzahl Einträge in Zeilenausdrücken" -#: parser/parse_expr.c:2737 +#: parser/parse_expr.c:2745 #, c-format msgid "cannot compare rows of zero length" msgstr "kann Zeilen mit Länge null nicht vergleichen" -#: parser/parse_expr.c:2762 +#: parser/parse_expr.c:2770 #, c-format msgid "row comparison operator must yield type boolean, not type %s" msgstr "Zeilenvergleichsoperator muss Typ boolean zurückgeben, nicht Typ %s" -#: parser/parse_expr.c:2769 +#: parser/parse_expr.c:2777 #, c-format msgid "row comparison operator must not return a set" msgstr "Zeilenvergleichsoperator darf keine Ergebnismenge zurückgeben" -#: parser/parse_expr.c:2828 parser/parse_expr.c:2869 +#: parser/parse_expr.c:2836 parser/parse_expr.c:2877 #, c-format msgid "could not determine interpretation of row comparison operator %s" msgstr "konnte Interpretation des Zeilenvergleichsoperators %s nicht bestimmen" -#: parser/parse_expr.c:2830 +#: parser/parse_expr.c:2838 #, c-format msgid "Row comparison operators must be associated with btree operator families." msgstr "Zeilenvergleichsoperatoren müssen einer »btree«-Operatorfamilie zugeordnet sein." -#: parser/parse_expr.c:2871 +#: parser/parse_expr.c:2879 #, c-format msgid "There are multiple equally-plausible candidates." msgstr "Es gibt mehrere gleichermaßen plausible Kandidaten." -#: parser/parse_expr.c:2964 +#: parser/parse_expr.c:2972 #, c-format msgid "IS DISTINCT FROM requires = operator to yield boolean" msgstr "IS DISTINCT FROM erfordert, dass Operator = boolean ergibt" @@ -17013,12 +17061,12 @@ msgid "table name \"%s\" specified more than once" msgstr "Tabellenname »%s« mehrmals angegeben" -#: parser/parse_relation.c:474 parser/parse_relation.c:3544 +#: parser/parse_relation.c:474 parser/parse_relation.c:3576 #, c-format msgid "invalid reference to FROM-clause entry for table \"%s\"" msgstr "ungültiger Verweis auf FROM-Klausel-Eintrag für Tabelle »%s«" -#: parser/parse_relation.c:478 parser/parse_relation.c:3549 +#: parser/parse_relation.c:478 parser/parse_relation.c:3581 #, c-format msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query." msgstr "Es gibt einen Eintrag für Tabelle »%s«, aber auf ihn kann aus diesem Teil der Anfrage nicht verwiesen werden." @@ -17039,7 +17087,7 @@ msgstr "Systemspalte »%s« kann nicht in Spaltengenerierungsausdruck verwendet werden" #: parser/parse_relation.c:1173 parser/parse_relation.c:1625 -#: parser/parse_relation.c:2314 +#: parser/parse_relation.c:2343 #, c-format msgid "table \"%s\" has %d columns available but %d columns specified" msgstr "Tabelle »%s« hat %d Spalten, aber %d Spalten wurden angegeben" @@ -17074,62 +17122,72 @@ msgid "a column definition list is required for functions returning \"record\"" msgstr "eine Spaltendefinitionsliste ist erforderlich bei Funktionen, die »record« zurückgeben" -#: parser/parse_relation.c:1880 +#: parser/parse_relation.c:1828 +#, c-format +msgid "column definition lists can have at most %d entries" +msgstr "Spaltendefinitionslisten können höchstens %d Einträge haben" + +#: parser/parse_relation.c:1888 #, c-format msgid "function \"%s\" in FROM has unsupported return type %s" msgstr "Funktion »%s« in FROM hat nicht unterstützten Rückgabetyp %s" -#: parser/parse_relation.c:2007 +#: parser/parse_relation.c:1915 parser/parse_relation.c:2008 +#, c-format +msgid "functions in FROM can return at most %d columns" +msgstr "Funktionen in FROM können höchstens %d Spalten zurückgeben" + +#: parser/parse_relation.c:2036 #, c-format msgid "%s function has %d columns available but %d columns specified" msgstr "Funktion %s hat %d Spalten verfügbar, aber %d Spalten wurden angegeben" -#: parser/parse_relation.c:2095 +#: parser/parse_relation.c:2124 #, c-format msgid "VALUES lists \"%s\" have %d columns available but %d columns specified" msgstr "VALUES-Liste »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben" -#: parser/parse_relation.c:2167 +#: parser/parse_relation.c:2196 #, c-format msgid "joins can have at most %d columns" msgstr "Verbunde können höchstens %d Spalten haben" -#: parser/parse_relation.c:2192 +#: parser/parse_relation.c:2221 #, c-format msgid "join expression \"%s\" has %d columns available but %d columns specified" msgstr "Verbundausdruck »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben" -#: parser/parse_relation.c:2287 +#: parser/parse_relation.c:2316 #, c-format msgid "WITH query \"%s\" does not have a RETURNING clause" msgstr "WITH-Anfrage »%s« hat keine RETURNING-Klausel" -#: parser/parse_relation.c:3319 parser/parse_relation.c:3329 +#: parser/parse_relation.c:3351 parser/parse_relation.c:3361 #, c-format msgid "column %d of relation \"%s\" does not exist" msgstr "Spalte %d von Relation »%s« existiert nicht" -#: parser/parse_relation.c:3547 +#: parser/parse_relation.c:3579 #, c-format msgid "Perhaps you meant to reference the table alias \"%s\"." msgstr "Vielleicht wurde beabsichtigt, auf den Tabellenalias »%s« zu verweisen." -#: parser/parse_relation.c:3555 +#: parser/parse_relation.c:3587 #, c-format msgid "missing FROM-clause entry for table \"%s\"" msgstr "fehlender Eintrag in FROM-Klausel für Tabelle »%s«" -#: parser/parse_relation.c:3607 +#: parser/parse_relation.c:3639 #, c-format msgid "Perhaps you meant to reference the column \"%s.%s\"." msgstr "Vielleicht wurde beabsichtigt, auf die Spalte »%s.%s« zu verweisen." -#: parser/parse_relation.c:3609 +#: parser/parse_relation.c:3641 #, c-format msgid "There is a column named \"%s\" in table \"%s\", but it cannot be referenced from this part of the query." msgstr "Es gibt eine Spalte namens »%s« in Tabelle »%s«, aber auf sie kann aus diesem Teil der Anfrage nicht verwiesen werden." -#: parser/parse_relation.c:3626 +#: parser/parse_relation.c:3658 #, c-format msgid "Perhaps you meant to reference the column \"%s.%s\" or the column \"%s.%s\"." msgstr "Vielleicht wurde beabsichtigt, auf die Spalte »%s.%s« oder die Spalte »%s.%s« zu verweisen." @@ -17215,330 +17273,330 @@ msgid "invalid type name \"%s\"" msgstr "ungültiger Typname: »%s«" -#: parser/parse_utilcmd.c:256 +#: parser/parse_utilcmd.c:266 #, c-format msgid "cannot create partitioned table as inheritance child" msgstr "partitionierte Tabelle kann nicht als Vererbungskind erzeugt werden" -#: parser/parse_utilcmd.c:570 +#: parser/parse_utilcmd.c:580 #, c-format msgid "array of serial is not implemented" msgstr "Array aus Typ serial ist nicht implementiert" -#: parser/parse_utilcmd.c:649 parser/parse_utilcmd.c:661 -#: parser/parse_utilcmd.c:720 +#: parser/parse_utilcmd.c:659 parser/parse_utilcmd.c:671 +#: parser/parse_utilcmd.c:730 #, c-format msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" msgstr "widersprüchliche NULL/NOT NULL-Deklarationen für Spalte »%s« von Tabelle »%s«" -#: parser/parse_utilcmd.c:673 +#: parser/parse_utilcmd.c:683 #, c-format msgid "multiple default values specified for column \"%s\" of table \"%s\"" msgstr "mehrere Vorgabewerte angegeben für Spalte »%s« von Tabelle »%s«" -#: parser/parse_utilcmd.c:690 +#: parser/parse_utilcmd.c:700 #, c-format msgid "identity columns are not supported on typed tables" msgstr "Identitätsspalten in getypten Tabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:694 +#: parser/parse_utilcmd.c:704 #, c-format msgid "identity columns are not supported on partitions" msgstr "Identitätsspalten in partitionierten Tabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:703 +#: parser/parse_utilcmd.c:713 #, c-format msgid "multiple identity specifications for column \"%s\" of table \"%s\"" msgstr "mehrere Identitätsangaben für Spalte »%s« von Tabelle »%s«" -#: parser/parse_utilcmd.c:733 +#: parser/parse_utilcmd.c:743 #, c-format msgid "generated columns are not supported on typed tables" msgstr "generierte Spalten in getypten Tabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:737 +#: parser/parse_utilcmd.c:747 #, c-format msgid "generated columns are not supported on partitions" msgstr "generierte Spalten in partitionierten Tabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:742 +#: parser/parse_utilcmd.c:752 #, c-format msgid "multiple generation clauses specified for column \"%s\" of table \"%s\"" msgstr "mehrere Generierungsklauseln angegeben für Spalte »%s« von Tabelle »%s«" -#: parser/parse_utilcmd.c:760 parser/parse_utilcmd.c:875 +#: parser/parse_utilcmd.c:770 parser/parse_utilcmd.c:885 #, c-format msgid "primary key constraints are not supported on foreign tables" msgstr "Primärschlüssel für Fremdtabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:769 parser/parse_utilcmd.c:885 +#: parser/parse_utilcmd.c:779 parser/parse_utilcmd.c:895 #, c-format msgid "unique constraints are not supported on foreign tables" msgstr "Unique-Constraints auf Fremdtabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:814 +#: parser/parse_utilcmd.c:824 #, c-format msgid "both default and identity specified for column \"%s\" of table \"%s\"" msgstr "sowohl Vorgabewert als auch Identität angegeben für Spalte »%s« von Tabelle »%s«" -#: parser/parse_utilcmd.c:822 +#: parser/parse_utilcmd.c:832 #, c-format msgid "both default and generation expression specified for column \"%s\" of table \"%s\"" msgstr "sowohl Vorgabewert als auch Generierungsausdruck angegeben für Spalte »%s« von Tabelle »%s«" -#: parser/parse_utilcmd.c:830 +#: parser/parse_utilcmd.c:840 #, c-format msgid "both identity and generation expression specified for column \"%s\" of table \"%s\"" msgstr "sowohl Identität als auch Generierungsausdruck angegeben für Spalte »%s« von Tabelle »%s«" -#: parser/parse_utilcmd.c:895 +#: parser/parse_utilcmd.c:905 #, c-format msgid "exclusion constraints are not supported on foreign tables" msgstr "Exclusion-Constraints auf Fremdtabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:901 +#: parser/parse_utilcmd.c:911 #, c-format msgid "exclusion constraints are not supported on partitioned tables" msgstr "Exclusion-Constraints auf partitionierten Tabellen werden nicht unterstützt" -#: parser/parse_utilcmd.c:966 +#: parser/parse_utilcmd.c:976 #, c-format msgid "LIKE is not supported for creating foreign tables" msgstr "LIKE wird für das Erzeugen von Fremdtabellen nicht unterstützt" -#: parser/parse_utilcmd.c:1743 parser/parse_utilcmd.c:1851 +#: parser/parse_utilcmd.c:1753 parser/parse_utilcmd.c:1861 #, c-format msgid "Index \"%s\" contains a whole-row table reference." msgstr "Index »%s« enthält einen Verweis auf die ganze Zeile der Tabelle." -#: parser/parse_utilcmd.c:2238 +#: parser/parse_utilcmd.c:2248 #, c-format msgid "cannot use an existing index in CREATE TABLE" msgstr "bestehender Index kann nicht in CREATE TABLE verwendet werden" -#: parser/parse_utilcmd.c:2258 +#: parser/parse_utilcmd.c:2268 #, c-format msgid "index \"%s\" is already associated with a constraint" msgstr "Index »%s« gehört bereits zu einem Constraint" -#: parser/parse_utilcmd.c:2273 +#: parser/parse_utilcmd.c:2283 #, c-format msgid "index \"%s\" is not valid" msgstr "Index »%s« ist nicht gültig" -#: parser/parse_utilcmd.c:2279 +#: parser/parse_utilcmd.c:2289 #, c-format msgid "\"%s\" is not a unique index" msgstr "»%s« ist kein Unique Index" -#: parser/parse_utilcmd.c:2280 parser/parse_utilcmd.c:2287 -#: parser/parse_utilcmd.c:2294 parser/parse_utilcmd.c:2371 +#: parser/parse_utilcmd.c:2290 parser/parse_utilcmd.c:2297 +#: parser/parse_utilcmd.c:2304 parser/parse_utilcmd.c:2381 #, c-format msgid "Cannot create a primary key or unique constraint using such an index." msgstr "Ein Primärschlüssel oder Unique-Constraint kann nicht mit einem solchen Index erzeugt werden." -#: parser/parse_utilcmd.c:2286 +#: parser/parse_utilcmd.c:2296 #, c-format msgid "index \"%s\" contains expressions" msgstr "Index »%s« enthält Ausdrücke" -#: parser/parse_utilcmd.c:2293 +#: parser/parse_utilcmd.c:2303 #, c-format msgid "\"%s\" is a partial index" msgstr "»%s« ist ein partieller Index" -#: parser/parse_utilcmd.c:2305 +#: parser/parse_utilcmd.c:2315 #, c-format msgid "\"%s\" is a deferrable index" msgstr "»%s« ist ein aufschiebbarer Index" -#: parser/parse_utilcmd.c:2306 +#: parser/parse_utilcmd.c:2316 #, c-format msgid "Cannot create a non-deferrable constraint using a deferrable index." msgstr "Ein nicht aufschiebbarer Constraint kann nicht mit einem aufschiebbaren Index erzeugt werden." -#: parser/parse_utilcmd.c:2370 +#: parser/parse_utilcmd.c:2380 #, c-format msgid "index \"%s\" column number %d does not have default sorting behavior" msgstr "Index »%s« Spalte Nummer %d hat nicht das Standardsortierverhalten" -#: parser/parse_utilcmd.c:2527 +#: parser/parse_utilcmd.c:2537 #, c-format msgid "column \"%s\" appears twice in primary key constraint" msgstr "Spalte »%s« erscheint zweimal im Primärschlüssel-Constraint" -#: parser/parse_utilcmd.c:2533 +#: parser/parse_utilcmd.c:2543 #, c-format msgid "column \"%s\" appears twice in unique constraint" msgstr "Spalte »%s« erscheint zweimal im Unique-Constraint" -#: parser/parse_utilcmd.c:2880 +#: parser/parse_utilcmd.c:2890 #, c-format msgid "index expressions and predicates can refer only to the table being indexed" msgstr "Indexausdrücke und -prädikate können nur auf die zu indizierende Tabelle verweisen" -#: parser/parse_utilcmd.c:2952 +#: parser/parse_utilcmd.c:2962 #, c-format msgid "statistics expressions can refer only to the table being referenced" msgstr "Statistikausdrücke können nur auf die referenzierte Tabelle verweisen" -#: parser/parse_utilcmd.c:2995 +#: parser/parse_utilcmd.c:3005 #, c-format msgid "rules on materialized views are not supported" msgstr "Regeln für materialisierte Sichten werden nicht unterstützt" -#: parser/parse_utilcmd.c:3058 +#: parser/parse_utilcmd.c:3068 #, c-format msgid "rule WHERE condition cannot contain references to other relations" msgstr "WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen enthalten" -#: parser/parse_utilcmd.c:3131 +#: parser/parse_utilcmd.c:3141 #, c-format msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" msgstr "Regeln mit WHERE-Bedingungen können als Aktion nur SELECT, INSERT, UPDATE oder DELETE haben" -#: parser/parse_utilcmd.c:3149 parser/parse_utilcmd.c:3250 -#: rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 +#: parser/parse_utilcmd.c:3159 parser/parse_utilcmd.c:3260 +#: rewrite/rewriteHandler.c:509 rewrite/rewriteManip.c:1018 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "UNION/INTERSECTION/EXCEPT mit Bedingung sind nicht implementiert" -#: parser/parse_utilcmd.c:3167 +#: parser/parse_utilcmd.c:3177 #, c-format msgid "ON SELECT rule cannot use OLD" msgstr "ON-SELECT-Regel kann nicht OLD verwenden" -#: parser/parse_utilcmd.c:3171 +#: parser/parse_utilcmd.c:3181 #, c-format msgid "ON SELECT rule cannot use NEW" msgstr "ON-SELECT-Regel kann nicht NEW verwenden" -#: parser/parse_utilcmd.c:3180 +#: parser/parse_utilcmd.c:3190 #, c-format msgid "ON INSERT rule cannot use OLD" msgstr "ON-INSERT-Regel kann nicht OLD verwenden" -#: parser/parse_utilcmd.c:3186 +#: parser/parse_utilcmd.c:3196 #, c-format msgid "ON DELETE rule cannot use NEW" msgstr "ON-DELETE-Regel kann nicht NEW verwenden" -#: parser/parse_utilcmd.c:3214 +#: parser/parse_utilcmd.c:3224 #, c-format msgid "cannot refer to OLD within WITH query" msgstr "in WITH-Anfrage kann nicht auf OLD verweisen werden" -#: parser/parse_utilcmd.c:3221 +#: parser/parse_utilcmd.c:3231 #, c-format msgid "cannot refer to NEW within WITH query" msgstr "in WITH-Anfrage kann nicht auf NEW verwiesen werden" -#: parser/parse_utilcmd.c:3675 +#: parser/parse_utilcmd.c:3685 #, c-format msgid "misplaced DEFERRABLE clause" msgstr "falsch platzierte DEFERRABLE-Klausel" -#: parser/parse_utilcmd.c:3680 parser/parse_utilcmd.c:3695 +#: parser/parse_utilcmd.c:3690 parser/parse_utilcmd.c:3705 #, c-format msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" msgstr "mehrere DEFERRABLE/NOT DEFERRABLE-Klauseln sind nicht erlaubt" -#: parser/parse_utilcmd.c:3690 +#: parser/parse_utilcmd.c:3700 #, c-format msgid "misplaced NOT DEFERRABLE clause" msgstr "falsch platzierte NOT DEFERRABLE-Klausel" -#: parser/parse_utilcmd.c:3711 +#: parser/parse_utilcmd.c:3721 #, c-format msgid "misplaced INITIALLY DEFERRED clause" msgstr "falsch platzierte INITIALLY DEFERRED-Klausel" -#: parser/parse_utilcmd.c:3716 parser/parse_utilcmd.c:3742 +#: parser/parse_utilcmd.c:3726 parser/parse_utilcmd.c:3752 #, c-format msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" msgstr "mehrere INITIALLY IMMEDIATE/DEFERRED-Klauseln sind nicht erlaubt" -#: parser/parse_utilcmd.c:3737 +#: parser/parse_utilcmd.c:3747 #, c-format msgid "misplaced INITIALLY IMMEDIATE clause" msgstr "falsch platzierte INITIALLY IMMEDIATE-Klausel" -#: parser/parse_utilcmd.c:3928 +#: parser/parse_utilcmd.c:3938 #, c-format msgid "CREATE specifies a schema (%s) different from the one being created (%s)" msgstr "CREATE gibt ein Schema an (%s) welches nicht gleich dem zu erzeugenden Schema ist (%s)" -#: parser/parse_utilcmd.c:3963 +#: parser/parse_utilcmd.c:3973 #, c-format msgid "\"%s\" is not a partitioned table" msgstr "»%s« ist keine partitionierte Tabelle" -#: parser/parse_utilcmd.c:3970 +#: parser/parse_utilcmd.c:3980 #, c-format msgid "table \"%s\" is not partitioned" msgstr "Tabelle »%s« ist nicht partitioniert" -#: parser/parse_utilcmd.c:3977 +#: parser/parse_utilcmd.c:3987 #, c-format msgid "index \"%s\" is not partitioned" msgstr "Index »%s« ist nicht partitioniert" -#: parser/parse_utilcmd.c:4017 +#: parser/parse_utilcmd.c:4027 #, c-format msgid "a hash-partitioned table may not have a default partition" msgstr "eine hashpartitionierte Tabelle kann keine Standardpartition haben" -#: parser/parse_utilcmd.c:4034 +#: parser/parse_utilcmd.c:4044 #, c-format msgid "invalid bound specification for a hash partition" msgstr "ungültige Begrenzungsangabe für eine Hash-Partition" -#: parser/parse_utilcmd.c:4040 partitioning/partbounds.c:4711 +#: parser/parse_utilcmd.c:4050 partitioning/partbounds.c:4711 #, c-format msgid "modulus for hash partition must be an integer value greater than zero" msgstr "Modulus für Hashpartition muss eine ganze Zahl größer als null sein" -#: parser/parse_utilcmd.c:4047 partitioning/partbounds.c:4719 +#: parser/parse_utilcmd.c:4057 partitioning/partbounds.c:4719 #, c-format msgid "remainder for hash partition must be less than modulus" msgstr "Rest für Hashpartition muss kleiner als Modulus sein" -#: parser/parse_utilcmd.c:4060 +#: parser/parse_utilcmd.c:4070 #, c-format msgid "invalid bound specification for a list partition" msgstr "ungültige Begrenzungsangabe für eine Listenpartition" -#: parser/parse_utilcmd.c:4113 +#: parser/parse_utilcmd.c:4123 #, c-format msgid "invalid bound specification for a range partition" msgstr "ungültige Begrenzungsangabe für eine Bereichspartition" -#: parser/parse_utilcmd.c:4119 +#: parser/parse_utilcmd.c:4129 #, c-format msgid "FROM must specify exactly one value per partitioning column" msgstr "FROM muss genau einen Wert pro Partitionierungsspalte angeben" -#: parser/parse_utilcmd.c:4123 +#: parser/parse_utilcmd.c:4133 #, c-format msgid "TO must specify exactly one value per partitioning column" msgstr "TO muss genau einen Wert pro Partitionierungsspalte angeben" -#: parser/parse_utilcmd.c:4237 +#: parser/parse_utilcmd.c:4247 #, c-format msgid "cannot specify NULL in range bound" msgstr "NULL kann nicht in der Bereichsgrenze angegeben werden" -#: parser/parse_utilcmd.c:4286 +#: parser/parse_utilcmd.c:4296 #, c-format msgid "every bound following MAXVALUE must also be MAXVALUE" msgstr "jede Begrenzung, die auf MAXVALUE folgt, muss auch MAXVALUE sein" -#: parser/parse_utilcmd.c:4293 +#: parser/parse_utilcmd.c:4303 #, c-format msgid "every bound following MINVALUE must also be MINVALUE" msgstr "jede Begrenzung, die auf MINVALUE folgt, muss auch MINVALUE sein" -#: parser/parse_utilcmd.c:4336 +#: parser/parse_utilcmd.c:4346 #, c-format msgid "specified value cannot be cast to type %s for column \"%s\"" msgstr "angegebener Wert kann nicht in Typ %s für Spalte »%s« umgewandelt werden" @@ -17556,7 +17614,7 @@ msgid "invalid Unicode escape value" msgstr "ungültiger Unicode-Escape-Wert" -#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6559 +#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6555 #, c-format msgid "invalid Unicode escape" msgstr "ungültiges Unicode-Escape" @@ -17567,7 +17625,7 @@ msgstr "Unicode-Escapes müssen \\XXXX oder \\+XXXXXX sein." #: parser/parser.c:497 scan.l:638 scan.l:654 scan.l:670 -#: utils/adt/varlena.c:6584 +#: utils/adt/varlena.c:6580 #, c-format msgid "invalid Unicode surrogate pair" msgstr "ungültiges Unicode-Surrogatpaar" @@ -17872,32 +17930,32 @@ msgid "could not fork autovacuum worker process: %m" msgstr "konnte Autovacuum-Worker-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/autovacuum.c:2283 +#: postmaster/autovacuum.c:2286 #, c-format msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\"" msgstr "Autovacuum: lösche verwaiste temporäre Tabelle »%s.%s.%s«" -#: postmaster/autovacuum.c:2512 +#: postmaster/autovacuum.c:2515 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "automatisches Vacuum der Tabelle »%s.%s.%s«" -#: postmaster/autovacuum.c:2515 +#: postmaster/autovacuum.c:2518 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "automatisches Analysieren der Tabelle »%s.%s.%s«" -#: postmaster/autovacuum.c:2708 +#: postmaster/autovacuum.c:2711 #, c-format msgid "processing work entry for relation \"%s.%s.%s\"" msgstr "verarbeite Arbeitseintrag für Relation »%s.%s.%s«" -#: postmaster/autovacuum.c:3394 +#: postmaster/autovacuum.c:3397 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "Autovacuum wegen Fehlkonfiguration nicht gestartet" -#: postmaster/autovacuum.c:3395 +#: postmaster/autovacuum.c:3398 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Schalten Sie die Option »track_counts« ein." @@ -17927,7 +17985,7 @@ msgid "background worker \"%s\": parallel workers may not be configured for restart" msgstr "Background-Worker »%s«: parallele Arbeitsprozesse dürfen nicht für Neustart konfiguriert sein" -#: postmaster/bgworker.c:723 tcop/postgres.c:3188 +#: postmaster/bgworker.c:723 tcop/postgres.c:3189 #, c-format msgid "terminating background worker \"%s\" due to administrator command" msgstr "Background-Worker »%s« wird abgebrochen aufgrund von Anweisung des Administrators" @@ -18371,9 +18429,9 @@ msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" msgstr "nicht unterstütztes Frontend-Protokoll %u.%u: Server unterstützt %u.0 bis %u.%u" -#: postmaster/postmaster.c:2198 utils/misc/guc.c:7114 utils/misc/guc.c:7150 -#: utils/misc/guc.c:7220 utils/misc/guc.c:8552 utils/misc/guc.c:11518 -#: utils/misc/guc.c:11559 +#: postmaster/postmaster.c:2198 utils/misc/guc.c:7126 utils/misc/guc.c:7162 +#: utils/misc/guc.c:7232 utils/misc/guc.c:8564 utils/misc/guc.c:11530 +#: utils/misc/guc.c:11571 #, c-format msgid "invalid value for parameter \"%s\": \"%s\"" msgstr "ungültiger Wert für Parameter »%s«: »%s«" @@ -18428,7 +18486,7 @@ msgid "the database system is in recovery mode" msgstr "das Datenbanksystem ist im Wiederherstellungsmodus" -#: postmaster/postmaster.c:2354 storage/ipc/procarray.c:480 +#: postmaster/postmaster.c:2354 storage/ipc/procarray.c:485 #: storage/ipc/sinvaladt.c:297 storage/lmgr/proc.c:361 #, c-format msgid "sorry, too many clients already" @@ -18904,7 +18962,7 @@ msgid "unexpected WAL file size \"%s\"" msgstr "unerwartete WAL-Dateigröße »%s«" -#: replication/basebackup.c:644 replication/basebackup.c:1771 +#: replication/basebackup.c:644 replication/basebackup.c:1777 #, c-format msgid "base backup could not send data, aborting backup" msgstr "Basissicherung konnte keine Daten senden, Sicherung abgebrochen" @@ -18950,44 +19008,44 @@ msgid "manifest checksums require a backup manifest" msgstr "Manifest-Prüfsummen benötigen ein Backup-Manifest" -#: replication/basebackup.c:1519 +#: replication/basebackup.c:1525 #, c-format msgid "skipping special file \"%s\"" msgstr "überspringe besondere Datei »%s«" -#: replication/basebackup.c:1640 +#: replication/basebackup.c:1646 #, c-format msgid "invalid segment number %d in file \"%s\"" msgstr "ungültige Segmentnummer %d in Datei »%s«" -#: replication/basebackup.c:1678 +#: replication/basebackup.c:1684 #, c-format msgid "could not verify checksum in file \"%s\", block %u: read buffer size %d and page size %d differ" msgstr "konnte Prüfsumme in Datei »%s«, Block %u nicht überprüfen: gelesene Puffergröße %d und Seitengröße %d sind verschieden" -#: replication/basebackup.c:1751 +#: replication/basebackup.c:1757 #, c-format msgid "checksum verification failed in file \"%s\", block %u: calculated %X but expected %X" msgstr "Prüfsummenüberprüfung fehlgeschlagen in Datei »%s«, Block %u: berechnet %X, aber erwartet %X" -#: replication/basebackup.c:1758 +#: replication/basebackup.c:1764 #, c-format msgid "further checksum verification failures in file \"%s\" will not be reported" msgstr "weitere Prüfsummenfehler in Datei »%s« werden nicht berichtet werden" -#: replication/basebackup.c:1816 +#: replication/basebackup.c:1822 #, c-format msgid "file \"%s\" has a total of %d checksum verification failure" msgid_plural "file \"%s\" has a total of %d checksum verification failures" msgstr[0] "Datei »%s« hat insgesamt %d Prüfsummenfehler" msgstr[1] "Datei »%s« hat insgesamt %d Prüfsummenfehler" -#: replication/basebackup.c:1852 +#: replication/basebackup.c:1858 #, c-format msgid "file name too long for tar format: \"%s\"" msgstr "Dateiname zu lang für Tar-Format: »%s«" -#: replication/basebackup.c:1857 +#: replication/basebackup.c:1863 #, c-format msgid "symbolic link target too long for tar format: file name \"%s\", target \"%s\"" msgstr "Ziel der symbolischen Verknüpfung zu lang für Tar-Format: Dateiname »%s«, Ziel »%s«" @@ -19359,107 +19417,107 @@ msgstr[0] "in Zielrelation für logische Replikation »%s.%s« fehlt eine replizierte Spalte: %s" msgstr[1] "in Zielrelation für logische Replikation »%s.%s« fehlen replizierte Spalten: %s" -#: replication/logical/relation.c:323 -#, c-format -msgid "logical replication target relation \"%s.%s\" does not exist" -msgstr "Zielrelation für logische Replikation »%s.%s« existiert nicht" - -#: replication/logical/relation.c:404 +#: replication/logical/relation.c:298 #, c-format msgid "logical replication target relation \"%s.%s\" uses system columns in REPLICA IDENTITY index" msgstr "Zielrelation für logische Replikation »%s.%s« verwendet Systemspalten in REPLICA-IDENTITY-Index" -#: replication/logical/reorderbuffer.c:3802 +#: replication/logical/relation.c:390 +#, c-format +msgid "logical replication target relation \"%s.%s\" does not exist" +msgstr "Zielrelation für logische Replikation »%s.%s« existiert nicht" + +#: replication/logical/reorderbuffer.c:3818 #, c-format msgid "could not write to data file for XID %u: %m" msgstr "konnte nicht in Datendatei für XID %u schreiben: %m" -#: replication/logical/reorderbuffer.c:4146 -#: replication/logical/reorderbuffer.c:4171 +#: replication/logical/reorderbuffer.c:4164 +#: replication/logical/reorderbuffer.c:4189 #, c-format msgid "could not read from reorderbuffer spill file: %m" msgstr "konnte nicht aus Reorder-Buffer-Spill-Datei lesen: %m" -#: replication/logical/reorderbuffer.c:4150 -#: replication/logical/reorderbuffer.c:4175 +#: replication/logical/reorderbuffer.c:4168 +#: replication/logical/reorderbuffer.c:4193 #, c-format msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes" msgstr "konnte nicht aus Reorder-Buffer-Spill-Datei lesen: %d statt %u Bytes gelesen" -#: replication/logical/reorderbuffer.c:4425 +#: replication/logical/reorderbuffer.c:4443 #, c-format msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m" msgstr "konnte Datei »%s« nicht löschen, bei Löschen von pg_replslot/%s/xid*: %m" -#: replication/logical/reorderbuffer.c:4924 +#: replication/logical/reorderbuffer.c:4942 #, c-format msgid "could not read from file \"%s\": read %d instead of %d bytes" msgstr "konnte nicht aus Datei »%s« lesen: %d statt %d Bytes gelesen" -#: replication/logical/snapbuild.c:588 +#: replication/logical/snapbuild.c:618 #, c-format msgid "initial slot snapshot too large" msgstr "initialer Slot-Snapshot ist zu groß" -#: replication/logical/snapbuild.c:642 +#: replication/logical/snapbuild.c:672 #, c-format msgid "exported logical decoding snapshot: \"%s\" with %u transaction ID" msgid_plural "exported logical decoding snapshot: \"%s\" with %u transaction IDs" msgstr[0] "logischer Dekodierungs-Snapshot exportiert: »%s« mit %u Transaktions-ID" msgstr[1] "logischer Dekodierungs-Snapshot exportiert: »%s« mit %u Transaktions-IDs" -#: replication/logical/snapbuild.c:1270 replication/logical/snapbuild.c:1363 -#: replication/logical/snapbuild.c:1894 +#: replication/logical/snapbuild.c:1351 replication/logical/snapbuild.c:1458 +#: replication/logical/snapbuild.c:1989 #, c-format msgid "logical decoding found consistent point at %X/%X" msgstr "logisches Dekodieren fand konsistenten Punkt bei %X/%X" -#: replication/logical/snapbuild.c:1272 +#: replication/logical/snapbuild.c:1353 #, c-format msgid "There are no running transactions." msgstr "Keine laufenden Transaktionen." -#: replication/logical/snapbuild.c:1314 +#: replication/logical/snapbuild.c:1409 #, c-format msgid "logical decoding found initial starting point at %X/%X" msgstr "logisches Dekodieren fand initialen Startpunkt bei %X/%X" -#: replication/logical/snapbuild.c:1316 replication/logical/snapbuild.c:1340 +#: replication/logical/snapbuild.c:1411 replication/logical/snapbuild.c:1435 #, c-format msgid "Waiting for transactions (approximately %d) older than %u to end." msgstr "Warten auf Abschluss der Transaktionen (ungefähr %d), die älter als %u sind." -#: replication/logical/snapbuild.c:1338 +#: replication/logical/snapbuild.c:1433 #, c-format msgid "logical decoding found initial consistent point at %X/%X" msgstr "logisches Dekodieren fand initialen konsistenten Punkt bei %X/%X" -#: replication/logical/snapbuild.c:1365 +#: replication/logical/snapbuild.c:1460 #, c-format msgid "There are no old transactions anymore." msgstr "Es laufen keine alten Transaktionen mehr." -#: replication/logical/snapbuild.c:1762 +#: replication/logical/snapbuild.c:1857 #, c-format msgid "snapbuild state file \"%s\" has wrong magic number: %u instead of %u" msgstr "Scanbuild-State-Datei »%s« hat falsche magische Zahl %u statt %u" -#: replication/logical/snapbuild.c:1768 +#: replication/logical/snapbuild.c:1863 #, c-format msgid "snapbuild state file \"%s\" has unsupported version: %u instead of %u" msgstr "Snapbuild-State-Datei »%s« hat nicht unterstützte Version: %u statt %u" -#: replication/logical/snapbuild.c:1839 +#: replication/logical/snapbuild.c:1934 #, c-format msgid "checksum mismatch for snapbuild state file \"%s\": is %u, should be %u" msgstr "Prüfsummenfehler bei Snapbuild-State-Datei »%s«: ist %u, sollte %u sein" -#: replication/logical/snapbuild.c:1896 +#: replication/logical/snapbuild.c:1991 #, c-format msgid "Logical decoding will begin using saved snapshot." msgstr "Logische Dekodierung beginnt mit gespeichertem Snapshot." -#: replication/logical/snapbuild.c:1968 +#: replication/logical/snapbuild.c:2063 #, c-format msgid "could not parse file name \"%s\"" msgstr "konnte Dateinamen »%s« nicht parsen" @@ -19514,67 +19572,67 @@ msgid "could not read from streaming transaction's changes file \"%s\": %m" msgstr "konnte nicht aus der Änderungsdatei »%s« einer gestreamten Transaktion lesen: %m" -#: replication/logical/worker.c:1335 +#: replication/logical/worker.c:1345 #, c-format msgid "publisher did not send replica identity column expected by the logical replication target relation \"%s.%s\"" msgstr "Publikationsserver hat nicht die Replikidentitätsspalten gesendet, die von Replikationszielrelation »%s.%s« erwartet wurden" -#: replication/logical/worker.c:1342 +#: replication/logical/worker.c:1352 #, c-format msgid "logical replication target relation \"%s.%s\" has neither REPLICA IDENTITY index nor PRIMARY KEY and published relation does not have REPLICA IDENTITY FULL" msgstr "Zielrelation für logische Replikation »%s.%s« hat weder REPLICA-IDENTITY-Index noch Primärschlüssel und die publizierte Relation hat kein REPLICA IDENTITY FULL" -#: replication/logical/worker.c:2221 +#: replication/logical/worker.c:2253 #, c-format msgid "data stream from publisher has ended" msgstr "Datenstrom vom Publikationsserver endete" -#: replication/logical/worker.c:2372 +#: replication/logical/worker.c:2404 #, c-format msgid "terminating logical replication worker due to timeout" msgstr "Arbeitsprozess für logische Replikation wird abgebrochen wegen Zeitüberschreitung" -#: replication/logical/worker.c:2520 +#: replication/logical/worker.c:2552 #, c-format msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was removed" msgstr "Apply-Worker für logische Replikation für Subskription »%s« wird anhalten, weil die Subskription entfernt wurde" -#: replication/logical/worker.c:2534 +#: replication/logical/worker.c:2566 #, c-format msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was disabled" msgstr "Apply-Worker für logische Replikation für Subskription »%s« wird anhalten, weil die Subskription deaktiviert wurde" -#: replication/logical/worker.c:2556 +#: replication/logical/worker.c:2588 #, c-format msgid "logical replication apply worker for subscription \"%s\" will restart because of a parameter change" msgstr "Apply-Worker für logische Replikation für Subskription »%s« wird neu starten wegen einer Parameteränderung" -#: replication/logical/worker.c:2721 replication/logical/worker.c:2743 +#: replication/logical/worker.c:2753 replication/logical/worker.c:2775 #, c-format msgid "could not read from streaming transaction's subxact file \"%s\": %m" msgstr "konnte nicht aus der subxact-Datei »%s« einer gestreamten Transaktion lesen: %m" -#: replication/logical/worker.c:3102 +#: replication/logical/worker.c:3134 #, c-format msgid "logical replication apply worker for subscription %u will not start because the subscription was removed during startup" msgstr "Apply-Worker für logische Replikation für Subskription %u« wird nicht starten, weil die Subskription während des Starts deaktiviert wurde" -#: replication/logical/worker.c:3114 +#: replication/logical/worker.c:3146 #, c-format msgid "logical replication apply worker for subscription \"%s\" will not start because the subscription was disabled during startup" msgstr "Apply-Worker für logische Replikation für Subskription »%s« wird nicht starten, weil die Subskription während des Starts deaktiviert wurde" -#: replication/logical/worker.c:3132 +#: replication/logical/worker.c:3164 #, c-format msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has started" msgstr "Arbeitsprozess für logische Replikation für Tabellensynchronisation für Subskription »%s«, Tabelle »%s« hat gestartet" -#: replication/logical/worker.c:3136 +#: replication/logical/worker.c:3168 #, c-format msgid "logical replication apply worker for subscription \"%s\" has started" msgstr "Apply-Worker für logische Replikation für Subskription »%s« hat gestartet" -#: replication/logical/worker.c:3174 +#: replication/logical/worker.c:3206 #, c-format msgid "subscription has no replication slot set" msgstr "für die Subskription ist kein Replikations-Slot gesetzt" @@ -19990,9 +20048,9 @@ msgid "received replication command: %s" msgstr "Replikationsbefehl empfangen: %s" -#: replication/walsender.c:1628 tcop/fastpath.c:208 tcop/postgres.c:1078 -#: tcop/postgres.c:1430 tcop/postgres.c:1691 tcop/postgres.c:2176 -#: tcop/postgres.c:2586 tcop/postgres.c:2665 +#: replication/walsender.c:1628 tcop/fastpath.c:208 tcop/postgres.c:1077 +#: tcop/postgres.c:1436 tcop/postgres.c:1697 tcop/postgres.c:2166 +#: tcop/postgres.c:2587 tcop/postgres.c:2666 #, c-format msgid "current transaction is aborted, commands ignored until end of transaction block" msgstr "aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert" @@ -20017,7 +20075,7 @@ msgid "terminating walsender process due to replication timeout" msgstr "WAL-Sender-Prozess wird abgebrochen wegen Zeitüberschreitung bei der Replikation" -#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:999 +#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:1011 #, c-format msgid "rule \"%s\" for relation \"%s\" already exists" msgstr "Regel »%s« für Relation »%s« existiert bereits" @@ -20147,279 +20205,284 @@ msgid "RETURNING lists are not supported in non-INSTEAD rules" msgstr "RETURNING-Listen werden nur in INSTEAD-Regeln unterstützt" -#: rewrite/rewriteDefine.c:693 +#: rewrite/rewriteDefine.c:543 +#, c-format +msgid "non-view rule for \"%s\" must not be named \"%s\"" +msgstr "Nicht-Sicht-Regel für »%s« darf nicht »%s« heißen" + +#: rewrite/rewriteDefine.c:705 #, c-format msgid "SELECT rule's target list has too many entries" msgstr "Targetliste von SELECT-Regel hat zu viele Einträge" -#: rewrite/rewriteDefine.c:694 +#: rewrite/rewriteDefine.c:706 #, c-format msgid "RETURNING list has too many entries" msgstr "RETURNING-Liste hat zu viele Einträge" -#: rewrite/rewriteDefine.c:721 +#: rewrite/rewriteDefine.c:733 #, c-format msgid "cannot convert relation containing dropped columns to view" msgstr "kann Relation mit gelöschten Spalten nicht in Sicht umwandeln" -#: rewrite/rewriteDefine.c:722 +#: rewrite/rewriteDefine.c:734 #, c-format msgid "cannot create a RETURNING list for a relation containing dropped columns" msgstr "für eine Relation mit gelöschten Spalten kann keine RETURNING-Liste erzeugt werden" -#: rewrite/rewriteDefine.c:728 +#: rewrite/rewriteDefine.c:740 #, c-format msgid "SELECT rule's target entry %d has different column name from column \"%s\"" msgstr "Spaltenname in Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«" -#: rewrite/rewriteDefine.c:730 +#: rewrite/rewriteDefine.c:742 #, c-format msgid "SELECT target entry is named \"%s\"." msgstr "SELECT-Targeteintrag heißt »%s«." -#: rewrite/rewriteDefine.c:739 +#: rewrite/rewriteDefine.c:751 #, c-format msgid "SELECT rule's target entry %d has different type from column \"%s\"" msgstr "Typ von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«" -#: rewrite/rewriteDefine.c:741 +#: rewrite/rewriteDefine.c:753 #, c-format msgid "RETURNING list's entry %d has different type from column \"%s\"" msgstr "Eintrag %d in RETURNING-Liste hat anderen Typ als Spalte »%s«" -#: rewrite/rewriteDefine.c:744 rewrite/rewriteDefine.c:768 +#: rewrite/rewriteDefine.c:756 rewrite/rewriteDefine.c:780 #, c-format msgid "SELECT target entry has type %s, but column has type %s." msgstr "SELECT-Targeteintrag hat Typ %s, aber Spalte hat Typ %s." -#: rewrite/rewriteDefine.c:747 rewrite/rewriteDefine.c:772 +#: rewrite/rewriteDefine.c:759 rewrite/rewriteDefine.c:784 #, c-format msgid "RETURNING list entry has type %s, but column has type %s." msgstr "Eintrag in RETURNING-Liste hat Typ %s, aber Spalte hat Typ %s." -#: rewrite/rewriteDefine.c:763 +#: rewrite/rewriteDefine.c:775 #, c-format msgid "SELECT rule's target entry %d has different size from column \"%s\"" msgstr "Größe von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«" -#: rewrite/rewriteDefine.c:765 +#: rewrite/rewriteDefine.c:777 #, c-format msgid "RETURNING list's entry %d has different size from column \"%s\"" msgstr "Eintrag %d in RETURNING-Liste hat andere Größe als Spalte »%s«" -#: rewrite/rewriteDefine.c:782 +#: rewrite/rewriteDefine.c:794 #, c-format msgid "SELECT rule's target list has too few entries" msgstr "Targetliste von SELECT-Regeln hat zu wenige Einträge" -#: rewrite/rewriteDefine.c:783 +#: rewrite/rewriteDefine.c:795 #, c-format msgid "RETURNING list has too few entries" msgstr "RETURNING-Liste hat zu wenige Einträge" -#: rewrite/rewriteDefine.c:876 rewrite/rewriteDefine.c:990 +#: rewrite/rewriteDefine.c:888 rewrite/rewriteDefine.c:1002 #: rewrite/rewriteSupport.c:109 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "Regel »%s« für Relation »%s« existiert nicht" -#: rewrite/rewriteDefine.c:1009 +#: rewrite/rewriteDefine.c:1021 #, c-format msgid "renaming an ON SELECT rule is not allowed" msgstr "Umbenennen einer ON-SELECT-Regel ist nicht erlaubt" -#: rewrite/rewriteHandler.c:554 +#: rewrite/rewriteHandler.c:555 #, c-format msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" msgstr "WITH-Anfragename »%s« erscheint sowohl in der Regelaktion als auch in der umzuschreibenden Anfrage" -#: rewrite/rewriteHandler.c:581 +#: rewrite/rewriteHandler.c:582 #, c-format msgid "INSERT...SELECT rule actions are not supported for queries having data-modifying statements in WITH" msgstr "INSTEAD...SELECT-Regelaktionen werden für Anfrangen mit datenmodifizierenden Anweisungen in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:634 +#: rewrite/rewriteHandler.c:635 #, c-format msgid "cannot have RETURNING lists in multiple rules" msgstr "RETURNING-Listen können nicht in mehreren Regeln auftreten" -#: rewrite/rewriteHandler.c:866 rewrite/rewriteHandler.c:905 +#: rewrite/rewriteHandler.c:867 rewrite/rewriteHandler.c:906 #, c-format msgid "cannot insert a non-DEFAULT value into column \"%s\"" msgstr "kann keinen Wert außer DEFAULT in Spalte »%s« einfügen" -#: rewrite/rewriteHandler.c:868 rewrite/rewriteHandler.c:934 +#: rewrite/rewriteHandler.c:869 rewrite/rewriteHandler.c:935 #, c-format msgid "Column \"%s\" is an identity column defined as GENERATED ALWAYS." msgstr "Spalte »%s« ist eine Identitätsspalte, die als GENERATED ALWAYS definiert ist." -#: rewrite/rewriteHandler.c:870 +#: rewrite/rewriteHandler.c:871 #, c-format msgid "Use OVERRIDING SYSTEM VALUE to override." msgstr "Verwenden Sie OVERRIDING SYSTEM VALUE, um diese Einschränkung außer Kraft zu setzen." -#: rewrite/rewriteHandler.c:932 rewrite/rewriteHandler.c:940 +#: rewrite/rewriteHandler.c:933 rewrite/rewriteHandler.c:941 #, c-format msgid "column \"%s\" can only be updated to DEFAULT" msgstr "Spalte »%s« kann nur auf DEFAULT aktualisiert werden" -#: rewrite/rewriteHandler.c:1087 rewrite/rewriteHandler.c:1105 +#: rewrite/rewriteHandler.c:1088 rewrite/rewriteHandler.c:1106 #, c-format msgid "multiple assignments to same column \"%s\"" msgstr "mehrere Zuweisungen zur selben Spalte »%s«" -#: rewrite/rewriteHandler.c:2107 rewrite/rewriteHandler.c:3935 +#: rewrite/rewriteHandler.c:2141 rewrite/rewriteHandler.c:3966 #, c-format msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "unendliche Rekursion entdeckt in Regeln für Relation »%s«" -#: rewrite/rewriteHandler.c:2192 +#: rewrite/rewriteHandler.c:2226 #, c-format msgid "infinite recursion detected in policy for relation \"%s\"" msgstr "unendliche Rekursion entdeckt in Policys für Relation »%s«" -#: rewrite/rewriteHandler.c:2512 +#: rewrite/rewriteHandler.c:2546 msgid "Junk view columns are not updatable." msgstr "Junk-Sichtspalten sind nicht aktualisierbar." -#: rewrite/rewriteHandler.c:2517 +#: rewrite/rewriteHandler.c:2551 msgid "View columns that are not columns of their base relation are not updatable." msgstr "Sichtspalten, die nicht Spalten ihrer Basisrelation sind, sind nicht aktualisierbar." -#: rewrite/rewriteHandler.c:2520 +#: rewrite/rewriteHandler.c:2554 msgid "View columns that refer to system columns are not updatable." msgstr "Sichtspalten, die auf Systemspalten verweisen, sind nicht aktualisierbar." -#: rewrite/rewriteHandler.c:2523 +#: rewrite/rewriteHandler.c:2557 msgid "View columns that return whole-row references are not updatable." msgstr "Sichtspalten, die Verweise auf ganze Zeilen zurückgeben, sind nicht aktualisierbar." -#: rewrite/rewriteHandler.c:2584 +#: rewrite/rewriteHandler.c:2618 msgid "Views containing DISTINCT are not automatically updatable." msgstr "Sichten, die DISTINCT enthalten, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2587 +#: rewrite/rewriteHandler.c:2621 msgid "Views containing GROUP BY are not automatically updatable." msgstr "Sichten, die GROUP BY enthalten, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2590 +#: rewrite/rewriteHandler.c:2624 msgid "Views containing HAVING are not automatically updatable." msgstr "Sichten, die HAVING enthalten, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2593 +#: rewrite/rewriteHandler.c:2627 msgid "Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable." msgstr "Sichten, die UNION, INTERSECT oder EXCEPT enthalten, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2596 +#: rewrite/rewriteHandler.c:2630 msgid "Views containing WITH are not automatically updatable." msgstr "Sichten, die WITH enthalten, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2599 +#: rewrite/rewriteHandler.c:2633 msgid "Views containing LIMIT or OFFSET are not automatically updatable." msgstr "Sichten, die LIMIT oder OFFSET enthalten, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2611 +#: rewrite/rewriteHandler.c:2645 msgid "Views that return aggregate functions are not automatically updatable." msgstr "Sichten, die Aggregatfunktionen zurückgeben, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2614 +#: rewrite/rewriteHandler.c:2648 msgid "Views that return window functions are not automatically updatable." msgstr "Sichten, die Fensterfunktionen zurückgeben, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2617 +#: rewrite/rewriteHandler.c:2651 msgid "Views that return set-returning functions are not automatically updatable." msgstr "Sichten, die Funktionen mit Ergebnismenge zurückgeben, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2624 rewrite/rewriteHandler.c:2628 -#: rewrite/rewriteHandler.c:2636 +#: rewrite/rewriteHandler.c:2658 rewrite/rewriteHandler.c:2662 +#: rewrite/rewriteHandler.c:2670 msgid "Views that do not select from a single table or view are not automatically updatable." msgstr "Sichten, die nicht aus einer einzigen Tabelle oder Sicht lesen, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2639 +#: rewrite/rewriteHandler.c:2673 msgid "Views containing TABLESAMPLE are not automatically updatable." msgstr "Sichten, die TABLESAMPLE enthalten, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:2663 +#: rewrite/rewriteHandler.c:2697 msgid "Views that have no updatable columns are not automatically updatable." msgstr "Sichten, die keine aktualisierbaren Spalten haben, sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:3140 +#: rewrite/rewriteHandler.c:3174 #, c-format msgid "cannot insert into column \"%s\" of view \"%s\"" msgstr "kann nicht in Spalte »%s« von Sicht »%s« einfügen" -#: rewrite/rewriteHandler.c:3148 +#: rewrite/rewriteHandler.c:3182 #, c-format msgid "cannot update column \"%s\" of view \"%s\"" msgstr "kann Spalte »%s« von Sicht »%s« nicht aktualisieren" -#: rewrite/rewriteHandler.c:3629 +#: rewrite/rewriteHandler.c:3663 #, c-format msgid "DO INSTEAD NOTIFY rules are not supported for data-modifying statements in WITH" msgstr "DO-INSTEAD-NOTIFY-Regeln werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:3640 +#: rewrite/rewriteHandler.c:3674 #, c-format msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" msgstr "DO-INSTEAD-NOTHING-Regeln werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:3654 +#: rewrite/rewriteHandler.c:3688 #, c-format msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "DO-INSTEAD-Regeln mit Bedingung werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:3658 +#: rewrite/rewriteHandler.c:3692 #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" msgstr "DO-ALSO-Regeln werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:3663 +#: rewrite/rewriteHandler.c:3697 #, c-format msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "DO-INSTEAD-Regeln mit mehreren Anweisungen werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:3863 rewrite/rewriteHandler.c:3871 -#: rewrite/rewriteHandler.c:3879 +#: rewrite/rewriteHandler.c:3894 rewrite/rewriteHandler.c:3902 +#: rewrite/rewriteHandler.c:3910 #, c-format msgid "Views with conditional DO INSTEAD rules are not automatically updatable." msgstr "Sichten mit DO-INSTEAD-Regeln mit Bedingung sind nicht automatisch aktualisierbar." -#: rewrite/rewriteHandler.c:3972 +#: rewrite/rewriteHandler.c:4003 #, c-format msgid "cannot perform INSERT RETURNING on relation \"%s\"" msgstr "INSERT RETURNING kann in Relation »%s« nicht ausgeführt werden" -#: rewrite/rewriteHandler.c:3974 +#: rewrite/rewriteHandler.c:4005 #, c-format msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." msgstr "Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel." -#: rewrite/rewriteHandler.c:3979 +#: rewrite/rewriteHandler.c:4010 #, c-format msgid "cannot perform UPDATE RETURNING on relation \"%s\"" msgstr "UPDATE RETURNING kann in Relation »%s« nicht ausgeführt werden" -#: rewrite/rewriteHandler.c:3981 +#: rewrite/rewriteHandler.c:4012 #, c-format msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." msgstr "Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel." -#: rewrite/rewriteHandler.c:3986 +#: rewrite/rewriteHandler.c:4017 #, c-format msgid "cannot perform DELETE RETURNING on relation \"%s\"" msgstr "DELETE RETURNING kann in Relation »%s« nicht ausgeführt werden" -#: rewrite/rewriteHandler.c:3988 +#: rewrite/rewriteHandler.c:4019 #, c-format msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." msgstr "Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel." -#: rewrite/rewriteHandler.c:4006 +#: rewrite/rewriteHandler.c:4037 #, c-format msgid "INSERT with ON CONFLICT clause cannot be used with table that has INSERT or UPDATE rules" msgstr "INSERT mit ON-CONFLICT-Klausel kann nicht mit Tabelle verwendet werden, die INSERT- oder UPDATE-Regeln hat" -#: rewrite/rewriteHandler.c:4063 +#: rewrite/rewriteHandler.c:4094 #, c-format msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" msgstr "WITH kann nicht in einer Anfrage verwendet werden, die durch Regeln in mehrere Anfragen umgeschrieben wird" @@ -20579,47 +20642,47 @@ msgid "function returning record called in context that cannot accept type record" msgstr "Funktion, die einen Record zurückgibt, in einem Zusammenhang aufgerufen, der Typ record nicht verarbeiten kann" -#: storage/buffer/bufmgr.c:601 storage/buffer/bufmgr.c:761 +#: storage/buffer/bufmgr.c:601 storage/buffer/bufmgr.c:771 #, c-format msgid "cannot access temporary tables of other sessions" msgstr "auf temporäre Tabellen anderer Sitzungen kann nicht zugegriffen werden" -#: storage/buffer/bufmgr.c:839 +#: storage/buffer/bufmgr.c:849 #, c-format msgid "cannot extend relation %s beyond %u blocks" msgstr "kann Relation %s nicht auf über %u Blöcke erweitern" -#: storage/buffer/bufmgr.c:926 +#: storage/buffer/bufmgr.c:936 #, c-format msgid "unexpected data beyond EOF in block %u of relation %s" msgstr "unerwartete Daten hinter Dateiende in Block %u von Relation %s" -#: storage/buffer/bufmgr.c:928 +#: storage/buffer/bufmgr.c:938 #, c-format msgid "This has been seen to occur with buggy kernels; consider updating your system." msgstr "Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine Systemaktualisierung in Betracht ziehen." -#: storage/buffer/bufmgr.c:1027 +#: storage/buffer/bufmgr.c:1037 #, c-format msgid "invalid page in block %u of relation %s; zeroing out page" msgstr "ungültige Seite in Block %u von Relation %s; fülle Seite mit Nullen" -#: storage/buffer/bufmgr.c:4535 +#: storage/buffer/bufmgr.c:4545 #, c-format msgid "could not write block %u of %s" msgstr "konnte Block %u von %s nicht schreiben" -#: storage/buffer/bufmgr.c:4537 +#: storage/buffer/bufmgr.c:4547 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Mehrere Fehlschläge --- Schreibfehler ist möglicherweise dauerhaft." -#: storage/buffer/bufmgr.c:4558 storage/buffer/bufmgr.c:4577 +#: storage/buffer/bufmgr.c:4568 storage/buffer/bufmgr.c:4587 #, c-format msgid "writing block %u of relation %s" msgstr "schreibe Block %u von Relation %s" -#: storage/buffer/bufmgr.c:4881 +#: storage/buffer/bufmgr.c:4891 #, c-format msgid "snapshot too old" msgstr "Snapshot zu alt" @@ -20674,88 +20737,88 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "konnte Datei »%s« nicht nach »%s« linken: %m" -#: storage/file/fd.c:931 +#: storage/file/fd.c:937 #, c-format msgid "getrlimit failed: %m" msgstr "getrlimit fehlgeschlagen: %m" -#: storage/file/fd.c:1021 +#: storage/file/fd.c:1027 #, c-format msgid "insufficient file descriptors available to start server process" msgstr "nicht genug Dateideskriptoren verfügbar, um Serverprozess zu starten" -#: storage/file/fd.c:1022 +#: storage/file/fd.c:1028 #, c-format msgid "System allows %d, we need at least %d." msgstr "System erlaubt %d, wir benötigen mindestens %d." -#: storage/file/fd.c:1073 storage/file/fd.c:2410 storage/file/fd.c:2520 -#: storage/file/fd.c:2671 +#: storage/file/fd.c:1079 storage/file/fd.c:2416 storage/file/fd.c:2526 +#: storage/file/fd.c:2677 #, c-format msgid "out of file descriptors: %m; release and retry" msgstr "keine Dateideskriptoren mehr: %m; freigeben und nochmal versuchen" -#: storage/file/fd.c:1447 +#: storage/file/fd.c:1453 #, c-format msgid "temporary file: path \"%s\", size %lu" msgstr "temporäre Datei: Pfad »%s«, Größe %lu" -#: storage/file/fd.c:1578 +#: storage/file/fd.c:1584 #, c-format msgid "cannot create temporary directory \"%s\": %m" msgstr "konnte temporäres Verzeichnis »%s« nicht erzeugen: %m" -#: storage/file/fd.c:1585 +#: storage/file/fd.c:1591 #, c-format msgid "cannot create temporary subdirectory \"%s\": %m" msgstr "konnte temporäres Unterverzeichnis »%s« nicht erzeugen: %m" -#: storage/file/fd.c:1778 +#: storage/file/fd.c:1784 #, c-format msgid "could not create temporary file \"%s\": %m" msgstr "konnte temporäre Datei »%s« nicht erzeugen: %m" -#: storage/file/fd.c:1812 +#: storage/file/fd.c:1818 #, c-format msgid "could not open temporary file \"%s\": %m" msgstr "konnte temporäre Datei »%s« nicht öffnen: %m" -#: storage/file/fd.c:1853 +#: storage/file/fd.c:1859 #, c-format msgid "could not unlink temporary file \"%s\": %m" msgstr "konnte temporäre Datei »%s« nicht löschen: %m" -#: storage/file/fd.c:1941 +#: storage/file/fd.c:1947 #, c-format msgid "could not delete file \"%s\": %m" msgstr "konnte Datei »%s« nicht löschen: %m" -#: storage/file/fd.c:2121 +#: storage/file/fd.c:2127 #, c-format msgid "temporary file size exceeds temp_file_limit (%dkB)" msgstr "Größe der temporären Datei überschreitet temp_file_limit (%dkB)" -#: storage/file/fd.c:2386 storage/file/fd.c:2445 +#: storage/file/fd.c:2392 storage/file/fd.c:2451 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" msgstr "maxAllocatedDescs (%d) überschritten beim Versuch, die Datei »%s« zu öffnen" -#: storage/file/fd.c:2490 +#: storage/file/fd.c:2496 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to execute command \"%s\"" msgstr "maxAllocatedDescs (%d) überschritten beim Versuch, den Befehl »%s« auszuführen" -#: storage/file/fd.c:2647 +#: storage/file/fd.c:2653 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" msgstr "maxAllocatedDescs (%d) überschritten beim Versuch, das Verzeichnis »%s« zu öffnen" -#: storage/file/fd.c:3177 +#: storage/file/fd.c:3183 #, c-format msgid "unexpected file found in temporary-files directory: \"%s\"" msgstr "unerwartete Datei im Verzeichnis für temporäre Dateien gefunden: »%s«" -#: storage/file/fd.c:3306 +#: storage/file/fd.c:3312 #, c-format msgid "could not synchronize file system for file \"%s\": %m" msgstr "konnte Dateisystem für Datei »%s« nicht synchronisieren: %m" @@ -20780,72 +20843,72 @@ msgid "too many dynamic shared memory segments" msgstr "zu viele dynamische Shared-Memory-Segmente" -#: storage/ipc/dsm_impl.c:233 storage/ipc/dsm_impl.c:529 -#: storage/ipc/dsm_impl.c:633 storage/ipc/dsm_impl.c:804 +#: storage/ipc/dsm_impl.c:235 storage/ipc/dsm_impl.c:544 +#: storage/ipc/dsm_impl.c:648 storage/ipc/dsm_impl.c:819 #, c-format msgid "could not unmap shared memory segment \"%s\": %m" msgstr "konnte Shared-Memory-Segment »%s« nicht unmappen: %m" -#: storage/ipc/dsm_impl.c:243 storage/ipc/dsm_impl.c:539 -#: storage/ipc/dsm_impl.c:643 storage/ipc/dsm_impl.c:814 +#: storage/ipc/dsm_impl.c:245 storage/ipc/dsm_impl.c:554 +#: storage/ipc/dsm_impl.c:658 storage/ipc/dsm_impl.c:829 #, c-format msgid "could not remove shared memory segment \"%s\": %m" msgstr "konnte Shared-Memory-Segment »%s« nicht entfernen: %m" -#: storage/ipc/dsm_impl.c:267 storage/ipc/dsm_impl.c:714 -#: storage/ipc/dsm_impl.c:828 +#: storage/ipc/dsm_impl.c:269 storage/ipc/dsm_impl.c:729 +#: storage/ipc/dsm_impl.c:843 #, c-format msgid "could not open shared memory segment \"%s\": %m" msgstr "konnte Shared-Memory-Segment »%s« nicht öffnen: %m" -#: storage/ipc/dsm_impl.c:292 storage/ipc/dsm_impl.c:555 -#: storage/ipc/dsm_impl.c:759 storage/ipc/dsm_impl.c:852 +#: storage/ipc/dsm_impl.c:294 storage/ipc/dsm_impl.c:570 +#: storage/ipc/dsm_impl.c:774 storage/ipc/dsm_impl.c:867 #, c-format msgid "could not stat shared memory segment \"%s\": %m" msgstr "konnte »stat« für Shared-Memory-Segment »%s« nicht ausführen: %m" -#: storage/ipc/dsm_impl.c:319 storage/ipc/dsm_impl.c:903 +#: storage/ipc/dsm_impl.c:313 storage/ipc/dsm_impl.c:918 #, c-format msgid "could not resize shared memory segment \"%s\" to %zu bytes: %m" msgstr "konnte Größe des Shared-Memory-Segments »%s« nicht auf %zu Bytes ändern: %m" -#: storage/ipc/dsm_impl.c:341 storage/ipc/dsm_impl.c:576 -#: storage/ipc/dsm_impl.c:735 storage/ipc/dsm_impl.c:925 +#: storage/ipc/dsm_impl.c:335 storage/ipc/dsm_impl.c:591 +#: storage/ipc/dsm_impl.c:750 storage/ipc/dsm_impl.c:940 #, c-format msgid "could not map shared memory segment \"%s\": %m" msgstr "konnte Shared-Memory-Segment »%s« nicht mappen: %m" -#: storage/ipc/dsm_impl.c:511 +#: storage/ipc/dsm_impl.c:526 #, c-format msgid "could not get shared memory segment: %m" msgstr "konnte Shared-Memory-Segment nicht finden: %m" -#: storage/ipc/dsm_impl.c:699 +#: storage/ipc/dsm_impl.c:714 #, c-format msgid "could not create shared memory segment \"%s\": %m" msgstr "konnte Shared-Memory-Segment »%s« nicht erzeugen: %m" -#: storage/ipc/dsm_impl.c:936 +#: storage/ipc/dsm_impl.c:951 #, c-format msgid "could not close shared memory segment \"%s\": %m" msgstr "konnte Shared-Memory-Segment »%s« nicht schließen: %m" -#: storage/ipc/dsm_impl.c:975 storage/ipc/dsm_impl.c:1023 +#: storage/ipc/dsm_impl.c:990 storage/ipc/dsm_impl.c:1038 #, c-format msgid "could not duplicate handle for \"%s\": %m" msgstr "konnte Handle für »%s« nicht duplizieren: %m" -#: storage/ipc/procarray.c:3848 +#: storage/ipc/procarray.c:3858 #, c-format msgid "database \"%s\" is being used by prepared transactions" msgstr "Datenbank »%s« wird von vorbereiteten Transaktionen verwendet" -#: storage/ipc/procarray.c:3880 storage/ipc/signalfuncs.c:221 +#: storage/ipc/procarray.c:3890 storage/ipc/signalfuncs.c:221 #, c-format msgid "must be a superuser to terminate superuser process" msgstr "nur Superuser können Prozesse eines Superusers beenden" -#: storage/ipc/procarray.c:3887 storage/ipc/signalfuncs.c:226 +#: storage/ipc/procarray.c:3897 storage/ipc/signalfuncs.c:226 #, c-format msgid "must be a member of the role whose process is being terminated or member of pg_signal_backend" msgstr "muss Mitglied der Rolle sein, deren Prozess beendet wird, oder Mitglied von pg_signal_backend" @@ -20959,12 +21022,12 @@ msgid "recovery finished waiting after %ld.%03d ms: %s" msgstr "Warten der Wiederherstellung beendet nach %ld,%03d ms: %s" -#: storage/ipc/standby.c:883 tcop/postgres.c:3317 +#: storage/ipc/standby.c:883 tcop/postgres.c:3318 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "storniere Anfrage wegen Konflikt mit der Wiederherstellung" -#: storage/ipc/standby.c:884 tcop/postgres.c:2471 +#: storage/ipc/standby.c:884 tcop/postgres.c:2472 #, c-format msgid "User transaction caused buffer deadlock with recovery." msgstr "Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung verursacht." @@ -21351,8 +21414,8 @@ msgid "fastpath function call: \"%s\" (OID %u)" msgstr "Fastpath-Funktionsaufruf: »%s« (OID %u)" -#: tcop/fastpath.c:312 tcop/postgres.c:1298 tcop/postgres.c:1556 -#: tcop/postgres.c:2015 tcop/postgres.c:2252 +#: tcop/fastpath.c:312 tcop/postgres.c:1304 tcop/postgres.c:1562 +#: tcop/postgres.c:2021 tcop/postgres.c:2253 #, c-format msgid "duration: %s ms" msgstr "Dauer: %s ms" @@ -21382,270 +21445,270 @@ msgid "incorrect binary data format in function argument %d" msgstr "falsches Binärdatenformat in Funktionsargument %d" -#: tcop/postgres.c:446 tcop/postgres.c:4726 +#: tcop/postgres.c:445 tcop/postgres.c:4726 #, c-format msgid "invalid frontend message type %d" msgstr "ungültiger Frontend-Message-Typ %d" -#: tcop/postgres.c:1015 +#: tcop/postgres.c:1014 #, c-format msgid "statement: %s" msgstr "Anweisung: %s" -#: tcop/postgres.c:1303 +#: tcop/postgres.c:1309 #, c-format msgid "duration: %s ms statement: %s" msgstr "Dauer: %s ms Anweisung: %s" -#: tcop/postgres.c:1409 +#: tcop/postgres.c:1415 #, c-format msgid "cannot insert multiple commands into a prepared statement" msgstr "kann nicht mehrere Befehle in vorbereitete Anweisung einfügen" -#: tcop/postgres.c:1561 +#: tcop/postgres.c:1567 #, c-format msgid "duration: %s ms parse %s: %s" msgstr "Dauer: %s ms Parsen %s: %s" -#: tcop/postgres.c:1627 tcop/postgres.c:2567 +#: tcop/postgres.c:1633 tcop/postgres.c:2568 #, c-format msgid "unnamed prepared statement does not exist" msgstr "unbenannte vorbereitete Anweisung existiert nicht" -#: tcop/postgres.c:1668 +#: tcop/postgres.c:1674 #, c-format msgid "bind message has %d parameter formats but %d parameters" msgstr "Binden-Nachricht hat %d Parameterformate aber %d Parameter" -#: tcop/postgres.c:1674 +#: tcop/postgres.c:1680 #, c-format msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d" msgstr "Binden-Nachricht enthält %d Parameter, aber vorbereitete Anweisung »%s« erfordert %d" -#: tcop/postgres.c:1893 +#: tcop/postgres.c:1899 #, c-format msgid "incorrect binary data format in bind parameter %d" msgstr "falsches Binärdatenformat in Binden-Parameter %d" -#: tcop/postgres.c:2020 +#: tcop/postgres.c:2026 #, c-format msgid "duration: %s ms bind %s%s%s: %s" msgstr "Dauer: %s ms Binden %s%s%s: %s" -#: tcop/postgres.c:2070 tcop/postgres.c:2651 +#: tcop/postgres.c:2076 tcop/postgres.c:2652 #, c-format msgid "portal \"%s\" does not exist" msgstr "Portal »%s« existiert nicht" -#: tcop/postgres.c:2155 +#: tcop/postgres.c:2145 #, c-format msgid "%s %s%s%s: %s" msgstr "%s %s%s%s: %s" -#: tcop/postgres.c:2157 tcop/postgres.c:2260 +#: tcop/postgres.c:2147 tcop/postgres.c:2261 msgid "execute fetch from" msgstr "Ausführen Fetch von" -#: tcop/postgres.c:2158 tcop/postgres.c:2261 +#: tcop/postgres.c:2148 tcop/postgres.c:2262 msgid "execute" msgstr "Ausführen" -#: tcop/postgres.c:2257 +#: tcop/postgres.c:2258 #, c-format msgid "duration: %s ms %s %s%s%s: %s" msgstr "Dauer: %s ms %s %s%s%s: %s" -#: tcop/postgres.c:2403 +#: tcop/postgres.c:2404 #, c-format msgid "prepare: %s" msgstr "Vorbereiten: %s" -#: tcop/postgres.c:2428 +#: tcop/postgres.c:2429 #, c-format msgid "parameters: %s" msgstr "Parameter: %s" -#: tcop/postgres.c:2443 +#: tcop/postgres.c:2444 #, c-format msgid "abort reason: recovery conflict" msgstr "Abbruchgrund: Konflikt bei Wiederherstellung" -#: tcop/postgres.c:2459 +#: tcop/postgres.c:2460 #, c-format msgid "User was holding shared buffer pin for too long." msgstr "Benutzer hat Shared-Buffer-Pin zu lange gehalten." -#: tcop/postgres.c:2462 +#: tcop/postgres.c:2463 #, c-format msgid "User was holding a relation lock for too long." msgstr "Benutzer hat Relationssperre zu lange gehalten." -#: tcop/postgres.c:2465 +#: tcop/postgres.c:2466 #, c-format msgid "User was or might have been using tablespace that must be dropped." msgstr "Benutzer hat (möglicherweise) einen Tablespace verwendet, der gelöscht werden muss." -#: tcop/postgres.c:2468 +#: tcop/postgres.c:2469 #, c-format msgid "User query might have needed to see row versions that must be removed." msgstr "Benutzeranfrage hat möglicherweise Zeilenversionen sehen müssen, die entfernt werden müssen." -#: tcop/postgres.c:2474 +#: tcop/postgres.c:2475 #, c-format msgid "User was connected to a database that must be dropped." msgstr "Benutzer war mit einer Datenbank verbunden, die gelöscht werden muss." -#: tcop/postgres.c:2513 +#: tcop/postgres.c:2514 #, c-format msgid "portal \"%s\" parameter $%d = %s" msgstr "Portal »%s« Parameter $%d = %s" -#: tcop/postgres.c:2516 +#: tcop/postgres.c:2517 #, c-format msgid "portal \"%s\" parameter $%d" msgstr "Portal »%s« Parameter $%d" -#: tcop/postgres.c:2522 +#: tcop/postgres.c:2523 #, c-format msgid "unnamed portal parameter $%d = %s" msgstr "unbenanntes Portal Parameter $%d = %s" -#: tcop/postgres.c:2525 +#: tcop/postgres.c:2526 #, c-format msgid "unnamed portal parameter $%d" msgstr "unbenanntes Portal Parameter $%d" -#: tcop/postgres.c:2871 +#: tcop/postgres.c:2872 #, c-format msgid "terminating connection because of unexpected SIGQUIT signal" msgstr "Verbindung wird abgebrochen wegen unerwartetem SIGQUIT-Signal" -#: tcop/postgres.c:2877 +#: tcop/postgres.c:2878 #, c-format msgid "terminating connection because of crash of another server process" msgstr "Verbindung wird abgebrochen wegen Absturz eines anderen Serverprozesses" -#: tcop/postgres.c:2878 +#: tcop/postgres.c:2879 #, c-format msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory." msgstr "Der Postmaster hat diesen Serverprozess angewiesen, die aktuelle Transaktion zurückzurollen und die Sitzung zu beenden, weil ein anderer Serverprozess abnormal beendet wurde und möglicherweise das Shared Memory verfälscht hat." -#: tcop/postgres.c:2882 tcop/postgres.c:3243 +#: tcop/postgres.c:2883 tcop/postgres.c:3244 #, c-format msgid "In a moment you should be able to reconnect to the database and repeat your command." msgstr "In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren Befehl wiederholen können." -#: tcop/postgres.c:2889 +#: tcop/postgres.c:2890 #, c-format msgid "terminating connection due to immediate shutdown command" msgstr "Verbindung wird abgebrochen aufgrund von Befehl für sofortiges Herunterfahren" -#: tcop/postgres.c:2975 +#: tcop/postgres.c:2976 #, c-format msgid "floating-point exception" msgstr "Fließkommafehler" -#: tcop/postgres.c:2976 +#: tcop/postgres.c:2977 #, c-format msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero." msgstr "Eine ungültige Fließkommaoperation wurde signalisiert. Das bedeutet wahrscheinlich ein Ergebnis außerhalb des gültigen Bereichs oder eine ungültige Operation, zum Beispiel Division durch null." -#: tcop/postgres.c:3147 +#: tcop/postgres.c:3148 #, c-format msgid "canceling authentication due to timeout" msgstr "storniere Authentifizierung wegen Zeitüberschreitung" -#: tcop/postgres.c:3151 +#: tcop/postgres.c:3152 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "Autovacuum-Prozess wird abgebrochen aufgrund von Anweisung des Administrators" -#: tcop/postgres.c:3155 +#: tcop/postgres.c:3156 #, c-format msgid "terminating logical replication worker due to administrator command" msgstr "Arbeitsprozess für logische Replikation wird abgebrochen aufgrund von Anweisung des Administrators" -#: tcop/postgres.c:3172 tcop/postgres.c:3182 tcop/postgres.c:3241 +#: tcop/postgres.c:3173 tcop/postgres.c:3183 tcop/postgres.c:3242 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "Verbindung wird abgebrochen wegen Konflikt mit der Wiederherstellung" -#: tcop/postgres.c:3193 +#: tcop/postgres.c:3194 #, c-format msgid "terminating connection due to administrator command" msgstr "Verbindung wird abgebrochen aufgrund von Anweisung des Administrators" -#: tcop/postgres.c:3224 +#: tcop/postgres.c:3225 #, c-format msgid "connection to client lost" msgstr "Verbindung zum Client wurde verloren" -#: tcop/postgres.c:3294 +#: tcop/postgres.c:3295 #, c-format msgid "canceling statement due to lock timeout" msgstr "storniere Anfrage wegen Zeitüberschreitung einer Sperre" -#: tcop/postgres.c:3301 +#: tcop/postgres.c:3302 #, c-format msgid "canceling statement due to statement timeout" msgstr "storniere Anfrage wegen Zeitüberschreitung der Anfrage" -#: tcop/postgres.c:3308 +#: tcop/postgres.c:3309 #, c-format msgid "canceling autovacuum task" msgstr "storniere Autovacuum-Aufgabe" -#: tcop/postgres.c:3331 +#: tcop/postgres.c:3332 #, c-format msgid "canceling statement due to user request" msgstr "storniere Anfrage wegen Benutzeraufforderung" -#: tcop/postgres.c:3345 +#: tcop/postgres.c:3346 #, c-format msgid "terminating connection due to idle-in-transaction timeout" msgstr "Verbindung wird abgebrochen wegen Zeitüberschreitung in inaktiver Transaktion" -#: tcop/postgres.c:3356 +#: tcop/postgres.c:3357 #, c-format msgid "terminating connection due to idle-session timeout" msgstr "Verbindung wird abgebrochen wegen Zeitüberschreitung in inaktiver Sitzung" -#: tcop/postgres.c:3485 +#: tcop/postgres.c:3486 #, c-format msgid "stack depth limit exceeded" msgstr "Grenze für Stacktiefe überschritten" -#: tcop/postgres.c:3486 +#: tcop/postgres.c:3487 #, c-format msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate." msgstr "Erhöhen Sie den Konfigurationsparameter »max_stack_depth« (aktuell %dkB), nachdem Sie sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer Plattform ausreichend ist." -#: tcop/postgres.c:3549 +#: tcop/postgres.c:3550 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "»max_stack_depth« darf %ldkB nicht überschreiten." -#: tcop/postgres.c:3551 +#: tcop/postgres.c:3552 #, c-format msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent." msgstr "Erhöhen Sie die Stacktiefenbegrenzung Ihrer Plattform mit »ulimit -s« oder der lokalen Entsprechung." -#: tcop/postgres.c:3907 +#: tcop/postgres.c:3908 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "ungültiges Kommandozeilenargument für Serverprozess: %s" -#: tcop/postgres.c:3908 tcop/postgres.c:3914 +#: tcop/postgres.c:3909 tcop/postgres.c:3915 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Versuchen Sie »%s --help« für weitere Informationen." -#: tcop/postgres.c:3912 +#: tcop/postgres.c:3913 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: ungültiges Kommandozeilenargument: %s" -#: tcop/postgres.c:3975 +#: tcop/postgres.c:3976 #, c-format msgid "%s: no database nor user name specified" msgstr "%s: weder Datenbankname noch Benutzername angegeben" @@ -21845,64 +21908,64 @@ msgid "missing Dictionary parameter" msgstr "Parameter »Dictionary« fehlt" -#: tsearch/spell.c:380 tsearch/spell.c:397 tsearch/spell.c:406 -#: tsearch/spell.c:1062 +#: tsearch/spell.c:381 tsearch/spell.c:398 tsearch/spell.c:407 +#: tsearch/spell.c:1063 #, c-format msgid "invalid affix flag \"%s\"" msgstr "ungültiges Affix-Flag »%s«" -#: tsearch/spell.c:384 tsearch/spell.c:1066 +#: tsearch/spell.c:385 tsearch/spell.c:1067 #, c-format msgid "affix flag \"%s\" is out of range" msgstr "Affix-Flag »%s« ist außerhalb des gültigen Bereichs" -#: tsearch/spell.c:414 +#: tsearch/spell.c:415 #, c-format msgid "invalid character in affix flag \"%s\"" msgstr "ungültiges Zeichen in Affix-Flag »%s«" -#: tsearch/spell.c:434 +#: tsearch/spell.c:435 #, c-format msgid "invalid affix flag \"%s\" with \"long\" flag value" msgstr "ungültiges Affix-Flag »%s« mit Flag-Wert »long«" -#: tsearch/spell.c:524 +#: tsearch/spell.c:525 #, c-format msgid "could not open dictionary file \"%s\": %m" msgstr "konnte Wörterbuchdatei »%s« nicht öffnen: %m" -#: tsearch/spell.c:763 utils/adt/regexp.c:208 +#: tsearch/spell.c:764 utils/adt/regexp.c:208 #, c-format msgid "invalid regular expression: %s" msgstr "ungültiger regulärer Ausdruck: %s" -#: tsearch/spell.c:1189 tsearch/spell.c:1201 tsearch/spell.c:1760 -#: tsearch/spell.c:1765 tsearch/spell.c:1770 +#: tsearch/spell.c:1190 tsearch/spell.c:1202 tsearch/spell.c:1761 +#: tsearch/spell.c:1766 tsearch/spell.c:1771 #, c-format msgid "invalid affix alias \"%s\"" msgstr "ungültiges Affixalias »%s«" -#: tsearch/spell.c:1242 tsearch/spell.c:1313 tsearch/spell.c:1462 +#: tsearch/spell.c:1243 tsearch/spell.c:1314 tsearch/spell.c:1463 #, c-format msgid "could not open affix file \"%s\": %m" msgstr "konnte Affixdatei »%s« nicht öffnen: %m" -#: tsearch/spell.c:1296 +#: tsearch/spell.c:1297 #, c-format msgid "Ispell dictionary supports only \"default\", \"long\", and \"num\" flag values" msgstr "Ispell-Wörterbuch unterstützt nur die Flag-Werte »default«, »long« und »num«" -#: tsearch/spell.c:1340 +#: tsearch/spell.c:1341 #, c-format msgid "invalid number of flag vector aliases" msgstr "ungültige Anzahl Flag-Vektor-Aliasse" -#: tsearch/spell.c:1363 +#: tsearch/spell.c:1364 #, c-format msgid "number of aliases exceeds specified number %d" msgstr "Anzahl der Aliasse überschreitet angegebene Zahl %d" -#: tsearch/spell.c:1578 +#: tsearch/spell.c:1579 #, c-format msgid "affix file contains both old-style and new-style commands" msgstr "Affixdatei enthält Befehle im alten und im neuen Stil" @@ -22116,7 +22179,7 @@ #: utils/adt/int.c:1242 utils/adt/int.c:1310 utils/adt/int.c:1316 #: utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 #: utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 -#: utils/adt/varlena.c:3426 +#: utils/adt/varlena.c:3422 #, c-format msgid "integer out of range" msgstr "integer ist außerhalb des gültigen Bereichs" @@ -22454,8 +22517,8 @@ #: utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 #: utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 #: utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 -#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4657 -#: utils/adt/geo_ops.c:4672 utils/adt/geo_ops.c:4679 utils/adt/int8.c:126 +#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4660 +#: utils/adt/geo_ops.c:4675 utils/adt/geo_ops.c:4682 utils/adt/int8.c:126 #: utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 #: utils/adt/mac8.c:166 utils/adt/mac8.c:184 utils/adt/mac8.c:202 #: utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 @@ -22465,7 +22528,7 @@ #: utils/adt/numutils.c:322 utils/adt/oid.c:44 utils/adt/oid.c:58 #: utils/adt/oid.c:64 utils/adt/oid.c:86 utils/adt/pg_lsn.c:74 #: utils/adt/tid.c:76 utils/adt/tid.c:84 utils/adt/tid.c:92 -#: utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:346 +#: utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:347 #, c-format msgid "invalid input syntax for type %s: \"%s\"" msgstr "ungültige Eingabesyntax für Typ %s: »%s«" @@ -23157,8 +23220,8 @@ msgid "invalid line specification: must be two distinct points" msgstr "ungültige »line«-Angabe: es müssen zwei verschiedene Punkte angegeben werden" -#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4366 -#: utils/adt/geo_ops.c:5260 +#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4369 +#: utils/adt/geo_ops.c:5263 #, c-format msgid "too many points requested" msgstr "zu viele Punkte verlangt" @@ -23193,32 +23256,32 @@ msgid "invalid number of points in external \"polygon\" value" msgstr "ungültige Anzahl Punkte in externem »polygon«-Wert" -#: utils/adt/geo_ops.c:4081 +#: utils/adt/geo_ops.c:4084 #, c-format msgid "function \"poly_distance\" not implemented" msgstr "Funktion »poly_distance« ist nicht implementiert" -#: utils/adt/geo_ops.c:4458 +#: utils/adt/geo_ops.c:4461 #, c-format msgid "function \"path_center\" not implemented" msgstr "Funktion »path_center« ist nicht implementiert" -#: utils/adt/geo_ops.c:4475 +#: utils/adt/geo_ops.c:4478 #, c-format msgid "open path cannot be converted to polygon" msgstr "offener Pfad kann nicht in Polygon umgewandelt werden" -#: utils/adt/geo_ops.c:4725 +#: utils/adt/geo_ops.c:4728 #, c-format msgid "invalid radius in external \"circle\" value" msgstr "ungültiger Radius in externem »circle«-Wert" -#: utils/adt/geo_ops.c:5246 +#: utils/adt/geo_ops.c:5249 #, c-format msgid "cannot convert circle with radius zero to polygon" msgstr "kann Kreis mit Radius null nicht in Polygon umwandeln" -#: utils/adt/geo_ops.c:5251 +#: utils/adt/geo_ops.c:5254 #, c-format msgid "must request at least 2 points" msgstr "mindestens 2 Punkte müssen angefordert werden" @@ -23269,7 +23332,7 @@ msgid "key value must be scalar, not array, composite, or json" msgstr "Schlüsselwert muss skalar sein, nicht Array, zusammengesetzt oder json" -#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:1992 +#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:2026 #, c-format msgid "could not determine data type for argument %d" msgstr "konnte Datentyp von Argument %d nicht ermitteln" @@ -23775,7 +23838,7 @@ msgid "nondeterministic collations are not supported for LIKE" msgstr "nichtdeterministische Sortierfolgen werden von LIKE nicht unterstützt" -#: utils/adt/like.c:193 utils/adt/like_support.c:1002 +#: utils/adt/like.c:193 utils/adt/like_support.c:1003 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "konnte die für ILIKE zu verwendende Sortierfolge nicht bestimmen" @@ -23800,12 +23863,12 @@ msgid "Escape string must be empty or one character." msgstr "ESCAPE-Zeichenkette muss null oder ein Zeichen lang sein." -#: utils/adt/like_support.c:987 +#: utils/adt/like_support.c:988 #, c-format msgid "case insensitive matching not supported on type bytea" msgstr "Mustersuche ohne Rücksicht auf Groß-/Kleinschreibung wird für Typ bytea nicht unterstützt" -#: utils/adt/like_support.c:1089 +#: utils/adt/like_support.c:1090 #, c-format msgid "regular-expression matching not supported on type bytea" msgstr "Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt" @@ -23830,72 +23893,72 @@ msgid "must be a superuser to log memory contexts" msgstr "nur Superuser können Speicherkontexte loggen" -#: utils/adt/misc.c:243 +#: utils/adt/misc.c:244 #, c-format msgid "global tablespace never has databases" msgstr "globaler Tablespace hat niemals Datenbanken" -#: utils/adt/misc.c:265 +#: utils/adt/misc.c:266 #, c-format msgid "%u is not a tablespace OID" msgstr "%u ist keine Tablespace-OID" -#: utils/adt/misc.c:455 +#: utils/adt/misc.c:484 msgid "unreserved" msgstr "unreserviert" -#: utils/adt/misc.c:459 +#: utils/adt/misc.c:488 msgid "unreserved (cannot be function or type name)" msgstr "unreserviert (kann nicht Funktions- oder Typname sein)" -#: utils/adt/misc.c:463 +#: utils/adt/misc.c:492 msgid "reserved (can be function or type name)" msgstr "reserviert (kann Funktions- oder Typname sein)" -#: utils/adt/misc.c:467 +#: utils/adt/misc.c:496 msgid "reserved" msgstr "reserviert" -#: utils/adt/misc.c:478 +#: utils/adt/misc.c:507 msgid "can be bare label" msgstr "kann alleinstehendes Label sein" -#: utils/adt/misc.c:483 +#: utils/adt/misc.c:512 msgid "requires AS" msgstr "benötigt AS" -#: utils/adt/misc.c:730 utils/adt/misc.c:744 utils/adt/misc.c:783 -#: utils/adt/misc.c:789 utils/adt/misc.c:795 utils/adt/misc.c:818 +#: utils/adt/misc.c:759 utils/adt/misc.c:773 utils/adt/misc.c:812 +#: utils/adt/misc.c:818 utils/adt/misc.c:824 utils/adt/misc.c:847 #, c-format msgid "string is not a valid identifier: \"%s\"" msgstr "Zeichenkette ist kein gültiger Bezeichner: »%s«" -#: utils/adt/misc.c:732 +#: utils/adt/misc.c:761 #, c-format msgid "String has unclosed double quotes." msgstr "Zeichenkette hat nicht geschlossene doppelte Anführungszeichen." -#: utils/adt/misc.c:746 +#: utils/adt/misc.c:775 #, c-format msgid "Quoted identifier must not be empty." msgstr "Bezeichner in Anführungszeichen darf nicht leer sein." -#: utils/adt/misc.c:785 +#: utils/adt/misc.c:814 #, c-format msgid "No valid identifier before \".\"." msgstr "Kein gültiger Bezeichner vor ».«." -#: utils/adt/misc.c:791 +#: utils/adt/misc.c:820 #, c-format msgid "No valid identifier after \".\"." msgstr "Kein gültiger Bezeichner nach ».«." -#: utils/adt/misc.c:849 +#: utils/adt/misc.c:878 #, c-format msgid "log format \"%s\" is not supported" msgstr "Logformat »%s« wird nicht unterstützt" -#: utils/adt/misc.c:850 +#: utils/adt/misc.c:879 #, c-format msgid "The supported log formats are \"stderr\" and \"csvlog\"." msgstr "Die unterstützten Logformate sind »stderr« und »csvlog«." @@ -24358,7 +24421,7 @@ msgid "Junk after right parenthesis or bracket." msgstr "Müll nach rechter runder oder eckiger Klammer." -#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4553 +#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4549 #, c-format msgid "regular expression failed: %s" msgstr "regulärer Ausdruck fehlgeschlagen: %s" @@ -24400,7 +24463,7 @@ msgstr "es gibt mehrere Operatoren namens %s" #: utils/adt/regproc.c:715 utils/adt/regproc.c:756 utils/adt/regproc.c:2055 -#: utils/adt/ruleutils.c:9737 utils/adt/ruleutils.c:9906 +#: utils/adt/ruleutils.c:9770 utils/adt/ruleutils.c:9939 #, c-format msgid "too many arguments" msgstr "zu viele Argumente" @@ -24412,7 +24475,7 @@ #: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 #: utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 -#: utils/adt/varlena.c:3702 utils/adt/varlena.c:3707 +#: utils/adt/varlena.c:3698 utils/adt/varlena.c:3703 #, c-format msgid "invalid name syntax" msgstr "ungültige Namenssyntax" @@ -24571,7 +24634,7 @@ msgid "cannot compare record types with different numbers of columns" msgstr "kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen" -#: utils/adt/ruleutils.c:5121 +#: utils/adt/ruleutils.c:5146 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "Regel »%s« hat nicht unterstützten Ereignistyp %d" @@ -24586,7 +24649,7 @@ msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d" msgstr "Präzision von TIMESTAMP(%d)%s auf erlaubten Höchstwert %d reduziert" -#: utils/adt/timestamp.c:178 utils/adt/timestamp.c:436 utils/misc/guc.c:12423 +#: utils/adt/timestamp.c:178 utils/adt/timestamp.c:436 utils/misc/guc.c:12435 #, c-format msgid "timestamp out of range: \"%s\"" msgstr "timestamp ist außerhalb des gültigen Bereichs: »%s«" @@ -24924,8 +24987,8 @@ msgstr "Bitkette ist zu lang für Typ bit varying(%d)" #: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 -#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3344 -#: utils/adt/varlena.c:3422 +#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3340 +#: utils/adt/varlena.c:3418 #, c-format msgid "negative substring length not allowed" msgstr "negative Teilzeichenkettenlänge nicht erlaubt" @@ -24950,7 +25013,7 @@ msgid "bit index %d out of valid range (0..%d)" msgstr "Bitindex %d ist außerhalb des gültigen Bereichs (0..%d)" -#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3626 +#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3622 #, c-format msgid "new bit must be 0 or 1" msgstr "neues Bit muss 0 oder 1 sein" @@ -24985,87 +25048,87 @@ msgid "could not compare Unicode strings: %m" msgstr "konnte Unicode-Zeichenketten nicht vergleichen: %m" -#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2408 +#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2406 #, c-format msgid "collation failed: %s" msgstr "Vergleichung fehlgeschlagen: %s" -#: utils/adt/varlena.c:2616 +#: utils/adt/varlena.c:2613 #, c-format msgid "sort key generation failed: %s" msgstr "Sortierschlüsselerzeugung fehlgeschlagen: %s" -#: utils/adt/varlena.c:3510 utils/adt/varlena.c:3577 +#: utils/adt/varlena.c:3506 utils/adt/varlena.c:3573 #, c-format msgid "index %d out of valid range, 0..%d" msgstr "Index %d ist außerhalb des gültigen Bereichs, 0..%d" -#: utils/adt/varlena.c:3541 utils/adt/varlena.c:3613 +#: utils/adt/varlena.c:3537 utils/adt/varlena.c:3609 #, c-format msgid "index %lld out of valid range, 0..%lld" msgstr "Index %lld ist außerhalb des gültigen Bereichs, 0..%lld" -#: utils/adt/varlena.c:4649 +#: utils/adt/varlena.c:4645 #, c-format msgid "field position must not be zero" msgstr "Feldposition darf nicht null sein" -#: utils/adt/varlena.c:5690 +#: utils/adt/varlena.c:5686 #, c-format msgid "unterminated format() type specifier" msgstr "Typspezifikation in format() nicht abgeschlossen" -#: utils/adt/varlena.c:5691 utils/adt/varlena.c:5825 utils/adt/varlena.c:5946 +#: utils/adt/varlena.c:5687 utils/adt/varlena.c:5821 utils/adt/varlena.c:5942 #, c-format msgid "For a single \"%%\" use \"%%%%\"." msgstr "Für ein einzelnes »%%« geben Sie »%%%%« an." -#: utils/adt/varlena.c:5823 utils/adt/varlena.c:5944 +#: utils/adt/varlena.c:5819 utils/adt/varlena.c:5940 #, c-format msgid "unrecognized format() type specifier \"%.*s\"" msgstr "unbekannte Typspezifikation in format(): »%.*s«" -#: utils/adt/varlena.c:5836 utils/adt/varlena.c:5893 +#: utils/adt/varlena.c:5832 utils/adt/varlena.c:5889 #, c-format msgid "too few arguments for format()" msgstr "zu wenige Argumente für format()" -#: utils/adt/varlena.c:5989 utils/adt/varlena.c:6171 +#: utils/adt/varlena.c:5985 utils/adt/varlena.c:6167 #, c-format msgid "number is out of range" msgstr "Zahl ist außerhalb des gültigen Bereichs" -#: utils/adt/varlena.c:6052 utils/adt/varlena.c:6080 +#: utils/adt/varlena.c:6048 utils/adt/varlena.c:6076 #, c-format msgid "format specifies argument 0, but arguments are numbered from 1" msgstr "Format gibt Argument 0 an, aber die Argumente sind von 1 an nummeriert" -#: utils/adt/varlena.c:6073 +#: utils/adt/varlena.c:6069 #, c-format msgid "width argument position must be ended by \"$\"" msgstr "Argumentposition der Breitenangabe muss mit »$« enden" -#: utils/adt/varlena.c:6118 +#: utils/adt/varlena.c:6114 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "NULL-Werte können nicht als SQL-Bezeichner formatiert werden" -#: utils/adt/varlena.c:6244 +#: utils/adt/varlena.c:6240 #, c-format msgid "Unicode normalization can only be performed if server encoding is UTF8" msgstr "Unicode-Normalisierung kann nur durchgeführt werden, wenn die Serverkodierung UTF8 ist" -#: utils/adt/varlena.c:6257 +#: utils/adt/varlena.c:6253 #, c-format msgid "invalid normalization form: %s" msgstr "ungültige Normalisierungsform: %s" -#: utils/adt/varlena.c:6460 utils/adt/varlena.c:6495 utils/adt/varlena.c:6530 +#: utils/adt/varlena.c:6456 utils/adt/varlena.c:6491 utils/adt/varlena.c:6526 #, c-format msgid "invalid Unicode code point: %04X" msgstr "ungültiger Unicode-Codepunkt: %04X" -#: utils/adt/varlena.c:6560 +#: utils/adt/varlena.c:6556 #, c-format msgid "Unicode escapes must be \\XXXX, \\+XXXXXX, \\uXXXX, or \\UXXXXXXXX." msgstr "Unicode-Escapes müssen \\XXXX, \\+XXXXXX, \\uXXXX oder \\UXXXXXXXX sein." @@ -25080,12 +25143,12 @@ msgid "argument of nth_value must be greater than zero" msgstr "Argument von nth_value muss größer als null sein" -#: utils/adt/xid8funcs.c:116 +#: utils/adt/xid8funcs.c:117 #, c-format msgid "transaction ID %s is in the future" msgstr "Transaktions-ID %s ist in der Zukunft" -#: utils/adt/xid8funcs.c:547 +#: utils/adt/xid8funcs.c:548 #, c-format msgid "invalid external pg_snapshot data" msgstr "ungültige externe pg_snapshot-Daten" @@ -25305,7 +25368,7 @@ msgid "relation mapping file \"%s\" contains incorrect checksum" msgstr "Relation-Mapping-Datei »%s« enthält falsche Prüfsumme" -#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:463 +#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:497 #, c-format msgid "record type has not been registered" msgstr "Record-Typ wurde nicht registriert" @@ -25523,32 +25586,32 @@ msgid "language validation function %u called for language %u instead of %u" msgstr "Sprachvalidierungsfunktion %u wurde für Sprache %u statt %u aufgerufen" -#: utils/fmgr/funcapi.c:386 +#: utils/fmgr/funcapi.c:420 #, c-format msgid "could not determine actual result type for function \"%s\" declared to return type %s" msgstr "konnte tatsächlichen Ergebnistyp von Funktion »%s« mit deklarierten Rückgabetyp %s nicht bestimmen" -#: utils/fmgr/funcapi.c:531 +#: utils/fmgr/funcapi.c:565 #, c-format msgid "argument declared %s does not contain a range type but type %s" msgstr "als %s deklariertes Argument enthält keinen Bereichstyp sondern Typ %s" -#: utils/fmgr/funcapi.c:614 +#: utils/fmgr/funcapi.c:648 #, c-format msgid "could not find multirange type for data type %s" msgstr "konnte Multirange-Typ für Datentyp %s nicht finden" -#: utils/fmgr/funcapi.c:1831 utils/fmgr/funcapi.c:1863 +#: utils/fmgr/funcapi.c:1865 utils/fmgr/funcapi.c:1897 #, c-format msgid "number of aliases does not match number of columns" msgstr "Anzahl der Aliasnamen stimmt nicht mit der Anzahl der Spalten überein" -#: utils/fmgr/funcapi.c:1857 +#: utils/fmgr/funcapi.c:1891 #, c-format msgid "no column alias was provided" msgstr "Spaltenalias fehlt" -#: utils/fmgr/funcapi.c:1881 +#: utils/fmgr/funcapi.c:1915 #, c-format msgid "could not determine row description for function returning record" msgstr "konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht ermitteln" @@ -25588,7 +25651,7 @@ msgid "Permissions should be u=rwx (0700) or u=rwx,g=rx (0750)." msgstr "Rechte sollten u=rwx (0700) oder u=rwx,g=rx (0750) sein." -#: utils/init/miscinit.c:650 utils/misc/guc.c:7483 +#: utils/init/miscinit.c:650 utils/misc/guc.c:7495 #, c-format msgid "cannot set parameter \"%s\" within security-restricted operation" msgstr "kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen" @@ -25689,7 +25752,7 @@ msgid "could not write lock file \"%s\": %m" msgstr "konnte Sperrdatei »%s« nicht schreiben: %m" -#: utils/init/miscinit.c:1362 utils/init/miscinit.c:1504 utils/misc/guc.c:10389 +#: utils/init/miscinit.c:1362 utils/init/miscinit.c:1504 utils/misc/guc.c:10401 #, c-format msgid "could not read from file \"%s\": %m" msgstr "konnte nicht aus Datei »%s« lesen: %m" @@ -25947,1902 +26010,1906 @@ msgid "character with byte sequence %s in encoding \"%s\" has no equivalent in encoding \"%s\"" msgstr "Zeichen mit Byte-Folge %s in Kodierung »%s« hat keine Entsprechung in Kodierung »%s«" -#: utils/misc/guc.c:719 +#: utils/misc/guc.c:720 msgid "Ungrouped" msgstr "Ungruppiert" -#: utils/misc/guc.c:721 +#: utils/misc/guc.c:722 msgid "File Locations" msgstr "Dateipfade" -#: utils/misc/guc.c:723 +#: utils/misc/guc.c:724 msgid "Connections and Authentication / Connection Settings" msgstr "Verbindungen und Authentifizierung / Verbindungseinstellungen" -#: utils/misc/guc.c:725 +#: utils/misc/guc.c:726 msgid "Connections and Authentication / Authentication" msgstr "Verbindungen und Authentifizierung / Authentifizierung" -#: utils/misc/guc.c:727 +#: utils/misc/guc.c:728 msgid "Connections and Authentication / SSL" msgstr "Verbindungen und Authentifizierung / SSL" -#: utils/misc/guc.c:729 +#: utils/misc/guc.c:730 msgid "Resource Usage / Memory" msgstr "Resourcenbenutzung / Speicher" -#: utils/misc/guc.c:731 +#: utils/misc/guc.c:732 msgid "Resource Usage / Disk" msgstr "Resourcenbenutzung / Festplatte" -#: utils/misc/guc.c:733 +#: utils/misc/guc.c:734 msgid "Resource Usage / Kernel Resources" msgstr "Resourcenbenutzung / Kernelresourcen" -#: utils/misc/guc.c:735 +#: utils/misc/guc.c:736 msgid "Resource Usage / Cost-Based Vacuum Delay" msgstr "Resourcenbenutzung / Kostenbasierte Vacuum-Verzögerung" -#: utils/misc/guc.c:737 +#: utils/misc/guc.c:738 msgid "Resource Usage / Background Writer" msgstr "Resourcenbenutzung / Background-Writer" -#: utils/misc/guc.c:739 +#: utils/misc/guc.c:740 msgid "Resource Usage / Asynchronous Behavior" msgstr "Resourcenbenutzung / Asynchrones Verhalten" -#: utils/misc/guc.c:741 +#: utils/misc/guc.c:742 msgid "Write-Ahead Log / Settings" msgstr "Write-Ahead-Log / Einstellungen" -#: utils/misc/guc.c:743 +#: utils/misc/guc.c:744 msgid "Write-Ahead Log / Checkpoints" msgstr "Write-Ahead-Log / Checkpoints" -#: utils/misc/guc.c:745 +#: utils/misc/guc.c:746 msgid "Write-Ahead Log / Archiving" msgstr "Write-Ahead-Log / Archivierung" -#: utils/misc/guc.c:747 +#: utils/misc/guc.c:748 msgid "Write-Ahead Log / Archive Recovery" msgstr "Write-Ahead-Log / Archivwiederherstellung" -#: utils/misc/guc.c:749 +#: utils/misc/guc.c:750 msgid "Write-Ahead Log / Recovery Target" msgstr "Write-Ahead-Log / Wiederherstellungsziele" -#: utils/misc/guc.c:751 +#: utils/misc/guc.c:752 msgid "Replication / Sending Servers" msgstr "Replikation / sendende Server" -#: utils/misc/guc.c:753 +#: utils/misc/guc.c:754 msgid "Replication / Primary Server" msgstr "Replikation / Primärserver" -#: utils/misc/guc.c:755 +#: utils/misc/guc.c:756 msgid "Replication / Standby Servers" msgstr "Replikation / Standby-Server" -#: utils/misc/guc.c:757 +#: utils/misc/guc.c:758 msgid "Replication / Subscribers" msgstr "Replikation / Subskriptionsserver" -#: utils/misc/guc.c:759 +#: utils/misc/guc.c:760 msgid "Query Tuning / Planner Method Configuration" msgstr "Anfragetuning / Planermethoden" -#: utils/misc/guc.c:761 +#: utils/misc/guc.c:762 msgid "Query Tuning / Planner Cost Constants" msgstr "Anfragetuning / Planerkosten" -#: utils/misc/guc.c:763 +#: utils/misc/guc.c:764 msgid "Query Tuning / Genetic Query Optimizer" msgstr "Anfragetuning / Genetischer Anfrageoptimierer" -#: utils/misc/guc.c:765 +#: utils/misc/guc.c:766 msgid "Query Tuning / Other Planner Options" msgstr "Anfragetuning / Andere Planeroptionen" -#: utils/misc/guc.c:767 +#: utils/misc/guc.c:768 msgid "Reporting and Logging / Where to Log" msgstr "Berichte und Logging / Wohin geloggt wird" -#: utils/misc/guc.c:769 +#: utils/misc/guc.c:770 msgid "Reporting and Logging / When to Log" msgstr "Berichte und Logging / Wann geloggt wird" -#: utils/misc/guc.c:771 +#: utils/misc/guc.c:772 msgid "Reporting and Logging / What to Log" msgstr "Berichte und Logging / Was geloggt wird" -#: utils/misc/guc.c:773 +#: utils/misc/guc.c:774 msgid "Reporting and Logging / Process Title" msgstr "Berichte und Logging / Prozesstitel" -#: utils/misc/guc.c:775 +#: utils/misc/guc.c:776 msgid "Statistics / Monitoring" msgstr "Statistiken / Überwachung" -#: utils/misc/guc.c:777 +#: utils/misc/guc.c:778 msgid "Statistics / Query and Index Statistics Collector" msgstr "Statistiken / Statistiksammler für Anfragen und Indexe" -#: utils/misc/guc.c:779 +#: utils/misc/guc.c:780 msgid "Autovacuum" msgstr "Autovacuum" -#: utils/misc/guc.c:781 +#: utils/misc/guc.c:782 msgid "Client Connection Defaults / Statement Behavior" msgstr "Standardeinstellungen für Clientverbindungen / Anweisungsverhalten" -#: utils/misc/guc.c:783 +#: utils/misc/guc.c:784 msgid "Client Connection Defaults / Locale and Formatting" msgstr "Standardeinstellungen für Clientverbindungen / Locale und Formatierung" -#: utils/misc/guc.c:785 +#: utils/misc/guc.c:786 msgid "Client Connection Defaults / Shared Library Preloading" msgstr "Standardeinstellungen für Clientverbindungen / Shared Library Preloading" -#: utils/misc/guc.c:787 +#: utils/misc/guc.c:788 msgid "Client Connection Defaults / Other Defaults" msgstr "Standardeinstellungen für Clientverbindungen / Andere" -#: utils/misc/guc.c:789 +#: utils/misc/guc.c:790 msgid "Lock Management" msgstr "Sperrenverwaltung" -#: utils/misc/guc.c:791 +#: utils/misc/guc.c:792 msgid "Version and Platform Compatibility / Previous PostgreSQL Versions" msgstr "Versions- und Plattformkompatibilität / Frühere PostgreSQL-Versionen" -#: utils/misc/guc.c:793 +#: utils/misc/guc.c:794 msgid "Version and Platform Compatibility / Other Platforms and Clients" msgstr "Versions- und Plattformkompatibilität / Andere Plattformen und Clients" -#: utils/misc/guc.c:795 +#: utils/misc/guc.c:796 msgid "Error Handling" msgstr "Fehlerbehandlung" -#: utils/misc/guc.c:797 +#: utils/misc/guc.c:798 msgid "Preset Options" msgstr "Voreingestellte Optionen" -#: utils/misc/guc.c:799 +#: utils/misc/guc.c:800 msgid "Customized Options" msgstr "Angepasste Optionen" -#: utils/misc/guc.c:801 +#: utils/misc/guc.c:802 msgid "Developer Options" msgstr "Entwickleroptionen" -#: utils/misc/guc.c:859 +#: utils/misc/guc.c:860 msgid "Valid units for this parameter are \"B\", \"kB\", \"MB\", \"GB\", and \"TB\"." msgstr "Gültige Einheiten für diesen Parameter sind »B«, »kB«, »MB«, »GB« und »TB«." -#: utils/misc/guc.c:896 +#: utils/misc/guc.c:897 msgid "Valid units for this parameter are \"us\", \"ms\", \"s\", \"min\", \"h\", and \"d\"." msgstr "Gültige Einheiten für diesen Parameter sind »us«, »ms«, »s«, »min«, »h« und »d«." -#: utils/misc/guc.c:958 +#: utils/misc/guc.c:959 msgid "Enables the planner's use of sequential-scan plans." msgstr "Ermöglicht sequenzielle Scans in Planer." -#: utils/misc/guc.c:968 +#: utils/misc/guc.c:969 msgid "Enables the planner's use of index-scan plans." msgstr "Ermöglicht Index-Scans im Planer." -#: utils/misc/guc.c:978 +#: utils/misc/guc.c:979 msgid "Enables the planner's use of index-only-scan plans." msgstr "Ermöglicht Index-Only-Scans im Planer." -#: utils/misc/guc.c:988 +#: utils/misc/guc.c:989 msgid "Enables the planner's use of bitmap-scan plans." msgstr "Ermöglicht Bitmap-Scans im Planer." -#: utils/misc/guc.c:998 +#: utils/misc/guc.c:999 msgid "Enables the planner's use of TID scan plans." msgstr "Ermöglicht TID-Scans im Planer." -#: utils/misc/guc.c:1008 +#: utils/misc/guc.c:1009 msgid "Enables the planner's use of explicit sort steps." msgstr "Ermöglicht Sortierschritte im Planer." -#: utils/misc/guc.c:1018 +#: utils/misc/guc.c:1019 msgid "Enables the planner's use of incremental sort steps." msgstr "Ermöglicht inkrementelle Sortierschritte im Planer." -#: utils/misc/guc.c:1027 +#: utils/misc/guc.c:1028 msgid "Enables the planner's use of hashed aggregation plans." msgstr "Ermöglicht Hash-Aggregierung im Planer." -#: utils/misc/guc.c:1037 +#: utils/misc/guc.c:1038 msgid "Enables the planner's use of materialization." msgstr "Ermöglicht Materialisierung im Planer." -#: utils/misc/guc.c:1047 +#: utils/misc/guc.c:1048 msgid "Enables the planner's use of memoization." msgstr "Ermöglicht Memoization im Planer." -#: utils/misc/guc.c:1057 +#: utils/misc/guc.c:1058 msgid "Enables the planner's use of nested-loop join plans." msgstr "Ermöglicht Nested-Loop-Verbunde im Planer." -#: utils/misc/guc.c:1067 +#: utils/misc/guc.c:1068 msgid "Enables the planner's use of merge join plans." msgstr "Ermöglicht Merge-Verbunde im Planer." -#: utils/misc/guc.c:1077 +#: utils/misc/guc.c:1078 msgid "Enables the planner's use of hash join plans." msgstr "Ermöglicht Hash-Verbunde im Planer." -#: utils/misc/guc.c:1087 +#: utils/misc/guc.c:1088 msgid "Enables the planner's use of gather merge plans." msgstr "Ermöglicht Gather-Merge-Pläne im Planer." -#: utils/misc/guc.c:1097 +#: utils/misc/guc.c:1098 msgid "Enables partitionwise join." msgstr "Ermöglicht partitionsweise Verbunde." -#: utils/misc/guc.c:1107 +#: utils/misc/guc.c:1108 msgid "Enables partitionwise aggregation and grouping." msgstr "Ermöglicht partitionsweise Aggregierung und Gruppierung." -#: utils/misc/guc.c:1117 +#: utils/misc/guc.c:1118 msgid "Enables the planner's use of parallel append plans." msgstr "Ermöglicht parallele Append-Pläne im Planer." -#: utils/misc/guc.c:1127 +#: utils/misc/guc.c:1128 msgid "Enables the planner's use of parallel hash plans." msgstr "Ermöglicht parallele Hash-Pläne im Planer." -#: utils/misc/guc.c:1137 +#: utils/misc/guc.c:1138 msgid "Enables plan-time and execution-time partition pruning." msgstr "Ermöglicht Partition-Pruning zur Planzeit und zur Ausführungszeit." -#: utils/misc/guc.c:1138 +#: utils/misc/guc.c:1139 msgid "Allows the query planner and executor to compare partition bounds to conditions in the query to determine which partitions must be scanned." msgstr "Erlaubt es dem Planer und dem Executor, Partitionsbegrenzungen mit Bedingungen in der Anfrage zu vergleichen, um festzustellen, welche Partitionen gelesen werden müssen." -#: utils/misc/guc.c:1149 +#: utils/misc/guc.c:1150 msgid "Enables the planner's use of async append plans." msgstr "Ermöglicht asynchrone Append-Pläne im Planer." -#: utils/misc/guc.c:1159 +#: utils/misc/guc.c:1160 msgid "Enables genetic query optimization." msgstr "Ermöglicht genetische Anfrageoptimierung." -#: utils/misc/guc.c:1160 +#: utils/misc/guc.c:1161 msgid "This algorithm attempts to do planning without exhaustive searching." msgstr "Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen." -#: utils/misc/guc.c:1171 +#: utils/misc/guc.c:1172 msgid "Shows whether the current user is a superuser." msgstr "Zeigt, ob der aktuelle Benutzer ein Superuser ist." -#: utils/misc/guc.c:1181 +#: utils/misc/guc.c:1182 msgid "Enables advertising the server via Bonjour." msgstr "Ermöglicht die Bekanntgabe des Servers mit Bonjour." -#: utils/misc/guc.c:1190 +#: utils/misc/guc.c:1191 msgid "Collects transaction commit time." msgstr "Sammelt Commit-Timestamps von Transaktionen." -#: utils/misc/guc.c:1199 +#: utils/misc/guc.c:1200 msgid "Enables SSL connections." msgstr "Ermöglicht SSL-Verbindungen." -#: utils/misc/guc.c:1208 +#: utils/misc/guc.c:1209 msgid "Also use ssl_passphrase_command during server reload." msgstr "ssl_passphrase_command auch beim Neuladen des Servers verwenden." -#: utils/misc/guc.c:1217 +#: utils/misc/guc.c:1218 msgid "Give priority to server ciphersuite order." msgstr "Der Ciphersuite-Reihenfolge des Servers Vorrang geben." -#: utils/misc/guc.c:1226 +#: utils/misc/guc.c:1227 msgid "Forces synchronization of updates to disk." msgstr "Erzwingt die Synchronisierung von Aktualisierungen auf Festplatte." -#: utils/misc/guc.c:1227 +#: utils/misc/guc.c:1228 msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash." msgstr "Der Server verwendet den Systemaufruf fsync() an mehreren Stellen, um sicherzustellen, dass Datenänderungen physikalisch auf die Festplatte geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand wiederhergestellt werden kann." -#: utils/misc/guc.c:1238 +#: utils/misc/guc.c:1239 msgid "Continues processing after a checksum failure." msgstr "Setzt die Verarbeitung trotz Prüfsummenfehler fort." -#: utils/misc/guc.c:1239 +#: utils/misc/guc.c:1240 msgid "Detection of a checksum failure normally causes PostgreSQL to report an error, aborting the current transaction. Setting ignore_checksum_failure to true causes the system to ignore the failure (but still report a warning), and continue processing. This behavior could cause crashes or other serious problems. Only has an effect if checksums are enabled." msgstr "Wenn eine fehlerhafte Prüfsumme entdeckt wird, gibt PostgreSQL normalerweise ein Fehler aus und bricht die aktuelle Transaktion ab. Wenn »ignore_checksum_failure« an ist, dann wird der Fehler ignoriert (aber trotzdem eine Warnung ausgegeben) und die Verarbeitung geht weiter. Dieses Verhalten kann Abstürze und andere ernsthafte Probleme verursachen. Es hat keine Auswirkungen, wenn Prüfsummen nicht eingeschaltet sind." -#: utils/misc/guc.c:1253 +#: utils/misc/guc.c:1254 msgid "Continues processing past damaged page headers." msgstr "Setzt die Verarbeitung trotz kaputter Seitenköpfe fort." -#: utils/misc/guc.c:1254 +#: utils/misc/guc.c:1255 msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page." msgstr "Wenn ein kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise einen Fehler aus und bricht die aktuelle Transaktion ab. Wenn »zero_damaged_pages« an ist, dann wird eine Warnung ausgegeben, die kaputte Seite mit Nullen gefüllt und die Verarbeitung geht weiter. Dieses Verhalten zerstört Daten, nämlich alle Zeilen in der kaputten Seite." -#: utils/misc/guc.c:1267 +#: utils/misc/guc.c:1268 msgid "Continues recovery after an invalid pages failure." msgstr "Setzt die Wiederherstellung trotz Fehler durch ungültige Seiten fort." -#: utils/misc/guc.c:1268 +#: utils/misc/guc.c:1269 msgid "Detection of WAL records having references to invalid pages during recovery causes PostgreSQL to raise a PANIC-level error, aborting the recovery. Setting ignore_invalid_pages to true causes the system to ignore invalid page references in WAL records (but still report a warning), and continue recovery. This behavior may cause crashes, data loss, propagate or hide corruption, or other serious problems. Only has an effect during recovery or in standby mode." msgstr "Wenn WAL-Einträge mit Verweisen auf ungültige Seiten bei der Wiederherstellung erkannt werden, verursacht das einen PANIC-Fehler, wodurch die Wiederherstellung abgebrochen wird. Wenn »ignore_invalid_pages« an ist, dann werden ungültige Seitenverweise in WAL-Einträgen ignoriert (aber trotzen eine Warnung ausgegeben) und die Wiederherstellung wird fortgesetzt. Dieses Verhalten kann Abstürze und Datenverlust verursachen, Datenverfälschung verbreiten oder verstecken sowie andere ernsthafte Probleme verursachen. Es hat nur Auswirkungen im Wiederherstellungs- oder Standby-Modus." -#: utils/misc/guc.c:1286 +#: utils/misc/guc.c:1287 msgid "Writes full pages to WAL when first modified after a checkpoint." msgstr "Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert werden." -#: utils/misc/guc.c:1287 +#: utils/misc/guc.c:1288 msgid "A page write in process during an operating system crash might be only partially written to disk. During recovery, the row changes stored in WAL are not enough to recover. This option writes pages when first modified after a checkpoint to WAL so full recovery is possible." msgstr "Ein Seitenschreibvorgang während eines Betriebssystemabsturzes könnte eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung sind die im WAL gespeicherten Zeilenänderungen nicht ausreichend. Diese Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden sind, damit eine volle Wiederherstellung möglich ist." -#: utils/misc/guc.c:1300 +#: utils/misc/guc.c:1301 msgid "Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification." msgstr "Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert werden, auch für eine nicht kritische Änderung." -#: utils/misc/guc.c:1310 +#: utils/misc/guc.c:1311 msgid "Compresses full-page writes written in WAL file." msgstr "Komprimiert in WAL-Dateien geschriebene volle Seiten." -#: utils/misc/guc.c:1320 +#: utils/misc/guc.c:1321 msgid "Writes zeroes to new WAL files before first use." msgstr "Schreibt Nullen in neue WAL-Dateien vor der ersten Verwendung." -#: utils/misc/guc.c:1330 +#: utils/misc/guc.c:1331 msgid "Recycles WAL files by renaming them." msgstr "WAL-Dateien werden durch Umbenennen wiederverwendet." -#: utils/misc/guc.c:1340 +#: utils/misc/guc.c:1341 msgid "Logs each checkpoint." msgstr "Schreibt jeden Checkpoint in den Log." -#: utils/misc/guc.c:1349 +#: utils/misc/guc.c:1350 msgid "Logs each successful connection." msgstr "Schreibt jede erfolgreiche Verbindung in den Log." -#: utils/misc/guc.c:1358 +#: utils/misc/guc.c:1359 msgid "Logs end of a session, including duration." msgstr "Schreibt jedes Verbindungsende mit Sitzungszeit in den Log." -#: utils/misc/guc.c:1367 +#: utils/misc/guc.c:1368 msgid "Logs each replication command." msgstr "Schreibt jeden Replikationsbefehl in den Log." -#: utils/misc/guc.c:1376 +#: utils/misc/guc.c:1377 msgid "Shows whether the running server has assertion checks enabled." msgstr "Zeigt, ob der laufende Server Assertion-Prüfungen aktiviert hat." -#: utils/misc/guc.c:1391 +#: utils/misc/guc.c:1392 msgid "Terminate session on any error." msgstr "Sitzung bei jedem Fehler abbrechen." -#: utils/misc/guc.c:1400 +#: utils/misc/guc.c:1401 msgid "Reinitialize server after backend crash." msgstr "Server nach Absturz eines Serverprozesses reinitialisieren." -#: utils/misc/guc.c:1409 +#: utils/misc/guc.c:1410 msgid "Remove temporary files after backend crash." msgstr "Temporäre Dateien nach Absturz eines Serverprozesses löschen." -#: utils/misc/guc.c:1420 +#: utils/misc/guc.c:1421 msgid "Logs the duration of each completed SQL statement." msgstr "Loggt die Dauer jeder abgeschlossenen SQL-Anweisung." -#: utils/misc/guc.c:1429 +#: utils/misc/guc.c:1430 msgid "Logs each query's parse tree." msgstr "Scheibt den Parsebaum jeder Anfrage in den Log." -#: utils/misc/guc.c:1438 +#: utils/misc/guc.c:1439 msgid "Logs each query's rewritten parse tree." msgstr "Schreibt den umgeschriebenen Parsebaum jeder Anfrage in den Log." -#: utils/misc/guc.c:1447 +#: utils/misc/guc.c:1448 msgid "Logs each query's execution plan." msgstr "Schreibt den Ausführungsplan jeder Anfrage in den Log." -#: utils/misc/guc.c:1456 +#: utils/misc/guc.c:1457 msgid "Indents parse and plan tree displays." msgstr "Rückt die Anzeige von Parse- und Planbäumen ein." -#: utils/misc/guc.c:1465 +#: utils/misc/guc.c:1466 msgid "Writes parser performance statistics to the server log." msgstr "Schreibt Parser-Leistungsstatistiken in den Serverlog." -#: utils/misc/guc.c:1474 +#: utils/misc/guc.c:1475 msgid "Writes planner performance statistics to the server log." msgstr "Schreibt Planer-Leistungsstatistiken in den Serverlog." -#: utils/misc/guc.c:1483 +#: utils/misc/guc.c:1484 msgid "Writes executor performance statistics to the server log." msgstr "Schreibt Executor-Leistungsstatistiken in den Serverlog." -#: utils/misc/guc.c:1492 +#: utils/misc/guc.c:1493 msgid "Writes cumulative performance statistics to the server log." msgstr "Schreibt Gesamtleistungsstatistiken in den Serverlog." -#: utils/misc/guc.c:1502 +#: utils/misc/guc.c:1503 msgid "Logs system resource usage statistics (memory and CPU) on various B-tree operations." msgstr "Loggt Statistiken über Systemressourcen (Speicher und CPU) während diverser B-Baum-Operationen." -#: utils/misc/guc.c:1514 +#: utils/misc/guc.c:1515 msgid "Collects information about executing commands." msgstr "Sammelt Informationen über ausgeführte Befehle." -#: utils/misc/guc.c:1515 +#: utils/misc/guc.c:1516 msgid "Enables the collection of information on the currently executing command of each session, along with the time at which that command began execution." msgstr "Schaltet die Sammlung von Informationen über den aktuell ausgeführten Befehl jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung begann." -#: utils/misc/guc.c:1525 +#: utils/misc/guc.c:1526 msgid "Collects statistics on database activity." msgstr "Sammelt Statistiken über Datenbankaktivität." -#: utils/misc/guc.c:1534 +#: utils/misc/guc.c:1535 msgid "Collects timing statistics for database I/O activity." msgstr "Sammelt Zeitmessungsstatistiken über Datenbank-I/O-Aktivität." -#: utils/misc/guc.c:1543 +#: utils/misc/guc.c:1544 msgid "Collects timing statistics for WAL I/O activity." msgstr "Sammelt Zeitmessungsstatistiken über WAL-I/O-Aktivität." -#: utils/misc/guc.c:1553 +#: utils/misc/guc.c:1554 msgid "Updates the process title to show the active SQL command." msgstr "Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen." -#: utils/misc/guc.c:1554 +#: utils/misc/guc.c:1555 msgid "Enables updating of the process title every time a new SQL command is received by the server." msgstr "Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server empfangenen neuen SQL-Befehl." -#: utils/misc/guc.c:1567 +#: utils/misc/guc.c:1568 msgid "Starts the autovacuum subprocess." msgstr "Startet den Autovacuum-Prozess." -#: utils/misc/guc.c:1577 +#: utils/misc/guc.c:1578 msgid "Generates debugging output for LISTEN and NOTIFY." msgstr "Erzeugt Debug-Ausgabe für LISTEN und NOTIFY." -#: utils/misc/guc.c:1589 +#: utils/misc/guc.c:1590 msgid "Emits information about lock usage." msgstr "Gibt Informationen über Sperrenverwendung aus." -#: utils/misc/guc.c:1599 +#: utils/misc/guc.c:1600 msgid "Emits information about user lock usage." msgstr "Gibt Informationen über Benutzersperrenverwendung aus." -#: utils/misc/guc.c:1609 +#: utils/misc/guc.c:1610 msgid "Emits information about lightweight lock usage." msgstr "Gibt Informationen über die Verwendung von Lightweight Locks aus." -#: utils/misc/guc.c:1619 +#: utils/misc/guc.c:1620 msgid "Dumps information about all current locks when a deadlock timeout occurs." msgstr "Gibt Informationen über alle aktuellen Sperren aus, wenn eine Verklemmung auftritt." -#: utils/misc/guc.c:1631 +#: utils/misc/guc.c:1632 msgid "Logs long lock waits." msgstr "Schreibt Meldungen über langes Warten auf Sperren in den Log." -#: utils/misc/guc.c:1640 +#: utils/misc/guc.c:1641 msgid "Logs standby recovery conflict waits." msgstr "Schreibt Meldungen über Warten wegen Konflikten bei Wiederherstellung in den Log." -#: utils/misc/guc.c:1649 +#: utils/misc/guc.c:1650 msgid "Logs the host name in the connection logs." msgstr "Schreibt den Hostnamen jeder Verbindung in den Log." -#: utils/misc/guc.c:1650 +#: utils/misc/guc.c:1651 msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty." msgstr "In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann können Sie diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann das die Leistung nicht unerheblich beeinträchtigen." -#: utils/misc/guc.c:1661 +#: utils/misc/guc.c:1662 msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." msgstr "Behandelt »ausdruck=NULL« als »ausdruck IS NULL«." -#: utils/misc/guc.c:1662 +#: utils/misc/guc.c:1663 msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)." msgstr "Wenn an, dann werden Ausdrücke der Form ausdruck = NULL (oder NULL = ausdruck) wie ausdruck IS NULL behandelt, das heißt, sie ergeben wahr, wenn das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für unbekannt) zurückzugeben." -#: utils/misc/guc.c:1674 +#: utils/misc/guc.c:1675 msgid "Enables per-database user names." msgstr "Ermöglicht Datenbank-lokale Benutzernamen." -#: utils/misc/guc.c:1683 +#: utils/misc/guc.c:1684 msgid "Sets the default read-only status of new transactions." msgstr "Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion." -#: utils/misc/guc.c:1693 +#: utils/misc/guc.c:1694 msgid "Sets the current transaction's read-only status." msgstr "Setzt die Read-Only-Einstellung der aktuellen Transaktion." -#: utils/misc/guc.c:1703 +#: utils/misc/guc.c:1704 msgid "Sets the default deferrable status of new transactions." msgstr "Setzt den Standardwert für die Deferrable-Einstellung einer neuen Transaktion." -#: utils/misc/guc.c:1712 +#: utils/misc/guc.c:1713 msgid "Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures." msgstr "Ob eine serialisierbare Read-Only-Transaktion aufgeschoben werden soll, bis sie ohne mögliche Serialisierungsfehler ausgeführt werden kann." -#: utils/misc/guc.c:1722 +#: utils/misc/guc.c:1723 msgid "Enable row security." msgstr "Schaltet Sicherheit auf Zeilenebene ein." -#: utils/misc/guc.c:1723 +#: utils/misc/guc.c:1724 msgid "When enabled, row security will be applied to all users." msgstr "Wenn eingeschaltet, wird Sicherheit auf Zeilenebene auf alle Benutzer angewendet." -#: utils/misc/guc.c:1731 +#: utils/misc/guc.c:1732 msgid "Check routine bodies during CREATE FUNCTION and CREATE PROCEDURE." msgstr "Prüft Funktionskörper bei der Ausführung von CREATE FUNCTION und CREATE PROCEDURE." -#: utils/misc/guc.c:1740 +#: utils/misc/guc.c:1741 msgid "Enable input of NULL elements in arrays." msgstr "Ermöglicht die Eingabe von NULL-Elementen in Arrays." -#: utils/misc/guc.c:1741 +#: utils/misc/guc.c:1742 msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally." msgstr "Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette." -#: utils/misc/guc.c:1757 +#: utils/misc/guc.c:1758 msgid "WITH OIDS is no longer supported; this can only be false." msgstr "WITH OIDS wird nicht mehr unterstützt; kann nur auf falsch gesetzt werden." -#: utils/misc/guc.c:1767 +#: utils/misc/guc.c:1768 msgid "Start a subprocess to capture stderr output and/or csvlogs into log files." msgstr "Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in Logdateien auszugeben." -#: utils/misc/guc.c:1776 +#: utils/misc/guc.c:1777 msgid "Truncate existing log files of same name during log rotation." msgstr "Kürzt existierende Logdateien mit dem selben Namen beim Rotieren." -#: utils/misc/guc.c:1787 +#: utils/misc/guc.c:1788 msgid "Emit information about resource usage in sorting." msgstr "Gibt Informationen über die Ressourcenverwendung beim Sortieren aus." -#: utils/misc/guc.c:1801 +#: utils/misc/guc.c:1802 msgid "Generate debugging output for synchronized scanning." msgstr "Erzeugt Debug-Ausgabe für synchronisiertes Scannen." -#: utils/misc/guc.c:1816 +#: utils/misc/guc.c:1817 msgid "Enable bounded sorting using heap sort." msgstr "Ermöglicht Bounded Sorting mittels Heap-Sort." -#: utils/misc/guc.c:1829 +#: utils/misc/guc.c:1830 msgid "Emit WAL-related debugging output." msgstr "Gibt diverse Debug-Meldungen über WAL aus." -#: utils/misc/guc.c:1841 +#: utils/misc/guc.c:1842 msgid "Shows whether datetimes are integer based." msgstr "Zeigt ob Datum/Zeit intern ganze Zahlen verwendet." -#: utils/misc/guc.c:1852 +#: utils/misc/guc.c:1853 msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive." msgstr "Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen ignoriert werden soll." -#: utils/misc/guc.c:1862 +#: utils/misc/guc.c:1863 msgid "Warn about backslash escapes in ordinary string literals." msgstr "Warnt bei Backslash-Escapes in normalen Zeichenkettenkonstanten." -#: utils/misc/guc.c:1872 +#: utils/misc/guc.c:1873 msgid "Causes '...' strings to treat backslashes literally." msgstr "Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen behandeln." -#: utils/misc/guc.c:1883 +#: utils/misc/guc.c:1884 msgid "Enable synchronized sequential scans." msgstr "Ermöglicht synchronisierte sequenzielle Scans." -#: utils/misc/guc.c:1893 +#: utils/misc/guc.c:1894 msgid "Sets whether to include or exclude transaction with recovery target." msgstr "Setzt ob die Transaktion mit dem Wiederherstellungsziel einbezogen oder ausgeschlossen wird." -#: utils/misc/guc.c:1903 +#: utils/misc/guc.c:1904 msgid "Allows connections and queries during recovery." msgstr "Erlaubt Verbindungen und Anfragen während der Wiederherstellung." -#: utils/misc/guc.c:1913 +#: utils/misc/guc.c:1914 msgid "Allows feedback from a hot standby to the primary that will avoid query conflicts." msgstr "Erlaubt Rückmeldungen von einem Hot Standby an den Primärserver, um Anfragekonflikte zu vermeiden." -#: utils/misc/guc.c:1923 +#: utils/misc/guc.c:1924 msgid "Shows whether hot standby is currently active." msgstr "Zeigt, ob Hot Standby aktuell aktiv ist." -#: utils/misc/guc.c:1934 +#: utils/misc/guc.c:1935 msgid "Allows modifications of the structure of system tables." msgstr "Erlaubt Änderungen an der Struktur von Systemtabellen." -#: utils/misc/guc.c:1945 +#: utils/misc/guc.c:1946 msgid "Disables reading from system indexes." msgstr "Schaltet das Lesen aus Systemindexen ab." -#: utils/misc/guc.c:1946 +#: utils/misc/guc.c:1947 msgid "It does not prevent updating the indexes, so it is safe to use. The worst consequence is slowness." msgstr "Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung unbedenklich. Schlimmstenfalls wird alles langsamer." -#: utils/misc/guc.c:1957 +#: utils/misc/guc.c:1958 +msgid "Allows tablespaces directly inside pg_tblspc, for testing." +msgstr "Erlaubt Tablespaces direkt in pg_tblspc, zum Testen." + +#: utils/misc/guc.c:1969 msgid "Enables backward compatibility mode for privilege checks on large objects." msgstr "Schaltet den rückwärtskompatiblen Modus für Privilegienprüfungen bei Large Objects ein." -#: utils/misc/guc.c:1958 +#: utils/misc/guc.c:1970 msgid "Skips privilege checks when reading or modifying large objects, for compatibility with PostgreSQL releases prior to 9.0." msgstr "Überspringt Privilegienprüfungen beim Lesen oder Ändern von Large Objects, zur Kompatibilität mit PostgreSQL-Versionen vor 9.0." -#: utils/misc/guc.c:1968 +#: utils/misc/guc.c:1980 msgid "When generating SQL fragments, quote all identifiers." msgstr "Wenn SQL-Fragmente erzeugt werden, alle Bezeichner quoten." -#: utils/misc/guc.c:1978 +#: utils/misc/guc.c:1990 msgid "Shows whether data checksums are turned on for this cluster." msgstr "Zeigt, ob Datenprüfsummen in diesem Cluster angeschaltet sind." -#: utils/misc/guc.c:1989 +#: utils/misc/guc.c:2001 msgid "Add sequence number to syslog messages to avoid duplicate suppression." msgstr "Syslog-Nachrichten mit Sequenznummern versehen, um Unterdrückung doppelter Nachrichten zu unterbinden." -#: utils/misc/guc.c:1999 +#: utils/misc/guc.c:2011 msgid "Split messages sent to syslog by lines and to fit into 1024 bytes." msgstr "An Syslog gesendete Nachrichten nach Zeilen und in maximal 1024 Bytes aufteilen." -#: utils/misc/guc.c:2009 +#: utils/misc/guc.c:2021 msgid "Controls whether Gather and Gather Merge also run subplans." msgstr "Kontrolliert, ob Gather und Gather Merge auch Subpläne ausführen." -#: utils/misc/guc.c:2010 +#: utils/misc/guc.c:2022 msgid "Should gather nodes also run subplans or just gather tuples?" msgstr "Sollen Gather-Knoten auch Subpläne ausführen oder nur Tupel sammeln?" -#: utils/misc/guc.c:2020 +#: utils/misc/guc.c:2032 msgid "Allow JIT compilation." msgstr "Erlaubt JIT-Kompilierung." -#: utils/misc/guc.c:2031 +#: utils/misc/guc.c:2043 msgid "Register JIT-compiled functions with debugger." msgstr "JIT-kompilierte Funktionen im Debugger registrieren." -#: utils/misc/guc.c:2048 +#: utils/misc/guc.c:2060 msgid "Write out LLVM bitcode to facilitate JIT debugging." msgstr "LLVM-Bitcode in Dateien schreiben, um Debuggen von JIT zu erleichtern." -#: utils/misc/guc.c:2059 +#: utils/misc/guc.c:2071 msgid "Allow JIT compilation of expressions." msgstr "Erlaubt JIT-Kompilierung von Ausdrücken." -#: utils/misc/guc.c:2070 +#: utils/misc/guc.c:2082 msgid "Register JIT-compiled functions with perf profiler." msgstr "JIT-kompilierte Funktionen im Profiler perf registrieren." -#: utils/misc/guc.c:2087 +#: utils/misc/guc.c:2099 msgid "Allow JIT compilation of tuple deforming." msgstr "Erlaubt JIT-Kompilierung von Tuple-Deforming." -#: utils/misc/guc.c:2098 +#: utils/misc/guc.c:2110 msgid "Whether to continue running after a failure to sync data files." msgstr "Ob nach fehlgeschlagenem Synchronisieren von Datendateien fortgesetzt werden soll." -#: utils/misc/guc.c:2107 +#: utils/misc/guc.c:2119 msgid "Sets whether a WAL receiver should create a temporary replication slot if no permanent slot is configured." msgstr "Bestimmt, ob der WAL-Receiver einen temporären Replikations-Slot erzeugen soll, wenn kein permanenter Slot konfiguriert ist." -#: utils/misc/guc.c:2125 +#: utils/misc/guc.c:2137 msgid "Forces a switch to the next WAL file if a new file has not been started within N seconds." msgstr "Erzwingt das Umschalten zur nächsten WAL-Datei, wenn seit N Sekunden keine neue Datei begonnen worden ist." -#: utils/misc/guc.c:2136 +#: utils/misc/guc.c:2148 msgid "Waits N seconds on connection startup after authentication." msgstr "Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung." -#: utils/misc/guc.c:2137 utils/misc/guc.c:2735 +#: utils/misc/guc.c:2149 utils/misc/guc.c:2747 msgid "This allows attaching a debugger to the process." msgstr "Das ermöglicht es, einen Debugger in den Prozess einzuhängen." -#: utils/misc/guc.c:2146 +#: utils/misc/guc.c:2158 msgid "Sets the default statistics target." msgstr "Setzt das voreingestellte Statistikziel." -#: utils/misc/guc.c:2147 +#: utils/misc/guc.c:2159 msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS." msgstr "Diese Einstellung gilt für Tabellenspalten, für die kein spaltenspezifisches Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist." -#: utils/misc/guc.c:2156 +#: utils/misc/guc.c:2168 msgid "Sets the FROM-list size beyond which subqueries are not collapsed." msgstr "Setzt die Größe der FROM-Liste, ab der Unteranfragen nicht kollabiert werden." -#: utils/misc/guc.c:2158 +#: utils/misc/guc.c:2170 msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items." msgstr "Der Planer bindet Unteranfragen in die übergeordneten Anfragen ein, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde." -#: utils/misc/guc.c:2169 +#: utils/misc/guc.c:2181 msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." msgstr "Setzt die Größe der FROM-Liste, ab der JOIN-Konstrukte nicht aufgelöst werden." -#: utils/misc/guc.c:2171 +#: utils/misc/guc.c:2183 msgid "The planner will flatten explicit JOIN constructs into lists of FROM items whenever a list of no more than this many items would result." msgstr "Der Planer löst ausdrückliche JOIN-Konstrukte in FROM-Listen auf, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde." -#: utils/misc/guc.c:2182 +#: utils/misc/guc.c:2194 msgid "Sets the threshold of FROM items beyond which GEQO is used." msgstr "Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird." -#: utils/misc/guc.c:2192 +#: utils/misc/guc.c:2204 msgid "GEQO: effort is used to set the default for other GEQO parameters." msgstr "GEQO: wird für die Berechnung der Vorgabewerte anderer GEQO-Parameter verwendet." -#: utils/misc/guc.c:2202 +#: utils/misc/guc.c:2214 msgid "GEQO: number of individuals in the population." msgstr "GEQO: Anzahl der Individien in der Bevölkerung." -#: utils/misc/guc.c:2203 utils/misc/guc.c:2213 +#: utils/misc/guc.c:2215 utils/misc/guc.c:2225 msgid "Zero selects a suitable default value." msgstr "Null wählt einen passenden Vorgabewert." -#: utils/misc/guc.c:2212 +#: utils/misc/guc.c:2224 msgid "GEQO: number of iterations of the algorithm." msgstr "GEQO: Anzahl der Iterationen im Algorithmus." -#: utils/misc/guc.c:2224 +#: utils/misc/guc.c:2236 msgid "Sets the time to wait on a lock before checking for deadlock." msgstr "Setzt die Zeit, die gewartet wird, bis auf Verklemmung geprüft wird." -#: utils/misc/guc.c:2235 +#: utils/misc/guc.c:2247 msgid "Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data." msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server archivierte WAL-Daten verarbeitet." -#: utils/misc/guc.c:2246 +#: utils/misc/guc.c:2258 msgid "Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data." msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server gestreamte WAL-Daten verarbeitet." -#: utils/misc/guc.c:2257 +#: utils/misc/guc.c:2269 msgid "Sets the minimum delay for applying changes during recovery." msgstr "Setzt die minimale Verzögerung für das Einspielen von Änderungen während der Wiederherstellung." -#: utils/misc/guc.c:2268 +#: utils/misc/guc.c:2280 msgid "Sets the maximum interval between WAL receiver status reports to the sending server." msgstr "Setzt das maximale Intervall zwischen Statusberichten des WAL-Receivers an den sendenden Server." -#: utils/misc/guc.c:2279 +#: utils/misc/guc.c:2291 msgid "Sets the maximum wait time to receive data from the sending server." msgstr "Setzt die maximale Zeit, um auf den Empfang von Daten vom sendenden Server zu warten." -#: utils/misc/guc.c:2290 +#: utils/misc/guc.c:2302 msgid "Sets the maximum number of concurrent connections." msgstr "Setzt die maximale Anzahl gleichzeitiger Verbindungen." -#: utils/misc/guc.c:2301 +#: utils/misc/guc.c:2313 msgid "Sets the number of connection slots reserved for superusers." msgstr "Setzt die Anzahl der für Superuser reservierten Verbindungen." -#: utils/misc/guc.c:2311 +#: utils/misc/guc.c:2323 msgid "Amount of dynamic shared memory reserved at startup." msgstr "Menge des beim Start reservierten dynamischen Shared Memory." -#: utils/misc/guc.c:2326 +#: utils/misc/guc.c:2338 msgid "Sets the number of shared memory buffers used by the server." msgstr "Setzt die Anzahl der vom Server verwendeten Shared-Memory-Puffer." -#: utils/misc/guc.c:2337 +#: utils/misc/guc.c:2349 msgid "Sets the maximum number of temporary buffers used by each session." msgstr "Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären Puffer." -#: utils/misc/guc.c:2348 +#: utils/misc/guc.c:2360 msgid "Sets the TCP port the server listens on." msgstr "Setzt den TCP-Port, auf dem der Server auf Verbindungen wartet." -#: utils/misc/guc.c:2358 +#: utils/misc/guc.c:2370 msgid "Sets the access permissions of the Unix-domain socket." msgstr "Setzt die Zugriffsrechte für die Unix-Domain-Socket." -#: utils/misc/guc.c:2359 +#: utils/misc/guc.c:2371 msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" msgstr "Unix-Domain-Sockets verwenden die üblichen Zugriffsrechte für Unix-Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)" -#: utils/misc/guc.c:2373 +#: utils/misc/guc.c:2385 msgid "Sets the file permissions for log files." msgstr "Setzt die Dateizugriffsrechte für Logdateien." -#: utils/misc/guc.c:2374 +#: utils/misc/guc.c:2386 msgid "The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" msgstr "Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)" -#: utils/misc/guc.c:2388 +#: utils/misc/guc.c:2400 msgid "Shows the mode of the data directory." msgstr "Zeigt die Zugriffsrechte des Datenverzeichnisses." -#: utils/misc/guc.c:2389 +#: utils/misc/guc.c:2401 msgid "The parameter value is a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" msgstr "Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)" -#: utils/misc/guc.c:2402 +#: utils/misc/guc.c:2414 msgid "Sets the maximum memory to be used for query workspaces." msgstr "Setzt die maximale Speichergröße für Anfrage-Arbeitsbereiche." -#: utils/misc/guc.c:2403 +#: utils/misc/guc.c:2415 msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files." msgstr "Gibt die Speichermenge an, die für interne Sortiervorgänge und Hashtabellen verwendet werden kann, bevor auf temporäre Dateien umgeschaltet wird." -#: utils/misc/guc.c:2415 +#: utils/misc/guc.c:2427 msgid "Sets the maximum memory to be used for maintenance operations." msgstr "Setzt die maximale Speichergröße für Wartungsoperationen." -#: utils/misc/guc.c:2416 +#: utils/misc/guc.c:2428 msgid "This includes operations such as VACUUM and CREATE INDEX." msgstr "Das schließt Operationen wie VACUUM und CREATE INDEX ein." -#: utils/misc/guc.c:2426 +#: utils/misc/guc.c:2438 msgid "Sets the maximum memory to be used for logical decoding." msgstr "Setzt die maximale Speichergröße für logische Dekodierung." -#: utils/misc/guc.c:2427 +#: utils/misc/guc.c:2439 msgid "This much memory can be used by each internal reorder buffer before spilling to disk." msgstr "Gibt die Speichermenge an, die für jeden internen Reorder-Puffer verwendet werden kann, bevor auf Festplatte ausgelagert wird." -#: utils/misc/guc.c:2443 +#: utils/misc/guc.c:2455 msgid "Sets the maximum stack depth, in kilobytes." msgstr "Setzt die maximale Stackgröße, in Kilobytes." -#: utils/misc/guc.c:2454 +#: utils/misc/guc.c:2466 msgid "Limits the total size of all temporary files used by each process." msgstr "Beschränkt die Gesamtgröße aller temporären Dateien, die von einem Prozess verwendet werden." -#: utils/misc/guc.c:2455 +#: utils/misc/guc.c:2467 msgid "-1 means no limit." msgstr "-1 bedeutet keine Grenze." -#: utils/misc/guc.c:2465 +#: utils/misc/guc.c:2477 msgid "Vacuum cost for a page found in the buffer cache." msgstr "Vacuum-Kosten für eine im Puffer-Cache gefundene Seite." -#: utils/misc/guc.c:2475 +#: utils/misc/guc.c:2487 msgid "Vacuum cost for a page not found in the buffer cache." msgstr "Vacuum-Kosten für eine nicht im Puffer-Cache gefundene Seite." -#: utils/misc/guc.c:2485 +#: utils/misc/guc.c:2497 msgid "Vacuum cost for a page dirtied by vacuum." msgstr "Vacuum-Kosten für eine durch Vacuum schmutzig gemachte Seite." -#: utils/misc/guc.c:2495 +#: utils/misc/guc.c:2507 msgid "Vacuum cost amount available before napping." msgstr "Verfügbare Vacuum-Kosten vor Nickerchen." -#: utils/misc/guc.c:2505 +#: utils/misc/guc.c:2517 msgid "Vacuum cost amount available before napping, for autovacuum." msgstr "Verfügbare Vacuum-Kosten vor Nickerchen, für Autovacuum." -#: utils/misc/guc.c:2515 +#: utils/misc/guc.c:2527 msgid "Sets the maximum number of simultaneously open files for each server process." msgstr "Setzt die maximale Zahl gleichzeitig geöffneter Dateien für jeden Serverprozess." -#: utils/misc/guc.c:2528 +#: utils/misc/guc.c:2540 msgid "Sets the maximum number of simultaneously prepared transactions." msgstr "Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen." -#: utils/misc/guc.c:2539 +#: utils/misc/guc.c:2551 msgid "Sets the minimum OID of tables for tracking locks." msgstr "Setzt die minimale Tabellen-OID für das Verfolgen von Sperren." -#: utils/misc/guc.c:2540 +#: utils/misc/guc.c:2552 msgid "Is used to avoid output on system tables." msgstr "Wird verwendet, um Ausgabe für Systemtabellen zu vermeiden." -#: utils/misc/guc.c:2549 +#: utils/misc/guc.c:2561 msgid "Sets the OID of the table with unconditionally lock tracing." msgstr "Setzt die OID der Tabelle mit bedingungsloser Sperrenverfolgung." -#: utils/misc/guc.c:2561 +#: utils/misc/guc.c:2573 msgid "Sets the maximum allowed duration of any statement." msgstr "Setzt die maximal erlaubte Dauer jeder Anweisung." -#: utils/misc/guc.c:2562 utils/misc/guc.c:2573 utils/misc/guc.c:2584 -#: utils/misc/guc.c:2595 +#: utils/misc/guc.c:2574 utils/misc/guc.c:2585 utils/misc/guc.c:2596 +#: utils/misc/guc.c:2607 msgid "A value of 0 turns off the timeout." msgstr "Der Wert 0 schaltet die Zeitprüfung aus." -#: utils/misc/guc.c:2572 +#: utils/misc/guc.c:2584 msgid "Sets the maximum allowed duration of any wait for a lock." msgstr "Setzt die maximal erlaubte Dauer, um auf eine Sperre zu warten." -#: utils/misc/guc.c:2583 +#: utils/misc/guc.c:2595 msgid "Sets the maximum allowed idle time between queries, when in a transaction." msgstr "Setzt die maximal erlaubte inaktive Zeit zwischen Anfragen, wenn in einer Transaktion." -#: utils/misc/guc.c:2594 +#: utils/misc/guc.c:2606 msgid "Sets the maximum allowed idle time between queries, when not in a transaction." msgstr "Setzt die maximal erlaubte inaktive Zeit zwischen Anfragen, wenn nicht in einer Transaktion." -#: utils/misc/guc.c:2605 +#: utils/misc/guc.c:2617 msgid "Minimum age at which VACUUM should freeze a table row." msgstr "Mindestalter, bei dem VACUUM eine Tabellenzeile einfrieren soll." -#: utils/misc/guc.c:2615 +#: utils/misc/guc.c:2627 msgid "Age at which VACUUM should scan whole table to freeze tuples." msgstr "Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen einzufrieren." -#: utils/misc/guc.c:2625 +#: utils/misc/guc.c:2637 msgid "Minimum age at which VACUUM should freeze a MultiXactId in a table row." msgstr "Mindestalter, bei dem VACUUM eine MultiXactId in einer Tabellenzeile einfrieren soll." -#: utils/misc/guc.c:2635 +#: utils/misc/guc.c:2647 msgid "Multixact age at which VACUUM should scan whole table to freeze tuples." msgstr "Multixact-Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen einzufrieren." -#: utils/misc/guc.c:2645 +#: utils/misc/guc.c:2657 msgid "Number of transactions by which VACUUM and HOT cleanup should be deferred, if any." msgstr "Anzahl Transaktionen, um die VACUUM- und HOT-Aufräumen aufgeschoben werden soll." -#: utils/misc/guc.c:2654 +#: utils/misc/guc.c:2666 msgid "Age at which VACUUM should trigger failsafe to avoid a wraparound outage." msgstr "Alter, bei dem VACUUM die Ausfallsicherung auslösen soll, um Ausfall wegen Transaktionsnummernüberlauf zu verhindern." -#: utils/misc/guc.c:2663 +#: utils/misc/guc.c:2675 msgid "Multixact age at which VACUUM should trigger failsafe to avoid a wraparound outage." msgstr "Multixact-Alter, bei dem VACUUM die Ausfallsicherung auslösen soll, um Ausfall wegen Transaktionsnummernüberlauf zu verhindern." -#: utils/misc/guc.c:2676 +#: utils/misc/guc.c:2688 msgid "Sets the maximum number of locks per transaction." msgstr "Setzt die maximale Anzahl Sperren pro Transaktion." -#: utils/misc/guc.c:2677 +#: utils/misc/guc.c:2689 msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." msgstr "Die globale Sperrentabelle wird mit der Annahme angelegt, das höchstens max_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen." -#: utils/misc/guc.c:2688 +#: utils/misc/guc.c:2700 msgid "Sets the maximum number of predicate locks per transaction." msgstr "Setzt die maximale Anzahl Prädikatsperren pro Transaktion." -#: utils/misc/guc.c:2689 +#: utils/misc/guc.c:2701 msgid "The shared predicate lock table is sized on the assumption that at most max_pred_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." msgstr "Die globale Prädikatsperrentabelle wird mit der Annahme angelegt, das höchstens max_pred_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen." -#: utils/misc/guc.c:2700 +#: utils/misc/guc.c:2712 msgid "Sets the maximum number of predicate-locked pages and tuples per relation." msgstr "Setzt die maximale Anzahl Prädikatsperren für Seiten und Tupel pro Relation." -#: utils/misc/guc.c:2701 +#: utils/misc/guc.c:2713 msgid "If more than this total of pages and tuples in the same relation are locked by a connection, those locks are replaced by a relation-level lock." msgstr "Wenn mehr als diese Gesamtzahl Seiten und Tupel in der selben Relation von einer Verbindung gesperrt sind, werden diese Sperren durch eine Sperre auf Relationsebene ersetzt." -#: utils/misc/guc.c:2711 +#: utils/misc/guc.c:2723 msgid "Sets the maximum number of predicate-locked tuples per page." msgstr "Setzt die maximale Anzahl Prädikatsperren für Tupel pro Seite." -#: utils/misc/guc.c:2712 +#: utils/misc/guc.c:2724 msgid "If more than this number of tuples on the same page are locked by a connection, those locks are replaced by a page-level lock." msgstr "Wenn mehr als diese Anzahl Tupel auf der selben Seite von einer Verbindung gesperrt sind, werden diese Sperren durch eine Sperre auf Seitenebene ersetzt." -#: utils/misc/guc.c:2722 +#: utils/misc/guc.c:2734 msgid "Sets the maximum allowed time to complete client authentication." msgstr "Setzt die maximale Zeit, um die Client-Authentifizierung zu beenden." -#: utils/misc/guc.c:2734 +#: utils/misc/guc.c:2746 msgid "Waits N seconds on connection startup before authentication." msgstr "Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung." -#: utils/misc/guc.c:2745 +#: utils/misc/guc.c:2757 msgid "Sets the size of WAL files held for standby servers." msgstr "Setzt die Größe der für Standby-Server vorgehaltenen WAL-Dateien." -#: utils/misc/guc.c:2756 +#: utils/misc/guc.c:2768 msgid "Sets the minimum size to shrink the WAL to." msgstr "Setzt die minimale Größe, auf die der WAL geschrumpft wird." -#: utils/misc/guc.c:2768 +#: utils/misc/guc.c:2780 msgid "Sets the WAL size that triggers a checkpoint." msgstr "Setzt die WAL-Größe, die einen Checkpoint auslöst." -#: utils/misc/guc.c:2780 +#: utils/misc/guc.c:2792 msgid "Sets the maximum time between automatic WAL checkpoints." msgstr "Setzt die maximale Zeit zwischen automatischen WAL-Checkpoints." -#: utils/misc/guc.c:2791 +#: utils/misc/guc.c:2803 msgid "Enables warnings if checkpoint segments are filled more frequently than this." msgstr "Schreibt eine Logmeldung, wenn Checkpoint-Segmente häufiger als dieser Wert gefüllt werden." -#: utils/misc/guc.c:2793 +#: utils/misc/guc.c:2805 msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning." msgstr "Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch Füllen der Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden passieren. Null schaltet die Warnung ab." -#: utils/misc/guc.c:2805 utils/misc/guc.c:3021 utils/misc/guc.c:3068 +#: utils/misc/guc.c:2817 utils/misc/guc.c:3033 utils/misc/guc.c:3080 msgid "Number of pages after which previously performed writes are flushed to disk." msgstr "Anzahl der Seiten, nach denen getätigte Schreibvorgänge auf die Festplatte zurückgeschrieben werden." -#: utils/misc/guc.c:2816 +#: utils/misc/guc.c:2828 msgid "Sets the number of disk-page buffers in shared memory for WAL." msgstr "Setzt die Anzahl Diskseitenpuffer für WAL im Shared Memory." -#: utils/misc/guc.c:2827 +#: utils/misc/guc.c:2839 msgid "Time between WAL flushes performed in the WAL writer." msgstr "Zeit zwischen WAL-Flush-Operationen im WAL-Writer." -#: utils/misc/guc.c:2838 +#: utils/misc/guc.c:2850 msgid "Amount of WAL written out by WAL writer that triggers a flush." msgstr "Ein Flush wird ausgelöst, wenn diese Menge WAL vom WAL-Writer geschrieben worden ist." -#: utils/misc/guc.c:2849 +#: utils/misc/guc.c:2861 msgid "Minimum size of new file to fsync instead of writing WAL." msgstr "Mindestgröße ab der neue Datei gefsynct wird statt WAL zu schreiben." -#: utils/misc/guc.c:2860 +#: utils/misc/guc.c:2872 msgid "Sets the maximum number of simultaneously running WAL sender processes." msgstr "Setzt die maximale Anzahl gleichzeitig laufender WAL-Sender-Prozesse." -#: utils/misc/guc.c:2871 +#: utils/misc/guc.c:2883 msgid "Sets the maximum number of simultaneously defined replication slots." msgstr "Setzt die maximale Anzahl von gleichzeitig definierten Replikations-Slots." -#: utils/misc/guc.c:2881 +#: utils/misc/guc.c:2893 msgid "Sets the maximum WAL size that can be reserved by replication slots." msgstr "Setzt die maximale WAL-Größe, die von Replikations-Slots reserviert werden kann." -#: utils/misc/guc.c:2882 +#: utils/misc/guc.c:2894 msgid "Replication slots will be marked as failed, and segments released for deletion or recycling, if this much space is occupied by WAL on disk." msgstr "Replikations-Slots werden als fehlgeschlagen markiert, und Segmente zum Löschen oder Wiederverwenden freigegeben, wenn so viel Platz von WAL auf der Festplatte belegt wird." -#: utils/misc/guc.c:2894 +#: utils/misc/guc.c:2906 msgid "Sets the maximum time to wait for WAL replication." msgstr "Setzt die maximale Zeit, um auf WAL-Replikation zu warten." -#: utils/misc/guc.c:2905 +#: utils/misc/guc.c:2917 msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk." msgstr "Setzt die Verzögerung in Millisekunden zwischen Transaktionsabschluss und dem Schreiben von WAL auf die Festplatte." -#: utils/misc/guc.c:2917 +#: utils/misc/guc.c:2929 msgid "Sets the minimum concurrent open transactions before performing commit_delay." msgstr "Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor »commit_delay« angewendet wird." -#: utils/misc/guc.c:2928 +#: utils/misc/guc.c:2940 msgid "Sets the number of digits displayed for floating-point values." msgstr "Setzt die Anzahl ausgegebener Ziffern für Fließkommawerte." -#: utils/misc/guc.c:2929 +#: utils/misc/guc.c:2941 msgid "This affects real, double precision, and geometric data types. A zero or negative parameter value is added to the standard number of digits (FLT_DIG or DBL_DIG as appropriate). Any value greater than zero selects precise output mode." msgstr "Diese Einstellung betrifft real, double precision und geometrische Datentypen. Null oder ein negativer Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. DBL_DIG) hinzuaddiert. Ein Wert größer als Null wählt präzisen Ausgabemodus." -#: utils/misc/guc.c:2941 +#: utils/misc/guc.c:2953 msgid "Sets the minimum execution time above which a sample of statements will be logged. Sampling is determined by log_statement_sample_rate." msgstr "Setzt die minimale Ausführungszeit, über der Stichproben aller Anweisungen geloggt werden. Die Stichproben werden durch log_statement_sample_rate bestimmt." -#: utils/misc/guc.c:2944 +#: utils/misc/guc.c:2956 msgid "Zero logs a sample of all queries. -1 turns this feature off." msgstr "Null loggt eine Stichprobe aller Anfragen. -1 schaltet dieses Feature aus." -#: utils/misc/guc.c:2954 +#: utils/misc/guc.c:2966 msgid "Sets the minimum execution time above which all statements will be logged." msgstr "Setzt die minimale Ausführungszeit, über der alle Anweisungen geloggt werden." -#: utils/misc/guc.c:2956 +#: utils/misc/guc.c:2968 msgid "Zero prints all queries. -1 turns this feature off." msgstr "Null zeigt alle Anfragen. -1 schaltet dieses Feature aus." -#: utils/misc/guc.c:2966 +#: utils/misc/guc.c:2978 msgid "Sets the minimum execution time above which autovacuum actions will be logged." msgstr "Setzt die minimale Ausführungszeit, über der Autovacuum-Aktionen geloggt werden." -#: utils/misc/guc.c:2968 +#: utils/misc/guc.c:2980 msgid "Zero prints all actions. -1 turns autovacuum logging off." msgstr "Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über Autovacuum aus." -#: utils/misc/guc.c:2978 +#: utils/misc/guc.c:2990 msgid "When logging statements, limit logged parameter values to first N bytes." msgstr "Wenn Anweisungen geloggt werden, die geloggten Parameterwerte auf die ersten N Bytes begrenzen." -#: utils/misc/guc.c:2979 utils/misc/guc.c:2990 +#: utils/misc/guc.c:2991 utils/misc/guc.c:3002 msgid "-1 to print values in full." msgstr "-1 um die Werte vollständig auszugeben." -#: utils/misc/guc.c:2989 +#: utils/misc/guc.c:3001 msgid "When reporting an error, limit logged parameter values to first N bytes." msgstr "Wenn ein Fehler ausgegeben wird, die geloggten Parameterwerte auf die ersten N Bytes begrenzen." -#: utils/misc/guc.c:3000 +#: utils/misc/guc.c:3012 msgid "Background writer sleep time between rounds." msgstr "Schlafzeit zwischen Durchläufen des Background-Writers." -#: utils/misc/guc.c:3011 +#: utils/misc/guc.c:3023 msgid "Background writer maximum number of LRU pages to flush per round." msgstr "Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-Seiten." -#: utils/misc/guc.c:3034 +#: utils/misc/guc.c:3046 msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem." msgstr "Anzahl simultaner Anfragen, die das Festplattensubsystem effizient bearbeiten kann." -#: utils/misc/guc.c:3052 +#: utils/misc/guc.c:3064 msgid "A variant of effective_io_concurrency that is used for maintenance work." msgstr "Eine Variante von effective_io_concurrency, die für Wartungsarbeiten verwendet wird." -#: utils/misc/guc.c:3081 +#: utils/misc/guc.c:3093 msgid "Maximum number of concurrent worker processes." msgstr "Maximale Anzahl gleichzeitiger Worker-Prozesse." -#: utils/misc/guc.c:3093 +#: utils/misc/guc.c:3105 msgid "Maximum number of logical replication worker processes." msgstr "Maximale Anzahl Arbeitsprozesse für logische Replikation." -#: utils/misc/guc.c:3105 +#: utils/misc/guc.c:3117 msgid "Maximum number of table synchronization workers per subscription." msgstr "Maximale Anzahl Arbeitsprozesse für Tabellensynchronisation pro Subskription." -#: utils/misc/guc.c:3115 +#: utils/misc/guc.c:3127 msgid "Automatic log file rotation will occur after N minutes." msgstr "Automatische Rotation der Logdateien geschieht nach N Minuten." -#: utils/misc/guc.c:3126 +#: utils/misc/guc.c:3138 msgid "Automatic log file rotation will occur after N kilobytes." msgstr "Automatische Rotation der Logdateien geschieht nach N Kilobytes." -#: utils/misc/guc.c:3137 +#: utils/misc/guc.c:3149 msgid "Shows the maximum number of function arguments." msgstr "Setzt die maximale Anzahl von Funktionsargumenten." -#: utils/misc/guc.c:3148 +#: utils/misc/guc.c:3160 msgid "Shows the maximum number of index keys." msgstr "Zeigt die maximale Anzahl von Indexschlüsseln." -#: utils/misc/guc.c:3159 +#: utils/misc/guc.c:3171 msgid "Shows the maximum identifier length." msgstr "Zeigt die maximale Länge von Bezeichnern." -#: utils/misc/guc.c:3170 +#: utils/misc/guc.c:3182 msgid "Shows the size of a disk block." msgstr "Zeigt die Größe eines Diskblocks." -#: utils/misc/guc.c:3181 +#: utils/misc/guc.c:3193 msgid "Shows the number of pages per disk file." msgstr "Zeigt die Anzahl Seiten pro Diskdatei." -#: utils/misc/guc.c:3192 +#: utils/misc/guc.c:3204 msgid "Shows the block size in the write ahead log." msgstr "Zeigt die Blockgröße im Write-Ahead-Log." -#: utils/misc/guc.c:3203 +#: utils/misc/guc.c:3215 msgid "Sets the time to wait before retrying to retrieve WAL after a failed attempt." msgstr "Setzt die Zeit, die gewartet wird, bevor nach einem fehlgeschlagenen Versuch neue WAL-Daten angefordert werden." -#: utils/misc/guc.c:3215 +#: utils/misc/guc.c:3227 msgid "Shows the size of write ahead log segments." msgstr "Zeigt die Größe eines Write-Ahead-Log-Segments." -#: utils/misc/guc.c:3228 +#: utils/misc/guc.c:3240 msgid "Time to sleep between autovacuum runs." msgstr "Wartezeit zwischen Autovacuum-Durchläufen." -#: utils/misc/guc.c:3238 +#: utils/misc/guc.c:3250 msgid "Minimum number of tuple updates or deletes prior to vacuum." msgstr "Mindestanzahl an geänderten oder gelöschten Tupeln vor einem Vacuum." -#: utils/misc/guc.c:3247 +#: utils/misc/guc.c:3259 msgid "Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums." msgstr "Mindestanzahl an Einfügeoperationen vor einem Vacuum, oder -1 um auszuschalten." -#: utils/misc/guc.c:3256 +#: utils/misc/guc.c:3268 msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze." msgstr "Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen vor einem Analyze." -#: utils/misc/guc.c:3266 +#: utils/misc/guc.c:3278 msgid "Age at which to autovacuum a table to prevent transaction ID wraparound." msgstr "Alter, nach dem eine Tabelle automatisch gevacuumt wird, um Transaktionsnummernüberlauf zu verhindern." -#: utils/misc/guc.c:3281 +#: utils/misc/guc.c:3293 msgid "Multixact age at which to autovacuum a table to prevent multixact wraparound." msgstr "Multixact-Alter, nach dem eine Tabelle automatisch gevacuumt wird, um Transaktionsnummernüberlauf zu verhindern." -#: utils/misc/guc.c:3291 +#: utils/misc/guc.c:3303 msgid "Sets the maximum number of simultaneously running autovacuum worker processes." msgstr "Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse." -#: utils/misc/guc.c:3301 +#: utils/misc/guc.c:3313 msgid "Sets the maximum number of parallel processes per maintenance operation." msgstr "Setzt die maximale Anzahl paralleler Prozesse pro Wartungsoperation." -#: utils/misc/guc.c:3311 +#: utils/misc/guc.c:3323 msgid "Sets the maximum number of parallel processes per executor node." msgstr "Setzt die maximale Anzahl paralleler Prozesse pro Executor-Knoten." -#: utils/misc/guc.c:3322 +#: utils/misc/guc.c:3334 msgid "Sets the maximum number of parallel workers that can be active at one time." msgstr "Setzt die maximale Anzahl paralleler Arbeitsprozesse, die gleichzeitig aktiv sein können." -#: utils/misc/guc.c:3333 +#: utils/misc/guc.c:3345 msgid "Sets the maximum memory to be used by each autovacuum worker process." msgstr "Setzt die maximale Speichergröße für jeden Autovacuum-Worker-Prozess." -#: utils/misc/guc.c:3344 +#: utils/misc/guc.c:3356 msgid "Time before a snapshot is too old to read pages changed after the snapshot was taken." msgstr "Zeit bevor ein Snapshot zu alt ist, um Seiten zu lesen, die geändert wurden, nachdem der Snapshot gemacht wurde." -#: utils/misc/guc.c:3345 +#: utils/misc/guc.c:3357 msgid "A value of -1 disables this feature." msgstr "Der Wert -1 schaltet dieses Feature aus." -#: utils/misc/guc.c:3355 +#: utils/misc/guc.c:3367 msgid "Time between issuing TCP keepalives." msgstr "Zeit zwischen TCP-Keepalive-Sendungen." -#: utils/misc/guc.c:3356 utils/misc/guc.c:3367 utils/misc/guc.c:3491 +#: utils/misc/guc.c:3368 utils/misc/guc.c:3379 utils/misc/guc.c:3503 msgid "A value of 0 uses the system default." msgstr "Der Wert 0 verwendet die Systemvoreinstellung." -#: utils/misc/guc.c:3366 +#: utils/misc/guc.c:3378 msgid "Time between TCP keepalive retransmits." msgstr "Zeit zwischen TCP-Keepalive-Neuübertragungen." -#: utils/misc/guc.c:3377 +#: utils/misc/guc.c:3389 msgid "SSL renegotiation is no longer supported; this can only be 0." msgstr "SSL-Renegotiation wird nicht mehr unterstützt; kann nur auf 0 gesetzt werden." -#: utils/misc/guc.c:3388 +#: utils/misc/guc.c:3400 msgid "Maximum number of TCP keepalive retransmits." msgstr "Maximale Anzahl an TCP-Keepalive-Neuübertragungen." -#: utils/misc/guc.c:3389 +#: utils/misc/guc.c:3401 msgid "This controls the number of consecutive keepalive retransmits that can be lost before a connection is considered dead. A value of 0 uses the system default." msgstr "Dies bestimmt die Anzahl von aufeinanderfolgenden Keepalive-Neuübertragungen, die verloren gehen dürfen, bis die Verbindung als tot betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung." -#: utils/misc/guc.c:3400 +#: utils/misc/guc.c:3412 msgid "Sets the maximum allowed result for exact search by GIN." msgstr "Setzt die maximal erlaubte Anzahl Ergebnisse für eine genaue Suche mit GIN." -#: utils/misc/guc.c:3411 +#: utils/misc/guc.c:3423 msgid "Sets the planner's assumption about the total size of the data caches." msgstr "Setzt die Annahme des Planers über die Gesamtgröße der Daten-Caches." -#: utils/misc/guc.c:3412 +#: utils/misc/guc.c:3424 msgid "That is, the total size of the caches (kernel cache and shared buffers) used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each." msgstr "Das heißt, die Gesamtgröße der Caches (Kernel-Cache und Shared Buffers), die für Datendateien von PostgreSQL verwendet wird. Das wird in Diskseiten gemessen, welche normalerweise 8 kB groß sind." -#: utils/misc/guc.c:3423 +#: utils/misc/guc.c:3435 msgid "Sets the minimum amount of table data for a parallel scan." msgstr "Setzt die Mindestmenge an Tabellendaten für einen parallelen Scan." -#: utils/misc/guc.c:3424 +#: utils/misc/guc.c:3436 msgid "If the planner estimates that it will read a number of table pages too small to reach this limit, a parallel scan will not be considered." msgstr "Wenn der Planer schätzt, dass zu wenige Tabellenseiten gelesen werden werden um diesen Wert zu erreichen, dann wird kein paralleler Scan in Erwägung gezogen werden." -#: utils/misc/guc.c:3434 +#: utils/misc/guc.c:3446 msgid "Sets the minimum amount of index data for a parallel scan." msgstr "Setzt die Mindestmenge an Indexdaten für einen parallelen Scan." -#: utils/misc/guc.c:3435 +#: utils/misc/guc.c:3447 msgid "If the planner estimates that it will read a number of index pages too small to reach this limit, a parallel scan will not be considered." msgstr "Wenn der Planer schätzt, dass zu wenige Indexseiten gelesen werden werden um diesen Wert zu erreichen, dann wird kein paralleler Scan in Erwägung gezogen werden." -#: utils/misc/guc.c:3446 +#: utils/misc/guc.c:3458 msgid "Shows the server version as an integer." msgstr "Zeigt die Serverversion als Zahl." -#: utils/misc/guc.c:3457 +#: utils/misc/guc.c:3469 msgid "Log the use of temporary files larger than this number of kilobytes." msgstr "Schreibt Meldungen über die Verwendung von temporären Dateien in den Log, wenn sie größer als diese Anzahl an Kilobytes sind." -#: utils/misc/guc.c:3458 +#: utils/misc/guc.c:3470 msgid "Zero logs all files. The default is -1 (turning this feature off)." msgstr "Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses Feature ausgeschaltet wird)." -#: utils/misc/guc.c:3468 +#: utils/misc/guc.c:3480 msgid "Sets the size reserved for pg_stat_activity.query, in bytes." msgstr "Setzt die für pg_stat_activity.query reservierte Größe, in Bytes." -#: utils/misc/guc.c:3479 +#: utils/misc/guc.c:3491 msgid "Sets the maximum size of the pending list for GIN index." msgstr "Setzt die maximale Größe der Pending-Liste eines GIN-Index." -#: utils/misc/guc.c:3490 +#: utils/misc/guc.c:3502 msgid "TCP user timeout." msgstr "TCP-User-Timeout." -#: utils/misc/guc.c:3501 +#: utils/misc/guc.c:3513 msgid "The size of huge page that should be requested." msgstr "Huge-Page-Größe, die angefordert werden soll." -#: utils/misc/guc.c:3512 +#: utils/misc/guc.c:3524 msgid "Aggressively flush system caches for debugging purposes." msgstr "System-Caches aggressiv flushen, zum Debuggen." -#: utils/misc/guc.c:3535 +#: utils/misc/guc.c:3547 msgid "Sets the time interval between checks for disconnection while running queries." msgstr "Setzt das Zeitintervall zwischen Prüfungen auf Verbindungsabbruch während Anfragen laufen." -#: utils/misc/guc.c:3555 +#: utils/misc/guc.c:3567 msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page." msgstr "Setzt den vom Planer geschätzten Aufwand, um eine sequenzielle Diskseite zu lesen." -#: utils/misc/guc.c:3566 +#: utils/misc/guc.c:3578 msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page." msgstr "Setzt den vom Planer geschätzten Aufwand, um eine nichtsequenzielle Diskseite zu lesen." -#: utils/misc/guc.c:3577 +#: utils/misc/guc.c:3589 msgid "Sets the planner's estimate of the cost of processing each tuple (row)." msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung einer Zeile." -#: utils/misc/guc.c:3588 +#: utils/misc/guc.c:3600 msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan." msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Indexeintrags während eines Index-Scans." -#: utils/misc/guc.c:3599 +#: utils/misc/guc.c:3611 msgid "Sets the planner's estimate of the cost of processing each operator or function call." msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Operators oder Funktionsaufrufs." -#: utils/misc/guc.c:3610 +#: utils/misc/guc.c:3622 msgid "Sets the planner's estimate of the cost of passing each tuple (row) from worker to leader backend." msgstr "Setzt den vom Planer geschätzten Aufwand, um eine Zeile vom Arbeitsprozess an das Leader-Backend zu senden." -#: utils/misc/guc.c:3621 +#: utils/misc/guc.c:3633 msgid "Sets the planner's estimate of the cost of starting up worker processes for parallel query." msgstr "Setzt den vom Planer geschätzten Aufwand für das Starten von Arbeitsprozessen für parallele Anfragen." -#: utils/misc/guc.c:3633 +#: utils/misc/guc.c:3645 msgid "Perform JIT compilation if query is more expensive." msgstr "JIT-Kompilierung durchführen, wenn die Anfrage teurer ist." -#: utils/misc/guc.c:3634 +#: utils/misc/guc.c:3646 msgid "-1 disables JIT compilation." msgstr "-1 schaltet JIT-Kompilierung aus." -#: utils/misc/guc.c:3644 +#: utils/misc/guc.c:3656 msgid "Optimize JIT-compiled functions if query is more expensive." msgstr "JIT-kompilierte Funktionen optimieren, wenn die Anfrage teurer ist." -#: utils/misc/guc.c:3645 +#: utils/misc/guc.c:3657 msgid "-1 disables optimization." msgstr "-1 schaltet Optimierung aus." -#: utils/misc/guc.c:3655 +#: utils/misc/guc.c:3667 msgid "Perform JIT inlining if query is more expensive." msgstr "JIT-Inlining durchführen, wenn die Anfrage teurer ist." -#: utils/misc/guc.c:3656 +#: utils/misc/guc.c:3668 msgid "-1 disables inlining." msgstr "-1 schaltet Inlining aus." -#: utils/misc/guc.c:3666 +#: utils/misc/guc.c:3678 msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved." msgstr "Setzt den vom Planer geschätzten Anteil der Cursor-Zeilen, die ausgelesen werden werden." -#: utils/misc/guc.c:3678 +#: utils/misc/guc.c:3690 msgid "GEQO: selective pressure within the population." msgstr "GEQO: selektiver Auswahldruck in der Bevölkerung." -#: utils/misc/guc.c:3689 +#: utils/misc/guc.c:3701 msgid "GEQO: seed for random path selection." msgstr "GEQO: Ausgangswert für die zufällige Pfadauswahl." -#: utils/misc/guc.c:3700 +#: utils/misc/guc.c:3712 msgid "Multiple of work_mem to use for hash tables." msgstr "Vielfaches von work_mem zur Verwendung bei Hash-Tabellen." -#: utils/misc/guc.c:3711 +#: utils/misc/guc.c:3723 msgid "Multiple of the average buffer usage to free per round." msgstr "Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde." -#: utils/misc/guc.c:3721 +#: utils/misc/guc.c:3733 msgid "Sets the seed for random-number generation." msgstr "Setzt den Ausgangswert für die Zufallszahlenerzeugung." -#: utils/misc/guc.c:3732 +#: utils/misc/guc.c:3744 msgid "Vacuum cost delay in milliseconds." msgstr "Vacuum-Kosten-Verzögerung in Millisekunden." -#: utils/misc/guc.c:3743 +#: utils/misc/guc.c:3755 msgid "Vacuum cost delay in milliseconds, for autovacuum." msgstr "Vacuum-Kosten-Verzögerung in Millisekunden, für Autovacuum." -#: utils/misc/guc.c:3754 +#: utils/misc/guc.c:3766 msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples." msgstr "Anzahl geänderter oder gelöschter Tupel vor einem Vacuum, relativ zu reltuples." -#: utils/misc/guc.c:3764 +#: utils/misc/guc.c:3776 msgid "Number of tuple inserts prior to vacuum as a fraction of reltuples." msgstr "Anzahl eingefügter Tupel vor einem Vacuum, relativ zu reltuples." -#: utils/misc/guc.c:3774 +#: utils/misc/guc.c:3786 msgid "Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples." msgstr "Anzahl eingefügter, geänderter oder gelöschter Tupel vor einem Analyze, relativ zu reltuples." -#: utils/misc/guc.c:3784 +#: utils/misc/guc.c:3796 msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval." msgstr "Zeit, die damit verbracht wird, modifizierte Puffer während eines Checkpoints zurückzuschreiben, als Bruchteil des Checkpoint-Intervalls." -#: utils/misc/guc.c:3794 +#: utils/misc/guc.c:3806 msgid "Fraction of statements exceeding log_min_duration_sample to be logged." msgstr "Anteil der zu loggenden Anweisungen, die log_min_duration_sample überschreiten." -#: utils/misc/guc.c:3795 +#: utils/misc/guc.c:3807 msgid "Use a value between 0.0 (never log) and 1.0 (always log)." msgstr "Verwenden Sie einen Wert zwischen 0.0 (nie loggen) und 1.0 (immer loggen)." -#: utils/misc/guc.c:3804 +#: utils/misc/guc.c:3816 msgid "Sets the fraction of transactions from which to log all statements." msgstr "Setzt den Bruchteil der Transaktionen, aus denen alle Anweisungen geloggt werden." -#: utils/misc/guc.c:3805 +#: utils/misc/guc.c:3817 msgid "Use a value between 0.0 (never log) and 1.0 (log all statements for all transactions)." msgstr "Verwenden Sie einen Wert zwischen 0.0 (nie loggen) und 1.0 (alle Anweisungen für alle Transaktionen loggen)." -#: utils/misc/guc.c:3824 +#: utils/misc/guc.c:3836 msgid "Sets the shell command that will be called to archive a WAL file." msgstr "Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu archivieren." -#: utils/misc/guc.c:3834 +#: utils/misc/guc.c:3846 msgid "Sets the shell command that will be called to retrieve an archived WAL file." msgstr "Setzt den Shell-Befehl, der aufgerufen wird, um eine archivierte WAL-Datei zurückzuholen." -#: utils/misc/guc.c:3844 +#: utils/misc/guc.c:3856 msgid "Sets the shell command that will be executed at every restart point." msgstr "Setzt den Shell-Befehl, der bei jedem Restart-Punkt ausgeführt wird." -#: utils/misc/guc.c:3854 +#: utils/misc/guc.c:3866 msgid "Sets the shell command that will be executed once at the end of recovery." msgstr "Setzt den Shell-Befehl, der einmal am Ende der Wiederherstellung ausgeführt wird." -#: utils/misc/guc.c:3864 +#: utils/misc/guc.c:3876 msgid "Specifies the timeline to recover into." msgstr "Gibt die Zeitleiste für die Wiederherstellung an." -#: utils/misc/guc.c:3874 +#: utils/misc/guc.c:3886 msgid "Set to \"immediate\" to end recovery as soon as a consistent state is reached." msgstr "Auf »immediate« setzen, um die Wiederherstellung zu beenden, sobald ein konsistenter Zustand erreicht ist." -#: utils/misc/guc.c:3883 +#: utils/misc/guc.c:3895 msgid "Sets the transaction ID up to which recovery will proceed." msgstr "Setzt die Transaktions-ID, bis zu der die Wiederherstellung voranschreiten wird." -#: utils/misc/guc.c:3892 +#: utils/misc/guc.c:3904 msgid "Sets the time stamp up to which recovery will proceed." msgstr "Setzt den Zeitstempel, bis zu dem die Wiederherstellung voranschreiten wird." -#: utils/misc/guc.c:3901 +#: utils/misc/guc.c:3913 msgid "Sets the named restore point up to which recovery will proceed." msgstr "Setzt den benannten Restore-Punkt, bis zu dem die Wiederherstellung voranschreiten wird." -#: utils/misc/guc.c:3910 +#: utils/misc/guc.c:3922 msgid "Sets the LSN of the write-ahead log location up to which recovery will proceed." msgstr "Setzt die LSN der Write-Ahead-Log-Position, bis zu der die Wiederherstellung voranschreiten wird." -#: utils/misc/guc.c:3920 +#: utils/misc/guc.c:3932 msgid "Specifies a file name whose presence ends recovery in the standby." msgstr "Gibt einen Dateinamen an, dessen Präsenz die Wiederherstellung im Standby beendet." -#: utils/misc/guc.c:3930 +#: utils/misc/guc.c:3942 msgid "Sets the connection string to be used to connect to the sending server." msgstr "Setzt die Verbindungszeichenkette zur Verbindung mit dem sendenden Server." -#: utils/misc/guc.c:3941 +#: utils/misc/guc.c:3953 msgid "Sets the name of the replication slot to use on the sending server." msgstr "Setzt den Namen des zu verwendenden Replikations-Slots auf dem sendenden Server." -#: utils/misc/guc.c:3951 +#: utils/misc/guc.c:3963 msgid "Sets the client's character set encoding." msgstr "Setzt die Zeichensatzkodierung des Clients." -#: utils/misc/guc.c:3962 +#: utils/misc/guc.c:3974 msgid "Controls information prefixed to each log line." msgstr "Bestimmt die Informationen, die vor jede Logzeile geschrieben werden." -#: utils/misc/guc.c:3963 +#: utils/misc/guc.c:3975 msgid "If blank, no prefix is used." msgstr "Wenn leer, dann wird kein Präfix verwendet." -#: utils/misc/guc.c:3972 +#: utils/misc/guc.c:3984 msgid "Sets the time zone to use in log messages." msgstr "Setzt die in Logmeldungen verwendete Zeitzone." -#: utils/misc/guc.c:3982 +#: utils/misc/guc.c:3994 msgid "Sets the display format for date and time values." msgstr "Setzt das Ausgabeformat für Datums- und Zeitwerte." -#: utils/misc/guc.c:3983 +#: utils/misc/guc.c:3995 msgid "Also controls interpretation of ambiguous date inputs." msgstr "Kontrolliert auch die Interpretation von zweideutigen Datumseingaben." -#: utils/misc/guc.c:3994 +#: utils/misc/guc.c:4006 msgid "Sets the default table access method for new tables." msgstr "Setzt die Standard-Tabellenzugriffsmethode für neue Tabellen." -#: utils/misc/guc.c:4005 +#: utils/misc/guc.c:4017 msgid "Sets the default tablespace to create tables and indexes in." msgstr "Setzt den Standard-Tablespace für Tabellen und Indexe." -#: utils/misc/guc.c:4006 +#: utils/misc/guc.c:4018 msgid "An empty string selects the database's default tablespace." msgstr "Eine leere Zeichenkette wählt den Standard-Tablespace der Datenbank." -#: utils/misc/guc.c:4016 +#: utils/misc/guc.c:4028 msgid "Sets the tablespace(s) to use for temporary tables and sort files." msgstr "Setzt den oder die Tablespaces für temporäre Tabellen und Sortierdateien." -#: utils/misc/guc.c:4027 +#: utils/misc/guc.c:4039 msgid "Sets the path for dynamically loadable modules." msgstr "Setzt den Pfad für ladbare dynamische Bibliotheken." -#: utils/misc/guc.c:4028 +#: utils/misc/guc.c:4040 msgid "If a dynamically loadable module needs to be opened and the specified name does not have a directory component (i.e., the name does not contain a slash), the system will search this path for the specified file." msgstr "Wenn ein dynamisch ladbares Modul geöffnet werden muss und der angegebene Name keine Verzeichniskomponente hat (das heißt er enthält keinen Schrägstrich), dann sucht das System in diesem Pfad nach der angegebenen Datei." -#: utils/misc/guc.c:4041 +#: utils/misc/guc.c:4053 msgid "Sets the location of the Kerberos server key file." msgstr "Setzt den Ort der Kerberos-Server-Schlüsseldatei." -#: utils/misc/guc.c:4052 +#: utils/misc/guc.c:4064 msgid "Sets the Bonjour service name." msgstr "Setzt den Bonjour-Servicenamen." -#: utils/misc/guc.c:4064 +#: utils/misc/guc.c:4076 msgid "Shows the collation order locale." msgstr "Zeigt die Locale für die Sortierreihenfolge." -#: utils/misc/guc.c:4075 +#: utils/misc/guc.c:4087 msgid "Shows the character classification and case conversion locale." msgstr "Zeigt die Locale für Zeichenklassifizierung und Groß-/Kleinschreibung." -#: utils/misc/guc.c:4086 +#: utils/misc/guc.c:4098 msgid "Sets the language in which messages are displayed." msgstr "Setzt die Sprache, in der Mitteilungen ausgegeben werden." -#: utils/misc/guc.c:4096 +#: utils/misc/guc.c:4108 msgid "Sets the locale for formatting monetary amounts." msgstr "Setzt die Locale für die Formatierung von Geldbeträgen." -#: utils/misc/guc.c:4106 +#: utils/misc/guc.c:4118 msgid "Sets the locale for formatting numbers." msgstr "Setzt die Locale für die Formatierung von Zahlen." -#: utils/misc/guc.c:4116 +#: utils/misc/guc.c:4128 msgid "Sets the locale for formatting date and time values." msgstr "Setzt die Locale für die Formatierung von Datums- und Zeitwerten." -#: utils/misc/guc.c:4126 +#: utils/misc/guc.c:4138 msgid "Lists shared libraries to preload into each backend." msgstr "Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen werden." -#: utils/misc/guc.c:4137 +#: utils/misc/guc.c:4149 msgid "Lists shared libraries to preload into server." msgstr "Listet dynamische Bibliotheken, die vorab in den Server geladen werden." -#: utils/misc/guc.c:4148 +#: utils/misc/guc.c:4160 msgid "Lists unprivileged shared libraries to preload into each backend." msgstr "Listet unprivilegierte dynamische Bibliotheken, die vorab in jeden Serverprozess geladen werden." -#: utils/misc/guc.c:4159 +#: utils/misc/guc.c:4171 msgid "Sets the schema search order for names that are not schema-qualified." msgstr "Setzt die Schemasuchreihenfolge für Namen ohne Schemaqualifikation." -#: utils/misc/guc.c:4171 +#: utils/misc/guc.c:4183 msgid "Shows the server (database) character set encoding." msgstr "Zeigt die Zeichensatzkodierung des Servers (der Datenbank)." -#: utils/misc/guc.c:4183 +#: utils/misc/guc.c:4195 msgid "Shows the server version." msgstr "Zeigt die Serverversion." -#: utils/misc/guc.c:4195 +#: utils/misc/guc.c:4207 msgid "Sets the current role." msgstr "Setzt die aktuelle Rolle." -#: utils/misc/guc.c:4207 +#: utils/misc/guc.c:4219 msgid "Sets the session user name." msgstr "Setzt den Sitzungsbenutzernamen." -#: utils/misc/guc.c:4218 +#: utils/misc/guc.c:4230 msgid "Sets the destination for server log output." msgstr "Setzt das Ziel für die Serverlogausgabe." -#: utils/misc/guc.c:4219 +#: utils/misc/guc.c:4231 msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform." msgstr "Gültige Werte sind Kombinationen von »stderr«, »syslog«, »csvlog« und »eventlog«, je nach Plattform." -#: utils/misc/guc.c:4230 +#: utils/misc/guc.c:4242 msgid "Sets the destination directory for log files." msgstr "Bestimmt das Zielverzeichnis für Logdateien." -#: utils/misc/guc.c:4231 +#: utils/misc/guc.c:4243 msgid "Can be specified as relative to the data directory or as absolute path." msgstr "Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden." -#: utils/misc/guc.c:4241 +#: utils/misc/guc.c:4253 msgid "Sets the file name pattern for log files." msgstr "Bestimmt das Dateinamenmuster für Logdateien." -#: utils/misc/guc.c:4252 +#: utils/misc/guc.c:4264 msgid "Sets the program name used to identify PostgreSQL messages in syslog." msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog identifiziert werden." -#: utils/misc/guc.c:4263 +#: utils/misc/guc.c:4275 msgid "Sets the application name used to identify PostgreSQL messages in the event log." msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Ereignisprotokoll identifiziert werden." -#: utils/misc/guc.c:4274 +#: utils/misc/guc.c:4286 msgid "Sets the time zone for displaying and interpreting time stamps." msgstr "Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden." -#: utils/misc/guc.c:4284 +#: utils/misc/guc.c:4296 msgid "Selects a file of time zone abbreviations." msgstr "Wählt eine Datei mit Zeitzonenabkürzungen." -#: utils/misc/guc.c:4294 +#: utils/misc/guc.c:4306 msgid "Sets the owning group of the Unix-domain socket." msgstr "Setzt die Eigentümergruppe der Unix-Domain-Socket." -#: utils/misc/guc.c:4295 +#: utils/misc/guc.c:4307 msgid "The owning user of the socket is always the user that starts the server." msgstr "Der Eigentümer ist immer der Benutzer, der den Server startet." -#: utils/misc/guc.c:4305 +#: utils/misc/guc.c:4317 msgid "Sets the directories where Unix-domain sockets will be created." msgstr "Setzt die Verzeichnisse, in denen Unix-Domain-Sockets erzeugt werden sollen." -#: utils/misc/guc.c:4320 +#: utils/misc/guc.c:4332 msgid "Sets the host name or IP address(es) to listen to." msgstr "Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen gewartet wird." -#: utils/misc/guc.c:4335 +#: utils/misc/guc.c:4347 msgid "Sets the server's data directory." msgstr "Setzt das Datenverzeichnis des Servers." -#: utils/misc/guc.c:4346 +#: utils/misc/guc.c:4358 msgid "Sets the server's main configuration file." msgstr "Setzt die Hauptkonfigurationsdatei des Servers." -#: utils/misc/guc.c:4357 +#: utils/misc/guc.c:4369 msgid "Sets the server's \"hba\" configuration file." msgstr "Setzt die »hba«-Konfigurationsdatei des Servers." -#: utils/misc/guc.c:4368 +#: utils/misc/guc.c:4380 msgid "Sets the server's \"ident\" configuration file." msgstr "Setzt die »ident«-Konfigurationsdatei des Servers." -#: utils/misc/guc.c:4379 +#: utils/misc/guc.c:4391 msgid "Writes the postmaster PID to the specified file." msgstr "Schreibt die Postmaster-PID in die angegebene Datei." -#: utils/misc/guc.c:4390 +#: utils/misc/guc.c:4402 msgid "Shows the name of the SSL library." msgstr "Zeigt den Namen der SSL-Bibliothek." -#: utils/misc/guc.c:4405 +#: utils/misc/guc.c:4417 msgid "Location of the SSL server certificate file." msgstr "Ort der SSL-Serverzertifikatsdatei." -#: utils/misc/guc.c:4415 +#: utils/misc/guc.c:4427 msgid "Location of the SSL server private key file." msgstr "Setzt den Ort der Datei mit dem privaten SSL-Server-Schlüssel." -#: utils/misc/guc.c:4425 +#: utils/misc/guc.c:4437 msgid "Location of the SSL certificate authority file." msgstr "Ort der SSL-Certificate-Authority-Datei." -#: utils/misc/guc.c:4435 +#: utils/misc/guc.c:4447 msgid "Location of the SSL certificate revocation list file." msgstr "Ort der SSL-Certificate-Revocation-List-Datei." -#: utils/misc/guc.c:4445 +#: utils/misc/guc.c:4457 msgid "Location of the SSL certificate revocation list directory." msgstr "Ort des SSL-Certificate-Revocation-List-Verzeichnisses." -#: utils/misc/guc.c:4455 +#: utils/misc/guc.c:4467 msgid "Writes temporary statistics files to the specified directory." msgstr "Schreibt temporäre Statistikdateien in das angegebene Verzeichnis." -#: utils/misc/guc.c:4466 +#: utils/misc/guc.c:4478 msgid "Number of synchronous standbys and list of names of potential synchronous ones." msgstr "Anzahl synchroner Standbys und Liste der Namen der möglichen synchronen Standbys." -#: utils/misc/guc.c:4477 +#: utils/misc/guc.c:4489 msgid "Sets default text search configuration." msgstr "Setzt die vorgegebene Textsuchekonfiguration." -#: utils/misc/guc.c:4487 +#: utils/misc/guc.c:4499 msgid "Sets the list of allowed SSL ciphers." msgstr "Setzt die Liste der erlaubten SSL-Verschlüsselungsalgorithmen." -#: utils/misc/guc.c:4502 +#: utils/misc/guc.c:4514 msgid "Sets the curve to use for ECDH." msgstr "Setzt die für ECDH zu verwendende Kurve." -#: utils/misc/guc.c:4517 +#: utils/misc/guc.c:4529 msgid "Location of the SSL DH parameters file." msgstr "Setzt den Ort der SSL-DH-Parameter-Datei." -#: utils/misc/guc.c:4528 +#: utils/misc/guc.c:4540 msgid "Command to obtain passphrases for SSL." msgstr "Befehl zum Einlesen von Passphrasen für SSL." -#: utils/misc/guc.c:4539 +#: utils/misc/guc.c:4551 msgid "Sets the application name to be reported in statistics and logs." msgstr "Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird." -#: utils/misc/guc.c:4550 +#: utils/misc/guc.c:4562 msgid "Sets the name of the cluster, which is included in the process title." msgstr "Setzt den Namen des Clusters, welcher im Prozesstitel angezeigt wird." -#: utils/misc/guc.c:4561 +#: utils/misc/guc.c:4573 msgid "Sets the WAL resource managers for which WAL consistency checks are done." msgstr "Setzt die WAL-Resource-Manager, für die WAL-Konsistenzprüfungen durchgeführt werden." -#: utils/misc/guc.c:4562 +#: utils/misc/guc.c:4574 msgid "Full-page images will be logged for all data blocks and cross-checked against the results of WAL replay." msgstr "Volle Seitenabbilder werden für alle Datenblöcke geloggt und gegen die Resultate der WAL-Wiederherstellung geprüft." -#: utils/misc/guc.c:4572 +#: utils/misc/guc.c:4584 msgid "JIT provider to use." msgstr "Zu verwendender JIT-Provider." -#: utils/misc/guc.c:4583 +#: utils/misc/guc.c:4595 msgid "Log backtrace for errors in these functions." msgstr "Backtrace für Fehler in diesen Funktionen loggen." -#: utils/misc/guc.c:4603 +#: utils/misc/guc.c:4615 msgid "Sets whether \"\\'\" is allowed in string literals." msgstr "Bestimmt, ob »\\'« in Zeichenkettenkonstanten erlaubt ist." -#: utils/misc/guc.c:4613 +#: utils/misc/guc.c:4625 msgid "Sets the output format for bytea." msgstr "Setzt das Ausgabeformat für bytea." -#: utils/misc/guc.c:4623 +#: utils/misc/guc.c:4635 msgid "Sets the message levels that are sent to the client." msgstr "Setzt die Meldungstypen, die an den Client gesendet werden." -#: utils/misc/guc.c:4624 utils/misc/guc.c:4710 utils/misc/guc.c:4721 -#: utils/misc/guc.c:4797 +#: utils/misc/guc.c:4636 utils/misc/guc.c:4722 utils/misc/guc.c:4733 +#: utils/misc/guc.c:4809 msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent." msgstr "Jeder Wert schließt alle ihm folgenden Werte mit ein. Je weiter hinten der Wert steht, desto weniger Meldungen werden gesendet werden." -#: utils/misc/guc.c:4634 +#: utils/misc/guc.c:4646 msgid "Compute query identifiers." msgstr "Anfragebezeichner berechnen." -#: utils/misc/guc.c:4644 +#: utils/misc/guc.c:4656 msgid "Enables the planner to use constraints to optimize queries." msgstr "Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu optimieren." -#: utils/misc/guc.c:4645 +#: utils/misc/guc.c:4657 msgid "Table scans will be skipped if their constraints guarantee that no rows match the query." msgstr "Tabellen-Scans werden übersprungen, wenn deren Constraints garantieren, dass keine Zeile mit der Abfrage übereinstimmt." -#: utils/misc/guc.c:4656 +#: utils/misc/guc.c:4668 msgid "Sets the default compression method for compressible values." msgstr "Setzt die Standard-Komprimierungsmethode für komprimierbare Werte." -#: utils/misc/guc.c:4667 +#: utils/misc/guc.c:4679 msgid "Sets the transaction isolation level of each new transaction." msgstr "Setzt den Transaktionsisolationsgrad neuer Transaktionen." -#: utils/misc/guc.c:4677 +#: utils/misc/guc.c:4689 msgid "Sets the current transaction's isolation level." msgstr "Zeigt den Isolationsgrad der aktuellen Transaktion." -#: utils/misc/guc.c:4688 +#: utils/misc/guc.c:4700 msgid "Sets the display format for interval values." msgstr "Setzt das Ausgabeformat für Intervallwerte." -#: utils/misc/guc.c:4699 +#: utils/misc/guc.c:4711 msgid "Sets the verbosity of logged messages." msgstr "Setzt den Detailgrad von geloggten Meldungen." -#: utils/misc/guc.c:4709 +#: utils/misc/guc.c:4721 msgid "Sets the message levels that are logged." msgstr "Setzt die Meldungstypen, die geloggt werden." -#: utils/misc/guc.c:4720 +#: utils/misc/guc.c:4732 msgid "Causes all statements generating error at or above this level to be logged." msgstr "Schreibt alle Anweisungen, die einen Fehler auf dieser Stufe oder höher verursachen, in den Log." -#: utils/misc/guc.c:4731 +#: utils/misc/guc.c:4743 msgid "Sets the type of statements logged." msgstr "Setzt die Anweisungsarten, die geloggt werden." -#: utils/misc/guc.c:4741 +#: utils/misc/guc.c:4753 msgid "Sets the syslog \"facility\" to be used when syslog enabled." msgstr "Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist." -#: utils/misc/guc.c:4756 +#: utils/misc/guc.c:4768 msgid "Sets the session's behavior for triggers and rewrite rules." msgstr "Setzt das Sitzungsverhalten für Trigger und Regeln." -#: utils/misc/guc.c:4766 +#: utils/misc/guc.c:4778 msgid "Sets the current transaction's synchronization level." msgstr "Setzt den Synchronisationsgrad der aktuellen Transaktion." -#: utils/misc/guc.c:4776 +#: utils/misc/guc.c:4788 msgid "Allows archiving of WAL files using archive_command." msgstr "Erlaubt die Archivierung von WAL-Dateien mittels archive_command." -#: utils/misc/guc.c:4786 +#: utils/misc/guc.c:4798 msgid "Sets the action to perform upon reaching the recovery target." msgstr "Setzt die Aktion, die beim Erreichen des Wiederherstellungsziels durchgeführt wird." -#: utils/misc/guc.c:4796 +#: utils/misc/guc.c:4808 msgid "Enables logging of recovery-related debugging information." msgstr "Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung." -#: utils/misc/guc.c:4812 +#: utils/misc/guc.c:4824 msgid "Collects function-level statistics on database activity." msgstr "Sammelt Statistiken auf Funktionsebene über Datenbankaktivität." -#: utils/misc/guc.c:4822 +#: utils/misc/guc.c:4834 msgid "Sets the level of information written to the WAL." msgstr "Setzt den Umfang der in den WAL geschriebenen Informationen." -#: utils/misc/guc.c:4832 +#: utils/misc/guc.c:4844 msgid "Selects the dynamic shared memory implementation used." msgstr "Wählt die zu verwendende Implementierung von dynamischem Shared Memory." -#: utils/misc/guc.c:4842 +#: utils/misc/guc.c:4854 msgid "Selects the shared memory implementation used for the main shared memory region." msgstr "Wählt die Shared-Memory-Implementierung, die für den Haupt-Shared-Memory-Bereich verwendet wird." -#: utils/misc/guc.c:4852 +#: utils/misc/guc.c:4864 msgid "Selects the method used for forcing WAL updates to disk." msgstr "Wählt die Methode, um das Schreiben von WAL-Änderungen auf die Festplatte zu erzwingen." -#: utils/misc/guc.c:4862 +#: utils/misc/guc.c:4874 msgid "Sets how binary values are to be encoded in XML." msgstr "Setzt, wie binäre Werte in XML kodiert werden." -#: utils/misc/guc.c:4872 +#: utils/misc/guc.c:4884 msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments." msgstr "Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als Dokument oder Fragment betrachtet werden sollen." -#: utils/misc/guc.c:4883 +#: utils/misc/guc.c:4895 msgid "Use of huge pages on Linux or Windows." msgstr "Huge Pages auf Linux oder Windows verwenden." -#: utils/misc/guc.c:4893 +#: utils/misc/guc.c:4905 msgid "Forces use of parallel query facilities." msgstr "Verwendung der Einrichtungen für parallele Anfragen erzwingen." -#: utils/misc/guc.c:4894 +#: utils/misc/guc.c:4906 msgid "If possible, run query using a parallel worker and with parallel restrictions." msgstr "Wenn möglich werden Anfragen in einem parallelen Arbeitsprozess und mit parallelen Beschränkungen ausgeführt." -#: utils/misc/guc.c:4904 +#: utils/misc/guc.c:4916 msgid "Chooses the algorithm for encrypting passwords." msgstr "Wählt den Algorithmus zum Verschlüsseln von Passwörtern." -#: utils/misc/guc.c:4914 +#: utils/misc/guc.c:4926 msgid "Controls the planner's selection of custom or generic plan." msgstr "Kontrolliert, ob der Planer einen maßgeschneiderten oder einen allgemeinen Plan verwendet." -#: utils/misc/guc.c:4915 +#: utils/misc/guc.c:4927 msgid "Prepared statements can have custom and generic plans, and the planner will attempt to choose which is better. This can be set to override the default behavior." msgstr "Vorbereitete Anweisungen können maßgeschneiderte oder allgemeine Pläne haben und der Planer wird versuchen, den besseren auszuwählen. Diese Einstellung kann das Standardverhalten außer Kraft setzen." -#: utils/misc/guc.c:4927 +#: utils/misc/guc.c:4939 msgid "Sets the minimum SSL/TLS protocol version to use." msgstr "Setzt die minimale zu verwendende SSL/TLS-Protokollversion." -#: utils/misc/guc.c:4939 +#: utils/misc/guc.c:4951 msgid "Sets the maximum SSL/TLS protocol version to use." msgstr "Setzt die maximale zu verwendende SSL/TLS-Protokollversion." -#: utils/misc/guc.c:4951 +#: utils/misc/guc.c:4963 msgid "Sets the method for synchronizing the data directory before crash recovery." msgstr "Setzt die Methode für das Synchronisieren des Datenverzeichnisses vor der Wiederherstellung nach einem Absturz." -#: utils/misc/guc.c:5520 +#: utils/misc/guc.c:5532 #, c-format msgid "invalid configuration parameter name \"%s\"" msgstr "ungültiger Konfigurationsparametername »%s«" -#: utils/misc/guc.c:5522 +#: utils/misc/guc.c:5534 #, c-format msgid "Custom parameter names must be two or more simple identifiers separated by dots." msgstr "Selbstdefinierte Parameternamen müssen zwei oder mehr einfache Bezeichner getrennt durch Punkte sein." -#: utils/misc/guc.c:5531 utils/misc/guc.c:9290 +#: utils/misc/guc.c:5543 utils/misc/guc.c:9302 #, c-format msgid "unrecognized configuration parameter \"%s\"" msgstr "unbekannter Konfigurationsparameter »%s«" -#: utils/misc/guc.c:5824 +#: utils/misc/guc.c:5836 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: konnte nicht auf Verzeichnis »%s« zugreifen: %s\n" -#: utils/misc/guc.c:5829 +#: utils/misc/guc.c:5841 #, c-format msgid "Run initdb or pg_basebackup to initialize a PostgreSQL data directory.\n" msgstr "Führen Sie initdb oder pg_basebackup aus, um ein PostgreSQL-Datenverzeichnis zu initialisieren.\n" -#: utils/misc/guc.c:5849 +#: utils/misc/guc.c:5861 #, c-format msgid "" "%s does not know where to find the server configuration file.\n" @@ -27852,12 +27919,12 @@ "Sie müssen die Kommandozeilenoption --config-file oder -D angegeben oder\n" "die Umgebungsvariable PGDATA setzen.\n" -#: utils/misc/guc.c:5868 +#: utils/misc/guc.c:5880 #, c-format msgid "%s: could not access the server configuration file \"%s\": %s\n" msgstr "%s: konnte nicht auf die Serverkonfigurationsdatei »%s« zugreifen: %s\n" -#: utils/misc/guc.c:5894 +#: utils/misc/guc.c:5906 #, c-format msgid "" "%s does not know where to find the database system data.\n" @@ -27867,7 +27934,7 @@ "zu finden sind. Sie können dies mit »data_directory« in »%s«, mit der\n" "Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" -#: utils/misc/guc.c:5942 +#: utils/misc/guc.c:5954 #, c-format msgid "" "%s does not know where to find the \"hba\" configuration file.\n" @@ -27877,7 +27944,7 @@ "Sie können dies mit »hba_file« in »%s«, mit der\n" "Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" -#: utils/misc/guc.c:5965 +#: utils/misc/guc.c:5977 #, c-format msgid "" "%s does not know where to find the \"ident\" configuration file.\n" @@ -27887,181 +27954,181 @@ "Sie können dies mit »ident_file« in »%s«, mit der\n" "Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" -#: utils/misc/guc.c:6890 +#: utils/misc/guc.c:6902 msgid "Value exceeds integer range." msgstr "Wert überschreitet Bereich für ganze Zahlen." -#: utils/misc/guc.c:7126 +#: utils/misc/guc.c:7138 #, c-format msgid "%d%s%s is outside the valid range for parameter \"%s\" (%d .. %d)" msgstr "%d%s%s ist außerhalb des gültigen Bereichs für Parameter »%s« (%d ... %d)" -#: utils/misc/guc.c:7162 +#: utils/misc/guc.c:7174 #, c-format msgid "%g%s%s is outside the valid range for parameter \"%s\" (%g .. %g)" msgstr "%g%s%s ist außerhalb des gültigen Bereichs für Parameter »%s« (%g ... %g)" -#: utils/misc/guc.c:7322 utils/misc/guc.c:8694 +#: utils/misc/guc.c:7334 utils/misc/guc.c:8706 #, c-format msgid "cannot set parameters during a parallel operation" msgstr "während einer parallelen Operation können keine Parameter gesetzt werden" -#: utils/misc/guc.c:7339 utils/misc/guc.c:8535 +#: utils/misc/guc.c:7351 utils/misc/guc.c:8547 #, c-format msgid "parameter \"%s\" cannot be changed" msgstr "Parameter »%s« kann nicht geändert werden" -#: utils/misc/guc.c:7372 +#: utils/misc/guc.c:7384 #, c-format msgid "parameter \"%s\" cannot be changed now" msgstr "Parameter »%s« kann jetzt nicht geändert werden" -#: utils/misc/guc.c:7390 utils/misc/guc.c:7437 utils/misc/guc.c:11345 +#: utils/misc/guc.c:7402 utils/misc/guc.c:7449 utils/misc/guc.c:11357 #, c-format msgid "permission denied to set parameter \"%s\"" msgstr "keine Berechtigung, um Parameter »%s« zu setzen" -#: utils/misc/guc.c:7427 +#: utils/misc/guc.c:7439 #, c-format msgid "parameter \"%s\" cannot be set after connection start" msgstr "Parameter »%s« kann nach Start der Verbindung nicht geändert werden" -#: utils/misc/guc.c:7475 +#: utils/misc/guc.c:7487 #, c-format msgid "cannot set parameter \"%s\" within security-definer function" msgstr "Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden" -#: utils/misc/guc.c:8108 utils/misc/guc.c:8155 utils/misc/guc.c:9562 +#: utils/misc/guc.c:8120 utils/misc/guc.c:8167 utils/misc/guc.c:9574 #, c-format msgid "must be superuser or a member of pg_read_all_settings to examine \"%s\"" msgstr "nur Superuser oder Mitglieder von pg_read_all_settings können »%s« ansehen" -#: utils/misc/guc.c:8239 +#: utils/misc/guc.c:8251 #, c-format msgid "SET %s takes only one argument" msgstr "SET %s darf nur ein Argument haben" -#: utils/misc/guc.c:8487 +#: utils/misc/guc.c:8499 #, c-format msgid "must be superuser to execute ALTER SYSTEM command" msgstr "nur Superuser können den Befehl ALTER SYSTEM ausführen" -#: utils/misc/guc.c:8568 +#: utils/misc/guc.c:8580 #, c-format msgid "parameter value for ALTER SYSTEM must not contain a newline" msgstr "Parameterwert für ALTER SYSTEM darf keine Newline enthalten" -#: utils/misc/guc.c:8613 +#: utils/misc/guc.c:8625 #, c-format msgid "could not parse contents of file \"%s\"" msgstr "konnte Inhalt der Datei »%s« nicht parsen" -#: utils/misc/guc.c:8770 +#: utils/misc/guc.c:8782 #, c-format msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" msgstr "SET LOCAL TRANSACTION SNAPSHOT ist nicht implementiert" -#: utils/misc/guc.c:8854 +#: utils/misc/guc.c:8866 #, c-format msgid "SET requires parameter name" msgstr "SET benötigt Parameternamen" -#: utils/misc/guc.c:8987 +#: utils/misc/guc.c:8999 #, c-format msgid "attempt to redefine parameter \"%s\"" msgstr "Versuch, den Parameter »%s« zu redefinieren" -#: utils/misc/guc.c:10792 +#: utils/misc/guc.c:10804 #, c-format msgid "while setting parameter \"%s\" to \"%s\"" msgstr "beim Setzen von Parameter »%s« auf »%s«" -#: utils/misc/guc.c:10957 +#: utils/misc/guc.c:10969 #, c-format msgid "parameter \"%s\" could not be set" msgstr "Parameter »%s« kann nicht gesetzt werden" -#: utils/misc/guc.c:11049 +#: utils/misc/guc.c:11061 #, c-format msgid "could not parse setting for parameter \"%s\"" msgstr "konnte Wert von Parameter »%s« nicht lesen" -#: utils/misc/guc.c:11407 utils/misc/guc.c:11441 +#: utils/misc/guc.c:11419 utils/misc/guc.c:11453 #, c-format msgid "invalid value for parameter \"%s\": %d" msgstr "ungültiger Wert für Parameter »%s«: %d" -#: utils/misc/guc.c:11475 +#: utils/misc/guc.c:11487 #, c-format msgid "invalid value for parameter \"%s\": %g" msgstr "ungültiger Wert für Parameter »%s«: %g" -#: utils/misc/guc.c:11762 +#: utils/misc/guc.c:11774 #, c-format msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session." msgstr "»temp_buffers« kann nicht geändert werden, nachdem in der Sitzung auf temporäre Tabellen zugriffen wurde." -#: utils/misc/guc.c:11774 +#: utils/misc/guc.c:11786 #, c-format msgid "Bonjour is not supported by this build" msgstr "Bonjour wird von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:11787 +#: utils/misc/guc.c:11799 #, c-format msgid "SSL is not supported by this build" msgstr "SSL wird von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:11799 +#: utils/misc/guc.c:11811 #, c-format msgid "Cannot enable parameter when \"log_statement_stats\" is true." msgstr "Kann Parameter nicht einschalten, wenn »log_statement_stats« an ist." -#: utils/misc/guc.c:11811 +#: utils/misc/guc.c:11823 #, c-format msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." msgstr "Kann »log_statement_stats« nicht einschalten, wenn »log_parser_stats«, »log_planner_stats« oder »log_executor_stats« an ist." -#: utils/misc/guc.c:12041 +#: utils/misc/guc.c:12053 #, c-format msgid "effective_io_concurrency must be set to 0 on platforms that lack posix_fadvise()." msgstr "effective_io_concurrency muss auf Plattformen ohne posix_fadvise() auf 0 gesetzt sein." -#: utils/misc/guc.c:12054 +#: utils/misc/guc.c:12066 #, c-format msgid "maintenance_io_concurrency must be set to 0 on platforms that lack posix_fadvise()." msgstr "maintenance_io_concurrency muss auf Plattformen ohne posix_fadvise() auf 0 gesetzt sein." -#: utils/misc/guc.c:12068 +#: utils/misc/guc.c:12080 #, c-format msgid "huge_page_size must be 0 on this platform." msgstr "huge_page_size muss auf dieser Plattform 0 sein." -#: utils/misc/guc.c:12082 +#: utils/misc/guc.c:12094 #, c-format msgid "client_connection_check_interval must be set to 0 on platforms that lack POLLRDHUP." msgstr "client_connection_check_interval muss auf Plattformen ohne POLLRDHUP auf 0 gesetzt sein." -#: utils/misc/guc.c:12210 +#: utils/misc/guc.c:12222 #, c-format msgid "invalid character" msgstr "ungültiges Zeichen" -#: utils/misc/guc.c:12270 +#: utils/misc/guc.c:12282 #, c-format msgid "recovery_target_timeline is not a valid number." msgstr "recovery_target_timeline ist keine gültige Zahl." -#: utils/misc/guc.c:12310 +#: utils/misc/guc.c:12322 #, c-format msgid "multiple recovery targets specified" msgstr "mehrere Wiederherstellungsziele angegeben" -#: utils/misc/guc.c:12311 +#: utils/misc/guc.c:12323 #, c-format msgid "At most one of recovery_target, recovery_target_lsn, recovery_target_name, recovery_target_time, recovery_target_xid may be set." msgstr "Höchstens eins aus recovery_target, recovery_target_lsn, recovery_target_name, recovery_target_time, recovery_target_xid darf gesetzt sein." -#: utils/misc/guc.c:12319 +#: utils/misc/guc.c:12331 #, c-format msgid "The only allowed value is \"immediate\"." msgstr "Der einzige erlaubte Wert ist »immediate«." @@ -28167,7 +28234,7 @@ msgid "@INCLUDE without file name in time zone file \"%s\", line %d" msgstr "@INCLUDE ohne Dateiname in Zeitzonendatei »%s«, Zeile %d" -#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:237 +#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:239 #, c-format msgid "Failed while creating memory context \"%s\"." msgstr "Fehler während der Erzeugung des Speicherkontexts »%s«." diff -Nru postgresql-14-14.5/src/backend/po/es.po postgresql-14-14.6/src/backend/po/es.po --- postgresql-14-14.5/src/backend/po/es.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/po/es.po 2022-11-07 21:38:53.000000000 +0000 @@ -62,8 +62,8 @@ msgstr "" "Project-Id-Version: PostgreSQL server 14\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-08-07 20:27+0000\n" -"PO-Revision-Date: 2022-08-08 01:09+0200\n" +"POT-Creation-Date: 2022-09-03 12:26+0000\n" +"PO-Revision-Date: 2022-09-03 15:12+0200\n" "Last-Translator: Carlos Chapi \n" "Language-Team: PgSQL-es-Ayuda \n" "Language: es\n" @@ -89,15 +89,15 @@ #: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 #: access/transam/timeline.c:143 access/transam/timeline.c:362 #: access/transam/twophase.c:1329 access/transam/xlog.c:3573 -#: access/transam/xlog.c:4811 access/transam/xlog.c:11606 -#: access/transam/xlog.c:11619 access/transam/xlog.c:12074 -#: access/transam/xlog.c:12154 access/transam/xlog.c:12191 -#: access/transam/xlog.c:12251 access/transam/xlogfuncs.c:703 +#: access/transam/xlog.c:4817 access/transam/xlog.c:11620 +#: access/transam/xlog.c:11633 access/transam/xlog.c:12088 +#: access/transam/xlog.c:12168 access/transam/xlog.c:12205 +#: access/transam/xlog.c:12265 access/transam/xlogfuncs.c:703 #: access/transam/xlogfuncs.c:722 commands/extension.c:3474 libpq/hba.c:534 #: replication/basebackup.c:2026 replication/logical/origin.c:729 -#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4917 -#: replication/logical/snapbuild.c:1749 replication/logical/snapbuild.c:1791 -#: replication/logical/snapbuild.c:1818 replication/slot.c:1720 +#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4919 +#: replication/logical/snapbuild.c:1841 replication/logical/snapbuild.c:1883 +#: replication/logical/snapbuild.c:1910 replication/slot.c:1720 #: replication/slot.c:1761 replication/walsender.c:545 #: storage/file/buffile.c:445 storage/file/copydir.c:195 #: utils/adt/genfile.c:202 utils/adt/misc.c:888 utils/cache/relmapper.c:744 @@ -106,10 +106,10 @@ msgstr "no se pudo leer el archivo «%s»: %m" #: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 -#: access/transam/xlog.c:3578 access/transam/xlog.c:4816 +#: access/transam/xlog.c:3578 access/transam/xlog.c:4822 #: replication/basebackup.c:2030 replication/logical/origin.c:734 -#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1754 -#: replication/logical/snapbuild.c:1796 replication/logical/snapbuild.c:1823 +#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1846 +#: replication/logical/snapbuild.c:1888 replication/logical/snapbuild.c:1915 #: replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 #: utils/cache/relmapper.c:748 #, c-format @@ -123,12 +123,12 @@ #: access/transam/timeline.c:516 access/transam/twophase.c:1341 #: access/transam/twophase.c:1746 access/transam/xlog.c:3442 #: access/transam/xlog.c:3613 access/transam/xlog.c:3618 -#: access/transam/xlog.c:3946 access/transam/xlog.c:4781 -#: access/transam/xlog.c:5706 access/transam/xlogfuncs.c:728 +#: access/transam/xlog.c:3946 access/transam/xlog.c:4787 +#: access/transam/xlog.c:5712 access/transam/xlogfuncs.c:728 #: commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 #: libpq/be-fsstubs.c:525 replication/logical/origin.c:667 -#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4975 -#: replication/logical/snapbuild.c:1658 replication/logical/snapbuild.c:1831 +#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4977 +#: replication/logical/snapbuild.c:1750 replication/logical/snapbuild.c:1923 #: replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 #: storage/file/copydir.c:218 storage/file/copydir.c:223 storage/file/fd.c:738 #: storage/file/fd.c:3542 storage/file/fd.c:3645 utils/cache/relmapper.c:759 @@ -163,13 +163,13 @@ #: access/transam/xlog.c:3328 access/transam/xlog.c:3484 #: access/transam/xlog.c:3528 access/transam/xlog.c:3726 #: access/transam/xlog.c:3811 access/transam/xlog.c:3914 -#: access/transam/xlog.c:4801 access/transam/xlogutils.c:803 +#: access/transam/xlog.c:4807 access/transam/xlogutils.c:803 #: postmaster/syslogger.c:1488 replication/basebackup.c:616 #: replication/basebackup.c:1616 replication/logical/origin.c:719 -#: replication/logical/reorderbuffer.c:3572 -#: replication/logical/reorderbuffer.c:4121 -#: replication/logical/reorderbuffer.c:4897 -#: replication/logical/snapbuild.c:1613 replication/logical/snapbuild.c:1720 +#: replication/logical/reorderbuffer.c:3574 +#: replication/logical/reorderbuffer.c:4123 +#: replication/logical/reorderbuffer.c:4899 +#: replication/logical/snapbuild.c:1705 replication/logical/snapbuild.c:1812 #: replication/slot.c:1692 replication/walsender.c:518 #: replication/walsender.c:2563 storage/file/copydir.c:161 #: storage/file/fd.c:713 storage/file/fd.c:3306 storage/file/fd.c:3529 @@ -183,8 +183,8 @@ #: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 #: access/transam/twophase.c:1719 access/transam/twophase.c:1728 -#: access/transam/xlog.c:11363 access/transam/xlog.c:11401 -#: access/transam/xlog.c:11814 access/transam/xlogfuncs.c:782 +#: access/transam/xlog.c:11377 access/transam/xlog.c:11415 +#: access/transam/xlog.c:11828 access/transam/xlogfuncs.c:782 #: postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 #: postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 #, c-format @@ -197,8 +197,8 @@ #: access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 #: access/transam/timeline.c:510 access/transam/twophase.c:1740 #: access/transam/xlog.c:3435 access/transam/xlog.c:3607 -#: access/transam/xlog.c:4774 access/transam/xlog.c:10846 -#: access/transam/xlog.c:10887 replication/logical/snapbuild.c:1651 +#: access/transam/xlog.c:4780 access/transam/xlog.c:10860 +#: access/transam/xlog.c:10901 replication/logical/snapbuild.c:1743 #: replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 #: storage/file/fd.c:3637 storage/smgr/md.c:951 storage/smgr/md.c:992 #: storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8405 @@ -209,7 +209,7 @@ #: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 #: ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 #: ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 -#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6681 +#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6687 #: lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 #: libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 #: postmaster/bgworker.c:948 postmaster/postmaster.c:2540 @@ -234,7 +234,7 @@ #: utils/mmgr/mcxt.c:888 utils/mmgr/mcxt.c:924 utils/mmgr/mcxt.c:962 #: utils/mmgr/mcxt.c:1000 utils/mmgr/mcxt.c:1088 utils/mmgr/mcxt.c:1119 #: utils/mmgr/mcxt.c:1155 utils/mmgr/mcxt.c:1207 utils/mmgr/mcxt.c:1242 -#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:236 +#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:238 #, c-format msgid "out of memory" msgstr "memoria agotada" @@ -264,7 +264,7 @@ msgid "could not change directory to \"%s\": %m" msgstr "no se pudo cambiar al directorio «%s»: %m" -#: ../common/exec.c:291 access/transam/xlog.c:11237 +#: ../common/exec.c:291 access/transam/xlog.c:11251 #: replication/basebackup.c:1434 utils/adt/misc.c:369 #, c-format msgid "could not read symbolic link \"%s\": %m" @@ -293,17 +293,17 @@ #: ../common/file_utils.c:87 ../common/file_utils.c:451 #: ../common/file_utils.c:455 access/transam/twophase.c:1297 -#: access/transam/xlog.c:11339 access/transam/xlog.c:11377 -#: access/transam/xlog.c:11594 access/transam/xlogarchive.c:110 +#: access/transam/xlog.c:11353 access/transam/xlog.c:11391 +#: access/transam/xlog.c:11608 access/transam/xlogarchive.c:110 #: access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 #: commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 -#: commands/tablespace.c:897 replication/basebackup.c:439 +#: commands/tablespace.c:897 guc-file.l:1062 replication/basebackup.c:439 #: replication/basebackup.c:622 replication/basebackup.c:698 -#: replication/logical/snapbuild.c:1530 storage/file/copydir.c:68 +#: replication/logical/snapbuild.c:1622 storage/file/copydir.c:68 #: storage/file/copydir.c:107 storage/file/fd.c:1871 storage/file/fd.c:1957 #: storage/file/fd.c:3157 storage/file/fd.c:3361 utils/adt/dbsize.c:70 #: utils/adt/dbsize.c:222 utils/adt/dbsize.c:302 utils/adt/genfile.c:418 -#: utils/adt/genfile.c:644 utils/adt/misc.c:354 guc-file.l:1062 +#: utils/adt/genfile.c:644 utils/adt/misc.c:354 #, c-format msgid "could not stat file \"%s\": %m" msgstr "no se pudo hacer stat al archivo «%s»: %m" @@ -322,7 +322,7 @@ msgstr "no se pudo leer el directorio «%s»: %m" #: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 -#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1670 +#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1762 #: replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 #: storage/file/fd.c:748 storage/file/fd.c:849 utils/time/snapmgr.c:1282 #, c-format @@ -637,7 +637,7 @@ msgstr "petición para sumarización BRIN de rango para el índice «%s» página %u no fue registrada" #: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1035 -#: access/transam/xlog.c:11008 access/transam/xlog.c:11545 +#: access/transam/xlog.c:11022 access/transam/xlog.c:11559 #: access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 #: access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 #: access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 @@ -1035,11 +1035,11 @@ msgstr "no se pudo determinar qué ordenamiento usar para el hashing de cadenas" #: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 -#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:503 -#: commands/indexcmds.c:1960 commands/tablecmds.c:16888 commands/view.c:86 +#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:515 +#: commands/indexcmds.c:1971 commands/tablecmds.c:16888 commands/view.c:86 #: regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 #: utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 -#: utils/adt/like_support.c:1003 utils/adt/varchar.c:733 +#: utils/adt/like_support.c:1004 utils/adt/varchar.c:733 #: utils/adt/varchar.c:994 utils/adt/varchar.c:1054 utils/adt/varlena.c:1517 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." @@ -1140,8 +1140,8 @@ #: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 #: access/transam/timeline.c:329 access/transam/timeline.c:485 #: access/transam/xlog.c:3351 access/transam/xlog.c:3542 -#: access/transam/xlog.c:4753 access/transam/xlog.c:11354 -#: access/transam/xlog.c:11392 access/transam/xlog.c:11797 +#: access/transam/xlog.c:4759 access/transam/xlog.c:11368 +#: access/transam/xlog.c:11406 access/transam/xlog.c:11811 #: access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 #: postmaster/postmaster.c:5669 replication/logical/origin.c:587 #: replication/slot.c:1544 storage/file/copydir.c:167 storage/smgr/md.c:218 @@ -1158,10 +1158,10 @@ #: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 #: access/transam/timeline.c:424 access/transam/timeline.c:502 #: access/transam/xlog.c:3423 access/transam/xlog.c:3598 -#: access/transam/xlog.c:4765 postmaster/postmaster.c:4633 +#: access/transam/xlog.c:4771 postmaster/postmaster.c:4633 #: postmaster/postmaster.c:4643 replication/logical/origin.c:599 #: replication/logical/origin.c:641 replication/logical/origin.c:660 -#: replication/logical/snapbuild.c:1627 replication/slot.c:1579 +#: replication/logical/snapbuild.c:1719 replication/slot.c:1579 #: storage/file/buffile.c:506 storage/file/copydir.c:207 #: utils/init/miscinit.c:1426 utils/init/miscinit.c:1437 #: utils/init/miscinit.c:1445 utils/misc/guc.c:8366 utils/misc/guc.c:8397 @@ -1174,8 +1174,8 @@ #: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 #: access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 #: postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 -#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4390 -#: replication/logical/snapbuild.c:1572 replication/logical/snapbuild.c:1988 +#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4392 +#: replication/logical/snapbuild.c:1664 replication/logical/snapbuild.c:2080 #: replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3177 #: storage/file/fd.c:3239 storage/file/reinit.c:250 storage/ipc/dsm.c:315 #: storage/smgr/md.c:344 storage/smgr/md.c:394 storage/sync/sync.c:250 @@ -1304,8 +1304,8 @@ msgstr[0] "%u página marcadas «frozen».\n" msgstr[1] "%u páginas marcadas «frozen».\n" -#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4124 -#: commands/indexcmds.c:4143 +#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4135 +#: commands/indexcmds.c:4154 #, c-format msgid "%s." msgstr "%s." @@ -1457,7 +1457,7 @@ msgstr "transacción abortada durante recorrido de catálogos de sistema" #: access/index/indexam.c:142 catalog/objectaddress.c:1355 -#: commands/indexcmds.c:2788 commands/tablecmds.c:267 commands/tablecmds.c:291 +#: commands/indexcmds.c:2799 commands/tablecmds.c:267 commands/tablecmds.c:291 #: commands/tablecmds.c:16586 commands/tablecmds.c:18323 #, c-format msgid "\"%s\" is not an index" @@ -1484,7 +1484,7 @@ msgstr "Esto puede deberse a una expresión de índice no inmutable." #: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 -#: parser/parse_utilcmd.c:2319 +#: parser/parse_utilcmd.c:2329 #, c-format msgid "index \"%s\" is not a btree" msgstr "el índice «%s» no es un btree" @@ -1949,7 +1949,7 @@ msgid "calculated CRC checksum does not match value stored in file \"%s\"" msgstr "la suma de verificación calculada no coincide con el valor almacenado en el archivo «%s»" -#: access/transam/twophase.c:1400 access/transam/xlog.c:6682 +#: access/transam/twophase.c:1400 access/transam/xlog.c:6688 #, c-format msgid "Failed while allocating a WAL reading processor." msgstr "Falló mientras se emplazaba un procesador de lectura de WAL." @@ -2195,413 +2195,413 @@ msgid "could not create missing directory \"%s\": %m" msgstr "no se pudo crear el directorio faltante «%s»: %m" -#: access/transam/xlog.c:4466 +#: access/transam/xlog.c:4472 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "ID de timeline %u inesperado en archivo %s, posición %u" -#: access/transam/xlog.c:4604 +#: access/transam/xlog.c:4610 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "el nuevo timeline %u especificado no es hijo del timeline de sistema %u" -#: access/transam/xlog.c:4618 +#: access/transam/xlog.c:4624 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "el nuevo timeline %u bifurcó del timeline del sistema actual %u antes del punto re recuperación actual %X/%X" -#: access/transam/xlog.c:4637 +#: access/transam/xlog.c:4643 #, c-format msgid "new target timeline is %u" msgstr "el nuevo timeline destino es %u" -#: access/transam/xlog.c:4673 +#: access/transam/xlog.c:4679 #, c-format msgid "could not generate secret authorization token" msgstr "no se pudo generar un token de autorización secreto" -#: access/transam/xlog.c:4832 access/transam/xlog.c:4841 -#: access/transam/xlog.c:4865 access/transam/xlog.c:4872 -#: access/transam/xlog.c:4879 access/transam/xlog.c:4884 -#: access/transam/xlog.c:4891 access/transam/xlog.c:4898 -#: access/transam/xlog.c:4905 access/transam/xlog.c:4912 -#: access/transam/xlog.c:4919 access/transam/xlog.c:4926 -#: access/transam/xlog.c:4935 access/transam/xlog.c:4942 +#: access/transam/xlog.c:4838 access/transam/xlog.c:4847 +#: access/transam/xlog.c:4871 access/transam/xlog.c:4878 +#: access/transam/xlog.c:4885 access/transam/xlog.c:4890 +#: access/transam/xlog.c:4897 access/transam/xlog.c:4904 +#: access/transam/xlog.c:4911 access/transam/xlog.c:4918 +#: access/transam/xlog.c:4925 access/transam/xlog.c:4932 +#: access/transam/xlog.c:4941 access/transam/xlog.c:4948 #: utils/init/miscinit.c:1583 #, c-format msgid "database files are incompatible with server" msgstr "los archivos de base de datos son incompatibles con el servidor" -#: access/transam/xlog.c:4833 +#: access/transam/xlog.c:4839 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "Los archivos de base de datos fueron inicializados con PG_CONTROL_VERSION %d (0x%08x), pero el servidor fue compilado con PG_CONTROL_VERSION %d (0x%08x)." -#: access/transam/xlog.c:4837 +#: access/transam/xlog.c:4843 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Este puede ser un problema de discordancia en el orden de bytes. Parece que necesitará ejecutar initdb." -#: access/transam/xlog.c:4842 +#: access/transam/xlog.c:4848 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "Los archivos de base de datos fueron inicializados con PG_CONTROL_VERSION %d, pero el servidor fue compilado con PG_CONTROL_VERSION %d." -#: access/transam/xlog.c:4845 access/transam/xlog.c:4869 -#: access/transam/xlog.c:4876 access/transam/xlog.c:4881 +#: access/transam/xlog.c:4851 access/transam/xlog.c:4875 +#: access/transam/xlog.c:4882 access/transam/xlog.c:4887 #, c-format msgid "It looks like you need to initdb." msgstr "Parece que necesita ejecutar initdb." -#: access/transam/xlog.c:4856 +#: access/transam/xlog.c:4862 #, c-format msgid "incorrect checksum in control file" msgstr "la suma de verificación es incorrecta en el archivo de control" -#: access/transam/xlog.c:4866 +#: access/transam/xlog.c:4872 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "Los archivos de base de datos fueron inicializados con CATALOG_VERSION_NO %d, pero el servidor fue compilado con CATALOG_VERSION_NO %d." -#: access/transam/xlog.c:4873 +#: access/transam/xlog.c:4879 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "Los archivos de la base de datos fueron inicializados con MAXALIGN %d, pero el servidor fue compilado con MAXALIGN %d." -#: access/transam/xlog.c:4880 +#: access/transam/xlog.c:4886 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "Los archivos de la base de datos parecen usar un formato de número de coma flotante distinto al del ejecutable del servidor." -#: access/transam/xlog.c:4885 +#: access/transam/xlog.c:4891 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "Los archivos de base de datos fueron inicializados con BLCKSZ %d, pero el servidor fue compilado con BLCKSZ %d." -#: access/transam/xlog.c:4888 access/transam/xlog.c:4895 -#: access/transam/xlog.c:4902 access/transam/xlog.c:4909 -#: access/transam/xlog.c:4916 access/transam/xlog.c:4923 -#: access/transam/xlog.c:4930 access/transam/xlog.c:4938 -#: access/transam/xlog.c:4945 +#: access/transam/xlog.c:4894 access/transam/xlog.c:4901 +#: access/transam/xlog.c:4908 access/transam/xlog.c:4915 +#: access/transam/xlog.c:4922 access/transam/xlog.c:4929 +#: access/transam/xlog.c:4936 access/transam/xlog.c:4944 +#: access/transam/xlog.c:4951 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Parece que necesita recompilar o ejecutar initdb." -#: access/transam/xlog.c:4892 +#: access/transam/xlog.c:4898 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "Los archivos de la base de datos fueron inicializados con RELSEG_SIZE %d, pero el servidor fue compilado con RELSEG_SIZE %d." -#: access/transam/xlog.c:4899 +#: access/transam/xlog.c:4905 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "Los archivos de base de datos fueron inicializados con XLOG_BLCKSZ %d, pero el servidor fue compilado con XLOG_BLCKSZ %d." -#: access/transam/xlog.c:4906 +#: access/transam/xlog.c:4912 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "Los archivos de la base de datos fueron inicializados con NAMEDATALEN %d, pero el servidor fue compilado con NAMEDATALEN %d." -#: access/transam/xlog.c:4913 +#: access/transam/xlog.c:4919 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "Los archivos de la base de datos fueron inicializados con INDEX_MAX_KEYS %d, pero el servidor fue compilado con INDEX_MAX_KEYS %d." -#: access/transam/xlog.c:4920 +#: access/transam/xlog.c:4926 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "Los archivos de la base de datos fueron inicializados con TOAST_MAX_CHUNK_SIZE %d, pero el servidor fue compilado con TOAST_MAX_CHUNK_SIZE %d." -#: access/transam/xlog.c:4927 +#: access/transam/xlog.c:4933 #, c-format msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d." msgstr "Los archivos de base de datos fueron inicializados con LOBLKSIZE %d, pero el servidor fue compilado con LOBLKSIZE %d." -#: access/transam/xlog.c:4936 +#: access/transam/xlog.c:4942 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "Los archivos de base de datos fueron inicializados sin USE_FLOAT8_BYVAL, pero el servidor fue compilado con USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4943 +#: access/transam/xlog.c:4949 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "Los archivos de base de datos fueron inicializados con USE_FLOAT8_BYVAL, pero el servidor fue compilado sin USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4952 +#: access/transam/xlog.c:4958 #, c-format msgid "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d byte" msgid_plural "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d bytes" msgstr[0] "El tamaño del segmento de WAL debe ser una potencia de dos entre 1 MB y 1 GB, pero el archivo de control especifica %d byte" msgstr[1] "El tamaño del segmento de WAL debe ser una potencia de dos entre 1 MB y 1 GB, pero el archivo de control especifica %d bytes" -#: access/transam/xlog.c:4964 +#: access/transam/xlog.c:4970 #, c-format msgid "\"min_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "«min_wal_size» debe ser al menos el doble de «wal_segment_size»" -#: access/transam/xlog.c:4968 +#: access/transam/xlog.c:4974 #, c-format msgid "\"max_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "«max_wal_size» debe ser al menos el doble de «wal_segment_size»" -#: access/transam/xlog.c:5402 +#: access/transam/xlog.c:5408 #, c-format msgid "could not write bootstrap write-ahead log file: %m" msgstr "no se pudo escribir el archivo WAL de boostrap: %m" -#: access/transam/xlog.c:5410 +#: access/transam/xlog.c:5416 #, c-format msgid "could not fsync bootstrap write-ahead log file: %m" msgstr "no se pudo sincronizar (fsync) el archivo de WAL de bootstrap: %m" -#: access/transam/xlog.c:5416 +#: access/transam/xlog.c:5422 #, c-format msgid "could not close bootstrap write-ahead log file: %m" msgstr "no se pudo cerrar el archivo WAL de bootstrap: %m" -#: access/transam/xlog.c:5477 +#: access/transam/xlog.c:5483 #, c-format msgid "using recovery command file \"%s\" is not supported" msgstr "el uso del archivo de configuración de recuperación «%s» no está soportado" -#: access/transam/xlog.c:5542 +#: access/transam/xlog.c:5548 #, c-format msgid "standby mode is not supported by single-user servers" msgstr "el modo standby no está soportado en el modo mono-usuario" -#: access/transam/xlog.c:5559 +#: access/transam/xlog.c:5565 #, c-format msgid "specified neither primary_conninfo nor restore_command" msgstr "no se especifica primary_conninfo ni restore_command" -#: access/transam/xlog.c:5560 +#: access/transam/xlog.c:5566 #, c-format msgid "The database server will regularly poll the pg_wal subdirectory to check for files placed there." msgstr "El servidor de bases de datos monitoreará el subdirectorio pg_wal con regularidad en búsqueda de archivos almacenados ahí." -#: access/transam/xlog.c:5568 +#: access/transam/xlog.c:5574 #, c-format msgid "must specify restore_command when standby mode is not enabled" msgstr "debe especificarse restore_command cuando el modo standby no está activo" -#: access/transam/xlog.c:5606 +#: access/transam/xlog.c:5612 #, c-format msgid "recovery target timeline %u does not exist" msgstr "no existe el timeline %u especificado como destino de recuperación" -#: access/transam/xlog.c:5728 +#: access/transam/xlog.c:5734 #, c-format msgid "archive recovery complete" msgstr "recuperación completa" -#: access/transam/xlog.c:5794 access/transam/xlog.c:6065 +#: access/transam/xlog.c:5800 access/transam/xlog.c:6071 #, c-format msgid "recovery stopping after reaching consistency" msgstr "deteniendo recuperación al alcanzar un estado consistente" -#: access/transam/xlog.c:5815 +#: access/transam/xlog.c:5821 #, c-format msgid "recovery stopping before WAL location (LSN) \"%X/%X\"" msgstr "deteniendo recuperación antes de la ubicación (LSN) de WAL «%X/%X»" -#: access/transam/xlog.c:5900 +#: access/transam/xlog.c:5906 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "deteniendo recuperación antes de comprometer la transacción %u, hora %s" -#: access/transam/xlog.c:5907 +#: access/transam/xlog.c:5913 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "deteniendo recuperación antes de abortar la transacción %u, hora %s" -#: access/transam/xlog.c:5960 +#: access/transam/xlog.c:5966 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "deteniendo recuperación en el punto de recuperación «%s», hora %s" -#: access/transam/xlog.c:5978 +#: access/transam/xlog.c:5984 #, c-format msgid "recovery stopping after WAL location (LSN) \"%X/%X\"" msgstr "deteniendo recuperación después de la ubicación (LSN) de WAL «%X/%X»" -#: access/transam/xlog.c:6045 +#: access/transam/xlog.c:6051 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "deteniendo recuperación de comprometer la transacción %u, hora %s" -#: access/transam/xlog.c:6053 +#: access/transam/xlog.c:6059 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "deteniendo recuperación después de abortar la transacción %u, hora %s" -#: access/transam/xlog.c:6098 +#: access/transam/xlog.c:6104 #, c-format msgid "pausing at the end of recovery" msgstr "pausando al final de la recuperación" -#: access/transam/xlog.c:6099 +#: access/transam/xlog.c:6105 #, c-format msgid "Execute pg_wal_replay_resume() to promote." msgstr "Ejecute pg_wal_replay_resume() para promover." -#: access/transam/xlog.c:6102 access/transam/xlog.c:6384 +#: access/transam/xlog.c:6108 access/transam/xlog.c:6390 #, c-format msgid "recovery has paused" msgstr "la recuperación está en pausa" -#: access/transam/xlog.c:6103 +#: access/transam/xlog.c:6109 #, c-format msgid "Execute pg_wal_replay_resume() to continue." msgstr "Ejecute pg_wal_replay_resume() para continuar." -#: access/transam/xlog.c:6375 +#: access/transam/xlog.c:6381 #, c-format msgid "hot standby is not possible because of insufficient parameter settings" msgstr "hot standby no es posible porque la configuración de parámetros no es suficiente" -#: access/transam/xlog.c:6376 access/transam/xlog.c:6403 -#: access/transam/xlog.c:6433 +#: access/transam/xlog.c:6382 access/transam/xlog.c:6409 +#: access/transam/xlog.c:6439 #, c-format msgid "%s = %d is a lower setting than on the primary server, where its value was %d." msgstr "%s = %d es una configuración menor que en el servidor primario, donde su valor era %d." -#: access/transam/xlog.c:6385 +#: access/transam/xlog.c:6391 #, c-format msgid "If recovery is unpaused, the server will shut down." msgstr "Si se continúa con la recuperación, el servidor se apagará." -#: access/transam/xlog.c:6386 +#: access/transam/xlog.c:6392 #, c-format msgid "You can then restart the server after making the necessary configuration changes." msgstr "Luego puede reiniciar el servidor después de hacer los cambios necesarios en la configuración." -#: access/transam/xlog.c:6397 +#: access/transam/xlog.c:6403 #, c-format msgid "promotion is not possible because of insufficient parameter settings" msgstr "la promoción no es posible porque la configuración de parámetros no es suficiente" -#: access/transam/xlog.c:6407 +#: access/transam/xlog.c:6413 #, c-format msgid "Restart the server after making the necessary configuration changes." msgstr "Reinicie el servidor luego de hacer los cambios necesarios en la configuración." -#: access/transam/xlog.c:6431 +#: access/transam/xlog.c:6437 #, c-format msgid "recovery aborted because of insufficient parameter settings" msgstr "se abortó la recuperación porque la configuración de parámetros no es suficiente" -#: access/transam/xlog.c:6437 +#: access/transam/xlog.c:6443 #, c-format msgid "You can restart the server after making the necessary configuration changes." msgstr "Puede reiniciar el servidor luego de hacer los cambios necesarios en la configuración." -#: access/transam/xlog.c:6459 +#: access/transam/xlog.c:6465 #, c-format msgid "WAL was generated with wal_level=minimal, cannot continue recovering" msgstr "el WAL fue generado con wal_level=minimal, no se puede continuar con la recuperación" -#: access/transam/xlog.c:6460 +#: access/transam/xlog.c:6466 #, c-format msgid "This happens if you temporarily set wal_level=minimal on the server." msgstr "Esto sucede si temporalmente define wal_level=minimal en el servidor." -#: access/transam/xlog.c:6461 +#: access/transam/xlog.c:6467 #, c-format msgid "Use a backup taken after setting wal_level to higher than minimal." msgstr "Utilice un respaldo tomado después de establecer wal_level a un valor superior a minimal." -#: access/transam/xlog.c:6530 +#: access/transam/xlog.c:6536 #, c-format msgid "control file contains invalid checkpoint location" msgstr "el archivo de control contiene una ubicación no válida de punto de control" -#: access/transam/xlog.c:6541 +#: access/transam/xlog.c:6547 #, c-format msgid "database system was shut down at %s" msgstr "el sistema de bases de datos fue apagado en %s" -#: access/transam/xlog.c:6547 +#: access/transam/xlog.c:6553 #, c-format msgid "database system was shut down in recovery at %s" msgstr "el sistema de bases de datos fue apagado durante la recuperación en %s" -#: access/transam/xlog.c:6553 +#: access/transam/xlog.c:6559 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "el apagado del sistema de datos fue interrumpido; última vez registrada en funcionamiento en %s" -#: access/transam/xlog.c:6559 +#: access/transam/xlog.c:6565 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "el sistema de bases de datos fue interrumpido durante la recuperación en %s" -#: access/transam/xlog.c:6561 +#: access/transam/xlog.c:6567 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "Esto probablemente significa que algunos datos están corruptos y tendrá que usar el respaldo más reciente para la recuperación." -#: access/transam/xlog.c:6567 +#: access/transam/xlog.c:6573 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "el sistema de bases de datos fue interrumpido durante la recuperación en el instante de registro %s" -#: access/transam/xlog.c:6569 +#: access/transam/xlog.c:6575 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "Si esto ha ocurrido más de una vez, algunos datos podrían estar corruptos y podría ser necesario escoger un punto de recuperación anterior." -#: access/transam/xlog.c:6575 +#: access/transam/xlog.c:6581 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "el sistema de bases de datos fue interrumpido; última vez en funcionamiento en %s" -#: access/transam/xlog.c:6581 +#: access/transam/xlog.c:6587 #, c-format msgid "control file contains invalid database cluster state" msgstr "el archivo de control contiene un estado no válido del clúster" -#: access/transam/xlog.c:6638 +#: access/transam/xlog.c:6644 #, c-format msgid "entering standby mode" msgstr "entrando al modo standby" -#: access/transam/xlog.c:6641 +#: access/transam/xlog.c:6647 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "comenzando el proceso de recuperación hasta el XID %u" -#: access/transam/xlog.c:6645 +#: access/transam/xlog.c:6651 #, c-format msgid "starting point-in-time recovery to %s" msgstr "comenzando el proceso de recuperación hasta %s" -#: access/transam/xlog.c:6649 +#: access/transam/xlog.c:6655 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "comenzando el proceso de recuperación hasta «%s»" -#: access/transam/xlog.c:6653 +#: access/transam/xlog.c:6659 #, c-format msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\"" msgstr "comenzando el proceso de recuperación punto-en-el-tiempo a la ubicación (LSN) de WAL «%X/%X»" -#: access/transam/xlog.c:6657 +#: access/transam/xlog.c:6663 #, c-format msgid "starting point-in-time recovery to earliest consistent point" msgstr "comenzando recuperación a un punto en el tiempo hasta alcanzar un estado consistente" -#: access/transam/xlog.c:6660 +#: access/transam/xlog.c:6666 #, c-format msgid "starting archive recovery" msgstr "comenzando proceso de recuperación" -#: access/transam/xlog.c:6734 +#: access/transam/xlog.c:6740 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "no se pudo encontrar la ubicación de redo referida por el registro de punto de control" # Purposefully deviate from quoting convention here, since argument is a shell command. -#: access/transam/xlog.c:6735 access/transam/xlog.c:6745 +#: access/transam/xlog.c:6741 access/transam/xlog.c:6751 #, c-format msgid "" "If you are restoring from a backup, touch \"%s/recovery.signal\" and add required recovery options.\n" @@ -2612,301 +2612,300 @@ "Si no está restaurando de un respaldo, intente eliminar el archivo \"%s/backup_label\".\n" "Tenga cuidado: eliminar \"%s/backup_label\" resultará en un clúster corrupto si está restaurando de un respaldo." -#: access/transam/xlog.c:6744 +#: access/transam/xlog.c:6750 #, c-format msgid "could not locate required checkpoint record" msgstr "no se pudo localizar el registro del punto de control requerido" -#: access/transam/xlog.c:6773 commands/tablespace.c:665 +#: access/transam/xlog.c:6779 commands/tablespace.c:665 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "no se pudo crear el enlace simbólico «%s»: %m" -#: access/transam/xlog.c:6805 access/transam/xlog.c:6811 +#: access/transam/xlog.c:6811 access/transam/xlog.c:6817 #, c-format msgid "ignoring file \"%s\" because no file \"%s\" exists" msgstr "ignorando el archivo «%s» porque no existe un archivo «%s»" -#: access/transam/xlog.c:6807 access/transam/xlog.c:12330 +#: access/transam/xlog.c:6813 access/transam/xlog.c:12344 #, c-format msgid "File \"%s\" was renamed to \"%s\"." msgstr "El archivo «%s» fue renombrado a «%s»." -#: access/transam/xlog.c:6813 +#: access/transam/xlog.c:6819 #, c-format msgid "Could not rename file \"%s\" to \"%s\": %m." msgstr "No se pudo renombrar el archivo de «%s» a «%s»: %m." -#: access/transam/xlog.c:6864 +#: access/transam/xlog.c:6870 #, c-format msgid "could not locate a valid checkpoint record" msgstr "no se pudo localizar un registro de punto de control válido" -#: access/transam/xlog.c:6902 +#: access/transam/xlog.c:6908 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "el timeline solicitado %u no es un hijo de la historia de este servidor" -#: access/transam/xlog.c:6904 +#: access/transam/xlog.c:6910 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "El punto de control más reciente está en %X/%X en el timeline %u, pero en la historia del timeline solicitado, el servidor se desvió desde ese timeline en %X/%X." -#: access/transam/xlog.c:6918 +#: access/transam/xlog.c:6924 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "el timeline solicitado %u no contiene el punto mínimo de recuperación %X/%X en el timeline %u" -#: access/transam/xlog.c:6948 +#: access/transam/xlog.c:6954 #, c-format msgid "invalid next transaction ID" msgstr "el siguiente ID de transacción no es válido" -#: access/transam/xlog.c:7048 +#: access/transam/xlog.c:7054 #, c-format msgid "invalid redo in checkpoint record" msgstr "redo no es válido en el registro de punto de control" -#: access/transam/xlog.c:7059 +#: access/transam/xlog.c:7065 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "registro redo no es válido en el punto de control de apagado" -#: access/transam/xlog.c:7099 +#: access/transam/xlog.c:7105 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "el sistema de bases de datos no fue apagado apropiadamente; se está efectuando la recuperación automática" -#: access/transam/xlog.c:7103 +#: access/transam/xlog.c:7109 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "la recuperación comienza en el timeline %u y tiene un timeline de destino %u" -#: access/transam/xlog.c:7150 +#: access/transam/xlog.c:7156 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label contiene datos inconsistentes con el archivo de control" -#: access/transam/xlog.c:7151 +#: access/transam/xlog.c:7157 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Esto significa que el respaldo está corrupto y deberá usar otro respaldo para la recuperación." -#: access/transam/xlog.c:7377 +#: access/transam/xlog.c:7383 #, c-format msgid "redo starts at %X/%X" msgstr "redo comienza en %X/%X" -#: access/transam/xlog.c:7602 +#: access/transam/xlog.c:7608 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "el punto de detención de recuperación pedido es antes del punto de recuperación consistente" -#: access/transam/xlog.c:7640 +#: access/transam/xlog.c:7646 #, c-format msgid "redo done at %X/%X system usage: %s" msgstr "redo listo en %X/%X utilización del sistema: %s" -#: access/transam/xlog.c:7646 +#: access/transam/xlog.c:7652 #, c-format msgid "last completed transaction was at log time %s" msgstr "última transacción completada al tiempo de registro %s" -#: access/transam/xlog.c:7655 +#: access/transam/xlog.c:7661 #, c-format msgid "redo is not required" msgstr "no se requiere redo" -#: access/transam/xlog.c:7667 +#: access/transam/xlog.c:7673 #, c-format msgid "recovery ended before configured recovery target was reached" msgstr "la recuperación terminó antes de alcanzar el punto configurado como destino de recuperación" -#: access/transam/xlog.c:7751 access/transam/xlog.c:7755 +#: access/transam/xlog.c:7757 access/transam/xlog.c:7761 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL termina antes del fin del respaldo en línea" -#: access/transam/xlog.c:7752 +#: access/transam/xlog.c:7758 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Todo el WAL generado durante el respaldo en línea debe estar disponible durante la recuperación." -#: access/transam/xlog.c:7756 +#: access/transam/xlog.c:7762 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "Un respaldo en línea iniciado con pg_start_backup() debe ser terminado con pg_stop_backup(), y todos los archivos WAL hasta ese punto deben estar disponibles durante la recuperación." -#: access/transam/xlog.c:7759 +#: access/transam/xlog.c:7765 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL termina antes del punto de recuperación consistente" -#: access/transam/xlog.c:7794 +#: access/transam/xlog.c:7800 #, c-format msgid "selected new timeline ID: %u" msgstr "seleccionado nuevo ID de timeline: %u" -#: access/transam/xlog.c:8226 +#: access/transam/xlog.c:8240 #, c-format -#| msgid "Expected array element or \"]\", but found \"%s\"." msgid "unexpected directory entry \"%s\" found in %s" msgstr "elemento de directorio «%s» inesperado encontrado en %s" -#: access/transam/xlog.c:8228 +#: access/transam/xlog.c:8242 #, c-format msgid "All directory entries in pg_tblspc/ should be symbolic links." msgstr "Todas las entradas de directorios en pg_tblspc/ deberían ser enlaces simbólicos." -#: access/transam/xlog.c:8229 +#: access/transam/xlog.c:8243 #, c-format msgid "Remove those directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete." msgstr "Elimine esos directorios, o configure allow_in_place_tablespaces a ON transitoriamente para permitir que la recuperación termine." -#: access/transam/xlog.c:8313 +#: access/transam/xlog.c:8327 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "el estado de recuperación consistente fue alcanzado en %X/%X" -#: access/transam/xlog.c:8522 +#: access/transam/xlog.c:8536 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "el enlace de punto de control primario en archivo de control no es válido" -#: access/transam/xlog.c:8526 +#: access/transam/xlog.c:8540 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "el enlace del punto de control en backup_label no es válido" -#: access/transam/xlog.c:8544 +#: access/transam/xlog.c:8558 #, c-format msgid "invalid primary checkpoint record" msgstr "el registro del punto de control primario no es válido" -#: access/transam/xlog.c:8548 +#: access/transam/xlog.c:8562 #, c-format msgid "invalid checkpoint record" msgstr "el registro del punto de control no es válido" -#: access/transam/xlog.c:8559 +#: access/transam/xlog.c:8573 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "el ID de gestor de recursos en el registro del punto de control primario no es válido" -#: access/transam/xlog.c:8563 +#: access/transam/xlog.c:8577 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "el ID de gestor de recursos en el registro del punto de control no es válido" -#: access/transam/xlog.c:8576 +#: access/transam/xlog.c:8590 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "xl_info en el registro del punto de control primario no es válido" -#: access/transam/xlog.c:8580 +#: access/transam/xlog.c:8594 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "xl_info en el registro del punto de control no es válido" -#: access/transam/xlog.c:8591 +#: access/transam/xlog.c:8605 #, c-format msgid "invalid length of primary checkpoint record" msgstr "la longitud del registro del punto de control primario no es válida" -#: access/transam/xlog.c:8595 +#: access/transam/xlog.c:8609 #, c-format msgid "invalid length of checkpoint record" msgstr "la longitud del registro de punto de control no es válida" -#: access/transam/xlog.c:8776 +#: access/transam/xlog.c:8790 #, c-format msgid "shutting down" msgstr "apagando" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8815 +#: access/transam/xlog.c:8829 #, c-format msgid "restartpoint starting:%s%s%s%s%s%s%s%s" msgstr "empezando restartpoint:%s%s%s%s%s%s%s%s" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8827 +#: access/transam/xlog.c:8841 #, c-format msgid "checkpoint starting:%s%s%s%s%s%s%s%s" msgstr "empezando checkpoint:%s%s%s%s%s%s%s%s" -#: access/transam/xlog.c:8887 +#: access/transam/xlog.c:8901 #, c-format msgid "restartpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "restartpoint completado: se escribió %d buffers (%.1f%%); %d archivo(s) de WAL añadido(s), %d eliminado(s), %d reciclado(s); escritura=%ld.%03d s, sincronización=%ld.%03d s, total=%ld.%03d s; archivos sincronizados=%d, más largo=%ld.%03d s, promedio=%ld.%03d s; distancia=%d kB, estimado=%d kB" -#: access/transam/xlog.c:8907 +#: access/transam/xlog.c:8921 #, c-format msgid "checkpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "checkpoint completado: se escribió %d buffers (%.1f%%); %d archivo(s) de WAL añadido(s), %d eliminado(s), %d reciclado(s); escritura=%ld.%03d s, sincronización=%ld.%03d s, total=%ld.%03d s; archivos sincronizados=%d, más largo=%ld.%03d s, promedio=%ld.%03d s; distancia=%d kB, estimado=%d kB" -#: access/transam/xlog.c:9351 +#: access/transam/xlog.c:9365 #, c-format msgid "concurrent write-ahead log activity while database system is shutting down" msgstr "hay actividad de WAL mientras el sistema se está apagando" -#: access/transam/xlog.c:9884 +#: access/transam/xlog.c:9898 #, c-format msgid "recovery restart point at %X/%X" msgstr "restartpoint de recuperación en %X/%X" -#: access/transam/xlog.c:9886 +#: access/transam/xlog.c:9900 #, c-format msgid "Last completed transaction was at log time %s." msgstr "Última transacción completada al tiempo de registro %s." -#: access/transam/xlog.c:10132 +#: access/transam/xlog.c:10146 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "punto de recuperación «%s» creado en %X/%X" -#: access/transam/xlog.c:10277 +#: access/transam/xlog.c:10291 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "ID de timeline previo %u inesperado (timeline actual %u) en el registro de punto de control" -#: access/transam/xlog.c:10286 +#: access/transam/xlog.c:10300 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "ID de timeline %u inesperado (después de %u) en el registro de punto de control" -#: access/transam/xlog.c:10302 +#: access/transam/xlog.c:10316 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "timeline ID %u inesperado en registro de checkpoint, antes de alcanzar el punto mínimo de recuperación %X/%X en el timeline %u" -#: access/transam/xlog.c:10377 +#: access/transam/xlog.c:10391 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "el respaldo en línea fue cancelado, la recuperación no puede continuar" -#: access/transam/xlog.c:10433 access/transam/xlog.c:10489 -#: access/transam/xlog.c:10519 +#: access/transam/xlog.c:10447 access/transam/xlog.c:10503 +#: access/transam/xlog.c:10533 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "ID de timeline %u inesperado (debería ser %u) en el registro de punto de control" -#: access/transam/xlog.c:10677 +#: access/transam/xlog.c:10691 #, c-format msgid "successfully skipped missing contrecord at %X/%X, overwritten at %s" msgstr "se omitió con éxito contrecord no encontrado en %X/%X, sobrescrito en %s" -#: access/transam/xlog.c:10892 +#: access/transam/xlog.c:10906 #, c-format msgid "could not fsync write-through file \"%s\": %m" msgstr "no se pudo sincronizar (fsync write-through) el archivo «%s»: %m" -#: access/transam/xlog.c:10898 +#: access/transam/xlog.c:10912 #, c-format msgid "could not fdatasync file \"%s\": %m" msgstr "no se pudo sincronizar (fdatasync) archivo «%s»: %m" -#: access/transam/xlog.c:11009 access/transam/xlog.c:11546 +#: access/transam/xlog.c:11023 access/transam/xlog.c:11560 #: access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 #: access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 #: access/transam/xlogfuncs.c:383 @@ -2914,188 +2913,188 @@ msgid "WAL control functions cannot be executed during recovery." msgstr "Las funciones de control de WAL no pueden ejecutarse durante la recuperación." -#: access/transam/xlog.c:11018 access/transam/xlog.c:11555 +#: access/transam/xlog.c:11032 access/transam/xlog.c:11569 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "el nivel de WAL no es suficiente para hacer un respaldo en línea" -#: access/transam/xlog.c:11019 access/transam/xlog.c:11556 +#: access/transam/xlog.c:11033 access/transam/xlog.c:11570 #: access/transam/xlogfuncs.c:308 #, c-format msgid "wal_level must be set to \"replica\" or \"logical\" at server start." msgstr "wal_level debe ser definido a «replica» o «logical» al inicio del servidor." -#: access/transam/xlog.c:11024 +#: access/transam/xlog.c:11038 #, c-format msgid "backup label too long (max %d bytes)" msgstr "la etiqueta de respaldo es demasiado larga (máximo %d bytes)" -#: access/transam/xlog.c:11061 access/transam/xlog.c:11345 -#: access/transam/xlog.c:11383 +#: access/transam/xlog.c:11075 access/transam/xlog.c:11359 +#: access/transam/xlog.c:11397 #, c-format msgid "a backup is already in progress" msgstr "ya hay un respaldo en curso" -#: access/transam/xlog.c:11062 +#: access/transam/xlog.c:11076 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Ejecute pg_stop_backup() e intente nuevamente." -#: access/transam/xlog.c:11158 +#: access/transam/xlog.c:11172 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "el WAL generado con full_page_writes=off fue restaurado desde el último restartpoint" -#: access/transam/xlog.c:11160 access/transam/xlog.c:11751 +#: access/transam/xlog.c:11174 access/transam/xlog.c:11765 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the primary, and then try an online backup again." msgstr "Esto significa que el respaldo que estaba siendo tomado en el standby está corrupto y no debería usarse. Active full_page_writes y ejecute CHECKPOINT en el primario, luego trate de ejecutar un respaldo en línea nuevamente." -#: access/transam/xlog.c:11244 replication/basebackup.c:1439 +#: access/transam/xlog.c:11258 replication/basebackup.c:1439 #: utils/adt/misc.c:374 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "la ruta «%s» del enlace simbólico es demasiado larga" -#: access/transam/xlog.c:11294 commands/tablespace.c:385 +#: access/transam/xlog.c:11308 commands/tablespace.c:385 #: commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 #, c-format msgid "tablespaces are not supported on this platform" msgstr "tablespaces no están soportados en esta plataforma" -#: access/transam/xlog.c:11346 access/transam/xlog.c:11384 +#: access/transam/xlog.c:11360 access/transam/xlog.c:11398 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Si está seguro que no hay un respaldo en curso, elimine el archivo «%s» e intente nuevamente." -#: access/transam/xlog.c:11571 +#: access/transam/xlog.c:11585 #, c-format msgid "exclusive backup not in progress" msgstr "no hay un respaldo exclusivo en curso" -#: access/transam/xlog.c:11598 +#: access/transam/xlog.c:11612 #, c-format msgid "a backup is not in progress" msgstr "no hay un respaldo en curso" -#: access/transam/xlog.c:11684 access/transam/xlog.c:11697 -#: access/transam/xlog.c:12088 access/transam/xlog.c:12094 -#: access/transam/xlog.c:12142 access/transam/xlog.c:12222 -#: access/transam/xlog.c:12246 access/transam/xlogfuncs.c:733 +#: access/transam/xlog.c:11698 access/transam/xlog.c:11711 +#: access/transam/xlog.c:12102 access/transam/xlog.c:12108 +#: access/transam/xlog.c:12156 access/transam/xlog.c:12236 +#: access/transam/xlog.c:12260 access/transam/xlogfuncs.c:733 #, c-format msgid "invalid data in file \"%s\"" msgstr "datos no válidos en archivo «%s»" -#: access/transam/xlog.c:11701 replication/basebackup.c:1287 +#: access/transam/xlog.c:11715 replication/basebackup.c:1287 #, c-format msgid "the standby was promoted during online backup" msgstr "el standby fue promovido durante el respaldo en línea" -#: access/transam/xlog.c:11702 replication/basebackup.c:1288 +#: access/transam/xlog.c:11716 replication/basebackup.c:1288 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Esto significa que el respaldo que se estaba tomando está corrupto y no debería ser usado. Trate de ejecutar un nuevo respaldo en línea." -#: access/transam/xlog.c:11749 +#: access/transam/xlog.c:11763 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "el WAL generado con full_page_writes=off fue restaurado durante el respaldo en línea" -#: access/transam/xlog.c:11869 +#: access/transam/xlog.c:11883 #, c-format msgid "base backup done, waiting for required WAL segments to be archived" msgstr "respaldo base completo, esperando que se archiven los segmentos WAL requeridos" -#: access/transam/xlog.c:11881 +#: access/transam/xlog.c:11895 #, c-format msgid "still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "todavía en espera de que todos los segmentos WAL requeridos sean archivados (han pasado %d segundos)" -#: access/transam/xlog.c:11883 +#: access/transam/xlog.c:11897 #, c-format msgid "Check that your archive_command is executing properly. You can safely cancel this backup, but the database backup will not be usable without all the WAL segments." msgstr "Verifique que su archive_command se esté ejecutando con normalidad. Puede cancelar este respaldo con confianza, pero el respaldo de la base de datos no será utilizable a menos que disponga de todos los segmentos de WAL." -#: access/transam/xlog.c:11890 +#: access/transam/xlog.c:11904 #, c-format msgid "all required WAL segments have been archived" msgstr "todos los segmentos de WAL requeridos han sido archivados" -#: access/transam/xlog.c:11894 +#: access/transam/xlog.c:11908 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "el archivado de WAL no está activo; debe asegurarse que todos los segmentos WAL requeridos se copian por algún otro mecanismo para completar el respaldo" -#: access/transam/xlog.c:11949 +#: access/transam/xlog.c:11963 #, c-format msgid "aborting backup due to backend exiting before pg_stop_backup was called" msgstr "abortando el backup porque el proceso servidor terminó antes de que pg_stop_backup fuera invocada" -#: access/transam/xlog.c:12143 +#: access/transam/xlog.c:12157 #, c-format msgid "Timeline ID parsed is %u, but expected %u." msgstr "El ID de timeline interpretado es %u, pero se esperaba %u." #. translator: %s is a WAL record description -#: access/transam/xlog.c:12271 +#: access/transam/xlog.c:12285 #, c-format msgid "WAL redo at %X/%X for %s" msgstr "redo WAL en %X/%X para %s" -#: access/transam/xlog.c:12319 +#: access/transam/xlog.c:12333 #, c-format msgid "online backup mode was not canceled" msgstr "el modo de respaldo en línea no fue cancelado" -#: access/transam/xlog.c:12320 +#: access/transam/xlog.c:12334 #, c-format msgid "File \"%s\" could not be renamed to \"%s\": %m." msgstr "El archivo «%s» no se pudo renombrar a «%s»: %m." -#: access/transam/xlog.c:12329 access/transam/xlog.c:12341 -#: access/transam/xlog.c:12351 +#: access/transam/xlog.c:12343 access/transam/xlog.c:12355 +#: access/transam/xlog.c:12365 #, c-format msgid "online backup mode canceled" msgstr "el modo de respaldo en línea fue cancelado" -#: access/transam/xlog.c:12342 +#: access/transam/xlog.c:12356 #, c-format msgid "Files \"%s\" and \"%s\" were renamed to \"%s\" and \"%s\", respectively." msgstr "Los archivos «%s» y «%s» fueron renombrados a «%s» y «%s», respectivamente." -#: access/transam/xlog.c:12352 +#: access/transam/xlog.c:12366 #, c-format msgid "File \"%s\" was renamed to \"%s\", but file \"%s\" could not be renamed to \"%s\": %m." msgstr "El archivo «%s» fue renombrado a «%s», pero el archivo «%s» no pudo ser renombrado a «%s»: %m." # XXX why talk about "log segment" instead of "file"? -#: access/transam/xlog.c:12485 access/transam/xlogutils.c:967 +#: access/transam/xlog.c:12499 access/transam/xlogutils.c:967 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "no se pudo leer del archivo de segmento %s, posición %u: %m" # XXX why talk about "log segment" instead of "file"? -#: access/transam/xlog.c:12491 access/transam/xlogutils.c:974 +#: access/transam/xlog.c:12505 access/transam/xlogutils.c:974 #, c-format msgid "could not read from log segment %s, offset %u: read %d of %zu" msgstr "no se pudo leer del archivo de segmento %s, posición %u: leídos %d de %zu" -#: access/transam/xlog.c:13036 +#: access/transam/xlog.c:13050 #, c-format msgid "WAL receiver process shutdown requested" msgstr "se recibió una petición de apagado para el proceso receptor de wal" -#: access/transam/xlog.c:13131 +#: access/transam/xlog.c:13145 #, c-format msgid "received promote request" msgstr "se recibió petición de promoción" -#: access/transam/xlog.c:13144 +#: access/transam/xlog.c:13158 #, c-format msgid "promote trigger file found: %s" msgstr "se encontró el archivo disparador de promoción: %s" -#: access/transam/xlog.c:13152 +#: access/transam/xlog.c:13166 #, c-format msgid "could not stat promote trigger file \"%s\": %m" msgstr "no se pudo hacer stat al archivo disparador de promoción «%s»: %m" @@ -3156,7 +3155,7 @@ #: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 #: commands/event_trigger.c:1869 commands/extension.c:1945 #: commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 -#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1058 +#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1073 #: foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 #: replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 #: replication/slotfuncs.c:255 replication/walsender.c:3328 @@ -3166,7 +3165,7 @@ #: utils/adt/jsonfuncs.c:2344 utils/adt/jsonfuncs.c:3805 #: utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 #: utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 -#: utils/adt/varlena.c:4825 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 +#: utils/adt/varlena.c:4821 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 #: utils/mmgr/portalmem.c:1145 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -3181,7 +3180,7 @@ #: storage/ipc/shmem.c:558 utils/adt/datetime.c:4816 utils/adt/genfile.c:511 #: utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 #: utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 -#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4829 utils/misc/guc.c:10021 +#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4825 utils/misc/guc.c:10021 #: utils/misc/pg_config.c:43 utils/mmgr/portalmem.c:1149 #, c-format msgid "materialize mode required, but it is not allowed in this context" @@ -3566,9 +3565,9 @@ #: commands/functioncmds.c:789 commands/functioncmds.c:798 #: commands/functioncmds.c:2096 commands/functioncmds.c:2104 #: commands/publicationcmds.c:87 commands/publicationcmds.c:130 -#: commands/sequence.c:1266 commands/sequence.c:1276 commands/sequence.c:1286 -#: commands/sequence.c:1296 commands/sequence.c:1306 commands/sequence.c:1316 -#: commands/sequence.c:1326 commands/sequence.c:1336 commands/sequence.c:1346 +#: commands/sequence.c:1274 commands/sequence.c:1284 commands/sequence.c:1294 +#: commands/sequence.c:1304 commands/sequence.c:1314 commands/sequence.c:1324 +#: commands/sequence.c:1334 commands/sequence.c:1344 commands/sequence.c:1354 #: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 #: commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 #: commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 @@ -3584,7 +3583,7 @@ #: commands/user.c:590 commands/user.c:598 commands/user.c:606 #: commands/user.c:614 commands/user.c:622 commands/user.c:630 #: commands/user.c:638 commands/user.c:647 commands/user.c:655 -#: commands/user.c:663 parser/parse_utilcmd.c:397 +#: commands/user.c:663 parser/parse_utilcmd.c:407 #: replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 #: replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 #: replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 @@ -3604,7 +3603,7 @@ msgstr "No puede utilizar la cláusula IN SCHEMA cuando se utiliza GRANT / REVOKE ON SCHEMAS" #: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 -#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1701 +#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1709 #: commands/tablecmds.c:7051 commands/tablecmds.c:7207 #: commands/tablecmds.c:7257 commands/tablecmds.c:7331 #: commands/tablecmds.c:7401 commands/tablecmds.c:7513 @@ -3616,14 +3615,14 @@ #: commands/tablecmds.c:11985 commands/tablecmds.c:13128 #: commands/tablecmds.c:15695 commands/trigger.c:942 parser/analyze.c:2422 #: parser/parse_relation.c:714 parser/parse_target.c:1063 -#: parser/parse_type.c:144 parser/parse_utilcmd.c:3421 -#: parser/parse_utilcmd.c:3457 parser/parse_utilcmd.c:3499 utils/adt/acl.c:2845 +#: parser/parse_type.c:144 parser/parse_utilcmd.c:3431 +#: parser/parse_utilcmd.c:3467 parser/parse_utilcmd.c:3509 utils/adt/acl.c:2845 #: utils/adt/ruleutils.c:2716 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "no existe la columna «%s» en la relación «%s»" -#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1139 +#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1147 #: commands/tablecmds.c:249 commands/tablecmds.c:16559 utils/adt/acl.c:2053 #: utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 #: utils/adt/acl.c:2175 utils/adt/acl.c:2205 @@ -3801,9 +3800,9 @@ msgid "permission denied for schema %s" msgstr "permiso denegado al esquema %s" -#: catalog/aclchk.c:3400 commands/sequence.c:610 commands/sequence.c:844 -#: commands/sequence.c:886 commands/sequence.c:927 commands/sequence.c:1799 -#: commands/sequence.c:1863 +#: catalog/aclchk.c:3400 commands/sequence.c:618 commands/sequence.c:852 +#: commands/sequence.c:894 commands/sequence.c:935 commands/sequence.c:1807 +#: commands/sequence.c:1871 #, c-format msgid "permission denied for sequence %s" msgstr "permiso denegado a la secuencia %s" @@ -4154,7 +4153,7 @@ msgid "pg_nextoid() can only be used on system catalogs" msgstr "pg_nextoid() sólo puede usarse en catálogos de sistema" -#: catalog/catalog.c:549 parser/parse_utilcmd.c:2266 +#: catalog/catalog.c:549 parser/parse_utilcmd.c:2276 #, c-format msgid "index \"%s\" does not belong to table \"%s\"" msgstr "el índice «%s» no pertenece a la tabla «%s»" @@ -4218,7 +4217,7 @@ #: catalog/dependency.c:1203 catalog/dependency.c:1204 #: catalog/dependency.c:1215 catalog/dependency.c:1216 #: commands/tablecmds.c:1304 commands/tablecmds.c:13746 -#: commands/tablespace.c:464 commands/user.c:1095 commands/view.c:492 +#: commands/tablespace.c:464 commands/user.c:1095 commands/view.c:506 #: libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 #: storage/lmgr/proc.c:1433 utils/adt/acl.c:5250 utils/adt/jsonfuncs.c:618 #: utils/adt/jsonfuncs.c:624 utils/misc/guc.c:7128 utils/misc/guc.c:7164 @@ -4299,19 +4298,19 @@ msgid "no collation was derived for partition key column %s with collatable type %s" msgstr "no se derivó ningún ordenamiento (collate) para la columna %s de llave de partición con tipo ordenable %s" -#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:500 +#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:512 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "no se derivó ningún ordenamiento (collate) para la columna «%s» con tipo ordenable %s" -#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:405 +#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:408 #: commands/tablecmds.c:3858 #, c-format msgid "relation \"%s\" already exists" msgstr "la relación «%s» ya existe" -#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:781 -#: catalog/pg_type.c:928 commands/typecmds.c:249 commands/typecmds.c:261 +#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:784 +#: catalog/pg_type.c:931 commands/typecmds.c:249 commands/typecmds.c:261 #: commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 #: commands/typecmds.c:1590 commands/typecmds.c:2562 #, c-format @@ -4431,7 +4430,7 @@ msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "Trunque la tabla «%s» al mismo tiempo, o utilice TRUNCATE ... CASCADE." -#: catalog/index.c:222 parser/parse_utilcmd.c:2172 +#: catalog/index.c:222 parser/parse_utilcmd.c:2182 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "no se permiten múltiples llaves primarias para la tabla «%s»" @@ -4471,8 +4470,8 @@ msgid "shared indexes cannot be created after initdb" msgstr "no se pueden crear índices compartidos después de initdb" -#: catalog/index.c:863 commands/createas.c:411 commands/sequence.c:154 -#: parser/parse_utilcmd.c:201 +#: catalog/index.c:863 commands/createas.c:423 commands/sequence.c:162 +#: parser/parse_utilcmd.c:211 #, c-format msgid "relation \"%s\" already exists, skipping" msgstr "la relación «%s» ya existe, omitiendo" @@ -4492,12 +4491,12 @@ msgid "cannot reindex temporary tables of other sessions" msgstr "no se puede hacer reindex de tablas temporales de otras sesiones" -#: catalog/index.c:3639 commands/indexcmds.c:3544 +#: catalog/index.c:3639 commands/indexcmds.c:3555 #, c-format msgid "cannot reindex invalid index on TOAST table" msgstr "no es posible reindexar un índice no válido en tabla TOAST" -#: catalog/index.c:3655 commands/indexcmds.c:3424 commands/indexcmds.c:3568 +#: catalog/index.c:3655 commands/indexcmds.c:3435 commands/indexcmds.c:3579 #: commands/tablecmds.c:3273 #, c-format msgid "cannot move system relation \"%s\"" @@ -4597,8 +4596,8 @@ msgid "cross-database references are not implemented: %s" msgstr "no están implementadas las referencias entre bases de datos: %s" -#: catalog/namespace.c:2889 parser/parse_expr.c:817 parser/parse_target.c:1262 -#: gram.y:15102 gram.y:17076 +#: catalog/namespace.c:2889 gram.y:15102 gram.y:17076 parser/parse_expr.c:817 +#: parser/parse_target.c:1262 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "el nombre no es válido (demasiados puntos): %s" @@ -4613,7 +4612,7 @@ msgid "cannot move objects into or out of TOAST schema" msgstr "no se puede mover objetos hacia o desde el esquema TOAST" -#: catalog/namespace.c:3098 commands/schemacmds.c:234 commands/schemacmds.c:314 +#: catalog/namespace.c:3098 commands/schemacmds.c:245 commands/schemacmds.c:325 #: commands/tablecmds.c:1249 #, c-format msgid "schema \"%s\" does not exist" @@ -4720,7 +4719,7 @@ msgstr "no existe el mapeo para el usuario «%s» en el servidor «%s»" #: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 -#: commands/foreigncmds.c:988 commands/foreigncmds.c:1347 foreign/foreign.c:723 +#: commands/foreigncmds.c:997 commands/foreigncmds.c:1360 foreign/foreign.c:723 #, c-format msgid "server \"%s\" does not exist" msgstr "no existe el servidor «%s»" @@ -5256,22 +5255,22 @@ msgid "cast from type %s to type %s already exists" msgstr "ya existe una conversión del tipo %s al tipo %s" -#: catalog/pg_collation.c:93 catalog/pg_collation.c:140 +#: catalog/pg_collation.c:103 catalog/pg_collation.c:161 #, c-format msgid "collation \"%s\" already exists, skipping" msgstr "el ordenamiento «%s» ya existe, omitiendo" -#: catalog/pg_collation.c:95 +#: catalog/pg_collation.c:105 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists, skipping" msgstr "el ordenamiento «%s» para la codificación «%s» ya existe, omitiendo" -#: catalog/pg_collation.c:103 catalog/pg_collation.c:147 +#: catalog/pg_collation.c:113 catalog/pg_collation.c:168 #, c-format msgid "collation \"%s\" already exists" msgstr "el ordenamiento «%s» ya existe" -#: catalog/pg_collation.c:105 +#: catalog/pg_collation.c:115 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists" msgstr "la codificación «%2$s» ya tiene un ordenamiento llamado «%1$s»" @@ -5301,12 +5300,27 @@ msgid "default conversion for %s to %s already exists" msgstr "ya existe una conversión por omisión desde %s a %s" -#: catalog/pg_depend.c:211 commands/extension.c:3352 +#: catalog/pg_depend.c:218 commands/extension.c:3352 #, c-format msgid "%s is already a member of extension \"%s\"" msgstr "«%s» ya es un miembro de la extensión «%s»" -#: catalog/pg_depend.c:587 +#: catalog/pg_depend.c:225 catalog/pg_depend.c:276 commands/extension.c:3392 +#, c-format +msgid "%s is not a member of extension \"%s\"" +msgstr "%s no es un miembro de la extensión «%s»" + +#: catalog/pg_depend.c:228 +#, c-format +msgid "An extension is not allowed to replace an object that it does not own." +msgstr "A una extensión no se le permite reemplazar un objeto que no posee." + +#: catalog/pg_depend.c:279 +#, c-format +msgid "An extension may only use CREATE ... IF NOT EXISTS to skip object creation if the conflicting object is one that it already owns." +msgstr "Una extensión sólo puede usar CREATE ... IF NOT EXISTS para omitir la creación de un objeto si el objeto en conflicto es uno de cual ya es dueña." + +#: catalog/pg_depend.c:644 #, c-format msgid "cannot remove dependency on %s because it is a system object" msgstr "no se puede eliminar dependencia a %s porque es un objeto requerido por el sistema" @@ -5372,7 +5386,7 @@ msgid "There's no pending concurrent detach." msgstr "No hay desprendimientos concurrentes pendientes." -#: catalog/pg_namespace.c:64 commands/schemacmds.c:243 +#: catalog/pg_namespace.c:64 commands/schemacmds.c:254 #, c-format msgid "schema \"%s\" already exists" msgstr "ya existe el esquema «%s»" @@ -5524,7 +5538,7 @@ msgid "SQL functions cannot have arguments of type %s" msgstr "las funciones SQL no pueden tener argumentos de tipo %s" -#: catalog/pg_proc.c:995 executor/functions.c:1458 +#: catalog/pg_proc.c:995 executor/functions.c:1473 #, c-format msgid "SQL function \"%s\"" msgstr "función SQL «%s»" @@ -5688,17 +5702,17 @@ msgid "fixed-size types must have storage PLAIN" msgstr "los tipos de tamaño fijo deben tener almacenamiento PLAIN" -#: catalog/pg_type.c:824 +#: catalog/pg_type.c:827 #, c-format msgid "could not form array type name for type \"%s\"" msgstr "no se pudo formar un nombre de tipo de array para el tipo «%s»" -#: catalog/pg_type.c:929 +#: catalog/pg_type.c:932 #, c-format msgid "Failed while creating a multirange type for type \"%s\"." msgstr "Falla al crear un tipo de multirango para el tipo «%s»." -#: catalog/pg_type.c:930 +#: catalog/pg_type.c:933 #, c-format msgid "You can manually specify a multirange type name using the \"multirange_type_name\" attribute." msgstr "Puede especificar manualmente un nombre para el tipo de multirango usando el atributo «multirange_type_name»." @@ -5814,7 +5828,7 @@ msgid "foreign-data wrapper \"%s\" already exists" msgstr "el conector de datos externos «%s» ya existe" -#: commands/alter.c:90 commands/foreigncmds.c:879 +#: commands/alter.c:90 commands/foreigncmds.c:888 #, c-format msgid "server \"%s\" already exists" msgstr "el servidor «%s» ya existe" @@ -6161,7 +6175,7 @@ msgid "database \"%s\" does not exist" msgstr "no existe la base de datos «%s»" -#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:979 +#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:989 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table" msgstr "«%s» no es una tabla, vista, vista materializada, tipo compuesto, o tabla foránea" @@ -6367,7 +6381,7 @@ msgid "Generated columns cannot be used in COPY." msgstr "Las columnas generadas no pueden usarse en COPY." -#: commands/copy.c:746 commands/indexcmds.c:1831 commands/statscmds.c:241 +#: commands/copy.c:746 commands/indexcmds.c:1842 commands/statscmds.c:245 #: commands/tablecmds.c:2347 commands/tablecmds.c:3003 #: commands/tablecmds.c:3496 parser/parse_relation.c:3637 #: parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 @@ -6719,12 +6733,12 @@ msgid "COPY TO instructs the PostgreSQL server process to write a file. You may want a client-side facility such as psql's \\copy." msgstr "COPY TO indica al proceso servidor PostgreSQL escribir a un archivo. Puede desear usar facilidades del lado del cliente, como \\copy de psql." -#: commands/createas.c:215 commands/createas.c:511 +#: commands/createas.c:215 commands/createas.c:523 #, c-format msgid "too many column names were specified" msgstr "se especificaron demasiados nombres de columna" -#: commands/createas.c:534 +#: commands/createas.c:546 #, c-format msgid "policies not yet implemented for this command" msgstr "las políticas no están implementadas para esta orden" @@ -6972,7 +6986,6 @@ #: commands/dbcommands.c:2201 #, c-format -#| msgid "removing WAL directory \"%s\"" msgid "missing directory \"%s\"" msgstr "directorio «%s» faltante" @@ -7030,7 +7043,7 @@ msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "Use DROP AGGREGATE para eliminar funciones de agregación." -#: commands/dropcmds.c:158 commands/sequence.c:447 commands/tablecmds.c:3580 +#: commands/dropcmds.c:158 commands/sequence.c:455 commands/tablecmds.c:3580 #: commands/tablecmds.c:3738 commands/tablecmds.c:3791 #: commands/tablecmds.c:15890 tcop/utility.c:1324 #, c-format @@ -7062,7 +7075,7 @@ msgid "conversion \"%s\" does not exist, skipping" msgstr "no existe la conversión «%s», omitiendo" -#: commands/dropcmds.c:293 commands/statscmds.c:670 +#: commands/dropcmds.c:293 commands/statscmds.c:674 #, c-format msgid "statistics object \"%s\" does not exist, skipping" msgstr "no existe el objeto de estadísticas «%s», omitiendo" @@ -7157,7 +7170,7 @@ msgid "foreign-data wrapper \"%s\" does not exist, skipping" msgstr "no existe el conector de datos externos «%s», omitiendo" -#: commands/dropcmds.c:453 commands/foreigncmds.c:1351 +#: commands/dropcmds.c:453 commands/foreigncmds.c:1364 #, c-format msgid "server \"%s\" does not exist, skipping" msgstr "el servidor «%s» no existe, omitiendo" @@ -7502,11 +7515,6 @@ msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension" msgstr "no se puede agregar el esquema «%s» a la extensión «%s» porque el esquema contiene la extensión" -#: commands/extension.c:3392 -#, c-format -msgid "%s is not a member of extension \"%s\"" -msgstr "%s no es un miembro de la extensión «%s»" - #: commands/extension.c:3458 #, c-format msgid "file \"%s\" is too large" @@ -7572,42 +7580,42 @@ msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid" msgstr "al cambiar el validador del conector de datos externos, las opciones para los objetos dependientes de él pueden volverse no válidas" -#: commands/foreigncmds.c:871 +#: commands/foreigncmds.c:880 #, c-format msgid "server \"%s\" already exists, skipping" msgstr "el servidor «%s» ya existe, omitiendo" -#: commands/foreigncmds.c:1135 +#: commands/foreigncmds.c:1148 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\", skipping" msgstr "el mapeo de usuario «%s» ya existe para el servidor «%s», omitiendo" -#: commands/foreigncmds.c:1145 +#: commands/foreigncmds.c:1158 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\"" msgstr "el mapeo de usuario «%s» ya existe para el servidor «%s»" -#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1365 +#: commands/foreigncmds.c:1258 commands/foreigncmds.c:1378 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\"" msgstr "no existe el mapeo de usuario «%s» para el servidor «%s»" -#: commands/foreigncmds.c:1370 +#: commands/foreigncmds.c:1383 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\", skipping" msgstr "no existe el mapeo de usuario «%s» para el servidor «%s», omitiendo" -#: commands/foreigncmds.c:1498 foreign/foreign.c:389 +#: commands/foreigncmds.c:1511 foreign/foreign.c:389 #, c-format msgid "foreign-data wrapper \"%s\" has no handler" msgstr "el conector de datos externos «%s» no tiene manejador" -#: commands/foreigncmds.c:1504 +#: commands/foreigncmds.c:1517 #, c-format msgid "foreign-data wrapper \"%s\" does not support IMPORT FOREIGN SCHEMA" msgstr "el conector de datos externos «%s» no soporta IMPORT FOREIGN SCHEMA" -#: commands/foreigncmds.c:1606 +#: commands/foreigncmds.c:1619 #, c-format msgid "importing foreign table \"%s\"" msgstr "importando la tabla foránea «%s»" @@ -8070,198 +8078,198 @@ msgid "index creation on system columns is not supported" msgstr "la creación de índices en columnas de sistema no está soportada" -#: commands/indexcmds.c:1276 tcop/utility.c:1510 +#: commands/indexcmds.c:1285 tcop/utility.c:1510 #, c-format msgid "cannot create unique index on partitioned table \"%s\"" msgstr "no se puede crear un índice único en la tabla particionada «%s»" -#: commands/indexcmds.c:1278 tcop/utility.c:1512 +#: commands/indexcmds.c:1287 tcop/utility.c:1512 #, c-format msgid "Table \"%s\" contains partitions that are foreign tables." msgstr "La tabla «%s» contiene particiones que son tablas foráneas." -#: commands/indexcmds.c:1748 +#: commands/indexcmds.c:1759 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "las funciones utilizadas en predicados de índice deben estar marcadas IMMUTABLE" -#: commands/indexcmds.c:1826 parser/parse_utilcmd.c:2515 -#: parser/parse_utilcmd.c:2650 +#: commands/indexcmds.c:1837 parser/parse_utilcmd.c:2525 +#: parser/parse_utilcmd.c:2660 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "no existe la columna «%s» en la llave" -#: commands/indexcmds.c:1850 parser/parse_utilcmd.c:1814 +#: commands/indexcmds.c:1861 parser/parse_utilcmd.c:1824 #, c-format msgid "expressions are not supported in included columns" msgstr "las expresiones no están soportadas en columnas incluidas" -#: commands/indexcmds.c:1891 +#: commands/indexcmds.c:1902 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "las funciones utilizadas en expresiones de índice deben estar marcadas IMMUTABLE" -#: commands/indexcmds.c:1906 +#: commands/indexcmds.c:1917 #, c-format msgid "including column does not support a collation" msgstr "la columna incluida no permite un ordenamiento (collation)" -#: commands/indexcmds.c:1910 +#: commands/indexcmds.c:1921 #, c-format msgid "including column does not support an operator class" msgstr "la columna incluida no permite una clase de operadores" -#: commands/indexcmds.c:1914 +#: commands/indexcmds.c:1925 #, c-format msgid "including column does not support ASC/DESC options" msgstr "la columna incluida no permite las opciones ASC/DESC" -#: commands/indexcmds.c:1918 +#: commands/indexcmds.c:1929 #, c-format msgid "including column does not support NULLS FIRST/LAST options" msgstr "la columna incluida no permite las opciones NULLS FIRST/LAST" -#: commands/indexcmds.c:1959 +#: commands/indexcmds.c:1970 #, c-format msgid "could not determine which collation to use for index expression" msgstr "no se pudo determinar qué ordenamiento (collation) usar para la expresión de índice" -#: commands/indexcmds.c:1967 commands/tablecmds.c:16895 commands/typecmds.c:810 -#: parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3782 +#: commands/indexcmds.c:1978 commands/tablecmds.c:16895 commands/typecmds.c:810 +#: parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3792 #: utils/adt/misc.c:628 #, c-format msgid "collations are not supported by type %s" msgstr "los ordenamientos (collation) no están soportados por el tipo %s" -#: commands/indexcmds.c:2032 +#: commands/indexcmds.c:2043 #, c-format msgid "operator %s is not commutative" msgstr "el operador %s no es conmutativo" -#: commands/indexcmds.c:2034 +#: commands/indexcmds.c:2045 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "Sólo operadores conmutativos pueden ser usados en restricciones de exclusión." -#: commands/indexcmds.c:2060 +#: commands/indexcmds.c:2071 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "el operador %s no es un miembro de la familia de operadores «%s»" -#: commands/indexcmds.c:2063 +#: commands/indexcmds.c:2074 #, c-format msgid "The exclusion operator must be related to the index operator class for the constraint." msgstr "El operador de exclusión debe estar relacionado con la clase de operadores del índice para la restricción." -#: commands/indexcmds.c:2098 +#: commands/indexcmds.c:2109 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "el método de acceso «%s» no soporta las opciones ASC/DESC" -#: commands/indexcmds.c:2103 +#: commands/indexcmds.c:2114 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "el método de acceso «%s» no soporta las opciones NULLS FIRST/LAST" -#: commands/indexcmds.c:2149 commands/tablecmds.c:16920 +#: commands/indexcmds.c:2160 commands/tablecmds.c:16920 #: commands/tablecmds.c:16926 commands/typecmds.c:2317 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "el tipo de dato %s no tiene una clase de operadores por omisión para el método de acceso «%s»" -#: commands/indexcmds.c:2151 +#: commands/indexcmds.c:2162 #, c-format msgid "You must specify an operator class for the index or define a default operator class for the data type." msgstr "Debe especificar una clase de operadores para el índice, o definir una clase de operadores por omisión para el tipo de datos." -#: commands/indexcmds.c:2180 commands/indexcmds.c:2188 +#: commands/indexcmds.c:2191 commands/indexcmds.c:2199 #: commands/opclasscmds.c:205 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "no existe la clase de operadores «%s» para el método de acceso «%s»" -#: commands/indexcmds.c:2202 commands/typecmds.c:2305 +#: commands/indexcmds.c:2213 commands/typecmds.c:2305 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "la clase de operadores «%s» no acepta el tipo de datos %s" -#: commands/indexcmds.c:2292 +#: commands/indexcmds.c:2303 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "hay múltiples clases de operadores por omisión para el tipo de datos %s" -#: commands/indexcmds.c:2620 +#: commands/indexcmds.c:2631 #, c-format msgid "unrecognized REINDEX option \"%s\"" msgstr "opción de REINDEX «%s» no reconocida" -#: commands/indexcmds.c:2844 +#: commands/indexcmds.c:2855 #, c-format msgid "table \"%s\" has no indexes that can be reindexed concurrently" msgstr "la tabla «%s» no tiene índices que puedan ser reindexados concurrentemente" -#: commands/indexcmds.c:2858 +#: commands/indexcmds.c:2869 #, c-format msgid "table \"%s\" has no indexes to reindex" msgstr "la tabla «%s» no tiene índices para reindexar" -#: commands/indexcmds.c:2898 commands/indexcmds.c:3405 -#: commands/indexcmds.c:3533 +#: commands/indexcmds.c:2909 commands/indexcmds.c:3416 +#: commands/indexcmds.c:3544 #, c-format msgid "cannot reindex system catalogs concurrently" msgstr "no se pueden reindexar catálogos de sistema concurrentemente" -#: commands/indexcmds.c:2921 +#: commands/indexcmds.c:2932 #, c-format msgid "can only reindex the currently open database" msgstr "sólo se puede reindexar la base de datos actualmente abierta" -#: commands/indexcmds.c:3009 +#: commands/indexcmds.c:3020 #, c-format msgid "cannot reindex system catalogs concurrently, skipping all" msgstr "no se puede reindexar un catálogo de sistema concurrentemente, omitiéndolos todos" -#: commands/indexcmds.c:3042 +#: commands/indexcmds.c:3053 #, c-format msgid "cannot move system relations, skipping all" msgstr "no se puede mover las relaciones de sistema, omitiendo todas" -#: commands/indexcmds.c:3089 +#: commands/indexcmds.c:3100 #, c-format msgid "while reindexing partitioned table \"%s.%s\"" msgstr "al reindexar tabla particionada «%s.%s»" -#: commands/indexcmds.c:3092 +#: commands/indexcmds.c:3103 #, c-format msgid "while reindexing partitioned index \"%s.%s\"" msgstr "al reindexar índice particionado «%s.%s»" -#: commands/indexcmds.c:3285 commands/indexcmds.c:4141 +#: commands/indexcmds.c:3296 commands/indexcmds.c:4152 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "la tabla «%s.%s» fue reindexada" -#: commands/indexcmds.c:3437 commands/indexcmds.c:3489 +#: commands/indexcmds.c:3448 commands/indexcmds.c:3500 #, c-format msgid "cannot reindex invalid index \"%s.%s\" concurrently, skipping" msgstr "no se puede reindexar el índice no válido «%s.%s» concurrentemente, omitiendo" -#: commands/indexcmds.c:3443 +#: commands/indexcmds.c:3454 #, c-format msgid "cannot reindex exclusion constraint index \"%s.%s\" concurrently, skipping" msgstr "no se puede reindexar el índice de restricción de exclusión «%s.%s» concurrentemente, omitiendo" -#: commands/indexcmds.c:3598 +#: commands/indexcmds.c:3609 #, c-format msgid "cannot reindex this type of relation concurrently" msgstr "no se puede reindexar este tipo de relación concurrentemente" -#: commands/indexcmds.c:3619 +#: commands/indexcmds.c:3630 #, c-format msgid "cannot move non-shared relation to tablespace \"%s\"" msgstr "no se puede mover relación no compartida al tablespace «%s»" -#: commands/indexcmds.c:4122 commands/indexcmds.c:4134 +#: commands/indexcmds.c:4133 commands/indexcmds.c:4145 #, c-format msgid "index \"%s.%s\" was reindexed" msgstr "el índice «%s.%s» fue reindexado" @@ -8741,17 +8749,17 @@ msgid "The owner of a FOR ALL TABLES publication must be a superuser." msgstr "El dueño de una publicación FOR ALL TABLES debe ser un superusuario." -#: commands/schemacmds.c:105 commands/schemacmds.c:259 +#: commands/schemacmds.c:105 commands/schemacmds.c:270 #, c-format msgid "unacceptable schema name \"%s\"" msgstr "el nombre de schema «%s» es inaceptable" -#: commands/schemacmds.c:106 commands/schemacmds.c:260 +#: commands/schemacmds.c:106 commands/schemacmds.c:271 #, c-format msgid "The prefix \"pg_\" is reserved for system schemas." msgstr "El prefijo «pg_» está reservado para esquemas del sistema." -#: commands/schemacmds.c:120 +#: commands/schemacmds.c:130 #, c-format msgid "schema \"%s\" already exists, skipping" msgstr "el esquema «%s» ya existe, omitiendo" @@ -8781,122 +8789,122 @@ msgid "unlogged sequences are not supported" msgstr "las secuencias «unlogged» no están soportadas" -#: commands/sequence.c:709 +#: commands/sequence.c:717 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval: se alcanzó el valor máximo de la secuencia «%s» (%s)" -#: commands/sequence.c:732 +#: commands/sequence.c:740 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval: se alcanzó el valor mínimo de la secuencia «%s» (%s)" -#: commands/sequence.c:850 +#: commands/sequence.c:858 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "currval de la secuencia «%s» no está definido en esta sesión" -#: commands/sequence.c:869 commands/sequence.c:875 +#: commands/sequence.c:877 commands/sequence.c:883 #, c-format msgid "lastval is not yet defined in this session" msgstr "lastval no está definido en esta sesión" -#: commands/sequence.c:963 +#: commands/sequence.c:971 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "setval: el valor %s está fuera del rango de la secuencia «%s» (%s..%s)" -#: commands/sequence.c:1359 +#: commands/sequence.c:1367 #, c-format msgid "invalid sequence option SEQUENCE NAME" msgstr "opción de secuencia no válida SEQUENCE NAME" -#: commands/sequence.c:1385 +#: commands/sequence.c:1393 #, c-format msgid "identity column type must be smallint, integer, or bigint" msgstr "el tipo de columna de identidad debe ser smallint, integer o bigint" -#: commands/sequence.c:1386 +#: commands/sequence.c:1394 #, c-format msgid "sequence type must be smallint, integer, or bigint" msgstr "el tipo de secuencia debe ser smallint, integer o bigint" -#: commands/sequence.c:1420 +#: commands/sequence.c:1428 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENT no debe ser cero" -#: commands/sequence.c:1473 +#: commands/sequence.c:1481 #, c-format msgid "MAXVALUE (%s) is out of range for sequence data type %s" msgstr "MAXVALUE (%s) está fuera de rango para el tipo de dato de la secuencia %s" -#: commands/sequence.c:1510 +#: commands/sequence.c:1518 #, c-format msgid "MINVALUE (%s) is out of range for sequence data type %s" msgstr "MINVALUE (%s) está fuera de rango para el tipo de dato de la secuencia %s" -#: commands/sequence.c:1524 +#: commands/sequence.c:1532 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s) debe ser menor que MAXVALUE (%s)" -#: commands/sequence.c:1551 +#: commands/sequence.c:1559 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "el valor START (%s) no puede ser menor que MINVALUE (%s)" -#: commands/sequence.c:1563 +#: commands/sequence.c:1571 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "el valor START (%s) no puede ser mayor que MAXVALUE (%s)" -#: commands/sequence.c:1593 +#: commands/sequence.c:1601 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "el valor RESTART (%s) no puede ser menor que MINVALUE (%s)" -#: commands/sequence.c:1605 +#: commands/sequence.c:1613 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "el valor RESTART (%s) no puede ser mayor que MAXVALUE (%s)" -#: commands/sequence.c:1620 +#: commands/sequence.c:1628 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "CACHE (%s) debe ser mayor que cero" -#: commands/sequence.c:1657 +#: commands/sequence.c:1665 #, c-format msgid "invalid OWNED BY option" msgstr "opción OWNED BY no válida" -#: commands/sequence.c:1658 +#: commands/sequence.c:1666 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Especifique OWNED BY tabla.columna o OWNED BY NONE." -#: commands/sequence.c:1683 +#: commands/sequence.c:1691 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "la relación referida «%s» no es una tabla o tabla foránea" -#: commands/sequence.c:1690 +#: commands/sequence.c:1698 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "la secuencia debe tener el mismo dueño que la tabla a la que está enlazada" -#: commands/sequence.c:1694 +#: commands/sequence.c:1702 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "la secuencia debe estar en el mismo esquema que la tabla a la que está enlazada" -#: commands/sequence.c:1716 +#: commands/sequence.c:1724 #, c-format msgid "cannot change ownership of identity sequence" msgstr "no se puede cambiar el dueño de la secuencia de identidad" -#: commands/sequence.c:1717 commands/tablecmds.c:13275 +#: commands/sequence.c:1725 commands/tablecmds.c:13275 #: commands/tablecmds.c:15910 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." @@ -8912,72 +8920,72 @@ msgid "relation \"%s\" is not a table, foreign table, or materialized view" msgstr "la relación «%s» no es una tabla, tabla foránea o vista materializada" -#: commands/statscmds.c:189 +#: commands/statscmds.c:193 #, c-format msgid "statistics object \"%s\" already exists, skipping" msgstr "el objeto de estadísticas «%s» ya existe, omitiendo" -#: commands/statscmds.c:197 +#: commands/statscmds.c:201 #, c-format msgid "statistics object \"%s\" already exists" msgstr "el objeto de estadísticas «%s» ya existe" -#: commands/statscmds.c:208 +#: commands/statscmds.c:212 #, c-format msgid "cannot have more than %d columns in statistics" msgstr "no se puede tener más de %d columnas en estadísticas" -#: commands/statscmds.c:249 commands/statscmds.c:272 commands/statscmds.c:305 +#: commands/statscmds.c:253 commands/statscmds.c:276 commands/statscmds.c:309 #, c-format msgid "statistics creation on system columns is not supported" msgstr "la creación de estadísticas en columnas de sistema no está soportada" -#: commands/statscmds.c:256 commands/statscmds.c:279 +#: commands/statscmds.c:260 commands/statscmds.c:283 #, c-format msgid "column \"%s\" cannot be used in statistics because its type %s has no default btree operator class" msgstr "la columna «%s» no puede ser usado en estadísticas porque su tipo %s no tiene una clase de operadores por omisión para btree" -#: commands/statscmds.c:322 +#: commands/statscmds.c:326 #, c-format msgid "expression cannot be used in multivariate statistics because its type %s has no default btree operator class" msgstr "la expresión no puede ser usada en estadísticas multivariantes porque su tipo %s no tiene una clase de operadores por omisión para btree" -#: commands/statscmds.c:343 +#: commands/statscmds.c:347 #, c-format msgid "when building statistics on a single expression, statistics kinds may not be specified" msgstr "al crear estadísticas sobre una sola expresión, no se deben especificar tipos de estadísticas" -#: commands/statscmds.c:372 +#: commands/statscmds.c:376 #, c-format msgid "unrecognized statistics kind \"%s\"" msgstr "tipo de estadísticas «%s» no reconocido" -#: commands/statscmds.c:401 +#: commands/statscmds.c:405 #, c-format msgid "extended statistics require at least 2 columns" msgstr "las estadísticas extendidas requieren al menos 2 columnas" -#: commands/statscmds.c:419 +#: commands/statscmds.c:423 #, c-format msgid "duplicate column name in statistics definition" msgstr "nombre de columna duplicado en definición de estadísticas" -#: commands/statscmds.c:454 +#: commands/statscmds.c:458 #, c-format msgid "duplicate expression in statistics definition" msgstr "expresión duplicada en definición de estadísticas" -#: commands/statscmds.c:635 commands/tablecmds.c:7918 +#: commands/statscmds.c:639 commands/tablecmds.c:7918 #, c-format msgid "statistics target %d is too low" msgstr "el valor de estadísticas %d es demasiado bajo" -#: commands/statscmds.c:643 commands/tablecmds.c:7926 +#: commands/statscmds.c:647 commands/tablecmds.c:7926 #, c-format msgid "lowering statistics target to %d" msgstr "bajando el valor de estadísticas a %d" -#: commands/statscmds.c:666 +#: commands/statscmds.c:670 #, c-format msgid "statistics object \"%s.%s\" does not exist, skipping" msgstr "no existe el objeto de estadísticas «%s.%s», omitiendo" @@ -9166,7 +9174,7 @@ msgstr "Use DROP MATERIALIZED VIEW para eliminar una vista materializada." #: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18366 -#: parser/parse_utilcmd.c:2247 +#: parser/parse_utilcmd.c:2257 #, c-format msgid "index \"%s\" does not exist" msgstr "no existe el índice «%s»" @@ -9294,8 +9302,8 @@ msgid "cannot inherit from partition \"%s\"" msgstr "no se puede heredar de la partición «%s»" -#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2477 -#: parser/parse_utilcmd.c:2619 +#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2487 +#: parser/parse_utilcmd.c:2629 #, c-format msgid "inherited relation \"%s\" is not a table or foreign table" msgstr "la relación heredada «%s» no es una tabla o tabla foránea" @@ -9365,19 +9373,19 @@ msgstr "columna heredada «%s» tiene conflicto de generación" #: commands/tablecmds.c:2685 commands/tablecmds.c:2740 -#: commands/tablecmds.c:11859 parser/parse_utilcmd.c:1291 -#: parser/parse_utilcmd.c:1334 parser/parse_utilcmd.c:1742 -#: parser/parse_utilcmd.c:1850 +#: commands/tablecmds.c:11859 parser/parse_utilcmd.c:1301 +#: parser/parse_utilcmd.c:1344 parser/parse_utilcmd.c:1752 +#: parser/parse_utilcmd.c:1860 #, c-format msgid "cannot convert whole-row table reference" msgstr "no se puede convertir una referencia a la fila completa (whole-row)" -#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1292 +#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1302 #, c-format msgid "Generation expression for column \"%s\" contains a whole-row reference to table \"%s\"." msgstr "La expresión de generación para la columna «%s» contiene una referencia a la fila completa (whole-row) de la tabla «%s»." -#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1335 +#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1345 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "La restricción «%s» contiene una referencia a la fila completa (whole-row) de la tabla «%s»." @@ -9927,7 +9935,7 @@ msgstr "Las columnas llave «%s» y «%s» son de tipos incompatibles: %s y %s" #: commands/tablecmds.c:9542 commands/tablecmds.c:9935 -#: parser/parse_utilcmd.c:786 parser/parse_utilcmd.c:915 +#: parser/parse_utilcmd.c:796 parser/parse_utilcmd.c:925 #, c-format msgid "foreign key constraints are not supported on foreign tables" msgstr "las restricciones de llave foránea no están soportadas en tablas foráneas" @@ -10145,7 +10153,7 @@ msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" msgstr "«%s» no es una tabla, vista, tabla materializada, índice o tabla TOAST" -#: commands/tablecmds.c:13745 commands/view.c:491 +#: commands/tablecmds.c:13745 commands/view.c:505 #, c-format msgid "WITH CHECK OPTION is supported only on automatically updatable views" msgstr "WITH CHECK OPTION sólo puede usarse en vistas automáticamente actualizables" @@ -11424,8 +11432,8 @@ msgid "permission denied to create role" msgstr "se ha denegado el permiso para crear el rol" -#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 -#: utils/adt/acl.c:5248 utils/adt/acl.c:5254 gram.y:15259 gram.y:15304 +#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15259 +#: gram.y:15304 utils/adt/acl.c:5248 utils/adt/acl.c:5254 #, c-format msgid "role name \"%s\" is reserved" msgstr "el nombre de rol «%s» está reservado" @@ -11842,47 +11850,47 @@ msgid "could not determine which collation to use for view column \"%s\"" msgstr "no se pudo determinar el ordenamiento (collation) a usar para la columna «%s» de vista" -#: commands/view.c:265 commands/view.c:276 +#: commands/view.c:279 commands/view.c:290 #, c-format msgid "cannot drop columns from view" msgstr "no se pueden eliminar columnas de una vista" -#: commands/view.c:281 +#: commands/view.c:295 #, c-format msgid "cannot change name of view column \"%s\" to \"%s\"" msgstr "no se puede cambiar el nombre de la columna «%s» de la vista a «%s»" -#: commands/view.c:284 +#: commands/view.c:298 #, c-format msgid "Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead." msgstr "Use ALTER VIEW ... RENAME COLUMN ... para cambiar el nombre de una columna de una vista." -#: commands/view.c:290 +#: commands/view.c:304 #, c-format msgid "cannot change data type of view column \"%s\" from %s to %s" msgstr "no se puede cambiar el tipo de dato de la columna «%s» de la vista de %s a %s" -#: commands/view.c:438 +#: commands/view.c:452 #, c-format msgid "views must not contain SELECT INTO" msgstr "una vista no puede tener SELECT INTO" -#: commands/view.c:450 +#: commands/view.c:464 #, c-format msgid "views must not contain data-modifying statements in WITH" msgstr "las vistas no deben contener sentencias que modifiquen datos en WITH" -#: commands/view.c:520 +#: commands/view.c:534 #, c-format msgid "CREATE VIEW specifies more column names than columns" msgstr "CREATE VIEW especifica más nombres de columna que columnas" -#: commands/view.c:528 +#: commands/view.c:542 #, c-format msgid "views cannot be unlogged because they do not have storage" msgstr "las vistas no pueden ser «unlogged» porque no tienen almacenamiento" -#: commands/view.c:542 +#: commands/view.c:556 #, c-format msgid "view \"%s\" will be a temporary view" msgstr "la vista «%s» será una vista temporal" @@ -12298,37 +12306,37 @@ msgid "could not identify an equality operator for type %s" msgstr "no se pudo identificar un operador de igualdad para el tipo %s" -#: executor/execReplication.c:590 +#: executor/execReplication.c:597 #, c-format msgid "cannot update table \"%s\" because it does not have a replica identity and publishes updates" msgstr "no se puede actualizar la tabla «%s» porque no tiene identidad de replicación y publica updates" -#: executor/execReplication.c:592 +#: executor/execReplication.c:599 #, c-format msgid "To enable updating the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "Para habilitar la actualización de la tabla, configure REPLICA IDENTITY utilizando ALTER TABLE." -#: executor/execReplication.c:596 +#: executor/execReplication.c:603 #, c-format msgid "cannot delete from table \"%s\" because it does not have a replica identity and publishes deletes" msgstr "no se puede eliminar de la tabla «%s» porque no tiene una identidad de replicación y publica deletes" -#: executor/execReplication.c:598 +#: executor/execReplication.c:605 #, c-format msgid "To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "para habilitar la eliminación en la tabla, configure REPLICA IDENTITY utilizando ALTER TABLE." -#: executor/execReplication.c:617 executor/execReplication.c:625 +#: executor/execReplication.c:624 executor/execReplication.c:632 #, c-format msgid "cannot use relation \"%s.%s\" as logical replication target" msgstr "no se puede usar la relación «%s.%s» como destino de replicación lógica" -#: executor/execReplication.c:619 +#: executor/execReplication.c:626 #, c-format msgid "\"%s.%s\" is a foreign table." msgstr "«%s.%s» es una tabla foránea." -#: executor/execReplication.c:627 +#: executor/execReplication.c:634 #, c-format msgid "\"%s.%s\" is not a table." msgstr "«%s.%s» no es una tabla." @@ -12413,59 +12421,59 @@ msgid "%s is not allowed in a non-volatile function" msgstr "%s no está permitido en una función no-«volatile»" -#: executor/functions.c:1442 +#: executor/functions.c:1457 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "función SQL «%s» en la sentencia %d" -#: executor/functions.c:1468 +#: executor/functions.c:1483 #, c-format msgid "SQL function \"%s\" during startup" msgstr "función SQL «%s» durante el inicio" -#: executor/functions.c:1553 +#: executor/functions.c:1568 #, c-format msgid "calling procedures with output arguments is not supported in SQL functions" msgstr "no está permitido invocar procedimientos con arguments de salida en funciones SQL" -#: executor/functions.c:1686 executor/functions.c:1724 -#: executor/functions.c:1738 executor/functions.c:1828 -#: executor/functions.c:1861 executor/functions.c:1875 +#: executor/functions.c:1701 executor/functions.c:1739 +#: executor/functions.c:1753 executor/functions.c:1843 +#: executor/functions.c:1876 executor/functions.c:1890 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "el tipo de retorno de función declarada para retornar %s no concuerda" -#: executor/functions.c:1688 +#: executor/functions.c:1703 #, c-format msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "La sentencia final de la función debe ser un SELECT o INSERT/UPDATE/DELETE RETURNING." -#: executor/functions.c:1726 +#: executor/functions.c:1741 #, c-format msgid "Final statement must return exactly one column." msgstr "La sentencia final debe retornar exactamente una columna." -#: executor/functions.c:1740 +#: executor/functions.c:1755 #, c-format msgid "Actual return type is %s." msgstr "El verdadero tipo de retorno es %s." -#: executor/functions.c:1830 +#: executor/functions.c:1845 #, c-format msgid "Final statement returns too many columns." msgstr "La sentencia final retorna demasiadas columnas." -#: executor/functions.c:1863 +#: executor/functions.c:1878 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "La sentencia final retorna %s en lugar de %s en la columna %d." -#: executor/functions.c:1877 +#: executor/functions.c:1892 #, c-format msgid "Final statement returns too few columns." msgstr "La sentencia final retorna muy pocas columnas." -#: executor/functions.c:1905 +#: executor/functions.c:1920 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "el tipo de retorno %s no es soportado en funciones SQL" @@ -12723,15746 +12731,15741 @@ msgid "Valid options in this context are: %s" msgstr "Las opciones válidas en este contexto son: %s" -#: jit/jit.c:205 utils/fmgr/dfmgr.c:209 utils/fmgr/dfmgr.c:417 -#: utils/fmgr/dfmgr.c:465 +#: gram.y:1107 #, c-format -msgid "could not access file \"%s\": %m" -msgstr "no se pudo acceder al archivo «%s»: %m" +msgid "UNENCRYPTED PASSWORD is no longer supported" +msgstr "UNENCRYPTED PASSWORD ya no está soportado" -#: lib/dshash.c:246 utils/mmgr/dsa.c:702 utils/mmgr/dsa.c:724 -#: utils/mmgr/dsa.c:805 +#: gram.y:1108 #, c-format -msgid "Failed on DSA request of size %zu." -msgstr "Falla en petición DSA de tamaño %zu." +msgid "Remove UNENCRYPTED to store the password in encrypted form instead." +msgstr "Quite UNENCRYPTED para almacenar la contraseña en su lugar en forma cifrada." -#: libpq/auth-scram.c:249 +#: gram.y:1170 #, c-format -msgid "client selected an invalid SASL authentication mechanism" -msgstr "cliente eligió un mecanismo de autentificación SASL no válido" +msgid "unrecognized role option \"%s\"" +msgstr "opción de rol «%s» no reconocida" -#: libpq/auth-scram.c:270 libpq/auth-scram.c:510 libpq/auth-scram.c:521 +#: gram.y:1417 gram.y:1432 #, c-format -msgid "invalid SCRAM secret for user \"%s\"" -msgstr "el secreto SCRAM para el usuario «%s» no es válido" +msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" +msgstr "CREATE SCHEMA IF NOT EXISTS no puede incluir elementos de esquema" -#: libpq/auth-scram.c:281 +#: gram.y:1578 #, c-format -msgid "User \"%s\" does not have a valid SCRAM secret." -msgstr "El usuario «%s» no tiene un secreto SCRAM válido." +msgid "current database cannot be changed" +msgstr "no se puede cambiar la base de datos activa" -#: libpq/auth-scram.c:359 libpq/auth-scram.c:364 libpq/auth-scram.c:701 -#: libpq/auth-scram.c:709 libpq/auth-scram.c:814 libpq/auth-scram.c:827 -#: libpq/auth-scram.c:837 libpq/auth-scram.c:945 libpq/auth-scram.c:952 -#: libpq/auth-scram.c:967 libpq/auth-scram.c:982 libpq/auth-scram.c:996 -#: libpq/auth-scram.c:1014 libpq/auth-scram.c:1029 libpq/auth-scram.c:1340 -#: libpq/auth-scram.c:1348 +#: gram.y:1702 #, c-format -msgid "malformed SCRAM message" -msgstr "mensaje SCRAM mal formado" +msgid "time zone interval must be HOUR or HOUR TO MINUTE" +msgstr "el intervalo de huso horario debe ser HOUR o HOUR TO MINUTE" -#: libpq/auth-scram.c:360 +#: gram.y:2270 #, c-format -msgid "The message is empty." -msgstr "El mensaje está vacío." +msgid "column number must be in range from 1 to %d" +msgstr "el número de columna debe estar en el rango de 1 a %d" -#: libpq/auth-scram.c:365 +#: gram.y:2811 #, c-format -msgid "Message length does not match input length." -msgstr "El largo del mensaje no coincide con el largo de entrada." +msgid "sequence option \"%s\" not supported here" +msgstr "la opción de secuencia «%s» no está soportado aquí" -#: libpq/auth-scram.c:397 +#: gram.y:2840 #, c-format -msgid "invalid SCRAM response" -msgstr "respuesta SCRAM no válida" +msgid "modulus for hash partition provided more than once" +msgstr "el módulo para partición de hash fue especificado más de una vez" -#: libpq/auth-scram.c:398 +#: gram.y:2849 #, c-format -msgid "Nonce does not match." -msgstr "El «nonce» no coincide." +msgid "remainder for hash partition provided more than once" +msgstr "el remanentde para partición de hash fue especificado más de una vez" -#: libpq/auth-scram.c:472 +#: gram.y:2856 #, c-format -msgid "could not generate random salt" -msgstr "no se pudo generar una sal aleatoria" +msgid "unrecognized hash partition bound specification \"%s\"" +msgstr "especificación de borde de partición hash «%s» no reconocida" -#: libpq/auth-scram.c:702 +#: gram.y:2864 #, c-format -msgid "Expected attribute \"%c\" but found \"%s\"." -msgstr "Se esperaba un atributo «%c» pero se encontró «%s»." +msgid "modulus for hash partition must be specified" +msgstr "el módulo para una partición hash debe ser especificado" -#: libpq/auth-scram.c:710 libpq/auth-scram.c:838 +#: gram.y:2868 #, c-format -msgid "Expected character \"=\" for attribute \"%c\"." -msgstr "Se esperaba el carácter «=» para el atributo «%c»." +msgid "remainder for hash partition must be specified" +msgstr "remanente en partición hash debe ser especificado" -#: libpq/auth-scram.c:815 +#: gram.y:3069 gram.y:3102 #, c-format -msgid "Attribute expected, but found end of string." -msgstr "Se esperaba un atributo, se encontró el fin de la cadena." +msgid "STDIN/STDOUT not allowed with PROGRAM" +msgstr "STDIN/STDOUT no están permitidos con PROGRAM" -#: libpq/auth-scram.c:828 +#: gram.y:3075 #, c-format -msgid "Attribute expected, but found invalid character \"%s\"." -msgstr "Se esperaba un atributo, se encontró el carácter no válido «%s»." +msgid "WHERE clause not allowed with COPY TO" +msgstr "la cláusula WHERE no está permitida con COPY TO" -#: libpq/auth-scram.c:946 libpq/auth-scram.c:968 +#: gram.y:3407 gram.y:3414 gram.y:11665 gram.y:11673 #, c-format -msgid "The client selected SCRAM-SHA-256-PLUS, but the SCRAM message does not include channel binding data." -msgstr "El cliente seleccionó SCRAM-SHA-256-PLUS, pero el mensaje SCRAM no incluye los datos de enlazado (binding) del canal." +msgid "GLOBAL is deprecated in temporary table creation" +msgstr "GLOBAL está obsoleto para la creación de tablas temporales" -#: libpq/auth-scram.c:953 libpq/auth-scram.c:983 +#: gram.y:3665 #, c-format -msgid "Comma expected, but found character \"%s\"." -msgstr "Se esperaba una coma, se encontró el carácter «%s»." +msgid "for a generated column, GENERATED ALWAYS must be specified" +msgstr "para una columna generada, GENERATED ALWAYS debe ser especificado" -#: libpq/auth-scram.c:974 +#: gram.y:3933 utils/adt/ri_triggers.c:2032 #, c-format -msgid "SCRAM channel binding negotiation error" -msgstr "error de negociación de enlazado (binding) de canal SCRAM" +msgid "MATCH PARTIAL not yet implemented" +msgstr "MATCH PARTIAL no está implementada" -#: libpq/auth-scram.c:975 +#: gram.y:4634 #, c-format -msgid "The client supports SCRAM channel binding but thinks the server does not. However, this server does support channel binding." -msgstr "El cliente soporta enlazado (binding) de canal SCRAM, pero piensa que el servidor no. Sin embargo, este servidor sí soporta enlazado de canal." +msgid "CREATE EXTENSION ... FROM is no longer supported" +msgstr "CREATE EXTENSION ... FROM ya no está soportado" -#: libpq/auth-scram.c:997 +#: gram.y:5297 #, c-format -msgid "The client selected SCRAM-SHA-256 without channel binding, but the SCRAM message includes channel binding data." -msgstr "El cliente seleccionó SCRAM-SHA-256 sin enlazado de canal, pero el mensaje SCRAM incluye datos de enlazado de canal." +msgid "unrecognized row security option \"%s\"" +msgstr "opción de seguridad de registro «%s» no reconocida" -#: libpq/auth-scram.c:1008 +#: gram.y:5298 #, c-format -msgid "unsupported SCRAM channel-binding type \"%s\"" -msgstr "tipo de enlazado de canal SCRAM «%s» no soportado" +msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently." +msgstr "sólo se admiten actualmente políticas PERMISSIVE o RESTRICTIVE." -#: libpq/auth-scram.c:1015 +#: gram.y:5380 #, c-format -msgid "Unexpected channel-binding flag \"%s\"." -msgstr "Indicador de enlazado de canal «%s» inesperado." +msgid "CREATE OR REPLACE CONSTRAINT TRIGGER is not supported" +msgstr "CREATE OR REPLACE CONSTRAINT TRIGGER no está soportado" -#: libpq/auth-scram.c:1025 -#, c-format -msgid "client uses authorization identity, but it is not supported" -msgstr "el cliente usa identidad de autorización, pero no está soportada" +#: gram.y:5417 +msgid "duplicate trigger events specified" +msgstr "se han especificado eventos de disparador duplicados" -#: libpq/auth-scram.c:1030 +#: gram.y:5558 parser/parse_utilcmd.c:3713 parser/parse_utilcmd.c:3739 #, c-format -msgid "Unexpected attribute \"%s\" in client-first-message." -msgstr "Atributo inesperado \"%s\" en client-first-message." +msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" +msgstr "una restricción declarada INITIALLY DEFERRED debe ser DEFERRABLE" -#: libpq/auth-scram.c:1046 +#: gram.y:5565 #, c-format -msgid "client requires an unsupported SCRAM extension" -msgstr "el cliente requiere una extensión SCRAM no soportada" +msgid "conflicting constraint properties" +msgstr "propiedades de restricción contradictorias" -#: libpq/auth-scram.c:1060 +#: gram.y:5661 #, c-format -msgid "non-printable characters in SCRAM nonce" -msgstr "caracteres no imprimibles en el «nonce» SCRAM" +msgid "CREATE ASSERTION is not yet implemented" +msgstr "CREATE ASSERTION no está implementado" -#: libpq/auth-scram.c:1188 +#: gram.y:6044 #, c-format -msgid "could not generate random nonce" -msgstr "no se pudo generar un «nonce» aleatorio" +msgid "RECHECK is no longer required" +msgstr "RECHECK ya no es requerido" -#: libpq/auth-scram.c:1198 +#: gram.y:6045 #, c-format -msgid "could not encode random nonce" -msgstr "no se pudo codificar un «nonce» aleatorio" +msgid "Update your data type." +msgstr "Actualice su tipo de datos." -#: libpq/auth-scram.c:1304 +#: gram.y:7741 #, c-format -msgid "SCRAM channel binding check failed" -msgstr "la verificación de enlazado (binding) de canal SCRAM falló" +msgid "aggregates cannot have output arguments" +msgstr "las funciones de agregación no pueden tener argumentos de salida" -#: libpq/auth-scram.c:1322 +#: gram.y:8188 utils/adt/regproc.c:710 utils/adt/regproc.c:751 #, c-format -msgid "unexpected SCRAM channel-binding attribute in client-final-message" -msgstr "atributo de enlazado de canal SCRAM inesperado en client-final-message" +msgid "missing argument" +msgstr "falta un argumento" -#: libpq/auth-scram.c:1341 +#: gram.y:8189 utils/adt/regproc.c:711 utils/adt/regproc.c:752 #, c-format -msgid "Malformed proof in client-final-message." -msgstr "Prueba (proof) mal formada en client-final-message." +msgid "Use NONE to denote the missing argument of a unary operator." +msgstr "Use NONE para denotar el argumento faltante de un operador unario." -#: libpq/auth-scram.c:1349 +#: gram.y:10128 gram.y:10146 #, c-format -msgid "Garbage found at the end of client-final-message." -msgstr "Basura encontrada al final de client-final-message." +msgid "WITH CHECK OPTION not supported on recursive views" +msgstr "WITH CHECK OPTION no está soportado con vistas recursivas" -#: libpq/auth.c:284 +#: gram.y:11802 #, c-format -msgid "authentication failed for user \"%s\": host rejected" -msgstr "la autentificación falló para el usuario «%s»: anfitrión rechazado" +msgid "LIMIT #,# syntax is not supported" +msgstr "la sintaxis LIMIT #,# no está soportada" -#: libpq/auth.c:287 +#: gram.y:11803 #, c-format -msgid "\"trust\" authentication failed for user \"%s\"" -msgstr "la autentificación «trust» falló para el usuario «%s»" +msgid "Use separate LIMIT and OFFSET clauses." +msgstr "Use cláusulas LIMIT y OFFSET separadas." -#: libpq/auth.c:290 +#: gram.y:12141 gram.y:12166 #, c-format -msgid "Ident authentication failed for user \"%s\"" -msgstr "la autentificación Ident falló para el usuario «%s»" +msgid "VALUES in FROM must have an alias" +msgstr "VALUES en FROM debe tener un alias" -#: libpq/auth.c:293 +#: gram.y:12142 gram.y:12167 #, c-format -msgid "Peer authentication failed for user \"%s\"" -msgstr "la autentificación Peer falló para el usuario «%s»" +msgid "For example, FROM (VALUES ...) [AS] foo." +msgstr "Por ejemplo, FROM (VALUES ...) [AS] foo." -#: libpq/auth.c:298 +#: gram.y:12147 gram.y:12172 #, c-format -msgid "password authentication failed for user \"%s\"" -msgstr "la autentificación password falló para el usuario «%s»" +msgid "subquery in FROM must have an alias" +msgstr "las subconsultas en FROM deben tener un alias" -#: libpq/auth.c:303 +#: gram.y:12148 gram.y:12173 #, c-format -msgid "GSSAPI authentication failed for user \"%s\"" -msgstr "la autentificación GSSAPI falló para el usuario «%s»" +msgid "For example, FROM (SELECT ...) [AS] foo." +msgstr "Por ejemplo, FROM (SELECT ...) [AS] foo." -#: libpq/auth.c:306 +#: gram.y:12668 #, c-format -msgid "SSPI authentication failed for user \"%s\"" -msgstr "la autentificación SSPI falló para el usuario «%s»" +msgid "only one DEFAULT value is allowed" +msgstr "Sólo se permite un valor DEFAULT" -#: libpq/auth.c:309 +#: gram.y:12677 #, c-format -msgid "PAM authentication failed for user \"%s\"" -msgstr "la autentificación PAM falló para el usuario «%s»" +msgid "only one PATH value per column is allowed" +msgstr "sólo se permite un valor de PATH por columna" -#: libpq/auth.c:312 +#: gram.y:12686 #, c-format -msgid "BSD authentication failed for user \"%s\"" -msgstr "la autentificación BSD falló para el usuario «%s»" +msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\"" +msgstr "declaraciones NULL/NOT NULL en conflicto o redundantes para la columna «%s»" -#: libpq/auth.c:315 +#: gram.y:12695 #, c-format -msgid "LDAP authentication failed for user \"%s\"" -msgstr "la autentificación LDAP falló para el usuario «%s»" +msgid "unrecognized column option \"%s\"" +msgstr "opción de columna «%s» no reconocida" -#: libpq/auth.c:318 +#: gram.y:12949 #, c-format -msgid "certificate authentication failed for user \"%s\"" -msgstr "la autentificación por certificado falló para el usuario «%s»" +msgid "precision for type float must be at least 1 bit" +msgstr "la precisión para el tipo float debe ser al menos 1 bit" -#: libpq/auth.c:321 +#: gram.y:12958 #, c-format -msgid "RADIUS authentication failed for user \"%s\"" -msgstr "la autentificación RADIUS falló para el usuario «%s»" +msgid "precision for type float must be less than 54 bits" +msgstr "la precisión para el tipo float debe ser menor de 54 bits" -#: libpq/auth.c:324 +#: gram.y:13456 #, c-format -msgid "authentication failed for user \"%s\": invalid authentication method" -msgstr "la autentificación falló para el usuario «%s»: método de autentificación no válido" +msgid "wrong number of parameters on left side of OVERLAPS expression" +msgstr "el número de parámetros es incorrecto al lado izquierdo de la expresión OVERLAPS" -#: libpq/auth.c:328 +#: gram.y:13461 #, c-format -msgid "Connection matched pg_hba.conf line %d: \"%s\"" -msgstr "La conexión coincidió con la línea %d de pg_hba.conf: «%s»" +msgid "wrong number of parameters on right side of OVERLAPS expression" +msgstr "el número de parámetros es incorrecto al lado derecho de la expresión OVERLAPS" -#: libpq/auth.c:371 +#: gram.y:13629 #, c-format -msgid "authentication identifier set more than once" -msgstr "identificador de autentificación establecido más de una vez" +msgid "UNIQUE predicate is not yet implemented" +msgstr "el predicado UNIQUE no está implementado" -#: libpq/auth.c:372 +#: gram.y:13988 #, c-format -msgid "previous identifier: \"%s\"; new identifier: \"%s\"" -msgstr "identificador anterior: «%s»; nuevo identificador: «%s»" +msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" +msgstr "no se permiten múltiples cláusulas ORDER BY con WITHIN GROUP" -#: libpq/auth.c:381 +#: gram.y:13993 #, c-format -msgid "connection authenticated: identity=\"%s\" method=%s (%s:%d)" -msgstr "conexión autenticada: identidad=«%s» método=%s (%s:%d)" +msgid "cannot use DISTINCT with WITHIN GROUP" +msgstr "no se permite DISTINCT con WITHIN GROUP" -#: libpq/auth.c:420 +#: gram.y:13998 #, c-format -msgid "client certificates can only be checked if a root certificate store is available" -msgstr "los certificados de cliente sólo pueden verificarse si un almacén de certificado raíz está disponible" +msgid "cannot use VARIADIC with WITHIN GROUP" +msgstr "no se permite VARIADIC con WITHIN GROUP" -#: libpq/auth.c:431 +#: gram.y:14522 gram.y:14545 #, c-format -msgid "connection requires a valid client certificate" -msgstr "la conexión requiere un certificado de cliente válido" +msgid "frame start cannot be UNBOUNDED FOLLOWING" +msgstr "el inicio de «frame» no puede ser UNBOUNDED FOLLOWING" -#: libpq/auth.c:462 libpq/auth.c:508 -msgid "GSS encryption" -msgstr "cifrado GSS" +#: gram.y:14527 +#, c-format +msgid "frame starting from following row cannot end with current row" +msgstr "el «frame» que se inicia desde la siguiente fila no puede terminar en la fila actual" -#: libpq/auth.c:465 libpq/auth.c:511 -msgid "SSL encryption" -msgstr "cifrado SSL" +#: gram.y:14550 +#, c-format +msgid "frame end cannot be UNBOUNDED PRECEDING" +msgstr "el fin de «frame» no puede ser UNBOUNDED PRECEDING" -#: libpq/auth.c:467 libpq/auth.c:513 -msgid "no encryption" -msgstr "sin cifrado" +#: gram.y:14556 +#, c-format +msgid "frame starting from current row cannot have preceding rows" +msgstr "el «frame» que se inicia desde la fila actual no puede tener filas precedentes" -#. translator: last %s describes encryption state -#: libpq/auth.c:473 +#: gram.y:14563 #, c-format -msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" -msgstr "pg_hba.conf rechaza la conexión de replicación para el servidor «%s», usuario «%s», %s" +msgid "frame starting from following row cannot have preceding rows" +msgstr "el «frame» que se inicia desde la fila siguiente no puede tener filas precedentes" -#. translator: last %s describes encryption state -#: libpq/auth.c:480 +#: gram.y:15195 #, c-format -msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "pg_hba.conf rechaza la conexión para el servidor «%s», usuario «%s», base de datos «%s», %s" +msgid "type modifier cannot have parameter name" +msgstr "el modificador de tipo no puede tener nombre de parámetro" -#: libpq/auth.c:518 +#: gram.y:15201 #, c-format -msgid "Client IP address resolved to \"%s\", forward lookup matches." -msgstr "La dirección IP del cliente fue resuelta a «%s», este resultado es coincidente." +msgid "type modifier cannot have ORDER BY" +msgstr "el modificador de tipo no puede tener ORDER BY" -#: libpq/auth.c:521 +#: gram.y:15266 gram.y:15273 gram.y:15280 #, c-format -msgid "Client IP address resolved to \"%s\", forward lookup not checked." -msgstr "La dirección IP del cliente fue resuelta a «%s», este resultado no fue verificado." +msgid "%s cannot be used as a role name here" +msgstr "%s no puede ser usado como nombre de rol aquí" -#: libpq/auth.c:524 +#: gram.y:15369 gram.y:16800 #, c-format -msgid "Client IP address resolved to \"%s\", forward lookup does not match." -msgstr "La dirección IP del cliente fue resuelta a «%s», este resultado no es coincidente." +msgid "WITH TIES cannot be specified without ORDER BY clause" +msgstr "la opción WITH TIES no puede ser especificada sin una cláusula ORDER BY" -#: libpq/auth.c:527 +#: gram.y:16477 gram.y:16666 +msgid "improper use of \"*\"" +msgstr "uso impropio de «*»" + +#: gram.y:16629 gram.y:16646 tsearch/spell.c:983 tsearch/spell.c:1000 +#: tsearch/spell.c:1017 tsearch/spell.c:1034 tsearch/spell.c:1099 #, c-format -msgid "Could not translate client host name \"%s\" to IP address: %s." -msgstr "No se pudo traducir el nombre de host del cliente «%s» a una dirección IP: %s." +msgid "syntax error" +msgstr "error de sintaxis" -#: libpq/auth.c:532 +#: gram.y:16730 #, c-format -msgid "Could not resolve client IP address to a host name: %s." -msgstr "No se pudo obtener la dirección IP del cliente a un nombre de host: %s." +msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type" +msgstr "una agregación de conjunto-ordenado con un argumento directo VARIADIC debe tener al menos un argumento agregado VARIADIC del mismo tipo de datos" -#. translator: last %s describes encryption state -#: libpq/auth.c:540 +#: gram.y:16767 #, c-format -msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s" -msgstr "no hay una línea en pg_hba.conf para la conexión de replicación desde el servidor «%s», usuario «%s», %s" +msgid "multiple ORDER BY clauses not allowed" +msgstr "no se permiten múltiples cláusulas ORDER BY" -#. translator: last %s describes encryption state -#: libpq/auth.c:548 +#: gram.y:16778 #, c-format -msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "no hay una línea en pg_hba.conf para «%s», usuario «%s», base de datos «%s», %s" +msgid "multiple OFFSET clauses not allowed" +msgstr "no se permiten múltiples cláusulas OFFSET" -#: libpq/auth.c:721 +#: gram.y:16787 #, c-format -msgid "expected password response, got message type %d" -msgstr "se esperaba una respuesta de contraseña, se obtuvo mensaje de tipo %d" +msgid "multiple LIMIT clauses not allowed" +msgstr "no se permiten múltiples cláusulas LIMIT" -#: libpq/auth.c:742 +#: gram.y:16796 #, c-format -msgid "invalid password packet size" -msgstr "el tamaño del paquete de contraseña no es válido" +msgid "multiple limit options not allowed" +msgstr "no se permiten múltiples opciones limit" -#: libpq/auth.c:760 +#: gram.y:16823 #, c-format -msgid "empty password returned by client" -msgstr "el cliente retornó una contraseña vacía" +msgid "multiple WITH clauses not allowed" +msgstr "no se permiten múltiples cláusulas WITH" -#: libpq/auth.c:887 libpq/hba.c:1366 +#: gram.y:17017 #, c-format -msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled" -msgstr "la autentificación MD5 no está soportada cuando «db_user_namespace» está activo" +msgid "OUT and INOUT arguments aren't allowed in TABLE functions" +msgstr "los argumentos OUT e INOUT no están permitidos en funciones TABLE" -#: libpq/auth.c:893 +#: gram.y:17113 #, c-format -msgid "could not generate random MD5 salt" -msgstr "no se pudo generar una sal MD5 aleatoria" +msgid "multiple COLLATE clauses not allowed" +msgstr "no se permiten múltiples cláusulas COLLATE" -#: libpq/auth.c:959 +#. translator: %s is CHECK, UNIQUE, or similar +#: gram.y:17151 gram.y:17164 #, c-format -msgid "expected SASL response, got message type %d" -msgstr "se esperaba una respuesta SASL, se obtuvo mensaje de tipo %d" +msgid "%s constraints cannot be marked DEFERRABLE" +msgstr "las restricciones %s no pueden ser marcadas DEFERRABLE" -#: libpq/auth.c:1088 libpq/be-secure-gssapi.c:535 +#. translator: %s is CHECK, UNIQUE, or similar +#: gram.y:17177 #, c-format -msgid "could not set environment: %m" -msgstr "no se pudo establecer el ambiente: %m" +msgid "%s constraints cannot be marked NOT VALID" +msgstr "las restricciones %s no pueden ser marcadas NOT VALID" -#: libpq/auth.c:1124 +#. translator: %s is CHECK, UNIQUE, or similar +#: gram.y:17190 #, c-format -msgid "expected GSS response, got message type %d" -msgstr "se esperaba una respuesta GSS, se obtuvo mensaje de tipo %d" +msgid "%s constraints cannot be marked NO INHERIT" +msgstr "las restricciones %s no pueden ser marcadas NO INHERIT" -#: libpq/auth.c:1184 -msgid "accepting GSS security context failed" -msgstr "falló la aceptación del contexto de seguridad GSS" +#: guc-file.l:314 +#, c-format +msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %d" +msgstr "parámetro de configuración «%s» no reconocido en el archivo «%s» línea %d" -#: libpq/auth.c:1225 -msgid "retrieving GSS user name failed" -msgstr "falló la obtención del nombre de usuario GSS" +#: guc-file.l:353 utils/misc/guc.c:7374 utils/misc/guc.c:7572 +#: utils/misc/guc.c:7666 utils/misc/guc.c:7760 utils/misc/guc.c:7880 +#: utils/misc/guc.c:7979 +#, c-format +msgid "parameter \"%s\" cannot be changed without restarting the server" +msgstr "el parámetro «%s» no se puede cambiar sin reiniciar el servidor" -#: libpq/auth.c:1374 -msgid "could not acquire SSPI credentials" -msgstr "no se pudo obtener las credenciales SSPI" +#: guc-file.l:389 +#, c-format +msgid "parameter \"%s\" removed from configuration file, reset to default" +msgstr "parámetro «%s» eliminado del archivo de configuración, volviendo al valor por omisión" -#: libpq/auth.c:1399 +#: guc-file.l:455 #, c-format -msgid "expected SSPI response, got message type %d" -msgstr "se esperaba una respuesta SSPI, se obtuvo mensaje de tipo %d" +msgid "parameter \"%s\" changed to \"%s\"" +msgstr "el parámetro «%s» fue cambiado a «%s»" -#: libpq/auth.c:1477 -msgid "could not accept SSPI security context" -msgstr "no se pudo aceptar un contexto SSPI" +#: guc-file.l:497 +#, c-format +msgid "configuration file \"%s\" contains errors" +msgstr "el archivo de configuración «%s» contiene errores" -#: libpq/auth.c:1539 -msgid "could not get token from SSPI security context" -msgstr "no se pudo obtener un testigo (token) desde el contexto de seguridad SSPI" +#: guc-file.l:502 +#, c-format +msgid "configuration file \"%s\" contains errors; unaffected changes were applied" +msgstr "el archivo de configuración «%s» contiene errores; los cambios no afectados fueron aplicados" -#: libpq/auth.c:1678 libpq/auth.c:1697 +#: guc-file.l:507 #, c-format -msgid "could not translate name" -msgstr "no se pudo traducir el nombre" +msgid "configuration file \"%s\" contains errors; no changes were applied" +msgstr "el archivo de configuración «%s» contiene errores; no se aplicó ningún cambio" -#: libpq/auth.c:1710 +#: guc-file.l:579 #, c-format -msgid "realm name too long" -msgstr "nombre de «realm» demasiado largo" +msgid "empty configuration file name: \"%s\"" +msgstr "nombre de archivo de configuración vacío: «%s»" -#: libpq/auth.c:1725 +#: guc-file.l:596 #, c-format -msgid "translated account name too long" -msgstr "nombre de cuenta traducido demasiado largo" +msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" +msgstr "no se pudo abrir el archivo de configuración «%s»: nivel de anidamiento máximo excedido" -#: libpq/auth.c:1906 +#: guc-file.l:616 #, c-format -msgid "could not create socket for Ident connection: %m" -msgstr "no se pudo crear un socket para conexión Ident: %m" +msgid "configuration file recursion in \"%s\"" +msgstr "recursión de archivos de configuración en «%s»" -#: libpq/auth.c:1921 +#: guc-file.l:632 libpq/hba.c:2255 libpq/hba.c:2669 #, c-format -msgid "could not bind to local address \"%s\": %m" -msgstr "no se pudo enlazar a la dirección local «%s»: %m" +msgid "could not open configuration file \"%s\": %m" +msgstr "no se pudo abrir el archivo de configuración «%s»: %m" -#: libpq/auth.c:1933 +#: guc-file.l:643 #, c-format -msgid "could not connect to Ident server at address \"%s\", port %s: %m" -msgstr "no se pudo conectar al servidor Ident en dirección «%s», port %s: %m" +msgid "skipping missing configuration file \"%s\"" +msgstr "omitiendo el archivo de configuración faltante «%s»" -#: libpq/auth.c:1955 +#: guc-file.l:897 #, c-format -msgid "could not send query to Ident server at address \"%s\", port %s: %m" -msgstr "no se pudo enviar consulta Ident al servidor «%s», port %s: %m" +msgid "syntax error in file \"%s\" line %u, near end of line" +msgstr "error de sintaxis en el archivo «%s» línea %u, cerca del fin de línea" -#: libpq/auth.c:1972 +#: guc-file.l:907 #, c-format -msgid "could not receive response from Ident server at address \"%s\", port %s: %m" -msgstr "no se pudo recibir respuesta Ident desde el servidor «%s», port %s: %m" +msgid "syntax error in file \"%s\" line %u, near token \"%s\"" +msgstr "error de sintaxis en el archivo «%s» línea %u, cerca de la palabra «%s»" -#: libpq/auth.c:1982 +#: guc-file.l:927 #, c-format -msgid "invalidly formatted response from Ident server: \"%s\"" -msgstr "respuesta del servidor Ident en formato no válido: «%s»" +msgid "too many syntax errors found, abandoning file \"%s\"" +msgstr "se encontraron demasiados errores de sintaxis, abandonando el archivo «%s»" -#: libpq/auth.c:2035 +#: guc-file.l:982 #, c-format -msgid "peer authentication is not supported on this platform" -msgstr "método de autentificación peer no está soportado en esta plataforma" +msgid "empty configuration directory name: \"%s\"" +msgstr "nombre de directorio de configuración vacío: «%s»" -#: libpq/auth.c:2039 +#: guc-file.l:1001 #, c-format -msgid "could not get peer credentials: %m" -msgstr "no se pudo recibir credenciales: %m" +msgid "could not open configuration directory \"%s\": %m" +msgstr "no se pudo abrir el directorio de configuración «%s»: %m" -#: libpq/auth.c:2051 +#: jit/jit.c:205 utils/fmgr/dfmgr.c:209 utils/fmgr/dfmgr.c:417 +#: utils/fmgr/dfmgr.c:465 #, c-format -msgid "could not look up local user ID %ld: %s" -msgstr "no se pudo encontrar el ID del usuario local %ld: %s" +msgid "could not access file \"%s\": %m" +msgstr "no se pudo acceder al archivo «%s»: %m" -#: libpq/auth.c:2152 +#: jsonpath_gram.y:527 jsonpath_scan.l:519 jsonpath_scan.l:530 +#: jsonpath_scan.l:540 jsonpath_scan.l:582 utils/adt/encode.c:482 +#: utils/adt/encode.c:547 utils/adt/jsonfuncs.c:623 utils/adt/varlena.c:336 +#: utils/adt/varlena.c:377 #, c-format -msgid "error from underlying PAM layer: %s" -msgstr "se ha recibido un error de la biblioteca PAM: %s" +msgid "invalid input syntax for type %s" +msgstr "sintaxis de entrada no válida para tipo %s" -#: libpq/auth.c:2163 +#: jsonpath_gram.y:528 #, c-format -msgid "unsupported PAM conversation %d/\"%s\"" -msgstr "conversación PAM no soportada: %d/«%s»" +msgid "unrecognized flag character \"%.*s\" in LIKE_REGEX predicate" +msgstr "parámetro «%.*s» no reconocido en predicado LIKE_REGEX" -#: libpq/auth.c:2223 +#: jsonpath_gram.y:582 #, c-format -msgid "could not create PAM authenticator: %s" -msgstr "no se pudo crear autenticador PAM: %s" +msgid "XQuery \"x\" flag (expanded regular expressions) is not implemented" +msgstr "la opción «x» de XQuery (expresiones regulares expandidas) no está implementada" -#: libpq/auth.c:2234 +#. translator: %s is typically "syntax error" +#: jsonpath_scan.l:286 #, c-format -msgid "pam_set_item(PAM_USER) failed: %s" -msgstr "pam_set_item(PAM_USER) falló: %s" +msgid "%s at end of jsonpath input" +msgstr "%s al final de la entrada jsonpath" -#: libpq/auth.c:2266 +#. translator: first %s is typically "syntax error" +#: jsonpath_scan.l:293 #, c-format -msgid "pam_set_item(PAM_RHOST) failed: %s" -msgstr "pam_set_item(PAM_RHOST) falló: %s" +msgid "%s at or near \"%s\" of jsonpath input" +msgstr "%s en o cerca de «%s» de la entrada jsonpath" -#: libpq/auth.c:2278 +#: jsonpath_scan.l:498 utils/adt/jsonfuncs.c:617 #, c-format -msgid "pam_set_item(PAM_CONV) failed: %s" -msgstr "pam_set_item(PAM_CONV) falló: %s" +msgid "unsupported Unicode escape sequence" +msgstr "secuencia de escape Unicode no soportado" -#: libpq/auth.c:2291 +#: lib/dshash.c:246 utils/mmgr/dsa.c:702 utils/mmgr/dsa.c:724 +#: utils/mmgr/dsa.c:805 #, c-format -msgid "pam_authenticate failed: %s" -msgstr "pam_authenticate falló: %s" +msgid "Failed on DSA request of size %zu." +msgstr "Falla en petición DSA de tamaño %zu." -#: libpq/auth.c:2304 +#: libpq/auth-scram.c:249 #, c-format -msgid "pam_acct_mgmt failed: %s" -msgstr "pam_acct_mgmt falló: %s" +msgid "client selected an invalid SASL authentication mechanism" +msgstr "cliente eligió un mecanismo de autentificación SASL no válido" -#: libpq/auth.c:2315 +#: libpq/auth-scram.c:270 libpq/auth-scram.c:510 libpq/auth-scram.c:521 #, c-format -msgid "could not release PAM authenticator: %s" -msgstr "no se pudo liberar autenticador PAM: %s" +msgid "invalid SCRAM secret for user \"%s\"" +msgstr "el secreto SCRAM para el usuario «%s» no es válido" -#: libpq/auth.c:2395 +#: libpq/auth-scram.c:281 #, c-format -msgid "could not initialize LDAP: error code %d" -msgstr "no se pudo inicializar LDAP: código de error %d" +msgid "User \"%s\" does not have a valid SCRAM secret." +msgstr "El usuario «%s» no tiene un secreto SCRAM válido." -#: libpq/auth.c:2432 +#: libpq/auth-scram.c:359 libpq/auth-scram.c:364 libpq/auth-scram.c:701 +#: libpq/auth-scram.c:709 libpq/auth-scram.c:814 libpq/auth-scram.c:827 +#: libpq/auth-scram.c:837 libpq/auth-scram.c:945 libpq/auth-scram.c:952 +#: libpq/auth-scram.c:967 libpq/auth-scram.c:982 libpq/auth-scram.c:996 +#: libpq/auth-scram.c:1014 libpq/auth-scram.c:1029 libpq/auth-scram.c:1340 +#: libpq/auth-scram.c:1348 #, c-format -msgid "could not extract domain name from ldapbasedn" -msgstr "no se pudo extraer el nombre de dominio de ldapbasedn" +msgid "malformed SCRAM message" +msgstr "mensaje SCRAM mal formado" -#: libpq/auth.c:2440 +#: libpq/auth-scram.c:360 #, c-format -msgid "LDAP authentication could not find DNS SRV records for \"%s\"" -msgstr "la autentificación LDAP no pudo encontrar registros DNS SRV para «%s»" +msgid "The message is empty." +msgstr "El mensaje está vacío." -#: libpq/auth.c:2442 +#: libpq/auth-scram.c:365 #, c-format -msgid "Set an LDAP server name explicitly." -msgstr "Defina un nombre de servidor LDAP explícitamente." +msgid "Message length does not match input length." +msgstr "El largo del mensaje no coincide con el largo de entrada." -#: libpq/auth.c:2494 +#: libpq/auth-scram.c:397 #, c-format -msgid "could not initialize LDAP: %s" -msgstr "no se pudo inicializar LDAP: %s" +msgid "invalid SCRAM response" +msgstr "respuesta SCRAM no válida" -#: libpq/auth.c:2504 +#: libpq/auth-scram.c:398 #, c-format -msgid "ldaps not supported with this LDAP library" -msgstr "ldaps no está soportado con esta biblioteca LDAP" +msgid "Nonce does not match." +msgstr "El «nonce» no coincide." -#: libpq/auth.c:2512 +#: libpq/auth-scram.c:472 #, c-format -msgid "could not initialize LDAP: %m" -msgstr "no se pudo inicializar LDAP: %m" +msgid "could not generate random salt" +msgstr "no se pudo generar una sal aleatoria" -#: libpq/auth.c:2522 +#: libpq/auth-scram.c:702 #, c-format -msgid "could not set LDAP protocol version: %s" -msgstr "no se pudo definir la versión de protocolo LDAP: %s" +msgid "Expected attribute \"%c\" but found \"%s\"." +msgstr "Se esperaba un atributo «%c» pero se encontró «%s»." -#: libpq/auth.c:2562 +#: libpq/auth-scram.c:710 libpq/auth-scram.c:838 #, c-format -msgid "could not load function _ldap_start_tls_sA in wldap32.dll" -msgstr "no se pudo cargar la función _ldap_start_tls_sA en wldap32.dll" +msgid "Expected character \"=\" for attribute \"%c\"." +msgstr "Se esperaba el carácter «=» para el atributo «%c»." -#: libpq/auth.c:2563 +#: libpq/auth-scram.c:815 #, c-format -msgid "LDAP over SSL is not supported on this platform." -msgstr "LDAP sobre SSL no está soportado en esta plataforma." +msgid "Attribute expected, but found end of string." +msgstr "Se esperaba un atributo, se encontró el fin de la cadena." -#: libpq/auth.c:2579 +#: libpq/auth-scram.c:828 #, c-format -msgid "could not start LDAP TLS session: %s" -msgstr "no se pudo iniciar sesión de LDAP TLS: %s" +msgid "Attribute expected, but found invalid character \"%s\"." +msgstr "Se esperaba un atributo, se encontró el carácter no válido «%s»." -#: libpq/auth.c:2650 +#: libpq/auth-scram.c:946 libpq/auth-scram.c:968 #, c-format -msgid "LDAP server not specified, and no ldapbasedn" -msgstr "servidor LDAP no especificado, y no hay ldapbasedn" +msgid "The client selected SCRAM-SHA-256-PLUS, but the SCRAM message does not include channel binding data." +msgstr "El cliente seleccionó SCRAM-SHA-256-PLUS, pero el mensaje SCRAM no incluye los datos de enlazado (binding) del canal." -#: libpq/auth.c:2657 +#: libpq/auth-scram.c:953 libpq/auth-scram.c:983 #, c-format -msgid "LDAP server not specified" -msgstr "servidor LDAP no especificado" +msgid "Comma expected, but found character \"%s\"." +msgstr "Se esperaba una coma, se encontró el carácter «%s»." -#: libpq/auth.c:2719 +#: libpq/auth-scram.c:974 #, c-format -msgid "invalid character in user name for LDAP authentication" -msgstr "carácter no válido en nombre de usuario para autentificación LDAP" +msgid "SCRAM channel binding negotiation error" +msgstr "error de negociación de enlazado (binding) de canal SCRAM" -#: libpq/auth.c:2736 +#: libpq/auth-scram.c:975 #, c-format -msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": %s" -msgstr "no se pudo hacer el enlace LDAP inicial para el ldapbinddb «%s» en el servidor «%s»: %s" +msgid "The client supports SCRAM channel binding but thinks the server does not. However, this server does support channel binding." +msgstr "El cliente soporta enlazado (binding) de canal SCRAM, pero piensa que el servidor no. Sin embargo, este servidor sí soporta enlazado de canal." -#: libpq/auth.c:2765 +#: libpq/auth-scram.c:997 #, c-format -msgid "could not search LDAP for filter \"%s\" on server \"%s\": %s" -msgstr "no se pudo hacer la búsqueda LDAP para el filtro «%s» en el servidor «%s»: %s" +msgid "The client selected SCRAM-SHA-256 without channel binding, but the SCRAM message includes channel binding data." +msgstr "El cliente seleccionó SCRAM-SHA-256 sin enlazado de canal, pero el mensaje SCRAM incluye datos de enlazado de canal." -#: libpq/auth.c:2779 +#: libpq/auth-scram.c:1008 #, c-format -msgid "LDAP user \"%s\" does not exist" -msgstr "no existe el usuario LDAP «%s»" +msgid "unsupported SCRAM channel-binding type \"%s\"" +msgstr "tipo de enlazado de canal SCRAM «%s» no soportado" -#: libpq/auth.c:2780 +#: libpq/auth-scram.c:1015 #, c-format -msgid "LDAP search for filter \"%s\" on server \"%s\" returned no entries." -msgstr "La búsqueda LDAP para el filtro «%s» en el servidor «%s» no retornó elementos." +msgid "Unexpected channel-binding flag \"%s\"." +msgstr "Indicador de enlazado de canal «%s» inesperado." -#: libpq/auth.c:2784 +#: libpq/auth-scram.c:1025 #, c-format -msgid "LDAP user \"%s\" is not unique" -msgstr "el usuario LDAP «%s» no es única" +msgid "client uses authorization identity, but it is not supported" +msgstr "el cliente usa identidad de autorización, pero no está soportada" -#: libpq/auth.c:2785 +#: libpq/auth-scram.c:1030 #, c-format -msgid "LDAP search for filter \"%s\" on server \"%s\" returned %d entry." -msgid_plural "LDAP search for filter \"%s\" on server \"%s\" returned %d entries." -msgstr[0] "La búsqueda LDAP para el filtro «%s» en el servidor «%s» retornó %d elemento." -msgstr[1] "La búsqueda LDAP para el filtro «%s» en el servidor «%s» retornó %d elementos." +msgid "Unexpected attribute \"%s\" in client-first-message." +msgstr "Atributo inesperado \"%s\" en client-first-message." -#: libpq/auth.c:2805 +#: libpq/auth-scram.c:1046 #, c-format -msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" -msgstr "no se pudo obtener el dn para la primera entrada que coincide con «%s» en el servidor «%s»: %s" +msgid "client requires an unsupported SCRAM extension" +msgstr "el cliente requiere una extensión SCRAM no soportada" -#: libpq/auth.c:2826 +#: libpq/auth-scram.c:1060 #, c-format -msgid "could not unbind after searching for user \"%s\" on server \"%s\"" -msgstr "no se pudo desconectar (unbind) después de buscar al usuario «%s» en el servidor «%s»" +msgid "non-printable characters in SCRAM nonce" +msgstr "caracteres no imprimibles en el «nonce» SCRAM" -#: libpq/auth.c:2857 +#: libpq/auth-scram.c:1188 #, c-format -msgid "LDAP login failed for user \"%s\" on server \"%s\": %s" -msgstr "falló el inicio de sesión LDAP para el usuario «%s» en el servidor «%s»: %s" +msgid "could not generate random nonce" +msgstr "no se pudo generar un «nonce» aleatorio" -#: libpq/auth.c:2889 +#: libpq/auth-scram.c:1198 #, c-format -msgid "LDAP diagnostics: %s" -msgstr "Diagnóstico LDAP: %s" +msgid "could not encode random nonce" +msgstr "no se pudo codificar un «nonce» aleatorio" -#: libpq/auth.c:2927 +#: libpq/auth-scram.c:1304 #, c-format -msgid "certificate authentication failed for user \"%s\": client certificate contains no user name" -msgstr "la autentificación con certificado falló para el usuario «%s»: el certificado de cliente no contiene un nombre de usuario" +msgid "SCRAM channel binding check failed" +msgstr "la verificación de enlazado (binding) de canal SCRAM falló" -#: libpq/auth.c:2948 +#: libpq/auth-scram.c:1322 #, c-format -msgid "certificate authentication failed for user \"%s\": unable to retrieve subject DN" -msgstr "la autentificación por certificado falló para el usuario «%s»: no se pudo obtener el DN del sujeto" +msgid "unexpected SCRAM channel-binding attribute in client-final-message" +msgstr "atributo de enlazado de canal SCRAM inesperado en client-final-message" -#: libpq/auth.c:2971 +#: libpq/auth-scram.c:1341 #, c-format -msgid "certificate validation (clientcert=verify-full) failed for user \"%s\": DN mismatch" -msgstr "la validación de certificado (clientcert=verify-full) falló para el usuario «%s»: discordancia de DN" +msgid "Malformed proof in client-final-message." +msgstr "Prueba (proof) mal formada en client-final-message." -#: libpq/auth.c:2976 +#: libpq/auth-scram.c:1349 #, c-format -msgid "certificate validation (clientcert=verify-full) failed for user \"%s\": CN mismatch" -msgstr "la validación de certificado (clientcert=verify-full) falló para el usuario «%s»: discordancia de CN" +msgid "Garbage found at the end of client-final-message." +msgstr "Basura encontrada al final de client-final-message." -#: libpq/auth.c:3078 +#: libpq/auth.c:284 #, c-format -msgid "RADIUS server not specified" -msgstr "servidor RADIUS no especificado" +msgid "authentication failed for user \"%s\": host rejected" +msgstr "la autentificación falló para el usuario «%s»: anfitrión rechazado" -#: libpq/auth.c:3085 +#: libpq/auth.c:287 #, c-format -msgid "RADIUS secret not specified" -msgstr "secreto RADIUS no especificado" +msgid "\"trust\" authentication failed for user \"%s\"" +msgstr "la autentificación «trust» falló para el usuario «%s»" -#: libpq/auth.c:3099 +#: libpq/auth.c:290 #, c-format -msgid "RADIUS authentication does not support passwords longer than %d characters" -msgstr "la autentificación RADIUS no soporta contraseñas más largas de %d caracteres" +msgid "Ident authentication failed for user \"%s\"" +msgstr "la autentificación Ident falló para el usuario «%s»" -#: libpq/auth.c:3206 libpq/hba.c:2008 +#: libpq/auth.c:293 #, c-format -msgid "could not translate RADIUS server name \"%s\" to address: %s" -msgstr "no se pudo traducir el nombre de servidor RADIUS «%s» a dirección: %s" +msgid "Peer authentication failed for user \"%s\"" +msgstr "la autentificación Peer falló para el usuario «%s»" -#: libpq/auth.c:3220 +#: libpq/auth.c:298 #, c-format -msgid "could not generate random encryption vector" -msgstr "no se pudo generar un vector aleatorio de encriptación" +msgid "password authentication failed for user \"%s\"" +msgstr "la autentificación password falló para el usuario «%s»" -#: libpq/auth.c:3254 +#: libpq/auth.c:303 #, c-format -msgid "could not perform MD5 encryption of password" -msgstr "no se pudo efectuar cifrado MD5 de la contraseña" +msgid "GSSAPI authentication failed for user \"%s\"" +msgstr "la autentificación GSSAPI falló para el usuario «%s»" -#: libpq/auth.c:3280 +#: libpq/auth.c:306 #, c-format -msgid "could not create RADIUS socket: %m" -msgstr "no se pudo crear el socket RADIUS: %m" +msgid "SSPI authentication failed for user \"%s\"" +msgstr "la autentificación SSPI falló para el usuario «%s»" -#: libpq/auth.c:3302 +#: libpq/auth.c:309 #, c-format -msgid "could not bind local RADIUS socket: %m" -msgstr "no se pudo enlazar el socket RADIUS local: %m" +msgid "PAM authentication failed for user \"%s\"" +msgstr "la autentificación PAM falló para el usuario «%s»" -#: libpq/auth.c:3312 +#: libpq/auth.c:312 #, c-format -msgid "could not send RADIUS packet: %m" -msgstr "no se pudo enviar el paquete RADIUS: %m" +msgid "BSD authentication failed for user \"%s\"" +msgstr "la autentificación BSD falló para el usuario «%s»" -#: libpq/auth.c:3345 libpq/auth.c:3371 +#: libpq/auth.c:315 #, c-format -msgid "timeout waiting for RADIUS response from %s" -msgstr "se agotó el tiempo de espera de la respuesta RADIUS desde %s" +msgid "LDAP authentication failed for user \"%s\"" +msgstr "la autentificación LDAP falló para el usuario «%s»" -#: libpq/auth.c:3364 +#: libpq/auth.c:318 #, c-format -msgid "could not check status on RADIUS socket: %m" -msgstr "no se pudo verificar el estado en el socket %m" +msgid "certificate authentication failed for user \"%s\"" +msgstr "la autentificación por certificado falló para el usuario «%s»" -#: libpq/auth.c:3394 +#: libpq/auth.c:321 #, c-format -msgid "could not read RADIUS response: %m" -msgstr "no se pudo leer la respuesta RADIUS: %m" +msgid "RADIUS authentication failed for user \"%s\"" +msgstr "la autentificación RADIUS falló para el usuario «%s»" -#: libpq/auth.c:3407 libpq/auth.c:3411 +#: libpq/auth.c:324 #, c-format -msgid "RADIUS response from %s was sent from incorrect port: %d" -msgstr "la respuesta RADIUS desde %s fue enviada desde el port incorrecto: %d" +msgid "authentication failed for user \"%s\": invalid authentication method" +msgstr "la autentificación falló para el usuario «%s»: método de autentificación no válido" -#: libpq/auth.c:3420 +#: libpq/auth.c:328 #, c-format -msgid "RADIUS response from %s too short: %d" -msgstr "la respuesta RADIUS desde %s es demasiado corta: %d" +msgid "Connection matched pg_hba.conf line %d: \"%s\"" +msgstr "La conexión coincidió con la línea %d de pg_hba.conf: «%s»" -#: libpq/auth.c:3427 +#: libpq/auth.c:371 #, c-format -msgid "RADIUS response from %s has corrupt length: %d (actual length %d)" -msgstr "la respuesta RADIUS desde %ss tiene largo corrupto: %d (largo real %d)" +msgid "authentication identifier set more than once" +msgstr "identificador de autentificación establecido más de una vez" -#: libpq/auth.c:3435 +#: libpq/auth.c:372 #, c-format -msgid "RADIUS response from %s is to a different request: %d (should be %d)" -msgstr "la respuesta RADIUS desde %s es a una petición diferente: %d (debería ser %d)" +msgid "previous identifier: \"%s\"; new identifier: \"%s\"" +msgstr "identificador anterior: «%s»; nuevo identificador: «%s»" -#: libpq/auth.c:3460 +#: libpq/auth.c:381 #, c-format -msgid "could not perform MD5 encryption of received packet" -msgstr "no se pudo realizar cifrado MD5 del paquete recibido" +msgid "connection authenticated: identity=\"%s\" method=%s (%s:%d)" +msgstr "conexión autenticada: identidad=«%s» método=%s (%s:%d)" -#: libpq/auth.c:3469 +#: libpq/auth.c:420 #, c-format -msgid "RADIUS response from %s has incorrect MD5 signature" -msgstr "la respuesta RADIUS desde %s tiene firma MD5 incorrecta" +msgid "client certificates can only be checked if a root certificate store is available" +msgstr "los certificados de cliente sólo pueden verificarse si un almacén de certificado raíz está disponible" -#: libpq/auth.c:3487 +#: libpq/auth.c:431 #, c-format -msgid "RADIUS response from %s has invalid code (%d) for user \"%s\"" -msgstr "la respuesta RADIUS desde %s tiene código no válido (%d) para el usuario «%s»" +msgid "connection requires a valid client certificate" +msgstr "la conexión requiere un certificado de cliente válido" -#: libpq/be-fsstubs.c:128 libpq/be-fsstubs.c:157 libpq/be-fsstubs.c:185 -#: libpq/be-fsstubs.c:211 libpq/be-fsstubs.c:236 libpq/be-fsstubs.c:274 -#: libpq/be-fsstubs.c:297 libpq/be-fsstubs.c:545 -#, c-format -msgid "invalid large-object descriptor: %d" -msgstr "el descriptor de objeto grande no es válido: %d" +#: libpq/auth.c:462 libpq/auth.c:508 +msgid "GSS encryption" +msgstr "cifrado GSS" -#: libpq/be-fsstubs.c:168 -#, c-format -msgid "large object descriptor %d was not opened for reading" -msgstr "el descriptor de objeto grande %d no fue abierto para lectura" +#: libpq/auth.c:465 libpq/auth.c:511 +msgid "SSL encryption" +msgstr "cifrado SSL" -#: libpq/be-fsstubs.c:192 libpq/be-fsstubs.c:552 +#: libpq/auth.c:467 libpq/auth.c:513 +msgid "no encryption" +msgstr "sin cifrado" + +#. translator: last %s describes encryption state +#: libpq/auth.c:473 #, c-format -msgid "large object descriptor %d was not opened for writing" -msgstr "el descriptor de objeto grande %d no fue abierto para escritura" +msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" +msgstr "pg_hba.conf rechaza la conexión de replicación para el servidor «%s», usuario «%s», %s" -#: libpq/be-fsstubs.c:219 +#. translator: last %s describes encryption state +#: libpq/auth.c:480 #, c-format -msgid "lo_lseek result out of range for large-object descriptor %d" -msgstr "resultado de lo_lseek fuera de rango para el descriptor de objeto grande %d" +msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\", %s" +msgstr "pg_hba.conf rechaza la conexión para el servidor «%s», usuario «%s», base de datos «%s», %s" -#: libpq/be-fsstubs.c:282 +#: libpq/auth.c:518 #, c-format -msgid "lo_tell result out of range for large-object descriptor %d" -msgstr "resultado de lo_tell fuera de rango para el descriptor de objeto grande %d" +msgid "Client IP address resolved to \"%s\", forward lookup matches." +msgstr "La dirección IP del cliente fue resuelta a «%s», este resultado es coincidente." -#: libpq/be-fsstubs.c:424 +#: libpq/auth.c:521 #, c-format -msgid "could not open server file \"%s\": %m" -msgstr "no se pudo abrir el archivo de servidor «%s»: %m" +msgid "Client IP address resolved to \"%s\", forward lookup not checked." +msgstr "La dirección IP del cliente fue resuelta a «%s», este resultado no fue verificado." -#: libpq/be-fsstubs.c:447 +#: libpq/auth.c:524 #, c-format -msgid "could not read server file \"%s\": %m" -msgstr "no se pudo leer el archivo de servidor «%s»: %m" +msgid "Client IP address resolved to \"%s\", forward lookup does not match." +msgstr "La dirección IP del cliente fue resuelta a «%s», este resultado no es coincidente." -#: libpq/be-fsstubs.c:506 +#: libpq/auth.c:527 #, c-format -msgid "could not create server file \"%s\": %m" -msgstr "no se pudo crear el archivo del servidor «%s»: %m" +msgid "Could not translate client host name \"%s\" to IP address: %s." +msgstr "No se pudo traducir el nombre de host del cliente «%s» a una dirección IP: %s." -#: libpq/be-fsstubs.c:518 +#: libpq/auth.c:532 #, c-format -msgid "could not write server file \"%s\": %m" -msgstr "no se pudo escribir el archivo del servidor «%s»: %m" +msgid "Could not resolve client IP address to a host name: %s." +msgstr "No se pudo obtener la dirección IP del cliente a un nombre de host: %s." -#: libpq/be-fsstubs.c:758 +#. translator: last %s describes encryption state +#: libpq/auth.c:540 #, c-format -msgid "large object read request is too large" -msgstr "el tamaño de petición de lectura de objeto grande es muy grande" +msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s" +msgstr "no hay una línea en pg_hba.conf para la conexión de replicación desde el servidor «%s», usuario «%s», %s" -#: libpq/be-fsstubs.c:800 utils/adt/genfile.c:267 utils/adt/genfile.c:306 -#: utils/adt/genfile.c:342 +#. translator: last %s describes encryption state +#: libpq/auth.c:548 #, c-format -msgid "requested length cannot be negative" -msgstr "el tamaño solicitado no puede ser negativo" +msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" +msgstr "no hay una línea en pg_hba.conf para «%s», usuario «%s», base de datos «%s», %s" -#: libpq/be-fsstubs.c:851 storage/large_object/inv_api.c:299 -#: storage/large_object/inv_api.c:311 storage/large_object/inv_api.c:508 -#: storage/large_object/inv_api.c:619 storage/large_object/inv_api.c:809 +#: libpq/auth.c:721 #, c-format -msgid "permission denied for large object %u" -msgstr "permiso denegado al objeto grande %u" +msgid "expected password response, got message type %d" +msgstr "se esperaba una respuesta de contraseña, se obtuvo mensaje de tipo %d" -#: libpq/be-secure-common.c:93 +#: libpq/auth.c:742 #, c-format -msgid "could not read from command \"%s\": %m" -msgstr "no se pudo leer desde la orden «%s»: %m" +msgid "invalid password packet size" +msgstr "el tamaño del paquete de contraseña no es válido" -#: libpq/be-secure-common.c:113 +#: libpq/auth.c:760 #, c-format -msgid "command \"%s\" failed" -msgstr "la orden «%s» falló" +msgid "empty password returned by client" +msgstr "el cliente retornó una contraseña vacía" -#: libpq/be-secure-common.c:141 +#: libpq/auth.c:887 libpq/hba.c:1366 #, c-format -msgid "could not access private key file \"%s\": %m" -msgstr "no se pudo acceder al archivo de la llave privada «%s»: %m" +msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled" +msgstr "la autentificación MD5 no está soportada cuando «db_user_namespace» está activo" -#: libpq/be-secure-common.c:151 +#: libpq/auth.c:893 #, c-format -msgid "private key file \"%s\" is not a regular file" -msgstr "el archivo de llave privada «%s» no es un archivo regular" +msgid "could not generate random MD5 salt" +msgstr "no se pudo generar una sal MD5 aleatoria" -#: libpq/be-secure-common.c:177 +#: libpq/auth.c:959 #, c-format -msgid "private key file \"%s\" must be owned by the database user or root" -msgstr "el archivo de llave privada «%s» debe ser de propiedad del usuario de base de datos o root" +msgid "expected SASL response, got message type %d" +msgstr "se esperaba una respuesta SASL, se obtuvo mensaje de tipo %d" -#: libpq/be-secure-common.c:187 +#: libpq/auth.c:1088 libpq/be-secure-gssapi.c:535 #, c-format -msgid "private key file \"%s\" has group or world access" -msgstr "el archivo de la llave privada «%s» tiene acceso para el grupo u otros" +msgid "could not set environment: %m" +msgstr "no se pudo establecer el ambiente: %m" -#: libpq/be-secure-common.c:189 +#: libpq/auth.c:1124 #, c-format -msgid "File must have permissions u=rw (0600) or less if owned by the database user, or permissions u=rw,g=r (0640) or less if owned by root." -msgstr "El archivo debe tener permisos u=rw (0600) o menos si es de propiedad del usuario de base deatos, o permisos u=rw,g=r (0640) o menos si es de root." +msgid "expected GSS response, got message type %d" +msgstr "se esperaba una respuesta GSS, se obtuvo mensaje de tipo %d" -#: libpq/be-secure-gssapi.c:204 -msgid "GSSAPI wrap error" -msgstr "error de «wrap» de GSSAPI" +#: libpq/auth.c:1184 +msgid "accepting GSS security context failed" +msgstr "falló la aceptación del contexto de seguridad GSS" -#: libpq/be-secure-gssapi.c:211 -#, c-format -msgid "outgoing GSSAPI message would not use confidentiality" -msgstr "mensaje saliente GSSAPI no proveería confidencialidad" +#: libpq/auth.c:1225 +msgid "retrieving GSS user name failed" +msgstr "falló la obtención del nombre de usuario GSS" -#: libpq/be-secure-gssapi.c:218 libpq/be-secure-gssapi.c:622 -#, c-format -msgid "server tried to send oversize GSSAPI packet (%zu > %zu)" -msgstr "el servidor intentó enviar un paquete GSSAPI demasiado grande (%zu > %zu)" +#: libpq/auth.c:1374 +msgid "could not acquire SSPI credentials" +msgstr "no se pudo obtener las credenciales SSPI" -#: libpq/be-secure-gssapi.c:351 +#: libpq/auth.c:1399 #, c-format -msgid "oversize GSSAPI packet sent by the client (%zu > %zu)" -msgstr "paquete GSSAPI demasiado grande enviado por el cliente (%zu > %zu)" +msgid "expected SSPI response, got message type %d" +msgstr "se esperaba una respuesta SSPI, se obtuvo mensaje de tipo %d" -#: libpq/be-secure-gssapi.c:389 -msgid "GSSAPI unwrap error" -msgstr "error de «unwrap» de GSSAPI" +#: libpq/auth.c:1477 +msgid "could not accept SSPI security context" +msgstr "no se pudo aceptar un contexto SSPI" -#: libpq/be-secure-gssapi.c:396 -#, c-format -msgid "incoming GSSAPI message did not use confidentiality" -msgstr "mensaje GSSAPI entrante no usó confidencialidad" +#: libpq/auth.c:1539 +msgid "could not get token from SSPI security context" +msgstr "no se pudo obtener un testigo (token) desde el contexto de seguridad SSPI" -#: libpq/be-secure-gssapi.c:570 +#: libpq/auth.c:1678 libpq/auth.c:1697 #, c-format -msgid "oversize GSSAPI packet sent by the client (%zu > %d)" -msgstr "paquete GSSAPI demasiado grande enviado por el cliente (%zu > %d)" - -#: libpq/be-secure-gssapi.c:594 -msgid "could not accept GSSAPI security context" -msgstr "no se pudo aceptar un contexto de seguridad GSSAPI" +msgid "could not translate name" +msgstr "no se pudo traducir el nombre" -#: libpq/be-secure-gssapi.c:689 -msgid "GSSAPI size check error" -msgstr "error de verificación de tamaño GSSAPI" +#: libpq/auth.c:1710 +#, c-format +msgid "realm name too long" +msgstr "nombre de «realm» demasiado largo" -#: libpq/be-secure-openssl.c:115 +#: libpq/auth.c:1725 #, c-format -msgid "could not create SSL context: %s" -msgstr "no se pudo crear un contexto SSL: %s" +msgid "translated account name too long" +msgstr "nombre de cuenta traducido demasiado largo" -#: libpq/be-secure-openssl.c:141 +#: libpq/auth.c:1906 #, c-format -msgid "could not load server certificate file \"%s\": %s" -msgstr "no se pudo cargar el archivo de certificado de servidor «%s»: %s" +msgid "could not create socket for Ident connection: %m" +msgstr "no se pudo crear un socket para conexión Ident: %m" -#: libpq/be-secure-openssl.c:161 +#: libpq/auth.c:1921 #, c-format -msgid "private key file \"%s\" cannot be reloaded because it requires a passphrase" -msgstr "el archivo de clave privada \"%s\" no se puede volver a cargar porque requiere una contraseña" +msgid "could not bind to local address \"%s\": %m" +msgstr "no se pudo enlazar a la dirección local «%s»: %m" -#: libpq/be-secure-openssl.c:166 +#: libpq/auth.c:1933 #, c-format -msgid "could not load private key file \"%s\": %s" -msgstr "no se pudo cargar el archivo de la llave privada «%s»: %s" +msgid "could not connect to Ident server at address \"%s\", port %s: %m" +msgstr "no se pudo conectar al servidor Ident en dirección «%s», port %s: %m" -#: libpq/be-secure-openssl.c:175 +#: libpq/auth.c:1955 #, c-format -msgid "check of private key failed: %s" -msgstr "falló la revisión de la llave privada: %s" +msgid "could not send query to Ident server at address \"%s\", port %s: %m" +msgstr "no se pudo enviar consulta Ident al servidor «%s», port %s: %m" -#. translator: first %s is a GUC option name, second %s is its value -#: libpq/be-secure-openssl.c:188 libpq/be-secure-openssl.c:211 +#: libpq/auth.c:1972 #, c-format -msgid "\"%s\" setting \"%s\" not supported by this build" -msgstr "el valor «%2$s» para la opción «%1$s» no está soportado en este servidor" +msgid "could not receive response from Ident server at address \"%s\", port %s: %m" +msgstr "no se pudo recibir respuesta Ident desde el servidor «%s», port %s: %m" -#: libpq/be-secure-openssl.c:198 +#: libpq/auth.c:1982 #, c-format -msgid "could not set minimum SSL protocol version" -msgstr "no se pudo definir la versión mínima de protocolo SSL" +msgid "invalidly formatted response from Ident server: \"%s\"" +msgstr "respuesta del servidor Ident en formato no válido: «%s»" -#: libpq/be-secure-openssl.c:221 +#: libpq/auth.c:2035 #, c-format -msgid "could not set maximum SSL protocol version" -msgstr "no se pudo definir la versión máxima de protocolo SSL" +msgid "peer authentication is not supported on this platform" +msgstr "método de autentificación peer no está soportado en esta plataforma" -#: libpq/be-secure-openssl.c:237 +#: libpq/auth.c:2039 #, c-format -msgid "could not set SSL protocol version range" -msgstr "no se pudo definir el rango de versión de protocolo SSL" +msgid "could not get peer credentials: %m" +msgstr "no se pudo recibir credenciales: %m" -#: libpq/be-secure-openssl.c:238 +#: libpq/auth.c:2051 #, c-format -msgid "\"%s\" cannot be higher than \"%s\"" -msgstr "«%s» no puede ser más alto que «%s»" +msgid "could not look up local user ID %ld: %s" +msgstr "no se pudo encontrar el ID del usuario local %ld: %s" -#: libpq/be-secure-openssl.c:275 +#: libpq/auth.c:2152 #, c-format -msgid "could not set the cipher list (no valid ciphers available)" -msgstr "no se pudo establecer la lista de cifrado (no hay cifradores disponibles)" +msgid "error from underlying PAM layer: %s" +msgstr "se ha recibido un error de la biblioteca PAM: %s" -#: libpq/be-secure-openssl.c:295 +#: libpq/auth.c:2163 #, c-format -msgid "could not load root certificate file \"%s\": %s" -msgstr "no se pudo cargar el archivo del certificado raíz «%s»: %s" +msgid "unsupported PAM conversation %d/\"%s\"" +msgstr "conversación PAM no soportada: %d/«%s»" -#: libpq/be-secure-openssl.c:344 +#: libpq/auth.c:2223 #, c-format -msgid "could not load SSL certificate revocation list file \"%s\": %s" -msgstr "no se pudo cargar el archivo de lista de revocación de certificados SSL «%s»: %s" +msgid "could not create PAM authenticator: %s" +msgstr "no se pudo crear autenticador PAM: %s" -#: libpq/be-secure-openssl.c:352 +#: libpq/auth.c:2234 #, c-format -msgid "could not load SSL certificate revocation list directory \"%s\": %s" -msgstr "no se pudo cargar el directorio de lista de revocación de certificados SSL «%s»: %s" +msgid "pam_set_item(PAM_USER) failed: %s" +msgstr "pam_set_item(PAM_USER) falló: %s" -#: libpq/be-secure-openssl.c:360 +#: libpq/auth.c:2266 #, c-format -msgid "could not load SSL certificate revocation list file \"%s\" or directory \"%s\": %s" -msgstr "no se pudo cargar el archivo de lista de revocación de certificados SSL «%s» o directorio «%s»: %s" +msgid "pam_set_item(PAM_RHOST) failed: %s" +msgstr "pam_set_item(PAM_RHOST) falló: %s" -#: libpq/be-secure-openssl.c:418 +#: libpq/auth.c:2278 #, c-format -msgid "could not initialize SSL connection: SSL context not set up" -msgstr "no se pudo inicializar la conexión SSL: el contexto SSL no está instalado" +msgid "pam_set_item(PAM_CONV) failed: %s" +msgstr "pam_set_item(PAM_CONV) falló: %s" -#: libpq/be-secure-openssl.c:429 +#: libpq/auth.c:2291 #, c-format -msgid "could not initialize SSL connection: %s" -msgstr "no se pudo inicializar la conexión SSL: %s" +msgid "pam_authenticate failed: %s" +msgstr "pam_authenticate falló: %s" -#: libpq/be-secure-openssl.c:437 +#: libpq/auth.c:2304 #, c-format -msgid "could not set SSL socket: %s" -msgstr "no se definir un socket SSL: %s" +msgid "pam_acct_mgmt failed: %s" +msgstr "pam_acct_mgmt falló: %s" -#: libpq/be-secure-openssl.c:492 +#: libpq/auth.c:2315 #, c-format -msgid "could not accept SSL connection: %m" -msgstr "no se pudo aceptar una conexión SSL: %m" +msgid "could not release PAM authenticator: %s" +msgstr "no se pudo liberar autenticador PAM: %s" -#: libpq/be-secure-openssl.c:496 libpq/be-secure-openssl.c:549 +#: libpq/auth.c:2395 #, c-format -msgid "could not accept SSL connection: EOF detected" -msgstr "no se pudo aceptar una conexión SSL: se detectó EOF" +msgid "could not initialize LDAP: error code %d" +msgstr "no se pudo inicializar LDAP: código de error %d" -#: libpq/be-secure-openssl.c:535 +#: libpq/auth.c:2432 #, c-format -msgid "could not accept SSL connection: %s" -msgstr "no se pudo aceptar una conexión SSL: %s" +msgid "could not extract domain name from ldapbasedn" +msgstr "no se pudo extraer el nombre de dominio de ldapbasedn" -#: libpq/be-secure-openssl.c:538 +#: libpq/auth.c:2440 #, c-format -msgid "This may indicate that the client does not support any SSL protocol version between %s and %s." -msgstr "Esto puede indicar que el cliente no soporta ninguna versión del protocolo SSL entre %s and %s." +msgid "LDAP authentication could not find DNS SRV records for \"%s\"" +msgstr "la autentificación LDAP no pudo encontrar registros DNS SRV para «%s»" -#: libpq/be-secure-openssl.c:554 libpq/be-secure-openssl.c:734 -#: libpq/be-secure-openssl.c:798 +#: libpq/auth.c:2442 #, c-format -msgid "unrecognized SSL error code: %d" -msgstr "código de error SSL no reconocido: %d" +msgid "Set an LDAP server name explicitly." +msgstr "Defina un nombre de servidor LDAP explícitamente." -#: libpq/be-secure-openssl.c:600 +#: libpq/auth.c:2494 #, c-format -msgid "SSL certificate's common name contains embedded null" -msgstr "el «common name» del certificado SSL contiene un carácter null" +msgid "could not initialize LDAP: %s" +msgstr "no se pudo inicializar LDAP: %s" -#: libpq/be-secure-openssl.c:640 +#: libpq/auth.c:2504 #, c-format -msgid "SSL certificate's distinguished name contains embedded null" -msgstr "el elemento de nombre distinguido en el certificado SSL contiene un carácter null" +msgid "ldaps not supported with this LDAP library" +msgstr "ldaps no está soportado con esta biblioteca LDAP" -#: libpq/be-secure-openssl.c:723 libpq/be-secure-openssl.c:782 +#: libpq/auth.c:2512 #, c-format -msgid "SSL error: %s" -msgstr "error de SSL: %s" +msgid "could not initialize LDAP: %m" +msgstr "no se pudo inicializar LDAP: %m" -#: libpq/be-secure-openssl.c:964 +#: libpq/auth.c:2522 #, c-format -msgid "could not open DH parameters file \"%s\": %m" -msgstr "no se pudo abrir el archivo de parámetros DH «%s»: %m" +msgid "could not set LDAP protocol version: %s" +msgstr "no se pudo definir la versión de protocolo LDAP: %s" -#: libpq/be-secure-openssl.c:976 +#: libpq/auth.c:2562 #, c-format -msgid "could not load DH parameters file: %s" -msgstr "no se pudo cargar el archivo de parámetros DH: %s" +msgid "could not load function _ldap_start_tls_sA in wldap32.dll" +msgstr "no se pudo cargar la función _ldap_start_tls_sA en wldap32.dll" -#: libpq/be-secure-openssl.c:986 +#: libpq/auth.c:2563 #, c-format -msgid "invalid DH parameters: %s" -msgstr "parámetros DH no válidos: %s" +msgid "LDAP over SSL is not supported on this platform." +msgstr "LDAP sobre SSL no está soportado en esta plataforma." -#: libpq/be-secure-openssl.c:995 +#: libpq/auth.c:2579 #, c-format -msgid "invalid DH parameters: p is not prime" -msgstr "parámetros DH no válidos: p no es primo" +msgid "could not start LDAP TLS session: %s" +msgstr "no se pudo iniciar sesión de LDAP TLS: %s" -#: libpq/be-secure-openssl.c:1004 +#: libpq/auth.c:2650 #, c-format -msgid "invalid DH parameters: neither suitable generator or safe prime" -msgstr "parámetros DH no válidos: no hay generador apropiado o primo seguro" +msgid "LDAP server not specified, and no ldapbasedn" +msgstr "servidor LDAP no especificado, y no hay ldapbasedn" -#: libpq/be-secure-openssl.c:1165 +#: libpq/auth.c:2657 #, c-format -msgid "DH: could not load DH parameters" -msgstr "DH: no se pudo cargar los parámetros DH" +msgid "LDAP server not specified" +msgstr "servidor LDAP no especificado" -#: libpq/be-secure-openssl.c:1173 +#: libpq/auth.c:2719 #, c-format -msgid "DH: could not set DH parameters: %s" -msgstr "DH: no se pudo definir los parámetros DH: %s" +msgid "invalid character in user name for LDAP authentication" +msgstr "carácter no válido en nombre de usuario para autentificación LDAP" -#: libpq/be-secure-openssl.c:1200 +#: libpq/auth.c:2736 #, c-format -msgid "ECDH: unrecognized curve name: %s" -msgstr "ECDH: nombre de curva no reconocida: %s" +msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": %s" +msgstr "no se pudo hacer el enlace LDAP inicial para el ldapbinddb «%s» en el servidor «%s»: %s" -#: libpq/be-secure-openssl.c:1209 +#: libpq/auth.c:2765 #, c-format -msgid "ECDH: could not create key" -msgstr "ECDH: no se pudo crear la llave" - -#: libpq/be-secure-openssl.c:1237 -msgid "no SSL error reported" -msgstr "código de error SSL no reportado" +msgid "could not search LDAP for filter \"%s\" on server \"%s\": %s" +msgstr "no se pudo hacer la búsqueda LDAP para el filtro «%s» en el servidor «%s»: %s" -#: libpq/be-secure-openssl.c:1241 +#: libpq/auth.c:2779 #, c-format -msgid "SSL error code %lu" -msgstr "código de error SSL %lu" +msgid "LDAP user \"%s\" does not exist" +msgstr "no existe el usuario LDAP «%s»" -#: libpq/be-secure-openssl.c:1395 +#: libpq/auth.c:2780 #, c-format -msgid "could not create BIO" -msgstr "no se pudo crear BIO" +msgid "LDAP search for filter \"%s\" on server \"%s\" returned no entries." +msgstr "La búsqueda LDAP para el filtro «%s» en el servidor «%s» no retornó elementos." -#: libpq/be-secure-openssl.c:1405 +#: libpq/auth.c:2784 #, c-format -msgid "could not get NID for ASN1_OBJECT object" -msgstr "no se pudo obtener NID para objeto ASN1_OBJECT" +msgid "LDAP user \"%s\" is not unique" +msgstr "el usuario LDAP «%s» no es única" -#: libpq/be-secure-openssl.c:1413 +#: libpq/auth.c:2785 #, c-format -msgid "could not convert NID %d to an ASN1_OBJECT structure" -msgstr "no se pudo convertir NID %d en una estructura ASN1_OBJECT" +msgid "LDAP search for filter \"%s\" on server \"%s\" returned %d entry." +msgid_plural "LDAP search for filter \"%s\" on server \"%s\" returned %d entries." +msgstr[0] "La búsqueda LDAP para el filtro «%s» en el servidor «%s» retornó %d elemento." +msgstr[1] "La búsqueda LDAP para el filtro «%s» en el servidor «%s» retornó %d elementos." -#: libpq/be-secure.c:209 libpq/be-secure.c:305 +#: libpq/auth.c:2805 #, c-format -msgid "terminating connection due to unexpected postmaster exit" -msgstr "terminando la conexión debido al término inesperado de postmaster" +msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" +msgstr "no se pudo obtener el dn para la primera entrada que coincide con «%s» en el servidor «%s»: %s" -#: libpq/crypt.c:49 +#: libpq/auth.c:2826 #, c-format -msgid "Role \"%s\" does not exist." -msgstr "No existe el rol «%s»." +msgid "could not unbind after searching for user \"%s\" on server \"%s\"" +msgstr "no se pudo desconectar (unbind) después de buscar al usuario «%s» en el servidor «%s»" -#: libpq/crypt.c:59 +#: libpq/auth.c:2857 #, c-format -msgid "User \"%s\" has no password assigned." -msgstr "El usuario «%s» no tiene una contraseña asignada." +msgid "LDAP login failed for user \"%s\" on server \"%s\": %s" +msgstr "falló el inicio de sesión LDAP para el usuario «%s» en el servidor «%s»: %s" -#: libpq/crypt.c:77 +#: libpq/auth.c:2889 #, c-format -msgid "User \"%s\" has an expired password." -msgstr "El usuario «%s» tiene contraseña expirada." +msgid "LDAP diagnostics: %s" +msgstr "Diagnóstico LDAP: %s" -#: libpq/crypt.c:179 +#: libpq/auth.c:2927 #, c-format -msgid "User \"%s\" has a password that cannot be used with MD5 authentication." -msgstr "El usuario \"%s\" tiene una contraseña que no se puede usar con la autentificación MD5." +msgid "certificate authentication failed for user \"%s\": client certificate contains no user name" +msgstr "la autentificación con certificado falló para el usuario «%s»: el certificado de cliente no contiene un nombre de usuario" -#: libpq/crypt.c:203 libpq/crypt.c:244 libpq/crypt.c:268 +#: libpq/auth.c:2948 #, c-format -msgid "Password does not match for user \"%s\"." -msgstr "La contraseña no coincide para el usuario «%s»." +msgid "certificate authentication failed for user \"%s\": unable to retrieve subject DN" +msgstr "la autentificación por certificado falló para el usuario «%s»: no se pudo obtener el DN del sujeto" -#: libpq/crypt.c:287 +#: libpq/auth.c:2971 #, c-format -msgid "Password of user \"%s\" is in unrecognized format." -msgstr "La contraseña del usuario \"%s\" está en un formato no reconocido." +msgid "certificate validation (clientcert=verify-full) failed for user \"%s\": DN mismatch" +msgstr "la validación de certificado (clientcert=verify-full) falló para el usuario «%s»: discordancia de DN" -#: libpq/hba.c:241 +#: libpq/auth.c:2976 #, c-format -msgid "authentication file token too long, skipping: \"%s\"" -msgstr "una palabra en el archivo de autentificación es demasiado larga, omitiendo: «%s»" +msgid "certificate validation (clientcert=verify-full) failed for user \"%s\": CN mismatch" +msgstr "la validación de certificado (clientcert=verify-full) falló para el usuario «%s»: discordancia de CN" -#: libpq/hba.c:413 +#: libpq/auth.c:3078 #, c-format -msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" -msgstr "no se pudo abrir el archivo secundario de autentificación «@%s» como «%s»: %m" +msgid "RADIUS server not specified" +msgstr "servidor RADIUS no especificado" -#: libpq/hba.c:859 +#: libpq/auth.c:3085 #, c-format -msgid "error enumerating network interfaces: %m" -msgstr "error al enumerar interfaces de red: %m" +msgid "RADIUS secret not specified" +msgstr "secreto RADIUS no especificado" -#. translator: the second %s is a list of auth methods -#: libpq/hba.c:886 +#: libpq/auth.c:3099 #, c-format -msgid "authentication option \"%s\" is only valid for authentication methods %s" -msgstr "la opción de autentificación «%s» sólo es válida para los métodos de autentificación %s" +msgid "RADIUS authentication does not support passwords longer than %d characters" +msgstr "la autentificación RADIUS no soporta contraseñas más largas de %d caracteres" -#: libpq/hba.c:888 libpq/hba.c:908 libpq/hba.c:946 libpq/hba.c:996 -#: libpq/hba.c:1010 libpq/hba.c:1034 libpq/hba.c:1043 libpq/hba.c:1056 -#: libpq/hba.c:1077 libpq/hba.c:1090 libpq/hba.c:1110 libpq/hba.c:1132 -#: libpq/hba.c:1144 libpq/hba.c:1203 libpq/hba.c:1223 libpq/hba.c:1237 -#: libpq/hba.c:1257 libpq/hba.c:1268 libpq/hba.c:1283 libpq/hba.c:1302 -#: libpq/hba.c:1318 libpq/hba.c:1330 libpq/hba.c:1367 libpq/hba.c:1408 -#: libpq/hba.c:1421 libpq/hba.c:1443 libpq/hba.c:1455 libpq/hba.c:1473 -#: libpq/hba.c:1523 libpq/hba.c:1567 libpq/hba.c:1578 libpq/hba.c:1594 -#: libpq/hba.c:1611 libpq/hba.c:1622 libpq/hba.c:1641 libpq/hba.c:1657 -#: libpq/hba.c:1673 libpq/hba.c:1731 libpq/hba.c:1748 libpq/hba.c:1761 -#: libpq/hba.c:1773 libpq/hba.c:1792 libpq/hba.c:1879 libpq/hba.c:1897 -#: libpq/hba.c:1991 libpq/hba.c:2010 libpq/hba.c:2039 libpq/hba.c:2052 -#: libpq/hba.c:2075 libpq/hba.c:2097 libpq/hba.c:2111 tsearch/ts_locale.c:232 +#: libpq/auth.c:3206 libpq/hba.c:2008 #, c-format -msgid "line %d of configuration file \"%s\"" -msgstr "línea %d del archivo de configuración «%s»" +msgid "could not translate RADIUS server name \"%s\" to address: %s" +msgstr "no se pudo traducir el nombre de servidor RADIUS «%s» a dirección: %s" -#: libpq/hba.c:906 +#: libpq/auth.c:3220 #, c-format -msgid "authentication method \"%s\" requires argument \"%s\" to be set" -msgstr "el método de autentificación «%s» requiere que el argumento «%s» esté definido" +msgid "could not generate random encryption vector" +msgstr "no se pudo generar un vector aleatorio de encriptación" -#: libpq/hba.c:934 +#: libpq/auth.c:3254 #, c-format -msgid "missing entry in file \"%s\" at end of line %d" -msgstr "falta una entrada en el archivo «%s» al final de la línea %d" +msgid "could not perform MD5 encryption of password" +msgstr "no se pudo efectuar cifrado MD5 de la contraseña" -#: libpq/hba.c:945 +#: libpq/auth.c:3280 #, c-format -msgid "multiple values in ident field" -msgstr "múltiples valores en campo «ident»" +msgid "could not create RADIUS socket: %m" +msgstr "no se pudo crear el socket RADIUS: %m" -#: libpq/hba.c:994 +#: libpq/auth.c:3302 #, c-format -msgid "multiple values specified for connection type" -msgstr "múltiples valores especificados para tipo de conexión" +msgid "could not bind local RADIUS socket: %m" +msgstr "no se pudo enlazar el socket RADIUS local: %m" -#: libpq/hba.c:995 +#: libpq/auth.c:3312 #, c-format -msgid "Specify exactly one connection type per line." -msgstr "Especifique exactamente un tipo de conexión por línea." +msgid "could not send RADIUS packet: %m" +msgstr "no se pudo enviar el paquete RADIUS: %m" -#: libpq/hba.c:1009 +#: libpq/auth.c:3345 libpq/auth.c:3371 #, c-format -msgid "local connections are not supported by this build" -msgstr "las conexiones locales no están soportadas en este servidor" +msgid "timeout waiting for RADIUS response from %s" +msgstr "se agotó el tiempo de espera de la respuesta RADIUS desde %s" -#: libpq/hba.c:1032 +#: libpq/auth.c:3364 #, c-format -msgid "hostssl record cannot match because SSL is disabled" -msgstr "el registro hostssl no puede coincidir porque SSL está deshabilitado" +msgid "could not check status on RADIUS socket: %m" +msgstr "no se pudo verificar el estado en el socket %m" -#: libpq/hba.c:1033 +#: libpq/auth.c:3394 #, c-format -msgid "Set ssl = on in postgresql.conf." -msgstr "Defina «ssl = on» en postgresql.conf." +msgid "could not read RADIUS response: %m" +msgstr "no se pudo leer la respuesta RADIUS: %m" -#: libpq/hba.c:1041 +#: libpq/auth.c:3407 libpq/auth.c:3411 #, c-format -msgid "hostssl record cannot match because SSL is not supported by this build" -msgstr "el registro hostssl no puede coincidir porque SSL no está soportado en esta instalación" +msgid "RADIUS response from %s was sent from incorrect port: %d" +msgstr "la respuesta RADIUS desde %s fue enviada desde el port incorrecto: %d" -#: libpq/hba.c:1042 +#: libpq/auth.c:3420 #, c-format -msgid "Compile with --with-ssl to use SSL connections." -msgstr "Compile con --with-ssl para usar conexiones SSL." +msgid "RADIUS response from %s too short: %d" +msgstr "la respuesta RADIUS desde %s es demasiado corta: %d" -#: libpq/hba.c:1054 +#: libpq/auth.c:3427 #, c-format -msgid "hostgssenc record cannot match because GSSAPI is not supported by this build" -msgstr "el registro hostgssenc no puede coincidir porque GSSAPI no está soportado en esta instalación" +msgid "RADIUS response from %s has corrupt length: %d (actual length %d)" +msgstr "la respuesta RADIUS desde %ss tiene largo corrupto: %d (largo real %d)" -#: libpq/hba.c:1055 +#: libpq/auth.c:3435 #, c-format -msgid "Compile with --with-gssapi to use GSSAPI connections." -msgstr "Compile con --with-gssapi para usar conexiones GSSAPI." +msgid "RADIUS response from %s is to a different request: %d (should be %d)" +msgstr "la respuesta RADIUS desde %s es a una petición diferente: %d (debería ser %d)" -#: libpq/hba.c:1075 +#: libpq/auth.c:3460 #, c-format -msgid "invalid connection type \"%s\"" -msgstr "tipo de conexión «%s» no válido" +msgid "could not perform MD5 encryption of received packet" +msgstr "no se pudo realizar cifrado MD5 del paquete recibido" -#: libpq/hba.c:1089 +#: libpq/auth.c:3469 #, c-format -msgid "end-of-line before database specification" -msgstr "fin de línea antes de especificación de base de datos" +msgid "RADIUS response from %s has incorrect MD5 signature" +msgstr "la respuesta RADIUS desde %s tiene firma MD5 incorrecta" -#: libpq/hba.c:1109 +#: libpq/auth.c:3487 #, c-format -msgid "end-of-line before role specification" -msgstr "fin de línea antes de especificación de rol" - -#: libpq/hba.c:1131 +msgid "RADIUS response from %s has invalid code (%d) for user \"%s\"" +msgstr "la respuesta RADIUS desde %s tiene código no válido (%d) para el usuario «%s»" + +#: libpq/be-fsstubs.c:128 libpq/be-fsstubs.c:157 libpq/be-fsstubs.c:185 +#: libpq/be-fsstubs.c:211 libpq/be-fsstubs.c:236 libpq/be-fsstubs.c:274 +#: libpq/be-fsstubs.c:297 libpq/be-fsstubs.c:545 #, c-format -msgid "end-of-line before IP address specification" -msgstr "fin de línea antes de especificación de dirección IP" +msgid "invalid large-object descriptor: %d" +msgstr "el descriptor de objeto grande no es válido: %d" -#: libpq/hba.c:1142 +#: libpq/be-fsstubs.c:168 #, c-format -msgid "multiple values specified for host address" -msgstr "múltiples valores especificados para la dirección de anfitrión" +msgid "large object descriptor %d was not opened for reading" +msgstr "el descriptor de objeto grande %d no fue abierto para lectura" -#: libpq/hba.c:1143 +#: libpq/be-fsstubs.c:192 libpq/be-fsstubs.c:552 #, c-format -msgid "Specify one address range per line." -msgstr "Especifique un rango de direcciones por línea." +msgid "large object descriptor %d was not opened for writing" +msgstr "el descriptor de objeto grande %d no fue abierto para escritura" -#: libpq/hba.c:1201 +#: libpq/be-fsstubs.c:219 #, c-format -msgid "invalid IP address \"%s\": %s" -msgstr "dirección IP «%s» no válida: %s" +msgid "lo_lseek result out of range for large-object descriptor %d" +msgstr "resultado de lo_lseek fuera de rango para el descriptor de objeto grande %d" -#: libpq/hba.c:1221 +#: libpq/be-fsstubs.c:282 #, c-format -msgid "specifying both host name and CIDR mask is invalid: \"%s\"" -msgstr "especificar tanto el nombre de host como la máscara CIDR no es válido: «%s»" +msgid "lo_tell result out of range for large-object descriptor %d" +msgstr "resultado de lo_tell fuera de rango para el descriptor de objeto grande %d" -#: libpq/hba.c:1235 +#: libpq/be-fsstubs.c:424 #, c-format -msgid "invalid CIDR mask in address \"%s\"" -msgstr "máscara CIDR no válida en dirección «%s»" +msgid "could not open server file \"%s\": %m" +msgstr "no se pudo abrir el archivo de servidor «%s»: %m" -#: libpq/hba.c:1255 +#: libpq/be-fsstubs.c:447 #, c-format -msgid "end-of-line before netmask specification" -msgstr "fin de línea antes de especificación de máscara de red" +msgid "could not read server file \"%s\": %m" +msgstr "no se pudo leer el archivo de servidor «%s»: %m" -#: libpq/hba.c:1256 +#: libpq/be-fsstubs.c:506 #, c-format -msgid "Specify an address range in CIDR notation, or provide a separate netmask." -msgstr "Especifique un rango de direcciones en notación CIDR, o provea una netmask separadamente." +msgid "could not create server file \"%s\": %m" +msgstr "no se pudo crear el archivo del servidor «%s»: %m" -#: libpq/hba.c:1267 +#: libpq/be-fsstubs.c:518 #, c-format -msgid "multiple values specified for netmask" -msgstr "múltiples valores especificados para la máscara de red" +msgid "could not write server file \"%s\": %m" +msgstr "no se pudo escribir el archivo del servidor «%s»: %m" -#: libpq/hba.c:1281 +#: libpq/be-fsstubs.c:758 #, c-format -msgid "invalid IP mask \"%s\": %s" -msgstr "máscara IP «%s» no válida: %s" +msgid "large object read request is too large" +msgstr "el tamaño de petición de lectura de objeto grande es muy grande" -#: libpq/hba.c:1301 +#: libpq/be-fsstubs.c:800 utils/adt/genfile.c:267 utils/adt/genfile.c:306 +#: utils/adt/genfile.c:342 #, c-format -msgid "IP address and mask do not match" -msgstr "La dirección y máscara IP no coinciden" +msgid "requested length cannot be negative" +msgstr "el tamaño solicitado no puede ser negativo" -#: libpq/hba.c:1317 +#: libpq/be-fsstubs.c:851 storage/large_object/inv_api.c:299 +#: storage/large_object/inv_api.c:311 storage/large_object/inv_api.c:508 +#: storage/large_object/inv_api.c:619 storage/large_object/inv_api.c:809 #, c-format -msgid "end-of-line before authentication method" -msgstr "fin de línea antes de especificación de método de autentificación" +msgid "permission denied for large object %u" +msgstr "permiso denegado al objeto grande %u" -#: libpq/hba.c:1328 +#: libpq/be-secure-common.c:93 #, c-format -msgid "multiple values specified for authentication type" -msgstr "múltiples valores especificados para el tipo de autentificación" +msgid "could not read from command \"%s\": %m" +msgstr "no se pudo leer desde la orden «%s»: %m" -#: libpq/hba.c:1329 +#: libpq/be-secure-common.c:113 #, c-format -msgid "Specify exactly one authentication type per line." -msgstr "Especifique exactamente un tipo de autentificación por línea." +msgid "command \"%s\" failed" +msgstr "la orden «%s» falló" -#: libpq/hba.c:1406 +#: libpq/be-secure-common.c:141 #, c-format -msgid "invalid authentication method \"%s\"" -msgstr "método de autentificación «%s» no válido" +msgid "could not access private key file \"%s\": %m" +msgstr "no se pudo acceder al archivo de la llave privada «%s»: %m" -#: libpq/hba.c:1419 +#: libpq/be-secure-common.c:151 #, c-format -msgid "invalid authentication method \"%s\": not supported by this build" -msgstr "método de autentificación «%s» no válido: este servidor no lo soporta" +msgid "private key file \"%s\" is not a regular file" +msgstr "el archivo de llave privada «%s» no es un archivo regular" -#: libpq/hba.c:1442 +#: libpq/be-secure-common.c:177 #, c-format -msgid "gssapi authentication is not supported on local sockets" -msgstr "la autentificación gssapi no está soportada en conexiones locales" +msgid "private key file \"%s\" must be owned by the database user or root" +msgstr "el archivo de llave privada «%s» debe ser de propiedad del usuario de base de datos o root" -#: libpq/hba.c:1454 +#: libpq/be-secure-common.c:187 #, c-format -msgid "peer authentication is only supported on local sockets" -msgstr "la autentificación peer sólo está soportada en conexiones locales" +msgid "private key file \"%s\" has group or world access" +msgstr "el archivo de la llave privada «%s» tiene acceso para el grupo u otros" -#: libpq/hba.c:1472 +#: libpq/be-secure-common.c:189 #, c-format -msgid "cert authentication is only supported on hostssl connections" -msgstr "la autentificación cert sólo está soportada en conexiones hostssl" +msgid "File must have permissions u=rw (0600) or less if owned by the database user, or permissions u=rw,g=r (0640) or less if owned by root." +msgstr "El archivo debe tener permisos u=rw (0600) o menos si es de propiedad del usuario de base deatos, o permisos u=rw,g=r (0640) o menos si es de root." -#: libpq/hba.c:1522 +#: libpq/be-secure-gssapi.c:204 +msgid "GSSAPI wrap error" +msgstr "error de «wrap» de GSSAPI" + +#: libpq/be-secure-gssapi.c:211 #, c-format -msgid "authentication option not in name=value format: %s" -msgstr "opción de autentificación en formato nombre=valor: %s" +msgid "outgoing GSSAPI message would not use confidentiality" +msgstr "mensaje saliente GSSAPI no proveería confidencialidad" -#: libpq/hba.c:1566 +#: libpq/be-secure-gssapi.c:218 libpq/be-secure-gssapi.c:622 #, c-format -msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, ldapsearchfilter, or ldapurl together with ldapprefix" -msgstr "no se puede usar ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, ldapsearchfilter o ldapurl junto con ldapprefix" +msgid "server tried to send oversize GSSAPI packet (%zu > %zu)" +msgstr "el servidor intentó enviar un paquete GSSAPI demasiado grande (%zu > %zu)" -#: libpq/hba.c:1577 +#: libpq/be-secure-gssapi.c:351 #, c-format -msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set" -msgstr "el método de autentificación «ldap» requiere que los argumento «ldapbasedn», «ldapprefix» o «ldapsuffix» estén definidos" +msgid "oversize GSSAPI packet sent by the client (%zu > %zu)" +msgstr "paquete GSSAPI demasiado grande enviado por el cliente (%zu > %zu)" -#: libpq/hba.c:1593 +#: libpq/be-secure-gssapi.c:389 +msgid "GSSAPI unwrap error" +msgstr "error de «unwrap» de GSSAPI" + +#: libpq/be-secure-gssapi.c:396 #, c-format -msgid "cannot use ldapsearchattribute together with ldapsearchfilter" -msgstr "no se puede usar ldapsearchattribute junto con ldapsearchfilter" +msgid "incoming GSSAPI message did not use confidentiality" +msgstr "mensaje GSSAPI entrante no usó confidencialidad" -#: libpq/hba.c:1610 +#: libpq/be-secure-gssapi.c:570 #, c-format -msgid "list of RADIUS servers cannot be empty" -msgstr "la lista de servidores RADIUS no puede ser vacía" +msgid "oversize GSSAPI packet sent by the client (%zu > %d)" +msgstr "paquete GSSAPI demasiado grande enviado por el cliente (%zu > %d)" -#: libpq/hba.c:1621 +#: libpq/be-secure-gssapi.c:594 +msgid "could not accept GSSAPI security context" +msgstr "no se pudo aceptar un contexto de seguridad GSSAPI" + +#: libpq/be-secure-gssapi.c:689 +msgid "GSSAPI size check error" +msgstr "error de verificación de tamaño GSSAPI" + +#: libpq/be-secure-openssl.c:115 #, c-format -msgid "list of RADIUS secrets cannot be empty" -msgstr "la lista de secretos RADIUS no puede ser vacía" +msgid "could not create SSL context: %s" +msgstr "no se pudo crear un contexto SSL: %s" -#: libpq/hba.c:1638 +#: libpq/be-secure-openssl.c:141 #, c-format -msgid "the number of RADIUS secrets (%d) must be 1 or the same as the number of RADIUS servers (%d)" -msgstr "el número de secretos RADIUS (%d) debe ser 1 o igual al número de servidores RADIUS (%d)" +msgid "could not load server certificate file \"%s\": %s" +msgstr "no se pudo cargar el archivo de certificado de servidor «%s»: %s" -#: libpq/hba.c:1654 +#: libpq/be-secure-openssl.c:161 #, c-format -msgid "the number of RADIUS ports (%d) must be 1 or the same as the number of RADIUS servers (%d)" -msgstr "el número de puertos RADIUS (%d) debe ser 1 o igual al número de servidores RADIUS (%d)" +msgid "private key file \"%s\" cannot be reloaded because it requires a passphrase" +msgstr "el archivo de clave privada \"%s\" no se puede volver a cargar porque requiere una contraseña" -#: libpq/hba.c:1670 +#: libpq/be-secure-openssl.c:166 #, c-format -msgid "the number of RADIUS identifiers (%d) must be 1 or the same as the number of RADIUS servers (%d)" -msgstr "el número de identificadores RADIUS (%d) debe ser 1 o igual al número de servidores RADIUS (%d)" +msgid "could not load private key file \"%s\": %s" +msgstr "no se pudo cargar el archivo de la llave privada «%s»: %s" -#: libpq/hba.c:1721 -msgid "ident, peer, gssapi, sspi, and cert" -msgstr "ident, peer, gssapi, sspi y cert" +#: libpq/be-secure-openssl.c:175 +#, c-format +msgid "check of private key failed: %s" +msgstr "falló la revisión de la llave privada: %s" -#: libpq/hba.c:1730 +#. translator: first %s is a GUC option name, second %s is its value +#: libpq/be-secure-openssl.c:188 libpq/be-secure-openssl.c:211 #, c-format -msgid "clientcert can only be configured for \"hostssl\" rows" -msgstr "clientcert sólo puede ser configurado en líneas «hostssl»" +msgid "\"%s\" setting \"%s\" not supported by this build" +msgstr "el valor «%2$s» para la opción «%1$s» no está soportado en este servidor" -#: libpq/hba.c:1747 +#: libpq/be-secure-openssl.c:198 #, c-format -msgid "clientcert only accepts \"verify-full\" when using \"cert\" authentication" -msgstr "clientcert solo acepta «verify-full» cuando se emplea autentificación «cert»" +msgid "could not set minimum SSL protocol version" +msgstr "no se pudo definir la versión mínima de protocolo SSL" -#: libpq/hba.c:1760 +#: libpq/be-secure-openssl.c:221 #, c-format -msgid "invalid value for clientcert: \"%s\"" -msgstr "valor no válido para el parámetro clientcert: «%s»" +msgid "could not set maximum SSL protocol version" +msgstr "no se pudo definir la versión máxima de protocolo SSL" -#: libpq/hba.c:1772 +#: libpq/be-secure-openssl.c:237 #, c-format -msgid "clientname can only be configured for \"hostssl\" rows" -msgstr "clientname solo puede ser configurado en líneas «hostssl»" +msgid "could not set SSL protocol version range" +msgstr "no se pudo definir el rango de versión de protocolo SSL" -#: libpq/hba.c:1791 +#: libpq/be-secure-openssl.c:238 #, c-format -msgid "invalid value for clientname: \"%s\"" -msgstr "valor no válido para el parámetro clientname: «%s»" +msgid "\"%s\" cannot be higher than \"%s\"" +msgstr "«%s» no puede ser más alto que «%s»" -#: libpq/hba.c:1825 +#: libpq/be-secure-openssl.c:275 #, c-format -msgid "could not parse LDAP URL \"%s\": %s" -msgstr "no se pudo interpretar la URL LDAP «%s»: %s" +msgid "could not set the cipher list (no valid ciphers available)" +msgstr "no se pudo establecer la lista de cifrado (no hay cifradores disponibles)" -#: libpq/hba.c:1836 +#: libpq/be-secure-openssl.c:295 #, c-format -msgid "unsupported LDAP URL scheme: %s" -msgstr "esquema de URL LDAP no soportado: %s" +msgid "could not load root certificate file \"%s\": %s" +msgstr "no se pudo cargar el archivo del certificado raíz «%s»: %s" -#: libpq/hba.c:1860 +#: libpq/be-secure-openssl.c:344 #, c-format -msgid "LDAP URLs not supported on this platform" -msgstr "las URLs LDAP no está soportado en esta plataforma" +msgid "could not load SSL certificate revocation list file \"%s\": %s" +msgstr "no se pudo cargar el archivo de lista de revocación de certificados SSL «%s»: %s" -#: libpq/hba.c:1878 +#: libpq/be-secure-openssl.c:352 #, c-format -msgid "invalid ldapscheme value: \"%s\"" -msgstr "valor ldapscheme no válido: «%s»" +msgid "could not load SSL certificate revocation list directory \"%s\": %s" +msgstr "no se pudo cargar el directorio de lista de revocación de certificados SSL «%s»: %s" -#: libpq/hba.c:1896 +#: libpq/be-secure-openssl.c:360 #, c-format -msgid "invalid LDAP port number: \"%s\"" -msgstr "número de puerto LDAP no válido: «%s»" - -#: libpq/hba.c:1942 libpq/hba.c:1949 -msgid "gssapi and sspi" -msgstr "gssapi y sspi" - -#: libpq/hba.c:1958 libpq/hba.c:1967 -msgid "sspi" -msgstr "sspi" - -#: libpq/hba.c:1989 -#, c-format -msgid "could not parse RADIUS server list \"%s\"" -msgstr "no se pudo interpretar la lista de servidores RADIUS «%s»" +msgid "could not load SSL certificate revocation list file \"%s\" or directory \"%s\": %s" +msgstr "no se pudo cargar el archivo de lista de revocación de certificados SSL «%s» o directorio «%s»: %s" -#: libpq/hba.c:2037 +#: libpq/be-secure-openssl.c:418 #, c-format -msgid "could not parse RADIUS port list \"%s\"" -msgstr "no se pudo interpretar la lista de port RADIUS «%s»" +msgid "could not initialize SSL connection: SSL context not set up" +msgstr "no se pudo inicializar la conexión SSL: el contexto SSL no está instalado" -#: libpq/hba.c:2051 +#: libpq/be-secure-openssl.c:429 #, c-format -msgid "invalid RADIUS port number: \"%s\"" -msgstr "número de puerto RADIUS no válido: «%s»" +msgid "could not initialize SSL connection: %s" +msgstr "no se pudo inicializar la conexión SSL: %s" -#: libpq/hba.c:2073 +#: libpq/be-secure-openssl.c:437 #, c-format -msgid "could not parse RADIUS secret list \"%s\"" -msgstr "no se pudo interpretar la lista de secretos RADIUS «%s»" +msgid "could not set SSL socket: %s" +msgstr "no se definir un socket SSL: %s" -#: libpq/hba.c:2095 +#: libpq/be-secure-openssl.c:492 #, c-format -msgid "could not parse RADIUS identifiers list \"%s\"" -msgstr "no se pudo interpretar la lista de identificadoes RADIUS «%s»" +msgid "could not accept SSL connection: %m" +msgstr "no se pudo aceptar una conexión SSL: %m" -#: libpq/hba.c:2109 +#: libpq/be-secure-openssl.c:496 libpq/be-secure-openssl.c:549 #, c-format -msgid "unrecognized authentication option name: \"%s\"" -msgstr "nombre de opción de autentificación desconocido: «%s»" +msgid "could not accept SSL connection: EOF detected" +msgstr "no se pudo aceptar una conexión SSL: se detectó EOF" -#: libpq/hba.c:2255 libpq/hba.c:2669 guc-file.l:632 +#: libpq/be-secure-openssl.c:535 #, c-format -msgid "could not open configuration file \"%s\": %m" -msgstr "no se pudo abrir el archivo de configuración «%s»: %m" +msgid "could not accept SSL connection: %s" +msgstr "no se pudo aceptar una conexión SSL: %s" -#: libpq/hba.c:2306 +#: libpq/be-secure-openssl.c:538 #, c-format -msgid "configuration file \"%s\" contains no entries" -msgstr "el archivo de configuración «%s» no contiene líneas" +msgid "This may indicate that the client does not support any SSL protocol version between %s and %s." +msgstr "Esto puede indicar que el cliente no soporta ninguna versión del protocolo SSL entre %s and %s." -#: libpq/hba.c:2824 +#: libpq/be-secure-openssl.c:554 libpq/be-secure-openssl.c:734 +#: libpq/be-secure-openssl.c:798 #, c-format -msgid "invalid regular expression \"%s\": %s" -msgstr "la expresión regular «%s» no es válida: %s" +msgid "unrecognized SSL error code: %d" +msgstr "código de error SSL no reconocido: %d" -#: libpq/hba.c:2884 +#: libpq/be-secure-openssl.c:600 #, c-format -msgid "regular expression match for \"%s\" failed: %s" -msgstr "la coincidencia de expresión regular para «%s» falló: %s" +msgid "SSL certificate's common name contains embedded null" +msgstr "el «common name» del certificado SSL contiene un carácter null" -#: libpq/hba.c:2903 +#: libpq/be-secure-openssl.c:640 #, c-format -msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\"" -msgstr "la expresión regular «%s» no tiene subexpresiones según lo requiere la referencia hacia atrás en «%s»" +msgid "SSL certificate's distinguished name contains embedded null" +msgstr "el elemento de nombre distinguido en el certificado SSL contiene un carácter null" -#: libpq/hba.c:2999 +#: libpq/be-secure-openssl.c:723 libpq/be-secure-openssl.c:782 #, c-format -msgid "provided user name (%s) and authenticated user name (%s) do not match" -msgstr "el nombre de usuario entregado (%s) y el nombre de usuario autentificado (%s) no coinciden" +msgid "SSL error: %s" +msgstr "error de SSL: %s" -#: libpq/hba.c:3019 +#: libpq/be-secure-openssl.c:964 #, c-format -msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" -msgstr "no hay coincidencia en el mapa «%s» para el usuario «%s» autentificado como «%s»" +msgid "could not open DH parameters file \"%s\": %m" +msgstr "no se pudo abrir el archivo de parámetros DH «%s»: %m" -#: libpq/hba.c:3052 +#: libpq/be-secure-openssl.c:976 #, c-format -msgid "could not open usermap file \"%s\": %m" -msgstr "no se pudo abrir el archivo de mapa de usuarios «%s»: %m" +msgid "could not load DH parameters file: %s" +msgstr "no se pudo cargar el archivo de parámetros DH: %s" -#: libpq/pqcomm.c:204 +#: libpq/be-secure-openssl.c:986 #, c-format -msgid "could not set socket to nonblocking mode: %m" -msgstr "no se pudo establecer el socket en modo no bloqueante: %m" +msgid "invalid DH parameters: %s" +msgstr "parámetros DH no válidos: %s" -#: libpq/pqcomm.c:362 +#: libpq/be-secure-openssl.c:995 #, c-format -msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" -msgstr "la ruta al socket de dominio Unix «%s» es demasiado larga (máximo %d bytes)" +msgid "invalid DH parameters: p is not prime" +msgstr "parámetros DH no válidos: p no es primo" -#: libpq/pqcomm.c:383 +#: libpq/be-secure-openssl.c:1004 #, c-format -msgid "could not translate host name \"%s\", service \"%s\" to address: %s" -msgstr "no se pudo traducir el nombre de host «%s», servicio «%s» a dirección: %s" +msgid "invalid DH parameters: neither suitable generator or safe prime" +msgstr "parámetros DH no válidos: no hay generador apropiado o primo seguro" -#: libpq/pqcomm.c:387 +#: libpq/be-secure-openssl.c:1165 #, c-format -msgid "could not translate service \"%s\" to address: %s" -msgstr "no se pudo traducir el servicio «%s» a dirección: %s" +msgid "DH: could not load DH parameters" +msgstr "DH: no se pudo cargar los parámetros DH" -#: libpq/pqcomm.c:414 +#: libpq/be-secure-openssl.c:1173 #, c-format -msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" -msgstr "no se pudo enlazar a todas las direcciones pedidas: MAXLISTEN (%d) fue excedido" - -#: libpq/pqcomm.c:423 -msgid "IPv4" -msgstr "IPv4" - -#: libpq/pqcomm.c:427 -msgid "IPv6" -msgstr "IPv6" - -#: libpq/pqcomm.c:432 -msgid "Unix" -msgstr "Unix" +msgid "DH: could not set DH parameters: %s" +msgstr "DH: no se pudo definir los parámetros DH: %s" -#: libpq/pqcomm.c:437 +#: libpq/be-secure-openssl.c:1200 #, c-format -msgid "unrecognized address family %d" -msgstr "la familia de direcciones %d no reconocida" +msgid "ECDH: unrecognized curve name: %s" +msgstr "ECDH: nombre de curva no reconocida: %s" -#. translator: first %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:463 +#: libpq/be-secure-openssl.c:1209 #, c-format -msgid "could not create %s socket for address \"%s\": %m" -msgstr "no se pudo crear el socket %s de escucha para la dirección «%s»: %m" +msgid "ECDH: could not create key" +msgstr "ECDH: no se pudo crear la llave" -#. translator: third %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:489 libpq/pqcomm.c:507 -#, c-format -msgid "%s(%s) failed for %s address \"%s\": %m" -msgstr "%s(%s) falló para la dirección %s «%s»: %m" +#: libpq/be-secure-openssl.c:1237 +msgid "no SSL error reported" +msgstr "código de error SSL no reportado" -#. translator: first %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:530 +#: libpq/be-secure-openssl.c:1241 #, c-format -msgid "could not bind %s address \"%s\": %m" -msgstr "no se pudo enlazar a la dirección %s «%s»: %m" +msgid "SSL error code %lu" +msgstr "código de error SSL %lu" -#: libpq/pqcomm.c:534 +#: libpq/be-secure-openssl.c:1395 #, c-format -msgid "Is another postmaster already running on port %d?" -msgstr "¿Hay otro postmaster corriendo en el puerto %d?" +msgid "could not create BIO" +msgstr "no se pudo crear BIO" -#: libpq/pqcomm.c:536 +#: libpq/be-secure-openssl.c:1405 #, c-format -msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." -msgstr "¿Hay otro postmaster corriendo en el puerto %d? Si no, aguarde unos segundos y reintente." +msgid "could not get NID for ASN1_OBJECT object" +msgstr "no se pudo obtener NID para objeto ASN1_OBJECT" -#. translator: first %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:569 +#: libpq/be-secure-openssl.c:1413 #, c-format -msgid "could not listen on %s address \"%s\": %m" -msgstr "no se pudo escuchar en la dirección %s «%s»: %m" +msgid "could not convert NID %d to an ASN1_OBJECT structure" +msgstr "no se pudo convertir NID %d en una estructura ASN1_OBJECT" -#: libpq/pqcomm.c:578 +#: libpq/be-secure.c:209 libpq/be-secure.c:305 #, c-format -msgid "listening on Unix socket \"%s\"" -msgstr "escuchando en el socket Unix «%s»" +msgid "terminating connection due to unexpected postmaster exit" +msgstr "terminando la conexión debido al término inesperado de postmaster" -#. translator: first %s is IPv4 or IPv6 -#: libpq/pqcomm.c:584 +#: libpq/crypt.c:49 #, c-format -msgid "listening on %s address \"%s\", port %d" -msgstr "escuchando en la dirección %s «%s», port %d" +msgid "Role \"%s\" does not exist." +msgstr "No existe el rol «%s»." -#: libpq/pqcomm.c:675 +#: libpq/crypt.c:59 #, c-format -msgid "group \"%s\" does not exist" -msgstr "no existe el grupo «%s»" +msgid "User \"%s\" has no password assigned." +msgstr "El usuario «%s» no tiene una contraseña asignada." -#: libpq/pqcomm.c:685 +#: libpq/crypt.c:77 #, c-format -msgid "could not set group of file \"%s\": %m" -msgstr "no se pudo definir el grupo del archivo «%s»: %m" +msgid "User \"%s\" has an expired password." +msgstr "El usuario «%s» tiene contraseña expirada." -#: libpq/pqcomm.c:696 +#: libpq/crypt.c:179 #, c-format -msgid "could not set permissions of file \"%s\": %m" -msgstr "no se pudo definir los permisos del archivo «%s»: %m" +msgid "User \"%s\" has a password that cannot be used with MD5 authentication." +msgstr "El usuario \"%s\" tiene una contraseña que no se puede usar con la autentificación MD5." -#: libpq/pqcomm.c:726 +#: libpq/crypt.c:203 libpq/crypt.c:244 libpq/crypt.c:268 #, c-format -msgid "could not accept new connection: %m" -msgstr "no se pudo aceptar una nueva conexión: %m" +msgid "Password does not match for user \"%s\"." +msgstr "La contraseña no coincide para el usuario «%s»." -#: libpq/pqcomm.c:766 libpq/pqcomm.c:775 libpq/pqcomm.c:807 libpq/pqcomm.c:817 -#: libpq/pqcomm.c:1642 libpq/pqcomm.c:1687 libpq/pqcomm.c:1727 -#: libpq/pqcomm.c:1771 libpq/pqcomm.c:1810 libpq/pqcomm.c:1849 -#: libpq/pqcomm.c:1885 libpq/pqcomm.c:1924 postmaster/pgstat.c:619 -#: postmaster/pgstat.c:630 +#: libpq/crypt.c:287 #, c-format -msgid "%s(%s) failed: %m" -msgstr "%s(%s) falló: %m" +msgid "Password of user \"%s\" is in unrecognized format." +msgstr "La contraseña del usuario \"%s\" está en un formato no reconocido." -#: libpq/pqcomm.c:921 +#: libpq/hba.c:241 #, c-format -msgid "there is no client connection" -msgstr "no hay conexión de cliente" +msgid "authentication file token too long, skipping: \"%s\"" +msgstr "una palabra en el archivo de autentificación es demasiado larga, omitiendo: «%s»" -#: libpq/pqcomm.c:972 libpq/pqcomm.c:1068 +#: libpq/hba.c:413 #, c-format -msgid "could not receive data from client: %m" -msgstr "no se pudo recibir datos del cliente: %m" +msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" +msgstr "no se pudo abrir el archivo secundario de autentificación «@%s» como «%s»: %m" -#: libpq/pqcomm.c:1173 tcop/postgres.c:4302 +#: libpq/hba.c:859 #, c-format -msgid "terminating connection because protocol synchronization was lost" -msgstr "terminando la conexión por pérdida de sincronía del protocolo" +msgid "error enumerating network interfaces: %m" +msgstr "error al enumerar interfaces de red: %m" -#: libpq/pqcomm.c:1239 +#. translator: the second %s is a list of auth methods +#: libpq/hba.c:886 #, c-format -msgid "unexpected EOF within message length word" -msgstr "EOF inesperado dentro de la palabra de tamaño del mensaje" +msgid "authentication option \"%s\" is only valid for authentication methods %s" +msgstr "la opción de autentificación «%s» sólo es válida para los métodos de autentificación %s" -#: libpq/pqcomm.c:1249 +#: libpq/hba.c:888 libpq/hba.c:908 libpq/hba.c:946 libpq/hba.c:996 +#: libpq/hba.c:1010 libpq/hba.c:1034 libpq/hba.c:1043 libpq/hba.c:1056 +#: libpq/hba.c:1077 libpq/hba.c:1090 libpq/hba.c:1110 libpq/hba.c:1132 +#: libpq/hba.c:1144 libpq/hba.c:1203 libpq/hba.c:1223 libpq/hba.c:1237 +#: libpq/hba.c:1257 libpq/hba.c:1268 libpq/hba.c:1283 libpq/hba.c:1302 +#: libpq/hba.c:1318 libpq/hba.c:1330 libpq/hba.c:1367 libpq/hba.c:1408 +#: libpq/hba.c:1421 libpq/hba.c:1443 libpq/hba.c:1455 libpq/hba.c:1473 +#: libpq/hba.c:1523 libpq/hba.c:1567 libpq/hba.c:1578 libpq/hba.c:1594 +#: libpq/hba.c:1611 libpq/hba.c:1622 libpq/hba.c:1641 libpq/hba.c:1657 +#: libpq/hba.c:1673 libpq/hba.c:1731 libpq/hba.c:1748 libpq/hba.c:1761 +#: libpq/hba.c:1773 libpq/hba.c:1792 libpq/hba.c:1879 libpq/hba.c:1897 +#: libpq/hba.c:1991 libpq/hba.c:2010 libpq/hba.c:2039 libpq/hba.c:2052 +#: libpq/hba.c:2075 libpq/hba.c:2097 libpq/hba.c:2111 tsearch/ts_locale.c:232 #, c-format -msgid "invalid message length" -msgstr "el largo de mensaje no es válido" +msgid "line %d of configuration file \"%s\"" +msgstr "línea %d del archivo de configuración «%s»" -#: libpq/pqcomm.c:1271 libpq/pqcomm.c:1284 +#: libpq/hba.c:906 #, c-format -msgid "incomplete message from client" -msgstr "mensaje incompleto del cliente" +msgid "authentication method \"%s\" requires argument \"%s\" to be set" +msgstr "el método de autentificación «%s» requiere que el argumento «%s» esté definido" -#: libpq/pqcomm.c:1395 +#: libpq/hba.c:934 #, c-format -msgid "could not send data to client: %m" -msgstr "no se pudo enviar datos al cliente: %m" +msgid "missing entry in file \"%s\" at end of line %d" +msgstr "falta una entrada en el archivo «%s» al final de la línea %d" -#: libpq/pqcomm.c:1610 +#: libpq/hba.c:945 #, c-format -msgid "%s(%s) failed: error code %d" -msgstr "%s(%s) falló: código de error %d" +msgid "multiple values in ident field" +msgstr "múltiples valores en campo «ident»" -#: libpq/pqcomm.c:1699 +#: libpq/hba.c:994 #, c-format -msgid "setting the keepalive idle time is not supported" -msgstr "establecer el tiempo de inactividad para keepalive no está soportado" +msgid "multiple values specified for connection type" +msgstr "múltiples valores especificados para tipo de conexión" -#: libpq/pqcomm.c:1783 libpq/pqcomm.c:1858 libpq/pqcomm.c:1933 +#: libpq/hba.c:995 #, c-format -msgid "%s(%s) not supported" -msgstr "%s(%s) no está soportado" +msgid "Specify exactly one connection type per line." +msgstr "Especifique exactamente un tipo de conexión por línea." -#: libpq/pqcomm.c:1968 +#: libpq/hba.c:1009 #, c-format -msgid "could not poll socket: %m" -msgstr "no se pudo monitorear socket: %m" +msgid "local connections are not supported by this build" +msgstr "las conexiones locales no están soportadas en este servidor" -#: libpq/pqformat.c:406 +#: libpq/hba.c:1032 #, c-format -msgid "no data left in message" -msgstr "no hay datos restantes en el mensaje" +msgid "hostssl record cannot match because SSL is disabled" +msgstr "el registro hostssl no puede coincidir porque SSL está deshabilitado" -#: libpq/pqformat.c:517 libpq/pqformat.c:535 libpq/pqformat.c:556 -#: utils/adt/arrayfuncs.c:1482 utils/adt/rowtypes.c:588 +#: libpq/hba.c:1033 #, c-format -msgid "insufficient data left in message" -msgstr "los datos restantes del mensaje son insuficientes" +msgid "Set ssl = on in postgresql.conf." +msgstr "Defina «ssl = on» en postgresql.conf." -#: libpq/pqformat.c:597 libpq/pqformat.c:626 +#: libpq/hba.c:1041 #, c-format -msgid "invalid string in message" -msgstr "cadena inválida en el mensaje" +msgid "hostssl record cannot match because SSL is not supported by this build" +msgstr "el registro hostssl no puede coincidir porque SSL no está soportado en esta instalación" -#: libpq/pqformat.c:642 +#: libpq/hba.c:1042 #, c-format -msgid "invalid message format" -msgstr "formato de mensaje no válido" +msgid "Compile with --with-ssl to use SSL connections." +msgstr "Compile con --with-ssl para usar conexiones SSL." -#: main/main.c:245 +#: libpq/hba.c:1054 #, c-format -msgid "%s: WSAStartup failed: %d\n" -msgstr "%s: WSAStartup falló: %d\n" +msgid "hostgssenc record cannot match because GSSAPI is not supported by this build" +msgstr "el registro hostgssenc no puede coincidir porque GSSAPI no está soportado en esta instalación" -#: main/main.c:309 +#: libpq/hba.c:1055 #, c-format -msgid "" -"%s is the PostgreSQL server.\n" -"\n" -msgstr "" -"%s es el servidor PostgreSQL.\n" -"\n" +msgid "Compile with --with-gssapi to use GSSAPI connections." +msgstr "Compile con --with-gssapi para usar conexiones GSSAPI." -#: main/main.c:310 +#: libpq/hba.c:1075 #, c-format -msgid "" -"Usage:\n" -" %s [OPTION]...\n" -"\n" -msgstr "" -"Empleo:\n" -" %s [OPCION]...\n" -"\n" +msgid "invalid connection type \"%s\"" +msgstr "tipo de conexión «%s» no válido" -#: main/main.c:311 +#: libpq/hba.c:1089 #, c-format -msgid "Options:\n" -msgstr "Opciones:\n" +msgid "end-of-line before database specification" +msgstr "fin de línea antes de especificación de base de datos" -#: main/main.c:312 +#: libpq/hba.c:1109 #, c-format -msgid " -B NBUFFERS number of shared buffers\n" -msgstr " -B NBUFFERS número de búfers de memoria compartida\n" +msgid "end-of-line before role specification" +msgstr "fin de línea antes de especificación de rol" -#: main/main.c:313 +#: libpq/hba.c:1131 #, c-format -msgid " -c NAME=VALUE set run-time parameter\n" -msgstr " -c VAR=VALOR definir parámetro de ejecución\n" +msgid "end-of-line before IP address specification" +msgstr "fin de línea antes de especificación de dirección IP" -#: main/main.c:314 +#: libpq/hba.c:1142 #, c-format -msgid " -C NAME print value of run-time parameter, then exit\n" -msgstr " -C NOMBRE imprimir valor de parámetro de configuración, luego salir\n" +msgid "multiple values specified for host address" +msgstr "múltiples valores especificados para la dirección de anfitrión" -#: main/main.c:315 +#: libpq/hba.c:1143 #, c-format -msgid " -d 1-5 debugging level\n" -msgstr " -d 1-5 nivel de depuración\n" +msgid "Specify one address range per line." +msgstr "Especifique un rango de direcciones por línea." -#: main/main.c:316 +#: libpq/hba.c:1201 #, c-format -msgid " -D DATADIR database directory\n" -msgstr " -D DATADIR directorio de bases de datos\n" +msgid "invalid IP address \"%s\": %s" +msgstr "dirección IP «%s» no válida: %s" -#: main/main.c:317 +#: libpq/hba.c:1221 #, c-format -msgid " -e use European date input format (DMY)\n" -msgstr " -e usar estilo europeo de fechas (DMY)\n" +msgid "specifying both host name and CIDR mask is invalid: \"%s\"" +msgstr "especificar tanto el nombre de host como la máscara CIDR no es válido: «%s»" -#: main/main.c:318 +#: libpq/hba.c:1235 #, c-format -msgid " -F turn fsync off\n" -msgstr " -F desactivar fsync\n" +msgid "invalid CIDR mask in address \"%s\"" +msgstr "máscara CIDR no válida en dirección «%s»" -#: main/main.c:319 +#: libpq/hba.c:1255 #, c-format -msgid " -h HOSTNAME host name or IP address to listen on\n" -msgstr " -h NOMBRE nombre de host o dirección IP en que escuchar\n" +msgid "end-of-line before netmask specification" +msgstr "fin de línea antes de especificación de máscara de red" -#: main/main.c:320 +#: libpq/hba.c:1256 #, c-format -msgid " -i enable TCP/IP connections\n" -msgstr " -i activar conexiones TCP/IP\n" +msgid "Specify an address range in CIDR notation, or provide a separate netmask." +msgstr "Especifique un rango de direcciones en notación CIDR, o provea una netmask separadamente." -#: main/main.c:321 +#: libpq/hba.c:1267 #, c-format -msgid " -k DIRECTORY Unix-domain socket location\n" -msgstr " -k DIRECTORIO ubicación del socket Unix\n" +msgid "multiple values specified for netmask" +msgstr "múltiples valores especificados para la máscara de red" -#: main/main.c:323 +#: libpq/hba.c:1281 #, c-format -msgid " -l enable SSL connections\n" -msgstr " -l activar conexiones SSL\n" +msgid "invalid IP mask \"%s\": %s" +msgstr "máscara IP «%s» no válida: %s" -#: main/main.c:325 +#: libpq/hba.c:1301 #, c-format -msgid " -N MAX-CONNECT maximum number of allowed connections\n" -msgstr " -N MAX-CONN número máximo de conexiones permitidas\n" +msgid "IP address and mask do not match" +msgstr "La dirección y máscara IP no coinciden" -#: main/main.c:326 +#: libpq/hba.c:1317 #, c-format -msgid " -p PORT port number to listen on\n" -msgstr " -p PUERTO número de puerto en el cual escuchar\n" +msgid "end-of-line before authentication method" +msgstr "fin de línea antes de especificación de método de autentificación" -#: main/main.c:327 +#: libpq/hba.c:1328 #, c-format -msgid " -s show statistics after each query\n" -msgstr " -s mostrar estadísticas después de cada consulta\n" +msgid "multiple values specified for authentication type" +msgstr "múltiples valores especificados para el tipo de autentificación" -#: main/main.c:328 +#: libpq/hba.c:1329 #, c-format -msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" -msgstr " -S WORK-MEM definir cantidad de memoria para ordenamientos (en kB)\n" +msgid "Specify exactly one authentication type per line." +msgstr "Especifique exactamente un tipo de autentificación por línea." -#: main/main.c:329 +#: libpq/hba.c:1406 #, c-format -msgid " -V, --version output version information, then exit\n" -msgstr " -V, --version mostrar información de la versión, luego salir\n" +msgid "invalid authentication method \"%s\"" +msgstr "método de autentificación «%s» no válido" -#: main/main.c:330 +#: libpq/hba.c:1419 #, c-format -msgid " --NAME=VALUE set run-time parameter\n" -msgstr " --NOMBRE=VALOR definir parámetro de ejecución\n" +msgid "invalid authentication method \"%s\": not supported by this build" +msgstr "método de autentificación «%s» no válido: este servidor no lo soporta" -#: main/main.c:331 +#: libpq/hba.c:1442 #, c-format -msgid " --describe-config describe configuration parameters, then exit\n" -msgstr "" -" --describe-config\n" -" mostrar parámetros de configuración y salir\n" +msgid "gssapi authentication is not supported on local sockets" +msgstr "la autentificación gssapi no está soportada en conexiones locales" -#: main/main.c:332 +#: libpq/hba.c:1454 #, c-format -msgid " -?, --help show this help, then exit\n" -msgstr " -?, --help muestra esta ayuda, luego sale\n" +msgid "peer authentication is only supported on local sockets" +msgstr "la autentificación peer sólo está soportada en conexiones locales" -#: main/main.c:334 +#: libpq/hba.c:1472 #, c-format -msgid "" -"\n" -"Developer options:\n" -msgstr "" -"\n" -"Opciones de desarrollador:\n" +msgid "cert authentication is only supported on hostssl connections" +msgstr "la autentificación cert sólo está soportada en conexiones hostssl" -#: main/main.c:335 +#: libpq/hba.c:1522 #, c-format -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr " -f s|i|n|m|h impedir el uso de algunos tipos de planes\n" +msgid "authentication option not in name=value format: %s" +msgstr "opción de autentificación en formato nombre=valor: %s" -#: main/main.c:336 +#: libpq/hba.c:1566 #, c-format -msgid " -n do not reinitialize shared memory after abnormal exit\n" -msgstr " -n no reinicializar memoria compartida después de salida anormal\n" +msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, ldapsearchfilter, or ldapurl together with ldapprefix" +msgstr "no se puede usar ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, ldapsearchfilter o ldapurl junto con ldapprefix" -#: main/main.c:337 +#: libpq/hba.c:1577 #, c-format -msgid " -O allow system table structure changes\n" -msgstr " -O permitir cambios en estructura de tablas de sistema\n" +msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set" +msgstr "el método de autentificación «ldap» requiere que los argumento «ldapbasedn», «ldapprefix» o «ldapsuffix» estén definidos" -#: main/main.c:338 +#: libpq/hba.c:1593 #, c-format -msgid " -P disable system indexes\n" -msgstr " -P desactivar índices de sistema\n" +msgid "cannot use ldapsearchattribute together with ldapsearchfilter" +msgstr "no se puede usar ldapsearchattribute junto con ldapsearchfilter" -#: main/main.c:339 +#: libpq/hba.c:1610 #, c-format -msgid " -t pa|pl|ex show timings after each query\n" -msgstr " -t pa|pl|ex mostrar tiempos después de cada consulta\n" +msgid "list of RADIUS servers cannot be empty" +msgstr "la lista de servidores RADIUS no puede ser vacía" -#: main/main.c:340 +#: libpq/hba.c:1621 #, c-format -msgid " -T send SIGSTOP to all backend processes if one dies\n" -msgstr "" -" -T enviar SIGSTOP a todos los procesos backend si uno de ellos\n" -" muere\n" +msgid "list of RADIUS secrets cannot be empty" +msgstr "la lista de secretos RADIUS no puede ser vacía" -#: main/main.c:341 +#: libpq/hba.c:1638 #, c-format -msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" -msgstr " -W NÚM espera NÚM segundos para permitir acoplar un depurador\n" +msgid "the number of RADIUS secrets (%d) must be 1 or the same as the number of RADIUS servers (%d)" +msgstr "el número de secretos RADIUS (%d) debe ser 1 o igual al número de servidores RADIUS (%d)" -#: main/main.c:343 +#: libpq/hba.c:1654 #, c-format -msgid "" -"\n" -"Options for single-user mode:\n" -msgstr "" -"\n" -"Opciones para modo mono-usuario:\n" +msgid "the number of RADIUS ports (%d) must be 1 or the same as the number of RADIUS servers (%d)" +msgstr "el número de puertos RADIUS (%d) debe ser 1 o igual al número de servidores RADIUS (%d)" -#: main/main.c:344 +#: libpq/hba.c:1670 #, c-format -msgid " --single selects single-user mode (must be first argument)\n" -msgstr " --single selecciona modo mono-usuario (debe ser el primer argumento)\n" +msgid "the number of RADIUS identifiers (%d) must be 1 or the same as the number of RADIUS servers (%d)" +msgstr "el número de identificadores RADIUS (%d) debe ser 1 o igual al número de servidores RADIUS (%d)" -#: main/main.c:345 -#, c-format -msgid " DBNAME database name (defaults to user name)\n" -msgstr " DBNAME nombre de base de datos (el valor por omisión es el nombre de usuario)\n" +#: libpq/hba.c:1721 +msgid "ident, peer, gssapi, sspi, and cert" +msgstr "ident, peer, gssapi, sspi y cert" -#: main/main.c:346 +#: libpq/hba.c:1730 #, c-format -msgid " -d 0-5 override debugging level\n" -msgstr " -d 0-5 nivel de depuración\n" +msgid "clientcert can only be configured for \"hostssl\" rows" +msgstr "clientcert sólo puede ser configurado en líneas «hostssl»" -#: main/main.c:347 +#: libpq/hba.c:1747 #, c-format -msgid " -E echo statement before execution\n" -msgstr " -E mostrar las consultas antes de su ejecución\n" +msgid "clientcert only accepts \"verify-full\" when using \"cert\" authentication" +msgstr "clientcert solo acepta «verify-full» cuando se emplea autentificación «cert»" -#: main/main.c:348 +#: libpq/hba.c:1760 #, c-format -msgid " -j do not use newline as interactive query delimiter\n" -msgstr " -j no usar saltos de línea como delimitadores de consulta\n" +msgid "invalid value for clientcert: \"%s\"" +msgstr "valor no válido para el parámetro clientcert: «%s»" -#: main/main.c:349 main/main.c:354 +#: libpq/hba.c:1772 #, c-format -msgid " -r FILENAME send stdout and stderr to given file\n" -msgstr " -r ARCHIVO enviar salida estándar y de error a ARCHIVO\n" +msgid "clientname can only be configured for \"hostssl\" rows" +msgstr "clientname solo puede ser configurado en líneas «hostssl»" -#: main/main.c:351 +#: libpq/hba.c:1791 #, c-format -msgid "" -"\n" -"Options for bootstrapping mode:\n" -msgstr "" -"\n" -"Opciones para modo de inicio (bootstrapping):\n" +msgid "invalid value for clientname: \"%s\"" +msgstr "valor no válido para el parámetro clientname: «%s»" -#: main/main.c:352 +#: libpq/hba.c:1825 #, c-format -msgid " --boot selects bootstrapping mode (must be first argument)\n" -msgstr " --boot selecciona modo de inicio (debe ser el primer argumento)\n" +msgid "could not parse LDAP URL \"%s\": %s" +msgstr "no se pudo interpretar la URL LDAP «%s»: %s" -#: main/main.c:353 +#: libpq/hba.c:1836 #, c-format -msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" -msgstr " DBNAME nombre de base de datos (argumento obligatorio en modo de inicio)\n" +msgid "unsupported LDAP URL scheme: %s" +msgstr "esquema de URL LDAP no soportado: %s" -#: main/main.c:355 +#: libpq/hba.c:1860 #, c-format -msgid " -x NUM internal use\n" -msgstr " -x NUM uso interno\n" +msgid "LDAP URLs not supported on this platform" +msgstr "las URLs LDAP no está soportado en esta plataforma" -#: main/main.c:357 +#: libpq/hba.c:1878 #, c-format -msgid "" -"\n" -"Please read the documentation for the complete list of run-time\n" -"configuration settings and how to set them on the command line or in\n" -"the configuration file.\n" -"\n" -"Report bugs to <%s>.\n" -msgstr "" -"\n" -"Por favor lea la documentación para obtener la lista de parámetros de\n" -"configuración y cómo definirlos en la línea de órdenes o en el archivo\n" -"de configuración.\n" -"\n" -"Reporte errores a <%s>.\n" +msgid "invalid ldapscheme value: \"%s\"" +msgstr "valor ldapscheme no válido: «%s»" -#: main/main.c:361 +#: libpq/hba.c:1896 #, c-format -msgid "%s home page: <%s>\n" -msgstr "Sitio web de %s: <%s>\n" +msgid "invalid LDAP port number: \"%s\"" +msgstr "número de puerto LDAP no válido: «%s»" -#: main/main.c:372 -#, c-format -msgid "" -"\"root\" execution of the PostgreSQL server is not permitted.\n" -"The server must be started under an unprivileged user ID to prevent\n" -"possible system security compromise. See the documentation for\n" -"more information on how to properly start the server.\n" -msgstr "" -"No se permite ejecución del servidor PostgreSQL como «root».\n" -"El servidor debe ser iniciado con un usuario no privilegiado\n" -"para prevenir posibles compromisos de seguridad del sistema.\n" -"Vea la documentación para obtener más información acerca de cómo\n" -"iniciar correctamente el servidor.\n" +#: libpq/hba.c:1942 libpq/hba.c:1949 +msgid "gssapi and sspi" +msgstr "gssapi y sspi" -#: main/main.c:389 -#, c-format -msgid "%s: real and effective user IDs must match\n" -msgstr "%s: los IDs de usuario real y efectivo deben coincidir\n" +#: libpq/hba.c:1958 libpq/hba.c:1967 +msgid "sspi" +msgstr "sspi" -#: main/main.c:396 +#: libpq/hba.c:1989 #, c-format -msgid "" -"Execution of PostgreSQL by a user with administrative permissions is not\n" -"permitted.\n" -"The server must be started under an unprivileged user ID to prevent\n" -"possible system security compromises. See the documentation for\n" -"more information on how to properly start the server.\n" -msgstr "" -"No se permite ejecución del servidor PostgreSQL por un usuario con privilegios administrativos.\n" -"El servidor debe ser iniciado con un usuario no privilegiado\n" -"para prevenir posibles compromisos de seguridad del sistema.\n" -"Vea la documentación para obtener más información acerca de cómo\n" -"iniciar correctamente el servidor.\n" +msgid "could not parse RADIUS server list \"%s\"" +msgstr "no se pudo interpretar la lista de servidores RADIUS «%s»" -#: nodes/extensible.c:66 +#: libpq/hba.c:2037 #, c-format -msgid "extensible node type \"%s\" already exists" -msgstr "el tipo de nodo extensible «%s» ya existe" +msgid "could not parse RADIUS port list \"%s\"" +msgstr "no se pudo interpretar la lista de port RADIUS «%s»" -#: nodes/extensible.c:114 +#: libpq/hba.c:2051 #, c-format -msgid "ExtensibleNodeMethods \"%s\" was not registered" -msgstr "ExtensibleNodeMethods «%s» no fue registrado" +msgid "invalid RADIUS port number: \"%s\"" +msgstr "número de puerto RADIUS no válido: «%s»" -#: nodes/makefuncs.c:150 statistics/extended_stats.c:2346 +#: libpq/hba.c:2073 #, c-format -msgid "relation \"%s\" does not have a composite type" -msgstr "la relación «%s» no tiene un tipo compuesto" +msgid "could not parse RADIUS secret list \"%s\"" +msgstr "no se pudo interpretar la lista de secretos RADIUS «%s»" -#: nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:145 parser/parse_coerce.c:2567 -#: parser/parse_coerce.c:2705 parser/parse_coerce.c:2752 -#: parser/parse_expr.c:2026 parser/parse_func.c:710 parser/parse_oper.c:883 -#: utils/fmgr/funcapi.c:558 +#: libpq/hba.c:2095 #, c-format -msgid "could not find array type for data type %s" -msgstr "no se pudo encontrar un tipo de array para el tipo de dato %s" +msgid "could not parse RADIUS identifiers list \"%s\"" +msgstr "no se pudo interpretar la lista de identificadoes RADIUS «%s»" -#: nodes/params.c:417 +#: libpq/hba.c:2109 #, c-format -msgid "portal \"%s\" with parameters: %s" -msgstr "portal «%s» con parámetros: %s" +msgid "unrecognized authentication option name: \"%s\"" +msgstr "nombre de opción de autentificación desconocido: «%s»" -#: nodes/params.c:420 +#: libpq/hba.c:2306 #, c-format -msgid "unnamed portal with parameters: %s" -msgstr "portal sin nombre con parámetros: %s" +msgid "configuration file \"%s\" contains no entries" +msgstr "el archivo de configuración «%s» no contiene líneas" -#: optimizer/path/joinrels.c:855 +#: libpq/hba.c:2824 #, c-format -msgid "FULL JOIN is only supported with merge-joinable or hash-joinable join conditions" -msgstr "FULL JOIN sólo está soportado con condiciones que se pueden usar con merge join o hash join" +msgid "invalid regular expression \"%s\": %s" +msgstr "la expresión regular «%s» no es válida: %s" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: optimizer/plan/initsplan.c:1192 +#: libpq/hba.c:2884 #, c-format -msgid "%s cannot be applied to the nullable side of an outer join" -msgstr "%s no puede ser aplicado al lado nulable de un outer join" +msgid "regular expression match for \"%s\" failed: %s" +msgstr "la coincidencia de expresión regular para «%s» falló: %s" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: optimizer/plan/planner.c:1316 parser/analyze.c:1671 parser/analyze.c:1927 -#: parser/analyze.c:3106 +#: libpq/hba.c:2903 #, c-format -msgid "%s is not allowed with UNION/INTERSECT/EXCEPT" -msgstr "%s no está permitido con UNION/INTERSECT/EXCEPT" +msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\"" +msgstr "la expresión regular «%s» no tiene subexpresiones según lo requiere la referencia hacia atrás en «%s»" -#: optimizer/plan/planner.c:1979 optimizer/plan/planner.c:3635 +#: libpq/hba.c:2999 #, c-format -msgid "could not implement GROUP BY" -msgstr "no se pudo implementar GROUP BY" +msgid "provided user name (%s) and authenticated user name (%s) do not match" +msgstr "el nombre de usuario entregado (%s) y el nombre de usuario autentificado (%s) no coinciden" -#: optimizer/plan/planner.c:1980 optimizer/plan/planner.c:3636 -#: optimizer/plan/planner.c:4393 optimizer/prep/prepunion.c:1046 +#: libpq/hba.c:3019 #, c-format -msgid "Some of the datatypes only support hashing, while others only support sorting." -msgstr "Algunos de los tipos sólo soportan hashing, mientras que otros sólo soportan ordenamiento." +msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" +msgstr "no hay coincidencia en el mapa «%s» para el usuario «%s» autentificado como «%s»" -#: optimizer/plan/planner.c:4392 +#: libpq/hba.c:3052 #, c-format -msgid "could not implement DISTINCT" -msgstr "no se pudo implementar DISTINCT" +msgid "could not open usermap file \"%s\": %m" +msgstr "no se pudo abrir el archivo de mapa de usuarios «%s»: %m" -#: optimizer/plan/planner.c:5240 +#: libpq/pqcomm.c:204 #, c-format -msgid "could not implement window PARTITION BY" -msgstr "No se pudo implementar PARTITION BY de ventana" +msgid "could not set socket to nonblocking mode: %m" +msgstr "no se pudo establecer el socket en modo no bloqueante: %m" -#: optimizer/plan/planner.c:5241 +#: libpq/pqcomm.c:362 #, c-format -msgid "Window partitioning columns must be of sortable datatypes." -msgstr "Las columnas de particionamiento de ventana deben de tipos que se puedan ordenar." +msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" +msgstr "la ruta al socket de dominio Unix «%s» es demasiado larga (máximo %d bytes)" -#: optimizer/plan/planner.c:5245 +#: libpq/pqcomm.c:383 #, c-format -msgid "could not implement window ORDER BY" -msgstr "no se pudo implementar ORDER BY de ventana" +msgid "could not translate host name \"%s\", service \"%s\" to address: %s" +msgstr "no se pudo traducir el nombre de host «%s», servicio «%s» a dirección: %s" -#: optimizer/plan/planner.c:5246 +#: libpq/pqcomm.c:387 #, c-format -msgid "Window ordering columns must be of sortable datatypes." -msgstr "Las columnas de ordenamiento de ventana debe ser de tipos que se puedan ordenar." +msgid "could not translate service \"%s\" to address: %s" +msgstr "no se pudo traducir el servicio «%s» a dirección: %s" -#: optimizer/plan/setrefs.c:516 +#: libpq/pqcomm.c:414 #, c-format -msgid "too many range table entries" -msgstr "demasiadas «range table entries»" +msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" +msgstr "no se pudo enlazar a todas las direcciones pedidas: MAXLISTEN (%d) fue excedido" -#: optimizer/prep/prepunion.c:509 -#, c-format -msgid "could not implement recursive UNION" -msgstr "no se pudo implementar UNION recursivo" +#: libpq/pqcomm.c:423 +msgid "IPv4" +msgstr "IPv4" -#: optimizer/prep/prepunion.c:510 -#, c-format -msgid "All column datatypes must be hashable." -msgstr "Todos los tipos de dato de las columnas deben ser tipos de los que se puedan hacer un hash." +#: libpq/pqcomm.c:427 +msgid "IPv6" +msgstr "IPv6" -#. translator: %s is UNION, INTERSECT, or EXCEPT -#: optimizer/prep/prepunion.c:1045 +#: libpq/pqcomm.c:432 +msgid "Unix" +msgstr "Unix" + +#: libpq/pqcomm.c:437 #, c-format -msgid "could not implement %s" -msgstr "no se pudo implementar %s" +msgid "unrecognized address family %d" +msgstr "la familia de direcciones %d no reconocida" -#: optimizer/util/clauses.c:4729 +#. translator: first %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:463 #, c-format -msgid "SQL function \"%s\" during inlining" -msgstr "función SQL «%s», durante expansión en línea" +msgid "could not create %s socket for address \"%s\": %m" +msgstr "no se pudo crear el socket %s de escucha para la dirección «%s»: %m" -#: optimizer/util/plancat.c:132 +#. translator: third %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:489 libpq/pqcomm.c:507 #, c-format -msgid "cannot access temporary or unlogged relations during recovery" -msgstr "no se puede acceder a tablas temporales o «unlogged» durante la recuperación" +msgid "%s(%s) failed for %s address \"%s\": %m" +msgstr "%s(%s) falló para la dirección %s «%s»: %m" -#: optimizer/util/plancat.c:672 +#. translator: first %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:530 #, c-format -msgid "whole row unique index inference specifications are not supported" -msgstr "no están soportadas las especificaciones de inferencia de índice único de registro completo" +msgid "could not bind %s address \"%s\": %m" +msgstr "no se pudo enlazar a la dirección %s «%s»: %m" -#: optimizer/util/plancat.c:689 +#: libpq/pqcomm.c:534 #, c-format -msgid "constraint in ON CONFLICT clause has no associated index" -msgstr "la restricción en la cláusula ON CONFLICT no tiene un índice asociado" +msgid "Is another postmaster already running on port %d?" +msgstr "¿Hay otro postmaster corriendo en el puerto %d?" -#: optimizer/util/plancat.c:739 +#: libpq/pqcomm.c:536 #, c-format -msgid "ON CONFLICT DO UPDATE not supported with exclusion constraints" -msgstr "ON CONFLICT DO UPDATE no está soportado con restricciones de exclusión" +msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." +msgstr "¿Hay otro postmaster corriendo en el puerto %d? Si no, aguarde unos segundos y reintente." -#: optimizer/util/plancat.c:844 +#. translator: first %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:569 #, c-format -msgid "there is no unique or exclusion constraint matching the ON CONFLICT specification" -msgstr "no hay restricción única o de exclusión que coincida con la especificación ON CONFLICT" +msgid "could not listen on %s address \"%s\": %m" +msgstr "no se pudo escuchar en la dirección %s «%s»: %m" -#: parser/analyze.c:737 parser/analyze.c:1451 +#: libpq/pqcomm.c:578 #, c-format -msgid "VALUES lists must all be the same length" -msgstr "las listas VALUES deben ser todas de la misma longitud" +msgid "listening on Unix socket \"%s\"" +msgstr "escuchando en el socket Unix «%s»" -#: parser/analyze.c:938 +#. translator: first %s is IPv4 or IPv6 +#: libpq/pqcomm.c:584 #, c-format -msgid "INSERT has more expressions than target columns" -msgstr "INSERT tiene más expresiones que columnas de destino" +msgid "listening on %s address \"%s\", port %d" +msgstr "escuchando en la dirección %s «%s», port %d" -#: parser/analyze.c:956 +#: libpq/pqcomm.c:675 #, c-format -msgid "INSERT has more target columns than expressions" -msgstr "INSERT tiene más columnas de destino que expresiones" +msgid "group \"%s\" does not exist" +msgstr "no existe el grupo «%s»" -#: parser/analyze.c:960 +#: libpq/pqcomm.c:685 #, c-format -msgid "The insertion source is a row expression containing the same number of columns expected by the INSERT. Did you accidentally use extra parentheses?" -msgstr "La fuente de inserción es una expresión de fila que contiene la misma cantidad de columnas que esperaba el INSERT. ¿Usó accidentalmente paréntesis extra?" +msgid "could not set group of file \"%s\": %m" +msgstr "no se pudo definir el grupo del archivo «%s»: %m" -#: parser/analyze.c:1259 parser/analyze.c:1644 +#: libpq/pqcomm.c:696 #, c-format -msgid "SELECT ... INTO is not allowed here" -msgstr "SELECT ... INTO no está permitido aquí" +msgid "could not set permissions of file \"%s\": %m" +msgstr "no se pudo definir los permisos del archivo «%s»: %m" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:1574 parser/analyze.c:3317 +#: libpq/pqcomm.c:726 #, c-format -msgid "%s cannot be applied to VALUES" -msgstr "%s no puede ser aplicado a VALUES" +msgid "could not accept new connection: %m" +msgstr "no se pudo aceptar una nueva conexión: %m" -#: parser/analyze.c:1810 +#: libpq/pqcomm.c:766 libpq/pqcomm.c:775 libpq/pqcomm.c:807 libpq/pqcomm.c:817 +#: libpq/pqcomm.c:1642 libpq/pqcomm.c:1687 libpq/pqcomm.c:1727 +#: libpq/pqcomm.c:1771 libpq/pqcomm.c:1810 libpq/pqcomm.c:1849 +#: libpq/pqcomm.c:1885 libpq/pqcomm.c:1924 postmaster/pgstat.c:619 +#: postmaster/pgstat.c:630 #, c-format -msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause" -msgstr "cláusula UNION/INTERSECT/EXCEPT ORDER BY no válida" +msgid "%s(%s) failed: %m" +msgstr "%s(%s) falló: %m" -#: parser/analyze.c:1811 +#: libpq/pqcomm.c:921 #, c-format -msgid "Only result column names can be used, not expressions or functions." -msgstr "Sólo nombres de columna del resultado pueden usarse, no expresiones o funciones." +msgid "there is no client connection" +msgstr "no hay conexión de cliente" -#: parser/analyze.c:1812 +#: libpq/pqcomm.c:972 libpq/pqcomm.c:1068 #, c-format -msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause." -msgstr "Agregue la función o expresión a todos los SELECT, o mueva el UNION dentro de una cláusula FROM." +msgid "could not receive data from client: %m" +msgstr "no se pudo recibir datos del cliente: %m" -#: parser/analyze.c:1917 +#: libpq/pqcomm.c:1173 tcop/postgres.c:4302 #, c-format -msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" -msgstr "sólo se permite INTO en el primer SELECT de UNION/INTERSECT/EXCEPT" +msgid "terminating connection because protocol synchronization was lost" +msgstr "terminando la conexión por pérdida de sincronía del protocolo" -#: parser/analyze.c:1989 +#: libpq/pqcomm.c:1239 #, c-format -msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level" -msgstr "una sentencia miembro de UNION/INSERT/EXCEPT no puede referirse a otras relaciones del mismo nivel de la consulta" +msgid "unexpected EOF within message length word" +msgstr "EOF inesperado dentro de la palabra de tamaño del mensaje" -#: parser/analyze.c:2076 +#: libpq/pqcomm.c:1249 #, c-format -msgid "each %s query must have the same number of columns" -msgstr "cada consulta %s debe tener el mismo número de columnas" +msgid "invalid message length" +msgstr "el largo de mensaje no es válido" -#: parser/analyze.c:2477 +#: libpq/pqcomm.c:1271 libpq/pqcomm.c:1284 #, c-format -msgid "RETURNING must have at least one column" -msgstr "RETURNING debe tener al menos una columna" +msgid "incomplete message from client" +msgstr "mensaje incompleto del cliente" -#: parser/analyze.c:2580 +#: libpq/pqcomm.c:1395 #, c-format -msgid "assignment source returned %d column" -msgid_plural "assignment source returned %d columns" -msgstr[0] "fuente de asignación retornó %d columna" -msgstr[1] "fuente de asignación retornó %d columnas" +msgid "could not send data to client: %m" +msgstr "no se pudo enviar datos al cliente: %m" -#: parser/analyze.c:2641 +#: libpq/pqcomm.c:1610 #, c-format -msgid "variable \"%s\" is of type %s but expression is of type %s" -msgstr "la variable «%s» es de tipo %s pero la expresión es de tipo %s" +msgid "%s(%s) failed: error code %d" +msgstr "%s(%s) falló: código de error %d" -#. translator: %s is a SQL keyword -#: parser/analyze.c:2765 parser/analyze.c:2773 +#: libpq/pqcomm.c:1699 #, c-format -msgid "cannot specify both %s and %s" -msgstr "no se puede especificar %s junto con %s" +msgid "setting the keepalive idle time is not supported" +msgstr "establecer el tiempo de inactividad para keepalive no está soportado" -#: parser/analyze.c:2793 +#: libpq/pqcomm.c:1783 libpq/pqcomm.c:1858 libpq/pqcomm.c:1933 #, c-format -msgid "DECLARE CURSOR must not contain data-modifying statements in WITH" -msgstr "DECLARE CURSOR no debe contener sentencias que modifiquen datos en WITH" +msgid "%s(%s) not supported" +msgstr "%s(%s) no está soportado" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:2801 +#: libpq/pqcomm.c:1968 #, c-format -msgid "DECLARE CURSOR WITH HOLD ... %s is not supported" -msgstr "DECLARE CURSOR WITH HOLD ... %s no está soportado" +msgid "could not poll socket: %m" +msgstr "no se pudo monitorear socket: %m" -#: parser/analyze.c:2804 +#: libpq/pqformat.c:406 #, c-format -msgid "Holdable cursors must be READ ONLY." -msgstr "Los cursores declarados HOLD deben ser READ ONLY." +msgid "no data left in message" +msgstr "no hay datos restantes en el mensaje" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:2812 +#: libpq/pqformat.c:517 libpq/pqformat.c:535 libpq/pqformat.c:556 +#: utils/adt/arrayfuncs.c:1482 utils/adt/rowtypes.c:588 #, c-format -msgid "DECLARE SCROLL CURSOR ... %s is not supported" -msgstr "DECLARE SCROLL CURSOR ... %s no está soportado" +msgid "insufficient data left in message" +msgstr "los datos restantes del mensaje son insuficientes" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:2823 +#: libpq/pqformat.c:597 libpq/pqformat.c:626 #, c-format -msgid "DECLARE INSENSITIVE CURSOR ... %s is not valid" -msgstr "DECLARE INSENSITIVE CURSOR ... %s no es válido" +msgid "invalid string in message" +msgstr "cadena inválida en el mensaje" -#: parser/analyze.c:2826 +#: libpq/pqformat.c:642 #, c-format -msgid "Insensitive cursors must be READ ONLY." -msgstr "Los cursores insensitivos deben ser READ ONLY." +msgid "invalid message format" +msgstr "formato de mensaje no válido" -#: parser/analyze.c:2892 +#: main/main.c:245 #, c-format -msgid "materialized views must not use data-modifying statements in WITH" -msgstr "las vistas materializadas no deben usar sentencias que modifiquen datos en WITH" +msgid "%s: WSAStartup failed: %d\n" +msgstr "%s: WSAStartup falló: %d\n" -#: parser/analyze.c:2902 +#: main/main.c:309 #, c-format -msgid "materialized views must not use temporary tables or views" -msgstr "las vistas materializadas no deben usar tablas temporales o vistas" +msgid "" +"%s is the PostgreSQL server.\n" +"\n" +msgstr "" +"%s es el servidor PostgreSQL.\n" +"\n" -#: parser/analyze.c:2912 +#: main/main.c:310 #, c-format -msgid "materialized views may not be defined using bound parameters" -msgstr "las vistas materializadas no pueden definirse usando parámetros enlazados" +msgid "" +"Usage:\n" +" %s [OPTION]...\n" +"\n" +msgstr "" +"Empleo:\n" +" %s [OPCION]...\n" +"\n" -#: parser/analyze.c:2924 +#: main/main.c:311 #, c-format -msgid "materialized views cannot be unlogged" -msgstr "las vistas materializadas no pueden ser «unlogged»" +msgid "Options:\n" +msgstr "Opciones:\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3113 +#: main/main.c:312 #, c-format -msgid "%s is not allowed with DISTINCT clause" -msgstr "%s no está permitido con cláusulas DISTINCT" +msgid " -B NBUFFERS number of shared buffers\n" +msgstr " -B NBUFFERS número de búfers de memoria compartida\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3120 +#: main/main.c:313 #, c-format -msgid "%s is not allowed with GROUP BY clause" -msgstr "%s no está permitido con cláusulas GROUP BY" +msgid " -c NAME=VALUE set run-time parameter\n" +msgstr " -c VAR=VALOR definir parámetro de ejecución\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3127 +#: main/main.c:314 #, c-format -msgid "%s is not allowed with HAVING clause" -msgstr "%s no está permitido con cláusulas HAVING" +msgid " -C NAME print value of run-time parameter, then exit\n" +msgstr " -C NOMBRE imprimir valor de parámetro de configuración, luego salir\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3134 +#: main/main.c:315 #, c-format -msgid "%s is not allowed with aggregate functions" -msgstr "%s no está permitido con funciones de agregación" +msgid " -d 1-5 debugging level\n" +msgstr " -d 1-5 nivel de depuración\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3141 +#: main/main.c:316 #, c-format -msgid "%s is not allowed with window functions" -msgstr "%s no está permitido con funciones de ventana deslizante" +msgid " -D DATADIR database directory\n" +msgstr " -D DATADIR directorio de bases de datos\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3148 +#: main/main.c:317 #, c-format -msgid "%s is not allowed with set-returning functions in the target list" -msgstr "%s no está permitido con funciones que retornan conjuntos en la lista de resultados" +msgid " -e use European date input format (DMY)\n" +msgstr " -e usar estilo europeo de fechas (DMY)\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3240 +#: main/main.c:318 #, c-format -msgid "%s must specify unqualified relation names" -msgstr "%s debe especificar nombres de relaciones sin calificar" +msgid " -F turn fsync off\n" +msgstr " -F desactivar fsync\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3290 +#: main/main.c:319 #, c-format -msgid "%s cannot be applied to a join" -msgstr "%s no puede ser aplicado a un join" +msgid " -h HOSTNAME host name or IP address to listen on\n" +msgstr " -h NOMBRE nombre de host o dirección IP en que escuchar\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3299 +#: main/main.c:320 #, c-format -msgid "%s cannot be applied to a function" -msgstr "%s no puede ser aplicado a una función" +msgid " -i enable TCP/IP connections\n" +msgstr " -i activar conexiones TCP/IP\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3308 +#: main/main.c:321 #, c-format -msgid "%s cannot be applied to a table function" -msgstr "%s no puede ser aplicado a una función de tabla" +msgid " -k DIRECTORY Unix-domain socket location\n" +msgstr " -k DIRECTORIO ubicación del socket Unix\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3326 +#: main/main.c:323 #, c-format -msgid "%s cannot be applied to a WITH query" -msgstr "%s no puede ser aplicado a una consulta WITH" +msgid " -l enable SSL connections\n" +msgstr " -l activar conexiones SSL\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3335 +#: main/main.c:325 #, c-format -msgid "%s cannot be applied to a named tuplestore" -msgstr "%s no puede ser aplicado a un «tuplestore» con nombre" +msgid " -N MAX-CONNECT maximum number of allowed connections\n" +msgstr " -N MAX-CONN número máximo de conexiones permitidas\n" -#. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3355 +#: main/main.c:326 #, c-format -msgid "relation \"%s\" in %s clause not found in FROM clause" -msgstr "la relación «%s» en la cláusula %s no fue encontrada en la cláusula FROM" +msgid " -p PORT port number to listen on\n" +msgstr " -p PUERTO número de puerto en el cual escuchar\n" -#: parser/parse_agg.c:220 parser/parse_oper.c:227 +#: main/main.c:327 #, c-format -msgid "could not identify an ordering operator for type %s" -msgstr "no se pudo identificar un operador de ordenamiento para el tipo %s" +msgid " -s show statistics after each query\n" +msgstr " -s mostrar estadísticas después de cada consulta\n" -#: parser/parse_agg.c:222 +#: main/main.c:328 #, c-format -msgid "Aggregates with DISTINCT must be able to sort their inputs." -msgstr "Las funciones de agregación con DISTINCT deben ser capaces de ordenar sus valores de entrada." +msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" +msgstr " -S WORK-MEM definir cantidad de memoria para ordenamientos (en kB)\n" -#: parser/parse_agg.c:257 +#: main/main.c:329 #, c-format -msgid "GROUPING must have fewer than 32 arguments" -msgstr "GROUPING debe tener menos de 32 argumentos" - -#: parser/parse_agg.c:360 -msgid "aggregate functions are not allowed in JOIN conditions" -msgstr "no se permiten funciones de agregación en las condiciones de JOIN" +msgid " -V, --version output version information, then exit\n" +msgstr " -V, --version mostrar información de la versión, luego salir\n" -#: parser/parse_agg.c:362 -msgid "grouping operations are not allowed in JOIN conditions" -msgstr "no se permiten las operaciones «grouping» en condiciones JOIN" +#: main/main.c:330 +#, c-format +msgid " --NAME=VALUE set run-time parameter\n" +msgstr " --NOMBRE=VALOR definir parámetro de ejecución\n" -#: parser/parse_agg.c:374 -msgid "aggregate functions are not allowed in FROM clause of their own query level" -msgstr "las funciones de agregación no están permitidas en la cláusula FROM de su mismo nivel de consulta" +#: main/main.c:331 +#, c-format +msgid " --describe-config describe configuration parameters, then exit\n" +msgstr "" +" --describe-config\n" +" mostrar parámetros de configuración y salir\n" -#: parser/parse_agg.c:376 -msgid "grouping operations are not allowed in FROM clause of their own query level" -msgstr "las operaciones «grouping» no están permitidas en la cláusula FROM de su mismo nivel de consulta" +#: main/main.c:332 +#, c-format +msgid " -?, --help show this help, then exit\n" +msgstr " -?, --help muestra esta ayuda, luego sale\n" -#: parser/parse_agg.c:381 -msgid "aggregate functions are not allowed in functions in FROM" -msgstr "no se permiten funciones de agregación en una función en FROM" +#: main/main.c:334 +#, c-format +msgid "" +"\n" +"Developer options:\n" +msgstr "" +"\n" +"Opciones de desarrollador:\n" -#: parser/parse_agg.c:383 -msgid "grouping operations are not allowed in functions in FROM" -msgstr "no se permiten operaciones «grouping» en funciones en FROM" +#: main/main.c:335 +#, c-format +msgid " -f s|i|o|b|t|n|m|h forbid use of some plan types\n" +msgstr " -f s|i|o|b|t|n|m|h impedir el uso de algunos tipos de planes\n" -#: parser/parse_agg.c:391 -msgid "aggregate functions are not allowed in policy expressions" -msgstr "no se permiten funciones de agregación en expresiones de políticas" +#: main/main.c:336 +#, c-format +msgid " -n do not reinitialize shared memory after abnormal exit\n" +msgstr " -n no reinicializar memoria compartida después de salida anormal\n" -#: parser/parse_agg.c:393 -msgid "grouping operations are not allowed in policy expressions" -msgstr "no se permiten operaciones «grouping» en expresiones de políticas" +#: main/main.c:337 +#, c-format +msgid " -O allow system table structure changes\n" +msgstr " -O permitir cambios en estructura de tablas de sistema\n" -#: parser/parse_agg.c:410 -msgid "aggregate functions are not allowed in window RANGE" -msgstr "no se permiten funciones de agregación en RANGE de ventana deslizante" +#: main/main.c:338 +#, c-format +msgid " -P disable system indexes\n" +msgstr " -P desactivar índices de sistema\n" -#: parser/parse_agg.c:412 -msgid "grouping operations are not allowed in window RANGE" -msgstr "no se permiten operaciones «grouping» en RANGE de ventana deslizante" +#: main/main.c:339 +#, c-format +msgid " -t pa|pl|ex show timings after each query\n" +msgstr " -t pa|pl|ex mostrar tiempos después de cada consulta\n" -#: parser/parse_agg.c:417 -msgid "aggregate functions are not allowed in window ROWS" -msgstr "no se permiten funciones de agregación en ROWS de ventana deslizante" +#: main/main.c:340 +#, c-format +msgid " -T send SIGSTOP to all backend processes if one dies\n" +msgstr "" +" -T enviar SIGSTOP a todos los procesos backend si uno de ellos\n" +" muere\n" -#: parser/parse_agg.c:419 -msgid "grouping operations are not allowed in window ROWS" -msgstr "no se permiten operaciones «grouping» en ROWS de ventana deslizante" +#: main/main.c:341 +#, c-format +msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" +msgstr " -W NÚM espera NÚM segundos para permitir acoplar un depurador\n" -#: parser/parse_agg.c:424 -msgid "aggregate functions are not allowed in window GROUPS" -msgstr "no se permiten funciones de agregación en GROUPS de ventana deslizante" +#: main/main.c:343 +#, c-format +msgid "" +"\n" +"Options for single-user mode:\n" +msgstr "" +"\n" +"Opciones para modo mono-usuario:\n" -#: parser/parse_agg.c:426 -msgid "grouping operations are not allowed in window GROUPS" -msgstr "no se permiten operaciones «grouping» en GROUPS de ventana deslizante" +#: main/main.c:344 +#, c-format +msgid " --single selects single-user mode (must be first argument)\n" +msgstr " --single selecciona modo mono-usuario (debe ser el primer argumento)\n" -#: parser/parse_agg.c:460 -msgid "aggregate functions are not allowed in check constraints" -msgstr "no se permiten funciones de agregación en restricciones «check»" +#: main/main.c:345 +#, c-format +msgid " DBNAME database name (defaults to user name)\n" +msgstr " DBNAME nombre de base de datos (el valor por omisión es el nombre de usuario)\n" -#: parser/parse_agg.c:462 -msgid "grouping operations are not allowed in check constraints" -msgstr "no se permiten operaciones «grouping» en restricciones «check»" +#: main/main.c:346 +#, c-format +msgid " -d 0-5 override debugging level\n" +msgstr " -d 0-5 nivel de depuración\n" -#: parser/parse_agg.c:469 -msgid "aggregate functions are not allowed in DEFAULT expressions" -msgstr "no se permiten funciones de agregación en expresiones DEFAULT" +#: main/main.c:347 +#, c-format +msgid " -E echo statement before execution\n" +msgstr " -E mostrar las consultas antes de su ejecución\n" -#: parser/parse_agg.c:471 -msgid "grouping operations are not allowed in DEFAULT expressions" -msgstr "no se permiten operaciones «grouping» en expresiones DEFAULT" +#: main/main.c:348 +#, c-format +msgid " -j do not use newline as interactive query delimiter\n" +msgstr " -j no usar saltos de línea como delimitadores de consulta\n" -#: parser/parse_agg.c:476 -msgid "aggregate functions are not allowed in index expressions" -msgstr "no se permiten funciones de agregación en una expresión de índice" +#: main/main.c:349 main/main.c:354 +#, c-format +msgid " -r FILENAME send stdout and stderr to given file\n" +msgstr " -r ARCHIVO enviar salida estándar y de error a ARCHIVO\n" -#: parser/parse_agg.c:478 -msgid "grouping operations are not allowed in index expressions" -msgstr "no se permiten operaciones «grouping» en expresiones de índice" +#: main/main.c:351 +#, c-format +msgid "" +"\n" +"Options for bootstrapping mode:\n" +msgstr "" +"\n" +"Opciones para modo de inicio (bootstrapping):\n" -#: parser/parse_agg.c:483 -msgid "aggregate functions are not allowed in index predicates" -msgstr "no se permiten funciones de agregación en predicados de índice" +#: main/main.c:352 +#, c-format +msgid " --boot selects bootstrapping mode (must be first argument)\n" +msgstr " --boot selecciona modo de inicio (debe ser el primer argumento)\n" -#: parser/parse_agg.c:485 -msgid "grouping operations are not allowed in index predicates" -msgstr "no se permiten operaciones «grouping» en predicados de índice" +#: main/main.c:353 +#, c-format +msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" +msgstr " DBNAME nombre de base de datos (argumento obligatorio en modo de inicio)\n" -#: parser/parse_agg.c:490 -msgid "aggregate functions are not allowed in statistics expressions" -msgstr "no se permiten funciones de agregación en expresiones de estadísticas" +#: main/main.c:355 +#, c-format +msgid " -x NUM internal use\n" +msgstr " -x NUM uso interno\n" -#: parser/parse_agg.c:492 -msgid "grouping operations are not allowed in statistics expressions" -msgstr "no se permiten operaciones «grouping» en expresiones de estadísticas" +#: main/main.c:357 +#, c-format +msgid "" +"\n" +"Please read the documentation for the complete list of run-time\n" +"configuration settings and how to set them on the command line or in\n" +"the configuration file.\n" +"\n" +"Report bugs to <%s>.\n" +msgstr "" +"\n" +"Por favor lea la documentación para obtener la lista de parámetros de\n" +"configuración y cómo definirlos en la línea de órdenes o en el archivo\n" +"de configuración.\n" +"\n" +"Reporte errores a <%s>.\n" -#: parser/parse_agg.c:497 -msgid "aggregate functions are not allowed in transform expressions" -msgstr "no se permiten funciones de agregación en una expresión de transformación" +#: main/main.c:361 +#, c-format +msgid "%s home page: <%s>\n" +msgstr "Sitio web de %s: <%s>\n" -#: parser/parse_agg.c:499 -msgid "grouping operations are not allowed in transform expressions" -msgstr "no se permiten operaciones «grouping» en expresiones de transformación" +#: main/main.c:372 +#, c-format +msgid "" +"\"root\" execution of the PostgreSQL server is not permitted.\n" +"The server must be started under an unprivileged user ID to prevent\n" +"possible system security compromise. See the documentation for\n" +"more information on how to properly start the server.\n" +msgstr "" +"No se permite ejecución del servidor PostgreSQL como «root».\n" +"El servidor debe ser iniciado con un usuario no privilegiado\n" +"para prevenir posibles compromisos de seguridad del sistema.\n" +"Vea la documentación para obtener más información acerca de cómo\n" +"iniciar correctamente el servidor.\n" -#: parser/parse_agg.c:504 -msgid "aggregate functions are not allowed in EXECUTE parameters" -msgstr "no se permiten funciones de agregación en un parámetro a EXECUTE" +#: main/main.c:389 +#, c-format +msgid "%s: real and effective user IDs must match\n" +msgstr "%s: los IDs de usuario real y efectivo deben coincidir\n" -#: parser/parse_agg.c:506 -msgid "grouping operations are not allowed in EXECUTE parameters" -msgstr "no se permiten operaciones «grouping» en parámetros a EXECUTE" +#: main/main.c:396 +#, c-format +msgid "" +"Execution of PostgreSQL by a user with administrative permissions is not\n" +"permitted.\n" +"The server must be started under an unprivileged user ID to prevent\n" +"possible system security compromises. See the documentation for\n" +"more information on how to properly start the server.\n" +msgstr "" +"No se permite ejecución del servidor PostgreSQL por un usuario con privilegios administrativos.\n" +"El servidor debe ser iniciado con un usuario no privilegiado\n" +"para prevenir posibles compromisos de seguridad del sistema.\n" +"Vea la documentación para obtener más información acerca de cómo\n" +"iniciar correctamente el servidor.\n" -#: parser/parse_agg.c:511 -msgid "aggregate functions are not allowed in trigger WHEN conditions" -msgstr "no se permiten funciones de agregación en condición WHEN de un disparador" +#: nodes/extensible.c:66 +#, c-format +msgid "extensible node type \"%s\" already exists" +msgstr "el tipo de nodo extensible «%s» ya existe" -#: parser/parse_agg.c:513 -msgid "grouping operations are not allowed in trigger WHEN conditions" -msgstr "no se permiten operaciones «grouping» en condiciones WHEN de un disparador" +#: nodes/extensible.c:114 +#, c-format +msgid "ExtensibleNodeMethods \"%s\" was not registered" +msgstr "ExtensibleNodeMethods «%s» no fue registrado" -#: parser/parse_agg.c:518 -msgid "aggregate functions are not allowed in partition bound" -msgstr "no se permiten funciones de agregación en borde de partición" +#: nodes/makefuncs.c:150 statistics/extended_stats.c:2346 +#, c-format +msgid "relation \"%s\" does not have a composite type" +msgstr "la relación «%s» no tiene un tipo compuesto" -#: parser/parse_agg.c:520 -msgid "grouping operations are not allowed in partition bound" -msgstr "no se permiten operaciones «grouping» en borde de partición" +#: nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:145 parser/parse_coerce.c:2567 +#: parser/parse_coerce.c:2705 parser/parse_coerce.c:2752 +#: parser/parse_expr.c:2026 parser/parse_func.c:710 parser/parse_oper.c:883 +#: utils/fmgr/funcapi.c:558 +#, c-format +msgid "could not find array type for data type %s" +msgstr "no se pudo encontrar un tipo de array para el tipo de dato %s" -#: parser/parse_agg.c:525 -msgid "aggregate functions are not allowed in partition key expressions" -msgstr "no se permiten funciones de agregación en una expresión de llave de particionaiento" +#: nodes/params.c:417 +#, c-format +msgid "portal \"%s\" with parameters: %s" +msgstr "portal «%s» con parámetros: %s" -#: parser/parse_agg.c:527 -msgid "grouping operations are not allowed in partition key expressions" -msgstr "no se permiten operaciones «grouping» en expresiones de llave de particionamiento" +#: nodes/params.c:420 +#, c-format +msgid "unnamed portal with parameters: %s" +msgstr "portal sin nombre con parámetros: %s" -#: parser/parse_agg.c:533 -msgid "aggregate functions are not allowed in column generation expressions" -msgstr "no se permiten funciones de agregación en expresiones de generación de columna" +#: optimizer/path/joinrels.c:855 +#, c-format +msgid "FULL JOIN is only supported with merge-joinable or hash-joinable join conditions" +msgstr "FULL JOIN sólo está soportado con condiciones que se pueden usar con merge join o hash join" -#: parser/parse_agg.c:535 -msgid "grouping operations are not allowed in column generation expressions" -msgstr "no se permiten operaciones «grouping» en expresiones de generación de columna" +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: optimizer/plan/initsplan.c:1192 +#, c-format +msgid "%s cannot be applied to the nullable side of an outer join" +msgstr "%s no puede ser aplicado al lado nulable de un outer join" -#: parser/parse_agg.c:541 -msgid "aggregate functions are not allowed in CALL arguments" -msgstr "no se permiten funciones de agregación en argumentos de CALL" +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: optimizer/plan/planner.c:1316 parser/analyze.c:1671 parser/analyze.c:1927 +#: parser/analyze.c:3106 +#, c-format +msgid "%s is not allowed with UNION/INTERSECT/EXCEPT" +msgstr "%s no está permitido con UNION/INTERSECT/EXCEPT" -#: parser/parse_agg.c:543 -msgid "grouping operations are not allowed in CALL arguments" -msgstr "no se permiten operaciones «grouping» en argumentos de CALL" +#: optimizer/plan/planner.c:1979 optimizer/plan/planner.c:3635 +#, c-format +msgid "could not implement GROUP BY" +msgstr "no se pudo implementar GROUP BY" -#: parser/parse_agg.c:549 -msgid "aggregate functions are not allowed in COPY FROM WHERE conditions" -msgstr "no se permiten funciones de agregación en las condiciones WHERE de COPY FROM" +#: optimizer/plan/planner.c:1980 optimizer/plan/planner.c:3636 +#: optimizer/plan/planner.c:4393 optimizer/prep/prepunion.c:1046 +#, c-format +msgid "Some of the datatypes only support hashing, while others only support sorting." +msgstr "Algunos de los tipos sólo soportan hashing, mientras que otros sólo soportan ordenamiento." -#: parser/parse_agg.c:551 -msgid "grouping operations are not allowed in COPY FROM WHERE conditions" -msgstr "no se permiten las operaciones «grouping» en condiciones WHERE de COPY FROM" +#: optimizer/plan/planner.c:4392 +#, c-format +msgid "could not implement DISTINCT" +msgstr "no se pudo implementar DISTINCT" -#. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:578 parser/parse_clause.c:1831 +#: optimizer/plan/planner.c:5240 #, c-format -msgid "aggregate functions are not allowed in %s" -msgstr "no se permiten funciones de agregación en %s" +msgid "could not implement window PARTITION BY" +msgstr "No se pudo implementar PARTITION BY de ventana" -#. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:581 +#: optimizer/plan/planner.c:5241 #, c-format -msgid "grouping operations are not allowed in %s" -msgstr "no se permiten operaciones «grouping» en %s" +msgid "Window partitioning columns must be of sortable datatypes." +msgstr "Las columnas de particionamiento de ventana deben de tipos que se puedan ordenar." -#: parser/parse_agg.c:682 +#: optimizer/plan/planner.c:5245 #, c-format -msgid "outer-level aggregate cannot contain a lower-level variable in its direct arguments" -msgstr "una función de agregación de nivel exterior no puede contener una variable de nivel inferior en sus argumentos directos" +msgid "could not implement window ORDER BY" +msgstr "no se pudo implementar ORDER BY de ventana" -#: parser/parse_agg.c:761 +#: optimizer/plan/planner.c:5246 #, c-format -msgid "aggregate function calls cannot contain set-returning function calls" -msgstr "las llamadas a funciones de agregación no pueden contener llamadas a funciones que retornan conjuntos" +msgid "Window ordering columns must be of sortable datatypes." +msgstr "Las columnas de ordenamiento de ventana debe ser de tipos que se puedan ordenar." -#: parser/parse_agg.c:762 parser/parse_expr.c:1678 parser/parse_expr.c:2159 -#: parser/parse_func.c:883 +#: optimizer/plan/setrefs.c:516 #, c-format -msgid "You might be able to move the set-returning function into a LATERAL FROM item." -msgstr "Puede intentar mover la función que retorna conjuntos a un elemento LATERAL FROM." +msgid "too many range table entries" +msgstr "demasiadas «range table entries»" -#: parser/parse_agg.c:767 +#: optimizer/prep/prepunion.c:509 #, c-format -msgid "aggregate function calls cannot contain window function calls" -msgstr "las llamadas a funciones de agregación no pueden contener llamadas a funciones de ventana deslizante" +msgid "could not implement recursive UNION" +msgstr "no se pudo implementar UNION recursivo" -#: parser/parse_agg.c:846 -msgid "window functions are not allowed in JOIN conditions" -msgstr "no se permiten funciones de ventana deslizante en condiciones JOIN" +#: optimizer/prep/prepunion.c:510 +#, c-format +msgid "All column datatypes must be hashable." +msgstr "Todos los tipos de dato de las columnas deben ser tipos de los que se puedan hacer un hash." -#: parser/parse_agg.c:853 -msgid "window functions are not allowed in functions in FROM" -msgstr "no se permiten funciones de ventana deslizante en funciones en FROM" +#. translator: %s is UNION, INTERSECT, or EXCEPT +#: optimizer/prep/prepunion.c:1045 +#, c-format +msgid "could not implement %s" +msgstr "no se pudo implementar %s" -#: parser/parse_agg.c:859 -msgid "window functions are not allowed in policy expressions" -msgstr "no se permiten funciones de ventana deslizante en expresiones de políticas" +#: optimizer/util/clauses.c:4729 +#, c-format +msgid "SQL function \"%s\" during inlining" +msgstr "función SQL «%s», durante expansión en línea" -#: parser/parse_agg.c:872 -msgid "window functions are not allowed in window definitions" -msgstr "no se permiten funciones de ventana deslizante en definiciones de ventana deslizante" +#: optimizer/util/plancat.c:132 +#, c-format +msgid "cannot access temporary or unlogged relations during recovery" +msgstr "no se puede acceder a tablas temporales o «unlogged» durante la recuperación" -#: parser/parse_agg.c:904 -msgid "window functions are not allowed in check constraints" -msgstr "no se permiten funciones de ventana deslizante en restricciones «check»" - -#: parser/parse_agg.c:908 -msgid "window functions are not allowed in DEFAULT expressions" -msgstr "no se permiten funciones de ventana deslizante en expresiones DEFAULT" - -#: parser/parse_agg.c:911 -msgid "window functions are not allowed in index expressions" -msgstr "no se permiten funciones de ventana deslizante en expresiones de índice" - -#: parser/parse_agg.c:914 -msgid "window functions are not allowed in statistics expressions" -msgstr "no se permiten funciones de ventana deslizante en expresiones de estadísticas" - -#: parser/parse_agg.c:917 -msgid "window functions are not allowed in index predicates" -msgstr "no se permiten funciones de ventana deslizante en predicados de índice" - -#: parser/parse_agg.c:920 -msgid "window functions are not allowed in transform expressions" -msgstr "no se permiten funciones de ventana deslizante en expresiones de transformación" - -#: parser/parse_agg.c:923 -msgid "window functions are not allowed in EXECUTE parameters" -msgstr "no se permiten funciones de ventana deslizante en parámetros a EXECUTE" - -#: parser/parse_agg.c:926 -msgid "window functions are not allowed in trigger WHEN conditions" -msgstr "no se permiten funciones de ventana deslizante en condiciones WHEN de un disparador" - -#: parser/parse_agg.c:929 -msgid "window functions are not allowed in partition bound" -msgstr "no se permiten funciones de ventana deslizante en borde de partición" - -#: parser/parse_agg.c:932 -msgid "window functions are not allowed in partition key expressions" -msgstr "no se permiten funciones de ventana deslizante en expresiones de llave de particionamiento" - -#: parser/parse_agg.c:935 -msgid "window functions are not allowed in CALL arguments" -msgstr "no se permiten funciones de ventana deslizante en argumentos de CALL" - -#: parser/parse_agg.c:938 -msgid "window functions are not allowed in COPY FROM WHERE conditions" -msgstr "no se permiten funciones de ventana deslizante en las condiciones WHERE de COPY FROM" - -#: parser/parse_agg.c:941 -msgid "window functions are not allowed in column generation expressions" -msgstr "no se permiten funciones de ventana deslizante en expresiones de generación de columna" - -#. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:964 parser/parse_clause.c:1840 +#: optimizer/util/plancat.c:672 #, c-format -msgid "window functions are not allowed in %s" -msgstr "no se permiten funciones de ventana deslizante en %s" +msgid "whole row unique index inference specifications are not supported" +msgstr "no están soportadas las especificaciones de inferencia de índice único de registro completo" -#: parser/parse_agg.c:998 parser/parse_clause.c:2674 +#: optimizer/util/plancat.c:689 #, c-format -msgid "window \"%s\" does not exist" -msgstr "la ventana «%s» no existe" +msgid "constraint in ON CONFLICT clause has no associated index" +msgstr "la restricción en la cláusula ON CONFLICT no tiene un índice asociado" -#: parser/parse_agg.c:1082 +#: optimizer/util/plancat.c:739 #, c-format -msgid "too many grouping sets present (maximum 4096)" -msgstr "demasiados conjuntos «grouping» presentes (máximo 4096)" +msgid "ON CONFLICT DO UPDATE not supported with exclusion constraints" +msgstr "ON CONFLICT DO UPDATE no está soportado con restricciones de exclusión" -#: parser/parse_agg.c:1222 +#: optimizer/util/plancat.c:844 #, c-format -msgid "aggregate functions are not allowed in a recursive query's recursive term" -msgstr "no se permiten funciones de agregación en el término recursivo de una consulta recursiva" +msgid "there is no unique or exclusion constraint matching the ON CONFLICT specification" +msgstr "no hay restricción única o de exclusión que coincida con la especificación ON CONFLICT" -#: parser/parse_agg.c:1415 +#: parser/analyze.c:737 parser/analyze.c:1451 #, c-format -msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" -msgstr "la columna «%s.%s» debe aparecer en la cláusula GROUP BY o ser usada en una función de agregación" +msgid "VALUES lists must all be the same length" +msgstr "las listas VALUES deben ser todas de la misma longitud" -#: parser/parse_agg.c:1418 +#: parser/analyze.c:938 #, c-format -msgid "Direct arguments of an ordered-set aggregate must use only grouped columns." -msgstr "Argumentos directos de una función de agregación de conjuntos ordenados debe usar sólo columnas agrupadas." +msgid "INSERT has more expressions than target columns" +msgstr "INSERT tiene más expresiones que columnas de destino" -#: parser/parse_agg.c:1423 +#: parser/analyze.c:956 #, c-format -msgid "subquery uses ungrouped column \"%s.%s\" from outer query" -msgstr "la subconsulta usa la columna «%s.%s» no agrupada de una consulta exterior" +msgid "INSERT has more target columns than expressions" +msgstr "INSERT tiene más columnas de destino que expresiones" -#: parser/parse_agg.c:1587 +#: parser/analyze.c:960 #, c-format -msgid "arguments to GROUPING must be grouping expressions of the associated query level" -msgstr "los argumentos de GROUPING deben ser expresiones agrupantes del nivel de consulta asociado" +msgid "The insertion source is a row expression containing the same number of columns expected by the INSERT. Did you accidentally use extra parentheses?" +msgstr "La fuente de inserción es una expresión de fila que contiene la misma cantidad de columnas que esperaba el INSERT. ¿Usó accidentalmente paréntesis extra?" -#: parser/parse_clause.c:190 +#: parser/analyze.c:1259 parser/analyze.c:1644 #, c-format -msgid "relation \"%s\" cannot be the target of a modifying statement" -msgstr "relación «%s» no puede ser destino de una sentencia modificadora" +msgid "SELECT ... INTO is not allowed here" +msgstr "SELECT ... INTO no está permitido aquí" -#: parser/parse_clause.c:570 parser/parse_clause.c:598 parser/parse_func.c:2554 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:1574 parser/analyze.c:3317 #, c-format -msgid "set-returning functions must appear at top level of FROM" -msgstr "las funciones que retornan conjuntos deben aparecer en el nivel más externo del FROM" +msgid "%s cannot be applied to VALUES" +msgstr "%s no puede ser aplicado a VALUES" -#: parser/parse_clause.c:610 +#: parser/analyze.c:1810 #, c-format -msgid "multiple column definition lists are not allowed for the same function" -msgstr "no se permiten múltiples definiciones de columnas para la misma función" +msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause" +msgstr "cláusula UNION/INTERSECT/EXCEPT ORDER BY no válida" -#: parser/parse_clause.c:643 +#: parser/analyze.c:1811 #, c-format -msgid "ROWS FROM() with multiple functions cannot have a column definition list" -msgstr "ROWS FROM() con varias funciones no puede tener una lista de definición de columnas" +msgid "Only result column names can be used, not expressions or functions." +msgstr "Sólo nombres de columna del resultado pueden usarse, no expresiones o funciones." -#: parser/parse_clause.c:644 +#: parser/analyze.c:1812 #, c-format -msgid "Put a separate column definition list for each function inside ROWS FROM()." -msgstr "Ponga una lista de columnas separada para cada función dentro de ROWS FROM()." +msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause." +msgstr "Agregue la función o expresión a todos los SELECT, o mueva el UNION dentro de una cláusula FROM." -#: parser/parse_clause.c:650 +#: parser/analyze.c:1917 #, c-format -msgid "UNNEST() with multiple arguments cannot have a column definition list" -msgstr "UNNEST() con varios argumentos no puede tener una lista de definición de columnas" +msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" +msgstr "sólo se permite INTO en el primer SELECT de UNION/INTERSECT/EXCEPT" -#: parser/parse_clause.c:651 +#: parser/analyze.c:1989 #, c-format -msgid "Use separate UNNEST() calls inside ROWS FROM(), and attach a column definition list to each one." -msgstr "Use llamadas a UNNEST() separadas dentro de ROWS FROM() y adjunte una lista de columnas a cada una." +msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level" +msgstr "una sentencia miembro de UNION/INSERT/EXCEPT no puede referirse a otras relaciones del mismo nivel de la consulta" -#: parser/parse_clause.c:658 +#: parser/analyze.c:2076 #, c-format -msgid "WITH ORDINALITY cannot be used with a column definition list" -msgstr "WITH ORDINALITY no puede usarse con una lista de definición de columnas" +msgid "each %s query must have the same number of columns" +msgstr "cada consulta %s debe tener el mismo número de columnas" -#: parser/parse_clause.c:659 +#: parser/analyze.c:2477 #, c-format -msgid "Put the column definition list inside ROWS FROM()." -msgstr "Ponga una lista de columnas dentro de ROWS FROM()." +msgid "RETURNING must have at least one column" +msgstr "RETURNING debe tener al menos una columna" -#: parser/parse_clause.c:759 +#: parser/analyze.c:2580 #, c-format -msgid "only one FOR ORDINALITY column is allowed" -msgstr "sólo se permite una columna FOR ORDINALITY" +msgid "assignment source returned %d column" +msgid_plural "assignment source returned %d columns" +msgstr[0] "fuente de asignación retornó %d columna" +msgstr[1] "fuente de asignación retornó %d columnas" -#: parser/parse_clause.c:820 +#: parser/analyze.c:2641 #, c-format -msgid "column name \"%s\" is not unique" -msgstr "el nombre de columna «%s» no es único" +msgid "variable \"%s\" is of type %s but expression is of type %s" +msgstr "la variable «%s» es de tipo %s pero la expresión es de tipo %s" -#: parser/parse_clause.c:862 +#. translator: %s is a SQL keyword +#: parser/analyze.c:2765 parser/analyze.c:2773 #, c-format -msgid "namespace name \"%s\" is not unique" -msgstr "el espacio de nombres «%s» no es único" +msgid "cannot specify both %s and %s" +msgstr "no se puede especificar %s junto con %s" -#: parser/parse_clause.c:872 +#: parser/analyze.c:2793 #, c-format -msgid "only one default namespace is allowed" -msgstr "sólo se permite un espacio de nombres predeterminado" +msgid "DECLARE CURSOR must not contain data-modifying statements in WITH" +msgstr "DECLARE CURSOR no debe contener sentencias que modifiquen datos en WITH" -#: parser/parse_clause.c:932 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:2801 #, c-format -msgid "tablesample method %s does not exist" -msgstr "no existe el método de tablesample «%s»" +msgid "DECLARE CURSOR WITH HOLD ... %s is not supported" +msgstr "DECLARE CURSOR WITH HOLD ... %s no está soportado" -#: parser/parse_clause.c:954 +#: parser/analyze.c:2804 #, c-format -msgid "tablesample method %s requires %d argument, not %d" -msgid_plural "tablesample method %s requires %d arguments, not %d" -msgstr[0] "el método de tablesample «%s» requiere %d argumento, no %d" -msgstr[1] "el método de tablesample «%s» requiere %d argumentos, no %d" +msgid "Holdable cursors must be READ ONLY." +msgstr "Los cursores declarados HOLD deben ser READ ONLY." -#: parser/parse_clause.c:988 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:2812 #, c-format -msgid "tablesample method %s does not support REPEATABLE" -msgstr "el método de tablesample «%s» no soporta la opción REPEATABLE" +msgid "DECLARE SCROLL CURSOR ... %s is not supported" +msgstr "DECLARE SCROLL CURSOR ... %s no está soportado" -#: parser/parse_clause.c:1134 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:2823 #, c-format -msgid "TABLESAMPLE clause can only be applied to tables and materialized views" -msgstr "la cláusula TABLESAMPLE sólo puede aplicarse a tablas y vistas materializadas" +msgid "DECLARE INSENSITIVE CURSOR ... %s is not valid" +msgstr "DECLARE INSENSITIVE CURSOR ... %s no es válido" -#: parser/parse_clause.c:1324 +#: parser/analyze.c:2826 #, c-format -msgid "column name \"%s\" appears more than once in USING clause" -msgstr "la columna «%s» aparece más de una vez en la cláusula USING" +msgid "Insensitive cursors must be READ ONLY." +msgstr "Los cursores insensitivos deben ser READ ONLY." -#: parser/parse_clause.c:1339 +#: parser/analyze.c:2892 #, c-format -msgid "common column name \"%s\" appears more than once in left table" -msgstr "la columna común «%s» aparece más de una vez en la tabla izquierda" +msgid "materialized views must not use data-modifying statements in WITH" +msgstr "las vistas materializadas no deben usar sentencias que modifiquen datos en WITH" -#: parser/parse_clause.c:1348 +#: parser/analyze.c:2902 #, c-format -msgid "column \"%s\" specified in USING clause does not exist in left table" -msgstr "la columna «%s» especificada en la cláusula USING no existe en la tabla izquierda" +msgid "materialized views must not use temporary tables or views" +msgstr "las vistas materializadas no deben usar tablas temporales o vistas" -#: parser/parse_clause.c:1363 +#: parser/analyze.c:2912 #, c-format -msgid "common column name \"%s\" appears more than once in right table" -msgstr "la columna común «%s» aparece más de una vez en la tabla derecha" +msgid "materialized views may not be defined using bound parameters" +msgstr "las vistas materializadas no pueden definirse usando parámetros enlazados" -#: parser/parse_clause.c:1372 +#: parser/analyze.c:2924 #, c-format -msgid "column \"%s\" specified in USING clause does not exist in right table" -msgstr "la columna «%s» especificada en la cláusula USING no existe en la tabla derecha" +msgid "materialized views cannot be unlogged" +msgstr "las vistas materializadas no pueden ser «unlogged»" -#: parser/parse_clause.c:1776 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3113 #, c-format -msgid "row count cannot be null in FETCH FIRST ... WITH TIES clause" -msgstr "la cantidad de registros no puede ser NULL en la cláusula FETCH FIRST ... WITH TIES" +msgid "%s is not allowed with DISTINCT clause" +msgstr "%s no está permitido con cláusulas DISTINCT" -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1801 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3120 #, c-format -msgid "argument of %s must not contain variables" -msgstr "el argumento de %s no puede contener variables" +msgid "%s is not allowed with GROUP BY clause" +msgstr "%s no está permitido con cláusulas GROUP BY" -#. translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1966 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3127 #, c-format -msgid "%s \"%s\" is ambiguous" -msgstr "%s «%s» es ambiguo" +msgid "%s is not allowed with HAVING clause" +msgstr "%s no está permitido con cláusulas HAVING" -#. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1995 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3134 #, c-format -msgid "non-integer constant in %s" -msgstr "constante no entera en %s" +msgid "%s is not allowed with aggregate functions" +msgstr "%s no está permitido con funciones de agregación" -#. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:2017 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3141 #, c-format -msgid "%s position %d is not in select list" -msgstr "la posición %2$d de %1$s no está en la lista de resultados" +msgid "%s is not allowed with window functions" +msgstr "%s no está permitido con funciones de ventana deslizante" -#: parser/parse_clause.c:2456 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3148 #, c-format -msgid "CUBE is limited to 12 elements" -msgstr "CUBE está limitado a 12 elementos" +msgid "%s is not allowed with set-returning functions in the target list" +msgstr "%s no está permitido con funciones que retornan conjuntos en la lista de resultados" -#: parser/parse_clause.c:2662 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3240 #, c-format -msgid "window \"%s\" is already defined" -msgstr "la ventana «%s» ya está definida" +msgid "%s must specify unqualified relation names" +msgstr "%s debe especificar nombres de relaciones sin calificar" -#: parser/parse_clause.c:2723 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3290 #, c-format -msgid "cannot override PARTITION BY clause of window \"%s\"" -msgstr "no se puede pasar a llevar la cláusula PARTITION BY de la ventana «%s»" +msgid "%s cannot be applied to a join" +msgstr "%s no puede ser aplicado a un join" -#: parser/parse_clause.c:2735 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3299 #, c-format -msgid "cannot override ORDER BY clause of window \"%s\"" -msgstr "no se puede pasar a llevar la cláusula ORDER BY de la ventana «%s»" +msgid "%s cannot be applied to a function" +msgstr "%s no puede ser aplicado a una función" -#: parser/parse_clause.c:2765 parser/parse_clause.c:2771 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3308 #, c-format -msgid "cannot copy window \"%s\" because it has a frame clause" -msgstr "no se puede copiar la ventana «%s» porque tiene una cláusula «frame»" +msgid "%s cannot be applied to a table function" +msgstr "%s no puede ser aplicado a una función de tabla" -#: parser/parse_clause.c:2773 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3326 #, c-format -msgid "Omit the parentheses in this OVER clause." -msgstr "Omita el uso de paréntesis en esta cláusula OVER." +msgid "%s cannot be applied to a WITH query" +msgstr "%s no puede ser aplicado a una consulta WITH" -#: parser/parse_clause.c:2793 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3335 #, c-format -msgid "RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column" -msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING requiere exactamente una columna ORDER BY" +msgid "%s cannot be applied to a named tuplestore" +msgstr "%s no puede ser aplicado a un «tuplestore» con nombre" -#: parser/parse_clause.c:2816 +#. translator: %s is a SQL row locking clause such as FOR UPDATE +#: parser/analyze.c:3355 #, c-format -msgid "GROUPS mode requires an ORDER BY clause" -msgstr "el modo GROUPS requiere una cláusula ORDER BY" +msgid "relation \"%s\" in %s clause not found in FROM clause" +msgstr "la relación «%s» en la cláusula %s no fue encontrada en la cláusula FROM" -#: parser/parse_clause.c:2886 +#: parser/parse_agg.c:220 parser/parse_oper.c:227 #, c-format -msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" -msgstr "en una agregación con DISTINCT, las expresiones en ORDER BY deben aparecer en la lista de argumentos" +msgid "could not identify an ordering operator for type %s" +msgstr "no se pudo identificar un operador de ordenamiento para el tipo %s" -#: parser/parse_clause.c:2887 +#: parser/parse_agg.c:222 #, c-format -msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" -msgstr "para SELECT DISTINCT, las expresiones en ORDER BY deben aparecer en la lista de resultados" +msgid "Aggregates with DISTINCT must be able to sort their inputs." +msgstr "Las funciones de agregación con DISTINCT deben ser capaces de ordenar sus valores de entrada." -#: parser/parse_clause.c:2919 +#: parser/parse_agg.c:257 #, c-format -msgid "an aggregate with DISTINCT must have at least one argument" -msgstr "una función de agregación con DISTINCT debe tener al menos un argumento" +msgid "GROUPING must have fewer than 32 arguments" +msgstr "GROUPING debe tener menos de 32 argumentos" -#: parser/parse_clause.c:2920 -#, c-format -msgid "SELECT DISTINCT must have at least one column" -msgstr "SELECT DISTINCT debe tener al menos una columna" +#: parser/parse_agg.c:360 +msgid "aggregate functions are not allowed in JOIN conditions" +msgstr "no se permiten funciones de agregación en las condiciones de JOIN" -#: parser/parse_clause.c:2986 parser/parse_clause.c:3018 -#, c-format -msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" -msgstr "las expresiones de SELECT DISTINCT ON deben coincidir con las expresiones iniciales de ORDER BY" +#: parser/parse_agg.c:362 +msgid "grouping operations are not allowed in JOIN conditions" +msgstr "no se permiten las operaciones «grouping» en condiciones JOIN" -#: parser/parse_clause.c:3096 -#, c-format -msgid "ASC/DESC is not allowed in ON CONFLICT clause" -msgstr "ASC/DESC no están permitidos en cláusulas ON CONFLICT" +#: parser/parse_agg.c:374 +msgid "aggregate functions are not allowed in FROM clause of their own query level" +msgstr "las funciones de agregación no están permitidas en la cláusula FROM de su mismo nivel de consulta" -#: parser/parse_clause.c:3102 -#, c-format -msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause" -msgstr "NULLS FIRST/LAST no están permitidos en cláusulas ON CONFLICT" +#: parser/parse_agg.c:376 +msgid "grouping operations are not allowed in FROM clause of their own query level" +msgstr "las operaciones «grouping» no están permitidas en la cláusula FROM de su mismo nivel de consulta" -#: parser/parse_clause.c:3181 -#, c-format -msgid "ON CONFLICT DO UPDATE requires inference specification or constraint name" -msgstr "ON CONFLICT DO UPDATE requiere una especificación de inferencia o nombre de restricción" +#: parser/parse_agg.c:381 +msgid "aggregate functions are not allowed in functions in FROM" +msgstr "no se permiten funciones de agregación en una función en FROM" -#: parser/parse_clause.c:3182 -#, c-format -msgid "For example, ON CONFLICT (column_name)." -msgstr "Por ejemplo, ON CONFLICT (nombre_de_columna)." +#: parser/parse_agg.c:383 +msgid "grouping operations are not allowed in functions in FROM" +msgstr "no se permiten operaciones «grouping» en funciones en FROM" -#: parser/parse_clause.c:3193 -#, c-format -msgid "ON CONFLICT is not supported with system catalog tables" -msgstr "ON CONFLICT no está soportado con tablas que son catálogos de sistema" +#: parser/parse_agg.c:391 +msgid "aggregate functions are not allowed in policy expressions" +msgstr "no se permiten funciones de agregación en expresiones de políticas" -#: parser/parse_clause.c:3201 -#, c-format -msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table" -msgstr "ON CONFLICT no está soportado en la tabla «%s» usada como catálogo de sistema" +#: parser/parse_agg.c:393 +msgid "grouping operations are not allowed in policy expressions" +msgstr "no se permiten operaciones «grouping» en expresiones de políticas" -#: parser/parse_clause.c:3331 -#, c-format -msgid "operator %s is not a valid ordering operator" -msgstr "el operador «%s» no es un operador válido de ordenamiento" +#: parser/parse_agg.c:410 +msgid "aggregate functions are not allowed in window RANGE" +msgstr "no se permiten funciones de agregación en RANGE de ventana deslizante" -#: parser/parse_clause.c:3333 -#, c-format -msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." -msgstr "Los operadores de ordenamiento deben ser miembros «<» o «>» de una familia de operadores btree." +#: parser/parse_agg.c:412 +msgid "grouping operations are not allowed in window RANGE" +msgstr "no se permiten operaciones «grouping» en RANGE de ventana deslizante" -#: parser/parse_clause.c:3644 -#, c-format -msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s" -msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING no está soportado para la columna de tipo %s" +#: parser/parse_agg.c:417 +msgid "aggregate functions are not allowed in window ROWS" +msgstr "no se permiten funciones de agregación en ROWS de ventana deslizante" -#: parser/parse_clause.c:3650 -#, c-format -msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s and offset type %s" -msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING no está soportado para la columna de tipo %s y tipo de desplazamiento %s" +#: parser/parse_agg.c:419 +msgid "grouping operations are not allowed in window ROWS" +msgstr "no se permiten operaciones «grouping» en ROWS de ventana deslizante" -#: parser/parse_clause.c:3653 -#, c-format -msgid "Cast the offset value to an appropriate type." -msgstr "Convierta el valor de desplazamiento a un tipo apropiado." +#: parser/parse_agg.c:424 +msgid "aggregate functions are not allowed in window GROUPS" +msgstr "no se permiten funciones de agregación en GROUPS de ventana deslizante" -#: parser/parse_clause.c:3658 -#, c-format -msgid "RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for column type %s and offset type %s" -msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING tiene múltiples interpretaciones para la columna de tipo %s y tipo de desplazamiento %s" +#: parser/parse_agg.c:426 +msgid "grouping operations are not allowed in window GROUPS" +msgstr "no se permiten operaciones «grouping» en GROUPS de ventana deslizante" -#: parser/parse_clause.c:3661 -#, c-format -msgid "Cast the offset value to the exact intended type." -msgstr "Convierta el valor de desplazamiento al tipo deseado exacto." +#: parser/parse_agg.c:460 +msgid "aggregate functions are not allowed in check constraints" +msgstr "no se permiten funciones de agregación en restricciones «check»" -#: parser/parse_coerce.c:1050 parser/parse_coerce.c:1088 -#: parser/parse_coerce.c:1106 parser/parse_coerce.c:1121 -#: parser/parse_expr.c:2060 parser/parse_expr.c:2662 parser/parse_target.c:994 -#, c-format -msgid "cannot cast type %s to %s" -msgstr "no se puede convertir el tipo %s a %s" +#: parser/parse_agg.c:462 +msgid "grouping operations are not allowed in check constraints" +msgstr "no se permiten operaciones «grouping» en restricciones «check»" -#: parser/parse_coerce.c:1091 -#, c-format -msgid "Input has too few columns." -msgstr "La entrada tiene muy pocas columnas." +#: parser/parse_agg.c:469 +msgid "aggregate functions are not allowed in DEFAULT expressions" +msgstr "no se permiten funciones de agregación en expresiones DEFAULT" -#: parser/parse_coerce.c:1109 -#, c-format -msgid "Cannot cast type %s to %s in column %d." -msgstr "No se puede convertir el tipo %s a %s en la columna %d." +#: parser/parse_agg.c:471 +msgid "grouping operations are not allowed in DEFAULT expressions" +msgstr "no se permiten operaciones «grouping» en expresiones DEFAULT" -#: parser/parse_coerce.c:1124 -#, c-format -msgid "Input has too many columns." -msgstr "La entrada tiene demasiadas columnas." +#: parser/parse_agg.c:476 +msgid "aggregate functions are not allowed in index expressions" +msgstr "no se permiten funciones de agregación en una expresión de índice" -#. translator: first %s is name of a SQL construct, eg WHERE -#. translator: first %s is name of a SQL construct, eg LIMIT -#: parser/parse_coerce.c:1179 parser/parse_coerce.c:1227 -#, c-format -msgid "argument of %s must be type %s, not type %s" -msgstr "el argumento de %s debe ser de tipo %s, no tipo %s" +#: parser/parse_agg.c:478 +msgid "grouping operations are not allowed in index expressions" +msgstr "no se permiten operaciones «grouping» en expresiones de índice" -#. translator: %s is name of a SQL construct, eg WHERE -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_coerce.c:1190 parser/parse_coerce.c:1239 -#, c-format -msgid "argument of %s must not return a set" -msgstr "el argumento de %s no debe retornar un conjunto" +#: parser/parse_agg.c:483 +msgid "aggregate functions are not allowed in index predicates" +msgstr "no se permiten funciones de agregación en predicados de índice" -#. translator: first %s is name of a SQL construct, eg CASE -#: parser/parse_coerce.c:1383 -#, c-format -msgid "%s types %s and %s cannot be matched" -msgstr "los tipos %2$s y %3$s no son coincidentes en %1$s" +#: parser/parse_agg.c:485 +msgid "grouping operations are not allowed in index predicates" +msgstr "no se permiten operaciones «grouping» en predicados de índice" -#: parser/parse_coerce.c:1499 -#, c-format -msgid "argument types %s and %s cannot be matched" -msgstr "los tipos de argumento %s y %s no pueden hacerse coincidir" +#: parser/parse_agg.c:490 +msgid "aggregate functions are not allowed in statistics expressions" +msgstr "no se permiten funciones de agregación en expresiones de estadísticas" -#. translator: first %s is name of a SQL construct, eg CASE -#: parser/parse_coerce.c:1551 -#, c-format -msgid "%s could not convert type %s to %s" -msgstr "%s no pudo convertir el tipo %s a %s" +#: parser/parse_agg.c:492 +msgid "grouping operations are not allowed in statistics expressions" +msgstr "no se permiten operaciones «grouping» en expresiones de estadísticas" -#: parser/parse_coerce.c:2154 parser/parse_coerce.c:2174 -#: parser/parse_coerce.c:2194 parser/parse_coerce.c:2215 -#: parser/parse_coerce.c:2270 parser/parse_coerce.c:2304 -#, c-format -msgid "arguments declared \"%s\" are not all alike" -msgstr "los argumentos declarados «%s» no son de tipos compatibles" +#: parser/parse_agg.c:497 +msgid "aggregate functions are not allowed in transform expressions" +msgstr "no se permiten funciones de agregación en una expresión de transformación" -#: parser/parse_coerce.c:2249 parser/parse_coerce.c:2362 -#: utils/fmgr/funcapi.c:489 -#, c-format -msgid "argument declared %s is not an array but type %s" -msgstr "el argumento declarado %s no es un array sino de tipo %s" +#: parser/parse_agg.c:499 +msgid "grouping operations are not allowed in transform expressions" +msgstr "no se permiten operaciones «grouping» en expresiones de transformación" -#: parser/parse_coerce.c:2282 parser/parse_coerce.c:2432 -#: utils/fmgr/funcapi.c:503 -#, c-format -msgid "argument declared %s is not a range type but type %s" -msgstr "el argumento declarado %s no es un tipo de rango sino tipo %s" +#: parser/parse_agg.c:504 +msgid "aggregate functions are not allowed in EXECUTE parameters" +msgstr "no se permiten funciones de agregación en un parámetro a EXECUTE" -#: parser/parse_coerce.c:2316 parser/parse_coerce.c:2396 -#: parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:521 utils/fmgr/funcapi.c:586 -#, c-format -msgid "argument declared %s is not a multirange type but type %s" -msgstr "el argumento declarado %s no es un tipo de multirango sino tipo %s" +#: parser/parse_agg.c:506 +msgid "grouping operations are not allowed in EXECUTE parameters" +msgstr "no se permiten operaciones «grouping» en parámetros a EXECUTE" -#: parser/parse_coerce.c:2353 -#, c-format -msgid "cannot determine element type of \"anyarray\" argument" -msgstr "no se puede determinar el tipo del argumento «anyarray»" +#: parser/parse_agg.c:511 +msgid "aggregate functions are not allowed in trigger WHEN conditions" +msgstr "no se permiten funciones de agregación en condición WHEN de un disparador" -#: parser/parse_coerce.c:2379 parser/parse_coerce.c:2410 -#: parser/parse_coerce.c:2449 parser/parse_coerce.c:2515 -#, c-format -msgid "argument declared %s is not consistent with argument declared %s" -msgstr "el argumento declarado %s no es consistente con el argumento declarado %s" +#: parser/parse_agg.c:513 +msgid "grouping operations are not allowed in trigger WHEN conditions" +msgstr "no se permiten operaciones «grouping» en condiciones WHEN de un disparador" -#: parser/parse_coerce.c:2474 -#, c-format -msgid "could not determine polymorphic type because input has type %s" -msgstr "no se pudo determinar el tipo polimórfico porque la entrada es de tipo %s" +#: parser/parse_agg.c:518 +msgid "aggregate functions are not allowed in partition bound" +msgstr "no se permiten funciones de agregación en borde de partición" -#: parser/parse_coerce.c:2488 -#, c-format -msgid "type matched to anynonarray is an array type: %s" -msgstr "el argumento emparejado con anynonarray es un array: %s" +#: parser/parse_agg.c:520 +msgid "grouping operations are not allowed in partition bound" +msgstr "no se permiten operaciones «grouping» en borde de partición" -#: parser/parse_coerce.c:2498 -#, c-format -msgid "type matched to anyenum is not an enum type: %s" -msgstr "el tipo emparejado con anyenum no es un tipo enum: %s" +#: parser/parse_agg.c:525 +msgid "aggregate functions are not allowed in partition key expressions" +msgstr "no se permiten funciones de agregación en una expresión de llave de particionaiento" -#: parser/parse_coerce.c:2559 -#, c-format -msgid "arguments of anycompatible family cannot be cast to a common type" -msgstr "los argumentos de la familia anycompatible no pueden convertirse a un tipo común" +#: parser/parse_agg.c:527 +msgid "grouping operations are not allowed in partition key expressions" +msgstr "no se permiten operaciones «grouping» en expresiones de llave de particionamiento" -#: parser/parse_coerce.c:2577 parser/parse_coerce.c:2598 -#: parser/parse_coerce.c:2648 parser/parse_coerce.c:2653 -#: parser/parse_coerce.c:2717 parser/parse_coerce.c:2729 -#, c-format -msgid "could not determine polymorphic type %s because input has type %s" -msgstr "no se pudo determinar el tipo polimórfico %s porque la entrada es de tipo %s" +#: parser/parse_agg.c:533 +msgid "aggregate functions are not allowed in column generation expressions" +msgstr "no se permiten funciones de agregación en expresiones de generación de columna" -#: parser/parse_coerce.c:2587 -#, c-format -msgid "anycompatiblerange type %s does not match anycompatible type %s" -msgstr "el tipo anycompatiblerange %s no coincide con el tipo anycompatible %s" +#: parser/parse_agg.c:535 +msgid "grouping operations are not allowed in column generation expressions" +msgstr "no se permiten operaciones «grouping» en expresiones de generación de columna" -#: parser/parse_coerce.c:2608 +#: parser/parse_agg.c:541 +msgid "aggregate functions are not allowed in CALL arguments" +msgstr "no se permiten funciones de agregación en argumentos de CALL" + +#: parser/parse_agg.c:543 +msgid "grouping operations are not allowed in CALL arguments" +msgstr "no se permiten operaciones «grouping» en argumentos de CALL" + +#: parser/parse_agg.c:549 +msgid "aggregate functions are not allowed in COPY FROM WHERE conditions" +msgstr "no se permiten funciones de agregación en las condiciones WHERE de COPY FROM" + +#: parser/parse_agg.c:551 +msgid "grouping operations are not allowed in COPY FROM WHERE conditions" +msgstr "no se permiten las operaciones «grouping» en condiciones WHERE de COPY FROM" + +#. translator: %s is name of a SQL construct, eg GROUP BY +#: parser/parse_agg.c:578 parser/parse_clause.c:1834 #, c-format -msgid "anycompatiblemultirange type %s does not match anycompatible type %s" -msgstr "el tipo anycompatiblemultirange %s no coincide con el tipo anycompatible %s" +msgid "aggregate functions are not allowed in %s" +msgstr "no se permiten funciones de agregación en %s" -#: parser/parse_coerce.c:2622 +#. translator: %s is name of a SQL construct, eg GROUP BY +#: parser/parse_agg.c:581 #, c-format -msgid "type matched to anycompatiblenonarray is an array type: %s" -msgstr "el argumento emparejado a anycompatiblenonarray es un array: %s" +msgid "grouping operations are not allowed in %s" +msgstr "no se permiten operaciones «grouping» en %s" -#: parser/parse_coerce.c:2857 +#: parser/parse_agg.c:682 #, c-format -msgid "A result of type %s requires at least one input of type anyrange or anymultirange." -msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anyrange o anymultirange." +msgid "outer-level aggregate cannot contain a lower-level variable in its direct arguments" +msgstr "una función de agregación de nivel exterior no puede contener una variable de nivel inferior en sus argumentos directos" -#: parser/parse_coerce.c:2874 +#: parser/parse_agg.c:761 #, c-format -msgid "A result of type %s requires at least one input of type anycompatiblerange or anycompatiblemultirange." -msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anycompatiblerange o anycompatiblemultirange." +msgid "aggregate function calls cannot contain set-returning function calls" +msgstr "las llamadas a funciones de agregación no pueden contener llamadas a funciones que retornan conjuntos" -#: parser/parse_coerce.c:2886 +#: parser/parse_agg.c:762 parser/parse_expr.c:1678 parser/parse_expr.c:2159 +#: parser/parse_func.c:883 #, c-format -msgid "A result of type %s requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange." -msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anyelement, anyarray, anynonarray, anyenum, anyrange o anymultirange." +msgid "You might be able to move the set-returning function into a LATERAL FROM item." +msgstr "Puede intentar mover la función que retorna conjuntos a un elemento LATERAL FROM." -#: parser/parse_coerce.c:2898 +#: parser/parse_agg.c:767 #, c-format -msgid "A result of type %s requires at least one input of type anycompatible, anycompatiblearray, anycompatiblenonarray, anycompatiblerange, or anycompatiblemultirange." -msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anycompatible, anycompatiblearray, anycompatiblenonarray, anycompatiblerange o anycompatiblemultirange." +msgid "aggregate function calls cannot contain window function calls" +msgstr "las llamadas a funciones de agregación no pueden contener llamadas a funciones de ventana deslizante" -#: parser/parse_coerce.c:2928 -msgid "A result of type internal requires at least one input of type internal." -msgstr "Un resultado de tipo internal requiere al menos una entrada de tipo internal." +#: parser/parse_agg.c:846 +msgid "window functions are not allowed in JOIN conditions" +msgstr "no se permiten funciones de ventana deslizante en condiciones JOIN" -#: parser/parse_collate.c:228 parser/parse_collate.c:475 -#: parser/parse_collate.c:1004 -#, c-format -msgid "collation mismatch between implicit collations \"%s\" and \"%s\"" -msgstr "discordancia de ordenamientos (collation) entre los ordenamientos implícitos «%s» y «%s»" +#: parser/parse_agg.c:853 +msgid "window functions are not allowed in functions in FROM" +msgstr "no se permiten funciones de ventana deslizante en funciones en FROM" -#: parser/parse_collate.c:231 parser/parse_collate.c:478 -#: parser/parse_collate.c:1007 -#, c-format -msgid "You can choose the collation by applying the COLLATE clause to one or both expressions." -msgstr "Puede elegir el ordenamiento aplicando la cláusula COLLATE a una o ambas expresiones." +#: parser/parse_agg.c:859 +msgid "window functions are not allowed in policy expressions" +msgstr "no se permiten funciones de ventana deslizante en expresiones de políticas" -#: parser/parse_collate.c:854 -#, c-format -msgid "collation mismatch between explicit collations \"%s\" and \"%s\"" -msgstr "discordancia de ordenamientos (collation) entre los ordenamientos explícitos «%s» y «%s»" +#: parser/parse_agg.c:872 +msgid "window functions are not allowed in window definitions" +msgstr "no se permiten funciones de ventana deslizante en definiciones de ventana deslizante" -#: parser/parse_cte.c:46 -#, c-format -msgid "recursive reference to query \"%s\" must not appear within its non-recursive term" -msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de su término no recursivo" +#: parser/parse_agg.c:904 +msgid "window functions are not allowed in check constraints" +msgstr "no se permiten funciones de ventana deslizante en restricciones «check»" -#: parser/parse_cte.c:48 -#, c-format -msgid "recursive reference to query \"%s\" must not appear within a subquery" -msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de una subconsulta" +#: parser/parse_agg.c:908 +msgid "window functions are not allowed in DEFAULT expressions" +msgstr "no se permiten funciones de ventana deslizante en expresiones DEFAULT" -#: parser/parse_cte.c:50 -#, c-format -msgid "recursive reference to query \"%s\" must not appear within an outer join" -msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de un outer join" +#: parser/parse_agg.c:911 +msgid "window functions are not allowed in index expressions" +msgstr "no se permiten funciones de ventana deslizante en expresiones de índice" -#: parser/parse_cte.c:52 -#, c-format -msgid "recursive reference to query \"%s\" must not appear within INTERSECT" -msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de INTERSECT" +#: parser/parse_agg.c:914 +msgid "window functions are not allowed in statistics expressions" +msgstr "no se permiten funciones de ventana deslizante en expresiones de estadísticas" -#: parser/parse_cte.c:54 -#, c-format -msgid "recursive reference to query \"%s\" must not appear within EXCEPT" -msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de EXCEPT" +#: parser/parse_agg.c:917 +msgid "window functions are not allowed in index predicates" +msgstr "no se permiten funciones de ventana deslizante en predicados de índice" -#: parser/parse_cte.c:136 -#, c-format -msgid "WITH query name \"%s\" specified more than once" -msgstr "el nombre de consulta WITH «%s» fue especificado más de una vez" +#: parser/parse_agg.c:920 +msgid "window functions are not allowed in transform expressions" +msgstr "no se permiten funciones de ventana deslizante en expresiones de transformación" -#: parser/parse_cte.c:268 -#, c-format -msgid "WITH clause containing a data-modifying statement must be at the top level" -msgstr "la cláusula WITH que contiene las sentencias que modifican datos debe estar en el nivel más externo" +#: parser/parse_agg.c:923 +msgid "window functions are not allowed in EXECUTE parameters" +msgstr "no se permiten funciones de ventana deslizante en parámetros a EXECUTE" -#: parser/parse_cte.c:317 -#, c-format -msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall" -msgstr "la columna %2$d en la consulta recursiva «%1$s» tiene tipo %3$s en el término no recursivo, pero %4$s en general" +#: parser/parse_agg.c:926 +msgid "window functions are not allowed in trigger WHEN conditions" +msgstr "no se permiten funciones de ventana deslizante en condiciones WHEN de un disparador" -#: parser/parse_cte.c:323 -#, c-format -msgid "Cast the output of the non-recursive term to the correct type." -msgstr "Aplique una conversión de tipo a la salida del término no recursivo al tipo correcto." +#: parser/parse_agg.c:929 +msgid "window functions are not allowed in partition bound" +msgstr "no se permiten funciones de ventana deslizante en borde de partición" -#: parser/parse_cte.c:328 -#, c-format -msgid "recursive query \"%s\" column %d has collation \"%s\" in non-recursive term but collation \"%s\" overall" -msgstr "la columna %2$d en la consulta recursiva «%1$s» tiene ordenamiento (collation) %3$s en el término no recursivo, pero %4$s en general" +#: parser/parse_agg.c:932 +msgid "window functions are not allowed in partition key expressions" +msgstr "no se permiten funciones de ventana deslizante en expresiones de llave de particionamiento" -#: parser/parse_cte.c:332 -#, c-format -msgid "Use the COLLATE clause to set the collation of the non-recursive term." -msgstr "Use la clásula COLLATE para definir el ordenamiento del término no-recursivo." +#: parser/parse_agg.c:935 +msgid "window functions are not allowed in CALL arguments" +msgstr "no se permiten funciones de ventana deslizante en argumentos de CALL" -#: parser/parse_cte.c:350 -#, c-format -msgid "WITH query is not recursive" -msgstr "la consulta WITH no es recursiva" +#: parser/parse_agg.c:938 +msgid "window functions are not allowed in COPY FROM WHERE conditions" +msgstr "no se permiten funciones de ventana deslizante en las condiciones WHERE de COPY FROM" -#: parser/parse_cte.c:381 -#, c-format -msgid "with a SEARCH or CYCLE clause, the left side of the UNION must be a SELECT" -msgstr "con una cláusula SEARCH o CYCLE, el lado izquierdo de UNION debe ser un SELECT" +#: parser/parse_agg.c:941 +msgid "window functions are not allowed in column generation expressions" +msgstr "no se permiten funciones de ventana deslizante en expresiones de generación de columna" -#: parser/parse_cte.c:386 +#. translator: %s is name of a SQL construct, eg GROUP BY +#: parser/parse_agg.c:964 parser/parse_clause.c:1843 #, c-format -msgid "with a SEARCH or CYCLE clause, the right side of the UNION must be a SELECT" -msgstr "con una cláusula SEARCH o CYCLE, el lado derecho de UNION debe ser un SELECT" +msgid "window functions are not allowed in %s" +msgstr "no se permiten funciones de ventana deslizante en %s" -#: parser/parse_cte.c:401 +#: parser/parse_agg.c:998 parser/parse_clause.c:2677 #, c-format -msgid "search column \"%s\" not in WITH query column list" -msgstr "columna de búsqueda «%s» no se encuentra en la lista de columnas de la consulta WITH" +msgid "window \"%s\" does not exist" +msgstr "la ventana «%s» no existe" -#: parser/parse_cte.c:408 +#: parser/parse_agg.c:1082 #, c-format -msgid "search column \"%s\" specified more than once" -msgstr "columna de búsqueda «%s» fue especificada más de una vez" +msgid "too many grouping sets present (maximum 4096)" +msgstr "demasiados conjuntos «grouping» presentes (máximo 4096)" -#: parser/parse_cte.c:417 +#: parser/parse_agg.c:1222 #, c-format -msgid "search sequence column name \"%s\" already used in WITH query column list" -msgstr "el nombre para la columna de secuencia de búsqueda «%s» ya ha sido utilizado en la lista de columnas de la consulta WITH" +msgid "aggregate functions are not allowed in a recursive query's recursive term" +msgstr "no se permiten funciones de agregación en el término recursivo de una consulta recursiva" -#: parser/parse_cte.c:436 +#: parser/parse_agg.c:1415 #, c-format -msgid "cycle column \"%s\" not in WITH query column list" -msgstr "la columna de ciclo «%s» no se encuentra en la lista de columnas de la consulta WITH" +msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" +msgstr "la columna «%s.%s» debe aparecer en la cláusula GROUP BY o ser usada en una función de agregación" -#: parser/parse_cte.c:443 +#: parser/parse_agg.c:1418 #, c-format -msgid "cycle column \"%s\" specified more than once" -msgstr "columna de ciclo «%s» fue especificada más de una vez" +msgid "Direct arguments of an ordered-set aggregate must use only grouped columns." +msgstr "Argumentos directos de una función de agregación de conjuntos ordenados debe usar sólo columnas agrupadas." -#: parser/parse_cte.c:452 +#: parser/parse_agg.c:1423 #, c-format -msgid "cycle mark column name \"%s\" already used in WITH query column list" -msgstr "el nombre para la columna de marca de ciclo «%s» ya ha sido utilizada en la lista de columnas de la consulta WITH" +msgid "subquery uses ungrouped column \"%s.%s\" from outer query" +msgstr "la subconsulta usa la columna «%s.%s» no agrupada de una consulta exterior" -#: parser/parse_cte.c:464 +#: parser/parse_agg.c:1587 #, c-format -msgid "cycle path column name \"%s\" already used in WITH query column list" -msgstr "el nombre para la columna de ruta de ciclo «%s» ya ha sido utilizada en la lista de columnas de la consulta WITH" +msgid "arguments to GROUPING must be grouping expressions of the associated query level" +msgstr "los argumentos de GROUPING deben ser expresiones agrupantes del nivel de consulta asociado" -#: parser/parse_cte.c:472 +#: parser/parse_clause.c:190 #, c-format -msgid "cycle mark column name and cycle path column name are the same" -msgstr "el nombre para la columna de marca de ciclo es igual que el nombre para la columna de ruta de ciclo" +msgid "relation \"%s\" cannot be the target of a modifying statement" +msgstr "relación «%s» no puede ser destino de una sentencia modificadora" -#: parser/parse_cte.c:508 +#: parser/parse_clause.c:570 parser/parse_clause.c:598 parser/parse_func.c:2554 #, c-format -msgid "could not identify an inequality operator for type %s" -msgstr "no se pudo identificar un operador de desigualdad para el tipo %s" +msgid "set-returning functions must appear at top level of FROM" +msgstr "las funciones que retornan conjuntos deben aparecer en el nivel más externo del FROM" -#: parser/parse_cte.c:520 +#: parser/parse_clause.c:610 #, c-format -msgid "search sequence column name and cycle mark column name are the same" -msgstr "el nombre para la columna de secuencia de búsqueda es igual que el nombre para la columna de marca de ciclo" +msgid "multiple column definition lists are not allowed for the same function" +msgstr "no se permiten múltiples definiciones de columnas para la misma función" -#: parser/parse_cte.c:527 +#: parser/parse_clause.c:643 #, c-format -msgid "search sequence column name and cycle path column name are the same" -msgstr "el nombre para la columna de secuencia de búsqueda es igual que el nombre para la columna de ruta de ciclo" +msgid "ROWS FROM() with multiple functions cannot have a column definition list" +msgstr "ROWS FROM() con varias funciones no puede tener una lista de definición de columnas" -#: parser/parse_cte.c:611 +#: parser/parse_clause.c:644 #, c-format -msgid "WITH query \"%s\" has %d columns available but %d columns specified" -msgstr "la consulta WITH «%s» tiene %d columnas disponibles pero se especificaron %d" +msgid "Put a separate column definition list for each function inside ROWS FROM()." +msgstr "Ponga una lista de columnas separada para cada función dentro de ROWS FROM()." -#: parser/parse_cte.c:791 +#: parser/parse_clause.c:650 #, c-format -msgid "mutual recursion between WITH items is not implemented" -msgstr "la recursión mutua entre elementos de WITH no está implementada" +msgid "UNNEST() with multiple arguments cannot have a column definition list" +msgstr "UNNEST() con varios argumentos no puede tener una lista de definición de columnas" -#: parser/parse_cte.c:843 +#: parser/parse_clause.c:651 #, c-format -msgid "recursive query \"%s\" must not contain data-modifying statements" -msgstr "la consulta recursiva «%s» no debe contener sentencias que modifiquen datos" +msgid "Use separate UNNEST() calls inside ROWS FROM(), and attach a column definition list to each one." +msgstr "Use llamadas a UNNEST() separadas dentro de ROWS FROM() y adjunte una lista de columnas a cada una." -#: parser/parse_cte.c:851 +#: parser/parse_clause.c:658 #, c-format -msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term" -msgstr "la consulta recursiva «%s» no tiene la forma término-no-recursivo UNION [ALL] término-recursivo" +msgid "WITH ORDINALITY cannot be used with a column definition list" +msgstr "WITH ORDINALITY no puede usarse con una lista de definición de columnas" -#: parser/parse_cte.c:895 +#: parser/parse_clause.c:659 #, c-format -msgid "ORDER BY in a recursive query is not implemented" -msgstr "ORDER BY no está implementado en una consulta recursiva" +msgid "Put the column definition list inside ROWS FROM()." +msgstr "Ponga una lista de columnas dentro de ROWS FROM()." -#: parser/parse_cte.c:901 +#: parser/parse_clause.c:759 #, c-format -msgid "OFFSET in a recursive query is not implemented" -msgstr "OFFSET no está implementado en una consulta recursiva" +msgid "only one FOR ORDINALITY column is allowed" +msgstr "sólo se permite una columna FOR ORDINALITY" -#: parser/parse_cte.c:907 +#: parser/parse_clause.c:820 #, c-format -msgid "LIMIT in a recursive query is not implemented" -msgstr "LIMIT no está implementado en una consulta recursiva" +msgid "column name \"%s\" is not unique" +msgstr "el nombre de columna «%s» no es único" -#: parser/parse_cte.c:913 +#: parser/parse_clause.c:862 #, c-format -msgid "FOR UPDATE/SHARE in a recursive query is not implemented" -msgstr "FOR UPDATE/SHARE no está implementado en una consulta recursiva" +msgid "namespace name \"%s\" is not unique" +msgstr "el espacio de nombres «%s» no es único" -#: parser/parse_cte.c:970 +#: parser/parse_clause.c:872 #, c-format -msgid "recursive reference to query \"%s\" must not appear more than once" -msgstr "la referencia recursiva a la consulta «%s» no debe aparecer más de una vez" +msgid "only one default namespace is allowed" +msgstr "sólo se permite un espacio de nombres predeterminado" -#: parser/parse_expr.c:287 +#: parser/parse_clause.c:932 #, c-format -msgid "DEFAULT is not allowed in this context" -msgstr "DEFAULT no está permitido en este contexto" +msgid "tablesample method %s does not exist" +msgstr "no existe el método de tablesample «%s»" -#: parser/parse_expr.c:340 parser/parse_relation.c:3636 -#: parser/parse_relation.c:3656 +#: parser/parse_clause.c:954 #, c-format -msgid "column %s.%s does not exist" -msgstr "no existe la columna %s.%s" +msgid "tablesample method %s requires %d argument, not %d" +msgid_plural "tablesample method %s requires %d arguments, not %d" +msgstr[0] "el método de tablesample «%s» requiere %d argumento, no %d" +msgstr[1] "el método de tablesample «%s» requiere %d argumentos, no %d" -#: parser/parse_expr.c:352 +#: parser/parse_clause.c:988 #, c-format -msgid "column \"%s\" not found in data type %s" -msgstr "la columna «%s» no fue encontrado en el tipo %s" +msgid "tablesample method %s does not support REPEATABLE" +msgstr "el método de tablesample «%s» no soporta la opción REPEATABLE" -#: parser/parse_expr.c:358 +#: parser/parse_clause.c:1137 #, c-format -msgid "could not identify column \"%s\" in record data type" -msgstr "no se pudo identificar la columna «%s» en el tipo de dato record" +msgid "TABLESAMPLE clause can only be applied to tables and materialized views" +msgstr "la cláusula TABLESAMPLE sólo puede aplicarse a tablas y vistas materializadas" -#: parser/parse_expr.c:364 +#: parser/parse_clause.c:1327 #, c-format -msgid "column notation .%s applied to type %s, which is not a composite type" -msgstr "la notación de columna .%s fue aplicada al tipo %s, que no es un tipo compuesto" +msgid "column name \"%s\" appears more than once in USING clause" +msgstr "la columna «%s» aparece más de una vez en la cláusula USING" -#: parser/parse_expr.c:395 parser/parse_target.c:739 +#: parser/parse_clause.c:1342 #, c-format -msgid "row expansion via \"*\" is not supported here" -msgstr "la expansión de filas a través de «*» no está soportado aquí" +msgid "common column name \"%s\" appears more than once in left table" +msgstr "la columna común «%s» aparece más de una vez en la tabla izquierda" -#: parser/parse_expr.c:516 -msgid "cannot use column reference in DEFAULT expression" -msgstr "no se pueden usar referencias a columnas en una cláusula DEFAULT" +#: parser/parse_clause.c:1351 +#, c-format +msgid "column \"%s\" specified in USING clause does not exist in left table" +msgstr "la columna «%s» especificada en la cláusula USING no existe en la tabla izquierda" -#: parser/parse_expr.c:519 -msgid "cannot use column reference in partition bound expression" -msgstr "no se pueden usar referencias a columnas en expresión de borde de partición" +#: parser/parse_clause.c:1366 +#, c-format +msgid "common column name \"%s\" appears more than once in right table" +msgstr "la columna común «%s» aparece más de una vez en la tabla derecha" -#: parser/parse_expr.c:788 parser/parse_relation.c:807 -#: parser/parse_relation.c:889 parser/parse_target.c:1234 +#: parser/parse_clause.c:1375 #, c-format -msgid "column reference \"%s\" is ambiguous" -msgstr "la referencia a la columna «%s» es ambigua" +msgid "column \"%s\" specified in USING clause does not exist in right table" +msgstr "la columna «%s» especificada en la cláusula USING no existe en la tabla derecha" -#: parser/parse_expr.c:844 parser/parse_param.c:110 parser/parse_param.c:142 -#: parser/parse_param.c:208 parser/parse_param.c:307 +#: parser/parse_clause.c:1779 #, c-format -msgid "there is no parameter $%d" -msgstr "no hay parámetro $%d" +msgid "row count cannot be null in FETCH FIRST ... WITH TIES clause" +msgstr "la cantidad de registros no puede ser NULL en la cláusula FETCH FIRST ... WITH TIES" -#: parser/parse_expr.c:1044 +#. translator: %s is name of a SQL construct, eg LIMIT +#: parser/parse_clause.c:1804 #, c-format -msgid "NULLIF requires = operator to yield boolean" -msgstr "NULLIF requiere que el operador = retorne boolean" +msgid "argument of %s must not contain variables" +msgstr "el argumento de %s no puede contener variables" -#. translator: %s is name of a SQL construct, eg NULLIF -#: parser/parse_expr.c:1050 parser/parse_expr.c:2978 +#. translator: first %s is name of a SQL construct, eg ORDER BY +#: parser/parse_clause.c:1969 #, c-format -msgid "%s must not return a set" -msgstr "%s no debe retornar un conjunto" +msgid "%s \"%s\" is ambiguous" +msgstr "%s «%s» es ambiguo" -#: parser/parse_expr.c:1435 parser/parse_expr.c:1467 +#. translator: %s is name of a SQL construct, eg ORDER BY +#: parser/parse_clause.c:1998 #, c-format -msgid "number of columns does not match number of values" -msgstr "el número de columnas no coincide con el número de valores" +msgid "non-integer constant in %s" +msgstr "constante no entera en %s" -#: parser/parse_expr.c:1481 +#. translator: %s is name of a SQL construct, eg ORDER BY +#: parser/parse_clause.c:2020 #, c-format -msgid "source for a multiple-column UPDATE item must be a sub-SELECT or ROW() expression" -msgstr "el origen para un UPDATE de varias columnas debe ser una expresión sub-SELECT o ROW ()" +msgid "%s position %d is not in select list" +msgstr "la posición %2$d de %1$s no está en la lista de resultados" -#. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_expr.c:1676 parser/parse_expr.c:2157 parser/parse_func.c:2676 +#: parser/parse_clause.c:2459 #, c-format -msgid "set-returning functions are not allowed in %s" -msgstr "no se permiten funciones que retornan conjuntos en %s" +msgid "CUBE is limited to 12 elements" +msgstr "CUBE está limitado a 12 elementos" -#: parser/parse_expr.c:1738 -msgid "cannot use subquery in check constraint" -msgstr "no se pueden usar subconsultas en una restricción «check»" +#: parser/parse_clause.c:2665 +#, c-format +msgid "window \"%s\" is already defined" +msgstr "la ventana «%s» ya está definida" -#: parser/parse_expr.c:1742 -msgid "cannot use subquery in DEFAULT expression" -msgstr "no se puede usar una subconsulta en una expresión DEFAULT" +#: parser/parse_clause.c:2726 +#, c-format +msgid "cannot override PARTITION BY clause of window \"%s\"" +msgstr "no se puede pasar a llevar la cláusula PARTITION BY de la ventana «%s»" -#: parser/parse_expr.c:1745 -msgid "cannot use subquery in index expression" -msgstr "no se puede usar una subconsulta en una expresión de índice" +#: parser/parse_clause.c:2738 +#, c-format +msgid "cannot override ORDER BY clause of window \"%s\"" +msgstr "no se puede pasar a llevar la cláusula ORDER BY de la ventana «%s»" -#: parser/parse_expr.c:1748 -msgid "cannot use subquery in index predicate" -msgstr "no se puede usar una subconsulta en un predicado de índice" +#: parser/parse_clause.c:2768 parser/parse_clause.c:2774 +#, c-format +msgid "cannot copy window \"%s\" because it has a frame clause" +msgstr "no se puede copiar la ventana «%s» porque tiene una cláusula «frame»" -#: parser/parse_expr.c:1751 -msgid "cannot use subquery in statistics expression" -msgstr "no se puede usar una subconsulta en una expresión de estadísticas" +#: parser/parse_clause.c:2776 +#, c-format +msgid "Omit the parentheses in this OVER clause." +msgstr "Omita el uso de paréntesis en esta cláusula OVER." -#: parser/parse_expr.c:1754 -msgid "cannot use subquery in transform expression" -msgstr "no se puede usar una subconsulta en una expresión de transformación" +#: parser/parse_clause.c:2796 +#, c-format +msgid "RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column" +msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING requiere exactamente una columna ORDER BY" -#: parser/parse_expr.c:1757 -msgid "cannot use subquery in EXECUTE parameter" -msgstr "no se puede usar una subconsulta en un parámetro a EXECUTE" +#: parser/parse_clause.c:2819 +#, c-format +msgid "GROUPS mode requires an ORDER BY clause" +msgstr "el modo GROUPS requiere una cláusula ORDER BY" -#: parser/parse_expr.c:1760 -msgid "cannot use subquery in trigger WHEN condition" -msgstr "no se puede usar una subconsulta en la condición WHEN de un disparador" +#: parser/parse_clause.c:2889 +#, c-format +msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" +msgstr "en una agregación con DISTINCT, las expresiones en ORDER BY deben aparecer en la lista de argumentos" -#: parser/parse_expr.c:1763 -msgid "cannot use subquery in partition bound" -msgstr "no se puede usar una subconsulta en un borde de partición" - -#: parser/parse_expr.c:1766 -msgid "cannot use subquery in partition key expression" -msgstr "no se puede usar una subconsulta en una expresión de llave de partición" - -#: parser/parse_expr.c:1769 -msgid "cannot use subquery in CALL argument" -msgstr "no se puede usar una subconsulta en un argumento a CALL" - -#: parser/parse_expr.c:1772 -msgid "cannot use subquery in COPY FROM WHERE condition" -msgstr "no se puede usar una subconsulta en la condición WHERE de COPY FROM" - -#: parser/parse_expr.c:1775 -msgid "cannot use subquery in column generation expression" -msgstr "no se puede usar una subconsulta en una expresión de generación de columna" - -#: parser/parse_expr.c:1828 +#: parser/parse_clause.c:2890 #, c-format -msgid "subquery must return only one column" -msgstr "la subconsulta debe retornar sólo una columna" +msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" +msgstr "para SELECT DISTINCT, las expresiones en ORDER BY deben aparecer en la lista de resultados" -#: parser/parse_expr.c:1899 +#: parser/parse_clause.c:2922 #, c-format -msgid "subquery has too many columns" -msgstr "la subconsulta tiene demasiadas columnas" +msgid "an aggregate with DISTINCT must have at least one argument" +msgstr "una función de agregación con DISTINCT debe tener al menos un argumento" -#: parser/parse_expr.c:1904 +#: parser/parse_clause.c:2923 #, c-format -msgid "subquery has too few columns" -msgstr "la subconsulta tiene muy pocas columnas" +msgid "SELECT DISTINCT must have at least one column" +msgstr "SELECT DISTINCT debe tener al menos una columna" -#: parser/parse_expr.c:2000 +#: parser/parse_clause.c:2989 parser/parse_clause.c:3021 #, c-format -msgid "cannot determine type of empty array" -msgstr "no se puede determinar el tipo de un array vacío" +msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" +msgstr "las expresiones de SELECT DISTINCT ON deben coincidir con las expresiones iniciales de ORDER BY" -#: parser/parse_expr.c:2001 +#: parser/parse_clause.c:3099 #, c-format -msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]." -msgstr "Agregue una conversión de tipo explícita al tipo deseado, por ejemplo ARRAY[]::integer[]." +msgid "ASC/DESC is not allowed in ON CONFLICT clause" +msgstr "ASC/DESC no están permitidos en cláusulas ON CONFLICT" -#: parser/parse_expr.c:2015 +#: parser/parse_clause.c:3105 #, c-format -msgid "could not find element type for data type %s" -msgstr "no se pudo encontrar el tipo de dato de elemento para el tipo de dato %s" +msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause" +msgstr "NULLS FIRST/LAST no están permitidos en cláusulas ON CONFLICT" -#: parser/parse_expr.c:2098 +#: parser/parse_clause.c:3184 #, c-format -#| msgid "target lists can have at most %d entries" -msgid "ROW expressions can have at most %d entries" -msgstr "las expresiones ROW pueden tener a lo más %d entradas" +msgid "ON CONFLICT DO UPDATE requires inference specification or constraint name" +msgstr "ON CONFLICT DO UPDATE requiere una especificación de inferencia o nombre de restricción" -#: parser/parse_expr.c:2303 +#: parser/parse_clause.c:3185 #, c-format -msgid "unnamed XML attribute value must be a column reference" -msgstr "el valor del atributo XML sin nombre debe ser una referencia a una columna" +msgid "For example, ON CONFLICT (column_name)." +msgstr "Por ejemplo, ON CONFLICT (nombre_de_columna)." -#: parser/parse_expr.c:2304 +#: parser/parse_clause.c:3196 #, c-format -msgid "unnamed XML element value must be a column reference" -msgstr "el valor del elemento XML sin nombre debe ser una referencia a una columna" +msgid "ON CONFLICT is not supported with system catalog tables" +msgstr "ON CONFLICT no está soportado con tablas que son catálogos de sistema" -#: parser/parse_expr.c:2319 +#: parser/parse_clause.c:3204 #, c-format -msgid "XML attribute name \"%s\" appears more than once" -msgstr "el nombre de atributo XML «%s» aparece más de una vez" +msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table" +msgstr "ON CONFLICT no está soportado en la tabla «%s» usada como catálogo de sistema" -#: parser/parse_expr.c:2426 +#: parser/parse_clause.c:3334 #, c-format -msgid "cannot cast XMLSERIALIZE result to %s" -msgstr "no se puede convertir el resultado de XMLSERIALIZE a %s" +msgid "operator %s is not a valid ordering operator" +msgstr "el operador «%s» no es un operador válido de ordenamiento" -#: parser/parse_expr.c:2735 parser/parse_expr.c:2931 +#: parser/parse_clause.c:3336 #, c-format -msgid "unequal number of entries in row expressions" -msgstr "número desigual de entradas en expresiones de registro" +msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." +msgstr "Los operadores de ordenamiento deben ser miembros «<» o «>» de una familia de operadores btree." -#: parser/parse_expr.c:2745 +#: parser/parse_clause.c:3647 #, c-format -msgid "cannot compare rows of zero length" -msgstr "no se pueden comparar registros de largo cero" +msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s" +msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING no está soportado para la columna de tipo %s" -#: parser/parse_expr.c:2770 +#: parser/parse_clause.c:3653 #, c-format -msgid "row comparison operator must yield type boolean, not type %s" -msgstr "el operador de comparación de registros debe retornar tipo boolean, no tipo %s" +msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s and offset type %s" +msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING no está soportado para la columna de tipo %s y tipo de desplazamiento %s" -#: parser/parse_expr.c:2777 +#: parser/parse_clause.c:3656 #, c-format -msgid "row comparison operator must not return a set" -msgstr "el operador de comparación de registros no puede retornar un conjunto" +msgid "Cast the offset value to an appropriate type." +msgstr "Convierta el valor de desplazamiento a un tipo apropiado." -#: parser/parse_expr.c:2836 parser/parse_expr.c:2877 +#: parser/parse_clause.c:3661 #, c-format -msgid "could not determine interpretation of row comparison operator %s" -msgstr "no se pudo determinar la interpretación del operador de comparación de registros %s" +msgid "RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for column type %s and offset type %s" +msgstr "RANGE con desplazamiento PRECEDING/FOLLOWING tiene múltiples interpretaciones para la columna de tipo %s y tipo de desplazamiento %s" -#: parser/parse_expr.c:2838 +#: parser/parse_clause.c:3664 #, c-format -msgid "Row comparison operators must be associated with btree operator families." -msgstr "Los operadores de comparación de registros deben estar asociados a una familia de operadores btree." +msgid "Cast the offset value to the exact intended type." +msgstr "Convierta el valor de desplazamiento al tipo deseado exacto." -#: parser/parse_expr.c:2879 +#: parser/parse_coerce.c:1050 parser/parse_coerce.c:1088 +#: parser/parse_coerce.c:1106 parser/parse_coerce.c:1121 +#: parser/parse_expr.c:2060 parser/parse_expr.c:2662 parser/parse_target.c:994 #, c-format -msgid "There are multiple equally-plausible candidates." -msgstr "Hay múltiples candidatos igualmente plausibles." +msgid "cannot cast type %s to %s" +msgstr "no se puede convertir el tipo %s a %s" -#: parser/parse_expr.c:2972 +#: parser/parse_coerce.c:1091 #, c-format -msgid "IS DISTINCT FROM requires = operator to yield boolean" -msgstr "IS DISTINCT FROM requiere que el operador = retorne boolean" +msgid "Input has too few columns." +msgstr "La entrada tiene muy pocas columnas." -#: parser/parse_func.c:194 +#: parser/parse_coerce.c:1109 #, c-format -msgid "argument name \"%s\" used more than once" -msgstr "nombre de argumento «%s» especificado más de una vez" +msgid "Cannot cast type %s to %s in column %d." +msgstr "No se puede convertir el tipo %s a %s en la columna %d." -#: parser/parse_func.c:205 +#: parser/parse_coerce.c:1124 #, c-format -msgid "positional argument cannot follow named argument" -msgstr "un argumento posicional no puede seguir a un argumento con nombre" +msgid "Input has too many columns." +msgstr "La entrada tiene demasiadas columnas." -#: parser/parse_func.c:287 parser/parse_func.c:2369 +#. translator: first %s is name of a SQL construct, eg WHERE +#. translator: first %s is name of a SQL construct, eg LIMIT +#: parser/parse_coerce.c:1179 parser/parse_coerce.c:1227 #, c-format -msgid "%s is not a procedure" -msgstr "%s no es un procedimiento" +msgid "argument of %s must be type %s, not type %s" +msgstr "el argumento de %s debe ser de tipo %s, no tipo %s" -#: parser/parse_func.c:291 +#. translator: %s is name of a SQL construct, eg WHERE +#. translator: %s is name of a SQL construct, eg LIMIT +#: parser/parse_coerce.c:1190 parser/parse_coerce.c:1239 #, c-format -msgid "To call a function, use SELECT." -msgstr "Para invocar a una función, use SELECT." +msgid "argument of %s must not return a set" +msgstr "el argumento de %s no debe retornar un conjunto" -#: parser/parse_func.c:297 +#. translator: first %s is name of a SQL construct, eg CASE +#: parser/parse_coerce.c:1383 #, c-format -msgid "%s is a procedure" -msgstr "%s es un procedimiento" +msgid "%s types %s and %s cannot be matched" +msgstr "los tipos %2$s y %3$s no son coincidentes en %1$s" -#: parser/parse_func.c:301 +#: parser/parse_coerce.c:1499 #, c-format -msgid "To call a procedure, use CALL." -msgstr "Para invocar a un procedimiento, use CALL." +msgid "argument types %s and %s cannot be matched" +msgstr "los tipos de argumento %s y %s no pueden hacerse coincidir" -#: parser/parse_func.c:315 +#. translator: first %s is name of a SQL construct, eg CASE +#: parser/parse_coerce.c:1551 #, c-format -msgid "%s(*) specified, but %s is not an aggregate function" -msgstr "se especificó %s(*), pero %s no es una función de agregación" +msgid "%s could not convert type %s to %s" +msgstr "%s no pudo convertir el tipo %s a %s" -#: parser/parse_func.c:322 +#: parser/parse_coerce.c:2154 parser/parse_coerce.c:2174 +#: parser/parse_coerce.c:2194 parser/parse_coerce.c:2215 +#: parser/parse_coerce.c:2270 parser/parse_coerce.c:2304 #, c-format -msgid "DISTINCT specified, but %s is not an aggregate function" -msgstr "se especificó DISTINCT, pero %s no es una función de agregación" +msgid "arguments declared \"%s\" are not all alike" +msgstr "los argumentos declarados «%s» no son de tipos compatibles" -#: parser/parse_func.c:328 +#: parser/parse_coerce.c:2249 parser/parse_coerce.c:2362 +#: utils/fmgr/funcapi.c:489 #, c-format -msgid "WITHIN GROUP specified, but %s is not an aggregate function" -msgstr "se especificó WITHIN GROUP, pero %s no es una función de agregación" +msgid "argument declared %s is not an array but type %s" +msgstr "el argumento declarado %s no es un array sino de tipo %s" -#: parser/parse_func.c:334 +#: parser/parse_coerce.c:2282 parser/parse_coerce.c:2432 +#: utils/fmgr/funcapi.c:503 #, c-format -msgid "ORDER BY specified, but %s is not an aggregate function" -msgstr "se especificó ORDER BY, pero %s no es una función de agregación" +msgid "argument declared %s is not a range type but type %s" +msgstr "el argumento declarado %s no es un tipo de rango sino tipo %s" -#: parser/parse_func.c:340 +#: parser/parse_coerce.c:2316 parser/parse_coerce.c:2396 +#: parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:521 utils/fmgr/funcapi.c:586 #, c-format -msgid "FILTER specified, but %s is not an aggregate function" -msgstr "se especificó FILTER, pero %s no es una función de agregación" +msgid "argument declared %s is not a multirange type but type %s" +msgstr "el argumento declarado %s no es un tipo de multirango sino tipo %s" -#: parser/parse_func.c:346 +#: parser/parse_coerce.c:2353 #, c-format -msgid "OVER specified, but %s is not a window function nor an aggregate function" -msgstr "se especificó OVER, pero %s no es una función de ventana deslizante ni una función de agregación" +msgid "cannot determine element type of \"anyarray\" argument" +msgstr "no se puede determinar el tipo del argumento «anyarray»" -#: parser/parse_func.c:384 +#: parser/parse_coerce.c:2379 parser/parse_coerce.c:2410 +#: parser/parse_coerce.c:2449 parser/parse_coerce.c:2515 #, c-format -msgid "WITHIN GROUP is required for ordered-set aggregate %s" -msgstr "WITHIN GROUP es obligatorio para la función de agregación de conjuntos ordenados %s" +msgid "argument declared %s is not consistent with argument declared %s" +msgstr "el argumento declarado %s no es consistente con el argumento declarado %s" -#: parser/parse_func.c:390 +#: parser/parse_coerce.c:2474 #, c-format -msgid "OVER is not supported for ordered-set aggregate %s" -msgstr "OVER no está soportado para la función de agregación de conjuntos ordenados %s" +msgid "could not determine polymorphic type because input has type %s" +msgstr "no se pudo determinar el tipo polimórfico porque la entrada es de tipo %s" -#: parser/parse_func.c:421 parser/parse_func.c:452 +#: parser/parse_coerce.c:2488 #, c-format -msgid "There is an ordered-set aggregate %s, but it requires %d direct argument, not %d." -msgid_plural "There is an ordered-set aggregate %s, but it requires %d direct arguments, not %d." -msgstr[0] "Hay una función de agregación de conjuntos ordenados %s, pero requiere %d argumento directo, no %d." -msgstr[1] "Hay una función de agregación de conjuntos ordenados %s, pero requiere %d argumentos directos, no %d." +msgid "type matched to anynonarray is an array type: %s" +msgstr "el argumento emparejado con anynonarray es un array: %s" -#: parser/parse_func.c:479 +#: parser/parse_coerce.c:2498 #, c-format -msgid "To use the hypothetical-set aggregate %s, the number of hypothetical direct arguments (here %d) must match the number of ordering columns (here %d)." -msgstr "Para usar la función de agregación de conjunto hipotética %s, el número de argumentos hipotéticos directos (acá %d) debe coincidir con el número de columnas del ordenamiento (acá %d)." +msgid "type matched to anyenum is not an enum type: %s" +msgstr "el tipo emparejado con anyenum no es un tipo enum: %s" -#: parser/parse_func.c:493 +#: parser/parse_coerce.c:2559 #, c-format -msgid "There is an ordered-set aggregate %s, but it requires at least %d direct argument." -msgid_plural "There is an ordered-set aggregate %s, but it requires at least %d direct arguments." -msgstr[0] "Hay una función de agregación de conjuntos ordenados %s, pero requiere al menos %d argumento directo." -msgstr[1] "Hay una función de agregación de conjuntos ordenados %s, pero requiere al menos %d argumentos directos." +msgid "arguments of anycompatible family cannot be cast to a common type" +msgstr "los argumentos de la familia anycompatible no pueden convertirse a un tipo común" -#: parser/parse_func.c:514 +#: parser/parse_coerce.c:2577 parser/parse_coerce.c:2598 +#: parser/parse_coerce.c:2648 parser/parse_coerce.c:2653 +#: parser/parse_coerce.c:2717 parser/parse_coerce.c:2729 #, c-format -msgid "%s is not an ordered-set aggregate, so it cannot have WITHIN GROUP" -msgstr "%s no es una función de agregación de conjunto ordenado, por lo que no puede tener WITHIN GROUP" +msgid "could not determine polymorphic type %s because input has type %s" +msgstr "no se pudo determinar el tipo polimórfico %s porque la entrada es de tipo %s" -#: parser/parse_func.c:527 +#: parser/parse_coerce.c:2587 #, c-format -msgid "window function %s requires an OVER clause" -msgstr "la función de ventana deslizante %s requiere una cláusula OVER" +msgid "anycompatiblerange type %s does not match anycompatible type %s" +msgstr "el tipo anycompatiblerange %s no coincide con el tipo anycompatible %s" -#: parser/parse_func.c:534 +#: parser/parse_coerce.c:2608 #, c-format -msgid "window function %s cannot have WITHIN GROUP" -msgstr "la función de ventana deslizante %s no puede tener WITHIN GROUP" +msgid "anycompatiblemultirange type %s does not match anycompatible type %s" +msgstr "el tipo anycompatiblemultirange %s no coincide con el tipo anycompatible %s" -#: parser/parse_func.c:563 +#: parser/parse_coerce.c:2622 #, c-format -msgid "procedure %s is not unique" -msgstr "la procedimiento %s no es único" +msgid "type matched to anycompatiblenonarray is an array type: %s" +msgstr "el argumento emparejado a anycompatiblenonarray es un array: %s" -#: parser/parse_func.c:566 +#: parser/parse_coerce.c:2857 #, c-format -msgid "Could not choose a best candidate procedure. You might need to add explicit type casts." -msgstr "No se pudo escoger el procedimiento más adecuado. Puede ser necesario agregar conversiones explícitas de tipos." +msgid "A result of type %s requires at least one input of type anyrange or anymultirange." +msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anyrange o anymultirange." -#: parser/parse_func.c:572 +#: parser/parse_coerce.c:2874 #, c-format -msgid "function %s is not unique" -msgstr "la función %s no es única" +msgid "A result of type %s requires at least one input of type anycompatiblerange or anycompatiblemultirange." +msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anycompatiblerange o anycompatiblemultirange." -#: parser/parse_func.c:575 +#: parser/parse_coerce.c:2886 #, c-format -msgid "Could not choose a best candidate function. You might need to add explicit type casts." -msgstr "No se pudo escoger la función más adecuada. Puede ser necesario agregar conversiones explícitas de tipos." +msgid "A result of type %s requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange." +msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anyelement, anyarray, anynonarray, anyenum, anyrange o anymultirange." -#: parser/parse_func.c:614 +#: parser/parse_coerce.c:2898 #, c-format -msgid "No aggregate function matches the given name and argument types. Perhaps you misplaced ORDER BY; ORDER BY must appear after all regular arguments of the aggregate." -msgstr "Ninguna función coincide en el nombre y tipos de argumentos. Quizás puso ORDER BY en una mala posición; ORDER BY debe aparecer después de todos los argumentos normales de la función de agregación." +msgid "A result of type %s requires at least one input of type anycompatible, anycompatiblearray, anycompatiblenonarray, anycompatiblerange, or anycompatiblemultirange." +msgstr "Un resultado de tipo %s requiere al menos una entrada de tipo anycompatible, anycompatiblearray, anycompatiblenonarray, anycompatiblerange o anycompatiblemultirange." -#: parser/parse_func.c:622 parser/parse_func.c:2412 +#: parser/parse_coerce.c:2928 +msgid "A result of type internal requires at least one input of type internal." +msgstr "Un resultado de tipo internal requiere al menos una entrada de tipo internal." + +#: parser/parse_collate.c:228 parser/parse_collate.c:475 +#: parser/parse_collate.c:1004 #, c-format -msgid "procedure %s does not exist" -msgstr "no existe el procedimiento «%s»" +msgid "collation mismatch between implicit collations \"%s\" and \"%s\"" +msgstr "discordancia de ordenamientos (collation) entre los ordenamientos implícitos «%s» y «%s»" -#: parser/parse_func.c:625 +#: parser/parse_collate.c:231 parser/parse_collate.c:478 +#: parser/parse_collate.c:1007 #, c-format -msgid "No procedure matches the given name and argument types. You might need to add explicit type casts." -msgstr "Ningún procedimiento coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos." +msgid "You can choose the collation by applying the COLLATE clause to one or both expressions." +msgstr "Puede elegir el ordenamiento aplicando la cláusula COLLATE a una o ambas expresiones." -#: parser/parse_func.c:634 +#: parser/parse_collate.c:854 #, c-format -msgid "No function matches the given name and argument types. You might need to add explicit type casts." -msgstr "Ninguna función coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos." +msgid "collation mismatch between explicit collations \"%s\" and \"%s\"" +msgstr "discordancia de ordenamientos (collation) entre los ordenamientos explícitos «%s» y «%s»" -#: parser/parse_func.c:736 +#: parser/parse_cte.c:46 #, c-format -msgid "VARIADIC argument must be an array" -msgstr "el parámetro VARIADIC debe ser un array" +msgid "recursive reference to query \"%s\" must not appear within its non-recursive term" +msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de su término no recursivo" -#: parser/parse_func.c:790 parser/parse_func.c:854 +#: parser/parse_cte.c:48 #, c-format -msgid "%s(*) must be used to call a parameterless aggregate function" -msgstr "%s(*) debe ser usado para invocar una función de agregación sin parámetros" +msgid "recursive reference to query \"%s\" must not appear within a subquery" +msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de una subconsulta" -#: parser/parse_func.c:797 +#: parser/parse_cte.c:50 #, c-format -msgid "aggregates cannot return sets" -msgstr "las funciones de agregación no pueden retornar conjuntos" +msgid "recursive reference to query \"%s\" must not appear within an outer join" +msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de un outer join" -#: parser/parse_func.c:812 +#: parser/parse_cte.c:52 #, c-format -msgid "aggregates cannot use named arguments" -msgstr "las funciones de agregación no pueden usar argumentos con nombre" +msgid "recursive reference to query \"%s\" must not appear within INTERSECT" +msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de INTERSECT" -#: parser/parse_func.c:844 +#: parser/parse_cte.c:54 #, c-format -msgid "DISTINCT is not implemented for window functions" -msgstr "DISTINCT no está implementado para funciones de ventana deslizante" +msgid "recursive reference to query \"%s\" must not appear within EXCEPT" +msgstr "la referencia recursiva a la consulta «%s» no debe aparecer dentro de EXCEPT" -#: parser/parse_func.c:864 +#: parser/parse_cte.c:136 #, c-format -msgid "aggregate ORDER BY is not implemented for window functions" -msgstr "el ORDER BY de funciones de agregación no está implementado para funciones de ventana deslizante" +msgid "WITH query name \"%s\" specified more than once" +msgstr "el nombre de consulta WITH «%s» fue especificado más de una vez" -#: parser/parse_func.c:873 +#: parser/parse_cte.c:268 #, c-format -msgid "FILTER is not implemented for non-aggregate window functions" -msgstr "FILTER no está implementado para funciones de ventana deslizante" +msgid "WITH clause containing a data-modifying statement must be at the top level" +msgstr "la cláusula WITH que contiene las sentencias que modifican datos debe estar en el nivel más externo" -#: parser/parse_func.c:882 +#: parser/parse_cte.c:317 #, c-format -msgid "window function calls cannot contain set-returning function calls" -msgstr "las llamadas a funciones de ventana no pueden contener llamadas a funciones que retornan conjuntos" +msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall" +msgstr "la columna %2$d en la consulta recursiva «%1$s» tiene tipo %3$s en el término no recursivo, pero %4$s en general" -#: parser/parse_func.c:890 +#: parser/parse_cte.c:323 #, c-format -msgid "window functions cannot return sets" -msgstr "las funciones de ventana deslizante no pueden retornar conjuntos" +msgid "Cast the output of the non-recursive term to the correct type." +msgstr "Aplique una conversión de tipo a la salida del término no recursivo al tipo correcto." -#: parser/parse_func.c:2168 parser/parse_func.c:2441 +#: parser/parse_cte.c:328 #, c-format -msgid "could not find a function named \"%s\"" -msgstr "no se pudo encontrar una función llamada «%s»" +msgid "recursive query \"%s\" column %d has collation \"%s\" in non-recursive term but collation \"%s\" overall" +msgstr "la columna %2$d en la consulta recursiva «%1$s» tiene ordenamiento (collation) %3$s en el término no recursivo, pero %4$s en general" -#: parser/parse_func.c:2182 parser/parse_func.c:2459 +#: parser/parse_cte.c:332 #, c-format -msgid "function name \"%s\" is not unique" -msgstr "el nombre de función «%s» no es único" +msgid "Use the COLLATE clause to set the collation of the non-recursive term." +msgstr "Use la clásula COLLATE para definir el ordenamiento del término no-recursivo." -#: parser/parse_func.c:2184 parser/parse_func.c:2462 +#: parser/parse_cte.c:350 #, c-format -msgid "Specify the argument list to select the function unambiguously." -msgstr "Especifique la lista de argumentos para seleccionar la función sin ambigüedad." +msgid "WITH query is not recursive" +msgstr "la consulta WITH no es recursiva" -#: parser/parse_func.c:2228 +#: parser/parse_cte.c:381 #, c-format -msgid "procedures cannot have more than %d argument" -msgid_plural "procedures cannot have more than %d arguments" -msgstr[0] "los procedimientos no pueden tener más de %d argumento" -msgstr[1] "los procedimientos no pueden tener más de %d argumentos" +msgid "with a SEARCH or CYCLE clause, the left side of the UNION must be a SELECT" +msgstr "con una cláusula SEARCH o CYCLE, el lado izquierdo de UNION debe ser un SELECT" -#: parser/parse_func.c:2359 +#: parser/parse_cte.c:386 #, c-format -msgid "%s is not a function" -msgstr "«%s» no es una función" +msgid "with a SEARCH or CYCLE clause, the right side of the UNION must be a SELECT" +msgstr "con una cláusula SEARCH o CYCLE, el lado derecho de UNION debe ser un SELECT" -#: parser/parse_func.c:2379 +#: parser/parse_cte.c:401 #, c-format -msgid "function %s is not an aggregate" -msgstr "la función %s no es una función de agregación" +msgid "search column \"%s\" not in WITH query column list" +msgstr "columna de búsqueda «%s» no se encuentra en la lista de columnas de la consulta WITH" -#: parser/parse_func.c:2407 +#: parser/parse_cte.c:408 #, c-format -msgid "could not find a procedure named \"%s\"" -msgstr "no se pudo encontrar un procedimiento llamado «%s»" +msgid "search column \"%s\" specified more than once" +msgstr "columna de búsqueda «%s» fue especificada más de una vez" -#: parser/parse_func.c:2421 +#: parser/parse_cte.c:417 #, c-format -msgid "could not find an aggregate named \"%s\"" -msgstr "no se pudo encontrar una función de agregación llamada «%s»" +msgid "search sequence column name \"%s\" already used in WITH query column list" +msgstr "el nombre para la columna de secuencia de búsqueda «%s» ya ha sido utilizado en la lista de columnas de la consulta WITH" -#: parser/parse_func.c:2426 +#: parser/parse_cte.c:436 #, c-format -msgid "aggregate %s(*) does not exist" -msgstr "no existe la función de agregación %s(*)" +msgid "cycle column \"%s\" not in WITH query column list" +msgstr "la columna de ciclo «%s» no se encuentra en la lista de columnas de la consulta WITH" -#: parser/parse_func.c:2431 +#: parser/parse_cte.c:443 #, c-format -msgid "aggregate %s does not exist" -msgstr "no existe la función de agregación %s" +msgid "cycle column \"%s\" specified more than once" +msgstr "columna de ciclo «%s» fue especificada más de una vez" -#: parser/parse_func.c:2467 +#: parser/parse_cte.c:452 #, c-format -msgid "procedure name \"%s\" is not unique" -msgstr "el nombre de procedimiento «%s» no es única" +msgid "cycle mark column name \"%s\" already used in WITH query column list" +msgstr "el nombre para la columna de marca de ciclo «%s» ya ha sido utilizada en la lista de columnas de la consulta WITH" -#: parser/parse_func.c:2470 +#: parser/parse_cte.c:464 #, c-format -msgid "Specify the argument list to select the procedure unambiguously." -msgstr "Especifique la lista de argumentos para seleccionar el procedimiento sin ambigüedad." +msgid "cycle path column name \"%s\" already used in WITH query column list" +msgstr "el nombre para la columna de ruta de ciclo «%s» ya ha sido utilizada en la lista de columnas de la consulta WITH" -#: parser/parse_func.c:2475 +#: parser/parse_cte.c:472 #, c-format -msgid "aggregate name \"%s\" is not unique" -msgstr "el atributo de la función de agregación «%s» no es único" +msgid "cycle mark column name and cycle path column name are the same" +msgstr "el nombre para la columna de marca de ciclo es igual que el nombre para la columna de ruta de ciclo" -#: parser/parse_func.c:2478 +#: parser/parse_cte.c:508 #, c-format -msgid "Specify the argument list to select the aggregate unambiguously." -msgstr "Especifique la lista de argumentos para seleccionar la función de agregación sin ambigüedad." +msgid "could not identify an inequality operator for type %s" +msgstr "no se pudo identificar un operador de desigualdad para el tipo %s" -#: parser/parse_func.c:2483 +#: parser/parse_cte.c:520 #, c-format -msgid "routine name \"%s\" is not unique" -msgstr "el nombre de rutina «%s» no es único" +msgid "search sequence column name and cycle mark column name are the same" +msgstr "el nombre para la columna de secuencia de búsqueda es igual que el nombre para la columna de marca de ciclo" -#: parser/parse_func.c:2486 +#: parser/parse_cte.c:527 #, c-format -msgid "Specify the argument list to select the routine unambiguously." -msgstr "Especifique la lista de argumentos para seleccionar la rutina sin ambigüedad." +msgid "search sequence column name and cycle path column name are the same" +msgstr "el nombre para la columna de secuencia de búsqueda es igual que el nombre para la columna de ruta de ciclo" -#: parser/parse_func.c:2541 -msgid "set-returning functions are not allowed in JOIN conditions" -msgstr "no se permiten funciones que retornan conjuntos en condiciones JOIN" +#: parser/parse_cte.c:611 +#, c-format +msgid "WITH query \"%s\" has %d columns available but %d columns specified" +msgstr "la consulta WITH «%s» tiene %d columnas disponibles pero se especificaron %d" -#: parser/parse_func.c:2562 -msgid "set-returning functions are not allowed in policy expressions" -msgstr "no se permiten funciones que retornan conjuntos en expresiones de política" +#: parser/parse_cte.c:791 +#, c-format +msgid "mutual recursion between WITH items is not implemented" +msgstr "la recursión mutua entre elementos de WITH no está implementada" -#: parser/parse_func.c:2578 -msgid "set-returning functions are not allowed in window definitions" -msgstr "no se permiten funciones que retornan conjuntos definiciones de ventana deslizante" +#: parser/parse_cte.c:843 +#, c-format +msgid "recursive query \"%s\" must not contain data-modifying statements" +msgstr "la consulta recursiva «%s» no debe contener sentencias que modifiquen datos" -#: parser/parse_func.c:2616 -msgid "set-returning functions are not allowed in check constraints" -msgstr "no se permiten funciones de que retornan conjuntos en restricciones «check»" +#: parser/parse_cte.c:851 +#, c-format +msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term" +msgstr "la consulta recursiva «%s» no tiene la forma término-no-recursivo UNION [ALL] término-recursivo" -#: parser/parse_func.c:2620 -msgid "set-returning functions are not allowed in DEFAULT expressions" -msgstr "no se permiten funciones que retornan conjuntos en expresiones DEFAULT" +#: parser/parse_cte.c:895 +#, c-format +msgid "ORDER BY in a recursive query is not implemented" +msgstr "ORDER BY no está implementado en una consulta recursiva" -#: parser/parse_func.c:2623 -msgid "set-returning functions are not allowed in index expressions" -msgstr "no se permiten funciones que retornan conjuntos en expresiones de índice" +#: parser/parse_cte.c:901 +#, c-format +msgid "OFFSET in a recursive query is not implemented" +msgstr "OFFSET no está implementado en una consulta recursiva" -#: parser/parse_func.c:2626 -msgid "set-returning functions are not allowed in index predicates" -msgstr "no se permiten funciones que retornan conjuntos en predicados de índice" +#: parser/parse_cte.c:907 +#, c-format +msgid "LIMIT in a recursive query is not implemented" +msgstr "LIMIT no está implementado en una consulta recursiva" -#: parser/parse_func.c:2629 -msgid "set-returning functions are not allowed in statistics expressions" -msgstr "no se permiten funciones que retornan conjuntos en expresiones de estadísticas" +#: parser/parse_cte.c:913 +#, c-format +msgid "FOR UPDATE/SHARE in a recursive query is not implemented" +msgstr "FOR UPDATE/SHARE no está implementado en una consulta recursiva" -#: parser/parse_func.c:2632 -msgid "set-returning functions are not allowed in transform expressions" -msgstr "no se permiten funciones que retornan conjuntos en expresiones de transformación" +#: parser/parse_cte.c:970 +#, c-format +msgid "recursive reference to query \"%s\" must not appear more than once" +msgstr "la referencia recursiva a la consulta «%s» no debe aparecer más de una vez" -#: parser/parse_func.c:2635 -msgid "set-returning functions are not allowed in EXECUTE parameters" -msgstr "no se permiten funciones que retornan conjuntos en parámetros a EXECUTE" +#: parser/parse_expr.c:287 +#, c-format +msgid "DEFAULT is not allowed in this context" +msgstr "DEFAULT no está permitido en este contexto" -#: parser/parse_func.c:2638 -msgid "set-returning functions are not allowed in trigger WHEN conditions" -msgstr "no se permiten funciones que retornan conjuntos en condiciones WHEN de un disparador" +#: parser/parse_expr.c:340 parser/parse_relation.c:3636 +#: parser/parse_relation.c:3656 +#, c-format +msgid "column %s.%s does not exist" +msgstr "no existe la columna %s.%s" -#: parser/parse_func.c:2641 -msgid "set-returning functions are not allowed in partition bound" -msgstr "no se permiten funciones que retornan conjuntos en bordes de partición" +#: parser/parse_expr.c:352 +#, c-format +msgid "column \"%s\" not found in data type %s" +msgstr "la columna «%s» no fue encontrado en el tipo %s" -#: parser/parse_func.c:2644 -msgid "set-returning functions are not allowed in partition key expressions" -msgstr "no se permiten funciones que retornan conjuntos en expresiones de llave de particionamiento" +#: parser/parse_expr.c:358 +#, c-format +msgid "could not identify column \"%s\" in record data type" +msgstr "no se pudo identificar la columna «%s» en el tipo de dato record" -#: parser/parse_func.c:2647 -msgid "set-returning functions are not allowed in CALL arguments" -msgstr "no se permiten funciones que retornan conjuntos en argumentos de CALL" +#: parser/parse_expr.c:364 +#, c-format +msgid "column notation .%s applied to type %s, which is not a composite type" +msgstr "la notación de columna .%s fue aplicada al tipo %s, que no es un tipo compuesto" -#: parser/parse_func.c:2650 -msgid "set-returning functions are not allowed in COPY FROM WHERE conditions" -msgstr "no se permiten funciones que retornan conjuntos en las condiciones WHERE de COPY FROM" +#: parser/parse_expr.c:395 parser/parse_target.c:739 +#, c-format +msgid "row expansion via \"*\" is not supported here" +msgstr "la expansión de filas a través de «*» no está soportado aquí" -#: parser/parse_func.c:2653 -msgid "set-returning functions are not allowed in column generation expressions" -msgstr "no se permiten funciones que retornan conjuntos en expresiones de generación de columna" +#: parser/parse_expr.c:516 +msgid "cannot use column reference in DEFAULT expression" +msgstr "no se pueden usar referencias a columnas en una cláusula DEFAULT" -#: parser/parse_node.c:87 -#, c-format -msgid "target lists can have at most %d entries" -msgstr "las listas de resultados pueden tener a lo más %d entradas" +#: parser/parse_expr.c:519 +msgid "cannot use column reference in partition bound expression" +msgstr "no se pueden usar referencias a columnas en expresión de borde de partición" -#: parser/parse_oper.c:123 parser/parse_oper.c:690 +#: parser/parse_expr.c:788 parser/parse_relation.c:807 +#: parser/parse_relation.c:889 parser/parse_target.c:1234 #, c-format -msgid "postfix operators are not supported" -msgstr "los operadores postfix no están soportados" +msgid "column reference \"%s\" is ambiguous" +msgstr "la referencia a la columna «%s» es ambigua" -#: parser/parse_oper.c:130 parser/parse_oper.c:649 utils/adt/regproc.c:539 -#: utils/adt/regproc.c:723 +#: parser/parse_expr.c:844 parser/parse_param.c:110 parser/parse_param.c:142 +#: parser/parse_param.c:208 parser/parse_param.c:307 #, c-format -msgid "operator does not exist: %s" -msgstr "el operador no existe: %s" +msgid "there is no parameter $%d" +msgstr "no hay parámetro $%d" -#: parser/parse_oper.c:229 +#: parser/parse_expr.c:1044 #, c-format -msgid "Use an explicit ordering operator or modify the query." -msgstr "Use un operador de ordenamiento explícito o modifique la consulta." +msgid "NULLIF requires = operator to yield boolean" +msgstr "NULLIF requiere que el operador = retorne boolean" -#: parser/parse_oper.c:485 +#. translator: %s is name of a SQL construct, eg NULLIF +#: parser/parse_expr.c:1050 parser/parse_expr.c:2978 #, c-format -msgid "operator requires run-time type coercion: %s" -msgstr "el operador requiere conversión explícita de tipos: %s" +msgid "%s must not return a set" +msgstr "%s no debe retornar un conjunto" -#: parser/parse_oper.c:641 +#: parser/parse_expr.c:1435 parser/parse_expr.c:1467 #, c-format -msgid "operator is not unique: %s" -msgstr "el operador no es único: %s" +msgid "number of columns does not match number of values" +msgstr "el número de columnas no coincide con el número de valores" -#: parser/parse_oper.c:643 +#: parser/parse_expr.c:1481 #, c-format -msgid "Could not choose a best candidate operator. You might need to add explicit type casts." -msgstr "No se pudo escoger el operador más adecuado. Puede ser necesario agregar conversiones explícitas de tipos." +msgid "source for a multiple-column UPDATE item must be a sub-SELECT or ROW() expression" +msgstr "el origen para un UPDATE de varias columnas debe ser una expresión sub-SELECT o ROW ()" -#: parser/parse_oper.c:652 +#. translator: %s is name of a SQL construct, eg GROUP BY +#: parser/parse_expr.c:1676 parser/parse_expr.c:2157 parser/parse_func.c:2676 #, c-format -msgid "No operator matches the given name and argument type. You might need to add an explicit type cast." -msgstr "Ningún operador coincide en el nombre y tipo de argumento. Puede ser necesario agregar conversión explícita de tipos." +msgid "set-returning functions are not allowed in %s" +msgstr "no se permiten funciones que retornan conjuntos en %s" -#: parser/parse_oper.c:654 -#, c-format -msgid "No operator matches the given name and argument types. You might need to add explicit type casts." -msgstr "Ningún operador coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos." +#: parser/parse_expr.c:1738 +msgid "cannot use subquery in check constraint" +msgstr "no se pueden usar subconsultas en una restricción «check»" -#: parser/parse_oper.c:714 parser/parse_oper.c:828 -#, c-format -msgid "operator is only a shell: %s" -msgstr "el operador está inconcluso: %s" +#: parser/parse_expr.c:1742 +msgid "cannot use subquery in DEFAULT expression" +msgstr "no se puede usar una subconsulta en una expresión DEFAULT" -#: parser/parse_oper.c:816 -#, c-format -msgid "op ANY/ALL (array) requires array on right side" -msgstr "op ANY/ALL (array) requiere un array al lado derecho" +#: parser/parse_expr.c:1745 +msgid "cannot use subquery in index expression" +msgstr "no se puede usar una subconsulta en una expresión de índice" -#: parser/parse_oper.c:858 -#, c-format -msgid "op ANY/ALL (array) requires operator to yield boolean" -msgstr "op ANY/ALL (array) requiere un operador que entregue boolean" +#: parser/parse_expr.c:1748 +msgid "cannot use subquery in index predicate" +msgstr "no se puede usar una subconsulta en un predicado de índice" -#: parser/parse_oper.c:863 -#, c-format -msgid "op ANY/ALL (array) requires operator not to return a set" -msgstr "op ANY/ALL (array) requiere un operador que no retorne un conjunto" +#: parser/parse_expr.c:1751 +msgid "cannot use subquery in statistics expression" +msgstr "no se puede usar una subconsulta en una expresión de estadísticas" -#: parser/parse_param.c:225 -#, c-format -msgid "inconsistent types deduced for parameter $%d" -msgstr "para el parámetro $%d se dedujeron tipos de dato inconsistentes" +#: parser/parse_expr.c:1754 +msgid "cannot use subquery in transform expression" +msgstr "no se puede usar una subconsulta en una expresión de transformación" -#: parser/parse_relation.c:201 -#, c-format -msgid "table reference \"%s\" is ambiguous" -msgstr "la referencia a la tabla «%s» es ambigua" +#: parser/parse_expr.c:1757 +msgid "cannot use subquery in EXECUTE parameter" +msgstr "no se puede usar una subconsulta en un parámetro a EXECUTE" -#: parser/parse_relation.c:245 -#, c-format -msgid "table reference %u is ambiguous" -msgstr "la referencia a la tabla %u es ambigua" +#: parser/parse_expr.c:1760 +msgid "cannot use subquery in trigger WHEN condition" +msgstr "no se puede usar una subconsulta en la condición WHEN de un disparador" -#: parser/parse_relation.c:445 -#, c-format -msgid "table name \"%s\" specified more than once" -msgstr "el nombre de tabla «%s» fue especificado más de una vez" +#: parser/parse_expr.c:1763 +msgid "cannot use subquery in partition bound" +msgstr "no se puede usar una subconsulta en un borde de partición" -#: parser/parse_relation.c:474 parser/parse_relation.c:3576 -#, c-format -msgid "invalid reference to FROM-clause entry for table \"%s\"" -msgstr "referencia a la entrada de la cláusula FROM para la tabla «%s» no válida" +#: parser/parse_expr.c:1766 +msgid "cannot use subquery in partition key expression" +msgstr "no se puede usar una subconsulta en una expresión de llave de partición" -#: parser/parse_relation.c:478 parser/parse_relation.c:3581 -#, c-format -msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query." -msgstr "Hay una entrada para la tabla «%s», pero no puede ser referenciada desde esta parte de la consulta." +#: parser/parse_expr.c:1769 +msgid "cannot use subquery in CALL argument" +msgstr "no se puede usar una subconsulta en un argumento a CALL" -#: parser/parse_relation.c:480 -#, c-format -msgid "The combining JOIN type must be INNER or LEFT for a LATERAL reference." -msgstr "El tipo de JOIN debe ser INNER o LEFT para una referencia LATERAL." +#: parser/parse_expr.c:1772 +msgid "cannot use subquery in COPY FROM WHERE condition" +msgstr "no se puede usar una subconsulta en la condición WHERE de COPY FROM" -#: parser/parse_relation.c:691 -#, c-format -msgid "system column \"%s\" reference in check constraint is invalid" -msgstr "la referencia a columna a sistema «%s» en una restricción check no es válida" +#: parser/parse_expr.c:1775 +msgid "cannot use subquery in column generation expression" +msgstr "no se puede usar una subconsulta en una expresión de generación de columna" -#: parser/parse_relation.c:700 +#: parser/parse_expr.c:1828 #, c-format -msgid "cannot use system column \"%s\" in column generation expression" -msgstr "no se puede usar la columna de sistema «%s» en una expresión de generación de columna" +msgid "subquery must return only one column" +msgstr "la subconsulta debe retornar sólo una columna" -#: parser/parse_relation.c:1173 parser/parse_relation.c:1625 -#: parser/parse_relation.c:2343 +#: parser/parse_expr.c:1899 #, c-format -msgid "table \"%s\" has %d columns available but %d columns specified" -msgstr "la tabla «%s» tiene %d columnas pero se especificaron %d" +msgid "subquery has too many columns" +msgstr "la subconsulta tiene demasiadas columnas" -#: parser/parse_relation.c:1377 +#: parser/parse_expr.c:1904 #, c-format -msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query." -msgstr "Hay un elemento WITH llamado «%s», pero no puede ser referenciada desde esta parte de la consulta." +msgid "subquery has too few columns" +msgstr "la subconsulta tiene muy pocas columnas" -#: parser/parse_relation.c:1379 +#: parser/parse_expr.c:2000 #, c-format -msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references." -msgstr "Use WITH RECURSIVE, o reordene los elementos de WITH para eliminar referencias hacia adelante." +msgid "cannot determine type of empty array" +msgstr "no se puede determinar el tipo de un array vacío" -#: parser/parse_relation.c:1767 +#: parser/parse_expr.c:2001 #, c-format -msgid "a column definition list is redundant for a function with OUT parameters" -msgstr "una lista de definición de columnas es redundante para una función con parámetros OUT" +msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]." +msgstr "Agregue una conversión de tipo explícita al tipo deseado, por ejemplo ARRAY[]::integer[]." -#: parser/parse_relation.c:1773 +#: parser/parse_expr.c:2015 #, c-format -msgid "a column definition list is redundant for a function returning a named composite type" -msgstr "una lista de definición de columnas es redundante para una función que retorna un tipo compuesto especificado" +msgid "could not find element type for data type %s" +msgstr "no se pudo encontrar el tipo de dato de elemento para el tipo de dato %s" -#: parser/parse_relation.c:1780 +#: parser/parse_expr.c:2098 #, c-format -msgid "a column definition list is only allowed for functions returning \"record\"" -msgstr "sólo se permite una lista de definición de columnas en funciones que retornan «record»" +msgid "ROW expressions can have at most %d entries" +msgstr "las expresiones ROW pueden tener a lo más %d entradas" -#: parser/parse_relation.c:1791 +#: parser/parse_expr.c:2303 #, c-format -msgid "a column definition list is required for functions returning \"record\"" -msgstr "la lista de definición de columnas es obligatoria para funciones que retornan «record»" +msgid "unnamed XML attribute value must be a column reference" +msgstr "el valor del atributo XML sin nombre debe ser una referencia a una columna" -#: parser/parse_relation.c:1828 +#: parser/parse_expr.c:2304 #, c-format -#| msgid "target lists can have at most %d entries" -msgid "column definition lists can have at most %d entries" -msgstr "las listas de definición de columnas pueden tener a lo más %d entradas" +msgid "unnamed XML element value must be a column reference" +msgstr "el valor del elemento XML sin nombre debe ser una referencia a una columna" -#: parser/parse_relation.c:1888 +#: parser/parse_expr.c:2319 #, c-format -msgid "function \"%s\" in FROM has unsupported return type %s" -msgstr "la función «%s» en FROM tiene el tipo de retorno no soportado %s" +msgid "XML attribute name \"%s\" appears more than once" +msgstr "el nombre de atributo XML «%s» aparece más de una vez" -#: parser/parse_relation.c:1915 parser/parse_relation.c:2008 +#: parser/parse_expr.c:2426 #, c-format -#| msgid "joins can have at most %d columns" -msgid "functions in FROM can return at most %d columns" -msgstr "funciones en FROM pueden retornar a lo más %d columnas" +msgid "cannot cast XMLSERIALIZE result to %s" +msgstr "no se puede convertir el resultado de XMLSERIALIZE a %s" -#: parser/parse_relation.c:2036 +#: parser/parse_expr.c:2735 parser/parse_expr.c:2931 #, c-format -#| msgid "table \"%s\" has %d columns available but %d columns specified" -msgid "%s function has %d columns available but %d columns specified" -msgstr "la función %s tiene %d columnas disponibles pero se especificaron %d" +msgid "unequal number of entries in row expressions" +msgstr "número desigual de entradas en expresiones de registro" -#: parser/parse_relation.c:2124 +#: parser/parse_expr.c:2745 #, c-format -msgid "VALUES lists \"%s\" have %d columns available but %d columns specified" -msgstr "la lista VALUES «%s» tiene %d columnas disponibles pero se especificaron %d" +msgid "cannot compare rows of zero length" +msgstr "no se pueden comparar registros de largo cero" -#: parser/parse_relation.c:2196 +#: parser/parse_expr.c:2770 #, c-format -msgid "joins can have at most %d columns" -msgstr "los joins pueden tener a lo más %d columnas" +msgid "row comparison operator must yield type boolean, not type %s" +msgstr "el operador de comparación de registros debe retornar tipo boolean, no tipo %s" -#: parser/parse_relation.c:2221 +#: parser/parse_expr.c:2777 #, c-format -#| msgid "table \"%s\" has %d columns available but %d columns specified" -msgid "join expression \"%s\" has %d columns available but %d columns specified" -msgstr "la tabla «%s» tiene %d columnas pero se especificaron %d" +msgid "row comparison operator must not return a set" +msgstr "el operador de comparación de registros no puede retornar un conjunto" -#: parser/parse_relation.c:2316 +#: parser/parse_expr.c:2836 parser/parse_expr.c:2877 #, c-format -msgid "WITH query \"%s\" does not have a RETURNING clause" -msgstr "la consulta WITH «%s» no tiene una cláusula RETURNING" +msgid "could not determine interpretation of row comparison operator %s" +msgstr "no se pudo determinar la interpretación del operador de comparación de registros %s" -#: parser/parse_relation.c:3351 parser/parse_relation.c:3361 +#: parser/parse_expr.c:2838 #, c-format -msgid "column %d of relation \"%s\" does not exist" -msgstr "no existe la columna %d en la relación «%s»" +msgid "Row comparison operators must be associated with btree operator families." +msgstr "Los operadores de comparación de registros deben estar asociados a una familia de operadores btree." -#: parser/parse_relation.c:3579 +#: parser/parse_expr.c:2879 #, c-format -msgid "Perhaps you meant to reference the table alias \"%s\"." -msgstr "Probablemente quiera hacer referencia al alias de la tabla «%s»." +msgid "There are multiple equally-plausible candidates." +msgstr "Hay múltiples candidatos igualmente plausibles." -#: parser/parse_relation.c:3587 +#: parser/parse_expr.c:2972 #, c-format -msgid "missing FROM-clause entry for table \"%s\"" -msgstr "falta una entrada para la tabla «%s» en la cláusula FROM" +msgid "IS DISTINCT FROM requires = operator to yield boolean" +msgstr "IS DISTINCT FROM requiere que el operador = retorne boolean" -#: parser/parse_relation.c:3639 +#: parser/parse_func.c:194 #, c-format -msgid "Perhaps you meant to reference the column \"%s.%s\"." -msgstr "Probablemente quiera hacer referencia a la columna «%s.%s»." +msgid "argument name \"%s\" used more than once" +msgstr "nombre de argumento «%s» especificado más de una vez" -#: parser/parse_relation.c:3641 +#: parser/parse_func.c:205 #, c-format -msgid "There is a column named \"%s\" in table \"%s\", but it cannot be referenced from this part of the query." -msgstr "Hay una columna llamada «%s» en la tabla «%s», pero no puede ser referenciada desde esta parte de la consulta." +msgid "positional argument cannot follow named argument" +msgstr "un argumento posicional no puede seguir a un argumento con nombre" -#: parser/parse_relation.c:3658 +#: parser/parse_func.c:287 parser/parse_func.c:2369 #, c-format -msgid "Perhaps you meant to reference the column \"%s.%s\" or the column \"%s.%s\"." -msgstr "Probablemente quiera hacer referencia a la columna «%s.%s» o la columna «%s.%s»." +msgid "%s is not a procedure" +msgstr "%s no es un procedimiento" -#: parser/parse_target.c:482 parser/parse_target.c:803 +#: parser/parse_func.c:291 #, c-format -msgid "cannot assign to system column \"%s\"" -msgstr "no se puede asignar a la columna de sistema «%s»" +msgid "To call a function, use SELECT." +msgstr "Para invocar a una función, use SELECT." -#: parser/parse_target.c:510 +#: parser/parse_func.c:297 #, c-format -msgid "cannot set an array element to DEFAULT" -msgstr "no se puede definir un elemento de array a DEFAULT" +msgid "%s is a procedure" +msgstr "%s es un procedimiento" -#: parser/parse_target.c:515 +#: parser/parse_func.c:301 #, c-format -msgid "cannot set a subfield to DEFAULT" -msgstr "no se puede definir un subcampo a DEFAULT" +msgid "To call a procedure, use CALL." +msgstr "Para invocar a un procedimiento, use CALL." -#: parser/parse_target.c:589 +#: parser/parse_func.c:315 #, c-format -msgid "column \"%s\" is of type %s but expression is of type %s" -msgstr "la columna «%s» es de tipo %s pero la expresión es de tipo %s" +msgid "%s(*) specified, but %s is not an aggregate function" +msgstr "se especificó %s(*), pero %s no es una función de agregación" -#: parser/parse_target.c:787 +#: parser/parse_func.c:322 #, c-format -msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type" -msgstr "no se puede asignar al campo «%s» de la columna «%s» porque su tipo %s no es un tipo compuesto" +msgid "DISTINCT specified, but %s is not an aggregate function" +msgstr "se especificó DISTINCT, pero %s no es una función de agregación" -#: parser/parse_target.c:796 +#: parser/parse_func.c:328 #, c-format -msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s" -msgstr "no se puede asignar al campo «%s» de la columna «%s» porque no existe esa columna en el tipo de dato %s" +msgid "WITHIN GROUP specified, but %s is not an aggregate function" +msgstr "se especificó WITHIN GROUP, pero %s no es una función de agregación" -#: parser/parse_target.c:877 +#: parser/parse_func.c:334 #, c-format -msgid "subscripted assignment to \"%s\" requires type %s but expression is of type %s" -msgstr "la asignación subindexada a «%s» requiere tipo %s pero la expresión es de tipo %s" +msgid "ORDER BY specified, but %s is not an aggregate function" +msgstr "se especificó ORDER BY, pero %s no es una función de agregación" -#: parser/parse_target.c:887 +#: parser/parse_func.c:340 #, c-format -msgid "subfield \"%s\" is of type %s but expression is of type %s" -msgstr "el subcampo «%s» es de tipo %s pero la expresión es de tipo %s" +msgid "FILTER specified, but %s is not an aggregate function" +msgstr "se especificó FILTER, pero %s no es una función de agregación" -#: parser/parse_target.c:1322 +#: parser/parse_func.c:346 #, c-format -msgid "SELECT * with no tables specified is not valid" -msgstr "SELECT * sin especificar tablas no es válido" +msgid "OVER specified, but %s is not a window function nor an aggregate function" +msgstr "se especificó OVER, pero %s no es una función de ventana deslizante ni una función de agregación" -#: parser/parse_type.c:100 +#: parser/parse_func.c:384 #, c-format -msgid "improper %%TYPE reference (too few dotted names): %s" -msgstr "referencia %%TYPE inapropiada (muy pocos nombres con punto): %s" +msgid "WITHIN GROUP is required for ordered-set aggregate %s" +msgstr "WITHIN GROUP es obligatorio para la función de agregación de conjuntos ordenados %s" -#: parser/parse_type.c:122 +#: parser/parse_func.c:390 #, c-format -msgid "improper %%TYPE reference (too many dotted names): %s" -msgstr "la referencia a %%TYPE es inapropiada (demasiados nombres con punto): %s" +msgid "OVER is not supported for ordered-set aggregate %s" +msgstr "OVER no está soportado para la función de agregación de conjuntos ordenados %s" -#: parser/parse_type.c:157 +#: parser/parse_func.c:421 parser/parse_func.c:452 #, c-format -msgid "type reference %s converted to %s" -msgstr "la referencia al tipo %s convertida a %s" +msgid "There is an ordered-set aggregate %s, but it requires %d direct argument, not %d." +msgid_plural "There is an ordered-set aggregate %s, but it requires %d direct arguments, not %d." +msgstr[0] "Hay una función de agregación de conjuntos ordenados %s, pero requiere %d argumento directo, no %d." +msgstr[1] "Hay una función de agregación de conjuntos ordenados %s, pero requiere %d argumentos directos, no %d." -#: parser/parse_type.c:278 parser/parse_type.c:803 utils/cache/typcache.c:389 -#: utils/cache/typcache.c:444 +#: parser/parse_func.c:479 #, c-format -msgid "type \"%s\" is only a shell" -msgstr "el tipo «%s» está inconcluso" +msgid "To use the hypothetical-set aggregate %s, the number of hypothetical direct arguments (here %d) must match the number of ordering columns (here %d)." +msgstr "Para usar la función de agregación de conjunto hipotética %s, el número de argumentos hipotéticos directos (acá %d) debe coincidir con el número de columnas del ordenamiento (acá %d)." -#: parser/parse_type.c:363 +#: parser/parse_func.c:493 #, c-format -msgid "type modifier is not allowed for type \"%s\"" -msgstr "un modificador de tipo no está permitido para el tipo «%s»" +msgid "There is an ordered-set aggregate %s, but it requires at least %d direct argument." +msgid_plural "There is an ordered-set aggregate %s, but it requires at least %d direct arguments." +msgstr[0] "Hay una función de agregación de conjuntos ordenados %s, pero requiere al menos %d argumento directo." +msgstr[1] "Hay una función de agregación de conjuntos ordenados %s, pero requiere al menos %d argumentos directos." -#: parser/parse_type.c:405 +#: parser/parse_func.c:514 #, c-format -msgid "type modifiers must be simple constants or identifiers" -msgstr "los modificadores de tipo deben ser constantes simples o identificadores" +msgid "%s is not an ordered-set aggregate, so it cannot have WITHIN GROUP" +msgstr "%s no es una función de agregación de conjunto ordenado, por lo que no puede tener WITHIN GROUP" -#: parser/parse_type.c:721 parser/parse_type.c:766 +#: parser/parse_func.c:527 #, c-format -msgid "invalid type name \"%s\"" -msgstr "el nombre de tipo «%s» no es válido" +msgid "window function %s requires an OVER clause" +msgstr "la función de ventana deslizante %s requiere una cláusula OVER" -#: parser/parse_utilcmd.c:256 +#: parser/parse_func.c:534 #, c-format -msgid "cannot create partitioned table as inheritance child" -msgstr "no se puede crear una tabla particionada como hija de herencia" +msgid "window function %s cannot have WITHIN GROUP" +msgstr "la función de ventana deslizante %s no puede tener WITHIN GROUP" -#: parser/parse_utilcmd.c:570 +#: parser/parse_func.c:563 #, c-format -msgid "array of serial is not implemented" -msgstr "array de serial no está implementado" +msgid "procedure %s is not unique" +msgstr "la procedimiento %s no es único" -#: parser/parse_utilcmd.c:649 parser/parse_utilcmd.c:661 -#: parser/parse_utilcmd.c:720 +#: parser/parse_func.c:566 #, c-format -msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" -msgstr "las declaraciones NULL/NOT NULL no son coincidentes para la columna «%s» de la tabla «%s»" +msgid "Could not choose a best candidate procedure. You might need to add explicit type casts." +msgstr "No se pudo escoger el procedimiento más adecuado. Puede ser necesario agregar conversiones explícitas de tipos." -#: parser/parse_utilcmd.c:673 +#: parser/parse_func.c:572 #, c-format -msgid "multiple default values specified for column \"%s\" of table \"%s\"" -msgstr "múltiples valores default especificados para columna «%s» de tabla «%s»" +msgid "function %s is not unique" +msgstr "la función %s no es única" -#: parser/parse_utilcmd.c:690 +#: parser/parse_func.c:575 #, c-format -msgid "identity columns are not supported on typed tables" -msgstr "las columnas identidad no está soportadas en tablas tipadas" +msgid "Could not choose a best candidate function. You might need to add explicit type casts." +msgstr "No se pudo escoger la función más adecuada. Puede ser necesario agregar conversiones explícitas de tipos." -#: parser/parse_utilcmd.c:694 +#: parser/parse_func.c:614 #, c-format -msgid "identity columns are not supported on partitions" -msgstr "las columnas identidad no están soportadas en particiones" +msgid "No aggregate function matches the given name and argument types. Perhaps you misplaced ORDER BY; ORDER BY must appear after all regular arguments of the aggregate." +msgstr "Ninguna función coincide en el nombre y tipos de argumentos. Quizás puso ORDER BY en una mala posición; ORDER BY debe aparecer después de todos los argumentos normales de la función de agregación." -#: parser/parse_utilcmd.c:703 +#: parser/parse_func.c:622 parser/parse_func.c:2412 #, c-format -msgid "multiple identity specifications for column \"%s\" of table \"%s\"" -msgstr "múltiples especificaciones de identidad para columna «%s» de tabla «%s»" +msgid "procedure %s does not exist" +msgstr "no existe el procedimiento «%s»" -#: parser/parse_utilcmd.c:733 +#: parser/parse_func.c:625 #, c-format -msgid "generated columns are not supported on typed tables" -msgstr "las columnas generadas no están soportadas en tablas tipadas" +msgid "No procedure matches the given name and argument types. You might need to add explicit type casts." +msgstr "Ningún procedimiento coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos." -#: parser/parse_utilcmd.c:737 +#: parser/parse_func.c:634 #, c-format -msgid "generated columns are not supported on partitions" -msgstr "las columnas generadas no están soportadas en particiones" +msgid "No function matches the given name and argument types. You might need to add explicit type casts." +msgstr "Ninguna función coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos." -#: parser/parse_utilcmd.c:742 +#: parser/parse_func.c:736 #, c-format -msgid "multiple generation clauses specified for column \"%s\" of table \"%s\"" -msgstr "múltiples cláusulas de generación especificadas para columna «%s» de tabla «%s»" +msgid "VARIADIC argument must be an array" +msgstr "el parámetro VARIADIC debe ser un array" -#: parser/parse_utilcmd.c:760 parser/parse_utilcmd.c:875 +#: parser/parse_func.c:790 parser/parse_func.c:854 #, c-format -msgid "primary key constraints are not supported on foreign tables" -msgstr "las restricciones de llave primaria no están soportadas en tablas foráneas" +msgid "%s(*) must be used to call a parameterless aggregate function" +msgstr "%s(*) debe ser usado para invocar una función de agregación sin parámetros" -#: parser/parse_utilcmd.c:769 parser/parse_utilcmd.c:885 +#: parser/parse_func.c:797 #, c-format -msgid "unique constraints are not supported on foreign tables" -msgstr "las restricciones unique no están soportadas en tablas foráneas" +msgid "aggregates cannot return sets" +msgstr "las funciones de agregación no pueden retornar conjuntos" -#: parser/parse_utilcmd.c:814 +#: parser/parse_func.c:812 #, c-format -msgid "both default and identity specified for column \"%s\" of table \"%s\"" -msgstr "tanto el valor por omisión como identidad especificados para columna «%s» de tabla «%s»" +msgid "aggregates cannot use named arguments" +msgstr "las funciones de agregación no pueden usar argumentos con nombre" -#: parser/parse_utilcmd.c:822 +#: parser/parse_func.c:844 #, c-format -msgid "both default and generation expression specified for column \"%s\" of table \"%s\"" -msgstr "tanto el valor por omisión como expresión de generación especificados para columna «%s» de tabla «%s»" +msgid "DISTINCT is not implemented for window functions" +msgstr "DISTINCT no está implementado para funciones de ventana deslizante" -#: parser/parse_utilcmd.c:830 +#: parser/parse_func.c:864 #, c-format -msgid "both identity and generation expression specified for column \"%s\" of table \"%s\"" -msgstr "tanto identidad como expresión de generación especificados para columna «%s» de tabla «%s»" +msgid "aggregate ORDER BY is not implemented for window functions" +msgstr "el ORDER BY de funciones de agregación no está implementado para funciones de ventana deslizante" -#: parser/parse_utilcmd.c:895 +#: parser/parse_func.c:873 #, c-format -msgid "exclusion constraints are not supported on foreign tables" -msgstr "las restricciones de exclusión no están soportadas en tablas foráneas" +msgid "FILTER is not implemented for non-aggregate window functions" +msgstr "FILTER no está implementado para funciones de ventana deslizante" -#: parser/parse_utilcmd.c:901 +#: parser/parse_func.c:882 #, c-format -msgid "exclusion constraints are not supported on partitioned tables" -msgstr "las restricciones de exclusión no están soportadas en tablas particionadas" +msgid "window function calls cannot contain set-returning function calls" +msgstr "las llamadas a funciones de ventana no pueden contener llamadas a funciones que retornan conjuntos" -#: parser/parse_utilcmd.c:966 +#: parser/parse_func.c:890 #, c-format -msgid "LIKE is not supported for creating foreign tables" -msgstr "LIKE no está soportado para la creación de tablas foráneas" +msgid "window functions cannot return sets" +msgstr "las funciones de ventana deslizante no pueden retornar conjuntos" -#: parser/parse_utilcmd.c:1743 parser/parse_utilcmd.c:1851 +#: parser/parse_func.c:2168 parser/parse_func.c:2441 #, c-format -msgid "Index \"%s\" contains a whole-row table reference." -msgstr "El índice «%s» contiene una referencia a la fila completa (whole-row)." +msgid "could not find a function named \"%s\"" +msgstr "no se pudo encontrar una función llamada «%s»" -#: parser/parse_utilcmd.c:2238 +#: parser/parse_func.c:2182 parser/parse_func.c:2459 #, c-format -msgid "cannot use an existing index in CREATE TABLE" -msgstr "no se puede usar un índice existente en CREATE TABLE" +msgid "function name \"%s\" is not unique" +msgstr "el nombre de función «%s» no es único" -#: parser/parse_utilcmd.c:2258 +#: parser/parse_func.c:2184 parser/parse_func.c:2462 #, c-format -msgid "index \"%s\" is already associated with a constraint" -msgstr "el índice «%s» ya está asociado a una restricción" +msgid "Specify the argument list to select the function unambiguously." +msgstr "Especifique la lista de argumentos para seleccionar la función sin ambigüedad." -#: parser/parse_utilcmd.c:2273 +#: parser/parse_func.c:2228 #, c-format -msgid "index \"%s\" is not valid" -msgstr "el índice «%s» no es válido" +msgid "procedures cannot have more than %d argument" +msgid_plural "procedures cannot have more than %d arguments" +msgstr[0] "los procedimientos no pueden tener más de %d argumento" +msgstr[1] "los procedimientos no pueden tener más de %d argumentos" -#: parser/parse_utilcmd.c:2279 +#: parser/parse_func.c:2359 #, c-format -msgid "\"%s\" is not a unique index" -msgstr "«%s» no es un índice único" +msgid "%s is not a function" +msgstr "«%s» no es una función" -#: parser/parse_utilcmd.c:2280 parser/parse_utilcmd.c:2287 -#: parser/parse_utilcmd.c:2294 parser/parse_utilcmd.c:2371 +#: parser/parse_func.c:2379 #, c-format -msgid "Cannot create a primary key or unique constraint using such an index." -msgstr "No se puede crear una restricción de llave primaria o única usando un índice así." +msgid "function %s is not an aggregate" +msgstr "la función %s no es una función de agregación" -#: parser/parse_utilcmd.c:2286 +#: parser/parse_func.c:2407 #, c-format -msgid "index \"%s\" contains expressions" -msgstr "el índice «%s» contiene expresiones" +msgid "could not find a procedure named \"%s\"" +msgstr "no se pudo encontrar un procedimiento llamado «%s»" -#: parser/parse_utilcmd.c:2293 +#: parser/parse_func.c:2421 #, c-format -msgid "\"%s\" is a partial index" -msgstr "«%s» es un índice parcial" +msgid "could not find an aggregate named \"%s\"" +msgstr "no se pudo encontrar una función de agregación llamada «%s»" -#: parser/parse_utilcmd.c:2305 +#: parser/parse_func.c:2426 #, c-format -msgid "\"%s\" is a deferrable index" -msgstr "«%s» no es un índice postergable (deferrable)" +msgid "aggregate %s(*) does not exist" +msgstr "no existe la función de agregación %s(*)" -#: parser/parse_utilcmd.c:2306 +#: parser/parse_func.c:2431 #, c-format -msgid "Cannot create a non-deferrable constraint using a deferrable index." -msgstr "No se puede crear una restricción no postergable usando un índice postergable." +msgid "aggregate %s does not exist" +msgstr "no existe la función de agregación %s" -#: parser/parse_utilcmd.c:2370 +#: parser/parse_func.c:2467 #, c-format -msgid "index \"%s\" column number %d does not have default sorting behavior" -msgstr "el índice «%s» columna número %d no tiene comportamiento de ordenamiento por omisión" +msgid "procedure name \"%s\" is not unique" +msgstr "el nombre de procedimiento «%s» no es única" -#: parser/parse_utilcmd.c:2527 +#: parser/parse_func.c:2470 #, c-format -msgid "column \"%s\" appears twice in primary key constraint" -msgstr "la columna «%s» aparece dos veces en llave primaria" +msgid "Specify the argument list to select the procedure unambiguously." +msgstr "Especifique la lista de argumentos para seleccionar el procedimiento sin ambigüedad." -#: parser/parse_utilcmd.c:2533 +#: parser/parse_func.c:2475 #, c-format -msgid "column \"%s\" appears twice in unique constraint" -msgstr "la columna «%s» aparece dos veces en restricción unique" +msgid "aggregate name \"%s\" is not unique" +msgstr "el atributo de la función de agregación «%s» no es único" -#: parser/parse_utilcmd.c:2880 +#: parser/parse_func.c:2478 #, c-format -msgid "index expressions and predicates can refer only to the table being indexed" -msgstr "las expresiones y predicados de índice sólo pueden referirse a la tabla en indexación" +msgid "Specify the argument list to select the aggregate unambiguously." +msgstr "Especifique la lista de argumentos para seleccionar la función de agregación sin ambigüedad." -#: parser/parse_utilcmd.c:2952 +#: parser/parse_func.c:2483 #, c-format -msgid "statistics expressions can refer only to the table being referenced" -msgstr "las expresiones estadísticas sólo pueden referirse a la tabla que está siendo referida" +msgid "routine name \"%s\" is not unique" +msgstr "el nombre de rutina «%s» no es único" -#: parser/parse_utilcmd.c:2995 +#: parser/parse_func.c:2486 #, c-format -msgid "rules on materialized views are not supported" -msgstr "las reglas en vistas materializadas no están soportadas" +msgid "Specify the argument list to select the routine unambiguously." +msgstr "Especifique la lista de argumentos para seleccionar la rutina sin ambigüedad." -#: parser/parse_utilcmd.c:3058 -#, c-format -msgid "rule WHERE condition cannot contain references to other relations" -msgstr "la condición WHERE de la regla no puede contener referencias a otras relaciones" +#: parser/parse_func.c:2541 +msgid "set-returning functions are not allowed in JOIN conditions" +msgstr "no se permiten funciones que retornan conjuntos en condiciones JOIN" -#: parser/parse_utilcmd.c:3131 -#, c-format -msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" -msgstr "las reglas con condiciones WHERE sólo pueden tener acciones SELECT, INSERT, UPDATE o DELETE" +#: parser/parse_func.c:2562 +msgid "set-returning functions are not allowed in policy expressions" +msgstr "no se permiten funciones que retornan conjuntos en expresiones de política" -#: parser/parse_utilcmd.c:3149 parser/parse_utilcmd.c:3250 -#: rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 -#, c-format -msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" -msgstr "las sentencias UNION/INTERSECT/EXCEPT condicionales no están implementadas" +#: parser/parse_func.c:2578 +msgid "set-returning functions are not allowed in window definitions" +msgstr "no se permiten funciones que retornan conjuntos definiciones de ventana deslizante" -#: parser/parse_utilcmd.c:3167 -#, c-format -msgid "ON SELECT rule cannot use OLD" -msgstr "una regla ON SELECT no puede usar OLD" +#: parser/parse_func.c:2616 +msgid "set-returning functions are not allowed in check constraints" +msgstr "no se permiten funciones de que retornan conjuntos en restricciones «check»" -#: parser/parse_utilcmd.c:3171 -#, c-format -msgid "ON SELECT rule cannot use NEW" -msgstr "una regla ON SELECT no puede usar NEW" +#: parser/parse_func.c:2620 +msgid "set-returning functions are not allowed in DEFAULT expressions" +msgstr "no se permiten funciones que retornan conjuntos en expresiones DEFAULT" -#: parser/parse_utilcmd.c:3180 -#, c-format -msgid "ON INSERT rule cannot use OLD" -msgstr "una regla ON INSERT no puede usar OLD" +#: parser/parse_func.c:2623 +msgid "set-returning functions are not allowed in index expressions" +msgstr "no se permiten funciones que retornan conjuntos en expresiones de índice" -#: parser/parse_utilcmd.c:3186 -#, c-format -msgid "ON DELETE rule cannot use NEW" -msgstr "una regla ON DELETE no puede usar NEW" +#: parser/parse_func.c:2626 +msgid "set-returning functions are not allowed in index predicates" +msgstr "no se permiten funciones que retornan conjuntos en predicados de índice" -#: parser/parse_utilcmd.c:3214 -#, c-format -msgid "cannot refer to OLD within WITH query" -msgstr "no se puede hacer referencia a OLD dentro de una consulta WITH" +#: parser/parse_func.c:2629 +msgid "set-returning functions are not allowed in statistics expressions" +msgstr "no se permiten funciones que retornan conjuntos en expresiones de estadísticas" -#: parser/parse_utilcmd.c:3221 -#, c-format -msgid "cannot refer to NEW within WITH query" -msgstr "no se puede hacer referencia a NEW dentro de una consulta WITH" +#: parser/parse_func.c:2632 +msgid "set-returning functions are not allowed in transform expressions" +msgstr "no se permiten funciones que retornan conjuntos en expresiones de transformación" -#: parser/parse_utilcmd.c:3675 -#, c-format -msgid "misplaced DEFERRABLE clause" -msgstr "cláusula DEFERRABLE mal puesta" +#: parser/parse_func.c:2635 +msgid "set-returning functions are not allowed in EXECUTE parameters" +msgstr "no se permiten funciones que retornan conjuntos en parámetros a EXECUTE" -#: parser/parse_utilcmd.c:3680 parser/parse_utilcmd.c:3695 -#, c-format -msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" -msgstr "no se permiten múltiples cláusulas DEFERRABLE/NOT DEFERRABLE" +#: parser/parse_func.c:2638 +msgid "set-returning functions are not allowed in trigger WHEN conditions" +msgstr "no se permiten funciones que retornan conjuntos en condiciones WHEN de un disparador" -#: parser/parse_utilcmd.c:3690 -#, c-format -msgid "misplaced NOT DEFERRABLE clause" -msgstr "la cláusula NOT DEFERRABLE está mal puesta" +#: parser/parse_func.c:2641 +msgid "set-returning functions are not allowed in partition bound" +msgstr "no se permiten funciones que retornan conjuntos en bordes de partición" -#: parser/parse_utilcmd.c:3703 parser/parse_utilcmd.c:3729 gram.y:5558 -#, c-format -msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" -msgstr "una restricción declarada INITIALLY DEFERRED debe ser DEFERRABLE" +#: parser/parse_func.c:2644 +msgid "set-returning functions are not allowed in partition key expressions" +msgstr "no se permiten funciones que retornan conjuntos en expresiones de llave de particionamiento" -#: parser/parse_utilcmd.c:3711 -#, c-format -msgid "misplaced INITIALLY DEFERRED clause" -msgstr "la cláusula INITIALLY DEFERRED está mal puesta" +#: parser/parse_func.c:2647 +msgid "set-returning functions are not allowed in CALL arguments" +msgstr "no se permiten funciones que retornan conjuntos en argumentos de CALL" -#: parser/parse_utilcmd.c:3716 parser/parse_utilcmd.c:3742 -#, c-format -msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" -msgstr "no se permiten múltiples cláusulas INITIALLY IMMEDIATE/DEFERRED" +#: parser/parse_func.c:2650 +msgid "set-returning functions are not allowed in COPY FROM WHERE conditions" +msgstr "no se permiten funciones que retornan conjuntos en las condiciones WHERE de COPY FROM" -#: parser/parse_utilcmd.c:3737 -#, c-format -msgid "misplaced INITIALLY IMMEDIATE clause" -msgstr "la cláusula INITIALLY IMMEDIATE está mal puesta" +#: parser/parse_func.c:2653 +msgid "set-returning functions are not allowed in column generation expressions" +msgstr "no se permiten funciones que retornan conjuntos en expresiones de generación de columna" -#: parser/parse_utilcmd.c:3928 +#: parser/parse_node.c:87 #, c-format -msgid "CREATE specifies a schema (%s) different from the one being created (%s)" -msgstr "CREATE especifica un esquema (%s) diferente del que se está creando (%s)" +msgid "target lists can have at most %d entries" +msgstr "las listas de resultados pueden tener a lo más %d entradas" -#: parser/parse_utilcmd.c:3963 +#: parser/parse_oper.c:123 parser/parse_oper.c:690 #, c-format -msgid "\"%s\" is not a partitioned table" -msgstr "«%s» no es una tabla particionada" +msgid "postfix operators are not supported" +msgstr "los operadores postfix no están soportados" -#: parser/parse_utilcmd.c:3970 +#: parser/parse_oper.c:130 parser/parse_oper.c:649 utils/adt/regproc.c:539 +#: utils/adt/regproc.c:723 #, c-format -msgid "table \"%s\" is not partitioned" -msgstr "«la tabla %s» no está particionada" +msgid "operator does not exist: %s" +msgstr "el operador no existe: %s" -#: parser/parse_utilcmd.c:3977 +#: parser/parse_oper.c:229 #, c-format -msgid "index \"%s\" is not partitioned" -msgstr "el índice «%s» no está particionado" +msgid "Use an explicit ordering operator or modify the query." +msgstr "Use un operador de ordenamiento explícito o modifique la consulta." -#: parser/parse_utilcmd.c:4017 +#: parser/parse_oper.c:485 #, c-format -msgid "a hash-partitioned table may not have a default partition" -msgstr "una tabla particionada por hash no puede tener una partición default" +msgid "operator requires run-time type coercion: %s" +msgstr "el operador requiere conversión explícita de tipos: %s" -#: parser/parse_utilcmd.c:4034 +#: parser/parse_oper.c:641 #, c-format -msgid "invalid bound specification for a hash partition" -msgstr "especificación de borde no válida para partición de hash" +msgid "operator is not unique: %s" +msgstr "el operador no es único: %s" -#: parser/parse_utilcmd.c:4040 partitioning/partbounds.c:4711 +#: parser/parse_oper.c:643 #, c-format -msgid "modulus for hash partition must be an integer value greater than zero" -msgstr "el módulo para una partición hash debe ser un valor entero mayor que cero" +msgid "Could not choose a best candidate operator. You might need to add explicit type casts." +msgstr "No se pudo escoger el operador más adecuado. Puede ser necesario agregar conversiones explícitas de tipos." -#: parser/parse_utilcmd.c:4047 partitioning/partbounds.c:4719 +#: parser/parse_oper.c:652 #, c-format -msgid "remainder for hash partition must be less than modulus" -msgstr "remanente en partición hash debe ser menor que el módulo" +msgid "No operator matches the given name and argument type. You might need to add an explicit type cast." +msgstr "Ningún operador coincide en el nombre y tipo de argumento. Puede ser necesario agregar conversión explícita de tipos." -#: parser/parse_utilcmd.c:4060 +#: parser/parse_oper.c:654 #, c-format -msgid "invalid bound specification for a list partition" -msgstr "especificación de borde no válida para partición de lista" +msgid "No operator matches the given name and argument types. You might need to add explicit type casts." +msgstr "Ningún operador coincide en el nombre y tipos de argumentos. Puede ser necesario agregar conversión explícita de tipos." -#: parser/parse_utilcmd.c:4113 +#: parser/parse_oper.c:714 parser/parse_oper.c:828 #, c-format -msgid "invalid bound specification for a range partition" -msgstr "especificación de borde no válida para partición de rango" +msgid "operator is only a shell: %s" +msgstr "el operador está inconcluso: %s" -#: parser/parse_utilcmd.c:4119 +#: parser/parse_oper.c:816 #, c-format -msgid "FROM must specify exactly one value per partitioning column" -msgstr "FROM debe especificar exactamente un valor por cada columna de particionado" +msgid "op ANY/ALL (array) requires array on right side" +msgstr "op ANY/ALL (array) requiere un array al lado derecho" -#: parser/parse_utilcmd.c:4123 +#: parser/parse_oper.c:858 #, c-format -msgid "TO must specify exactly one value per partitioning column" -msgstr "TO debe especificar exactamente un valor por cada columna de particionado" +msgid "op ANY/ALL (array) requires operator to yield boolean" +msgstr "op ANY/ALL (array) requiere un operador que entregue boolean" -#: parser/parse_utilcmd.c:4237 +#: parser/parse_oper.c:863 #, c-format -msgid "cannot specify NULL in range bound" -msgstr "no se puede especificar NULL en borde de rango" +msgid "op ANY/ALL (array) requires operator not to return a set" +msgstr "op ANY/ALL (array) requiere un operador que no retorne un conjunto" -#: parser/parse_utilcmd.c:4286 +#: parser/parse_param.c:225 #, c-format -msgid "every bound following MAXVALUE must also be MAXVALUE" -msgstr "cada borde que sigue a un MAXVALUE debe ser también MAXVALUE" +msgid "inconsistent types deduced for parameter $%d" +msgstr "para el parámetro $%d se dedujeron tipos de dato inconsistentes" -#: parser/parse_utilcmd.c:4293 +#: parser/parse_relation.c:201 #, c-format -msgid "every bound following MINVALUE must also be MINVALUE" -msgstr "cada borde que siga a un MINVALUE debe ser también MINVALUE" +msgid "table reference \"%s\" is ambiguous" +msgstr "la referencia a la tabla «%s» es ambigua" -#: parser/parse_utilcmd.c:4336 +#: parser/parse_relation.c:245 #, c-format -msgid "specified value cannot be cast to type %s for column \"%s\"" -msgstr "el valor especificado no puede ser convertido al tipo %s para la columna «%s»" - -#: parser/parser.c:247 -msgid "UESCAPE must be followed by a simple string literal" -msgstr "UESCAPE debe ser seguido por un literal de cadena simple" - -#: parser/parser.c:252 -msgid "invalid Unicode escape character" -msgstr "carácter de escape Unicode no válido" +msgid "table reference %u is ambiguous" +msgstr "la referencia a la tabla %u es ambigua" -#: parser/parser.c:321 scan.l:1329 +#: parser/parse_relation.c:445 #, c-format -msgid "invalid Unicode escape value" -msgstr "valor de escape Unicode no válido" +msgid "table name \"%s\" specified more than once" +msgstr "el nombre de tabla «%s» fue especificado más de una vez" -#: parser/parser.c:468 utils/adt/varlena.c:6559 scan.l:677 +#: parser/parse_relation.c:474 parser/parse_relation.c:3576 #, c-format -msgid "invalid Unicode escape" -msgstr "valor de escape Unicode no válido" +msgid "invalid reference to FROM-clause entry for table \"%s\"" +msgstr "referencia a la entrada de la cláusula FROM para la tabla «%s» no válida" -#: parser/parser.c:469 +#: parser/parse_relation.c:478 parser/parse_relation.c:3581 #, c-format -msgid "Unicode escapes must be \\XXXX or \\+XXXXXX." -msgstr "Los escapes Unicode deben ser \\XXXX o \\+XXXXXX." +msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query." +msgstr "Hay una entrada para la tabla «%s», pero no puede ser referenciada desde esta parte de la consulta." -#: parser/parser.c:497 utils/adt/varlena.c:6584 scan.l:638 scan.l:654 -#: scan.l:670 +#: parser/parse_relation.c:480 #, c-format -msgid "invalid Unicode surrogate pair" -msgstr "par sustituto (surrogate) Unicode no válido" +msgid "The combining JOIN type must be INNER or LEFT for a LATERAL reference." +msgstr "El tipo de JOIN debe ser INNER o LEFT para una referencia LATERAL." -#: parser/scansup.c:101 +#: parser/parse_relation.c:691 #, c-format -msgid "identifier \"%s\" will be truncated to \"%.*s\"" -msgstr "el identificador «%s» se truncará a «%.*s»" +msgid "system column \"%s\" reference in check constraint is invalid" +msgstr "la referencia a columna a sistema «%s» en una restricción check no es válida" -#: partitioning/partbounds.c:2821 +#: parser/parse_relation.c:700 #, c-format -msgid "partition \"%s\" conflicts with existing default partition \"%s\"" -msgstr "la partición «%s» está en conflicto con la partición default «%s» existente" +msgid "cannot use system column \"%s\" in column generation expression" +msgstr "no se puede usar la columna de sistema «%s» en una expresión de generación de columna" -#: partitioning/partbounds.c:2873 partitioning/partbounds.c:2892 -#: partitioning/partbounds.c:2914 +#: parser/parse_relation.c:1173 parser/parse_relation.c:1625 +#: parser/parse_relation.c:2343 #, c-format -msgid "every hash partition modulus must be a factor of the next larger modulus" -msgstr "cada módulo de partición hash debe ser un factor del próximo mayor módulo" +msgid "table \"%s\" has %d columns available but %d columns specified" +msgstr "la tabla «%s» tiene %d columnas pero se especificaron %d" -#: partitioning/partbounds.c:2874 partitioning/partbounds.c:2915 +#: parser/parse_relation.c:1377 #, c-format -msgid "The new modulus %d is not a factor of %d, the modulus of existing partition \"%s\"." -msgstr "El nuevo módulo %d no es un factor de %d, el módulo de la partición existente «%s»." +msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query." +msgstr "Hay un elemento WITH llamado «%s», pero no puede ser referenciada desde esta parte de la consulta." -#: partitioning/partbounds.c:2893 +#: parser/parse_relation.c:1379 #, c-format -msgid "The new modulus %d is not divisible by %d, the modulus of existing partition \"%s\"." -msgstr "El nuevo módulo %d no es divisible para %d, el módulo de la partición existente «%s»." +msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references." +msgstr "Use WITH RECURSIVE, o reordene los elementos de WITH para eliminar referencias hacia adelante." -#: partitioning/partbounds.c:3028 +#: parser/parse_relation.c:1767 #, c-format -msgid "empty range bound specified for partition \"%s\"" -msgstr "borde de rango vació especificado para la partición «%s»" +msgid "a column definition list is redundant for a function with OUT parameters" +msgstr "una lista de definición de columnas es redundante para una función con parámetros OUT" -#: partitioning/partbounds.c:3030 +#: parser/parse_relation.c:1773 #, c-format -msgid "Specified lower bound %s is greater than or equal to upper bound %s." -msgstr "El límite inferior %s especificado es mayor o igual al límite superior %s." +msgid "a column definition list is redundant for a function returning a named composite type" +msgstr "una lista de definición de columnas es redundante para una función que retorna un tipo compuesto especificado" -#: partitioning/partbounds.c:3142 +#: parser/parse_relation.c:1780 #, c-format -msgid "partition \"%s\" would overlap partition \"%s\"" -msgstr "la partición «%s» traslaparía con la partición «%s»" +msgid "a column definition list is only allowed for functions returning \"record\"" +msgstr "sólo se permite una lista de definición de columnas en funciones que retornan «record»" -#: partitioning/partbounds.c:3259 +#: parser/parse_relation.c:1791 #, c-format -msgid "skipped scanning foreign table \"%s\" which is a partition of default partition \"%s\"" -msgstr "se omitió recorrer la tabla foránea «%s» que es una partición de la partición default «%s»" +msgid "a column definition list is required for functions returning \"record\"" +msgstr "la lista de definición de columnas es obligatoria para funciones que retornan «record»" -#: partitioning/partbounds.c:4715 +#: parser/parse_relation.c:1828 #, c-format -msgid "remainder for hash partition must be an integer value greater than or equal to zero" -msgstr "remanente en partición hash debe ser un valor entero mayor que o igual a cero" +msgid "column definition lists can have at most %d entries" +msgstr "las listas de definición de columnas pueden tener a lo más %d entradas" -#: partitioning/partbounds.c:4739 +#: parser/parse_relation.c:1888 #, c-format -msgid "\"%s\" is not a hash partitioned table" -msgstr "«%s» es una tabla particionada por hash" +msgid "function \"%s\" in FROM has unsupported return type %s" +msgstr "la función «%s» en FROM tiene el tipo de retorno no soportado %s" -#: partitioning/partbounds.c:4750 partitioning/partbounds.c:4867 +#: parser/parse_relation.c:1915 parser/parse_relation.c:2008 #, c-format -msgid "number of partitioning columns (%d) does not match number of partition keys provided (%d)" -msgstr "el número de columnas de particionamiento (%d) no coincide con el número de llaves de particionamiento provistas (%d)" +msgid "functions in FROM can return at most %d columns" +msgstr "funciones en FROM pueden retornar a lo más %d columnas" -#: partitioning/partbounds.c:4772 +#: parser/parse_relation.c:2036 #, c-format -msgid "column %d of the partition key has type %s, but supplied value is of type %s" -msgstr "la columna %d de la llave de particionamiento tiene tipo «%s», pero el valor dado es de tipo «%s»" +msgid "%s function has %d columns available but %d columns specified" +msgstr "la función %s tiene %d columnas disponibles pero se especificaron %d" -#: partitioning/partbounds.c:4804 +#: parser/parse_relation.c:2124 #, c-format -msgid "column %d of the partition key has type \"%s\", but supplied value is of type \"%s\"" -msgstr "la columna %d de la llave de particionamiento tiene tipo «%s», pero el valor dado es de tipo «%s»" +msgid "VALUES lists \"%s\" have %d columns available but %d columns specified" +msgstr "la lista VALUES «%s» tiene %d columnas disponibles pero se especificaron %d" -#: port/pg_sema.c:209 port/pg_shmem.c:678 port/posix_sema.c:209 -#: port/sysv_sema.c:327 port/sysv_shmem.c:678 +#: parser/parse_relation.c:2196 #, c-format -msgid "could not stat data directory \"%s\": %m" -msgstr "no se pudo hacer stat al directorio de datos «%s»: %m" +msgid "joins can have at most %d columns" +msgstr "los joins pueden tener a lo más %d columnas" -#: port/pg_shmem.c:227 port/sysv_shmem.c:227 +#: parser/parse_relation.c:2221 #, c-format -msgid "could not create shared memory segment: %m" -msgstr "no se pudo crear el segmento de memoria compartida: %m" +msgid "join expression \"%s\" has %d columns available but %d columns specified" +msgstr "la tabla «%s» tiene %d columnas pero se especificaron %d" -#: port/pg_shmem.c:228 port/sysv_shmem.c:228 +#: parser/parse_relation.c:2316 #, c-format -msgid "Failed system call was shmget(key=%lu, size=%zu, 0%o)." -msgstr "La llamada a sistema fallida fue shmget(key=%lu, size=%zu, 0%o)." +msgid "WITH query \"%s\" does not have a RETURNING clause" +msgstr "la consulta WITH «%s» no tiene una cláusula RETURNING" -#: port/pg_shmem.c:232 port/sysv_shmem.c:232 +#: parser/parse_relation.c:3351 parser/parse_relation.c:3361 #, c-format -msgid "" -"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter, or possibly that it is less than your kernel's SHMMIN parameter.\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" -"Este error normalmente significa que la petición de un segmento de memoria compartida de PostgreSQL excedió el parámetro SHMMAX del kernel, o posiblemente que es menor que el parámetro SHMMIN del kernel.\n" -"La documentación de PostgreSQL contiene más información acerca de la configuración de memoria compartida." +msgid "column %d of relation \"%s\" does not exist" +msgstr "no existe la columna %d en la relación «%s»" -#: port/pg_shmem.c:239 port/sysv_shmem.c:239 +#: parser/parse_relation.c:3579 #, c-format -msgid "" -"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMALL parameter. You might need to reconfigure the kernel with larger SHMALL.\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" -"Este error normalmente significa que la petición de un segmento de memoria compartida de PostgreSQL excedió el parámetro SHMALL del kernel. Puede ser necesario reconfigurar el kernel con un SHMALL mayor.\n" -"La documentación de PostgreSQL contiene más información acerca de la configuración de memoria compartida." +msgid "Perhaps you meant to reference the table alias \"%s\"." +msgstr "Probablemente quiera hacer referencia al alias de la tabla «%s»." -#: port/pg_shmem.c:245 port/sysv_shmem.c:245 +#: parser/parse_relation.c:3587 #, c-format -msgid "" -"This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" -"Este error *no* significa que se haya quedado sin espacio en disco. Ocurre cuando se han usado todos los IDs de memoria compartida disponibles, en cuyo caso puede incrementar el parámetro SHMMNI del kernel, o bien porque se ha alcanzado el límite total de memoria compartida.\n" -"La documentación de PostgreSQL contiene más información acerca de la configuración de memoria compartida." +msgid "missing FROM-clause entry for table \"%s\"" +msgstr "falta una entrada para la tabla «%s» en la cláusula FROM" -#: port/pg_shmem.c:616 port/sysv_shmem.c:616 +#: parser/parse_relation.c:3639 #, c-format -msgid "could not map anonymous shared memory: %m" -msgstr "no se pudo mapear memoria compartida anónima: %m" +msgid "Perhaps you meant to reference the column \"%s.%s\"." +msgstr "Probablemente quiera hacer referencia a la columna «%s.%s»." -#: port/pg_shmem.c:618 port/sysv_shmem.c:618 +#: parser/parse_relation.c:3641 #, c-format -msgid "This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space, or huge pages. To reduce the request size (currently %zu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections." -msgstr "Este error normalmente significa que la petición de un segmento de memoria compartida de PostgreSQL excedía la memoria disponible, el espacio de intercambio (swap), o las huge pages. Para reducir el tamaño de la petición (actualmente %zu bytes), reduzca el uso de memoria compartida de PostgreSQL, quizás reduciendo el parámetro shared_buffers o el parámetro max_connections." +msgid "There is a column named \"%s\" in table \"%s\", but it cannot be referenced from this part of the query." +msgstr "Hay una columna llamada «%s» en la tabla «%s», pero no puede ser referenciada desde esta parte de la consulta." -#: port/pg_shmem.c:686 port/sysv_shmem.c:686 +#: parser/parse_relation.c:3658 #, c-format -msgid "huge pages not supported on this platform" -msgstr "las huge pages no están soportadas en esta plataforma" +msgid "Perhaps you meant to reference the column \"%s.%s\" or the column \"%s.%s\"." +msgstr "Probablemente quiera hacer referencia a la columna «%s.%s» o la columna «%s.%s»." -#: port/pg_shmem.c:693 port/sysv_shmem.c:693 +#: parser/parse_target.c:482 parser/parse_target.c:803 #, c-format -msgid "huge pages not supported with the current shared_memory_type setting" -msgstr "las huge pages no están soportadas con la configuración actual de shared_memory_type" +msgid "cannot assign to system column \"%s\"" +msgstr "no se puede asignar a la columna de sistema «%s»" -#: port/pg_shmem.c:753 port/sysv_shmem.c:753 utils/init/miscinit.c:1172 +#: parser/parse_target.c:510 #, c-format -msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use" -msgstr "el bloque de memoria compartida preexistente (clave %lu, ID %lu) aún está en uso" +msgid "cannot set an array element to DEFAULT" +msgstr "no se puede definir un elemento de array a DEFAULT" -#: port/pg_shmem.c:756 port/sysv_shmem.c:756 utils/init/miscinit.c:1174 +#: parser/parse_target.c:515 #, c-format -msgid "Terminate any old server processes associated with data directory \"%s\"." -msgstr "Termine cualquier proceso de servidor asociado al directorio de datos «%s»." +msgid "cannot set a subfield to DEFAULT" +msgstr "no se puede definir un subcampo a DEFAULT" -#: port/sysv_sema.c:124 +#: parser/parse_target.c:589 #, c-format -msgid "could not create semaphores: %m" -msgstr "no se pudo crear semáforos: %m" +msgid "column \"%s\" is of type %s but expression is of type %s" +msgstr "la columna «%s» es de tipo %s pero la expresión es de tipo %s" -#: port/sysv_sema.c:125 +#: parser/parse_target.c:787 #, c-format -msgid "Failed system call was semget(%lu, %d, 0%o)." -msgstr "La llamada a sistema fallida fue semget(%lu, %d, 0%o)." +msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type" +msgstr "no se puede asignar al campo «%s» de la columna «%s» porque su tipo %s no es un tipo compuesto" -#: port/sysv_sema.c:129 +#: parser/parse_target.c:796 #, c-format -msgid "" -"This error does *not* mean that you have run out of disk space. It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter.\n" -"The PostgreSQL documentation contains more information about configuring your system for PostgreSQL." -msgstr "" -"Este error *no* significa que se haya quedado sin espacio en disco.\n" -"Ocurre cuando se alcanza el límite del sistema del número de semáforos (SEMMNI), o bien cuando se excede el total de semáforos del sistema (SEMMNS).Necesita incrementar el parámetro respectivo del kernel. Alternativamente, reduzca el consumo de semáforos de PostgreSQL reduciendo el parámetro max_connections.\n" -"La documentación de PostgreSQL contiene más información acerca de cómo configurar su sistema para PostgreSQL." +msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s" +msgstr "no se puede asignar al campo «%s» de la columna «%s» porque no existe esa columna en el tipo de dato %s" -#: port/sysv_sema.c:159 +#: parser/parse_target.c:877 #, c-format -msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d. Look into the PostgreSQL documentation for details." -msgstr "Probablemente necesita incrementar el valor SEMVMX del kernel hasta al menos %d. Examine la documentación de PostgreSQL para obtener más detalles." +msgid "subscripted assignment to \"%s\" requires type %s but expression is of type %s" +msgstr "la asignación subindexada a «%s» requiere tipo %s pero la expresión es de tipo %s" -#: port/win32/crashdump.c:121 +#: parser/parse_target.c:887 #, c-format -msgid "could not load dbghelp.dll, cannot write crash dump\n" -msgstr "no se pudo cargar dbghelp.dll, no se puede escribir el volcado de la caída\n" +msgid "subfield \"%s\" is of type %s but expression is of type %s" +msgstr "el subcampo «%s» es de tipo %s pero la expresión es de tipo %s" -#: port/win32/crashdump.c:129 +#: parser/parse_target.c:1322 #, c-format -msgid "could not load required functions in dbghelp.dll, cannot write crash dump\n" -msgstr "no fue posible cargar las funciones requeridas desde dbghelp.dll, no se puede escribir el volcado de la caída\n" +msgid "SELECT * with no tables specified is not valid" +msgstr "SELECT * sin especificar tablas no es válido" -#: port/win32/crashdump.c:160 +#: parser/parse_type.c:100 #, c-format -msgid "could not open crash dump file \"%s\" for writing: error code %lu\n" -msgstr "no se pudo abrir el archivo del volcado de caída «%s» para escritura: código de error %lu\n" +msgid "improper %%TYPE reference (too few dotted names): %s" +msgstr "referencia %%TYPE inapropiada (muy pocos nombres con punto): %s" -#: port/win32/crashdump.c:167 +#: parser/parse_type.c:122 #, c-format -msgid "wrote crash dump to file \"%s\"\n" -msgstr "se escribió el volcado de caída en el archivo «%s».\n" +msgid "improper %%TYPE reference (too many dotted names): %s" +msgstr "la referencia a %%TYPE es inapropiada (demasiados nombres con punto): %s" -#: port/win32/crashdump.c:169 +#: parser/parse_type.c:157 #, c-format -msgid "could not write crash dump to file \"%s\": error code %lu\n" -msgstr "no se pudo escribir el volcado de caída al archivo «%s»: código de error %lu\n" +msgid "type reference %s converted to %s" +msgstr "la referencia al tipo %s convertida a %s" -#: port/win32/signal.c:196 +#: parser/parse_type.c:278 parser/parse_type.c:803 utils/cache/typcache.c:389 +#: utils/cache/typcache.c:444 #, c-format -msgid "could not create signal listener pipe for PID %d: error code %lu" -msgstr "no se pudo crear tubería para escuchar señales para el PID %d: código de error %lu" +msgid "type \"%s\" is only a shell" +msgstr "el tipo «%s» está inconcluso" -#: port/win32/signal.c:251 +#: parser/parse_type.c:363 #, c-format -msgid "could not create signal listener pipe: error code %lu; retrying\n" -msgstr "no se pudo crear tubería para escuchar señales: código de error %lu; reintentando\n" +msgid "type modifier is not allowed for type \"%s\"" +msgstr "un modificador de tipo no está permitido para el tipo «%s»" -#: port/win32_sema.c:104 +#: parser/parse_type.c:405 #, c-format -msgid "could not create semaphore: error code %lu" -msgstr "no se pudo crear semáforo: código de error %lu" +msgid "type modifiers must be simple constants or identifiers" +msgstr "los modificadores de tipo deben ser constantes simples o identificadores" -#: port/win32_sema.c:180 +#: parser/parse_type.c:721 parser/parse_type.c:766 #, c-format -msgid "could not lock semaphore: error code %lu" -msgstr "no se pudo bloquear semáforo: código de error %lu" +msgid "invalid type name \"%s\"" +msgstr "el nombre de tipo «%s» no es válido" -#: port/win32_sema.c:200 +#: parser/parse_utilcmd.c:266 #, c-format -msgid "could not unlock semaphore: error code %lu" -msgstr "no se pudo desbloquear semáforo: código de error %lu" +msgid "cannot create partitioned table as inheritance child" +msgstr "no se puede crear una tabla particionada como hija de herencia" -#: port/win32_sema.c:230 +#: parser/parse_utilcmd.c:580 #, c-format -msgid "could not try-lock semaphore: error code %lu" -msgstr "no se pudo intentar-bloquear (try-lock) el semáforo: código de error %lu" +msgid "array of serial is not implemented" +msgstr "array de serial no está implementado" -#: port/win32_shmem.c:144 port/win32_shmem.c:159 port/win32_shmem.c:171 -#: port/win32_shmem.c:187 +#: parser/parse_utilcmd.c:659 parser/parse_utilcmd.c:671 +#: parser/parse_utilcmd.c:730 #, c-format -msgid "could not enable user right \"%s\": error code %lu" -msgstr "no se pudo habilitar el privilegio de usuario «%s»: código de error %lu" - -#. translator: This is a term from Windows and should be translated to -#. match the Windows localization. -#. -#: port/win32_shmem.c:150 port/win32_shmem.c:159 port/win32_shmem.c:171 -#: port/win32_shmem.c:182 port/win32_shmem.c:184 port/win32_shmem.c:187 -msgid "Lock pages in memory" -msgstr "Bloquear páginas en la memoria" +msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" +msgstr "las declaraciones NULL/NOT NULL no son coincidentes para la columna «%s» de la tabla «%s»" -#: port/win32_shmem.c:152 port/win32_shmem.c:160 port/win32_shmem.c:172 -#: port/win32_shmem.c:188 +#: parser/parse_utilcmd.c:683 #, c-format -msgid "Failed system call was %s." -msgstr "La llamada a sistema fallida fue %s." +msgid "multiple default values specified for column \"%s\" of table \"%s\"" +msgstr "múltiples valores default especificados para columna «%s» de tabla «%s»" -#: port/win32_shmem.c:182 +#: parser/parse_utilcmd.c:700 #, c-format -msgid "could not enable user right \"%s\"" -msgstr "no se pudo habilitar el privilegio de usuario «%s»" +msgid "identity columns are not supported on typed tables" +msgstr "las columnas identidad no está soportadas en tablas tipadas" -#: port/win32_shmem.c:183 +#: parser/parse_utilcmd.c:704 #, c-format -msgid "Assign user right \"%s\" to the Windows user account which runs PostgreSQL." -msgstr "Asigne el privilegio «%s» a la cuenta de usuario de Windows que ejecuta PostgreSQL." +msgid "identity columns are not supported on partitions" +msgstr "las columnas identidad no están soportadas en particiones" -#: port/win32_shmem.c:241 +#: parser/parse_utilcmd.c:713 #, c-format -msgid "the processor does not support large pages" -msgstr "el procesador no soporta páginas grandes" +msgid "multiple identity specifications for column \"%s\" of table \"%s\"" +msgstr "múltiples especificaciones de identidad para columna «%s» de tabla «%s»" -#: port/win32_shmem.c:310 port/win32_shmem.c:346 port/win32_shmem.c:364 +#: parser/parse_utilcmd.c:743 #, c-format -msgid "could not create shared memory segment: error code %lu" -msgstr "no se pudo crear el segmento de memoria compartida: código de error %lu" +msgid "generated columns are not supported on typed tables" +msgstr "las columnas generadas no están soportadas en tablas tipadas" -#: port/win32_shmem.c:311 +#: parser/parse_utilcmd.c:747 #, c-format -msgid "Failed system call was CreateFileMapping(size=%zu, name=%s)." -msgstr "La llamada a sistema fallida fue CreateFileMapping(size=%zu, name=%s)." +msgid "generated columns are not supported on partitions" +msgstr "las columnas generadas no están soportadas en particiones" -#: port/win32_shmem.c:336 +#: parser/parse_utilcmd.c:752 #, c-format -msgid "pre-existing shared memory block is still in use" -msgstr "el bloque de memoria compartida preexistente aún está en uso" +msgid "multiple generation clauses specified for column \"%s\" of table \"%s\"" +msgstr "múltiples cláusulas de generación especificadas para columna «%s» de tabla «%s»" -#: port/win32_shmem.c:337 +#: parser/parse_utilcmd.c:770 parser/parse_utilcmd.c:885 #, c-format -msgid "Check if there are any old server processes still running, and terminate them." -msgstr "Verifique si hay procesos de servidor antiguos aún en funcionamiento, y termínelos." +msgid "primary key constraints are not supported on foreign tables" +msgstr "las restricciones de llave primaria no están soportadas en tablas foráneas" -#: port/win32_shmem.c:347 +#: parser/parse_utilcmd.c:779 parser/parse_utilcmd.c:895 #, c-format -msgid "Failed system call was DuplicateHandle." -msgstr "La llamada a sistema fallida fue DuplicateHandle." +msgid "unique constraints are not supported on foreign tables" +msgstr "las restricciones unique no están soportadas en tablas foráneas" -#: port/win32_shmem.c:365 +#: parser/parse_utilcmd.c:824 #, c-format -msgid "Failed system call was MapViewOfFileEx." -msgstr "La llamada a sistema fallida fue MapViewOfFileEx." +msgid "both default and identity specified for column \"%s\" of table \"%s\"" +msgstr "tanto el valor por omisión como identidad especificados para columna «%s» de tabla «%s»" -#: postmaster/autovacuum.c:410 +#: parser/parse_utilcmd.c:832 #, c-format -msgid "could not fork autovacuum launcher process: %m" -msgstr "no se pudo iniciar el lanzador autovacuum: %m" +msgid "both default and generation expression specified for column \"%s\" of table \"%s\"" +msgstr "tanto el valor por omisión como expresión de generación especificados para columna «%s» de tabla «%s»" -#: postmaster/autovacuum.c:1492 +#: parser/parse_utilcmd.c:840 #, c-format -msgid "could not fork autovacuum worker process: %m" -msgstr "no se pudo lanzar el proceso «autovacuum worker»: %m" +msgid "both identity and generation expression specified for column \"%s\" of table \"%s\"" +msgstr "tanto identidad como expresión de generación especificados para columna «%s» de tabla «%s»" -#: postmaster/autovacuum.c:2283 +#: parser/parse_utilcmd.c:905 #, c-format -msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\"" -msgstr "autovacuum: eliminando tabla temporal huérfana «%s.%s.%s»" +msgid "exclusion constraints are not supported on foreign tables" +msgstr "las restricciones de exclusión no están soportadas en tablas foráneas" -#: postmaster/autovacuum.c:2512 +#: parser/parse_utilcmd.c:911 #, c-format -msgid "automatic vacuum of table \"%s.%s.%s\"" -msgstr "vacuum automático de la tabla «%s.%s.%s»" +msgid "exclusion constraints are not supported on partitioned tables" +msgstr "las restricciones de exclusión no están soportadas en tablas particionadas" -#: postmaster/autovacuum.c:2515 +#: parser/parse_utilcmd.c:976 #, c-format -msgid "automatic analyze of table \"%s.%s.%s\"" -msgstr "análisis automático de la tabla «%s.%s.%s»" +msgid "LIKE is not supported for creating foreign tables" +msgstr "LIKE no está soportado para la creación de tablas foráneas" -#: postmaster/autovacuum.c:2708 +#: parser/parse_utilcmd.c:1753 parser/parse_utilcmd.c:1861 #, c-format -msgid "processing work entry for relation \"%s.%s.%s\"" -msgstr "procesando elemento de tarea de la tabla «%s.%s.%s»" +msgid "Index \"%s\" contains a whole-row table reference." +msgstr "El índice «%s» contiene una referencia a la fila completa (whole-row)." -#: postmaster/autovacuum.c:3394 +#: parser/parse_utilcmd.c:2248 #, c-format -msgid "autovacuum not started because of misconfiguration" -msgstr "autovacuum no fue iniciado debido a un error de configuración" +msgid "cannot use an existing index in CREATE TABLE" +msgstr "no se puede usar un índice existente en CREATE TABLE" -#: postmaster/autovacuum.c:3395 +#: parser/parse_utilcmd.c:2268 #, c-format -msgid "Enable the \"track_counts\" option." -msgstr "Active la opción «track_counts»." +msgid "index \"%s\" is already associated with a constraint" +msgstr "el índice «%s» ya está asociado a una restricción" -#: postmaster/bgworker.c:256 +#: parser/parse_utilcmd.c:2283 #, c-format -msgid "inconsistent background worker state (max_worker_processes=%d, total_slots=%d)" -msgstr "estado inconsistente de proceso ayudante (max_worker_processes=%d, total_slots=%d)" +msgid "index \"%s\" is not valid" +msgstr "el índice «%s» no es válido" -#: postmaster/bgworker.c:661 +#: parser/parse_utilcmd.c:2289 #, c-format -msgid "background worker \"%s\": must attach to shared memory in order to request a database connection" -msgstr "proceso ayudante «%s»: debe acoplarse a memoria compartida para poder solicitar una conexión a base de datos" +msgid "\"%s\" is not a unique index" +msgstr "«%s» no es un índice único" -#: postmaster/bgworker.c:670 +#: parser/parse_utilcmd.c:2290 parser/parse_utilcmd.c:2297 +#: parser/parse_utilcmd.c:2304 parser/parse_utilcmd.c:2381 #, c-format -msgid "background worker \"%s\": cannot request database access if starting at postmaster start" -msgstr "proceso ayudante «%s»: no se puede solicitar una conexión a base de datos si está iniciando en el momento de inicio de postmaster" +msgid "Cannot create a primary key or unique constraint using such an index." +msgstr "No se puede crear una restricción de llave primaria o única usando un índice así." -#: postmaster/bgworker.c:684 +#: parser/parse_utilcmd.c:2296 #, c-format -msgid "background worker \"%s\": invalid restart interval" -msgstr "proceso ayudante «%s»: intervalo de reinicio no válido" +msgid "index \"%s\" contains expressions" +msgstr "el índice «%s» contiene expresiones" -#: postmaster/bgworker.c:699 +#: parser/parse_utilcmd.c:2303 #, c-format -msgid "background worker \"%s\": parallel workers may not be configured for restart" -msgstr "proceso ayudante «%s»: los ayudantes paralelos no pueden ser configurados «restart»" +msgid "\"%s\" is a partial index" +msgstr "«%s» es un índice parcial" -#: postmaster/bgworker.c:723 tcop/postgres.c:3189 +#: parser/parse_utilcmd.c:2315 #, c-format -msgid "terminating background worker \"%s\" due to administrator command" -msgstr "terminando el proceso ayudante «%s» debido a una orden del administrador" +msgid "\"%s\" is a deferrable index" +msgstr "«%s» no es un índice postergable (deferrable)" -#: postmaster/bgworker.c:904 +#: parser/parse_utilcmd.c:2316 #, c-format -msgid "background worker \"%s\": must be registered in shared_preload_libraries" -msgstr "proceso ayudante «%s»: debe ser registrado en shared_preload_libraries" +msgid "Cannot create a non-deferrable constraint using a deferrable index." +msgstr "No se puede crear una restricción no postergable usando un índice postergable." -#: postmaster/bgworker.c:916 +#: parser/parse_utilcmd.c:2380 #, c-format -msgid "background worker \"%s\": only dynamic background workers can request notification" -msgstr "proceso ayudante «%s»: sólo los ayudantes dinámicos pueden pedir notificaciones" +msgid "index \"%s\" column number %d does not have default sorting behavior" +msgstr "el índice «%s» columna número %d no tiene comportamiento de ordenamiento por omisión" -#: postmaster/bgworker.c:931 +#: parser/parse_utilcmd.c:2537 #, c-format -msgid "too many background workers" -msgstr "demasiados procesos ayudantes" +msgid "column \"%s\" appears twice in primary key constraint" +msgstr "la columna «%s» aparece dos veces en llave primaria" -#: postmaster/bgworker.c:932 +#: parser/parse_utilcmd.c:2543 #, c-format -msgid "Up to %d background worker can be registered with the current settings." -msgid_plural "Up to %d background workers can be registered with the current settings." -msgstr[0] "Hasta %d proceso ayudante puede registrarse con la configuración actual." -msgstr[1] "Hasta %d procesos ayudantes pueden registrarse con la configuración actual." +msgid "column \"%s\" appears twice in unique constraint" +msgstr "la columna «%s» aparece dos veces en restricción unique" -# FIXME a %s would be nice here -#: postmaster/bgworker.c:936 +#: parser/parse_utilcmd.c:2890 #, c-format -msgid "Consider increasing the configuration parameter \"max_worker_processes\"." -msgstr "Considere incrementar el parámetro de configuración «max_worker_processes»." +msgid "index expressions and predicates can refer only to the table being indexed" +msgstr "las expresiones y predicados de índice sólo pueden referirse a la tabla en indexación" -#: postmaster/checkpointer.c:428 +#: parser/parse_utilcmd.c:2962 #, c-format -msgid "checkpoints are occurring too frequently (%d second apart)" -msgid_plural "checkpoints are occurring too frequently (%d seconds apart)" -msgstr[0] "los puntos de control están ocurriendo con demasiada frecuencia (cada %d segundo)" -msgstr[1] "los puntos de control están ocurriendo con demasiada frecuencia (cada %d segundos)" +msgid "statistics expressions can refer only to the table being referenced" +msgstr "las expresiones estadísticas sólo pueden referirse a la tabla que está siendo referida" -# FIXME a %s would be nice here -#: postmaster/checkpointer.c:432 +#: parser/parse_utilcmd.c:3005 #, c-format -msgid "Consider increasing the configuration parameter \"max_wal_size\"." -msgstr "Considere incrementar el parámetro de configuración «max_wal_size»." +msgid "rules on materialized views are not supported" +msgstr "las reglas en vistas materializadas no están soportadas" -#: postmaster/checkpointer.c:1062 +#: parser/parse_utilcmd.c:3068 #, c-format -msgid "checkpoint request failed" -msgstr "falló la petición de punto de control" +msgid "rule WHERE condition cannot contain references to other relations" +msgstr "la condición WHERE de la regla no puede contener referencias a otras relaciones" -#: postmaster/checkpointer.c:1063 +#: parser/parse_utilcmd.c:3141 #, c-format -msgid "Consult recent messages in the server log for details." -msgstr "Vea los mensajes recientes en el registro del servidor para obtener más detalles." +msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" +msgstr "las reglas con condiciones WHERE sólo pueden tener acciones SELECT, INSERT, UPDATE o DELETE" -#: postmaster/pgarch.c:365 +#: parser/parse_utilcmd.c:3159 parser/parse_utilcmd.c:3260 +#: rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 #, c-format -msgid "archive_mode enabled, yet archive_command is not set" -msgstr "archive_mode activado, pero archive_command no está definido" +msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" +msgstr "las sentencias UNION/INTERSECT/EXCEPT condicionales no están implementadas" -#: postmaster/pgarch.c:387 +#: parser/parse_utilcmd.c:3177 #, c-format -msgid "removed orphan archive status file \"%s\"" -msgstr "eliminando archivo de estado huérfano «%s»" +msgid "ON SELECT rule cannot use OLD" +msgstr "una regla ON SELECT no puede usar OLD" -#: postmaster/pgarch.c:397 +#: parser/parse_utilcmd.c:3181 #, c-format -msgid "removal of orphan archive status file \"%s\" failed too many times, will try again later" -msgstr "la eliminación del archivo de estado huérfano «%s» falló demasiadas veces, se tratará de nuevo después" +msgid "ON SELECT rule cannot use NEW" +msgstr "una regla ON SELECT no puede usar NEW" -#: postmaster/pgarch.c:433 +#: parser/parse_utilcmd.c:3190 #, c-format -msgid "archiving write-ahead log file \"%s\" failed too many times, will try again later" -msgstr "el archivado del archivo de WAL «%s» falló demasiadas veces, se tratará de nuevo más tarde" +msgid "ON INSERT rule cannot use OLD" +msgstr "una regla ON INSERT no puede usar OLD" -#: postmaster/pgarch.c:534 +#: parser/parse_utilcmd.c:3196 #, c-format -msgid "archive command failed with exit code %d" -msgstr "la orden de archivado falló con código de retorno %d" +msgid "ON DELETE rule cannot use NEW" +msgstr "una regla ON DELETE no puede usar NEW" -#: postmaster/pgarch.c:536 postmaster/pgarch.c:546 postmaster/pgarch.c:552 -#: postmaster/pgarch.c:561 +#: parser/parse_utilcmd.c:3224 #, c-format -msgid "The failed archive command was: %s" -msgstr "La orden fallida era: «%s»" +msgid "cannot refer to OLD within WITH query" +msgstr "no se puede hacer referencia a OLD dentro de una consulta WITH" -#: postmaster/pgarch.c:543 +#: parser/parse_utilcmd.c:3231 #, c-format -msgid "archive command was terminated by exception 0x%X" -msgstr "la orden de archivado fue terminada por una excepción 0x%X" +msgid "cannot refer to NEW within WITH query" +msgstr "no se puede hacer referencia a NEW dentro de una consulta WITH" -#: postmaster/pgarch.c:545 postmaster/postmaster.c:3748 +#: parser/parse_utilcmd.c:3685 #, c-format -msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." -msgstr "Vea el archivo «ntstatus.h» para una descripción del valor hexadecimal." +msgid "misplaced DEFERRABLE clause" +msgstr "cláusula DEFERRABLE mal puesta" -#: postmaster/pgarch.c:550 +#: parser/parse_utilcmd.c:3690 parser/parse_utilcmd.c:3705 #, c-format -msgid "archive command was terminated by signal %d: %s" -msgstr "la orden de archivado fue terminada por una señal %d: %s" +msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" +msgstr "no se permiten múltiples cláusulas DEFERRABLE/NOT DEFERRABLE" -#: postmaster/pgarch.c:559 +#: parser/parse_utilcmd.c:3700 #, c-format -msgid "archive command exited with unrecognized status %d" -msgstr "la orden de archivado fue terminada con código %d no reconocido" +msgid "misplaced NOT DEFERRABLE clause" +msgstr "la cláusula NOT DEFERRABLE está mal puesta" -#: postmaster/pgstat.c:418 +#: parser/parse_utilcmd.c:3721 #, c-format -msgid "could not resolve \"localhost\": %s" -msgstr "no se pudo resolver «localhost»: %s" +msgid "misplaced INITIALLY DEFERRED clause" +msgstr "la cláusula INITIALLY DEFERRED está mal puesta" -#: postmaster/pgstat.c:441 +#: parser/parse_utilcmd.c:3726 parser/parse_utilcmd.c:3752 #, c-format -msgid "trying another address for the statistics collector" -msgstr "intentando otra dirección para el recolector de estadísticas" +msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" +msgstr "no se permiten múltiples cláusulas INITIALLY IMMEDIATE/DEFERRED" -#: postmaster/pgstat.c:450 +#: parser/parse_utilcmd.c:3747 #, c-format -msgid "could not create socket for statistics collector: %m" -msgstr "no se pudo crear el socket para el recolector de estadísticas: %m" +msgid "misplaced INITIALLY IMMEDIATE clause" +msgstr "la cláusula INITIALLY IMMEDIATE está mal puesta" -#: postmaster/pgstat.c:462 +#: parser/parse_utilcmd.c:3938 #, c-format -msgid "could not bind socket for statistics collector: %m" -msgstr "no se pudo enlazar (bind) el socket para el recolector de estadísticas: %m" +msgid "CREATE specifies a schema (%s) different from the one being created (%s)" +msgstr "CREATE especifica un esquema (%s) diferente del que se está creando (%s)" -#: postmaster/pgstat.c:473 +#: parser/parse_utilcmd.c:3973 #, c-format -msgid "could not get address of socket for statistics collector: %m" -msgstr "no se pudo obtener la dirección del socket de estadísticas: %m" +msgid "\"%s\" is not a partitioned table" +msgstr "«%s» no es una tabla particionada" -#: postmaster/pgstat.c:489 +#: parser/parse_utilcmd.c:3980 #, c-format -msgid "could not connect socket for statistics collector: %m" -msgstr "no se pudo conectar el socket para el recolector de estadísticas: %m" +msgid "table \"%s\" is not partitioned" +msgstr "«la tabla %s» no está particionada" -#: postmaster/pgstat.c:510 +#: parser/parse_utilcmd.c:3987 #, c-format -msgid "could not send test message on socket for statistics collector: %m" -msgstr "no se pudo enviar el mensaje de prueba al recolector de estadísticas: %m" +msgid "index \"%s\" is not partitioned" +msgstr "el índice «%s» no está particionado" -#: postmaster/pgstat.c:536 +#: parser/parse_utilcmd.c:4027 #, c-format -msgid "select() failed in statistics collector: %m" -msgstr "select() falló en el recolector de estadísticas: %m" +msgid "a hash-partitioned table may not have a default partition" +msgstr "una tabla particionada por hash no puede tener una partición default" -#: postmaster/pgstat.c:551 +#: parser/parse_utilcmd.c:4044 #, c-format -msgid "test message did not get through on socket for statistics collector" -msgstr "el mensaje de prueba al recolector de estadísticas no ha sido recibido en el socket" +msgid "invalid bound specification for a hash partition" +msgstr "especificación de borde no válida para partición de hash" -#: postmaster/pgstat.c:566 +#: parser/parse_utilcmd.c:4050 partitioning/partbounds.c:4711 #, c-format -msgid "could not receive test message on socket for statistics collector: %m" -msgstr "no se pudo recibir el mensaje de prueba en el socket del recolector de estadísticas: %m" +msgid "modulus for hash partition must be an integer value greater than zero" +msgstr "el módulo para una partición hash debe ser un valor entero mayor que cero" -#: postmaster/pgstat.c:576 +#: parser/parse_utilcmd.c:4057 partitioning/partbounds.c:4719 #, c-format -msgid "incorrect test message transmission on socket for statistics collector" -msgstr "transmisión del mensaje de prueba incorrecta en el socket del recolector de estadísticas" +msgid "remainder for hash partition must be less than modulus" +msgstr "remanente en partición hash debe ser menor que el módulo" -#: postmaster/pgstat.c:599 +#: parser/parse_utilcmd.c:4070 #, c-format -msgid "could not set statistics collector socket to nonblocking mode: %m" -msgstr "no se pudo poner el socket de estadísticas en modo no bloqueante: %m" +msgid "invalid bound specification for a list partition" +msgstr "especificación de borde no válida para partición de lista" -#: postmaster/pgstat.c:643 +#: parser/parse_utilcmd.c:4123 #, c-format -msgid "disabling statistics collector for lack of working socket" -msgstr "desactivando el recolector de estadísticas por falla del socket" +msgid "invalid bound specification for a range partition" +msgstr "especificación de borde no válida para partición de rango" -#: postmaster/pgstat.c:790 +#: parser/parse_utilcmd.c:4129 #, c-format -msgid "could not fork statistics collector: %m" -msgstr "no se pudo crear el proceso para el recolector de estadísticas: %m" +msgid "FROM must specify exactly one value per partitioning column" +msgstr "FROM debe especificar exactamente un valor por cada columna de particionado" -#: postmaster/pgstat.c:1444 +#: parser/parse_utilcmd.c:4133 #, c-format -msgid "unrecognized reset target: \"%s\"" -msgstr "destino de reset no reconocido: «%s»" +msgid "TO must specify exactly one value per partitioning column" +msgstr "TO debe especificar exactamente un valor por cada columna de particionado" -#: postmaster/pgstat.c:1445 +#: parser/parse_utilcmd.c:4247 #, c-format -msgid "Target must be \"archiver\", \"bgwriter\", or \"wal\"." -msgstr "El destino debe ser «archiver», «bgwriter» o «wal»." +msgid "cannot specify NULL in range bound" +msgstr "no se puede especificar NULL en borde de rango" -#: postmaster/pgstat.c:3289 +#: parser/parse_utilcmd.c:4296 #, c-format -msgid "could not read statistics message: %m" -msgstr "no se pudo leer un mensaje de estadísticas: %m" +msgid "every bound following MAXVALUE must also be MAXVALUE" +msgstr "cada borde que sigue a un MAXVALUE debe ser también MAXVALUE" -#: postmaster/pgstat.c:3634 postmaster/pgstat.c:3819 +#: parser/parse_utilcmd.c:4303 #, c-format -msgid "could not open temporary statistics file \"%s\": %m" -msgstr "no se pudo abrir el archivo temporal de estadísticas «%s»: %m" +msgid "every bound following MINVALUE must also be MINVALUE" +msgstr "cada borde que siga a un MINVALUE debe ser también MINVALUE" -#: postmaster/pgstat.c:3729 postmaster/pgstat.c:3864 +#: parser/parse_utilcmd.c:4346 #, c-format -msgid "could not write temporary statistics file \"%s\": %m" -msgstr "no se pudo escribir el archivo temporal de estadísticas «%s»: %m" +msgid "specified value cannot be cast to type %s for column \"%s\"" +msgstr "el valor especificado no puede ser convertido al tipo %s para la columna «%s»" -#: postmaster/pgstat.c:3738 postmaster/pgstat.c:3873 -#, c-format -msgid "could not close temporary statistics file \"%s\": %m" -msgstr "no se pudo cerrar el archivo temporal de estadísticas «%s»: %m" +#: parser/parser.c:247 +msgid "UESCAPE must be followed by a simple string literal" +msgstr "UESCAPE debe ser seguido por un literal de cadena simple" -#: postmaster/pgstat.c:3746 postmaster/pgstat.c:3881 -#, c-format -msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" -msgstr "no se pudo cambiar el nombre al archivo temporal de estadísticas de «%s» a «%s»: %m" +#: parser/parser.c:252 +msgid "invalid Unicode escape character" +msgstr "carácter de escape Unicode no válido" -#: postmaster/pgstat.c:3979 postmaster/pgstat.c:4245 postmaster/pgstat.c:4402 +#: parser/parser.c:321 scan.l:1329 #, c-format -msgid "could not open statistics file \"%s\": %m" -msgstr "no se pudo abrir el archivo de estadísticas «%s»: %m" +msgid "invalid Unicode escape value" +msgstr "valor de escape Unicode no válido" -#: postmaster/pgstat.c:3991 postmaster/pgstat.c:4001 postmaster/pgstat.c:4022 -#: postmaster/pgstat.c:4033 postmaster/pgstat.c:4044 postmaster/pgstat.c:4066 -#: postmaster/pgstat.c:4081 postmaster/pgstat.c:4151 postmaster/pgstat.c:4182 -#: postmaster/pgstat.c:4257 postmaster/pgstat.c:4277 postmaster/pgstat.c:4295 -#: postmaster/pgstat.c:4311 postmaster/pgstat.c:4329 postmaster/pgstat.c:4345 -#: postmaster/pgstat.c:4414 postmaster/pgstat.c:4426 postmaster/pgstat.c:4438 -#: postmaster/pgstat.c:4449 postmaster/pgstat.c:4460 postmaster/pgstat.c:4485 -#: postmaster/pgstat.c:4512 postmaster/pgstat.c:4525 +#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6555 #, c-format -msgid "corrupted statistics file \"%s\"" -msgstr "el archivo de estadísticas «%s» está corrupto" +msgid "invalid Unicode escape" +msgstr "valor de escape Unicode no válido" -#: postmaster/pgstat.c:4634 +#: parser/parser.c:469 #, c-format -msgid "statistics collector's time %s is later than backend local time %s" -msgstr "la fecha del colector de estadísticas %s es posterior a la fecha local del servidor %s" +msgid "Unicode escapes must be \\XXXX or \\+XXXXXX." +msgstr "Los escapes Unicode deben ser \\XXXX o \\+XXXXXX." -#: postmaster/pgstat.c:4657 +#: parser/parser.c:497 scan.l:638 scan.l:654 scan.l:670 +#: utils/adt/varlena.c:6580 #, c-format -msgid "using stale statistics instead of current ones because stats collector is not responding" -msgstr "usando estadísticas añejas en vez de actualizadas porque el recolector de estadísticas no está respondiendo" +msgid "invalid Unicode surrogate pair" +msgstr "par sustituto (surrogate) Unicode no válido" -#: postmaster/pgstat.c:4784 +#: parser/scansup.c:101 #, c-format -msgid "stats_timestamp %s is later than collector's time %s for database %u" -msgstr "stats_timestamp %s es posterior a la fecha del colector %s para la base de datos %u" +msgid "identifier \"%s\" will be truncated to \"%.*s\"" +msgstr "el identificador «%s» se truncará a «%.*s»" -#: postmaster/pgstat.c:4997 +#: partitioning/partbounds.c:2821 #, c-format -msgid "database hash table corrupted during cleanup --- abort" -msgstr "el hash de bases de datos se corrompió durante la finalización; abortando" +msgid "partition \"%s\" conflicts with existing default partition \"%s\"" +msgstr "la partición «%s» está en conflicto con la partición default «%s» existente" -#: postmaster/postmaster.c:745 +#: partitioning/partbounds.c:2873 partitioning/partbounds.c:2892 +#: partitioning/partbounds.c:2914 #, c-format -msgid "%s: invalid argument for option -f: \"%s\"\n" -msgstr "%s: argumento no válido para la opción -f: «%s»\n" +msgid "every hash partition modulus must be a factor of the next larger modulus" +msgstr "cada módulo de partición hash debe ser un factor del próximo mayor módulo" -#: postmaster/postmaster.c:824 +#: partitioning/partbounds.c:2874 partitioning/partbounds.c:2915 #, c-format -msgid "%s: invalid argument for option -t: \"%s\"\n" -msgstr "%s: argumento no válido para la opción -t: «%s»\n" +msgid "The new modulus %d is not a factor of %d, the modulus of existing partition \"%s\"." +msgstr "El nuevo módulo %d no es un factor de %d, el módulo de la partición existente «%s»." -#: postmaster/postmaster.c:875 +#: partitioning/partbounds.c:2893 #, c-format -msgid "%s: invalid argument: \"%s\"\n" -msgstr "%s: argumento no válido: «%s»\n" +msgid "The new modulus %d is not divisible by %d, the modulus of existing partition \"%s\"." +msgstr "El nuevo módulo %d no es divisible para %d, el módulo de la partición existente «%s»." -#: postmaster/postmaster.c:917 +#: partitioning/partbounds.c:3028 #, c-format -msgid "%s: superuser_reserved_connections (%d) must be less than max_connections (%d)\n" -msgstr "%s: superuser_reserved_connections (%d) debe ser menor que max_connections (%d)\n" +msgid "empty range bound specified for partition \"%s\"" +msgstr "borde de rango vació especificado para la partición «%s»" -#: postmaster/postmaster.c:924 +#: partitioning/partbounds.c:3030 #, c-format -msgid "WAL archival cannot be enabled when wal_level is \"minimal\"" -msgstr "el archivador de WAL no puede activarse cuando wal_level es «minimal»" +msgid "Specified lower bound %s is greater than or equal to upper bound %s." +msgstr "El límite inferior %s especificado es mayor o igual al límite superior %s." -#: postmaster/postmaster.c:927 +#: partitioning/partbounds.c:3142 #, c-format -msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"replica\" or \"logical\"" -msgstr "el flujo de WAL (max_wal_senders > 0) requiere wal_level «replica» o «logical»" +msgid "partition \"%s\" would overlap partition \"%s\"" +msgstr "la partición «%s» traslaparía con la partición «%s»" -#: postmaster/postmaster.c:935 +#: partitioning/partbounds.c:3259 #, c-format -msgid "%s: invalid datetoken tables, please fix\n" -msgstr "%s: las tablas de palabras clave de fecha no son válidas, arréglelas\n" +msgid "skipped scanning foreign table \"%s\" which is a partition of default partition \"%s\"" +msgstr "se omitió recorrer la tabla foránea «%s» que es una partición de la partición default «%s»" -#: postmaster/postmaster.c:1052 +#: partitioning/partbounds.c:4715 #, c-format -msgid "could not create I/O completion port for child queue" -msgstr "no se pudo crear el port E/S de reporte de completitud para la cola de procesos hijos" +msgid "remainder for hash partition must be an integer value greater than or equal to zero" +msgstr "remanente en partición hash debe ser un valor entero mayor que o igual a cero" -#: postmaster/postmaster.c:1117 +#: partitioning/partbounds.c:4739 #, c-format -msgid "ending log output to stderr" -msgstr "terminando la salida de registro a stderr" +msgid "\"%s\" is not a hash partitioned table" +msgstr "«%s» es una tabla particionada por hash" -#: postmaster/postmaster.c:1118 +#: partitioning/partbounds.c:4750 partitioning/partbounds.c:4867 #, c-format -msgid "Future log output will go to log destination \"%s\"." -msgstr "La salida futura del registro será enviada al destino de log «%s»." +msgid "number of partitioning columns (%d) does not match number of partition keys provided (%d)" +msgstr "el número de columnas de particionamiento (%d) no coincide con el número de llaves de particionamiento provistas (%d)" -#: postmaster/postmaster.c:1129 +#: partitioning/partbounds.c:4772 #, c-format -msgid "starting %s" -msgstr "iniciando %s" +msgid "column %d of the partition key has type %s, but supplied value is of type %s" +msgstr "la columna %d de la llave de particionamiento tiene tipo «%s», pero el valor dado es de tipo «%s»" -#: postmaster/postmaster.c:1158 postmaster/postmaster.c:1257 -#: utils/init/miscinit.c:1632 +#: partitioning/partbounds.c:4804 #, c-format -msgid "invalid list syntax in parameter \"%s\"" -msgstr "la sintaxis de lista no es válida para el parámetro «%s»" +msgid "column %d of the partition key has type \"%s\", but supplied value is of type \"%s\"" +msgstr "la columna %d de la llave de particionamiento tiene tipo «%s», pero el valor dado es de tipo «%s»" -#: postmaster/postmaster.c:1189 +#: port/pg_sema.c:209 port/pg_shmem.c:678 port/posix_sema.c:209 +#: port/sysv_sema.c:327 port/sysv_shmem.c:678 #, c-format -msgid "could not create listen socket for \"%s\"" -msgstr "no se pudo crear el socket de escucha para «%s»" +msgid "could not stat data directory \"%s\": %m" +msgstr "no se pudo hacer stat al directorio de datos «%s»: %m" -#: postmaster/postmaster.c:1195 +#: port/pg_shmem.c:227 port/sysv_shmem.c:227 #, c-format -msgid "could not create any TCP/IP sockets" -msgstr "no se pudo crear ningún socket TCP/IP" +msgid "could not create shared memory segment: %m" +msgstr "no se pudo crear el segmento de memoria compartida: %m" -#: postmaster/postmaster.c:1227 +#: port/pg_shmem.c:228 port/sysv_shmem.c:228 #, c-format -msgid "DNSServiceRegister() failed: error code %ld" -msgstr "DNSServiceRegister() falló: código de error %ld" +msgid "Failed system call was shmget(key=%lu, size=%zu, 0%o)." +msgstr "La llamada a sistema fallida fue shmget(key=%lu, size=%zu, 0%o)." -#: postmaster/postmaster.c:1279 +#: port/pg_shmem.c:232 port/sysv_shmem.c:232 #, c-format -msgid "could not create Unix-domain socket in directory \"%s\"" -msgstr "no se pudo crear el socket de dominio Unix en el directorio «%s»" +msgid "" +"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter, or possibly that it is less than your kernel's SHMMIN parameter.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." +msgstr "" +"Este error normalmente significa que la petición de un segmento de memoria compartida de PostgreSQL excedió el parámetro SHMMAX del kernel, o posiblemente que es menor que el parámetro SHMMIN del kernel.\n" +"La documentación de PostgreSQL contiene más información acerca de la configuración de memoria compartida." -#: postmaster/postmaster.c:1285 +#: port/pg_shmem.c:239 port/sysv_shmem.c:239 #, c-format -msgid "could not create any Unix-domain sockets" -msgstr "no se pudo crear ningún socket de dominio Unix" +msgid "" +"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMALL parameter. You might need to reconfigure the kernel with larger SHMALL.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." +msgstr "" +"Este error normalmente significa que la petición de un segmento de memoria compartida de PostgreSQL excedió el parámetro SHMALL del kernel. Puede ser necesario reconfigurar el kernel con un SHMALL mayor.\n" +"La documentación de PostgreSQL contiene más información acerca de la configuración de memoria compartida." -#: postmaster/postmaster.c:1297 +#: port/pg_shmem.c:245 port/sysv_shmem.c:245 #, c-format -msgid "no socket created for listening" -msgstr "no se creó el socket de atención" +msgid "" +"This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." +msgstr "" +"Este error *no* significa que se haya quedado sin espacio en disco. Ocurre cuando se han usado todos los IDs de memoria compartida disponibles, en cuyo caso puede incrementar el parámetro SHMMNI del kernel, o bien porque se ha alcanzado el límite total de memoria compartida.\n" +"La documentación de PostgreSQL contiene más información acerca de la configuración de memoria compartida." -#: postmaster/postmaster.c:1328 +#: port/pg_shmem.c:616 port/sysv_shmem.c:616 #, c-format -msgid "%s: could not change permissions of external PID file \"%s\": %s\n" -msgstr "%s: no se pudo cambiar los permisos del archivo de PID externo «%s»: %s\n" +msgid "could not map anonymous shared memory: %m" +msgstr "no se pudo mapear memoria compartida anónima: %m" -#: postmaster/postmaster.c:1332 +#: port/pg_shmem.c:618 port/sysv_shmem.c:618 #, c-format -msgid "%s: could not write external PID file \"%s\": %s\n" -msgstr "%s: no pudo escribir en el archivo externo de PID «%s»: %s\n" +msgid "This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space, or huge pages. To reduce the request size (currently %zu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections." +msgstr "Este error normalmente significa que la petición de un segmento de memoria compartida de PostgreSQL excedía la memoria disponible, el espacio de intercambio (swap), o las huge pages. Para reducir el tamaño de la petición (actualmente %zu bytes), reduzca el uso de memoria compartida de PostgreSQL, quizás reduciendo el parámetro shared_buffers o el parámetro max_connections." -#: postmaster/postmaster.c:1365 utils/init/postinit.c:216 +#: port/pg_shmem.c:686 port/sysv_shmem.c:686 #, c-format -msgid "could not load pg_hba.conf" -msgstr "no se pudo cargar pg_hba.conf" +msgid "huge pages not supported on this platform" +msgstr "las huge pages no están soportadas en esta plataforma" -#: postmaster/postmaster.c:1391 +#: port/pg_shmem.c:693 port/sysv_shmem.c:693 #, c-format -msgid "postmaster became multithreaded during startup" -msgstr "postmaster se volvió multi-hilo durante la partida" +msgid "huge pages not supported with the current shared_memory_type setting" +msgstr "las huge pages no están soportadas con la configuración actual de shared_memory_type" -#: postmaster/postmaster.c:1392 +#: port/pg_shmem.c:753 port/sysv_shmem.c:753 utils/init/miscinit.c:1172 #, c-format -msgid "Set the LC_ALL environment variable to a valid locale." -msgstr "Defina la variable de ambiente LC_ALL a un valor válido." +msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use" +msgstr "el bloque de memoria compartida preexistente (clave %lu, ID %lu) aún está en uso" -#: postmaster/postmaster.c:1487 +#: port/pg_shmem.c:756 port/sysv_shmem.c:756 utils/init/miscinit.c:1174 #, c-format -msgid "%s: could not locate my own executable path" -msgstr "%s: no se pudo localizar la ruta de mi propio ejecutable" +msgid "Terminate any old server processes associated with data directory \"%s\"." +msgstr "Termine cualquier proceso de servidor asociado al directorio de datos «%s»." -#: postmaster/postmaster.c:1494 +#: port/sysv_sema.c:124 #, c-format -msgid "%s: could not locate matching postgres executable" -msgstr "%s: no se pudo localizar el ejecutable postgres correspondiente" +msgid "could not create semaphores: %m" +msgstr "no se pudo crear semáforos: %m" -#: postmaster/postmaster.c:1517 utils/misc/tzparser.c:340 +#: port/sysv_sema.c:125 #, c-format -msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location." -msgstr "Esto puede indicar una instalación de PostgreSQL incompleta, o que el archivo «%s» ha sido movido de la ubicación adecuada." +msgid "Failed system call was semget(%lu, %d, 0%o)." +msgstr "La llamada a sistema fallida fue semget(%lu, %d, 0%o)." -#: postmaster/postmaster.c:1544 +#: port/sysv_sema.c:129 #, c-format msgid "" -"%s: could not find the database system\n" -"Expected to find it in the directory \"%s\",\n" -"but could not open file \"%s\": %s\n" +"This error does *not* mean that you have run out of disk space. It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter.\n" +"The PostgreSQL documentation contains more information about configuring your system for PostgreSQL." msgstr "" -"%s: no se pudo encontrar el sistema de base de datos\n" -"Se esperaba encontrar en el directorio PGDATA «%s»,\n" -"pero no se pudo abrir el archivo «%s»: %s\n" +"Este error *no* significa que se haya quedado sin espacio en disco.\n" +"Ocurre cuando se alcanza el límite del sistema del número de semáforos (SEMMNI), o bien cuando se excede el total de semáforos del sistema (SEMMNS).Necesita incrementar el parámetro respectivo del kernel. Alternativamente, reduzca el consumo de semáforos de PostgreSQL reduciendo el parámetro max_connections.\n" +"La documentación de PostgreSQL contiene más información acerca de cómo configurar su sistema para PostgreSQL." -#: postmaster/postmaster.c:1721 +#: port/sysv_sema.c:159 #, c-format -msgid "select() failed in postmaster: %m" -msgstr "select() falló en postmaster: %m" +msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d. Look into the PostgreSQL documentation for details." +msgstr "Probablemente necesita incrementar el valor SEMVMX del kernel hasta al menos %d. Examine la documentación de PostgreSQL para obtener más detalles." -#: postmaster/postmaster.c:1857 +#: port/win32/crashdump.c:121 #, c-format -msgid "issuing SIGKILL to recalcitrant children" -msgstr "enviando SIGKILL a procesos hijos recalcitrantes" +msgid "could not load dbghelp.dll, cannot write crash dump\n" +msgstr "no se pudo cargar dbghelp.dll, no se puede escribir el volcado de la caída\n" -#: postmaster/postmaster.c:1878 +#: port/win32/crashdump.c:129 #, c-format -msgid "performing immediate shutdown because data directory lock file is invalid" -msgstr "ejecutando un apagado inmediato porque el archivo de bloqueo del directorio de datos no es válido" +msgid "could not load required functions in dbghelp.dll, cannot write crash dump\n" +msgstr "no fue posible cargar las funciones requeridas desde dbghelp.dll, no se puede escribir el volcado de la caída\n" -#: postmaster/postmaster.c:1981 postmaster/postmaster.c:2009 +#: port/win32/crashdump.c:160 #, c-format -msgid "incomplete startup packet" -msgstr "el paquete de inicio está incompleto" +msgid "could not open crash dump file \"%s\" for writing: error code %lu\n" +msgstr "no se pudo abrir el archivo del volcado de caída «%s» para escritura: código de error %lu\n" -#: postmaster/postmaster.c:1993 +#: port/win32/crashdump.c:167 #, c-format -msgid "invalid length of startup packet" -msgstr "el de paquete de inicio tiene largo incorrecto" +msgid "wrote crash dump to file \"%s\"\n" +msgstr "se escribió el volcado de caída en el archivo «%s».\n" -#: postmaster/postmaster.c:2048 +#: port/win32/crashdump.c:169 #, c-format -msgid "failed to send SSL negotiation response: %m" -msgstr "no se pudo enviar la respuesta de negociación SSL: %m" +msgid "could not write crash dump to file \"%s\": error code %lu\n" +msgstr "no se pudo escribir el volcado de caída al archivo «%s»: código de error %lu\n" -#: postmaster/postmaster.c:2066 +#: port/win32/signal.c:196 #, c-format -msgid "received unencrypted data after SSL request" -msgstr "se recibieron datos no cifrados después de petición SSL" +msgid "could not create signal listener pipe for PID %d: error code %lu" +msgstr "no se pudo crear tubería para escuchar señales para el PID %d: código de error %lu" -#: postmaster/postmaster.c:2067 postmaster/postmaster.c:2111 +#: port/win32/signal.c:251 #, c-format -msgid "This could be either a client-software bug or evidence of an attempted man-in-the-middle attack." -msgstr "Esto podría ser un error en el software cliente o evidencia de un intento de ataque man-in-the-middle." +msgid "could not create signal listener pipe: error code %lu; retrying\n" +msgstr "no se pudo crear tubería para escuchar señales: código de error %lu; reintentando\n" -#: postmaster/postmaster.c:2092 +#: port/win32_sema.c:104 #, c-format -msgid "failed to send GSSAPI negotiation response: %m" -msgstr "no se pudo enviar la respuesta de negociación GSSAPI: %m" +msgid "could not create semaphore: error code %lu" +msgstr "no se pudo crear semáforo: código de error %lu" -#: postmaster/postmaster.c:2110 +#: port/win32_sema.c:180 #, c-format -msgid "received unencrypted data after GSSAPI encryption request" -msgstr "se recibieron datos no cifrados después de petición de cifrado GSSAPI" +msgid "could not lock semaphore: error code %lu" +msgstr "no se pudo bloquear semáforo: código de error %lu" -#: postmaster/postmaster.c:2134 +#: port/win32_sema.c:200 #, c-format -msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" -msgstr "el protocolo %u.%u no está soportado: servidor soporta %u.0 hasta %u.%u" +msgid "could not unlock semaphore: error code %lu" +msgstr "no se pudo desbloquear semáforo: código de error %lu" -#: postmaster/postmaster.c:2198 utils/misc/guc.c:7126 utils/misc/guc.c:7162 -#: utils/misc/guc.c:7232 utils/misc/guc.c:8564 utils/misc/guc.c:11530 -#: utils/misc/guc.c:11571 +#: port/win32_sema.c:230 #, c-format -msgid "invalid value for parameter \"%s\": \"%s\"" -msgstr "valor no válido para el parámetro «%s»: «%s»" +msgid "could not try-lock semaphore: error code %lu" +msgstr "no se pudo intentar-bloquear (try-lock) el semáforo: código de error %lu" -#: postmaster/postmaster.c:2201 +#: port/win32_shmem.c:144 port/win32_shmem.c:159 port/win32_shmem.c:171 +#: port/win32_shmem.c:187 #, c-format -msgid "Valid values are: \"false\", 0, \"true\", 1, \"database\"." -msgstr "Los valores válidos son: «false», 0, «true», 1, «database»." +msgid "could not enable user right \"%s\": error code %lu" +msgstr "no se pudo habilitar el privilegio de usuario «%s»: código de error %lu" -#: postmaster/postmaster.c:2246 -#, c-format -msgid "invalid startup packet layout: expected terminator as last byte" -msgstr "el paquete de inicio no es válido: se esperaba un terminador en el último byte" +#. translator: This is a term from Windows and should be translated to +#. match the Windows localization. +#. +#: port/win32_shmem.c:150 port/win32_shmem.c:159 port/win32_shmem.c:171 +#: port/win32_shmem.c:182 port/win32_shmem.c:184 port/win32_shmem.c:187 +msgid "Lock pages in memory" +msgstr "Bloquear páginas en la memoria" -#: postmaster/postmaster.c:2263 +#: port/win32_shmem.c:152 port/win32_shmem.c:160 port/win32_shmem.c:172 +#: port/win32_shmem.c:188 #, c-format -msgid "no PostgreSQL user name specified in startup packet" -msgstr "no se especifica un nombre de usuario en el paquete de inicio" +msgid "Failed system call was %s." +msgstr "La llamada a sistema fallida fue %s." -#: postmaster/postmaster.c:2327 +#: port/win32_shmem.c:182 #, c-format -msgid "the database system is starting up" -msgstr "el sistema de base de datos está iniciándose" +msgid "could not enable user right \"%s\"" +msgstr "no se pudo habilitar el privilegio de usuario «%s»" -#: postmaster/postmaster.c:2333 +#: port/win32_shmem.c:183 #, c-format -msgid "the database system is not yet accepting connections" -msgstr "el sistema de bases de datos aún no está aceptando conexiones" +msgid "Assign user right \"%s\" to the Windows user account which runs PostgreSQL." +msgstr "Asigne el privilegio «%s» a la cuenta de usuario de Windows que ejecuta PostgreSQL." -#: postmaster/postmaster.c:2334 +#: port/win32_shmem.c:241 #, c-format -msgid "Consistent recovery state has not been yet reached." -msgstr "Aún no se ha alcanzado un estado de recuperación consistente." +msgid "the processor does not support large pages" +msgstr "el procesador no soporta páginas grandes" -#: postmaster/postmaster.c:2338 +#: port/win32_shmem.c:310 port/win32_shmem.c:346 port/win32_shmem.c:364 #, c-format -msgid "the database system is not accepting connections" -msgstr "el sistema de bases de datos no está aceptando conexiones" +msgid "could not create shared memory segment: error code %lu" +msgstr "no se pudo crear el segmento de memoria compartida: código de error %lu" -#: postmaster/postmaster.c:2339 +#: port/win32_shmem.c:311 #, c-format -msgid "Hot standby mode is disabled." -msgstr "El modo hot standby está desactivado." +msgid "Failed system call was CreateFileMapping(size=%zu, name=%s)." +msgstr "La llamada a sistema fallida fue CreateFileMapping(size=%zu, name=%s)." -#: postmaster/postmaster.c:2344 +#: port/win32_shmem.c:336 #, c-format -msgid "the database system is shutting down" -msgstr "el sistema de base de datos está apagándose" +msgid "pre-existing shared memory block is still in use" +msgstr "el bloque de memoria compartida preexistente aún está en uso" -#: postmaster/postmaster.c:2349 +#: port/win32_shmem.c:337 #, c-format -msgid "the database system is in recovery mode" -msgstr "el sistema de base de datos está en modo de recuperación" +msgid "Check if there are any old server processes still running, and terminate them." +msgstr "Verifique si hay procesos de servidor antiguos aún en funcionamiento, y termínelos." -#: postmaster/postmaster.c:2354 storage/ipc/procarray.c:485 -#: storage/ipc/sinvaladt.c:297 storage/lmgr/proc.c:361 +#: port/win32_shmem.c:347 #, c-format -msgid "sorry, too many clients already" -msgstr "lo siento, ya tenemos demasiados clientes" +msgid "Failed system call was DuplicateHandle." +msgstr "La llamada a sistema fallida fue DuplicateHandle." -#: postmaster/postmaster.c:2444 +#: port/win32_shmem.c:365 #, c-format -msgid "wrong key in cancel request for process %d" -msgstr "llave incorrecta en la petición de cancelación para el proceso %d" +msgid "Failed system call was MapViewOfFileEx." +msgstr "La llamada a sistema fallida fue MapViewOfFileEx." -#: postmaster/postmaster.c:2456 +#: postmaster/autovacuum.c:410 #, c-format -msgid "PID %d in cancel request did not match any process" -msgstr "el PID %d en la petición de cancelación no coincidió con ningún proceso" +msgid "could not fork autovacuum launcher process: %m" +msgstr "no se pudo iniciar el lanzador autovacuum: %m" -#: postmaster/postmaster.c:2710 +#: postmaster/autovacuum.c:1492 #, c-format -msgid "received SIGHUP, reloading configuration files" -msgstr "se recibió SIGHUP, volviendo a cargar archivos de configuración" +msgid "could not fork autovacuum worker process: %m" +msgstr "no se pudo lanzar el proceso «autovacuum worker»: %m" -#. translator: %s is a configuration file -#: postmaster/postmaster.c:2736 postmaster/postmaster.c:2740 +#: postmaster/autovacuum.c:2286 #, c-format -msgid "%s was not reloaded" -msgstr "%s no fue vuelto a cargar" +msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\"" +msgstr "autovacuum: eliminando tabla temporal huérfana «%s.%s.%s»" -#: postmaster/postmaster.c:2750 +#: postmaster/autovacuum.c:2515 #, c-format -msgid "SSL configuration was not reloaded" -msgstr "la configuración SSL no fue vuelta a cargar" +msgid "automatic vacuum of table \"%s.%s.%s\"" +msgstr "vacuum automático de la tabla «%s.%s.%s»" -#: postmaster/postmaster.c:2806 +#: postmaster/autovacuum.c:2518 #, c-format -msgid "received smart shutdown request" -msgstr "se recibió petición de apagado inteligente" +msgid "automatic analyze of table \"%s.%s.%s\"" +msgstr "análisis automático de la tabla «%s.%s.%s»" -#: postmaster/postmaster.c:2852 +#: postmaster/autovacuum.c:2711 #, c-format -msgid "received fast shutdown request" -msgstr "se recibió petición de apagado rápido" +msgid "processing work entry for relation \"%s.%s.%s\"" +msgstr "procesando elemento de tarea de la tabla «%s.%s.%s»" -#: postmaster/postmaster.c:2870 +#: postmaster/autovacuum.c:3397 #, c-format -msgid "aborting any active transactions" -msgstr "abortando transacciones activas" +msgid "autovacuum not started because of misconfiguration" +msgstr "autovacuum no fue iniciado debido a un error de configuración" -#: postmaster/postmaster.c:2894 +#: postmaster/autovacuum.c:3398 #, c-format -msgid "received immediate shutdown request" -msgstr "se recibió petición de apagado inmediato" +msgid "Enable the \"track_counts\" option." +msgstr "Active la opción «track_counts»." -#: postmaster/postmaster.c:2971 +#: postmaster/bgworker.c:256 #, c-format -msgid "shutdown at recovery target" -msgstr "apagándose al alcanzar el destino de recuperación" - -#: postmaster/postmaster.c:2989 postmaster/postmaster.c:3025 -msgid "startup process" -msgstr "proceso de inicio" +msgid "inconsistent background worker state (max_worker_processes=%d, total_slots=%d)" +msgstr "estado inconsistente de proceso ayudante (max_worker_processes=%d, total_slots=%d)" -#: postmaster/postmaster.c:2992 +#: postmaster/bgworker.c:661 #, c-format -msgid "aborting startup due to startup process failure" -msgstr "abortando el inicio debido a una falla en el procesamiento de inicio" +msgid "background worker \"%s\": must attach to shared memory in order to request a database connection" +msgstr "proceso ayudante «%s»: debe acoplarse a memoria compartida para poder solicitar una conexión a base de datos" -#: postmaster/postmaster.c:3067 +#: postmaster/bgworker.c:670 #, c-format -msgid "database system is ready to accept connections" -msgstr "el sistema de bases de datos está listo para aceptar conexiones" - -#: postmaster/postmaster.c:3088 -msgid "background writer process" -msgstr "proceso background writer" - -#: postmaster/postmaster.c:3142 -msgid "checkpointer process" -msgstr "proceso checkpointer" - -#: postmaster/postmaster.c:3158 -msgid "WAL writer process" -msgstr "proceso escritor de WAL" - -#: postmaster/postmaster.c:3173 -msgid "WAL receiver process" -msgstr "proceso receptor de WAL" - -#: postmaster/postmaster.c:3188 -msgid "autovacuum launcher process" -msgstr "proceso lanzador de autovacuum" - -#: postmaster/postmaster.c:3206 -msgid "archiver process" -msgstr "proceso de archivado" - -#: postmaster/postmaster.c:3221 -msgid "statistics collector process" -msgstr "recolector de estadísticas" - -#: postmaster/postmaster.c:3235 -msgid "system logger process" -msgstr "proceso de log" +msgid "background worker \"%s\": cannot request database access if starting at postmaster start" +msgstr "proceso ayudante «%s»: no se puede solicitar una conexión a base de datos si está iniciando en el momento de inicio de postmaster" -#: postmaster/postmaster.c:3299 +#: postmaster/bgworker.c:684 #, c-format -msgid "background worker \"%s\"" -msgstr "proceso ayudante «%s»" - -#: postmaster/postmaster.c:3383 postmaster/postmaster.c:3403 -#: postmaster/postmaster.c:3410 postmaster/postmaster.c:3428 -msgid "server process" -msgstr "proceso de servidor" +msgid "background worker \"%s\": invalid restart interval" +msgstr "proceso ayudante «%s»: intervalo de reinicio no válido" -#: postmaster/postmaster.c:3482 +#: postmaster/bgworker.c:699 #, c-format -msgid "terminating any other active server processes" -msgstr "terminando todos los otros procesos de servidor activos" +msgid "background worker \"%s\": parallel workers may not be configured for restart" +msgstr "proceso ayudante «%s»: los ayudantes paralelos no pueden ser configurados «restart»" -#. translator: %s is a noun phrase describing a child process, such as -#. "server process" -#: postmaster/postmaster.c:3735 +#: postmaster/bgworker.c:723 tcop/postgres.c:3189 #, c-format -msgid "%s (PID %d) exited with exit code %d" -msgstr "%s (PID %d) terminó con código de salida %d" +msgid "terminating background worker \"%s\" due to administrator command" +msgstr "terminando el proceso ayudante «%s» debido a una orden del administrador" -#: postmaster/postmaster.c:3737 postmaster/postmaster.c:3749 -#: postmaster/postmaster.c:3759 postmaster/postmaster.c:3770 +#: postmaster/bgworker.c:904 #, c-format -msgid "Failed process was running: %s" -msgstr "El proceso que falló estaba ejecutando: %s" +msgid "background worker \"%s\": must be registered in shared_preload_libraries" +msgstr "proceso ayudante «%s»: debe ser registrado en shared_preload_libraries" -#. translator: %s is a noun phrase describing a child process, such as -#. "server process" -#: postmaster/postmaster.c:3746 +#: postmaster/bgworker.c:916 #, c-format -msgid "%s (PID %d) was terminated by exception 0x%X" -msgstr "%s (PID %d) fue terminado por una excepción 0x%X" +msgid "background worker \"%s\": only dynamic background workers can request notification" +msgstr "proceso ayudante «%s»: sólo los ayudantes dinámicos pueden pedir notificaciones" -#. translator: %s is a noun phrase describing a child process, such as -#. "server process" -#: postmaster/postmaster.c:3756 +#: postmaster/bgworker.c:931 #, c-format -msgid "%s (PID %d) was terminated by signal %d: %s" -msgstr "%s (PID %d) fue terminado por una señal %d: %s" +msgid "too many background workers" +msgstr "demasiados procesos ayudantes" -#. translator: %s is a noun phrase describing a child process, such as -#. "server process" -#: postmaster/postmaster.c:3768 +#: postmaster/bgworker.c:932 #, c-format -msgid "%s (PID %d) exited with unrecognized status %d" -msgstr "%s (PID %d) terminó con código %d no reconocido" +msgid "Up to %d background worker can be registered with the current settings." +msgid_plural "Up to %d background workers can be registered with the current settings." +msgstr[0] "Hasta %d proceso ayudante puede registrarse con la configuración actual." +msgstr[1] "Hasta %d procesos ayudantes pueden registrarse con la configuración actual." -#: postmaster/postmaster.c:3982 +# FIXME a %s would be nice here +#: postmaster/bgworker.c:936 #, c-format -msgid "abnormal database system shutdown" -msgstr "apagado anormal del sistema de bases de datos" +msgid "Consider increasing the configuration parameter \"max_worker_processes\"." +msgstr "Considere incrementar el parámetro de configuración «max_worker_processes»." -#: postmaster/postmaster.c:4020 +#: postmaster/checkpointer.c:428 #, c-format -msgid "shutting down due to startup process failure" -msgstr "apagando debido a una falla en el procesamiento de inicio" +msgid "checkpoints are occurring too frequently (%d second apart)" +msgid_plural "checkpoints are occurring too frequently (%d seconds apart)" +msgstr[0] "los puntos de control están ocurriendo con demasiada frecuencia (cada %d segundo)" +msgstr[1] "los puntos de control están ocurriendo con demasiada frecuencia (cada %d segundos)" -#: postmaster/postmaster.c:4026 +# FIXME a %s would be nice here +#: postmaster/checkpointer.c:432 #, c-format -msgid "shutting down because restart_after_crash is off" -msgstr "apagando debido a que restart_after_crash está desactivado" +msgid "Consider increasing the configuration parameter \"max_wal_size\"." +msgstr "Considere incrementar el parámetro de configuración «max_wal_size»." -#: postmaster/postmaster.c:4038 +#: postmaster/checkpointer.c:1062 #, c-format -msgid "all server processes terminated; reinitializing" -msgstr "todos los procesos fueron terminados; reinicializando" +msgid "checkpoint request failed" +msgstr "falló la petición de punto de control" -#: postmaster/postmaster.c:4212 postmaster/postmaster.c:5571 -#: postmaster/postmaster.c:5962 +#: postmaster/checkpointer.c:1063 #, c-format -msgid "could not generate random cancel key" -msgstr "no se pudo generar una llave de cancelación aleatoria" +msgid "Consult recent messages in the server log for details." +msgstr "Vea los mensajes recientes en el registro del servidor para obtener más detalles." -#: postmaster/postmaster.c:4266 +#: postmaster/pgarch.c:365 #, c-format -msgid "could not fork new process for connection: %m" -msgstr "no se pudo lanzar el nuevo proceso para la conexión: %m" - -#: postmaster/postmaster.c:4308 -msgid "could not fork new process for connection: " -msgstr "no se pudo lanzar el nuevo proceso para la conexión: " +msgid "archive_mode enabled, yet archive_command is not set" +msgstr "archive_mode activado, pero archive_command no está definido" -#: postmaster/postmaster.c:4414 +#: postmaster/pgarch.c:387 #, c-format -msgid "connection received: host=%s port=%s" -msgstr "conexión recibida: host=%s port=%s" +msgid "removed orphan archive status file \"%s\"" +msgstr "eliminando archivo de estado huérfano «%s»" -#: postmaster/postmaster.c:4419 +#: postmaster/pgarch.c:397 #, c-format -msgid "connection received: host=%s" -msgstr "conexión recibida: host=%s" +msgid "removal of orphan archive status file \"%s\" failed too many times, will try again later" +msgstr "la eliminación del archivo de estado huérfano «%s» falló demasiadas veces, se tratará de nuevo después" -#: postmaster/postmaster.c:4662 +#: postmaster/pgarch.c:433 #, c-format -msgid "could not execute server process \"%s\": %m" -msgstr "no se pudo lanzar el proceso servidor «%s»: %m" +msgid "archiving write-ahead log file \"%s\" failed too many times, will try again later" +msgstr "el archivado del archivo de WAL «%s» falló demasiadas veces, se tratará de nuevo más tarde" -#: postmaster/postmaster.c:4720 +#: postmaster/pgarch.c:534 #, c-format -msgid "could not create backend parameter file mapping: error code %lu" -msgstr "no se pudo crear mapeo de archivo de parámetros de servidor: código de error %lu" +msgid "archive command failed with exit code %d" +msgstr "la orden de archivado falló con código de retorno %d" -#: postmaster/postmaster.c:4729 +#: postmaster/pgarch.c:536 postmaster/pgarch.c:546 postmaster/pgarch.c:552 +#: postmaster/pgarch.c:561 #, c-format -msgid "could not map backend parameter memory: error code %lu" -msgstr "no se pudo mapear memoria para parámetros de servidor: código de error %lu" +msgid "The failed archive command was: %s" +msgstr "La orden fallida era: «%s»" -#: postmaster/postmaster.c:4756 +#: postmaster/pgarch.c:543 #, c-format -msgid "subprocess command line too long" -msgstr "orden de subproceso demasiado larga" +msgid "archive command was terminated by exception 0x%X" +msgstr "la orden de archivado fue terminada por una excepción 0x%X" -#: postmaster/postmaster.c:4774 +#: postmaster/pgarch.c:545 postmaster/postmaster.c:3748 #, c-format -msgid "CreateProcess() call failed: %m (error code %lu)" -msgstr "llamada a CreateProcess() falló: %m (código de error %lu)" +msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." +msgstr "Vea el archivo «ntstatus.h» para una descripción del valor hexadecimal." -#: postmaster/postmaster.c:4801 +#: postmaster/pgarch.c:550 #, c-format -msgid "could not unmap view of backend parameter file: error code %lu" -msgstr "no se pudo desmapear la vista del archivo de parámetros de servidor: código de error %lu" +msgid "archive command was terminated by signal %d: %s" +msgstr "la orden de archivado fue terminada por una señal %d: %s" -#: postmaster/postmaster.c:4805 +#: postmaster/pgarch.c:559 #, c-format -msgid "could not close handle to backend parameter file: error code %lu" -msgstr "no se pudo cerrar el archivo de parámetros de servidor: código de error %lu" +msgid "archive command exited with unrecognized status %d" +msgstr "la orden de archivado fue terminada con código %d no reconocido" -#: postmaster/postmaster.c:4827 +#: postmaster/pgstat.c:418 #, c-format -msgid "giving up after too many tries to reserve shared memory" -msgstr "renunciar después de demasiados intentos de reservar memoria compartida" +msgid "could not resolve \"localhost\": %s" +msgstr "no se pudo resolver «localhost»: %s" -#: postmaster/postmaster.c:4828 +#: postmaster/pgstat.c:441 #, c-format -msgid "This might be caused by ASLR or antivirus software." -msgstr "Esto podría deberse a ASLR o un software antivirus." +msgid "trying another address for the statistics collector" +msgstr "intentando otra dirección para el recolector de estadísticas" -#: postmaster/postmaster.c:5018 +#: postmaster/pgstat.c:450 #, c-format -msgid "SSL configuration could not be loaded in child process" -msgstr "No se pudo cargar la configuración SSL en proceso secundario" +msgid "could not create socket for statistics collector: %m" +msgstr "no se pudo crear el socket para el recolector de estadísticas: %m" -#: postmaster/postmaster.c:5144 +#: postmaster/pgstat.c:462 #, c-format -msgid "Please report this to <%s>." -msgstr "Por favor reporte esto a <%s>." +msgid "could not bind socket for statistics collector: %m" +msgstr "no se pudo enlazar (bind) el socket para el recolector de estadísticas: %m" -#: postmaster/postmaster.c:5231 +#: postmaster/pgstat.c:473 #, c-format -msgid "database system is ready to accept read-only connections" -msgstr "el sistema de bases de datos está listo para aceptar conexiones de sólo lectura" +msgid "could not get address of socket for statistics collector: %m" +msgstr "no se pudo obtener la dirección del socket de estadísticas: %m" -#: postmaster/postmaster.c:5495 +#: postmaster/pgstat.c:489 #, c-format -msgid "could not fork startup process: %m" -msgstr "no se pudo lanzar el proceso de inicio: %m" +msgid "could not connect socket for statistics collector: %m" +msgstr "no se pudo conectar el socket para el recolector de estadísticas: %m" -#: postmaster/postmaster.c:5499 +#: postmaster/pgstat.c:510 #, c-format -msgid "could not fork archiver process: %m" -msgstr "no se pudo lanzar el proceso de archivado: %m" +msgid "could not send test message on socket for statistics collector: %m" +msgstr "no se pudo enviar el mensaje de prueba al recolector de estadísticas: %m" -#: postmaster/postmaster.c:5503 +#: postmaster/pgstat.c:536 #, c-format -msgid "could not fork background writer process: %m" -msgstr "no se pudo lanzar el background writer: %m" +msgid "select() failed in statistics collector: %m" +msgstr "select() falló en el recolector de estadísticas: %m" -#: postmaster/postmaster.c:5507 +#: postmaster/pgstat.c:551 #, c-format -msgid "could not fork checkpointer process: %m" -msgstr "no se pudo lanzar el checkpointer: %m" +msgid "test message did not get through on socket for statistics collector" +msgstr "el mensaje de prueba al recolector de estadísticas no ha sido recibido en el socket" -#: postmaster/postmaster.c:5511 +#: postmaster/pgstat.c:566 #, c-format -msgid "could not fork WAL writer process: %m" -msgstr "no se pudo lanzar el proceso escritor de WAL: %m" +msgid "could not receive test message on socket for statistics collector: %m" +msgstr "no se pudo recibir el mensaje de prueba en el socket del recolector de estadísticas: %m" -#: postmaster/postmaster.c:5515 +#: postmaster/pgstat.c:576 #, c-format -msgid "could not fork WAL receiver process: %m" -msgstr "no se pudo lanzar el proceso receptor de WAL: %m" +msgid "incorrect test message transmission on socket for statistics collector" +msgstr "transmisión del mensaje de prueba incorrecta en el socket del recolector de estadísticas" -#: postmaster/postmaster.c:5519 +#: postmaster/pgstat.c:599 #, c-format -msgid "could not fork process: %m" -msgstr "no se pudo lanzar el proceso: %m" +msgid "could not set statistics collector socket to nonblocking mode: %m" +msgstr "no se pudo poner el socket de estadísticas en modo no bloqueante: %m" -#: postmaster/postmaster.c:5720 postmaster/postmaster.c:5743 +#: postmaster/pgstat.c:643 #, c-format -msgid "database connection requirement not indicated during registration" -msgstr "el requerimiento de conexión a base de datos no fue indicado durante el registro" +msgid "disabling statistics collector for lack of working socket" +msgstr "desactivando el recolector de estadísticas por falla del socket" -#: postmaster/postmaster.c:5727 postmaster/postmaster.c:5750 +#: postmaster/pgstat.c:790 #, c-format -msgid "invalid processing mode in background worker" -msgstr "modo de procesamiento no válido en proceso ayudante" +msgid "could not fork statistics collector: %m" +msgstr "no se pudo crear el proceso para el recolector de estadísticas: %m" -#: postmaster/postmaster.c:5835 +#: postmaster/pgstat.c:1444 #, c-format -msgid "could not fork worker process: %m" -msgstr "no se pudo lanzar el proceso ayudante: %m" +msgid "unrecognized reset target: \"%s\"" +msgstr "destino de reset no reconocido: «%s»" -#: postmaster/postmaster.c:5948 +#: postmaster/pgstat.c:1445 #, c-format -msgid "no slot available for new worker process" -msgstr "no hay slot disponible para un nuevo proceso ayudante" +msgid "Target must be \"archiver\", \"bgwriter\", or \"wal\"." +msgstr "El destino debe ser «archiver», «bgwriter» o «wal»." -#: postmaster/postmaster.c:6282 +#: postmaster/pgstat.c:3289 #, c-format -msgid "could not duplicate socket %d for use in backend: error code %d" -msgstr "no se pudo duplicar el socket %d para su empleo en el backend: código de error %d" +msgid "could not read statistics message: %m" +msgstr "no se pudo leer un mensaje de estadísticas: %m" -#: postmaster/postmaster.c:6314 +#: postmaster/pgstat.c:3634 postmaster/pgstat.c:3819 #, c-format -msgid "could not create inherited socket: error code %d\n" -msgstr "no se pudo crear el socket heradado: código de error %d\n" +msgid "could not open temporary statistics file \"%s\": %m" +msgstr "no se pudo abrir el archivo temporal de estadísticas «%s»: %m" -#: postmaster/postmaster.c:6343 +#: postmaster/pgstat.c:3729 postmaster/pgstat.c:3864 #, c-format -msgid "could not open backend variables file \"%s\": %s\n" -msgstr "no se pudo abrir el archivo de variables de servidor «%s»: %s\n" +msgid "could not write temporary statistics file \"%s\": %m" +msgstr "no se pudo escribir el archivo temporal de estadísticas «%s»: %m" -#: postmaster/postmaster.c:6350 +#: postmaster/pgstat.c:3738 postmaster/pgstat.c:3873 #, c-format -msgid "could not read from backend variables file \"%s\": %s\n" -msgstr "no se pudo leer el archivo de variables de servidor «%s»: %s\n" +msgid "could not close temporary statistics file \"%s\": %m" +msgstr "no se pudo cerrar el archivo temporal de estadísticas «%s»: %m" -#: postmaster/postmaster.c:6359 +#: postmaster/pgstat.c:3746 postmaster/pgstat.c:3881 #, c-format -msgid "could not remove file \"%s\": %s\n" -msgstr "no se pudo eliminar el archivo «%s»: %s\n" +msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" +msgstr "no se pudo cambiar el nombre al archivo temporal de estadísticas de «%s» a «%s»: %m" -#: postmaster/postmaster.c:6376 +#: postmaster/pgstat.c:3979 postmaster/pgstat.c:4245 postmaster/pgstat.c:4402 #, c-format -msgid "could not map view of backend variables: error code %lu\n" -msgstr "no se pudo mapear la vista del archivo de variables: código de error %lu\n" +msgid "could not open statistics file \"%s\": %m" +msgstr "no se pudo abrir el archivo de estadísticas «%s»: %m" -#: postmaster/postmaster.c:6385 +#: postmaster/pgstat.c:3991 postmaster/pgstat.c:4001 postmaster/pgstat.c:4022 +#: postmaster/pgstat.c:4033 postmaster/pgstat.c:4044 postmaster/pgstat.c:4066 +#: postmaster/pgstat.c:4081 postmaster/pgstat.c:4151 postmaster/pgstat.c:4182 +#: postmaster/pgstat.c:4257 postmaster/pgstat.c:4277 postmaster/pgstat.c:4295 +#: postmaster/pgstat.c:4311 postmaster/pgstat.c:4329 postmaster/pgstat.c:4345 +#: postmaster/pgstat.c:4414 postmaster/pgstat.c:4426 postmaster/pgstat.c:4438 +#: postmaster/pgstat.c:4449 postmaster/pgstat.c:4460 postmaster/pgstat.c:4485 +#: postmaster/pgstat.c:4512 postmaster/pgstat.c:4525 #, c-format -msgid "could not unmap view of backend variables: error code %lu\n" -msgstr "no se pudo desmapear la vista del archivo de variables: código de error %lu\n" +msgid "corrupted statistics file \"%s\"" +msgstr "el archivo de estadísticas «%s» está corrupto" -#: postmaster/postmaster.c:6392 +#: postmaster/pgstat.c:4634 #, c-format -msgid "could not close handle to backend parameter variables: error code %lu\n" -msgstr "no se pudo cerrar el archivo de variables de servidor: código de error %lu\n" +msgid "statistics collector's time %s is later than backend local time %s" +msgstr "la fecha del colector de estadísticas %s es posterior a la fecha local del servidor %s" -#: postmaster/postmaster.c:6569 +#: postmaster/pgstat.c:4657 #, c-format -msgid "could not read exit code for process\n" -msgstr "no se pudo leer el código de salida del proceso\n" +msgid "using stale statistics instead of current ones because stats collector is not responding" +msgstr "usando estadísticas añejas en vez de actualizadas porque el recolector de estadísticas no está respondiendo" -#: postmaster/postmaster.c:6574 +#: postmaster/pgstat.c:4784 #, c-format -msgid "could not post child completion status\n" -msgstr "no se pudo publicar el estado de completitud del proceso hijo\n" +msgid "stats_timestamp %s is later than collector's time %s for database %u" +msgstr "stats_timestamp %s es posterior a la fecha del colector %s para la base de datos %u" -#: postmaster/syslogger.c:474 postmaster/syslogger.c:1153 +#: postmaster/pgstat.c:4997 #, c-format -msgid "could not read from logger pipe: %m" -msgstr "no se pudo leer desde la tubería de log: %m" +msgid "database hash table corrupted during cleanup --- abort" +msgstr "el hash de bases de datos se corrompió durante la finalización; abortando" -#: postmaster/syslogger.c:571 postmaster/syslogger.c:585 +#: postmaster/postmaster.c:745 #, c-format -msgid "could not create pipe for syslog: %m" -msgstr "no se pudo crear la tubería para syslog: %m" +msgid "%s: invalid argument for option -f: \"%s\"\n" +msgstr "%s: argumento no válido para la opción -f: «%s»\n" -#: postmaster/syslogger.c:636 +#: postmaster/postmaster.c:824 #, c-format -msgid "could not fork system logger: %m" -msgstr "no se pudo crear el proceso de log: %m" +msgid "%s: invalid argument for option -t: \"%s\"\n" +msgstr "%s: argumento no válido para la opción -t: «%s»\n" -#: postmaster/syslogger.c:672 +#: postmaster/postmaster.c:875 #, c-format -msgid "redirecting log output to logging collector process" -msgstr "redirigiendo la salida del registro al proceso recolector de registro" +msgid "%s: invalid argument: \"%s\"\n" +msgstr "%s: argumento no válido: «%s»\n" -#: postmaster/syslogger.c:673 +#: postmaster/postmaster.c:917 #, c-format -msgid "Future log output will appear in directory \"%s\"." -msgstr "La salida futura del registro aparecerá en el directorio «%s»." +msgid "%s: superuser_reserved_connections (%d) must be less than max_connections (%d)\n" +msgstr "%s: superuser_reserved_connections (%d) debe ser menor que max_connections (%d)\n" -#: postmaster/syslogger.c:681 +#: postmaster/postmaster.c:924 #, c-format -msgid "could not redirect stdout: %m" -msgstr "no se pudo redirigir stdout: %m" +msgid "WAL archival cannot be enabled when wal_level is \"minimal\"" +msgstr "el archivador de WAL no puede activarse cuando wal_level es «minimal»" -#: postmaster/syslogger.c:686 postmaster/syslogger.c:703 +#: postmaster/postmaster.c:927 #, c-format -msgid "could not redirect stderr: %m" -msgstr "no se pudo redirigir stderr: %m" +msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"replica\" or \"logical\"" +msgstr "el flujo de WAL (max_wal_senders > 0) requiere wal_level «replica» o «logical»" -#: postmaster/syslogger.c:1108 +#: postmaster/postmaster.c:935 #, c-format -msgid "could not write to log file: %s\n" -msgstr "no se pudo escribir al archivo de log: %s\n" +msgid "%s: invalid datetoken tables, please fix\n" +msgstr "%s: las tablas de palabras clave de fecha no son válidas, arréglelas\n" -#: postmaster/syslogger.c:1225 +#: postmaster/postmaster.c:1052 #, c-format -msgid "could not open log file \"%s\": %m" -msgstr "no se pudo abrir el archivo de registro «%s»: %m" +msgid "could not create I/O completion port for child queue" +msgstr "no se pudo crear el port E/S de reporte de completitud para la cola de procesos hijos" -#: postmaster/syslogger.c:1287 postmaster/syslogger.c:1337 +#: postmaster/postmaster.c:1117 #, c-format -msgid "disabling automatic rotation (use SIGHUP to re-enable)" -msgstr "desactivando rotación automática (use SIGHUP para reactivarla)" +msgid "ending log output to stderr" +msgstr "terminando la salida de registro a stderr" -#: regex/regc_pg_locale.c:262 +#: postmaster/postmaster.c:1118 #, c-format -msgid "could not determine which collation to use for regular expression" -msgstr "no se pudo determinar qué ordenamiento usar para la expresión regular" +msgid "Future log output will go to log destination \"%s\"." +msgstr "La salida futura del registro será enviada al destino de log «%s»." -#: regex/regc_pg_locale.c:269 +#: postmaster/postmaster.c:1129 #, c-format -msgid "nondeterministic collations are not supported for regular expressions" -msgstr "los ordenamientos no determinísticos no están soportados para expresiones regulares" +msgid "starting %s" +msgstr "iniciando %s" -#: replication/backup_manifest.c:251 +#: postmaster/postmaster.c:1158 postmaster/postmaster.c:1257 +#: utils/init/miscinit.c:1632 #, c-format -msgid "expected end timeline %u but found timeline %u" -msgstr "se esperaba el timeline de término %u pero se encontró el tieneline %u" +msgid "invalid list syntax in parameter \"%s\"" +msgstr "la sintaxis de lista no es válida para el parámetro «%s»" -#: replication/backup_manifest.c:275 +#: postmaster/postmaster.c:1189 #, c-format -msgid "expected start timeline %u but found timeline %u" -msgstr "se esperaba el timeline de inicio %u pero se encontró el timeline %u" +msgid "could not create listen socket for \"%s\"" +msgstr "no se pudo crear el socket de escucha para «%s»" -#: replication/backup_manifest.c:302 +#: postmaster/postmaster.c:1195 #, c-format -msgid "start timeline %u not found in history of timeline %u" -msgstr "el timeline de inicio %u no fue encontrado en la historia del timeline %u" +msgid "could not create any TCP/IP sockets" +msgstr "no se pudo crear ningún socket TCP/IP" -#: replication/backup_manifest.c:353 +#: postmaster/postmaster.c:1227 #, c-format -msgid "could not rewind temporary file" -msgstr "no se puede rebobinar el archivo temporal" +msgid "DNSServiceRegister() failed: error code %ld" +msgstr "DNSServiceRegister() falló: código de error %ld" -#: replication/backup_manifest.c:380 +#: postmaster/postmaster.c:1279 #, c-format -msgid "could not read from temporary file: %m" -msgstr "no se pudo leer del archivo temporal: %m" +msgid "could not create Unix-domain socket in directory \"%s\"" +msgstr "no se pudo crear el socket de dominio Unix en el directorio «%s»" -#: replication/basebackup.c:546 +#: postmaster/postmaster.c:1285 #, c-format -msgid "could not find any WAL files" -msgstr "no se pudo encontrar ningún archivo de WAL" +msgid "could not create any Unix-domain sockets" +msgstr "no se pudo crear ningún socket de dominio Unix" -#: replication/basebackup.c:561 replication/basebackup.c:577 -#: replication/basebackup.c:586 +#: postmaster/postmaster.c:1297 #, c-format -msgid "could not find WAL file \"%s\"" -msgstr "no se pudo encontrar archivo de WAL «%s»" +msgid "no socket created for listening" +msgstr "no se creó el socket de atención" -#: replication/basebackup.c:629 replication/basebackup.c:659 +#: postmaster/postmaster.c:1328 #, c-format -msgid "unexpected WAL file size \"%s\"" -msgstr "tamaño del archivo WAL «%s» inesperado" +msgid "%s: could not change permissions of external PID file \"%s\": %s\n" +msgstr "%s: no se pudo cambiar los permisos del archivo de PID externo «%s»: %s\n" -#: replication/basebackup.c:644 replication/basebackup.c:1777 +#: postmaster/postmaster.c:1332 #, c-format -msgid "base backup could not send data, aborting backup" -msgstr "el respaldo base no pudo enviar datos, abortando el respaldo" +msgid "%s: could not write external PID file \"%s\": %s\n" +msgstr "%s: no pudo escribir en el archivo externo de PID «%s»: %s\n" -#: replication/basebackup.c:722 +#: postmaster/postmaster.c:1365 utils/init/postinit.c:216 #, c-format -msgid "%lld total checksum verification failure" -msgid_plural "%lld total checksum verification failures" -msgstr[0] "%lld falla de verificación de suma de comprobación en total" -msgstr[1] "%lld fallas de verificación de suma de comprobación en total" +msgid "could not load pg_hba.conf" +msgstr "no se pudo cargar pg_hba.conf" -#: replication/basebackup.c:729 +#: postmaster/postmaster.c:1391 #, c-format -msgid "checksum verification failure during base backup" -msgstr "falla en verificación de checksums durante respaldo base" +msgid "postmaster became multithreaded during startup" +msgstr "postmaster se volvió multi-hilo durante la partida" -#: replication/basebackup.c:789 replication/basebackup.c:798 -#: replication/basebackup.c:807 replication/basebackup.c:816 -#: replication/basebackup.c:825 replication/basebackup.c:836 -#: replication/basebackup.c:853 replication/basebackup.c:862 -#: replication/basebackup.c:874 replication/basebackup.c:898 +#: postmaster/postmaster.c:1392 #, c-format -msgid "duplicate option \"%s\"" -msgstr "nombre de opción «%s» duplicada" +msgid "Set the LC_ALL environment variable to a valid locale." +msgstr "Defina la variable de ambiente LC_ALL a un valor válido." -#: replication/basebackup.c:842 +#: postmaster/postmaster.c:1487 #, c-format -msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" -msgstr "%d está fuera del rango aceptable para el parámetro «%s» (%d .. %d)" +msgid "%s: could not locate my own executable path" +msgstr "%s: no se pudo localizar la ruta de mi propio ejecutable" -#: replication/basebackup.c:887 +#: postmaster/postmaster.c:1494 #, c-format -msgid "unrecognized manifest option: \"%s\"" -msgstr "opción de manifiesto «%s» no reconocida" +msgid "%s: could not locate matching postgres executable" +msgstr "%s: no se pudo localizar el ejecutable postgres correspondiente" -#: replication/basebackup.c:903 +#: postmaster/postmaster.c:1517 utils/misc/tzparser.c:340 #, c-format -msgid "unrecognized checksum algorithm: \"%s\"" -msgstr "algoritmo de suma de comprobación no reconocido: \"%s\"" +msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location." +msgstr "Esto puede indicar una instalación de PostgreSQL incompleta, o que el archivo «%s» ha sido movido de la ubicación adecuada." -#: replication/basebackup.c:918 +#: postmaster/postmaster.c:1544 #, c-format -msgid "manifest checksums require a backup manifest" -msgstr "la suma de comprobación del manifiesto requiere un manifiesto de la copia de seguridad" +msgid "" +"%s: could not find the database system\n" +"Expected to find it in the directory \"%s\",\n" +"but could not open file \"%s\": %s\n" +msgstr "" +"%s: no se pudo encontrar el sistema de base de datos\n" +"Se esperaba encontrar en el directorio PGDATA «%s»,\n" +"pero no se pudo abrir el archivo «%s»: %s\n" -#: replication/basebackup.c:1525 +#: postmaster/postmaster.c:1721 #, c-format -msgid "skipping special file \"%s\"" -msgstr "omitiendo el archivo especial «%s»" +msgid "select() failed in postmaster: %m" +msgstr "select() falló en postmaster: %m" -#: replication/basebackup.c:1646 +#: postmaster/postmaster.c:1857 #, c-format -msgid "invalid segment number %d in file \"%s\"" -msgstr "número de segmento %d no válido en archivo «%s»" +msgid "issuing SIGKILL to recalcitrant children" +msgstr "enviando SIGKILL a procesos hijos recalcitrantes" -#: replication/basebackup.c:1684 +#: postmaster/postmaster.c:1878 #, c-format -msgid "could not verify checksum in file \"%s\", block %u: read buffer size %d and page size %d differ" -msgstr "no se pudo verificar el checksum en el archivo «%s», bloque %u: el tamaño de búfer de lectura %d y el tamaño de página %d difieren" +msgid "performing immediate shutdown because data directory lock file is invalid" +msgstr "ejecutando un apagado inmediato porque el archivo de bloqueo del directorio de datos no es válido" -#: replication/basebackup.c:1757 +#: postmaster/postmaster.c:1981 postmaster/postmaster.c:2009 #, c-format -msgid "checksum verification failed in file \"%s\", block %u: calculated %X but expected %X" -msgstr "verificación de checksums falló en archivo «%s», bloque %u: calculado %X pero se esperaba %X" +msgid "incomplete startup packet" +msgstr "el paquete de inicio está incompleto" -#: replication/basebackup.c:1764 +#: postmaster/postmaster.c:1993 #, c-format -msgid "further checksum verification failures in file \"%s\" will not be reported" -msgstr "subsiguientes fallas de verificación de checksums en el archivo «%s» no se reportarán" +msgid "invalid length of startup packet" +msgstr "el de paquete de inicio tiene largo incorrecto" -#: replication/basebackup.c:1822 +#: postmaster/postmaster.c:2048 #, c-format -msgid "file \"%s\" has a total of %d checksum verification failure" -msgid_plural "file \"%s\" has a total of %d checksum verification failures" -msgstr[0] "el archivo «%s» tiene un total de %d falla de verificación de checksum" -msgstr[1] "el archivo «%s» tiene un total de %d fallas de verificación de checksums" +msgid "failed to send SSL negotiation response: %m" +msgstr "no se pudo enviar la respuesta de negociación SSL: %m" -#: replication/basebackup.c:1858 +#: postmaster/postmaster.c:2066 #, c-format -msgid "file name too long for tar format: \"%s\"" -msgstr "nombre de archivo demasiado largo para el formato tar: «%s»" +msgid "received unencrypted data after SSL request" +msgstr "se recibieron datos no cifrados después de petición SSL" -#: replication/basebackup.c:1863 +#: postmaster/postmaster.c:2067 postmaster/postmaster.c:2111 #, c-format -msgid "symbolic link target too long for tar format: file name \"%s\", target \"%s\"" -msgstr "destino de enlace simbólico demasiado largo para el formato tar: nombre de archivo «%s», destino «%s»" +msgid "This could be either a client-software bug or evidence of an attempted man-in-the-middle attack." +msgstr "Esto podría ser un error en el software cliente o evidencia de un intento de ataque man-in-the-middle." -#: replication/libpqwalreceiver/libpqwalreceiver.c:227 +#: postmaster/postmaster.c:2092 #, c-format -msgid "could not clear search path: %s" -msgstr "no se pudo limpiar la ruta de búsqueda: %s" +msgid "failed to send GSSAPI negotiation response: %m" +msgstr "no se pudo enviar la respuesta de negociación GSSAPI: %m" -#: replication/libpqwalreceiver/libpqwalreceiver.c:256 +#: postmaster/postmaster.c:2110 #, c-format -msgid "invalid connection string syntax: %s" -msgstr "sintaxis de cadena de conexión no válida: %s" +msgid "received unencrypted data after GSSAPI encryption request" +msgstr "se recibieron datos no cifrados después de petición de cifrado GSSAPI" -#: replication/libpqwalreceiver/libpqwalreceiver.c:282 +#: postmaster/postmaster.c:2134 #, c-format -msgid "could not parse connection string: %s" -msgstr "no se pudo interpretar la cadena de conexión: %s" +msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" +msgstr "el protocolo %u.%u no está soportado: servidor soporta %u.0 hasta %u.%u" -#: replication/libpqwalreceiver/libpqwalreceiver.c:355 +#: postmaster/postmaster.c:2198 utils/misc/guc.c:7126 utils/misc/guc.c:7162 +#: utils/misc/guc.c:7232 utils/misc/guc.c:8564 utils/misc/guc.c:11530 +#: utils/misc/guc.c:11571 #, c-format -msgid "could not receive database system identifier and timeline ID from the primary server: %s" -msgstr "no se pudo recibir el identificador de sistema y el ID de timeline del servidor primario: %s" +msgid "invalid value for parameter \"%s\": \"%s\"" +msgstr "valor no válido para el parámetro «%s»: «%s»" -#: replication/libpqwalreceiver/libpqwalreceiver.c:367 -#: replication/libpqwalreceiver/libpqwalreceiver.c:601 +#: postmaster/postmaster.c:2201 #, c-format -msgid "invalid response from primary server" -msgstr "respuesta no válida del servidor primario" +msgid "Valid values are: \"false\", 0, \"true\", 1, \"database\"." +msgstr "Los valores válidos son: «false», 0, «true», 1, «database»." -#: replication/libpqwalreceiver/libpqwalreceiver.c:368 +#: postmaster/postmaster.c:2246 #, c-format -msgid "Could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields." -msgstr "No se pudo identificar el sistema: se obtuvieron %d filas y %d campos, se esperaban %d filas y %d o más campos." +msgid "invalid startup packet layout: expected terminator as last byte" +msgstr "el paquete de inicio no es válido: se esperaba un terminador en el último byte" -#: replication/libpqwalreceiver/libpqwalreceiver.c:444 -#: replication/libpqwalreceiver/libpqwalreceiver.c:451 -#: replication/libpqwalreceiver/libpqwalreceiver.c:481 +#: postmaster/postmaster.c:2263 #, c-format -msgid "could not start WAL streaming: %s" -msgstr "no se pudo iniciar el flujo de WAL: %s" +msgid "no PostgreSQL user name specified in startup packet" +msgstr "no se especifica un nombre de usuario en el paquete de inicio" -#: replication/libpqwalreceiver/libpqwalreceiver.c:505 +#: postmaster/postmaster.c:2327 #, c-format -msgid "could not send end-of-streaming message to primary: %s" -msgstr "no se pudo enviar el mensaje fin-de-flujo al primario: %s" +msgid "the database system is starting up" +msgstr "el sistema de base de datos está iniciándose" -#: replication/libpqwalreceiver/libpqwalreceiver.c:528 +#: postmaster/postmaster.c:2333 #, c-format -msgid "unexpected result set after end-of-streaming" -msgstr "conjunto de resultados inesperado después del fin-de-flujo" +msgid "the database system is not yet accepting connections" +msgstr "el sistema de bases de datos aún no está aceptando conexiones" -#: replication/libpqwalreceiver/libpqwalreceiver.c:543 +#: postmaster/postmaster.c:2334 #, c-format -msgid "error while shutting down streaming COPY: %s" -msgstr "ocurrió un error mientras se apagaba el flujo COPY: %s" +msgid "Consistent recovery state has not been yet reached." +msgstr "Aún no se ha alcanzado un estado de recuperación consistente." -#: replication/libpqwalreceiver/libpqwalreceiver.c:553 +#: postmaster/postmaster.c:2338 #, c-format -msgid "error reading result of streaming command: %s" -msgstr "ocurrió un error mientras se leía la orden de flujo: %s" +msgid "the database system is not accepting connections" +msgstr "el sistema de bases de datos no está aceptando conexiones" -#: replication/libpqwalreceiver/libpqwalreceiver.c:562 -#: replication/libpqwalreceiver/libpqwalreceiver.c:800 +#: postmaster/postmaster.c:2339 #, c-format -msgid "unexpected result after CommandComplete: %s" -msgstr "resultado inesperado después de CommandComplete: %s" +msgid "Hot standby mode is disabled." +msgstr "El modo hot standby está desactivado." -#: replication/libpqwalreceiver/libpqwalreceiver.c:589 +#: postmaster/postmaster.c:2344 #, c-format -msgid "could not receive timeline history file from the primary server: %s" -msgstr "no se pudo recibir el archivo de historia de timeline del servidor primario: %s" +msgid "the database system is shutting down" +msgstr "el sistema de base de datos está apagándose" -#: replication/libpqwalreceiver/libpqwalreceiver.c:602 +#: postmaster/postmaster.c:2349 #, c-format -msgid "Expected 1 tuple with 2 fields, got %d tuples with %d fields." -msgstr "Se esperaba 1 tupla con 2 campos, se obtuvieron %d tuplas con %d campos." +msgid "the database system is in recovery mode" +msgstr "el sistema de base de datos está en modo de recuperación" -#: replication/libpqwalreceiver/libpqwalreceiver.c:763 -#: replication/libpqwalreceiver/libpqwalreceiver.c:816 -#: replication/libpqwalreceiver/libpqwalreceiver.c:823 +#: postmaster/postmaster.c:2354 storage/ipc/procarray.c:485 +#: storage/ipc/sinvaladt.c:297 storage/lmgr/proc.c:361 #, c-format -msgid "could not receive data from WAL stream: %s" -msgstr "no se pudo recibir datos desde el flujo de WAL: %s" +msgid "sorry, too many clients already" +msgstr "lo siento, ya tenemos demasiados clientes" -#: replication/libpqwalreceiver/libpqwalreceiver.c:843 +#: postmaster/postmaster.c:2444 #, c-format -msgid "could not send data to WAL stream: %s" -msgstr "no se pudo enviar datos al flujo de WAL: %s" +msgid "wrong key in cancel request for process %d" +msgstr "llave incorrecta en la petición de cancelación para el proceso %d" -#: replication/libpqwalreceiver/libpqwalreceiver.c:897 +#: postmaster/postmaster.c:2456 #, c-format -msgid "could not create replication slot \"%s\": %s" -msgstr "no se pudo create el slot de replicación «%s»: %s" +msgid "PID %d in cancel request did not match any process" +msgstr "el PID %d en la petición de cancelación no coincidió con ningún proceso" -#: replication/libpqwalreceiver/libpqwalreceiver.c:943 +#: postmaster/postmaster.c:2710 #, c-format -msgid "invalid query response" -msgstr "respuesta no válida a consulta" +msgid "received SIGHUP, reloading configuration files" +msgstr "se recibió SIGHUP, volviendo a cargar archivos de configuración" -#: replication/libpqwalreceiver/libpqwalreceiver.c:944 +#. translator: %s is a configuration file +#: postmaster/postmaster.c:2736 postmaster/postmaster.c:2740 #, c-format -msgid "Expected %d fields, got %d fields." -msgstr "Se esperaban %d campos, se obtuvieron %d campos." +msgid "%s was not reloaded" +msgstr "%s no fue vuelto a cargar" -#: replication/libpqwalreceiver/libpqwalreceiver.c:1014 +#: postmaster/postmaster.c:2750 #, c-format -msgid "the query interface requires a database connection" -msgstr "la interfaz de consulta requiere una conexión a base de datos" - -#: replication/libpqwalreceiver/libpqwalreceiver.c:1045 -msgid "empty query" -msgstr "consulta vacía" - -#: replication/libpqwalreceiver/libpqwalreceiver.c:1051 -msgid "unexpected pipeline mode" -msgstr "modo pipeline inesperado" +msgid "SSL configuration was not reloaded" +msgstr "la configuración SSL no fue vuelta a cargar" -#: replication/logical/launcher.c:286 +#: postmaster/postmaster.c:2806 #, c-format -msgid "cannot start logical replication workers when max_replication_slots = 0" -msgstr "no se pueden iniciar procesos ayudantes de replicación cuando max_replication_slots = 0" +msgid "received smart shutdown request" +msgstr "se recibió petición de apagado inteligente" -#: replication/logical/launcher.c:366 +#: postmaster/postmaster.c:2852 #, c-format -msgid "out of logical replication worker slots" -msgstr "se agotaron los slots de procesos ayudantes de replicación" +msgid "received fast shutdown request" +msgstr "se recibió petición de apagado rápido" -#: replication/logical/launcher.c:367 +#: postmaster/postmaster.c:2870 #, c-format -msgid "You might need to increase max_logical_replication_workers." -msgstr "Puede ser necesario incrementar max_logical_replication_workers." +msgid "aborting any active transactions" +msgstr "abortando transacciones activas" -#: replication/logical/launcher.c:422 +#: postmaster/postmaster.c:2894 #, c-format -msgid "out of background worker slots" -msgstr "se acabaron los slots de procesos ayudante" +msgid "received immediate shutdown request" +msgstr "se recibió petición de apagado inmediato" -#: replication/logical/launcher.c:423 +#: postmaster/postmaster.c:2971 #, c-format -msgid "You might need to increase max_worker_processes." -msgstr "Puede ser necesario incrementar max_worker_processes." +msgid "shutdown at recovery target" +msgstr "apagándose al alcanzar el destino de recuperación" -#: replication/logical/launcher.c:577 -#, c-format -msgid "logical replication worker slot %d is empty, cannot attach" -msgstr "el slot del worker de replicación lógica %d está vacío, no se puede adjuntar" +#: postmaster/postmaster.c:2989 postmaster/postmaster.c:3025 +msgid "startup process" +msgstr "proceso de inicio" -#: replication/logical/launcher.c:586 +#: postmaster/postmaster.c:2992 #, c-format -msgid "logical replication worker slot %d is already used by another worker, cannot attach" -msgstr "el slot de replicación lógica %d ya está siendo utilizado por otro worker, no se puede adjuntar" +msgid "aborting startup due to startup process failure" +msgstr "abortando el inicio debido a una falla en el procesamiento de inicio" -# FIXME see slot.c:779. See also postmaster.c:835 -#: replication/logical/logical.c:115 +#: postmaster/postmaster.c:3067 #, c-format -msgid "logical decoding requires wal_level >= logical" -msgstr "la decodificación lógica requiere wal_level >= logical" +msgid "database system is ready to accept connections" +msgstr "el sistema de bases de datos está listo para aceptar conexiones" -#: replication/logical/logical.c:120 -#, c-format -msgid "logical decoding requires a database connection" -msgstr "decodificación lógica requiere una conexión a una base de datos" +#: postmaster/postmaster.c:3088 +msgid "background writer process" +msgstr "proceso background writer" -#: replication/logical/logical.c:138 -#, c-format -msgid "logical decoding cannot be used while in recovery" -msgstr "la decodificación lógica no puede ejecutarse durante la recuperación" +#: postmaster/postmaster.c:3142 +msgid "checkpointer process" +msgstr "proceso checkpointer" -#: replication/logical/logical.c:347 replication/logical/logical.c:499 -#, c-format -msgid "cannot use physical replication slot for logical decoding" -msgstr "no se puede usar un slot de replicación física para decodificación lógica" +#: postmaster/postmaster.c:3158 +msgid "WAL writer process" +msgstr "proceso escritor de WAL" -#: replication/logical/logical.c:352 replication/logical/logical.c:504 -#, c-format -msgid "replication slot \"%s\" was not created in this database" -msgstr "el slot de replicación «%s» no fue creado en esta base de datos" +#: postmaster/postmaster.c:3173 +msgid "WAL receiver process" +msgstr "proceso receptor de WAL" -#: replication/logical/logical.c:359 -#, c-format -msgid "cannot create logical replication slot in transaction that has performed writes" -msgstr "no se puede crear un slot de replicación lógica en una transacción que ha efectuado escrituras" +#: postmaster/postmaster.c:3188 +msgid "autovacuum launcher process" +msgstr "proceso lanzador de autovacuum" -#: replication/logical/logical.c:549 -#, c-format -msgid "starting logical decoding for slot \"%s\"" -msgstr "iniciando la decodificación lógica para el slot «%s»" +#: postmaster/postmaster.c:3206 +msgid "archiver process" +msgstr "proceso de archivado" -#: replication/logical/logical.c:551 -#, c-format -msgid "Streaming transactions committing after %X/%X, reading WAL from %X/%X." -msgstr "Transacciones en flujo comprometiendo después de %X/%X, leyendo WAL desde %X/%X." +#: postmaster/postmaster.c:3221 +msgid "statistics collector process" +msgstr "recolector de estadísticas" -#: replication/logical/logical.c:696 -#, c-format -msgid "slot \"%s\", output plugin \"%s\", in the %s callback, associated LSN %X/%X" -msgstr "slot «%s», plugin de salida «%s», en el callback %s, LSN asociado %X/%X" +#: postmaster/postmaster.c:3235 +msgid "system logger process" +msgstr "proceso de log" -# FIXME must quote callback name? Need a translator: comment? -#: replication/logical/logical.c:702 +#: postmaster/postmaster.c:3299 #, c-format -msgid "slot \"%s\", output plugin \"%s\", in the %s callback" -msgstr "slot «%s», plugin de salida «%s», en el callback %s" +msgid "background worker \"%s\"" +msgstr "proceso ayudante «%s»" -#: replication/logical/logical.c:873 replication/logical/logical.c:918 -#: replication/logical/logical.c:963 replication/logical/logical.c:1009 -#, c-format -msgid "logical replication at prepare time requires a %s callback" -msgstr "durante la preparación, la replicación lógica requiere una función callback %s" +#: postmaster/postmaster.c:3383 postmaster/postmaster.c:3403 +#: postmaster/postmaster.c:3410 postmaster/postmaster.c:3428 +msgid "server process" +msgstr "proceso de servidor" -#: replication/logical/logical.c:1241 replication/logical/logical.c:1290 -#: replication/logical/logical.c:1331 replication/logical/logical.c:1417 -#: replication/logical/logical.c:1466 +#: postmaster/postmaster.c:3482 #, c-format -msgid "logical streaming requires a %s callback" -msgstr "el flujo lógico requiere una función callback %s" +msgid "terminating any other active server processes" +msgstr "terminando todos los otros procesos de servidor activos" -#: replication/logical/logical.c:1376 +#. translator: %s is a noun phrase describing a child process, such as +#. "server process" +#: postmaster/postmaster.c:3735 #, c-format -msgid "logical streaming at prepare time requires a %s callback" -msgstr "durante la preparación, el flujo lógico requiere una función callback %s" +msgid "%s (PID %d) exited with exit code %d" +msgstr "%s (PID %d) terminó con código de salida %d" -#: replication/logical/logicalfuncs.c:104 replication/slotfuncs.c:34 +#: postmaster/postmaster.c:3737 postmaster/postmaster.c:3749 +#: postmaster/postmaster.c:3759 postmaster/postmaster.c:3770 #, c-format -msgid "must be superuser or replication role to use replication slots" -msgstr "debe ser superusuario o rol de replicación para usar slots de replicación" +msgid "Failed process was running: %s" +msgstr "El proceso que falló estaba ejecutando: %s" -#: replication/logical/logicalfuncs.c:134 +#. translator: %s is a noun phrase describing a child process, such as +#. "server process" +#: postmaster/postmaster.c:3746 #, c-format -msgid "slot name must not be null" -msgstr "el nombre de slot no debe ser null" +msgid "%s (PID %d) was terminated by exception 0x%X" +msgstr "%s (PID %d) fue terminado por una excepción 0x%X" -#: replication/logical/logicalfuncs.c:150 +#. translator: %s is a noun phrase describing a child process, such as +#. "server process" +#: postmaster/postmaster.c:3756 #, c-format -msgid "options array must not be null" -msgstr "el array de opciones no debe ser null" +msgid "%s (PID %d) was terminated by signal %d: %s" +msgstr "%s (PID %d) fue terminado por una señal %d: %s" -#: replication/logical/logicalfuncs.c:181 +#. translator: %s is a noun phrase describing a child process, such as +#. "server process" +#: postmaster/postmaster.c:3768 #, c-format -msgid "array must be one-dimensional" -msgstr "el array debe ser unidimensional" +msgid "%s (PID %d) exited with unrecognized status %d" +msgstr "%s (PID %d) terminó con código %d no reconocido" -#: replication/logical/logicalfuncs.c:187 +#: postmaster/postmaster.c:3982 #, c-format -msgid "array must not contain nulls" -msgstr "el array no debe contener nulls" +msgid "abnormal database system shutdown" +msgstr "apagado anormal del sistema de bases de datos" -#: replication/logical/logicalfuncs.c:203 utils/adt/json.c:1128 -#: utils/adt/jsonb.c:1303 +#: postmaster/postmaster.c:4020 #, c-format -msgid "array must have even number of elements" -msgstr "el array debe tener un número par de elementos" +msgid "shutting down due to startup process failure" +msgstr "apagando debido a una falla en el procesamiento de inicio" -#: replication/logical/logicalfuncs.c:251 +#: postmaster/postmaster.c:4026 #, c-format -msgid "can no longer get changes from replication slot \"%s\"" -msgstr "ya no se pueden recibir cambios desde el slot de replicación «%s»" +msgid "shutting down because restart_after_crash is off" +msgstr "apagando debido a que restart_after_crash está desactivado" -#: replication/logical/logicalfuncs.c:253 replication/slotfuncs.c:650 +#: postmaster/postmaster.c:4038 #, c-format -msgid "This slot has never previously reserved WAL, or it has been invalidated." -msgstr "Este slot nunca ha reservado WAL previamente, o ha sido invalidado." +msgid "all server processes terminated; reinitializing" +msgstr "todos los procesos fueron terminados; reinicializando" -#: replication/logical/logicalfuncs.c:265 +#: postmaster/postmaster.c:4212 postmaster/postmaster.c:5571 +#: postmaster/postmaster.c:5962 #, c-format -msgid "logical decoding output plugin \"%s\" produces binary output, but function \"%s\" expects textual data" -msgstr "el plugin de salida de decodificación lógica «%s» produce salida binaria, pero «%s» espera datos textuales" +msgid "could not generate random cancel key" +msgstr "no se pudo generar una llave de cancelación aleatoria" -#: replication/logical/origin.c:188 +#: postmaster/postmaster.c:4266 #, c-format -msgid "cannot query or manipulate replication origin when max_replication_slots = 0" -msgstr "no se puede consultar o manipular orígenes de replicación cuando max_replication_slots = 0" +msgid "could not fork new process for connection: %m" +msgstr "no se pudo lanzar el nuevo proceso para la conexión: %m" -#: replication/logical/origin.c:193 -#, c-format -msgid "cannot manipulate replication origins during recovery" -msgstr "no se puede manipular orígenes de replicación durante la recuperación" +#: postmaster/postmaster.c:4308 +msgid "could not fork new process for connection: " +msgstr "no se pudo lanzar el nuevo proceso para la conexión: " -#: replication/logical/origin.c:228 +#: postmaster/postmaster.c:4414 #, c-format -msgid "replication origin \"%s\" does not exist" -msgstr "no existe el origen de replicación «%s»" +msgid "connection received: host=%s port=%s" +msgstr "conexión recibida: host=%s port=%s" -#: replication/logical/origin.c:319 +#: postmaster/postmaster.c:4419 #, c-format -msgid "could not find free replication origin OID" -msgstr "no se pudo encontrar un OID de origen de replicación libre" +msgid "connection received: host=%s" +msgstr "conexión recibida: host=%s" -#: replication/logical/origin.c:355 +#: postmaster/postmaster.c:4662 #, c-format -msgid "could not drop replication origin with OID %d, in use by PID %d" -msgstr "no se pudo eliminar el origen de replicación con OID %d, en uso por el PID %d" +msgid "could not execute server process \"%s\": %m" +msgstr "no se pudo lanzar el proceso servidor «%s»: %m" -#: replication/logical/origin.c:476 +#: postmaster/postmaster.c:4720 #, c-format -msgid "replication origin with OID %u does not exist" -msgstr "el origen de replicación con OID %u no existe" +msgid "could not create backend parameter file mapping: error code %lu" +msgstr "no se pudo crear mapeo de archivo de parámetros de servidor: código de error %lu" -#: replication/logical/origin.c:741 +#: postmaster/postmaster.c:4729 #, c-format -msgid "replication checkpoint has wrong magic %u instead of %u" -msgstr "el checkpoint de replicación tiene número mágico erróneo %u en lugar de %u" +msgid "could not map backend parameter memory: error code %lu" +msgstr "no se pudo mapear memoria para parámetros de servidor: código de error %lu" -#: replication/logical/origin.c:782 +#: postmaster/postmaster.c:4756 #, c-format -msgid "could not find free replication state, increase max_replication_slots" -msgstr "no se pudo encontrar una estructura de replicación libre, incremente max_replication_slots" +msgid "subprocess command line too long" +msgstr "orden de subproceso demasiado larga" -#: replication/logical/origin.c:790 +#: postmaster/postmaster.c:4774 #, c-format -msgid "recovered replication state of node %u to %X/%X" -msgstr "se recuperó estado de replicación de nodo %u a %X/%X" +msgid "CreateProcess() call failed: %m (error code %lu)" +msgstr "llamada a CreateProcess() falló: %m (código de error %lu)" -#: replication/logical/origin.c:800 +#: postmaster/postmaster.c:4801 #, c-format -msgid "replication slot checkpoint has wrong checksum %u, expected %u" -msgstr "el checkpoint del slot de replicación tiene suma de verificación errónea %u, se esperaba %u" +msgid "could not unmap view of backend parameter file: error code %lu" +msgstr "no se pudo desmapear la vista del archivo de parámetros de servidor: código de error %lu" -#: replication/logical/origin.c:928 replication/logical/origin.c:1114 +#: postmaster/postmaster.c:4805 #, c-format -msgid "replication origin with OID %d is already active for PID %d" -msgstr "el origen de replicación con OID %d ya está activo para el PID %d" +msgid "could not close handle to backend parameter file: error code %lu" +msgstr "no se pudo cerrar el archivo de parámetros de servidor: código de error %lu" -#: replication/logical/origin.c:939 replication/logical/origin.c:1126 +#: postmaster/postmaster.c:4827 #, c-format -msgid "could not find free replication state slot for replication origin with OID %u" -msgstr "no se pudo encontrar un slot libre para el estado del origen de replicación con OID %u" +msgid "giving up after too many tries to reserve shared memory" +msgstr "renunciar después de demasiados intentos de reservar memoria compartida" -#: replication/logical/origin.c:941 replication/logical/origin.c:1128 -#: replication/slot.c:1860 +#: postmaster/postmaster.c:4828 #, c-format -msgid "Increase max_replication_slots and try again." -msgstr "Aumente max_replication_slots y reintente." +msgid "This might be caused by ASLR or antivirus software." +msgstr "Esto podría deberse a ASLR o un software antivirus." -#: replication/logical/origin.c:1085 +#: postmaster/postmaster.c:5018 #, c-format -msgid "cannot setup replication origin when one is already setup" -msgstr "no se puede establecer un destino de replicación cuando ya hay uno definido" +msgid "SSL configuration could not be loaded in child process" +msgstr "No se pudo cargar la configuración SSL en proceso secundario" -#: replication/logical/origin.c:1165 replication/logical/origin.c:1377 -#: replication/logical/origin.c:1397 +#: postmaster/postmaster.c:5144 #, c-format -msgid "no replication origin is configured" -msgstr "no hay un destino de replicación configurado" +msgid "Please report this to <%s>." +msgstr "Por favor reporte esto a <%s>." -#: replication/logical/origin.c:1248 +#: postmaster/postmaster.c:5231 #, c-format -msgid "replication origin name \"%s\" is reserved" -msgstr "el nombre de origen de replicación «%s» está reservado" +msgid "database system is ready to accept read-only connections" +msgstr "el sistema de bases de datos está listo para aceptar conexiones de sólo lectura" -#: replication/logical/origin.c:1250 +#: postmaster/postmaster.c:5495 #, c-format -msgid "Origin names starting with \"pg_\" are reserved." -msgstr "Los nombres de origen que empiezan con «pg_» están reservados." +msgid "could not fork startup process: %m" +msgstr "no se pudo lanzar el proceso de inicio: %m" -#: replication/logical/relation.c:234 +#: postmaster/postmaster.c:5499 #, c-format -msgid "\"%s\"" -msgstr "«%s»" +msgid "could not fork archiver process: %m" +msgstr "no se pudo lanzar el proceso de archivado: %m" -#: replication/logical/relation.c:237 +#: postmaster/postmaster.c:5503 #, c-format -msgid ", \"%s\"" -msgstr ", «%s»" +msgid "could not fork background writer process: %m" +msgstr "no se pudo lanzar el background writer: %m" -#: replication/logical/relation.c:243 +#: postmaster/postmaster.c:5507 #, c-format -msgid "logical replication target relation \"%s.%s\" is missing replicated column: %s" -msgid_plural "logical replication target relation \"%s.%s\" is missing replicated columns: %s" -msgstr[0] "a la relación destino de replicación lógica «%s.%s» le falta la columna replicada: %s" -msgstr[1] "a la relación destino de replicación lógica «%s.%s» le faltan las columnas replicadas: %s" +msgid "could not fork checkpointer process: %m" +msgstr "no se pudo lanzar el checkpointer: %m" -#: replication/logical/relation.c:298 +#: postmaster/postmaster.c:5511 #, c-format -msgid "logical replication target relation \"%s.%s\" uses system columns in REPLICA IDENTITY index" -msgstr "la relación de destino de replicación lógica «%s.%s» usa columnas de sistemas en el índice REPLICA IDENTITY" +msgid "could not fork WAL writer process: %m" +msgstr "no se pudo lanzar el proceso escritor de WAL: %m" -#: replication/logical/relation.c:390 +#: postmaster/postmaster.c:5515 #, c-format -msgid "logical replication target relation \"%s.%s\" does not exist" -msgstr "la relación destino de replicación lógica «%s.%s» no existe" +msgid "could not fork WAL receiver process: %m" +msgstr "no se pudo lanzar el proceso receptor de WAL: %m" -#: replication/logical/reorderbuffer.c:3802 +#: postmaster/postmaster.c:5519 #, c-format -msgid "could not write to data file for XID %u: %m" -msgstr "no se pudo escribir al archivo de datos para el XID %u: %m" +msgid "could not fork process: %m" +msgstr "no se pudo lanzar el proceso: %m" -#: replication/logical/reorderbuffer.c:4146 -#: replication/logical/reorderbuffer.c:4171 +#: postmaster/postmaster.c:5720 postmaster/postmaster.c:5743 #, c-format -msgid "could not read from reorderbuffer spill file: %m" -msgstr "no se pudo leer desde el archivo de desborde de reorderbuffer: %m" +msgid "database connection requirement not indicated during registration" +msgstr "el requerimiento de conexión a base de datos no fue indicado durante el registro" -#: replication/logical/reorderbuffer.c:4150 -#: replication/logical/reorderbuffer.c:4175 +#: postmaster/postmaster.c:5727 postmaster/postmaster.c:5750 #, c-format -msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes" -msgstr "no se pudo leer desde el archivo de desborde de reorderbuffer: se leyeron sólo %d en ve de %u bytes" +msgid "invalid processing mode in background worker" +msgstr "modo de procesamiento no válido en proceso ayudante" -#: replication/logical/reorderbuffer.c:4425 +#: postmaster/postmaster.c:5835 #, c-format -msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m" -msgstr "no se pudo borrar el archivo «%s» durante la eliminación de pg_replslot/%s/xid*: %m" +msgid "could not fork worker process: %m" +msgstr "no se pudo lanzar el proceso ayudante: %m" -# FIXME almost duplicated again!? -#: replication/logical/reorderbuffer.c:4924 +#: postmaster/postmaster.c:5948 #, c-format -msgid "could not read from file \"%s\": read %d instead of %d bytes" -msgstr "no se pudo leer del archivo «%s»: se leyeron %d en lugar de %d bytes" +msgid "no slot available for new worker process" +msgstr "no hay slot disponible para un nuevo proceso ayudante" -#: replication/logical/snapbuild.c:588 +#: postmaster/postmaster.c:6282 #, c-format -msgid "initial slot snapshot too large" -msgstr "el snapshot inicial del slot es demasiado grande" +msgid "could not duplicate socket %d for use in backend: error code %d" +msgstr "no se pudo duplicar el socket %d para su empleo en el backend: código de error %d" -# FIXME: snapshot? instantánea? -#: replication/logical/snapbuild.c:642 +#: postmaster/postmaster.c:6314 #, c-format -msgid "exported logical decoding snapshot: \"%s\" with %u transaction ID" -msgid_plural "exported logical decoding snapshot: \"%s\" with %u transaction IDs" -msgstr[0] "se exportó un snapshot de decodificación lógica: «%s» con %u ID de transacción" -msgstr[1] "se exportó un snapshot de decodificación lógica: «%s» con %u IDs de transacción" +msgid "could not create inherited socket: error code %d\n" +msgstr "no se pudo crear el socket heradado: código de error %d\n" -#: replication/logical/snapbuild.c:1270 replication/logical/snapbuild.c:1363 -#: replication/logical/snapbuild.c:1894 +#: postmaster/postmaster.c:6343 #, c-format -msgid "logical decoding found consistent point at %X/%X" -msgstr "la decodificación lógica encontró un punto consistente en %X/%X" +msgid "could not open backend variables file \"%s\": %s\n" +msgstr "no se pudo abrir el archivo de variables de servidor «%s»: %s\n" -#: replication/logical/snapbuild.c:1272 +#: postmaster/postmaster.c:6350 #, c-format -msgid "There are no running transactions." -msgstr "No hay transacciones en ejecución." +msgid "could not read from backend variables file \"%s\": %s\n" +msgstr "no se pudo leer el archivo de variables de servidor «%s»: %s\n" -#: replication/logical/snapbuild.c:1314 +#: postmaster/postmaster.c:6359 #, c-format -msgid "logical decoding found initial starting point at %X/%X" -msgstr "decodificación lógica encontró punto de inicio en %X/%X" +msgid "could not remove file \"%s\": %s\n" +msgstr "no se pudo eliminar el archivo «%s»: %s\n" -#: replication/logical/snapbuild.c:1316 replication/logical/snapbuild.c:1340 +#: postmaster/postmaster.c:6376 #, c-format -msgid "Waiting for transactions (approximately %d) older than %u to end." -msgstr "Esperando que las (aproximadamente %d) transacciones más antiguas que %u terminen." +msgid "could not map view of backend variables: error code %lu\n" +msgstr "no se pudo mapear la vista del archivo de variables: código de error %lu\n" -#: replication/logical/snapbuild.c:1338 +#: postmaster/postmaster.c:6385 #, c-format -msgid "logical decoding found initial consistent point at %X/%X" -msgstr "la decodificación lógica encontró un punto consistente inicial en %X/%X" +msgid "could not unmap view of backend variables: error code %lu\n" +msgstr "no se pudo desmapear la vista del archivo de variables: código de error %lu\n" -#: replication/logical/snapbuild.c:1365 +#: postmaster/postmaster.c:6392 #, c-format -msgid "There are no old transactions anymore." -msgstr "Ya no hay transacciones antiguas en ejecución." +msgid "could not close handle to backend parameter variables: error code %lu\n" +msgstr "no se pudo cerrar el archivo de variables de servidor: código de error %lu\n" -# FIXME "snapbuild"? -#: replication/logical/snapbuild.c:1762 +#: postmaster/postmaster.c:6569 #, c-format -msgid "snapbuild state file \"%s\" has wrong magic number: %u instead of %u" -msgstr "el archivo de estado de snapbuild «%s» tiene número mágico erróneo: %u en lugar de %u" +msgid "could not read exit code for process\n" +msgstr "no se pudo leer el código de salida del proceso\n" -#: replication/logical/snapbuild.c:1768 +#: postmaster/postmaster.c:6574 #, c-format -msgid "snapbuild state file \"%s\" has unsupported version: %u instead of %u" -msgstr "el archivo de estado de snapbuild «%s» tiene versión no soportada: %u en vez de %u" +msgid "could not post child completion status\n" +msgstr "no se pudo publicar el estado de completitud del proceso hijo\n" -#: replication/logical/snapbuild.c:1839 +#: postmaster/syslogger.c:474 postmaster/syslogger.c:1153 #, c-format -msgid "checksum mismatch for snapbuild state file \"%s\": is %u, should be %u" -msgstr "suma de verificación no coincidente para el archivo de estado de snapbuild «%s»: es %u, debería ser %u" +msgid "could not read from logger pipe: %m" +msgstr "no se pudo leer desde la tubería de log: %m" -#: replication/logical/snapbuild.c:1896 +#: postmaster/syslogger.c:571 postmaster/syslogger.c:585 #, c-format -msgid "Logical decoding will begin using saved snapshot." -msgstr "La decodificación lógica comenzará usando el snapshot guardado." +msgid "could not create pipe for syslog: %m" +msgstr "no se pudo crear la tubería para syslog: %m" -#: replication/logical/snapbuild.c:1968 +#: postmaster/syslogger.c:636 #, c-format -msgid "could not parse file name \"%s\"" -msgstr "no se pudo interpretar el nombre de archivo «%s»" +msgid "could not fork system logger: %m" +msgstr "no se pudo crear el proceso de log: %m" -#: replication/logical/tablesync.c:144 +#: postmaster/syslogger.c:672 #, c-format -msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has finished" -msgstr "el ayudante de sincronización de tabla de replicación lógica para la suscripción «%s», tabla «%s» ha terminado" +msgid "redirecting log output to logging collector process" +msgstr "redirigiendo la salida del registro al proceso recolector de registro" -#: replication/logical/tablesync.c:727 replication/logical/tablesync.c:770 +#: postmaster/syslogger.c:673 #, c-format -msgid "could not fetch table info for table \"%s.%s\" from publisher: %s" -msgstr "no se pudo obtener información de la tabla «%s.%s» del editor (publisher): %s" +msgid "Future log output will appear in directory \"%s\"." +msgstr "La salida futura del registro aparecerá en el directorio «%s»." -#: replication/logical/tablesync.c:734 +#: postmaster/syslogger.c:681 #, c-format -msgid "table \"%s.%s\" not found on publisher" -msgstr "la tabla \"%s.%s\" no fue encontrada en el editor (publisher)" +msgid "could not redirect stdout: %m" +msgstr "no se pudo redirigir stdout: %m" -#: replication/logical/tablesync.c:858 +#: postmaster/syslogger.c:686 postmaster/syslogger.c:703 #, c-format -msgid "could not start initial contents copy for table \"%s.%s\": %s" -msgstr "no se pudo iniciar la copia de contenido inicial para de la tabla «%s.%s»: %s" +msgid "could not redirect stderr: %m" +msgstr "no se pudo redirigir stderr: %m" -#: replication/logical/tablesync.c:1059 +#: postmaster/syslogger.c:1108 #, c-format -msgid "table copy could not start transaction on publisher: %s" -msgstr "la copia de la tabla no pudo iniciar una transacción en el editor (publisher): %s" +msgid "could not write to log file: %s\n" +msgstr "no se pudo escribir al archivo de log: %s\n" -#: replication/logical/tablesync.c:1107 +#: postmaster/syslogger.c:1225 #, c-format -msgid "replication origin \"%s\" already exists" -msgstr "el origen de replicación «%s» ya existe" +msgid "could not open log file \"%s\": %m" +msgstr "no se pudo abrir el archivo de registro «%s»: %m" -#: replication/logical/tablesync.c:1120 +#: postmaster/syslogger.c:1287 postmaster/syslogger.c:1337 #, c-format -msgid "table copy could not finish transaction on publisher: %s" -msgstr "la copia de tabla no pudo terminar la transacción en el editor (publisher): %s" - -#: replication/logical/worker.c:518 -#, c-format -msgid "processing remote data for replication target relation \"%s.%s\" column \"%s\"" -msgstr "Procesamiento de datos remotos para la relación de destino de replicación \"%s.%s\" columna \"%s\"" +msgid "disabling automatic rotation (use SIGHUP to re-enable)" +msgstr "desactivando rotación automática (use SIGHUP para reactivarla)" -#: replication/logical/worker.c:593 replication/logical/worker.c:719 +#: regex/regc_pg_locale.c:262 #, c-format -msgid "incorrect binary data format in logical replication column %d" -msgstr "el formato de datos binarios es incorrecto en columna de replicación lógica %d" +msgid "could not determine which collation to use for regular expression" +msgstr "no se pudo determinar qué ordenamiento usar para la expresión regular" -#: replication/logical/worker.c:1090 replication/logical/worker.c:1104 +#: regex/regc_pg_locale.c:269 #, c-format -msgid "could not read from streaming transaction's changes file \"%s\": %m" -msgstr "no se pudo leer el archivo de cambios de transacción en flujo «%s»: %m" +msgid "nondeterministic collations are not supported for regular expressions" +msgstr "los ordenamientos no determinísticos no están soportados para expresiones regulares" -#: replication/logical/worker.c:1345 +#: repl_gram.y:345 repl_gram.y:377 #, c-format -msgid "publisher did not send replica identity column expected by the logical replication target relation \"%s.%s\"" -msgstr "el editor (publisher) no envía la columna identidad de réplica esperada por la relación de destino de replicación lógica «%s.%s»" +msgid "invalid timeline %u" +msgstr "timeline %u no válido" -#: replication/logical/worker.c:1352 -#, c-format -msgid "logical replication target relation \"%s.%s\" has neither REPLICA IDENTITY index nor PRIMARY KEY and published relation does not have REPLICA IDENTITY FULL" -msgstr "la relación destino de replicación lógica «%s.%s» no tiene índice REPLICA IDENTITY ni PRIMARY KEY y la relación publicada no tiene REPLICA IDENTITY FULL" +#: repl_scanner.l:150 +msgid "invalid streaming start location" +msgstr "posición de inicio de flujo de WAL no válida" -#: replication/logical/worker.c:2239 -#, c-format -msgid "data stream from publisher has ended" -msgstr "el flujo de datos del publisher ha terminado" +#: repl_scanner.l:206 scan.l:717 +msgid "unterminated quoted string" +msgstr "una cadena de caracteres entre comillas está inconclusa" -#: replication/logical/worker.c:2390 +#: replication/backup_manifest.c:251 #, c-format -msgid "terminating logical replication worker due to timeout" -msgstr "terminando el proceso de replicación lógica debido a que se agotó el tiempo de espera" +msgid "expected end timeline %u but found timeline %u" +msgstr "se esperaba el timeline de término %u pero se encontró el tieneline %u" -#: replication/logical/worker.c:2538 +#: replication/backup_manifest.c:275 #, c-format -msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was removed" -msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» se detendrá porque la suscripción fue eliminada" +msgid "expected start timeline %u but found timeline %u" +msgstr "se esperaba el timeline de inicio %u pero se encontró el timeline %u" -#: replication/logical/worker.c:2552 +#: replication/backup_manifest.c:302 #, c-format -msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was disabled" -msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» se detendrá porque la suscripción fue inhabilitada" +msgid "start timeline %u not found in history of timeline %u" +msgstr "el timeline de inicio %u no fue encontrado en la historia del timeline %u" -#: replication/logical/worker.c:2574 +#: replication/backup_manifest.c:353 #, c-format -msgid "logical replication apply worker for subscription \"%s\" will restart because of a parameter change" -msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» se reiniciará por un cambio de parámetro" +msgid "could not rewind temporary file" +msgstr "no se puede rebobinar el archivo temporal" -#: replication/logical/worker.c:2739 replication/logical/worker.c:2761 +#: replication/backup_manifest.c:380 #, c-format -msgid "could not read from streaming transaction's subxact file \"%s\": %m" -msgstr "no se pudo leer el archivo subxact de transacción en flujo «%s»: %m" +msgid "could not read from temporary file: %m" +msgstr "no se pudo leer del archivo temporal: %m" -#: replication/logical/worker.c:3120 +#: replication/basebackup.c:546 #, c-format -msgid "logical replication apply worker for subscription %u will not start because the subscription was removed during startup" -msgstr "el ayudante «apply» de replicación lógica para la suscripción %u no se iniciará porque la suscripción fue eliminada durante el inicio" +msgid "could not find any WAL files" +msgstr "no se pudo encontrar ningún archivo de WAL" -#: replication/logical/worker.c:3132 +#: replication/basebackup.c:561 replication/basebackup.c:577 +#: replication/basebackup.c:586 #, c-format -msgid "logical replication apply worker for subscription \"%s\" will not start because the subscription was disabled during startup" -msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» no se iniciará porque la suscripción fue inhabilitada durante el inicio" +msgid "could not find WAL file \"%s\"" +msgstr "no se pudo encontrar archivo de WAL «%s»" -#: replication/logical/worker.c:3150 +#: replication/basebackup.c:629 replication/basebackup.c:659 #, c-format -msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has started" -msgstr "el ayudante de sincronización de tabla de replicación lógica para la suscripción «%s», tabla «%s» ha iniciado" +msgid "unexpected WAL file size \"%s\"" +msgstr "tamaño del archivo WAL «%s» inesperado" -#: replication/logical/worker.c:3154 +#: replication/basebackup.c:644 replication/basebackup.c:1777 #, c-format -msgid "logical replication apply worker for subscription \"%s\" has started" -msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» ha iniciado" +msgid "base backup could not send data, aborting backup" +msgstr "el respaldo base no pudo enviar datos, abortando el respaldo" -#: replication/logical/worker.c:3192 +#: replication/basebackup.c:722 #, c-format -msgid "subscription has no replication slot set" -msgstr "la suscripción no tiene un slot de replicación establecido" +msgid "%lld total checksum verification failure" +msgid_plural "%lld total checksum verification failures" +msgstr[0] "%lld falla de verificación de suma de comprobación en total" +msgstr[1] "%lld fallas de verificación de suma de comprobación en total" -#: replication/pgoutput/pgoutput.c:196 +#: replication/basebackup.c:729 #, c-format -msgid "invalid proto_version" -msgstr "proto_version no válido" +msgid "checksum verification failure during base backup" +msgstr "falla en verificación de checksums durante respaldo base" -#: replication/pgoutput/pgoutput.c:201 +#: replication/basebackup.c:789 replication/basebackup.c:798 +#: replication/basebackup.c:807 replication/basebackup.c:816 +#: replication/basebackup.c:825 replication/basebackup.c:836 +#: replication/basebackup.c:853 replication/basebackup.c:862 +#: replication/basebackup.c:874 replication/basebackup.c:898 #, c-format -msgid "proto_version \"%s\" out of range" -msgstr "proto_version «%s» fuera de rango" +msgid "duplicate option \"%s\"" +msgstr "nombre de opción «%s» duplicada" -#: replication/pgoutput/pgoutput.c:218 +#: replication/basebackup.c:842 #, c-format -msgid "invalid publication_names syntax" -msgstr "sintaxis de publication_names no válida" +msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" +msgstr "%d está fuera del rango aceptable para el parámetro «%s» (%d .. %d)" -#: replication/pgoutput/pgoutput.c:288 +#: replication/basebackup.c:887 #, c-format -msgid "client sent proto_version=%d but we only support protocol %d or lower" -msgstr "el cliente envió proto_version=%d pero sólo soportamos el protocolo %d o inferior" +msgid "unrecognized manifest option: \"%s\"" +msgstr "opción de manifiesto «%s» no reconocida" -#: replication/pgoutput/pgoutput.c:294 +#: replication/basebackup.c:903 #, c-format -msgid "client sent proto_version=%d but we only support protocol %d or higher" -msgstr "el cliente envió proto_version=%d pero sólo soportamos el protocolo %d o superior" +msgid "unrecognized checksum algorithm: \"%s\"" +msgstr "algoritmo de suma de comprobación no reconocido: \"%s\"" -#: replication/pgoutput/pgoutput.c:300 +#: replication/basebackup.c:918 #, c-format -msgid "publication_names parameter missing" -msgstr "parámetro publication_names faltante" +msgid "manifest checksums require a backup manifest" +msgstr "la suma de comprobación del manifiesto requiere un manifiesto de la copia de seguridad" -#: replication/pgoutput/pgoutput.c:313 +#: replication/basebackup.c:1525 #, c-format -msgid "requested proto_version=%d does not support streaming, need %d or higher" -msgstr "la proto_version=%d no soporta flujo, se necesita %d o superior" +msgid "skipping special file \"%s\"" +msgstr "omitiendo el archivo especial «%s»" -#: replication/pgoutput/pgoutput.c:318 +#: replication/basebackup.c:1646 #, c-format -msgid "streaming requested, but not supported by output plugin" -msgstr "se solicitó flujo, pero no está soportado por plugin de salida" +msgid "invalid segment number %d in file \"%s\"" +msgstr "número de segmento %d no válido en archivo «%s»" -#: replication/slot.c:180 +#: replication/basebackup.c:1684 #, c-format -msgid "replication slot name \"%s\" is too short" -msgstr "el nombre de slot de replicación «%s» es demasiado corto" +msgid "could not verify checksum in file \"%s\", block %u: read buffer size %d and page size %d differ" +msgstr "no se pudo verificar el checksum en el archivo «%s», bloque %u: el tamaño de búfer de lectura %d y el tamaño de página %d difieren" -#: replication/slot.c:189 +#: replication/basebackup.c:1757 #, c-format -msgid "replication slot name \"%s\" is too long" -msgstr "el nombre de slot de replicación «%s» es demasiado largo" +msgid "checksum verification failed in file \"%s\", block %u: calculated %X but expected %X" +msgstr "verificación de checksums falló en archivo «%s», bloque %u: calculado %X pero se esperaba %X" -#: replication/slot.c:202 +#: replication/basebackup.c:1764 #, c-format -msgid "replication slot name \"%s\" contains invalid character" -msgstr "el nombre de slot de replicación «%s» contiene caracteres no válidos" +msgid "further checksum verification failures in file \"%s\" will not be reported" +msgstr "subsiguientes fallas de verificación de checksums en el archivo «%s» no se reportarán" -#: replication/slot.c:204 +#: replication/basebackup.c:1822 #, c-format -msgid "Replication slot names may only contain lower case letters, numbers, and the underscore character." -msgstr "Los nombres de slots de replicación sólo pueden contener letras minúsculas, números y el carácter «_»." +msgid "file \"%s\" has a total of %d checksum verification failure" +msgid_plural "file \"%s\" has a total of %d checksum verification failures" +msgstr[0] "el archivo «%s» tiene un total de %d falla de verificación de checksum" +msgstr[1] "el archivo «%s» tiene un total de %d fallas de verificación de checksums" -#: replication/slot.c:258 +#: replication/basebackup.c:1858 #, c-format -msgid "replication slot \"%s\" already exists" -msgstr "el slot de replicación «%s» ya existe" +msgid "file name too long for tar format: \"%s\"" +msgstr "nombre de archivo demasiado largo para el formato tar: «%s»" -#: replication/slot.c:268 +#: replication/basebackup.c:1863 #, c-format -msgid "all replication slots are in use" -msgstr "todos los slots de replicación están en uso" +msgid "symbolic link target too long for tar format: file name \"%s\", target \"%s\"" +msgstr "destino de enlace simbólico demasiado largo para el formato tar: nombre de archivo «%s», destino «%s»" -#: replication/slot.c:269 +#: replication/libpqwalreceiver/libpqwalreceiver.c:227 #, c-format -msgid "Free one or increase max_replication_slots." -msgstr "Libere uno o incremente max_replication_slots." +msgid "could not clear search path: %s" +msgstr "no se pudo limpiar la ruta de búsqueda: %s" -#: replication/slot.c:402 replication/slotfuncs.c:761 -#: utils/adt/pgstatfuncs.c:2228 +#: replication/libpqwalreceiver/libpqwalreceiver.c:256 #, c-format -msgid "replication slot \"%s\" does not exist" -msgstr "no existe el slot de replicación «%s»" +msgid "invalid connection string syntax: %s" +msgstr "sintaxis de cadena de conexión no válida: %s" -#: replication/slot.c:448 replication/slot.c:1018 +#: replication/libpqwalreceiver/libpqwalreceiver.c:282 #, c-format -msgid "replication slot \"%s\" is active for PID %d" -msgstr "el slot de replicación «%s» está activo para el PID %d" +msgid "could not parse connection string: %s" +msgstr "no se pudo interpretar la cadena de conexión: %s" -#: replication/slot.c:676 replication/slot.c:1412 replication/slot.c:1795 +#: replication/libpqwalreceiver/libpqwalreceiver.c:355 #, c-format -msgid "could not remove directory \"%s\"" -msgstr "no se pudo eliminar el directorio «%s»" +msgid "could not receive database system identifier and timeline ID from the primary server: %s" +msgstr "no se pudo recibir el identificador de sistema y el ID de timeline del servidor primario: %s" -#: replication/slot.c:1053 +#: replication/libpqwalreceiver/libpqwalreceiver.c:367 +#: replication/libpqwalreceiver/libpqwalreceiver.c:601 #, c-format -msgid "replication slots can only be used if max_replication_slots > 0" -msgstr "los slots de replicación sólo pueden usarse si max_replication_slots > 0" +msgid "invalid response from primary server" +msgstr "respuesta no válida del servidor primario" -# FIXME see logical.c:81 -#: replication/slot.c:1058 +#: replication/libpqwalreceiver/libpqwalreceiver.c:368 #, c-format -msgid "replication slots can only be used if wal_level >= replica" -msgstr "los slots de replicación sólo pueden usarse si wal_level >= replica" +msgid "Could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields." +msgstr "No se pudo identificar el sistema: se obtuvieron %d filas y %d campos, se esperaban %d filas y %d o más campos." -#: replication/slot.c:1243 +#: replication/libpqwalreceiver/libpqwalreceiver.c:444 +#: replication/libpqwalreceiver/libpqwalreceiver.c:451 +#: replication/libpqwalreceiver/libpqwalreceiver.c:481 #, c-format -msgid "terminating process %d to release replication slot \"%s\"" -msgstr "terminando el proceso %d para liberar el slot de replicación «%s»" +msgid "could not start WAL streaming: %s" +msgstr "no se pudo iniciar el flujo de WAL: %s" -#: replication/slot.c:1281 +#: replication/libpqwalreceiver/libpqwalreceiver.c:505 #, c-format -msgid "invalidating slot \"%s\" because its restart_lsn %X/%X exceeds max_slot_wal_keep_size" -msgstr "invalidando el slot «%s» porque su restart_lsn %X/%X excede max_slot_wal_keep_size" +msgid "could not send end-of-streaming message to primary: %s" +msgstr "no se pudo enviar el mensaje fin-de-flujo al primario: %s" -#: replication/slot.c:1733 +#: replication/libpqwalreceiver/libpqwalreceiver.c:528 #, c-format -msgid "replication slot file \"%s\" has wrong magic number: %u instead of %u" -msgstr "el archivo de slot de replicación «%s» tiene número mágico erróneo: %u en lugar de %u" +msgid "unexpected result set after end-of-streaming" +msgstr "conjunto de resultados inesperado después del fin-de-flujo" -#: replication/slot.c:1740 +#: replication/libpqwalreceiver/libpqwalreceiver.c:543 #, c-format -msgid "replication slot file \"%s\" has unsupported version %u" -msgstr "el archivo de slot de replicación «%s» tiene versión no soportada %u" +msgid "error while shutting down streaming COPY: %s" +msgstr "ocurrió un error mientras se apagaba el flujo COPY: %s" -#: replication/slot.c:1747 +#: replication/libpqwalreceiver/libpqwalreceiver.c:553 #, c-format -msgid "replication slot file \"%s\" has corrupted length %u" -msgstr "el archivo de slot de replicación «%s» tiene largo corrupto %u" +msgid "error reading result of streaming command: %s" +msgstr "ocurrió un error mientras se leía la orden de flujo: %s" -#: replication/slot.c:1783 +#: replication/libpqwalreceiver/libpqwalreceiver.c:562 +#: replication/libpqwalreceiver/libpqwalreceiver.c:800 #, c-format -msgid "checksum mismatch for replication slot file \"%s\": is %u, should be %u" -msgstr "suma de verificación no coincidenete en archivo de slot de replicación «%s»: es %u, debería ser %u" +msgid "unexpected result after CommandComplete: %s" +msgstr "resultado inesperado después de CommandComplete: %s" -# FIXME see slot.c:779. See also postmaster.c:835 -#: replication/slot.c:1817 +#: replication/libpqwalreceiver/libpqwalreceiver.c:589 #, c-format -msgid "logical replication slot \"%s\" exists, but wal_level < logical" -msgstr "existe el slot de replicación lógica «%s», pero wal_level < logical" +msgid "could not receive timeline history file from the primary server: %s" +msgstr "no se pudo recibir el archivo de historia de timeline del servidor primario: %s" -#: replication/slot.c:1819 +#: replication/libpqwalreceiver/libpqwalreceiver.c:602 #, c-format -msgid "Change wal_level to be logical or higher." -msgstr "Cambie wal_level a logical o superior." +msgid "Expected 1 tuple with 2 fields, got %d tuples with %d fields." +msgstr "Se esperaba 1 tupla con 2 campos, se obtuvieron %d tuplas con %d campos." -# FIXME see slot.c:779. See also postmaster.c:835 -#: replication/slot.c:1823 +#: replication/libpqwalreceiver/libpqwalreceiver.c:763 +#: replication/libpqwalreceiver/libpqwalreceiver.c:816 +#: replication/libpqwalreceiver/libpqwalreceiver.c:823 #, c-format -msgid "physical replication slot \"%s\" exists, but wal_level < replica" -msgstr "existe el slot de replicación lógica «%s», pero wal_level < logical" +msgid "could not receive data from WAL stream: %s" +msgstr "no se pudo recibir datos desde el flujo de WAL: %s" -# <> hello vim -#: replication/slot.c:1825 +#: replication/libpqwalreceiver/libpqwalreceiver.c:843 #, c-format -msgid "Change wal_level to be replica or higher." -msgstr "Cambie wal_level a replica o superior." +msgid "could not send data to WAL stream: %s" +msgstr "no se pudo enviar datos al flujo de WAL: %s" -#: replication/slot.c:1859 +#: replication/libpqwalreceiver/libpqwalreceiver.c:897 #, c-format -msgid "too many replication slots active before shutdown" -msgstr "demasiados slots de replicacion activos antes del apagado" +msgid "could not create replication slot \"%s\": %s" +msgstr "no se pudo create el slot de replicación «%s»: %s" -#: replication/slotfuncs.c:626 +#: replication/libpqwalreceiver/libpqwalreceiver.c:943 #, c-format -msgid "invalid target WAL LSN" -msgstr "el LSN de wal de destino no es válido" +msgid "invalid query response" +msgstr "respuesta no válida a consulta" -#: replication/slotfuncs.c:648 +#: replication/libpqwalreceiver/libpqwalreceiver.c:944 #, c-format -msgid "replication slot \"%s\" cannot be advanced" -msgstr "no se puede avanzar el slot de replicación «%s»" +msgid "Expected %d fields, got %d fields." +msgstr "Se esperaban %d campos, se obtuvieron %d campos." -#: replication/slotfuncs.c:666 +#: replication/libpqwalreceiver/libpqwalreceiver.c:1014 #, c-format -msgid "cannot advance replication slot to %X/%X, minimum is %X/%X" -msgstr "no puede avanzar un slot de replicación a %X/%X, el mínimo es %X/%X" +msgid "the query interface requires a database connection" +msgstr "la interfaz de consulta requiere una conexión a base de datos" -#: replication/slotfuncs.c:773 -#, c-format -msgid "cannot copy physical replication slot \"%s\" as a logical replication slot" -msgstr "no se puede copiar el slot de replicación física «%s» como slot de replicación lógica" +#: replication/libpqwalreceiver/libpqwalreceiver.c:1045 +msgid "empty query" +msgstr "consulta vacía" -#: replication/slotfuncs.c:775 -#, c-format -msgid "cannot copy logical replication slot \"%s\" as a physical replication slot" -msgstr "no se puede copiar el slot de replicación lógica «%s» como slot de replicación física" +#: replication/libpqwalreceiver/libpqwalreceiver.c:1051 +msgid "unexpected pipeline mode" +msgstr "modo pipeline inesperado" -#: replication/slotfuncs.c:782 +#: replication/logical/launcher.c:286 #, c-format -msgid "cannot copy a replication slot that doesn't reserve WAL" -msgstr "no puede copiar un slot de replicación que no ha reservado WAL" +msgid "cannot start logical replication workers when max_replication_slots = 0" +msgstr "no se pueden iniciar procesos ayudantes de replicación cuando max_replication_slots = 0" -#: replication/slotfuncs.c:859 +#: replication/logical/launcher.c:366 #, c-format -msgid "could not copy replication slot \"%s\"" -msgstr "no se pudo copiar el slot de replicación «%s»" +msgid "out of logical replication worker slots" +msgstr "se agotaron los slots de procesos ayudantes de replicación" -#: replication/slotfuncs.c:861 +#: replication/logical/launcher.c:367 #, c-format -msgid "The source replication slot was modified incompatibly during the copy operation." -msgstr "El slot de replicación de origen fue modificado incompatiblemente durante la operación de copia." +msgid "You might need to increase max_logical_replication_workers." +msgstr "Puede ser necesario incrementar max_logical_replication_workers." -#: replication/slotfuncs.c:867 +#: replication/logical/launcher.c:422 #, c-format -msgid "cannot copy unfinished logical replication slot \"%s\"" -msgstr "no se puede copiar el slot de replicación lógica no terminado «%s»" +msgid "out of background worker slots" +msgstr "se acabaron los slots de procesos ayudante" -#: replication/slotfuncs.c:869 +#: replication/logical/launcher.c:423 #, c-format -msgid "Retry when the source replication slot's confirmed_flush_lsn is valid." -msgstr "Reintente cuando el confirmed_flush_lsn del slot de replicación de origen sea válido." +msgid "You might need to increase max_worker_processes." +msgstr "Puede ser necesario incrementar max_worker_processes." -#: replication/syncrep.c:268 +#: replication/logical/launcher.c:577 #, c-format -msgid "canceling the wait for synchronous replication and terminating connection due to administrator command" -msgstr "cancelando la espera para la replicación sincrónica y terminando la conexión debido a una orden del administrador" +msgid "logical replication worker slot %d is empty, cannot attach" +msgstr "el slot del worker de replicación lógica %d está vacío, no se puede adjuntar" -#: replication/syncrep.c:269 replication/syncrep.c:286 +#: replication/logical/launcher.c:586 #, c-format -msgid "The transaction has already committed locally, but might not have been replicated to the standby." -msgstr "La transacción ya fue comprometida localmente, pero pudo no haber sido replicada al standby." +msgid "logical replication worker slot %d is already used by another worker, cannot attach" +msgstr "el slot de replicación lógica %d ya está siendo utilizado por otro worker, no se puede adjuntar" -#: replication/syncrep.c:285 +# FIXME see slot.c:779. See also postmaster.c:835 +#: replication/logical/logical.c:115 #, c-format -msgid "canceling wait for synchronous replication due to user request" -msgstr "cancelando espera para la replicación sincrónica debido a una petición del usuario" +msgid "logical decoding requires wal_level >= logical" +msgstr "la decodificación lógica requiere wal_level >= logical" -#: replication/syncrep.c:494 +#: replication/logical/logical.c:120 #, c-format -msgid "standby \"%s\" is now a synchronous standby with priority %u" -msgstr "el standby «%s» es ahora un standby sincrónico con prioridad %u" +msgid "logical decoding requires a database connection" +msgstr "decodificación lógica requiere una conexión a una base de datos" -#: replication/syncrep.c:498 +#: replication/logical/logical.c:138 #, c-format -msgid "standby \"%s\" is now a candidate for quorum synchronous standby" -msgstr "el standby «%s» es ahora un candidato para standby sincrónico de quórum" +msgid "logical decoding cannot be used while in recovery" +msgstr "la decodificación lógica no puede ejecutarse durante la recuperación" -#: replication/syncrep.c:1045 +#: replication/logical/logical.c:347 replication/logical/logical.c:499 #, c-format -msgid "synchronous_standby_names parser failed" -msgstr "falló la interpretación de synchronous_standby_names" +msgid "cannot use physical replication slot for logical decoding" +msgstr "no se puede usar un slot de replicación física para decodificación lógica" -#: replication/syncrep.c:1051 +#: replication/logical/logical.c:352 replication/logical/logical.c:504 #, c-format -msgid "number of synchronous standbys (%d) must be greater than zero" -msgstr "el argumento de standby sincrónicos (%d) debe ser mayor que cero" +msgid "replication slot \"%s\" was not created in this database" +msgstr "el slot de replicación «%s» no fue creado en esta base de datos" -#: replication/walreceiver.c:161 +#: replication/logical/logical.c:359 #, c-format -msgid "terminating walreceiver process due to administrator command" -msgstr "terminando el proceso walreceiver debido a una orden del administrador" +msgid "cannot create logical replication slot in transaction that has performed writes" +msgstr "no se puede crear un slot de replicación lógica en una transacción que ha efectuado escrituras" -#: replication/walreceiver.c:289 +#: replication/logical/logical.c:549 #, c-format -msgid "could not connect to the primary server: %s" -msgstr "no se pudo conectar al servidor primario: %s" +msgid "starting logical decoding for slot \"%s\"" +msgstr "iniciando la decodificación lógica para el slot «%s»" -#: replication/walreceiver.c:336 +#: replication/logical/logical.c:551 #, c-format -msgid "database system identifier differs between the primary and standby" -msgstr "el identificador de sistema difiere entre el primario y el standby" +msgid "Streaming transactions committing after %X/%X, reading WAL from %X/%X." +msgstr "Transacciones en flujo comprometiendo después de %X/%X, leyendo WAL desde %X/%X." -#: replication/walreceiver.c:337 +#: replication/logical/logical.c:696 #, c-format -msgid "The primary's identifier is %s, the standby's identifier is %s." -msgstr "El identificador del primario es %s, el identificador del standby es %s." +msgid "slot \"%s\", output plugin \"%s\", in the %s callback, associated LSN %X/%X" +msgstr "slot «%s», plugin de salida «%s», en el callback %s, LSN asociado %X/%X" -#: replication/walreceiver.c:348 +# FIXME must quote callback name? Need a translator: comment? +#: replication/logical/logical.c:702 #, c-format -msgid "highest timeline %u of the primary is behind recovery timeline %u" -msgstr "el timeline más alto del primario, %u, está más atrás que el timeline de recuperación %u" +msgid "slot \"%s\", output plugin \"%s\", in the %s callback" +msgstr "slot «%s», plugin de salida «%s», en el callback %s" -#: replication/walreceiver.c:402 +#: replication/logical/logical.c:873 replication/logical/logical.c:918 +#: replication/logical/logical.c:963 replication/logical/logical.c:1009 #, c-format -msgid "started streaming WAL from primary at %X/%X on timeline %u" -msgstr "iniciando el flujo de WAL desde el primario en %X/%X en el timeline %u" +msgid "logical replication at prepare time requires a %s callback" +msgstr "durante la preparación, la replicación lógica requiere una función callback %s" -#: replication/walreceiver.c:406 +#: replication/logical/logical.c:1241 replication/logical/logical.c:1290 +#: replication/logical/logical.c:1331 replication/logical/logical.c:1417 +#: replication/logical/logical.c:1466 #, c-format -msgid "restarted WAL streaming at %X/%X on timeline %u" -msgstr "reiniciando el flujo de WAL en %X/%X en el timeline %u" +msgid "logical streaming requires a %s callback" +msgstr "el flujo lógico requiere una función callback %s" -#: replication/walreceiver.c:435 +#: replication/logical/logical.c:1376 #, c-format -msgid "cannot continue WAL streaming, recovery has already ended" -msgstr "no se puede continuar el flujo de WAL; la recuperación ya ha terminado" +msgid "logical streaming at prepare time requires a %s callback" +msgstr "durante la preparación, el flujo lógico requiere una función callback %s" -#: replication/walreceiver.c:472 +#: replication/logical/logicalfuncs.c:104 replication/slotfuncs.c:34 #, c-format -msgid "replication terminated by primary server" -msgstr "replicación terminada por el servidor primario" +msgid "must be superuser or replication role to use replication slots" +msgstr "debe ser superusuario o rol de replicación para usar slots de replicación" -#: replication/walreceiver.c:473 +#: replication/logical/logicalfuncs.c:134 #, c-format -msgid "End of WAL reached on timeline %u at %X/%X." -msgstr "Se alcanzó el fin de WAL en el timeline %u en la posición %X/%X." +msgid "slot name must not be null" +msgstr "el nombre de slot no debe ser null" -#: replication/walreceiver.c:562 +#: replication/logical/logicalfuncs.c:150 #, c-format -msgid "terminating walreceiver due to timeout" -msgstr "terminando el proceso walreceiver debido a que se agotó el tiempo de espera" +msgid "options array must not be null" +msgstr "el array de opciones no debe ser null" -#: replication/walreceiver.c:600 +#: replication/logical/logicalfuncs.c:181 #, c-format -msgid "primary server contains no more WAL on requested timeline %u" -msgstr "el servidor primario no contiene más WAL en el timeline %u solicitado" +msgid "array must be one-dimensional" +msgstr "el array debe ser unidimensional" -#: replication/walreceiver.c:616 replication/walreceiver.c:1036 +#: replication/logical/logicalfuncs.c:187 #, c-format -msgid "could not close log segment %s: %m" -msgstr "no se pudo cerrar archivo de segmento %s: %m" +msgid "array must not contain nulls" +msgstr "el array no debe contener nulls" -#: replication/walreceiver.c:735 +#: replication/logical/logicalfuncs.c:203 utils/adt/json.c:1128 +#: utils/adt/jsonb.c:1303 #, c-format -msgid "fetching timeline history file for timeline %u from primary server" -msgstr "trayendo el archivo de historia del timeline para el timeline %u desde el servidor primario" +msgid "array must have even number of elements" +msgstr "el array debe tener un número par de elementos" -#: replication/walreceiver.c:927 +#: replication/logical/logicalfuncs.c:251 #, c-format -msgid "could not write to log segment %s at offset %u, length %lu: %m" -msgstr "no se pudo escribir al segmento de log %s en la posición %u, largo %lu: %m" +msgid "can no longer get changes from replication slot \"%s\"" +msgstr "ya no se pueden recibir cambios desde el slot de replicación «%s»" -#: replication/walsender.c:525 storage/smgr/md.c:1321 +#: replication/logical/logicalfuncs.c:253 replication/slotfuncs.c:650 #, c-format -msgid "could not seek to end of file \"%s\": %m" -msgstr "no se pudo posicionar (seek) al fin del archivo «%s»: %m" +msgid "This slot has never previously reserved WAL, or it has been invalidated." +msgstr "Este slot nunca ha reservado WAL previamente, o ha sido invalidado." -#: replication/walsender.c:529 +#: replication/logical/logicalfuncs.c:265 #, c-format -msgid "could not seek to beginning of file \"%s\": %m" -msgstr "no se pudo posicionar (seek) al comienzo del archivo «%s»: %m" +msgid "logical decoding output plugin \"%s\" produces binary output, but function \"%s\" expects textual data" +msgstr "el plugin de salida de decodificación lógica «%s» produce salida binaria, pero «%s» espera datos textuales" -#: replication/walsender.c:580 +#: replication/logical/origin.c:188 #, c-format -msgid "IDENTIFY_SYSTEM has not been run before START_REPLICATION" -msgstr "IDENTIFY_SYSTEM no se ha ejecutado antes de START_REPLICATION" +msgid "cannot query or manipulate replication origin when max_replication_slots = 0" +msgstr "no se puede consultar o manipular orígenes de replicación cuando max_replication_slots = 0" -#: replication/walsender.c:609 +#: replication/logical/origin.c:193 #, c-format -msgid "cannot use a logical replication slot for physical replication" -msgstr "no se puede usar un slot de replicación lógica para replicación física" +msgid "cannot manipulate replication origins during recovery" +msgstr "no se puede manipular orígenes de replicación durante la recuperación" -#: replication/walsender.c:678 +#: replication/logical/origin.c:228 #, c-format -msgid "requested starting point %X/%X on timeline %u is not in this server's history" -msgstr "el punto de inicio solicitado %X/%X del timeline %u no está en la historia de este servidor" +msgid "replication origin \"%s\" does not exist" +msgstr "no existe el origen de replicación «%s»" -#: replication/walsender.c:681 +#: replication/logical/origin.c:319 #, c-format -msgid "This server's history forked from timeline %u at %X/%X." -msgstr "La historia de este servidor bifurcó desde el timeline %u en %X/%X." +msgid "could not find free replication origin OID" +msgstr "no se pudo encontrar un OID de origen de replicación libre" -#: replication/walsender.c:725 +#: replication/logical/origin.c:355 #, c-format -msgid "requested starting point %X/%X is ahead of the WAL flush position of this server %X/%X" -msgstr "el punto de inicio solicitado %X/%X está más adelante que la posición de sincronización (flush) de WAL de este servidor %X/%X" +msgid "could not drop replication origin with OID %d, in use by PID %d" +msgstr "no se pudo eliminar el origen de replicación con OID %d, en uso por el PID %d" -#. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:975 +#: replication/logical/origin.c:476 #, c-format -msgid "%s must not be called inside a transaction" -msgstr "%s no debe ser ejecutado dentro de una transacción" +msgid "replication origin with OID %u does not exist" +msgstr "el origen de replicación con OID %u no existe" -#. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:985 +#: replication/logical/origin.c:741 #, c-format -msgid "%s must be called inside a transaction" -msgstr "%s no debe ser ejecutado dentro de una transacción" +msgid "replication checkpoint has wrong magic %u instead of %u" +msgstr "el checkpoint de replicación tiene número mágico erróneo %u en lugar de %u" -#. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:991 +#: replication/logical/origin.c:782 #, c-format -msgid "%s must be called in REPEATABLE READ isolation mode transaction" -msgstr "%s debe llamarse en una transacción de modo de aislamiento REPEATABLE READ" +msgid "could not find free replication state, increase max_replication_slots" +msgstr "no se pudo encontrar una estructura de replicación libre, incremente max_replication_slots" -#. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:997 +#: replication/logical/origin.c:790 #, c-format -msgid "%s must be called before any query" -msgstr "%s debe ser llamado antes de cualquier consulta" +msgid "recovered replication state of node %u to %X/%X" +msgstr "se recuperó estado de replicación de nodo %u a %X/%X" -#. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:1003 +#: replication/logical/origin.c:800 #, c-format -msgid "%s must not be called in a subtransaction" -msgstr "%s no está permitido en una subtransacción" +msgid "replication slot checkpoint has wrong checksum %u, expected %u" +msgstr "el checkpoint del slot de replicación tiene suma de verificación errónea %u, se esperaba %u" -#: replication/walsender.c:1146 +#: replication/logical/origin.c:928 replication/logical/origin.c:1114 #, c-format -msgid "cannot read from logical replication slot \"%s\"" -msgstr "no se puede leer del slot de replicación lógica «%s»" +msgid "replication origin with OID %d is already active for PID %d" +msgstr "el origen de replicación con OID %d ya está activo para el PID %d" -#: replication/walsender.c:1148 +#: replication/logical/origin.c:939 replication/logical/origin.c:1126 #, c-format -msgid "This slot has been invalidated because it exceeded the maximum reserved size." -msgstr "Este slot ha sido invalidado porque excedió el máximo del tamaño de reserva." +msgid "could not find free replication state slot for replication origin with OID %u" +msgstr "no se pudo encontrar un slot libre para el estado del origen de replicación con OID %u" -#: replication/walsender.c:1158 +#: replication/logical/origin.c:941 replication/logical/origin.c:1128 +#: replication/slot.c:1860 #, c-format -msgid "terminating walsender process after promotion" -msgstr "terminando el proceso walsender luego de la promoción" +msgid "Increase max_replication_slots and try again." +msgstr "Aumente max_replication_slots y reintente." -#: replication/walsender.c:1552 +#: replication/logical/origin.c:1085 #, c-format -msgid "cannot execute new commands while WAL sender is in stopping mode" -msgstr "no puede ejecutar nuevas órdenes mientras el «WAL sender» está en modo de apagarse" +msgid "cannot setup replication origin when one is already setup" +msgstr "no se puede establecer un destino de replicación cuando ya hay uno definido" -#: replication/walsender.c:1587 +#: replication/logical/origin.c:1165 replication/logical/origin.c:1377 +#: replication/logical/origin.c:1397 #, c-format -msgid "cannot execute SQL commands in WAL sender for physical replication" -msgstr "no puede ejecutar órdenes SQL en el «WAL sender» para replicación física" +msgid "no replication origin is configured" +msgstr "no hay un destino de replicación configurado" -#: replication/walsender.c:1620 +#: replication/logical/origin.c:1248 #, c-format -msgid "received replication command: %s" -msgstr "se recibió orden de replicación: %s" +msgid "replication origin name \"%s\" is reserved" +msgstr "el nombre de origen de replicación «%s» está reservado" -#: replication/walsender.c:1628 tcop/fastpath.c:208 tcop/postgres.c:1077 -#: tcop/postgres.c:1436 tcop/postgres.c:1697 tcop/postgres.c:2166 -#: tcop/postgres.c:2587 tcop/postgres.c:2666 +#: replication/logical/origin.c:1250 #, c-format -msgid "current transaction is aborted, commands ignored until end of transaction block" -msgstr "transacción abortada, las órdenes serán ignoradas hasta el fin de bloque de transacción" +msgid "Origin names starting with \"pg_\" are reserved." +msgstr "Los nombres de origen que empiezan con «pg_» están reservados." -#: replication/walsender.c:1763 replication/walsender.c:1798 +#: replication/logical/relation.c:234 #, c-format -msgid "unexpected EOF on standby connection" -msgstr "se encontró fin de archivo inesperado en la conexión standby" +msgid "\"%s\"" +msgstr "«%s»" -#: replication/walsender.c:1786 +#: replication/logical/relation.c:237 #, c-format -msgid "invalid standby message type \"%c\"" -msgstr "el tipo «%c» de mensaje del standby no es válido" +msgid ", \"%s\"" +msgstr ", «%s»" -#: replication/walsender.c:1875 +#: replication/logical/relation.c:243 #, c-format -msgid "unexpected message type \"%c\"" -msgstr "mensaje de tipo «%c» inesperado" +msgid "logical replication target relation \"%s.%s\" is missing replicated column: %s" +msgid_plural "logical replication target relation \"%s.%s\" is missing replicated columns: %s" +msgstr[0] "a la relación destino de replicación lógica «%s.%s» le falta la columna replicada: %s" +msgstr[1] "a la relación destino de replicación lógica «%s.%s» le faltan las columnas replicadas: %s" -#: replication/walsender.c:2288 +#: replication/logical/relation.c:298 #, c-format -msgid "terminating walsender process due to replication timeout" -msgstr "terminando el proceso walsender debido a que se agotó el tiempo de espera de replicación" +msgid "logical replication target relation \"%s.%s\" uses system columns in REPLICA IDENTITY index" +msgstr "la relación de destino de replicación lógica «%s.%s» usa columnas de sistemas en el índice REPLICA IDENTITY" -#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:999 +#: replication/logical/relation.c:390 #, c-format -msgid "rule \"%s\" for relation \"%s\" already exists" -msgstr "ya existe una regla llamada «%s» para la relación «%s»" +msgid "logical replication target relation \"%s.%s\" does not exist" +msgstr "la relación destino de replicación lógica «%s.%s» no existe" -#: rewrite/rewriteDefine.c:301 +#: replication/logical/reorderbuffer.c:3804 #, c-format -msgid "rule actions on OLD are not implemented" -msgstr "las acciones de regla en OLD no están implementadas" +msgid "could not write to data file for XID %u: %m" +msgstr "no se pudo escribir al archivo de datos para el XID %u: %m" -#: rewrite/rewriteDefine.c:302 +#: replication/logical/reorderbuffer.c:4148 +#: replication/logical/reorderbuffer.c:4173 #, c-format -msgid "Use views or triggers instead." -msgstr "Use vistas o triggers en su lugar." +msgid "could not read from reorderbuffer spill file: %m" +msgstr "no se pudo leer desde el archivo de desborde de reorderbuffer: %m" -#: rewrite/rewriteDefine.c:306 +#: replication/logical/reorderbuffer.c:4152 +#: replication/logical/reorderbuffer.c:4177 #, c-format -msgid "rule actions on NEW are not implemented" -msgstr "las acciones de regla en NEW no están implementadas" +msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes" +msgstr "no se pudo leer desde el archivo de desborde de reorderbuffer: se leyeron sólo %d en ve de %u bytes" -#: rewrite/rewriteDefine.c:307 +#: replication/logical/reorderbuffer.c:4427 #, c-format -msgid "Use triggers instead." -msgstr "Use triggers en su lugar." +msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m" +msgstr "no se pudo borrar el archivo «%s» durante la eliminación de pg_replslot/%s/xid*: %m" -#: rewrite/rewriteDefine.c:320 +# FIXME almost duplicated again!? +#: replication/logical/reorderbuffer.c:4926 #, c-format -msgid "INSTEAD NOTHING rules on SELECT are not implemented" -msgstr "las reglas INSTEAD NOTHING en SELECT no están implementadas" +msgid "could not read from file \"%s\": read %d instead of %d bytes" +msgstr "no se pudo leer del archivo «%s»: se leyeron %d en lugar de %d bytes" -#: rewrite/rewriteDefine.c:321 +#: replication/logical/snapbuild.c:618 #, c-format -msgid "Use views instead." -msgstr "Use vistas en su lugar." +msgid "initial slot snapshot too large" +msgstr "el snapshot inicial del slot es demasiado grande" -#: rewrite/rewriteDefine.c:329 +# FIXME: snapshot? instantánea? +#: replication/logical/snapbuild.c:672 #, c-format -msgid "multiple actions for rules on SELECT are not implemented" -msgstr "las reglas de múltiples acciones en SELECT no están implementadas" +msgid "exported logical decoding snapshot: \"%s\" with %u transaction ID" +msgid_plural "exported logical decoding snapshot: \"%s\" with %u transaction IDs" +msgstr[0] "se exportó un snapshot de decodificación lógica: «%s» con %u ID de transacción" +msgstr[1] "se exportó un snapshot de decodificación lógica: «%s» con %u IDs de transacción" -#: rewrite/rewriteDefine.c:339 +#: replication/logical/snapbuild.c:1348 replication/logical/snapbuild.c:1455 +#: replication/logical/snapbuild.c:1986 #, c-format -msgid "rules on SELECT must have action INSTEAD SELECT" -msgstr "las reglas en SELECT deben tener una acción INSTEAD SELECT" +msgid "logical decoding found consistent point at %X/%X" +msgstr "la decodificación lógica encontró un punto consistente en %X/%X" -#: rewrite/rewriteDefine.c:347 +#: replication/logical/snapbuild.c:1350 #, c-format -msgid "rules on SELECT must not contain data-modifying statements in WITH" -msgstr "las reglas en SELECT no deben contener sentencias que modifiquen datos en WITH" +msgid "There are no running transactions." +msgstr "No hay transacciones en ejecución." -#: rewrite/rewriteDefine.c:355 +#: replication/logical/snapbuild.c:1406 #, c-format -msgid "event qualifications are not implemented for rules on SELECT" -msgstr "las calificaciones de eventos no están implementadas para las reglas en SELECT" +msgid "logical decoding found initial starting point at %X/%X" +msgstr "decodificación lógica encontró punto de inicio en %X/%X" -#: rewrite/rewriteDefine.c:382 +#: replication/logical/snapbuild.c:1408 replication/logical/snapbuild.c:1432 #, c-format -msgid "\"%s\" is already a view" -msgstr "«%s» ya es una vista" +msgid "Waiting for transactions (approximately %d) older than %u to end." +msgstr "Esperando que las (aproximadamente %d) transacciones más antiguas que %u terminen." -#: rewrite/rewriteDefine.c:406 +#: replication/logical/snapbuild.c:1430 #, c-format -msgid "view rule for \"%s\" must be named \"%s\"" -msgstr "la regla de vista para «%s» debe llamarse «%s»" +msgid "logical decoding found initial consistent point at %X/%X" +msgstr "la decodificación lógica encontró un punto consistente inicial en %X/%X" -#: rewrite/rewriteDefine.c:435 +#: replication/logical/snapbuild.c:1457 #, c-format -msgid "cannot convert partitioned table \"%s\" to a view" -msgstr "no se puede convertir la tabla particionada «%s» en vista" +msgid "There are no old transactions anymore." +msgstr "Ya no hay transacciones antiguas en ejecución." -#: rewrite/rewriteDefine.c:444 +# FIXME "snapbuild"? +#: replication/logical/snapbuild.c:1854 #, c-format -msgid "cannot convert partition \"%s\" to a view" -msgstr "no se puede convertir la partición «%s» en vista" +msgid "snapbuild state file \"%s\" has wrong magic number: %u instead of %u" +msgstr "el archivo de estado de snapbuild «%s» tiene número mágico erróneo: %u en lugar de %u" -#: rewrite/rewriteDefine.c:453 +#: replication/logical/snapbuild.c:1860 #, c-format -msgid "could not convert table \"%s\" to a view because it is not empty" -msgstr "no se pudo convertir la tabla «%s» en vista porque no está vacía" +msgid "snapbuild state file \"%s\" has unsupported version: %u instead of %u" +msgstr "el archivo de estado de snapbuild «%s» tiene versión no soportada: %u en vez de %u" -#: rewrite/rewriteDefine.c:462 +#: replication/logical/snapbuild.c:1931 #, c-format -msgid "could not convert table \"%s\" to a view because it has triggers" -msgstr "no se pudo convertir la tabla «%s» en vista porque tiene triggers" +msgid "checksum mismatch for snapbuild state file \"%s\": is %u, should be %u" +msgstr "suma de verificación no coincidente para el archivo de estado de snapbuild «%s»: es %u, debería ser %u" -#: rewrite/rewriteDefine.c:464 +#: replication/logical/snapbuild.c:1988 #, c-format -msgid "In particular, the table cannot be involved in any foreign key relationships." -msgstr "En particular, la tabla no puede estar involucrada en relaciones de llave foránea." +msgid "Logical decoding will begin using saved snapshot." +msgstr "La decodificación lógica comenzará usando el snapshot guardado." -#: rewrite/rewriteDefine.c:469 +#: replication/logical/snapbuild.c:2060 #, c-format -msgid "could not convert table \"%s\" to a view because it has indexes" -msgstr "no se pudo convertir la tabla «%s» en vista porque tiene índices" +msgid "could not parse file name \"%s\"" +msgstr "no se pudo interpretar el nombre de archivo «%s»" -#: rewrite/rewriteDefine.c:475 +#: replication/logical/tablesync.c:144 #, c-format -msgid "could not convert table \"%s\" to a view because it has child tables" -msgstr "no se pudo convertir la tabla «%s» en vista porque tiene tablas hijas" +msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has finished" +msgstr "el ayudante de sincronización de tabla de replicación lógica para la suscripción «%s», tabla «%s» ha terminado" -#: rewrite/rewriteDefine.c:481 +#: replication/logical/tablesync.c:727 replication/logical/tablesync.c:770 #, c-format -msgid "could not convert table \"%s\" to a view because it has parent tables" -msgstr "no se pudo convertir la tabla «%s» en vista porque tiene tablas padres" +msgid "could not fetch table info for table \"%s.%s\" from publisher: %s" +msgstr "no se pudo obtener información de la tabla «%s.%s» del editor (publisher): %s" -#: rewrite/rewriteDefine.c:487 +#: replication/logical/tablesync.c:734 #, c-format -msgid "could not convert table \"%s\" to a view because it has row security enabled" -msgstr "no se pudo convertir la tabla «%s» en vista porque tiene seguridad de registros activada" +msgid "table \"%s.%s\" not found on publisher" +msgstr "la tabla \"%s.%s\" no fue encontrada en el editor (publisher)" -#: rewrite/rewriteDefine.c:493 +#: replication/logical/tablesync.c:858 #, c-format -msgid "could not convert table \"%s\" to a view because it has row security policies" -msgstr "no se pudo convertir la tabla «%s» en vista porque tiene políticas de seguridad de registros" +msgid "could not start initial contents copy for table \"%s.%s\": %s" +msgstr "no se pudo iniciar la copia de contenido inicial para de la tabla «%s.%s»: %s" -#: rewrite/rewriteDefine.c:520 +#: replication/logical/tablesync.c:1059 #, c-format -msgid "cannot have multiple RETURNING lists in a rule" -msgstr "no se pueden tener múltiples listas RETURNING en una regla" +msgid "table copy could not start transaction on publisher: %s" +msgstr "la copia de la tabla no pudo iniciar una transacción en el editor (publisher): %s" -#: rewrite/rewriteDefine.c:525 +#: replication/logical/tablesync.c:1107 #, c-format -msgid "RETURNING lists are not supported in conditional rules" -msgstr "listas de RETURNING no están soportadas en reglas condicionales" +msgid "replication origin \"%s\" already exists" +msgstr "el origen de replicación «%s» ya existe" -#: rewrite/rewriteDefine.c:529 +#: replication/logical/tablesync.c:1120 #, c-format -msgid "RETURNING lists are not supported in non-INSTEAD rules" -msgstr "listas de RETURNING no están soportadas en reglas que no estén marcadas INSTEAD" +msgid "table copy could not finish transaction on publisher: %s" +msgstr "la copia de tabla no pudo terminar la transacción en el editor (publisher): %s" -#: rewrite/rewriteDefine.c:693 +#: replication/logical/worker.c:518 #, c-format -msgid "SELECT rule's target list has too many entries" -msgstr "la lista de destinos en la regla de SELECT tiene demasiadas entradas" +msgid "processing remote data for replication target relation \"%s.%s\" column \"%s\"" +msgstr "Procesamiento de datos remotos para la relación de destino de replicación \"%s.%s\" columna \"%s\"" -#: rewrite/rewriteDefine.c:694 +#: replication/logical/worker.c:593 replication/logical/worker.c:719 #, c-format -msgid "RETURNING list has too many entries" -msgstr "la lista de RETURNING tiene demasiadas entradas" +msgid "incorrect binary data format in logical replication column %d" +msgstr "el formato de datos binarios es incorrecto en columna de replicación lógica %d" -#: rewrite/rewriteDefine.c:721 +#: replication/logical/worker.c:1090 replication/logical/worker.c:1104 #, c-format -msgid "cannot convert relation containing dropped columns to view" -msgstr "no se puede convertir en vista una relación que contiene columnas eliminadas" +msgid "could not read from streaming transaction's changes file \"%s\": %m" +msgstr "no se pudo leer el archivo de cambios de transacción en flujo «%s»: %m" -#: rewrite/rewriteDefine.c:722 +#: replication/logical/worker.c:1345 #, c-format -msgid "cannot create a RETURNING list for a relation containing dropped columns" -msgstr "no se puede crear una lista RETURNING para una relación que contiene columnas eliminadas" +msgid "publisher did not send replica identity column expected by the logical replication target relation \"%s.%s\"" +msgstr "el editor (publisher) no envía la columna identidad de réplica esperada por la relación de destino de replicación lógica «%s.%s»" -#: rewrite/rewriteDefine.c:728 +#: replication/logical/worker.c:1352 #, c-format -msgid "SELECT rule's target entry %d has different column name from column \"%s\"" -msgstr "la entrada de destino %d de la regla de SELECT tiene un nombre de columna diferente de «%s»" +msgid "logical replication target relation \"%s.%s\" has neither REPLICA IDENTITY index nor PRIMARY KEY and published relation does not have REPLICA IDENTITY FULL" +msgstr "la relación destino de replicación lógica «%s.%s» no tiene índice REPLICA IDENTITY ni PRIMARY KEY y la relación publicada no tiene REPLICA IDENTITY FULL" -#: rewrite/rewriteDefine.c:730 +#: replication/logical/worker.c:2239 #, c-format -msgid "SELECT target entry is named \"%s\"." -msgstr "La entrada de destino de SELECT tiene nombre «%s»." +msgid "data stream from publisher has ended" +msgstr "el flujo de datos del publisher ha terminado" -#: rewrite/rewriteDefine.c:739 +#: replication/logical/worker.c:2390 #, c-format -msgid "SELECT rule's target entry %d has different type from column \"%s\"" -msgstr "el destino %d de la regla de SELECT tiene un tipo diferente de la columna «%s»" +msgid "terminating logical replication worker due to timeout" +msgstr "terminando el proceso de replicación lógica debido a que se agotó el tiempo de espera" -#: rewrite/rewriteDefine.c:741 +#: replication/logical/worker.c:2538 #, c-format -msgid "RETURNING list's entry %d has different type from column \"%s\"" -msgstr "el destino %d de la lista de RETURNING tiene un tipo diferente de la columna «%s»" +msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was removed" +msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» se detendrá porque la suscripción fue eliminada" -#: rewrite/rewriteDefine.c:744 rewrite/rewriteDefine.c:768 +#: replication/logical/worker.c:2552 #, c-format -msgid "SELECT target entry has type %s, but column has type %s." -msgstr "La entrada de destino de SELECT tiene un tipo «%s», pero la columna tiene tipo «%s»." +msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was disabled" +msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» se detendrá porque la suscripción fue inhabilitada" -#: rewrite/rewriteDefine.c:747 rewrite/rewriteDefine.c:772 +#: replication/logical/worker.c:2574 #, c-format -msgid "RETURNING list entry has type %s, but column has type %s." -msgstr "una entrada de la lista RETURNING tiene tipo %s, pero la columna tiene tipo %s." +msgid "logical replication apply worker for subscription \"%s\" will restart because of a parameter change" +msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» se reiniciará por un cambio de parámetro" -#: rewrite/rewriteDefine.c:763 +#: replication/logical/worker.c:2739 replication/logical/worker.c:2761 #, c-format -msgid "SELECT rule's target entry %d has different size from column \"%s\"" -msgstr "el destino %d de la regla de SELECT tiene un tamaño diferente de la columna «%s»" +msgid "could not read from streaming transaction's subxact file \"%s\": %m" +msgstr "no se pudo leer el archivo subxact de transacción en flujo «%s»: %m" -#: rewrite/rewriteDefine.c:765 +#: replication/logical/worker.c:3120 #, c-format -msgid "RETURNING list's entry %d has different size from column \"%s\"" -msgstr "el destino %d de la lista RETURNING tiene un tamaño diferente de la columna «%s»" +msgid "logical replication apply worker for subscription %u will not start because the subscription was removed during startup" +msgstr "el ayudante «apply» de replicación lógica para la suscripción %u no se iniciará porque la suscripción fue eliminada durante el inicio" -#: rewrite/rewriteDefine.c:782 +#: replication/logical/worker.c:3132 #, c-format -msgid "SELECT rule's target list has too few entries" -msgstr "la lista de destinos de regla de SELECT tiene muy pocas entradas" +msgid "logical replication apply worker for subscription \"%s\" will not start because the subscription was disabled during startup" +msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» no se iniciará porque la suscripción fue inhabilitada durante el inicio" -#: rewrite/rewriteDefine.c:783 +#: replication/logical/worker.c:3150 #, c-format -msgid "RETURNING list has too few entries" -msgstr "la lista de RETURNING tiene muy pocas entradas" +msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has started" +msgstr "el ayudante de sincronización de tabla de replicación lógica para la suscripción «%s», tabla «%s» ha iniciado" -#: rewrite/rewriteDefine.c:876 rewrite/rewriteDefine.c:990 -#: rewrite/rewriteSupport.c:109 +#: replication/logical/worker.c:3154 #, c-format -msgid "rule \"%s\" for relation \"%s\" does not exist" -msgstr "no existe la regla «%s» para la relación «%s»" +msgid "logical replication apply worker for subscription \"%s\" has started" +msgstr "el ayudante «apply» de replicación lógica para la suscripción «%s» ha iniciado" -#: rewrite/rewriteDefine.c:1009 +#: replication/logical/worker.c:3192 #, c-format -msgid "renaming an ON SELECT rule is not allowed" -msgstr "no se permite cambiar el nombre de una regla ON SELECT" +msgid "subscription has no replication slot set" +msgstr "la suscripción no tiene un slot de replicación establecido" -#: rewrite/rewriteHandler.c:554 +#: replication/pgoutput/pgoutput.c:196 #, c-format -msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" -msgstr "el nombre de consulta WITH «%s» aparece tanto en una acción de regla y en la consulta que está siendo reescrita" +msgid "invalid proto_version" +msgstr "proto_version no válido" -#: rewrite/rewriteHandler.c:581 +#: replication/pgoutput/pgoutput.c:201 #, c-format -msgid "INSERT...SELECT rule actions are not supported for queries having data-modifying statements in WITH" -msgstr "las acciones de reglas INSERT...SELECT no están soportadas para consultas que tengan sentencias que modifiquen datos en WITH" +msgid "proto_version \"%s\" out of range" +msgstr "proto_version «%s» fuera de rango" -#: rewrite/rewriteHandler.c:634 +#: replication/pgoutput/pgoutput.c:218 #, c-format -msgid "cannot have RETURNING lists in multiple rules" -msgstr "no se puede usar RETURNING en múltiples reglas" +msgid "invalid publication_names syntax" +msgstr "sintaxis de publication_names no válida" -#: rewrite/rewriteHandler.c:866 rewrite/rewriteHandler.c:905 +#: replication/pgoutput/pgoutput.c:288 #, c-format -msgid "cannot insert a non-DEFAULT value into column \"%s\"" -msgstr "no se puede insertar un valor no-predeterminado en la columna «%s»" +msgid "client sent proto_version=%d but we only support protocol %d or lower" +msgstr "el cliente envió proto_version=%d pero sólo soportamos el protocolo %d o inferior" -#: rewrite/rewriteHandler.c:868 rewrite/rewriteHandler.c:934 +#: replication/pgoutput/pgoutput.c:294 #, c-format -msgid "Column \"%s\" is an identity column defined as GENERATED ALWAYS." -msgstr "La columna \"%s\" es una columna de identidad definida como GENERATED ALWAYS." +msgid "client sent proto_version=%d but we only support protocol %d or higher" +msgstr "el cliente envió proto_version=%d pero sólo soportamos el protocolo %d o superior" -#: rewrite/rewriteHandler.c:870 +#: replication/pgoutput/pgoutput.c:300 #, c-format -msgid "Use OVERRIDING SYSTEM VALUE to override." -msgstr "Use OVERRIDING SYSTEM VALUE para controlar manualmente." +msgid "publication_names parameter missing" +msgstr "parámetro publication_names faltante" -#: rewrite/rewriteHandler.c:932 rewrite/rewriteHandler.c:940 +#: replication/pgoutput/pgoutput.c:313 #, c-format -msgid "column \"%s\" can only be updated to DEFAULT" -msgstr "la columna «%s» sólo puede actualizarse a DEFAULT" +msgid "requested proto_version=%d does not support streaming, need %d or higher" +msgstr "la proto_version=%d no soporta flujo, se necesita %d o superior" -#: rewrite/rewriteHandler.c:1087 rewrite/rewriteHandler.c:1105 +#: replication/pgoutput/pgoutput.c:318 #, c-format -msgid "multiple assignments to same column \"%s\"" -msgstr "hay múltiples asignaciones a la misma columna «%s»" +msgid "streaming requested, but not supported by output plugin" +msgstr "se solicitó flujo, pero no está soportado por plugin de salida" -#: rewrite/rewriteHandler.c:2107 rewrite/rewriteHandler.c:3935 +#: replication/slot.c:180 #, c-format -msgid "infinite recursion detected in rules for relation \"%s\"" -msgstr "se detectó recursión infinita en las reglas de la relación «%s»" +msgid "replication slot name \"%s\" is too short" +msgstr "el nombre de slot de replicación «%s» es demasiado corto" -#: rewrite/rewriteHandler.c:2192 +#: replication/slot.c:189 #, c-format -msgid "infinite recursion detected in policy for relation \"%s\"" -msgstr "se detectó recursión infinita en la política para la relación «%s»" - -#: rewrite/rewriteHandler.c:2512 -msgid "Junk view columns are not updatable." -msgstr "Las columnas «basura» de vistas no son actualizables." +msgid "replication slot name \"%s\" is too long" +msgstr "el nombre de slot de replicación «%s» es demasiado largo" -#: rewrite/rewriteHandler.c:2517 -msgid "View columns that are not columns of their base relation are not updatable." -msgstr "Las columnas de vistas que no son columnas de su relación base no son actualizables." +#: replication/slot.c:202 +#, c-format +msgid "replication slot name \"%s\" contains invalid character" +msgstr "el nombre de slot de replicación «%s» contiene caracteres no válidos" -#: rewrite/rewriteHandler.c:2520 -msgid "View columns that refer to system columns are not updatable." -msgstr "Las columnas de vistas que se refieren a columnas de sistema no son actualizables." +#: replication/slot.c:204 +#, c-format +msgid "Replication slot names may only contain lower case letters, numbers, and the underscore character." +msgstr "Los nombres de slots de replicación sólo pueden contener letras minúsculas, números y el carácter «_»." -#: rewrite/rewriteHandler.c:2523 -msgid "View columns that return whole-row references are not updatable." -msgstr "Las columnas de vistas que retornan referencias a la fila completa no son actualizables." +#: replication/slot.c:258 +#, c-format +msgid "replication slot \"%s\" already exists" +msgstr "el slot de replicación «%s» ya existe" -# XXX a %s here would be nice ... -#: rewrite/rewriteHandler.c:2584 -msgid "Views containing DISTINCT are not automatically updatable." -msgstr "Las vistas que contienen DISTINCT no son automáticamente actualizables." +#: replication/slot.c:268 +#, c-format +msgid "all replication slots are in use" +msgstr "todos los slots de replicación están en uso" -#: rewrite/rewriteHandler.c:2587 -msgid "Views containing GROUP BY are not automatically updatable." -msgstr "Las vistas que contienen GROUP BY no son automáticamente actualizables." +#: replication/slot.c:269 +#, c-format +msgid "Free one or increase max_replication_slots." +msgstr "Libere uno o incremente max_replication_slots." -#: rewrite/rewriteHandler.c:2590 -msgid "Views containing HAVING are not automatically updatable." -msgstr "Las vistas que contienen HAVING no son automáticamente actualizables." +#: replication/slot.c:402 replication/slotfuncs.c:761 +#: utils/adt/pgstatfuncs.c:2228 +#, c-format +msgid "replication slot \"%s\" does not exist" +msgstr "no existe el slot de replicación «%s»" -#: rewrite/rewriteHandler.c:2593 -msgid "Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable." -msgstr "Las vistas que contienen UNION, INTERSECT o EXCEPT no son automáticamente actualizables." +#: replication/slot.c:448 replication/slot.c:1018 +#, c-format +msgid "replication slot \"%s\" is active for PID %d" +msgstr "el slot de replicación «%s» está activo para el PID %d" -#: rewrite/rewriteHandler.c:2596 -msgid "Views containing WITH are not automatically updatable." -msgstr "Las vistas que contienen WITH no son automáticamente actualizables." +#: replication/slot.c:676 replication/slot.c:1412 replication/slot.c:1795 +#, c-format +msgid "could not remove directory \"%s\"" +msgstr "no se pudo eliminar el directorio «%s»" -#: rewrite/rewriteHandler.c:2599 -msgid "Views containing LIMIT or OFFSET are not automatically updatable." -msgstr "Las vistas que contienen LIMIT u OFFSET no son automáticamente actualizables." +#: replication/slot.c:1053 +#, c-format +msgid "replication slots can only be used if max_replication_slots > 0" +msgstr "los slots de replicación sólo pueden usarse si max_replication_slots > 0" -#: rewrite/rewriteHandler.c:2611 -msgid "Views that return aggregate functions are not automatically updatable." -msgstr "Las vistas que retornan funciones de agregación no son automáticamente actualizables." - -#: rewrite/rewriteHandler.c:2614 -msgid "Views that return window functions are not automatically updatable." -msgstr "Las vistas que retornan funciones ventana no son automáticamente actualizables." - -#: rewrite/rewriteHandler.c:2617 -msgid "Views that return set-returning functions are not automatically updatable." -msgstr "Las vistas que retornan funciones-que-retornan-conjuntos no son automáticamente actualizables." - -#: rewrite/rewriteHandler.c:2624 rewrite/rewriteHandler.c:2628 -#: rewrite/rewriteHandler.c:2636 -msgid "Views that do not select from a single table or view are not automatically updatable." -msgstr "Las vistas que no extraen desde una única tabla o vista no son automáticamente actualizables." - -#: rewrite/rewriteHandler.c:2639 -msgid "Views containing TABLESAMPLE are not automatically updatable." -msgstr "Las vistas que contienen TABLESAMPLE no son automáticamente actualizables." - -#: rewrite/rewriteHandler.c:2663 -msgid "Views that have no updatable columns are not automatically updatable." -msgstr "Las vistas que no tienen columnas actualizables no son automáticamente actualizables." - -#: rewrite/rewriteHandler.c:3140 +# FIXME see logical.c:81 +#: replication/slot.c:1058 #, c-format -msgid "cannot insert into column \"%s\" of view \"%s\"" -msgstr "no se puede insertar en la columna «%s» de la vista «%s»" +msgid "replication slots can only be used if wal_level >= replica" +msgstr "los slots de replicación sólo pueden usarse si wal_level >= replica" -#: rewrite/rewriteHandler.c:3148 +#: replication/slot.c:1243 #, c-format -msgid "cannot update column \"%s\" of view \"%s\"" -msgstr "no se puede actualizar la columna «%s» vista «%s»" +msgid "terminating process %d to release replication slot \"%s\"" +msgstr "terminando el proceso %d para liberar el slot de replicación «%s»" -#: rewrite/rewriteHandler.c:3629 +#: replication/slot.c:1281 #, c-format -msgid "DO INSTEAD NOTIFY rules are not supported for data-modifying statements in WITH" -msgstr "las reglas DO INSTEAD NOTIFY no están soportadas para sentencias que modifiquen datos en WITH" +msgid "invalidating slot \"%s\" because its restart_lsn %X/%X exceeds max_slot_wal_keep_size" +msgstr "invalidando el slot «%s» porque su restart_lsn %X/%X excede max_slot_wal_keep_size" -#: rewrite/rewriteHandler.c:3640 +#: replication/slot.c:1733 #, c-format -msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" -msgstr "las reglas DO INSTEAD NOTHING no están soportadas para sentencias que modifiquen datos en WITH" +msgid "replication slot file \"%s\" has wrong magic number: %u instead of %u" +msgstr "el archivo de slot de replicación «%s» tiene número mágico erróneo: %u en lugar de %u" -#: rewrite/rewriteHandler.c:3654 +#: replication/slot.c:1740 #, c-format -msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" -msgstr "las reglas DO INSTEAD condicionales no están soportadas para sentencias que modifiquen datos en WITH" +msgid "replication slot file \"%s\" has unsupported version %u" +msgstr "el archivo de slot de replicación «%s» tiene versión no soportada %u" -#: rewrite/rewriteHandler.c:3658 +#: replication/slot.c:1747 #, c-format -msgid "DO ALSO rules are not supported for data-modifying statements in WITH" -msgstr "las reglas DO ALSO no están soportadas para sentencias que modifiquen datos en WITH" +msgid "replication slot file \"%s\" has corrupted length %u" +msgstr "el archivo de slot de replicación «%s» tiene largo corrupto %u" -#: rewrite/rewriteHandler.c:3663 +#: replication/slot.c:1783 #, c-format -msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" -msgstr "las reglas DO INSTEAD de múltiples sentencias no están soportadas para sentencias que modifiquen datos en WITH" +msgid "checksum mismatch for replication slot file \"%s\": is %u, should be %u" +msgstr "suma de verificación no coincidenete en archivo de slot de replicación «%s»: es %u, debería ser %u" -# XXX a %s here would be nice ... -#: rewrite/rewriteHandler.c:3863 rewrite/rewriteHandler.c:3871 -#: rewrite/rewriteHandler.c:3879 +# FIXME see slot.c:779. See also postmaster.c:835 +#: replication/slot.c:1817 #, c-format -msgid "Views with conditional DO INSTEAD rules are not automatically updatable." -msgstr "Las vistas con reglas DO INSTEAD condicionales no son automáticamente actualizables." +msgid "logical replication slot \"%s\" exists, but wal_level < logical" +msgstr "existe el slot de replicación lógica «%s», pero wal_level < logical" -#: rewrite/rewriteHandler.c:3972 +#: replication/slot.c:1819 #, c-format -msgid "cannot perform INSERT RETURNING on relation \"%s\"" -msgstr "no se puede hacer INSERT RETURNING a la relación «%s»" +msgid "Change wal_level to be logical or higher." +msgstr "Cambie wal_level a logical o superior." -#: rewrite/rewriteHandler.c:3974 +# FIXME see slot.c:779. See also postmaster.c:835 +#: replication/slot.c:1823 #, c-format -msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." -msgstr "Necesita un regla incondicional ON INSERT DO INSTEAD con una cláusula RETURNING." +msgid "physical replication slot \"%s\" exists, but wal_level < replica" +msgstr "existe el slot de replicación lógica «%s», pero wal_level < logical" -#: rewrite/rewriteHandler.c:3979 +# <> hello vim +#: replication/slot.c:1825 #, c-format -msgid "cannot perform UPDATE RETURNING on relation \"%s\"" -msgstr "no se puede hacer UPDATE RETURNING a la relación «%s»" +msgid "Change wal_level to be replica or higher." +msgstr "Cambie wal_level a replica o superior." -#: rewrite/rewriteHandler.c:3981 +#: replication/slot.c:1859 #, c-format -msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." -msgstr "Necesita un regla incondicional ON UPDATE DO INSTEAD con una cláusula RETURNING." +msgid "too many replication slots active before shutdown" +msgstr "demasiados slots de replicacion activos antes del apagado" -#: rewrite/rewriteHandler.c:3986 +#: replication/slotfuncs.c:626 #, c-format -msgid "cannot perform DELETE RETURNING on relation \"%s\"" -msgstr "no se puede hacer DELETE RETURNING a la relación «%s»" +msgid "invalid target WAL LSN" +msgstr "el LSN de wal de destino no es válido" -#: rewrite/rewriteHandler.c:3988 +#: replication/slotfuncs.c:648 #, c-format -msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." -msgstr "Necesita un regla incondicional ON DELETE DO INSTEAD con una clásula RETURNING." +msgid "replication slot \"%s\" cannot be advanced" +msgstr "no se puede avanzar el slot de replicación «%s»" -#: rewrite/rewriteHandler.c:4006 +#: replication/slotfuncs.c:666 #, c-format -msgid "INSERT with ON CONFLICT clause cannot be used with table that has INSERT or UPDATE rules" -msgstr "INSERT con una cláusula ON CONFLICT no puede usarse con una tabla que tiene reglas INSERT o UPDATE" +msgid "cannot advance replication slot to %X/%X, minimum is %X/%X" +msgstr "no puede avanzar un slot de replicación a %X/%X, el mínimo es %X/%X" -#: rewrite/rewriteHandler.c:4063 +#: replication/slotfuncs.c:773 #, c-format -msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" -msgstr "WITH no puede ser usado en una consulta que está siendo convertida en múltiples consultas a través de reglas" +msgid "cannot copy physical replication slot \"%s\" as a logical replication slot" +msgstr "no se puede copiar el slot de replicación física «%s» como slot de replicación lógica" -#: rewrite/rewriteManip.c:1006 +#: replication/slotfuncs.c:775 #, c-format -msgid "conditional utility statements are not implemented" -msgstr "las sentencias condicionales de utilidad no están implementadas" +msgid "cannot copy logical replication slot \"%s\" as a physical replication slot" +msgstr "no se puede copiar el slot de replicación lógica «%s» como slot de replicación física" -#: rewrite/rewriteManip.c:1172 +#: replication/slotfuncs.c:782 #, c-format -msgid "WHERE CURRENT OF on a view is not implemented" -msgstr "WHERE CURRENT OF no está implementado en una vista" +msgid "cannot copy a replication slot that doesn't reserve WAL" +msgstr "no puede copiar un slot de replicación que no ha reservado WAL" -#: rewrite/rewriteManip.c:1507 +#: replication/slotfuncs.c:859 #, c-format -msgid "NEW variables in ON UPDATE rules cannot reference columns that are part of a multiple assignment in the subject UPDATE command" -msgstr "las variables NEW en reglas ON UPDATE no pueden referenciar columnas que son parte de una asignación múltiple en la orden UPDATE" +msgid "could not copy replication slot \"%s\"" +msgstr "no se pudo copiar el slot de replicación «%s»" -#: rewrite/rewriteSearchCycle.c:410 +#: replication/slotfuncs.c:861 #, c-format -msgid "with a SEARCH or CYCLE clause, the recursive reference to WITH query \"%s\" must be at the top level of its right-hand SELECT" -msgstr "con una cláusula SEARCH o CYCLE, la referencia recursiva a la consulta WITH «%s» debe estar en el nivel superior de su SELECT de la derecha" +msgid "The source replication slot was modified incompatibly during the copy operation." +msgstr "El slot de replicación de origen fue modificado incompatiblemente durante la operación de copia." -#: snowball/dict_snowball.c:215 +#: replication/slotfuncs.c:867 #, c-format -msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\"" -msgstr "no se encontró un analizador Snowball para el lenguaje «%s» y la codificación «%s»" +msgid "cannot copy unfinished logical replication slot \"%s\"" +msgstr "no se puede copiar el slot de replicación lógica no terminado «%s»" -#: snowball/dict_snowball.c:238 tsearch/dict_ispell.c:74 -#: tsearch/dict_simple.c:49 +#: replication/slotfuncs.c:869 #, c-format -msgid "multiple StopWords parameters" -msgstr "parámetro StopWords duplicado" +msgid "Retry when the source replication slot's confirmed_flush_lsn is valid." +msgstr "Reintente cuando el confirmed_flush_lsn del slot de replicación de origen sea válido." -#: snowball/dict_snowball.c:247 +#: replication/syncrep.c:268 #, c-format -msgid "multiple Language parameters" -msgstr "parámetro Language duplicado" +msgid "canceling the wait for synchronous replication and terminating connection due to administrator command" +msgstr "cancelando la espera para la replicación sincrónica y terminando la conexión debido a una orden del administrador" -#: snowball/dict_snowball.c:254 +#: replication/syncrep.c:269 replication/syncrep.c:286 #, c-format -msgid "unrecognized Snowball parameter: \"%s\"" -msgstr "parámetro Snowball no reconocido: «%s»" +msgid "The transaction has already committed locally, but might not have been replicated to the standby." +msgstr "La transacción ya fue comprometida localmente, pero pudo no haber sido replicada al standby." -#: snowball/dict_snowball.c:262 +#: replication/syncrep.c:285 #, c-format -msgid "missing Language parameter" -msgstr "falta un parámetro Language" +msgid "canceling wait for synchronous replication due to user request" +msgstr "cancelando espera para la replicación sincrónica debido a una petición del usuario" -#: statistics/extended_stats.c:178 +#: replication/syncrep.c:494 #, c-format -msgid "statistics object \"%s.%s\" could not be computed for relation \"%s.%s\"" -msgstr "el objeto de estadísticas «%s.%s» no pudo ser calculado para la relación «%s.%s»" +msgid "standby \"%s\" is now a synchronous standby with priority %u" +msgstr "el standby «%s» es ahora un standby sincrónico con prioridad %u" -#: statistics/mcv.c:1371 utils/adt/jsonfuncs.c:1943 +#: replication/syncrep.c:498 #, c-format -msgid "function returning record called in context that cannot accept type record" -msgstr "se llamó una función que retorna un registro en un contexto que no puede aceptarlo" +msgid "standby \"%s\" is now a candidate for quorum synchronous standby" +msgstr "el standby «%s» es ahora un candidato para standby sincrónico de quórum" -#: storage/buffer/bufmgr.c:601 storage/buffer/bufmgr.c:771 +#: replication/syncrep.c:1045 #, c-format -msgid "cannot access temporary tables of other sessions" -msgstr "no se pueden acceder tablas temporales de otras sesiones" +msgid "synchronous_standby_names parser failed" +msgstr "falló la interpretación de synchronous_standby_names" -#: storage/buffer/bufmgr.c:849 +#: replication/syncrep.c:1051 #, c-format -msgid "cannot extend relation %s beyond %u blocks" -msgstr "no se puede extender la relación %s más allá de %u bloques" +msgid "number of synchronous standbys (%d) must be greater than zero" +msgstr "el argumento de standby sincrónicos (%d) debe ser mayor que cero" -#: storage/buffer/bufmgr.c:936 +#: replication/walreceiver.c:161 #, c-format -msgid "unexpected data beyond EOF in block %u of relation %s" -msgstr "datos inesperados más allá del EOF en el bloque %u de relación %s" +msgid "terminating walreceiver process due to administrator command" +msgstr "terminando el proceso walreceiver debido a una orden del administrador" -#: storage/buffer/bufmgr.c:938 +#: replication/walreceiver.c:289 #, c-format -msgid "This has been seen to occur with buggy kernels; consider updating your system." -msgstr "Esto parece ocurrir sólo con kernels defectuosos; considere actualizar su sistema." +msgid "could not connect to the primary server: %s" +msgstr "no se pudo conectar al servidor primario: %s" -#: storage/buffer/bufmgr.c:1037 +#: replication/walreceiver.c:336 #, c-format -msgid "invalid page in block %u of relation %s; zeroing out page" -msgstr "la página no es válida en el bloque %u de la relación «%s»; reinicializando la página" +msgid "database system identifier differs between the primary and standby" +msgstr "el identificador de sistema difiere entre el primario y el standby" -#: storage/buffer/bufmgr.c:4545 +#: replication/walreceiver.c:337 #, c-format -msgid "could not write block %u of %s" -msgstr "no se pudo escribir el bloque %u de %s" +msgid "The primary's identifier is %s, the standby's identifier is %s." +msgstr "El identificador del primario es %s, el identificador del standby es %s." -#: storage/buffer/bufmgr.c:4547 +#: replication/walreceiver.c:348 #, c-format -msgid "Multiple failures --- write error might be permanent." -msgstr "Múltiples fallas --- el error de escritura puede ser permanente." +msgid "highest timeline %u of the primary is behind recovery timeline %u" +msgstr "el timeline más alto del primario, %u, está más atrás que el timeline de recuperación %u" -#: storage/buffer/bufmgr.c:4568 storage/buffer/bufmgr.c:4587 +#: replication/walreceiver.c:402 #, c-format -msgid "writing block %u of relation %s" -msgstr "escribiendo el bloque %u de la relación %s" +msgid "started streaming WAL from primary at %X/%X on timeline %u" +msgstr "iniciando el flujo de WAL desde el primario en %X/%X en el timeline %u" -#: storage/buffer/bufmgr.c:4891 +#: replication/walreceiver.c:406 #, c-format -msgid "snapshot too old" -msgstr "snapshot demasiado antiguo" +msgid "restarted WAL streaming at %X/%X on timeline %u" +msgstr "reiniciando el flujo de WAL en %X/%X en el timeline %u" -#: storage/buffer/localbuf.c:205 +#: replication/walreceiver.c:435 #, c-format -msgid "no empty local buffer available" -msgstr "no hay ningún búfer local disponible" +msgid "cannot continue WAL streaming, recovery has already ended" +msgstr "no se puede continuar el flujo de WAL; la recuperación ya ha terminado" -#: storage/buffer/localbuf.c:433 +#: replication/walreceiver.c:472 #, c-format -msgid "cannot access temporary tables during a parallel operation" -msgstr "no se pueden acceder tablas temporales durante una operación paralela" +msgid "replication terminated by primary server" +msgstr "replicación terminada por el servidor primario" -#: storage/file/buffile.c:323 +#: replication/walreceiver.c:473 #, c-format -msgid "could not open temporary file \"%s\" from BufFile \"%s\": %m" -msgstr "no se pudo abrir archivo temporal «%s» del BufFile «%s»: %m" +msgid "End of WAL reached on timeline %u at %X/%X." +msgstr "Se alcanzó el fin de WAL en el timeline %u en la posición %X/%X." -#: storage/file/buffile.c:684 storage/file/buffile.c:805 +#: replication/walreceiver.c:562 #, c-format -msgid "could not determine size of temporary file \"%s\" from BufFile \"%s\": %m" -msgstr "no se pudo determinar el tamaño del archivo temporal «%s» del BufFile «%s»: %m" +msgid "terminating walreceiver due to timeout" +msgstr "terminando el proceso walreceiver debido a que se agotó el tiempo de espera" -#: storage/file/buffile.c:884 +#: replication/walreceiver.c:600 #, c-format -msgid "could not delete shared fileset \"%s\": %m" -msgstr "no se pudo borrar el conjunto de archivos compartidos «%s»: %m" +msgid "primary server contains no more WAL on requested timeline %u" +msgstr "el servidor primario no contiene más WAL en el timeline %u solicitado" -#: storage/file/buffile.c:902 storage/smgr/md.c:306 storage/smgr/md.c:866 +#: replication/walreceiver.c:616 replication/walreceiver.c:1036 #, c-format -msgid "could not truncate file \"%s\": %m" -msgstr "no se pudo truncar el archivo «%s»: %m" +msgid "could not close log segment %s: %m" +msgstr "no se pudo cerrar archivo de segmento %s: %m" -#: storage/file/fd.c:515 storage/file/fd.c:587 storage/file/fd.c:623 +#: replication/walreceiver.c:735 #, c-format -msgid "could not flush dirty data: %m" -msgstr "no se pudo sincronizar (flush) datos «sucios»: %m" +msgid "fetching timeline history file for timeline %u from primary server" +msgstr "trayendo el archivo de historia del timeline para el timeline %u desde el servidor primario" -#: storage/file/fd.c:545 +#: replication/walreceiver.c:927 #, c-format -msgid "could not determine dirty data size: %m" -msgstr "no se pudo determinar el tamaño de los datos «sucios»: %m" +msgid "could not write to log segment %s at offset %u, length %lu: %m" +msgstr "no se pudo escribir al segmento de log %s en la posición %u, largo %lu: %m" -#: storage/file/fd.c:597 +#: replication/walsender.c:525 storage/smgr/md.c:1321 #, c-format -msgid "could not munmap() while flushing data: %m" -msgstr "no se pudo ejecutar munmap() mientras se sincronizaban (flush) datos: %m" +msgid "could not seek to end of file \"%s\": %m" +msgstr "no se pudo posicionar (seek) al fin del archivo «%s»: %m" -#: storage/file/fd.c:836 +#: replication/walsender.c:529 #, c-format -msgid "could not link file \"%s\" to \"%s\": %m" -msgstr "no se pudo enlazar (link) el archivo «%s» a «%s»: %m" +msgid "could not seek to beginning of file \"%s\": %m" +msgstr "no se pudo posicionar (seek) al comienzo del archivo «%s»: %m" -#: storage/file/fd.c:937 +#: replication/walsender.c:580 #, c-format -msgid "getrlimit failed: %m" -msgstr "getrlimit falló: %m" +msgid "IDENTIFY_SYSTEM has not been run before START_REPLICATION" +msgstr "IDENTIFY_SYSTEM no se ha ejecutado antes de START_REPLICATION" -#: storage/file/fd.c:1027 +#: replication/walsender.c:609 #, c-format -msgid "insufficient file descriptors available to start server process" -msgstr "los descriptores de archivo disponibles son insuficientes para iniciar un proceso servidor" +msgid "cannot use a logical replication slot for physical replication" +msgstr "no se puede usar un slot de replicación lógica para replicación física" -#: storage/file/fd.c:1028 +#: replication/walsender.c:678 #, c-format -msgid "System allows %d, we need at least %d." -msgstr "El sistema permite %d, se requieren al menos %d." +msgid "requested starting point %X/%X on timeline %u is not in this server's history" +msgstr "el punto de inicio solicitado %X/%X del timeline %u no está en la historia de este servidor" -#: storage/file/fd.c:1079 storage/file/fd.c:2416 storage/file/fd.c:2526 -#: storage/file/fd.c:2677 +#: replication/walsender.c:681 #, c-format -msgid "out of file descriptors: %m; release and retry" -msgstr "se agotaron los descriptores de archivo: %m; libere e intente nuevamente" +msgid "This server's history forked from timeline %u at %X/%X." +msgstr "La historia de este servidor bifurcó desde el timeline %u en %X/%X." -#: storage/file/fd.c:1453 +#: replication/walsender.c:725 #, c-format -msgid "temporary file: path \"%s\", size %lu" -msgstr "archivo temporal: ruta «%s», tamaño %lu" +msgid "requested starting point %X/%X is ahead of the WAL flush position of this server %X/%X" +msgstr "el punto de inicio solicitado %X/%X está más adelante que la posición de sincronización (flush) de WAL de este servidor %X/%X" -#: storage/file/fd.c:1584 +#. translator: %s is a CREATE_REPLICATION_SLOT statement +#: replication/walsender.c:975 #, c-format -msgid "cannot create temporary directory \"%s\": %m" -msgstr "no se pudo crear el directorio temporal «%s»: %m" +msgid "%s must not be called inside a transaction" +msgstr "%s no debe ser ejecutado dentro de una transacción" -#: storage/file/fd.c:1591 +#. translator: %s is a CREATE_REPLICATION_SLOT statement +#: replication/walsender.c:985 #, c-format -msgid "cannot create temporary subdirectory \"%s\": %m" -msgstr "no se pudo crear el subdirectorio temporal «%s»: %m" +msgid "%s must be called inside a transaction" +msgstr "%s no debe ser ejecutado dentro de una transacción" -#: storage/file/fd.c:1784 +#. translator: %s is a CREATE_REPLICATION_SLOT statement +#: replication/walsender.c:991 #, c-format -msgid "could not create temporary file \"%s\": %m" -msgstr "no se pudo crear el archivo temporal «%s»: %m" +msgid "%s must be called in REPEATABLE READ isolation mode transaction" +msgstr "%s debe llamarse en una transacción de modo de aislamiento REPEATABLE READ" -#: storage/file/fd.c:1818 +#. translator: %s is a CREATE_REPLICATION_SLOT statement +#: replication/walsender.c:997 #, c-format -msgid "could not open temporary file \"%s\": %m" -msgstr "no se pudo abrir el archivo temporal «%s»: %m" +msgid "%s must be called before any query" +msgstr "%s debe ser llamado antes de cualquier consulta" -#: storage/file/fd.c:1859 +#. translator: %s is a CREATE_REPLICATION_SLOT statement +#: replication/walsender.c:1003 #, c-format -msgid "could not unlink temporary file \"%s\": %m" -msgstr "no se pudo eliminar (unlink) el archivo temporal «%s»: %m" +msgid "%s must not be called in a subtransaction" +msgstr "%s no está permitido en una subtransacción" -#: storage/file/fd.c:1947 +#: replication/walsender.c:1146 #, c-format -msgid "could not delete file \"%s\": %m" -msgstr "no se pudo borrar el archivo «%s»: %m" +msgid "cannot read from logical replication slot \"%s\"" +msgstr "no se puede leer del slot de replicación lógica «%s»" -#: storage/file/fd.c:2127 +#: replication/walsender.c:1148 #, c-format -msgid "temporary file size exceeds temp_file_limit (%dkB)" -msgstr "el tamaño del archivo temporal excede temp_file_limit permitido (%dkB)" +msgid "This slot has been invalidated because it exceeded the maximum reserved size." +msgstr "Este slot ha sido invalidado porque excedió el máximo del tamaño de reserva." -#: storage/file/fd.c:2392 storage/file/fd.c:2451 +#: replication/walsender.c:1158 #, c-format -msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" -msgstr "se excedió maxAllocatedDescs (%d) mientras se trataba de abrir el archivo «%s»" +msgid "terminating walsender process after promotion" +msgstr "terminando el proceso walsender luego de la promoción" -#: storage/file/fd.c:2496 +#: replication/walsender.c:1552 #, c-format -msgid "exceeded maxAllocatedDescs (%d) while trying to execute command \"%s\"" -msgstr "se excedió maxAllocatedDescs (%d) mientras se trataba de ejecutar la orden «%s»" +msgid "cannot execute new commands while WAL sender is in stopping mode" +msgstr "no puede ejecutar nuevas órdenes mientras el «WAL sender» está en modo de apagarse" -#: storage/file/fd.c:2653 +#: replication/walsender.c:1587 #, c-format -msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" -msgstr "se excedió maxAllocatedDescs (%d) mientras se trataba de abrir el directorio «%s»" +msgid "cannot execute SQL commands in WAL sender for physical replication" +msgstr "no puede ejecutar órdenes SQL en el «WAL sender» para replicación física" -#: storage/file/fd.c:3183 +#: replication/walsender.c:1620 #, c-format -msgid "unexpected file found in temporary-files directory: \"%s\"" -msgstr "archivo inesperado en directorio de archivos temporales: «%s»" +msgid "received replication command: %s" +msgstr "se recibió orden de replicación: %s" -#: storage/file/fd.c:3312 +#: replication/walsender.c:1628 tcop/fastpath.c:208 tcop/postgres.c:1077 +#: tcop/postgres.c:1436 tcop/postgres.c:1697 tcop/postgres.c:2166 +#: tcop/postgres.c:2587 tcop/postgres.c:2666 #, c-format -msgid "could not synchronize file system for file \"%s\": %m" -msgstr "no se pudo sincronizar el sistema de archivos para el archivo «%s»: %m" +msgid "current transaction is aborted, commands ignored until end of transaction block" +msgstr "transacción abortada, las órdenes serán ignoradas hasta el fin de bloque de transacción" -#: storage/file/sharedfileset.c:144 +#: replication/walsender.c:1763 replication/walsender.c:1798 #, c-format -msgid "could not attach to a SharedFileSet that is already destroyed" -msgstr "no se puede adjuntar a un SharedFileSet que ya está destruido" +msgid "unexpected EOF on standby connection" +msgstr "se encontró fin de archivo inesperado en la conexión standby" -#: storage/ipc/dsm.c:351 +#: replication/walsender.c:1786 #, c-format -msgid "dynamic shared memory control segment is corrupt" -msgstr "el segmento de control de memoria compartida dinámica está corrupto" +msgid "invalid standby message type \"%c\"" +msgstr "el tipo «%c» de mensaje del standby no es válido" -#: storage/ipc/dsm.c:415 +#: replication/walsender.c:1875 #, c-format -msgid "dynamic shared memory control segment is not valid" -msgstr "el segmento de control de memoria compartida dinámica no es válido" +msgid "unexpected message type \"%c\"" +msgstr "mensaje de tipo «%c» inesperado" -#: storage/ipc/dsm.c:592 +#: replication/walsender.c:2288 #, c-format -msgid "too many dynamic shared memory segments" -msgstr "demasiados segmentos de memoria compartida dinámica" +msgid "terminating walsender process due to replication timeout" +msgstr "terminando el proceso walsender debido a que se agotó el tiempo de espera de replicación" -#: storage/ipc/dsm_impl.c:235 storage/ipc/dsm_impl.c:544 -#: storage/ipc/dsm_impl.c:648 storage/ipc/dsm_impl.c:819 +#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:999 #, c-format -msgid "could not unmap shared memory segment \"%s\": %m" -msgstr "no se pudo desmapear el segmento de memoria compartida «%s»: %m" +msgid "rule \"%s\" for relation \"%s\" already exists" +msgstr "ya existe una regla llamada «%s» para la relación «%s»" -#: storage/ipc/dsm_impl.c:245 storage/ipc/dsm_impl.c:554 -#: storage/ipc/dsm_impl.c:658 storage/ipc/dsm_impl.c:829 +#: rewrite/rewriteDefine.c:301 #, c-format -msgid "could not remove shared memory segment \"%s\": %m" -msgstr "no se pudo eliminar el segmento de memoria compartida «%s»: %m" +msgid "rule actions on OLD are not implemented" +msgstr "las acciones de regla en OLD no están implementadas" -#: storage/ipc/dsm_impl.c:269 storage/ipc/dsm_impl.c:729 -#: storage/ipc/dsm_impl.c:843 +#: rewrite/rewriteDefine.c:302 #, c-format -msgid "could not open shared memory segment \"%s\": %m" -msgstr "no se pudo abrir el segmento de memoria compartida «%s»: %m" +msgid "Use views or triggers instead." +msgstr "Use vistas o triggers en su lugar." -#: storage/ipc/dsm_impl.c:294 storage/ipc/dsm_impl.c:570 -#: storage/ipc/dsm_impl.c:774 storage/ipc/dsm_impl.c:867 +#: rewrite/rewriteDefine.c:306 #, c-format -msgid "could not stat shared memory segment \"%s\": %m" -msgstr "no se pudo hacer stat del segmento de memoria compartida «%s»: %m" +msgid "rule actions on NEW are not implemented" +msgstr "las acciones de regla en NEW no están implementadas" -#: storage/ipc/dsm_impl.c:313 storage/ipc/dsm_impl.c:918 +#: rewrite/rewriteDefine.c:307 #, c-format -msgid "could not resize shared memory segment \"%s\" to %zu bytes: %m" -msgstr "no se pudo redimensionar el segmento de memoria compartida «%s» a %zu bytes: %m" +msgid "Use triggers instead." +msgstr "Use triggers en su lugar." -#: storage/ipc/dsm_impl.c:335 storage/ipc/dsm_impl.c:591 -#: storage/ipc/dsm_impl.c:750 storage/ipc/dsm_impl.c:940 +#: rewrite/rewriteDefine.c:320 #, c-format -msgid "could not map shared memory segment \"%s\": %m" -msgstr "no se pudo mapear el segmento de memoria compartida «%s»: %m" +msgid "INSTEAD NOTHING rules on SELECT are not implemented" +msgstr "las reglas INSTEAD NOTHING en SELECT no están implementadas" -#: storage/ipc/dsm_impl.c:526 +#: rewrite/rewriteDefine.c:321 #, c-format -msgid "could not get shared memory segment: %m" -msgstr "no se pudo obtener el segmento de memoria compartida: %m" +msgid "Use views instead." +msgstr "Use vistas en su lugar." -#: storage/ipc/dsm_impl.c:714 +#: rewrite/rewriteDefine.c:329 #, c-format -msgid "could not create shared memory segment \"%s\": %m" -msgstr "no se pudo crear el segmento de memoria compartida «%s»: %m" +msgid "multiple actions for rules on SELECT are not implemented" +msgstr "las reglas de múltiples acciones en SELECT no están implementadas" -#: storage/ipc/dsm_impl.c:951 +#: rewrite/rewriteDefine.c:339 #, c-format -msgid "could not close shared memory segment \"%s\": %m" -msgstr "no se pudo cerrar el segmento de memoria compartida «%s»: %m" +msgid "rules on SELECT must have action INSTEAD SELECT" +msgstr "las reglas en SELECT deben tener una acción INSTEAD SELECT" -#: storage/ipc/dsm_impl.c:990 storage/ipc/dsm_impl.c:1038 +#: rewrite/rewriteDefine.c:347 #, c-format -msgid "could not duplicate handle for \"%s\": %m" -msgstr "no se pudo duplicar el «handle» para «%s»: %m" +msgid "rules on SELECT must not contain data-modifying statements in WITH" +msgstr "las reglas en SELECT no deben contener sentencias que modifiquen datos en WITH" -#: storage/ipc/procarray.c:3858 +#: rewrite/rewriteDefine.c:355 #, c-format -msgid "database \"%s\" is being used by prepared transactions" -msgstr "la base de datos «%s» está siendo utilizada por transacciones preparadas" +msgid "event qualifications are not implemented for rules on SELECT" +msgstr "las calificaciones de eventos no están implementadas para las reglas en SELECT" -#: storage/ipc/procarray.c:3890 storage/ipc/signalfuncs.c:221 +#: rewrite/rewriteDefine.c:382 #, c-format -msgid "must be a superuser to terminate superuser process" -msgstr "debe ser superusuario para terminar proceso de superusuario" +msgid "\"%s\" is already a view" +msgstr "«%s» ya es una vista" -#: storage/ipc/procarray.c:3897 storage/ipc/signalfuncs.c:226 +#: rewrite/rewriteDefine.c:406 #, c-format -msgid "must be a member of the role whose process is being terminated or member of pg_signal_backend" -msgstr "debe ser miembro del rol cuyo proceso se está terminando o ser miembro de pg_signal_backend" +msgid "view rule for \"%s\" must be named \"%s\"" +msgstr "la regla de vista para «%s» debe llamarse «%s»" -#: storage/ipc/shm_mq.c:368 +#: rewrite/rewriteDefine.c:435 #, c-format -msgid "cannot send a message of size %zu via shared memory queue" -msgstr "no se puede enviar un mensaje de tamaño %zu mediante la cola de memoria compartida" +msgid "cannot convert partitioned table \"%s\" to a view" +msgstr "no se puede convertir la tabla particionada «%s» en vista" -#: storage/ipc/shm_mq.c:694 +#: rewrite/rewriteDefine.c:444 #, c-format -msgid "invalid message size %zu in shared memory queue" -msgstr "tamaño no válido de mensaje %zu en cola de memoria compartida" +msgid "cannot convert partition \"%s\" to a view" +msgstr "no se puede convertir la partición «%s» en vista" -#: storage/ipc/shm_toc.c:118 storage/ipc/shm_toc.c:200 storage/lmgr/lock.c:981 -#: storage/lmgr/lock.c:1019 storage/lmgr/lock.c:2844 storage/lmgr/lock.c:4258 -#: storage/lmgr/lock.c:4323 storage/lmgr/lock.c:4673 -#: storage/lmgr/predicate.c:2470 storage/lmgr/predicate.c:2485 -#: storage/lmgr/predicate.c:3967 storage/lmgr/predicate.c:5078 -#: utils/hash/dynahash.c:1112 +#: rewrite/rewriteDefine.c:453 #, c-format -msgid "out of shared memory" -msgstr "memoria compartida agotada" +msgid "could not convert table \"%s\" to a view because it is not empty" +msgstr "no se pudo convertir la tabla «%s» en vista porque no está vacía" -#: storage/ipc/shmem.c:170 storage/ipc/shmem.c:266 +#: rewrite/rewriteDefine.c:462 #, c-format -msgid "out of shared memory (%zu bytes requested)" -msgstr "memoria compartida agotada (%zu bytes solicitados)" +msgid "could not convert table \"%s\" to a view because it has triggers" +msgstr "no se pudo convertir la tabla «%s» en vista porque tiene triggers" -#: storage/ipc/shmem.c:445 +#: rewrite/rewriteDefine.c:464 #, c-format -msgid "could not create ShmemIndex entry for data structure \"%s\"" -msgstr "no se pudo crear la entrada en ShmemIndex para la estructura «%s»" +msgid "In particular, the table cannot be involved in any foreign key relationships." +msgstr "En particular, la tabla no puede estar involucrada en relaciones de llave foránea." -#: storage/ipc/shmem.c:460 +#: rewrite/rewriteDefine.c:469 #, c-format -msgid "ShmemIndex entry size is wrong for data structure \"%s\": expected %zu, actual %zu" -msgstr "el tamaño de la entrada ShmemIndex es incorrecto para la estructura «%s»: se esperaba %zu, real %zu" +msgid "could not convert table \"%s\" to a view because it has indexes" +msgstr "no se pudo convertir la tabla «%s» en vista porque tiene índices" -#: storage/ipc/shmem.c:479 +#: rewrite/rewriteDefine.c:475 #, c-format -msgid "not enough shared memory for data structure \"%s\" (%zu bytes requested)" -msgstr "el espacio de memoria compartida es insuficiente para la estructura «%s» (%zu bytes solicitados)" +msgid "could not convert table \"%s\" to a view because it has child tables" +msgstr "no se pudo convertir la tabla «%s» en vista porque tiene tablas hijas" -#: storage/ipc/shmem.c:511 storage/ipc/shmem.c:530 +#: rewrite/rewriteDefine.c:481 #, c-format -msgid "requested shared memory size overflows size_t" -msgstr "la petición de tamaño de memoria compartida desborda size_t" +msgid "could not convert table \"%s\" to a view because it has parent tables" +msgstr "no se pudo convertir la tabla «%s» en vista porque tiene tablas padres" -#: storage/ipc/signalfuncs.c:68 utils/adt/mcxtfuncs.c:204 +#: rewrite/rewriteDefine.c:487 #, c-format -msgid "PID %d is not a PostgreSQL server process" -msgstr "PID %d no es un proceso servidor de PostgreSQL" +msgid "could not convert table \"%s\" to a view because it has row security enabled" +msgstr "no se pudo convertir la tabla «%s» en vista porque tiene seguridad de registros activada" -#: storage/ipc/signalfuncs.c:99 storage/lmgr/proc.c:1454 -#: utils/adt/mcxtfuncs.c:212 +#: rewrite/rewriteDefine.c:493 #, c-format -msgid "could not send signal to process %d: %m" -msgstr "no se pudo enviar la señal al proceso %d: %m" +msgid "could not convert table \"%s\" to a view because it has row security policies" +msgstr "no se pudo convertir la tabla «%s» en vista porque tiene políticas de seguridad de registros" -#: storage/ipc/signalfuncs.c:119 +#: rewrite/rewriteDefine.c:520 #, c-format -msgid "must be a superuser to cancel superuser query" -msgstr "debe ser superusuario para cancelar una consulta de superusuario" +msgid "cannot have multiple RETURNING lists in a rule" +msgstr "no se pueden tener múltiples listas RETURNING en una regla" -#: storage/ipc/signalfuncs.c:124 +#: rewrite/rewriteDefine.c:525 #, c-format -msgid "must be a member of the role whose query is being canceled or member of pg_signal_backend" -msgstr "debe ser miembro del rol cuya consulta se está cancelando o ser miembro de pg_signal_backend" +msgid "RETURNING lists are not supported in conditional rules" +msgstr "listas de RETURNING no están soportadas en reglas condicionales" -#: storage/ipc/signalfuncs.c:165 +#: rewrite/rewriteDefine.c:529 #, c-format -msgid "could not check the existence of the backend with PID %d: %m" -msgstr "no se pudo comprobar la existencia del proceso de servidor con PID %d: %m" +msgid "RETURNING lists are not supported in non-INSTEAD rules" +msgstr "listas de RETURNING no están soportadas en reglas que no estén marcadas INSTEAD" -#: storage/ipc/signalfuncs.c:183 +#: rewrite/rewriteDefine.c:693 #, c-format -msgid "backend with PID %d did not terminate within %lld millisecond" -msgid_plural "backend with PID %d did not terminate within %lld milliseconds" -msgstr[0] "el proceso de servidor con PID %d no terminó dentro de %lld milisegundo" -msgstr[1] "el proceso de servidor con PID %d no terminó dentro de %lld milisegundos" +msgid "SELECT rule's target list has too many entries" +msgstr "la lista de destinos en la regla de SELECT tiene demasiadas entradas" -#: storage/ipc/signalfuncs.c:214 +#: rewrite/rewriteDefine.c:694 #, c-format -msgid "\"timeout\" must not be negative" -msgstr "\"timeout\" no debe ser negativo" +msgid "RETURNING list has too many entries" +msgstr "la lista de RETURNING tiene demasiadas entradas" -#: storage/ipc/signalfuncs.c:266 +#: rewrite/rewriteDefine.c:721 #, c-format -msgid "must be superuser to rotate log files with adminpack 1.0" -msgstr "bebe ser superusuario para rotar archivos de log con adminpack 1.0" +msgid "cannot convert relation containing dropped columns to view" +msgstr "no se puede convertir en vista una relación que contiene columnas eliminadas" -#. translator: %s is a SQL function name -#: storage/ipc/signalfuncs.c:268 utils/adt/genfile.c:255 +#: rewrite/rewriteDefine.c:722 #, c-format -msgid "Consider using %s, which is part of core, instead." -msgstr "Considere usar %s, que es parte del servidor, en su lugar." +msgid "cannot create a RETURNING list for a relation containing dropped columns" +msgstr "no se puede crear una lista RETURNING para una relación que contiene columnas eliminadas" -#: storage/ipc/signalfuncs.c:274 storage/ipc/signalfuncs.c:294 +#: rewrite/rewriteDefine.c:728 #, c-format -msgid "rotation not possible because log collection not active" -msgstr "la rotación no es posible porque la recoleccion de log no está activa" +msgid "SELECT rule's target entry %d has different column name from column \"%s\"" +msgstr "la entrada de destino %d de la regla de SELECT tiene un nombre de columna diferente de «%s»" -#: storage/ipc/standby.c:306 +#: rewrite/rewriteDefine.c:730 #, c-format -msgid "recovery still waiting after %ld.%03d ms: %s" -msgstr "la recuperación aún está esperando después de %ld.%03d ms: %s" +msgid "SELECT target entry is named \"%s\"." +msgstr "La entrada de destino de SELECT tiene nombre «%s»." -#: storage/ipc/standby.c:315 +#: rewrite/rewriteDefine.c:739 #, c-format -msgid "recovery finished waiting after %ld.%03d ms: %s" -msgstr "la recuperación terminó de esperar después de %ld.%03d ms: %s" +msgid "SELECT rule's target entry %d has different type from column \"%s\"" +msgstr "el destino %d de la regla de SELECT tiene un tipo diferente de la columna «%s»" -#: storage/ipc/standby.c:883 tcop/postgres.c:3318 +#: rewrite/rewriteDefine.c:741 #, c-format -msgid "canceling statement due to conflict with recovery" -msgstr "cancelando la sentencia debido a un conflicto con la recuperación" +msgid "RETURNING list's entry %d has different type from column \"%s\"" +msgstr "el destino %d de la lista de RETURNING tiene un tipo diferente de la columna «%s»" -#: storage/ipc/standby.c:884 tcop/postgres.c:2472 +#: rewrite/rewriteDefine.c:744 rewrite/rewriteDefine.c:768 #, c-format -msgid "User transaction caused buffer deadlock with recovery." -msgstr "La transacción del usuario causó un «deadlock» con la recuperación." - -#: storage/ipc/standby.c:1423 -msgid "unknown reason" -msgstr "razón desconocida" - -#: storage/ipc/standby.c:1428 -msgid "recovery conflict on buffer pin" -msgstr "conflicto de recuperación en «pin» de búfer" - -#: storage/ipc/standby.c:1431 -msgid "recovery conflict on lock" -msgstr "conflicto de recuperación en bloqueo" - -#: storage/ipc/standby.c:1434 -msgid "recovery conflict on tablespace" -msgstr "conflicto de recuperación en tablespace" - -#: storage/ipc/standby.c:1437 -msgid "recovery conflict on snapshot" -msgstr "conflicto de recuperación en snapshot" - -#: storage/ipc/standby.c:1440 -msgid "recovery conflict on buffer deadlock" -msgstr "conflicto de recuperación en deadlock de búfer" - -#: storage/ipc/standby.c:1443 -msgid "recovery conflict on database" -msgstr "conflicto de recuperación en base de datos" +msgid "SELECT target entry has type %s, but column has type %s." +msgstr "La entrada de destino de SELECT tiene un tipo «%s», pero la columna tiene tipo «%s»." -#: storage/large_object/inv_api.c:191 +#: rewrite/rewriteDefine.c:747 rewrite/rewriteDefine.c:772 #, c-format -msgid "pg_largeobject entry for OID %u, page %d has invalid data field size %d" -msgstr "la entrada pg_largeobject para el OID %u, página %d tiene tamaño de campo %d no válido" +msgid "RETURNING list entry has type %s, but column has type %s." +msgstr "una entrada de la lista RETURNING tiene tipo %s, pero la columna tiene tipo %s." -#: storage/large_object/inv_api.c:274 +#: rewrite/rewriteDefine.c:763 #, c-format -msgid "invalid flags for opening a large object: %d" -msgstr "opciones no válidas para abrir un objeto grande: %d" +msgid "SELECT rule's target entry %d has different size from column \"%s\"" +msgstr "el destino %d de la regla de SELECT tiene un tamaño diferente de la columna «%s»" -#: storage/large_object/inv_api.c:457 +#: rewrite/rewriteDefine.c:765 #, c-format -msgid "invalid whence setting: %d" -msgstr "parámetro «whence» no válido: %d" +msgid "RETURNING list's entry %d has different size from column \"%s\"" +msgstr "el destino %d de la lista RETURNING tiene un tamaño diferente de la columna «%s»" -#: storage/large_object/inv_api.c:629 +#: rewrite/rewriteDefine.c:782 #, c-format -msgid "invalid large object write request size: %d" -msgstr "tamaño de petición de escritura de objeto grande no válido: %d" +msgid "SELECT rule's target list has too few entries" +msgstr "la lista de destinos de regla de SELECT tiene muy pocas entradas" -#: storage/lmgr/deadlock.c:1122 +#: rewrite/rewriteDefine.c:783 #, c-format -msgid "Process %d waits for %s on %s; blocked by process %d." -msgstr "El proceso %d espera %s en %s; bloqueado por proceso %d." +msgid "RETURNING list has too few entries" +msgstr "la lista de RETURNING tiene muy pocas entradas" -#: storage/lmgr/deadlock.c:1141 +#: rewrite/rewriteDefine.c:876 rewrite/rewriteDefine.c:990 +#: rewrite/rewriteSupport.c:109 #, c-format -msgid "Process %d: %s" -msgstr "Proceso %d: %s" +msgid "rule \"%s\" for relation \"%s\" does not exist" +msgstr "no existe la regla «%s» para la relación «%s»" -#: storage/lmgr/deadlock.c:1150 +#: rewrite/rewriteDefine.c:1009 #, c-format -msgid "deadlock detected" -msgstr "se ha detectado un deadlock" +msgid "renaming an ON SELECT rule is not allowed" +msgstr "no se permite cambiar el nombre de una regla ON SELECT" -#: storage/lmgr/deadlock.c:1153 +#: rewrite/rewriteHandler.c:554 #, c-format -msgid "See server log for query details." -msgstr "Vea el registro del servidor para obtener detalles de las consultas." +msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" +msgstr "el nombre de consulta WITH «%s» aparece tanto en una acción de regla y en la consulta que está siendo reescrita" -#: storage/lmgr/lmgr.c:831 +#: rewrite/rewriteHandler.c:581 #, c-format -msgid "while updating tuple (%u,%u) in relation \"%s\"" -msgstr "mientras se actualizaba la tupla (%u,%u) en la relación «%s»" +msgid "INSERT...SELECT rule actions are not supported for queries having data-modifying statements in WITH" +msgstr "las acciones de reglas INSERT...SELECT no están soportadas para consultas que tengan sentencias que modifiquen datos en WITH" -#: storage/lmgr/lmgr.c:834 +#: rewrite/rewriteHandler.c:634 #, c-format -msgid "while deleting tuple (%u,%u) in relation \"%s\"" -msgstr "mientras se borraba la tupla (%u,%u) en la relación «%s»" +msgid "cannot have RETURNING lists in multiple rules" +msgstr "no se puede usar RETURNING en múltiples reglas" -#: storage/lmgr/lmgr.c:837 +#: rewrite/rewriteHandler.c:866 rewrite/rewriteHandler.c:905 #, c-format -msgid "while locking tuple (%u,%u) in relation \"%s\"" -msgstr "mientras se bloqueaba la tupla (%u,%u) de la relación «%s»" +msgid "cannot insert a non-DEFAULT value into column \"%s\"" +msgstr "no se puede insertar un valor no-predeterminado en la columna «%s»" -#: storage/lmgr/lmgr.c:840 +#: rewrite/rewriteHandler.c:868 rewrite/rewriteHandler.c:934 #, c-format -msgid "while locking updated version (%u,%u) of tuple in relation \"%s\"" -msgstr "mientras se bloqueaba la versión actualizada (%u,%u) en la relación «%s»" +msgid "Column \"%s\" is an identity column defined as GENERATED ALWAYS." +msgstr "La columna \"%s\" es una columna de identidad definida como GENERATED ALWAYS." -#: storage/lmgr/lmgr.c:843 +#: rewrite/rewriteHandler.c:870 #, c-format -msgid "while inserting index tuple (%u,%u) in relation \"%s\"" -msgstr "mientras se insertaba la tupla de índice (%u,%u) en la relación «%s»" +msgid "Use OVERRIDING SYSTEM VALUE to override." +msgstr "Use OVERRIDING SYSTEM VALUE para controlar manualmente." -#: storage/lmgr/lmgr.c:846 +#: rewrite/rewriteHandler.c:932 rewrite/rewriteHandler.c:940 #, c-format -msgid "while checking uniqueness of tuple (%u,%u) in relation \"%s\"" -msgstr "mientras se verificaba la unicidad de la tupla (%u,%u) en la relación «%s»" +msgid "column \"%s\" can only be updated to DEFAULT" +msgstr "la columna «%s» sólo puede actualizarse a DEFAULT" -#: storage/lmgr/lmgr.c:849 +#: rewrite/rewriteHandler.c:1087 rewrite/rewriteHandler.c:1105 #, c-format -msgid "while rechecking updated tuple (%u,%u) in relation \"%s\"" -msgstr "mientras se verificaba la tupla actualizada (%u,%u) en la relación «%s»" +msgid "multiple assignments to same column \"%s\"" +msgstr "hay múltiples asignaciones a la misma columna «%s»" -#: storage/lmgr/lmgr.c:852 +#: rewrite/rewriteHandler.c:2107 rewrite/rewriteHandler.c:3935 #, c-format -msgid "while checking exclusion constraint on tuple (%u,%u) in relation \"%s\"" -msgstr "mientras se verificaba una restricción de exclusión en la tupla (%u,%u) en la relación «%s»" +msgid "infinite recursion detected in rules for relation \"%s\"" +msgstr "se detectó recursión infinita en las reglas de la relación «%s»" -#: storage/lmgr/lmgr.c:1107 +#: rewrite/rewriteHandler.c:2192 #, c-format -msgid "relation %u of database %u" -msgstr "relación %u de la base de datos %u" +msgid "infinite recursion detected in policy for relation \"%s\"" +msgstr "se detectó recursión infinita en la política para la relación «%s»" -#: storage/lmgr/lmgr.c:1113 -#, c-format -msgid "extension of relation %u of database %u" -msgstr "extensión de la relación %u de la base de datos %u" +#: rewrite/rewriteHandler.c:2512 +msgid "Junk view columns are not updatable." +msgstr "Las columnas «basura» de vistas no son actualizables." -#: storage/lmgr/lmgr.c:1119 -#, c-format -msgid "pg_database.datfrozenxid of database %u" -msgstr "pg_database.datfrozenxid de la base de datos %u" +#: rewrite/rewriteHandler.c:2517 +msgid "View columns that are not columns of their base relation are not updatable." +msgstr "Las columnas de vistas que no son columnas de su relación base no son actualizables." -#: storage/lmgr/lmgr.c:1124 -#, c-format -msgid "page %u of relation %u of database %u" -msgstr "página %u de la relación %u de la base de datos %u" +#: rewrite/rewriteHandler.c:2520 +msgid "View columns that refer to system columns are not updatable." +msgstr "Las columnas de vistas que se refieren a columnas de sistema no son actualizables." -#: storage/lmgr/lmgr.c:1131 -#, c-format -msgid "tuple (%u,%u) of relation %u of database %u" -msgstr "tupla (%u,%u) de la relación %u de la base de datos %u" +#: rewrite/rewriteHandler.c:2523 +msgid "View columns that return whole-row references are not updatable." +msgstr "Las columnas de vistas que retornan referencias a la fila completa no son actualizables." -#: storage/lmgr/lmgr.c:1139 -#, c-format -msgid "transaction %u" -msgstr "transacción %u" +# XXX a %s here would be nice ... +#: rewrite/rewriteHandler.c:2584 +msgid "Views containing DISTINCT are not automatically updatable." +msgstr "Las vistas que contienen DISTINCT no son automáticamente actualizables." -#: storage/lmgr/lmgr.c:1144 -#, c-format -msgid "virtual transaction %d/%u" -msgstr "transacción virtual %d/%u" +#: rewrite/rewriteHandler.c:2587 +msgid "Views containing GROUP BY are not automatically updatable." +msgstr "Las vistas que contienen GROUP BY no son automáticamente actualizables." -#: storage/lmgr/lmgr.c:1150 -#, c-format -msgid "speculative token %u of transaction %u" -msgstr "token especulativo %u de la transacción %u" +#: rewrite/rewriteHandler.c:2590 +msgid "Views containing HAVING are not automatically updatable." +msgstr "Las vistas que contienen HAVING no son automáticamente actualizables." -#: storage/lmgr/lmgr.c:1156 -#, c-format -msgid "object %u of class %u of database %u" -msgstr "objeto %u de clase %u de la base de datos %u" +#: rewrite/rewriteHandler.c:2593 +msgid "Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable." +msgstr "Las vistas que contienen UNION, INTERSECT o EXCEPT no son automáticamente actualizables." -#: storage/lmgr/lmgr.c:1164 -#, c-format -msgid "user lock [%u,%u,%u]" -msgstr "candado de usuario [%u,%u,%u]" +#: rewrite/rewriteHandler.c:2596 +msgid "Views containing WITH are not automatically updatable." +msgstr "Las vistas que contienen WITH no son automáticamente actualizables." -# XXX is this a good translation? -#: storage/lmgr/lmgr.c:1171 -#, c-format -msgid "advisory lock [%u,%u,%u,%u]" -msgstr "candado consultivo [%u,%u,%u,%u]" +#: rewrite/rewriteHandler.c:2599 +msgid "Views containing LIMIT or OFFSET are not automatically updatable." +msgstr "Las vistas que contienen LIMIT u OFFSET no son automáticamente actualizables." -#: storage/lmgr/lmgr.c:1179 -#, c-format -msgid "unrecognized locktag type %d" -msgstr "tipo de locktag %d no reconocido" +#: rewrite/rewriteHandler.c:2611 +msgid "Views that return aggregate functions are not automatically updatable." +msgstr "Las vistas que retornan funciones de agregación no son automáticamente actualizables." -#: storage/lmgr/lock.c:802 -#, c-format -msgid "cannot acquire lock mode %s on database objects while recovery is in progress" -msgstr "no se puede adquirir candado en modo %s en objetos de la base de datos mientras la recuperación está en proceso" +#: rewrite/rewriteHandler.c:2614 +msgid "Views that return window functions are not automatically updatable." +msgstr "Las vistas que retornan funciones ventana no son automáticamente actualizables." -#: storage/lmgr/lock.c:804 -#, c-format -msgid "Only RowExclusiveLock or less can be acquired on database objects during recovery." -msgstr "Sólo candados RowExclusiveLock o menor pueden ser adquiridos en objetos de la base de datos durante la recuperación." +#: rewrite/rewriteHandler.c:2617 +msgid "Views that return set-returning functions are not automatically updatable." +msgstr "Las vistas que retornan funciones-que-retornan-conjuntos no son automáticamente actualizables." -#: storage/lmgr/lock.c:982 storage/lmgr/lock.c:1020 storage/lmgr/lock.c:2845 -#: storage/lmgr/lock.c:4259 storage/lmgr/lock.c:4324 storage/lmgr/lock.c:4674 -#, c-format -msgid "You might need to increase max_locks_per_transaction." -msgstr "Puede ser necesario incrementar max_locks_per_transaction." +#: rewrite/rewriteHandler.c:2624 rewrite/rewriteHandler.c:2628 +#: rewrite/rewriteHandler.c:2636 +msgid "Views that do not select from a single table or view are not automatically updatable." +msgstr "Las vistas que no extraen desde una única tabla o vista no son automáticamente actualizables." -#: storage/lmgr/lock.c:3300 storage/lmgr/lock.c:3368 storage/lmgr/lock.c:3484 -#, c-format -msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object" -msgstr "no se puede hacer PREPARE mientras se mantienen candados a nivel de sesión y transacción simultáneamente sobre el mismo objeto" +#: rewrite/rewriteHandler.c:2639 +msgid "Views containing TABLESAMPLE are not automatically updatable." +msgstr "Las vistas que contienen TABLESAMPLE no son automáticamente actualizables." -#: storage/lmgr/predicate.c:700 +#: rewrite/rewriteHandler.c:2663 +msgid "Views that have no updatable columns are not automatically updatable." +msgstr "Las vistas que no tienen columnas actualizables no son automáticamente actualizables." + +#: rewrite/rewriteHandler.c:3140 #, c-format -msgid "not enough elements in RWConflictPool to record a read/write conflict" -msgstr "no hay suficientes elementos en RWConflictPool para registrar un conflicto read/write" +msgid "cannot insert into column \"%s\" of view \"%s\"" +msgstr "no se puede insertar en la columna «%s» de la vista «%s»" -#: storage/lmgr/predicate.c:701 storage/lmgr/predicate.c:729 +#: rewrite/rewriteHandler.c:3148 #, c-format -msgid "You might need to run fewer transactions at a time or increase max_connections." -msgstr "Puede ser necesario ejecutar menos transacciones al mismo tiempo, o incrementar max_connections." +msgid "cannot update column \"%s\" of view \"%s\"" +msgstr "no se puede actualizar la columna «%s» vista «%s»" -#: storage/lmgr/predicate.c:728 +#: rewrite/rewriteHandler.c:3629 #, c-format -msgid "not enough elements in RWConflictPool to record a potential read/write conflict" -msgstr "no hay suficientes elementos en RWConflictPool para registrar un potencial conflicto read/write" +msgid "DO INSTEAD NOTIFY rules are not supported for data-modifying statements in WITH" +msgstr "las reglas DO INSTEAD NOTIFY no están soportadas para sentencias que modifiquen datos en WITH" -#: storage/lmgr/predicate.c:1694 +#: rewrite/rewriteHandler.c:3640 #, c-format -msgid "\"default_transaction_isolation\" is set to \"serializable\"." -msgstr "«default_transaction_isolation» está definido a «serializable»." +msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" +msgstr "las reglas DO INSTEAD NOTHING no están soportadas para sentencias que modifiquen datos en WITH" -#: storage/lmgr/predicate.c:1695 +#: rewrite/rewriteHandler.c:3654 #, c-format -msgid "You can use \"SET default_transaction_isolation = 'repeatable read'\" to change the default." -msgstr "Puede usar «SET default_transaction_isolation = 'repeatable read'» para cambiar el valor por omisión." +msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" +msgstr "las reglas DO INSTEAD condicionales no están soportadas para sentencias que modifiquen datos en WITH" -#: storage/lmgr/predicate.c:1746 +#: rewrite/rewriteHandler.c:3658 #, c-format -msgid "a snapshot-importing transaction must not be READ ONLY DEFERRABLE" -msgstr "una transacción que importa un snapshot no debe ser READ ONLY DEFERRABLE" +msgid "DO ALSO rules are not supported for data-modifying statements in WITH" +msgstr "las reglas DO ALSO no están soportadas para sentencias que modifiquen datos en WITH" -#: storage/lmgr/predicate.c:1825 utils/time/snapmgr.c:569 -#: utils/time/snapmgr.c:575 +#: rewrite/rewriteHandler.c:3663 #, c-format -msgid "could not import the requested snapshot" -msgstr "no se pudo importar el snapshot solicitado" +msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" +msgstr "las reglas DO INSTEAD de múltiples sentencias no están soportadas para sentencias que modifiquen datos en WITH" -#: storage/lmgr/predicate.c:1826 utils/time/snapmgr.c:576 +# XXX a %s here would be nice ... +#: rewrite/rewriteHandler.c:3863 rewrite/rewriteHandler.c:3871 +#: rewrite/rewriteHandler.c:3879 #, c-format -msgid "The source process with PID %d is not running anymore." -msgstr "El proceso de origen con PID %d ya no está en ejecución." +msgid "Views with conditional DO INSTEAD rules are not automatically updatable." +msgstr "Las vistas con reglas DO INSTEAD condicionales no son automáticamente actualizables." -#: storage/lmgr/predicate.c:2471 storage/lmgr/predicate.c:2486 -#: storage/lmgr/predicate.c:3968 +#: rewrite/rewriteHandler.c:3972 #, c-format -msgid "You might need to increase max_pred_locks_per_transaction." -msgstr "Puede ser necesario incrementar max_pred_locks_per_transaction." +msgid "cannot perform INSERT RETURNING on relation \"%s\"" +msgstr "no se puede hacer INSERT RETURNING a la relación «%s»" -#: storage/lmgr/predicate.c:4099 storage/lmgr/predicate.c:4135 -#: storage/lmgr/predicate.c:4168 storage/lmgr/predicate.c:4176 -#: storage/lmgr/predicate.c:4215 storage/lmgr/predicate.c:4457 -#: storage/lmgr/predicate.c:4794 storage/lmgr/predicate.c:4806 -#: storage/lmgr/predicate.c:4849 storage/lmgr/predicate.c:4887 +#: rewrite/rewriteHandler.c:3974 #, c-format -msgid "could not serialize access due to read/write dependencies among transactions" -msgstr "no se pudo serializar el acceso debido a dependencias read/write entre transacciones" +msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." +msgstr "Necesita un regla incondicional ON INSERT DO INSTEAD con una cláusula RETURNING." -#: storage/lmgr/predicate.c:4101 storage/lmgr/predicate.c:4137 -#: storage/lmgr/predicate.c:4170 storage/lmgr/predicate.c:4178 -#: storage/lmgr/predicate.c:4217 storage/lmgr/predicate.c:4459 -#: storage/lmgr/predicate.c:4796 storage/lmgr/predicate.c:4808 -#: storage/lmgr/predicate.c:4851 storage/lmgr/predicate.c:4889 +#: rewrite/rewriteHandler.c:3979 #, c-format -msgid "The transaction might succeed if retried." -msgstr "La transacción podría tener éxito si es reintentada." +msgid "cannot perform UPDATE RETURNING on relation \"%s\"" +msgstr "no se puede hacer UPDATE RETURNING a la relación «%s»" -#: storage/lmgr/proc.c:357 +#: rewrite/rewriteHandler.c:3981 #, c-format -msgid "number of requested standby connections exceeds max_wal_senders (currently %d)" -msgstr "la cantidad de conexiones standby pedidas excede max_wal_senders (actualmente %d)" +msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." +msgstr "Necesita un regla incondicional ON UPDATE DO INSTEAD con una cláusula RETURNING." -#: storage/lmgr/proc.c:1551 +#: rewrite/rewriteHandler.c:3986 #, c-format -msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms" -msgstr "el proceso %d evitó un deadlock para %s en %s reordenando la cola después de %ld.%03d ms" +msgid "cannot perform DELETE RETURNING on relation \"%s\"" +msgstr "no se puede hacer DELETE RETURNING a la relación «%s»" -#: storage/lmgr/proc.c:1566 +#: rewrite/rewriteHandler.c:3988 #, c-format -msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" -msgstr "el proceso %d detectó un deadlock mientras esperaba %s en %s después de %ld.%03d ms" +msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." +msgstr "Necesita un regla incondicional ON DELETE DO INSTEAD con una clásula RETURNING." -#: storage/lmgr/proc.c:1575 +#: rewrite/rewriteHandler.c:4006 #, c-format -msgid "process %d still waiting for %s on %s after %ld.%03d ms" -msgstr "el proceso %d aún espera %s en %s después de %ld.%03d ms" +msgid "INSERT with ON CONFLICT clause cannot be used with table that has INSERT or UPDATE rules" +msgstr "INSERT con una cláusula ON CONFLICT no puede usarse con una tabla que tiene reglas INSERT o UPDATE" -#: storage/lmgr/proc.c:1582 +#: rewrite/rewriteHandler.c:4063 #, c-format -msgid "process %d acquired %s on %s after %ld.%03d ms" -msgstr "el proceso %d adquirió %s en %s después de %ld.%03d ms" +msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" +msgstr "WITH no puede ser usado en una consulta que está siendo convertida en múltiples consultas a través de reglas" -#: storage/lmgr/proc.c:1599 +#: rewrite/rewriteManip.c:1006 #, c-format -msgid "process %d failed to acquire %s on %s after %ld.%03d ms" -msgstr "el proceso %d no pudo adquirir %s en %s después de %ld.%03d ms" +msgid "conditional utility statements are not implemented" +msgstr "las sentencias condicionales de utilidad no están implementadas" -#: storage/page/bufpage.c:152 +#: rewrite/rewriteManip.c:1172 #, c-format -msgid "page verification failed, calculated checksum %u but expected %u" -msgstr "la suma de verificación falló, se calculó %u pero se esperaba %u" +msgid "WHERE CURRENT OF on a view is not implemented" +msgstr "WHERE CURRENT OF no está implementado en una vista" -#: storage/page/bufpage.c:217 storage/page/bufpage.c:739 -#: storage/page/bufpage.c:1066 storage/page/bufpage.c:1201 -#: storage/page/bufpage.c:1307 storage/page/bufpage.c:1419 +#: rewrite/rewriteManip.c:1507 #, c-format -msgid "corrupted page pointers: lower = %u, upper = %u, special = %u" -msgstr "los punteros de página están corruptos: inferior = %u, superior = %u, especial = %u" +msgid "NEW variables in ON UPDATE rules cannot reference columns that are part of a multiple assignment in the subject UPDATE command" +msgstr "las variables NEW en reglas ON UPDATE no pueden referenciar columnas que son parte de una asignación múltiple en la orden UPDATE" -#: storage/page/bufpage.c:768 +#: rewrite/rewriteSearchCycle.c:410 #, c-format -msgid "corrupted line pointer: %u" -msgstr "puntero de ítem corrupto: %u" +msgid "with a SEARCH or CYCLE clause, the recursive reference to WITH query \"%s\" must be at the top level of its right-hand SELECT" +msgstr "con una cláusula SEARCH o CYCLE, la referencia recursiva a la consulta WITH «%s» debe estar en el nivel superior de su SELECT de la derecha" -#: storage/page/bufpage.c:795 storage/page/bufpage.c:1259 -#, c-format -msgid "corrupted item lengths: total %u, available space %u" -msgstr "los largos de ítem están corruptos: total %u, espacio disponible %u" +#: scan.l:458 +msgid "unterminated /* comment" +msgstr "un comentario /* está inconcluso" -#: storage/page/bufpage.c:1085 storage/page/bufpage.c:1226 -#: storage/page/bufpage.c:1323 storage/page/bufpage.c:1435 +#: scan.l:478 +msgid "unterminated bit string literal" +msgstr "una cadena de bits está inconclusa" + +#: scan.l:492 +msgid "unterminated hexadecimal string literal" +msgstr "una cadena hexadecimal está inconclusa" + +#: scan.l:542 #, c-format -msgid "corrupted line pointer: offset = %u, size = %u" -msgstr "puntero de ítem corrupto: desplazamiento = %u, tamaño = %u" +msgid "unsafe use of string constant with Unicode escapes" +msgstr "uso inseguro de literal de cadena con escapes Unicode" -#: storage/smgr/md.c:435 +#: scan.l:543 #, c-format -msgid "cannot extend file \"%s\" beyond %u blocks" -msgstr "no se pudo extender el archivo «%s» más allá de %u bloques" +msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off." +msgstr "Los literales de cadena con escapes Unicode no pueden usarse cuando standard_conforming_strings está desactivado." -#: storage/smgr/md.c:450 +#: scan.l:604 +msgid "unhandled previous state in xqs" +msgstr "estado previo no manejado en xqs" + +#: scan.l:678 #, c-format -msgid "could not extend file \"%s\": %m" -msgstr "no se pudo extender el archivo «%s»: %m" +msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX." +msgstr "Los escapes Unicode deben ser \\uXXXX o \\UXXXXXXXX." -#: storage/smgr/md.c:452 storage/smgr/md.c:459 storage/smgr/md.c:747 +#: scan.l:689 #, c-format -msgid "Check free disk space." -msgstr "Verifique el espacio libre en disco." +msgid "unsafe use of \\' in a string literal" +msgstr "uso inseguro de \\' en un literal de cadena" -#: storage/smgr/md.c:456 +#: scan.l:690 #, c-format -msgid "could not extend file \"%s\": wrote only %d of %d bytes at block %u" -msgstr "no se pudo extender el archivo «%s»: sólo se escribieron %d de %d bytes en el bloque %u" +msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings." +msgstr "Use '' para escribir comillas en cadenas. \\' es inseguro en codificaciones de sólo cliente." -#: storage/smgr/md.c:668 +#: scan.l:762 +msgid "unterminated dollar-quoted string" +msgstr "una cadena separada por $ está inconclusa" + +#: scan.l:779 scan.l:789 +msgid "zero-length delimited identifier" +msgstr "un identificador delimitado tiene largo cero" + +#: scan.l:800 syncrep_scanner.l:91 +msgid "unterminated quoted identifier" +msgstr "un identificador entre comillas está inconcluso" + +#: scan.l:963 +msgid "operator too long" +msgstr "el operador es demasiado largo" + +#. translator: %s is typically the translation of "syntax error" +#: scan.l:1171 #, c-format -msgid "could not read block %u in file \"%s\": %m" -msgstr "no se pudo leer el bloque %u del archivo «%s»: %m" +msgid "%s at end of input" +msgstr "%s al final de la entrada" -#: storage/smgr/md.c:684 +#. translator: first %s is typically the translation of "syntax error" +#: scan.l:1179 #, c-format -msgid "could not read block %u in file \"%s\": read only %d of %d bytes" -msgstr "no se pudo leer el bloque %u del archivo «%s»: se leyeron sólo %d de %d bytes" +msgid "%s at or near \"%s\"" +msgstr "%s en o cerca de «%s»" -#: storage/smgr/md.c:738 +#: scan.l:1373 #, c-format -msgid "could not write block %u in file \"%s\": %m" -msgstr "no se pudo escribir el bloque %u en el archivo «%s»: %m" +msgid "nonstandard use of \\' in a string literal" +msgstr "uso no estandar de \\' en un literal de cadena" -#: storage/smgr/md.c:743 +#: scan.l:1374 #, c-format -msgid "could not write block %u in file \"%s\": wrote only %d of %d bytes" -msgstr "no se pudo escribir el bloque %u en el archivo «%s»: se escribieron sólo %d de %d bytes" +msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')." +msgstr "Use '' para escribir comillas en cadenas, o use la sintaxis de escape de cadenas (E'...')." -#: storage/smgr/md.c:837 +#: scan.l:1383 #, c-format -msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now" -msgstr "no se pudo truncar el archivo «%s» a %u bloques: es de sólo %u bloques ahora" +msgid "nonstandard use of \\\\ in a string literal" +msgstr "uso no estandar de \\\\ en un literal de cadena" -#: storage/smgr/md.c:892 +#: scan.l:1384 #, c-format -msgid "could not truncate file \"%s\" to %u blocks: %m" -msgstr "no se pudo truncar el archivo «%s» a %u bloques: %m" +msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." +msgstr "Use '' para escribir comillas en cadenas, o use la sintaxis de escape de cadenas (E'\\\\')." -#: storage/smgr/md.c:1286 +#: scan.l:1398 #, c-format -msgid "could not open file \"%s\" (target block %u): previous segment is only %u blocks" -msgstr "no se pudo abrir el archivo «%s» (bloque buscado %u): el segmento previo sólo tiene %u bloques" +msgid "nonstandard use of escape in a string literal" +msgstr "uso no estandar de escape en un literal de cadena" -#: storage/smgr/md.c:1300 +#: scan.l:1399 #, c-format -msgid "could not open file \"%s\" (target block %u): %m" -msgstr "no se pudo abrir el archivo «%s» (bloque buscado %u): %m" +msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." +msgstr "Use la sintaxis de escape para cadenas, por ej. E'\\r\\n'." -#: tcop/fastpath.c:148 +#: snowball/dict_snowball.c:215 #, c-format -msgid "cannot call function \"%s\" via fastpath interface" -msgstr "no se puede llamar a la función «%s» mediante la interfaz fastpath" +msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\"" +msgstr "no se encontró un analizador Snowball para el lenguaje «%s» y la codificación «%s»" -#: tcop/fastpath.c:233 +#: snowball/dict_snowball.c:238 tsearch/dict_ispell.c:74 +#: tsearch/dict_simple.c:49 #, c-format -msgid "fastpath function call: \"%s\" (OID %u)" -msgstr "llamada a función fastpath: «%s» (OID %u)" +msgid "multiple StopWords parameters" +msgstr "parámetro StopWords duplicado" -#: tcop/fastpath.c:312 tcop/postgres.c:1304 tcop/postgres.c:1562 -#: tcop/postgres.c:2021 tcop/postgres.c:2253 +#: snowball/dict_snowball.c:247 #, c-format -msgid "duration: %s ms" -msgstr "duración: %s ms" +msgid "multiple Language parameters" +msgstr "parámetro Language duplicado" -#: tcop/fastpath.c:316 +#: snowball/dict_snowball.c:254 #, c-format -msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)" -msgstr "duración: %s ms llamada a función fastpath: «%s» (OID %u)" +msgid "unrecognized Snowball parameter: \"%s\"" +msgstr "parámetro Snowball no reconocido: «%s»" -#: tcop/fastpath.c:352 +#: snowball/dict_snowball.c:262 #, c-format -msgid "function call message contains %d arguments but function requires %d" -msgstr "el mensaje de llamada a función contiene %d argumentos pero la función requiere %d" +msgid "missing Language parameter" +msgstr "falta un parámetro Language" -#: tcop/fastpath.c:360 +#: statistics/extended_stats.c:178 #, c-format -msgid "function call message contains %d argument formats but %d arguments" -msgstr "el mensaje de llamada a función contiene %d formatos de argumento pero %d argumentos" +msgid "statistics object \"%s.%s\" could not be computed for relation \"%s.%s\"" +msgstr "el objeto de estadísticas «%s.%s» no pudo ser calculado para la relación «%s.%s»" -#: tcop/fastpath.c:384 +#: statistics/mcv.c:1371 utils/adt/jsonfuncs.c:1943 #, c-format -msgid "invalid argument size %d in function call message" -msgstr "el tamaño de argumento %d no es válido en el mensaje de llamada a función" +msgid "function returning record called in context that cannot accept type record" +msgstr "se llamó una función que retorna un registro en un contexto que no puede aceptarlo" -#: tcop/fastpath.c:447 +#: storage/buffer/bufmgr.c:601 storage/buffer/bufmgr.c:771 #, c-format -msgid "incorrect binary data format in function argument %d" -msgstr "el formato de datos binarios es incorrecto en argumento %d a función" +msgid "cannot access temporary tables of other sessions" +msgstr "no se pueden acceder tablas temporales de otras sesiones" -#: tcop/postgres.c:445 tcop/postgres.c:4726 +#: storage/buffer/bufmgr.c:849 #, c-format -msgid "invalid frontend message type %d" -msgstr "el tipo de mensaje de frontend %d no es válido" +msgid "cannot extend relation %s beyond %u blocks" +msgstr "no se puede extender la relación %s más allá de %u bloques" -#: tcop/postgres.c:1014 +#: storage/buffer/bufmgr.c:936 #, c-format -msgid "statement: %s" -msgstr "sentencia: %s" +msgid "unexpected data beyond EOF in block %u of relation %s" +msgstr "datos inesperados más allá del EOF en el bloque %u de relación %s" -#: tcop/postgres.c:1309 +#: storage/buffer/bufmgr.c:938 #, c-format -msgid "duration: %s ms statement: %s" -msgstr "duración: %s ms sentencia: %s" +msgid "This has been seen to occur with buggy kernels; consider updating your system." +msgstr "Esto parece ocurrir sólo con kernels defectuosos; considere actualizar su sistema." -#: tcop/postgres.c:1415 +#: storage/buffer/bufmgr.c:1037 #, c-format -msgid "cannot insert multiple commands into a prepared statement" -msgstr "no se pueden insertar múltiples órdenes en una sentencia preparada" +msgid "invalid page in block %u of relation %s; zeroing out page" +msgstr "la página no es válida en el bloque %u de la relación «%s»; reinicializando la página" -#: tcop/postgres.c:1567 +#: storage/buffer/bufmgr.c:4545 #, c-format -msgid "duration: %s ms parse %s: %s" -msgstr "duración: %s ms parse: %s: %s" +msgid "could not write block %u of %s" +msgstr "no se pudo escribir el bloque %u de %s" -#: tcop/postgres.c:1633 tcop/postgres.c:2568 +#: storage/buffer/bufmgr.c:4547 #, c-format -msgid "unnamed prepared statement does not exist" -msgstr "no existe una sentencia preparada sin nombre" +msgid "Multiple failures --- write error might be permanent." +msgstr "Múltiples fallas --- el error de escritura puede ser permanente." -#: tcop/postgres.c:1674 +#: storage/buffer/bufmgr.c:4568 storage/buffer/bufmgr.c:4587 #, c-format -msgid "bind message has %d parameter formats but %d parameters" -msgstr "el mensaje de enlace (bind) tiene %d formatos de parámetro pero %d parámetros" +msgid "writing block %u of relation %s" +msgstr "escribiendo el bloque %u de la relación %s" -#: tcop/postgres.c:1680 +#: storage/buffer/bufmgr.c:4891 #, c-format -msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d" -msgstr "el mensaje de enlace (bind) entrega %d parámetros, pero la sentencia preparada «%s» requiere %d" +msgid "snapshot too old" +msgstr "snapshot demasiado antiguo" -#: tcop/postgres.c:1899 +#: storage/buffer/localbuf.c:205 #, c-format -msgid "incorrect binary data format in bind parameter %d" -msgstr "el formato de datos binarios es incorrecto en el parámetro de enlace %d" +msgid "no empty local buffer available" +msgstr "no hay ningún búfer local disponible" -#: tcop/postgres.c:2026 +#: storage/buffer/localbuf.c:433 #, c-format -msgid "duration: %s ms bind %s%s%s: %s" -msgstr "duración: %s ms bind %s%s%s: %s" +msgid "cannot access temporary tables during a parallel operation" +msgstr "no se pueden acceder tablas temporales durante una operación paralela" -#: tcop/postgres.c:2076 tcop/postgres.c:2652 +#: storage/file/buffile.c:323 #, c-format -msgid "portal \"%s\" does not exist" -msgstr "no existe el portal «%s»" +msgid "could not open temporary file \"%s\" from BufFile \"%s\": %m" +msgstr "no se pudo abrir archivo temporal «%s» del BufFile «%s»: %m" -#: tcop/postgres.c:2145 +#: storage/file/buffile.c:684 storage/file/buffile.c:805 #, c-format -msgid "%s %s%s%s: %s" -msgstr "%s %s%s%s: %s" +msgid "could not determine size of temporary file \"%s\" from BufFile \"%s\": %m" +msgstr "no se pudo determinar el tamaño del archivo temporal «%s» del BufFile «%s»: %m" -#: tcop/postgres.c:2147 tcop/postgres.c:2261 -msgid "execute fetch from" -msgstr "ejecutar fetch desde" - -#: tcop/postgres.c:2148 tcop/postgres.c:2262 -msgid "execute" -msgstr "ejecutar" - -#: tcop/postgres.c:2258 +#: storage/file/buffile.c:884 #, c-format -msgid "duration: %s ms %s %s%s%s: %s" -msgstr "duración: %s ms %s %s%s%s: %s" +msgid "could not delete shared fileset \"%s\": %m" +msgstr "no se pudo borrar el conjunto de archivos compartidos «%s»: %m" -#: tcop/postgres.c:2404 +#: storage/file/buffile.c:902 storage/smgr/md.c:306 storage/smgr/md.c:866 #, c-format -msgid "prepare: %s" -msgstr "prepare: %s" +msgid "could not truncate file \"%s\": %m" +msgstr "no se pudo truncar el archivo «%s»: %m" -#: tcop/postgres.c:2429 +#: storage/file/fd.c:515 storage/file/fd.c:587 storage/file/fd.c:623 #, c-format -msgid "parameters: %s" -msgstr "parámetros: %s" +msgid "could not flush dirty data: %m" +msgstr "no se pudo sincronizar (flush) datos «sucios»: %m" -#: tcop/postgres.c:2444 +#: storage/file/fd.c:545 #, c-format -msgid "abort reason: recovery conflict" -msgstr "razón para abortar: conflicto en la recuperación" +msgid "could not determine dirty data size: %m" +msgstr "no se pudo determinar el tamaño de los datos «sucios»: %m" -#: tcop/postgres.c:2460 +#: storage/file/fd.c:597 #, c-format -msgid "User was holding shared buffer pin for too long." -msgstr "El usuario mantuvo el búfer compartido «clavado» por demasiado tiempo." +msgid "could not munmap() while flushing data: %m" +msgstr "no se pudo ejecutar munmap() mientras se sincronizaban (flush) datos: %m" -#: tcop/postgres.c:2463 +#: storage/file/fd.c:836 #, c-format -msgid "User was holding a relation lock for too long." -msgstr "El usuario mantuvo una relación bloqueada por demasiado tiempo." +msgid "could not link file \"%s\" to \"%s\": %m" +msgstr "no se pudo enlazar (link) el archivo «%s» a «%s»: %m" -#: tcop/postgres.c:2466 +#: storage/file/fd.c:937 #, c-format -msgid "User was or might have been using tablespace that must be dropped." -msgstr "El usuario estaba o pudo haber estado usando un tablespace que debía ser eliminado." +msgid "getrlimit failed: %m" +msgstr "getrlimit falló: %m" -#: tcop/postgres.c:2469 +#: storage/file/fd.c:1027 #, c-format -msgid "User query might have needed to see row versions that must be removed." -msgstr "La consulta del usuario pudo haber necesitado examinar versiones de tuplas que debían eliminarse." +msgid "insufficient file descriptors available to start server process" +msgstr "los descriptores de archivo disponibles son insuficientes para iniciar un proceso servidor" -#: tcop/postgres.c:2475 +#: storage/file/fd.c:1028 #, c-format -msgid "User was connected to a database that must be dropped." -msgstr "El usuario estaba conectado a una base de datos que debía ser eliminada." +msgid "System allows %d, we need at least %d." +msgstr "El sistema permite %d, se requieren al menos %d." -#: tcop/postgres.c:2514 +#: storage/file/fd.c:1079 storage/file/fd.c:2416 storage/file/fd.c:2526 +#: storage/file/fd.c:2677 #, c-format -msgid "portal \"%s\" parameter $%d = %s" -msgstr "portal «%s» parámetro $%d = %s" +msgid "out of file descriptors: %m; release and retry" +msgstr "se agotaron los descriptores de archivo: %m; libere e intente nuevamente" -#: tcop/postgres.c:2517 +#: storage/file/fd.c:1453 #, c-format -msgid "portal \"%s\" parameter $%d" -msgstr "portal «%s» parámetro $%d" +msgid "temporary file: path \"%s\", size %lu" +msgstr "archivo temporal: ruta «%s», tamaño %lu" -#: tcop/postgres.c:2523 +#: storage/file/fd.c:1584 #, c-format -msgid "unnamed portal parameter $%d = %s" -msgstr "portal sin nombre, parámetro %d = %s" +msgid "cannot create temporary directory \"%s\": %m" +msgstr "no se pudo crear el directorio temporal «%s»: %m" -#: tcop/postgres.c:2526 +#: storage/file/fd.c:1591 #, c-format -msgid "unnamed portal parameter $%d" -msgstr "portal sin nombre, parámetro %d" +msgid "cannot create temporary subdirectory \"%s\": %m" +msgstr "no se pudo crear el subdirectorio temporal «%s»: %m" -#: tcop/postgres.c:2872 +#: storage/file/fd.c:1784 #, c-format -msgid "terminating connection because of unexpected SIGQUIT signal" -msgstr "terminando la conexión debido a una señal SIGQUIT inesperada" +msgid "could not create temporary file \"%s\": %m" +msgstr "no se pudo crear el archivo temporal «%s»: %m" -#: tcop/postgres.c:2878 +#: storage/file/fd.c:1818 #, c-format -msgid "terminating connection because of crash of another server process" -msgstr "terminando la conexión debido a una falla en otro proceso servidor" +msgid "could not open temporary file \"%s\": %m" +msgstr "no se pudo abrir el archivo temporal «%s»: %m" -#: tcop/postgres.c:2879 +#: storage/file/fd.c:1859 #, c-format -msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory." -msgstr "Postmaster ha ordenado que este proceso servidor cancele la transacción en curso y finalice la conexión, porque otro proceso servidor ha terminado anormalmente y podría haber corrompido la memoria compartida." +msgid "could not unlink temporary file \"%s\": %m" +msgstr "no se pudo eliminar (unlink) el archivo temporal «%s»: %m" -#: tcop/postgres.c:2883 tcop/postgres.c:3244 +#: storage/file/fd.c:1947 #, c-format -msgid "In a moment you should be able to reconnect to the database and repeat your command." -msgstr "Dentro de un momento debería poder reconectarse y repetir la consulta." +msgid "could not delete file \"%s\": %m" +msgstr "no se pudo borrar el archivo «%s»: %m" -#: tcop/postgres.c:2890 +#: storage/file/fd.c:2127 #, c-format -msgid "terminating connection due to immediate shutdown command" -msgstr "terminando la conexión debido a una orden de apagado inmediato" +msgid "temporary file size exceeds temp_file_limit (%dkB)" +msgstr "el tamaño del archivo temporal excede temp_file_limit permitido (%dkB)" -#: tcop/postgres.c:2976 +#: storage/file/fd.c:2392 storage/file/fd.c:2451 #, c-format -msgid "floating-point exception" -msgstr "excepción de coma flotante" +msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" +msgstr "se excedió maxAllocatedDescs (%d) mientras se trataba de abrir el archivo «%s»" -#: tcop/postgres.c:2977 +#: storage/file/fd.c:2496 #, c-format -msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero." -msgstr "Se ha recibido una señal de una operación de coma flotante no válida. Esto puede significar un resultado fuera de rango o una operación no válida, como una división por cero." +msgid "exceeded maxAllocatedDescs (%d) while trying to execute command \"%s\"" +msgstr "se excedió maxAllocatedDescs (%d) mientras se trataba de ejecutar la orden «%s»" -#: tcop/postgres.c:3148 +#: storage/file/fd.c:2653 #, c-format -msgid "canceling authentication due to timeout" -msgstr "cancelando la autentificación debido a que se agotó el tiempo de espera" +msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" +msgstr "se excedió maxAllocatedDescs (%d) mientras se trataba de abrir el directorio «%s»" -#: tcop/postgres.c:3152 +#: storage/file/fd.c:3183 #, c-format -msgid "terminating autovacuum process due to administrator command" -msgstr "terminando el proceso autovacuum debido a una orden del administrador" +msgid "unexpected file found in temporary-files directory: \"%s\"" +msgstr "archivo inesperado en directorio de archivos temporales: «%s»" -#: tcop/postgres.c:3156 +#: storage/file/fd.c:3312 #, c-format -msgid "terminating logical replication worker due to administrator command" -msgstr "terminando el proceso de replicación lógica debido a una orden del administrador" +msgid "could not synchronize file system for file \"%s\": %m" +msgstr "no se pudo sincronizar el sistema de archivos para el archivo «%s»: %m" -#: tcop/postgres.c:3173 tcop/postgres.c:3183 tcop/postgres.c:3242 +#: storage/file/sharedfileset.c:144 #, c-format -msgid "terminating connection due to conflict with recovery" -msgstr "terminando la conexión debido a un conflicto con la recuperación" +msgid "could not attach to a SharedFileSet that is already destroyed" +msgstr "no se puede adjuntar a un SharedFileSet que ya está destruido" -#: tcop/postgres.c:3194 +#: storage/ipc/dsm.c:351 #, c-format -msgid "terminating connection due to administrator command" -msgstr "terminando la conexión debido a una orden del administrador" +msgid "dynamic shared memory control segment is corrupt" +msgstr "el segmento de control de memoria compartida dinámica está corrupto" -#: tcop/postgres.c:3225 +#: storage/ipc/dsm.c:415 #, c-format -msgid "connection to client lost" -msgstr "se ha perdido la conexión al cliente" +msgid "dynamic shared memory control segment is not valid" +msgstr "el segmento de control de memoria compartida dinámica no es válido" -#: tcop/postgres.c:3295 +#: storage/ipc/dsm.c:592 #, c-format -msgid "canceling statement due to lock timeout" -msgstr "cancelando la sentencia debido a que se agotó el tiempo de espera de candados (locks)" +msgid "too many dynamic shared memory segments" +msgstr "demasiados segmentos de memoria compartida dinámica" -#: tcop/postgres.c:3302 +#: storage/ipc/dsm_impl.c:235 storage/ipc/dsm_impl.c:544 +#: storage/ipc/dsm_impl.c:648 storage/ipc/dsm_impl.c:819 #, c-format -msgid "canceling statement due to statement timeout" -msgstr "cancelando la sentencia debido a que se agotó el tiempo de espera de sentencias" +msgid "could not unmap shared memory segment \"%s\": %m" +msgstr "no se pudo desmapear el segmento de memoria compartida «%s»: %m" -#: tcop/postgres.c:3309 +#: storage/ipc/dsm_impl.c:245 storage/ipc/dsm_impl.c:554 +#: storage/ipc/dsm_impl.c:658 storage/ipc/dsm_impl.c:829 #, c-format -msgid "canceling autovacuum task" -msgstr "cancelando tarea de autovacuum" +msgid "could not remove shared memory segment \"%s\": %m" +msgstr "no se pudo eliminar el segmento de memoria compartida «%s»: %m" -#: tcop/postgres.c:3332 +#: storage/ipc/dsm_impl.c:269 storage/ipc/dsm_impl.c:729 +#: storage/ipc/dsm_impl.c:843 #, c-format -msgid "canceling statement due to user request" -msgstr "cancelando la sentencia debido a una petición del usuario" +msgid "could not open shared memory segment \"%s\": %m" +msgstr "no se pudo abrir el segmento de memoria compartida «%s»: %m" -#: tcop/postgres.c:3346 +#: storage/ipc/dsm_impl.c:294 storage/ipc/dsm_impl.c:570 +#: storage/ipc/dsm_impl.c:774 storage/ipc/dsm_impl.c:867 #, c-format -msgid "terminating connection due to idle-in-transaction timeout" -msgstr "terminando la conexión debido a que se agotó el tiempo de espera para transacciones abiertas inactivas" +msgid "could not stat shared memory segment \"%s\": %m" +msgstr "no se pudo hacer stat del segmento de memoria compartida «%s»: %m" -#: tcop/postgres.c:3357 +#: storage/ipc/dsm_impl.c:313 storage/ipc/dsm_impl.c:918 #, c-format -msgid "terminating connection due to idle-session timeout" -msgstr "terminando la conexión debido a que se agotó el tiempo de espera para sesiones abiertas inactivas" +msgid "could not resize shared memory segment \"%s\" to %zu bytes: %m" +msgstr "no se pudo redimensionar el segmento de memoria compartida «%s» a %zu bytes: %m" -#: tcop/postgres.c:3486 +#: storage/ipc/dsm_impl.c:335 storage/ipc/dsm_impl.c:591 +#: storage/ipc/dsm_impl.c:750 storage/ipc/dsm_impl.c:940 #, c-format -msgid "stack depth limit exceeded" -msgstr "límite de profundidad de stack alcanzado" +msgid "could not map shared memory segment \"%s\": %m" +msgstr "no se pudo mapear el segmento de memoria compartida «%s»: %m" -#: tcop/postgres.c:3487 +#: storage/ipc/dsm_impl.c:526 #, c-format -msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate." -msgstr "Incremente el parámetro de configuración «max_stack_depth» (actualmente %dkB), después de asegurarse que el límite de profundidad de stack de la plataforma es adecuado." +msgid "could not get shared memory segment: %m" +msgstr "no se pudo obtener el segmento de memoria compartida: %m" -#: tcop/postgres.c:3550 +#: storage/ipc/dsm_impl.c:714 #, c-format -msgid "\"max_stack_depth\" must not exceed %ldkB." -msgstr "«max_stack_depth» no debe exceder %ldkB." +msgid "could not create shared memory segment \"%s\": %m" +msgstr "no se pudo crear el segmento de memoria compartida «%s»: %m" -#: tcop/postgres.c:3552 +#: storage/ipc/dsm_impl.c:951 #, c-format -msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent." -msgstr "Incremente el límite de profundidad del stack del sistema usando «ulimit -s» o el equivalente de su sistema." +msgid "could not close shared memory segment \"%s\": %m" +msgstr "no se pudo cerrar el segmento de memoria compartida «%s»: %m" -#: tcop/postgres.c:3908 +#: storage/ipc/dsm_impl.c:990 storage/ipc/dsm_impl.c:1038 #, c-format -msgid "invalid command-line argument for server process: %s" -msgstr "argumentos de línea de órdenes no válidos para proceso servidor: %s" +msgid "could not duplicate handle for \"%s\": %m" +msgstr "no se pudo duplicar el «handle» para «%s»: %m" -#: tcop/postgres.c:3909 tcop/postgres.c:3915 +#: storage/ipc/procarray.c:3858 #, c-format -msgid "Try \"%s --help\" for more information." -msgstr "Pruebe «%s --help» para mayor información." +msgid "database \"%s\" is being used by prepared transactions" +msgstr "la base de datos «%s» está siendo utilizada por transacciones preparadas" -#: tcop/postgres.c:3913 +#: storage/ipc/procarray.c:3890 storage/ipc/signalfuncs.c:221 #, c-format -msgid "%s: invalid command-line argument: %s" -msgstr "%s: argumento de línea de órdenes no válido: %s" +msgid "must be a superuser to terminate superuser process" +msgstr "debe ser superusuario para terminar proceso de superusuario" -#: tcop/postgres.c:3976 +#: storage/ipc/procarray.c:3897 storage/ipc/signalfuncs.c:226 #, c-format -msgid "%s: no database nor user name specified" -msgstr "%s: no se ha especificado base de datos ni usuario" +msgid "must be a member of the role whose process is being terminated or member of pg_signal_backend" +msgstr "debe ser miembro del rol cuyo proceso se está terminando o ser miembro de pg_signal_backend" -#: tcop/postgres.c:4628 +#: storage/ipc/shm_mq.c:368 #, c-format -msgid "invalid CLOSE message subtype %d" -msgstr "subtipo %d de mensaje CLOSE no válido" +msgid "cannot send a message of size %zu via shared memory queue" +msgstr "no se puede enviar un mensaje de tamaño %zu mediante la cola de memoria compartida" -#: tcop/postgres.c:4663 +#: storage/ipc/shm_mq.c:694 #, c-format -msgid "invalid DESCRIBE message subtype %d" -msgstr "subtipo %d de mensaje DESCRIBE no válido" +msgid "invalid message size %zu in shared memory queue" +msgstr "tamaño no válido de mensaje %zu en cola de memoria compartida" -#: tcop/postgres.c:4747 +#: storage/ipc/shm_toc.c:118 storage/ipc/shm_toc.c:200 storage/lmgr/lock.c:981 +#: storage/lmgr/lock.c:1019 storage/lmgr/lock.c:2844 storage/lmgr/lock.c:4258 +#: storage/lmgr/lock.c:4323 storage/lmgr/lock.c:4673 +#: storage/lmgr/predicate.c:2470 storage/lmgr/predicate.c:2485 +#: storage/lmgr/predicate.c:3967 storage/lmgr/predicate.c:5078 +#: utils/hash/dynahash.c:1112 #, c-format -msgid "fastpath function calls not supported in a replication connection" -msgstr "la invocación «fastpath» de funciones no está soportada en conexiones de replicación" +msgid "out of shared memory" +msgstr "memoria compartida agotada" -#: tcop/postgres.c:4751 +#: storage/ipc/shmem.c:170 storage/ipc/shmem.c:266 #, c-format -msgid "extended query protocol not supported in a replication connection" -msgstr "el protocolo extendido de consultas no está soportado en conexiones de replicación" +msgid "out of shared memory (%zu bytes requested)" +msgstr "memoria compartida agotada (%zu bytes solicitados)" -#: tcop/postgres.c:4928 +#: storage/ipc/shmem.c:445 #, c-format -msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s" -msgstr "desconexión: duración de sesión: %d:%02d:%02d.%03d usuario=%s base=%s host=%s%s%s" +msgid "could not create ShmemIndex entry for data structure \"%s\"" +msgstr "no se pudo crear la entrada en ShmemIndex para la estructura «%s»" -#: tcop/pquery.c:638 +#: storage/ipc/shmem.c:460 #, c-format -msgid "bind message has %d result formats but query has %d columns" -msgstr "el mensaje de enlace (bind) tiene %d formatos de resultado pero la consulta tiene %d columnas" +msgid "ShmemIndex entry size is wrong for data structure \"%s\": expected %zu, actual %zu" +msgstr "el tamaño de la entrada ShmemIndex es incorrecto para la estructura «%s»: se esperaba %zu, real %zu" -#: tcop/pquery.c:941 tcop/pquery.c:1703 +#: storage/ipc/shmem.c:479 #, c-format -msgid "cursor can only scan forward" -msgstr "el cursor sólo se puede desplazar hacia adelante" +msgid "not enough shared memory for data structure \"%s\" (%zu bytes requested)" +msgstr "el espacio de memoria compartida es insuficiente para la estructura «%s» (%zu bytes solicitados)" -#: tcop/pquery.c:942 tcop/pquery.c:1704 +#: storage/ipc/shmem.c:511 storage/ipc/shmem.c:530 #, c-format -msgid "Declare it with SCROLL option to enable backward scan." -msgstr "Declárelo con SCROLL para permitirle desplazar hacia atrás." +msgid "requested shared memory size overflows size_t" +msgstr "la petición de tamaño de memoria compartida desborda size_t" -#. translator: %s is name of a SQL command, eg CREATE -#: tcop/utility.c:414 +#: storage/ipc/signalfuncs.c:68 utils/adt/mcxtfuncs.c:204 #, c-format -msgid "cannot execute %s in a read-only transaction" -msgstr "no se puede ejecutar %s en una transacción de sólo lectura" +msgid "PID %d is not a PostgreSQL server process" +msgstr "PID %d no es un proceso servidor de PostgreSQL" -#. translator: %s is name of a SQL command, eg CREATE -#: tcop/utility.c:432 +#: storage/ipc/signalfuncs.c:99 storage/lmgr/proc.c:1454 +#: utils/adt/mcxtfuncs.c:212 #, c-format -msgid "cannot execute %s during a parallel operation" -msgstr "no se puede ejecutar %s durante una operación paralela" +msgid "could not send signal to process %d: %m" +msgstr "no se pudo enviar la señal al proceso %d: %m" -#. translator: %s is name of a SQL command, eg CREATE -#: tcop/utility.c:451 +#: storage/ipc/signalfuncs.c:119 #, c-format -msgid "cannot execute %s during recovery" -msgstr "no se puede ejecutar %s durante la recuperación" +msgid "must be a superuser to cancel superuser query" +msgstr "debe ser superusuario para cancelar una consulta de superusuario" -#. translator: %s is name of a SQL command, eg PREPARE -#: tcop/utility.c:469 +#: storage/ipc/signalfuncs.c:124 #, c-format -msgid "cannot execute %s within security-restricted operation" -msgstr "no se puede ejecutar %s durante una operación restringida por seguridad" +msgid "must be a member of the role whose query is being canceled or member of pg_signal_backend" +msgstr "debe ser miembro del rol cuya consulta se está cancelando o ser miembro de pg_signal_backend" -#. translator: %s is name of a SQL command, eg LISTEN -#: tcop/utility.c:820 +#: storage/ipc/signalfuncs.c:165 #, c-format -msgid "cannot execute %s within a background process" -msgstr "no se puede ejecutar %s dentro de un proceso en segundo plano" +msgid "could not check the existence of the backend with PID %d: %m" +msgstr "no se pudo comprobar la existencia del proceso de servidor con PID %d: %m" -#: tcop/utility.c:945 +#: storage/ipc/signalfuncs.c:183 #, c-format -msgid "must be superuser to do CHECKPOINT" -msgstr "debe ser superusuario para ejecutar CHECKPOINT" +msgid "backend with PID %d did not terminate within %lld millisecond" +msgid_plural "backend with PID %d did not terminate within %lld milliseconds" +msgstr[0] "el proceso de servidor con PID %d no terminó dentro de %lld milisegundo" +msgstr[1] "el proceso de servidor con PID %d no terminó dentro de %lld milisegundos" -#: tsearch/dict_ispell.c:52 tsearch/dict_thesaurus.c:615 +#: storage/ipc/signalfuncs.c:214 #, c-format -msgid "multiple DictFile parameters" -msgstr "parámetro DictFile duplicado" +msgid "\"timeout\" must not be negative" +msgstr "\"timeout\" no debe ser negativo" -#: tsearch/dict_ispell.c:63 +#: storage/ipc/signalfuncs.c:266 #, c-format -msgid "multiple AffFile parameters" -msgstr "parámetro AffFile duplicado" +msgid "must be superuser to rotate log files with adminpack 1.0" +msgstr "bebe ser superusuario para rotar archivos de log con adminpack 1.0" -#: tsearch/dict_ispell.c:82 +#. translator: %s is a SQL function name +#: storage/ipc/signalfuncs.c:268 utils/adt/genfile.c:255 #, c-format -msgid "unrecognized Ispell parameter: \"%s\"" -msgstr "parámetro Ispell no reconocido: «%s»" +msgid "Consider using %s, which is part of core, instead." +msgstr "Considere usar %s, que es parte del servidor, en su lugar." -#: tsearch/dict_ispell.c:96 +#: storage/ipc/signalfuncs.c:274 storage/ipc/signalfuncs.c:294 #, c-format -msgid "missing AffFile parameter" -msgstr "falta un parámetro AffFile" +msgid "rotation not possible because log collection not active" +msgstr "la rotación no es posible porque la recoleccion de log no está activa" -#: tsearch/dict_ispell.c:102 tsearch/dict_thesaurus.c:639 +#: storage/ipc/standby.c:306 #, c-format -msgid "missing DictFile parameter" -msgstr "falta un parámetro DictFile" +msgid "recovery still waiting after %ld.%03d ms: %s" +msgstr "la recuperación aún está esperando después de %ld.%03d ms: %s" -#: tsearch/dict_simple.c:58 +#: storage/ipc/standby.c:315 #, c-format -msgid "multiple Accept parameters" -msgstr "parámetro Accept duplicado" +msgid "recovery finished waiting after %ld.%03d ms: %s" +msgstr "la recuperación terminó de esperar después de %ld.%03d ms: %s" -#: tsearch/dict_simple.c:66 +#: storage/ipc/standby.c:883 tcop/postgres.c:3318 #, c-format -msgid "unrecognized simple dictionary parameter: \"%s\"" -msgstr "parámetro del diccionario simple no reconocido: «%s»" +msgid "canceling statement due to conflict with recovery" +msgstr "cancelando la sentencia debido a un conflicto con la recuperación" -#: tsearch/dict_synonym.c:118 +#: storage/ipc/standby.c:884 tcop/postgres.c:2472 #, c-format -msgid "unrecognized synonym parameter: \"%s\"" -msgstr "parámetro de sinónimo no reconocido «%s»" +msgid "User transaction caused buffer deadlock with recovery." +msgstr "La transacción del usuario causó un «deadlock» con la recuperación." -#: tsearch/dict_synonym.c:125 -#, c-format -msgid "missing Synonyms parameter" -msgstr "falta un parámetro Synonyms" +#: storage/ipc/standby.c:1423 +msgid "unknown reason" +msgstr "razón desconocida" -#: tsearch/dict_synonym.c:132 -#, c-format -msgid "could not open synonym file \"%s\": %m" -msgstr "no se pudo abrir el archivo de sinónimos «%s»: %m" +#: storage/ipc/standby.c:1428 +msgid "recovery conflict on buffer pin" +msgstr "conflicto de recuperación en «pin» de búfer" -#: tsearch/dict_thesaurus.c:179 -#, c-format -msgid "could not open thesaurus file \"%s\": %m" -msgstr "no se pudo abrir el archivo del tesauro «%s»: %m" +#: storage/ipc/standby.c:1431 +msgid "recovery conflict on lock" +msgstr "conflicto de recuperación en bloqueo" -#: tsearch/dict_thesaurus.c:212 -#, c-format -msgid "unexpected delimiter" -msgstr "delimitador inesperado" +#: storage/ipc/standby.c:1434 +msgid "recovery conflict on tablespace" +msgstr "conflicto de recuperación en tablespace" -#: tsearch/dict_thesaurus.c:262 tsearch/dict_thesaurus.c:278 -#, c-format -msgid "unexpected end of line or lexeme" -msgstr "fin de línea o lexema inesperado" +#: storage/ipc/standby.c:1437 +msgid "recovery conflict on snapshot" +msgstr "conflicto de recuperación en snapshot" -#: tsearch/dict_thesaurus.c:287 -#, c-format -msgid "unexpected end of line" -msgstr "fin de línea inesperado" +#: storage/ipc/standby.c:1440 +msgid "recovery conflict on buffer deadlock" +msgstr "conflicto de recuperación en deadlock de búfer" -#: tsearch/dict_thesaurus.c:292 -#, c-format -msgid "too many lexemes in thesaurus entry" -msgstr "demasiados lexemas en la entrada del tesauro" +#: storage/ipc/standby.c:1443 +msgid "recovery conflict on database" +msgstr "conflicto de recuperación en base de datos" -#: tsearch/dict_thesaurus.c:416 +#: storage/large_object/inv_api.c:191 #, c-format -msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)" -msgstr "la palabra de muestra «%s» del tesauro no es reconocido por el subdiccionario (regla %d)" +msgid "pg_largeobject entry for OID %u, page %d has invalid data field size %d" +msgstr "la entrada pg_largeobject para el OID %u, página %d tiene tamaño de campo %d no válido" -# XXX -- stopword? -#: tsearch/dict_thesaurus.c:422 +#: storage/large_object/inv_api.c:274 #, c-format -msgid "thesaurus sample word \"%s\" is a stop word (rule %d)" -msgstr "la palabra de muestra «%s» del tesauro es una stopword (regla %d)" +msgid "invalid flags for opening a large object: %d" +msgstr "opciones no válidas para abrir un objeto grande: %d" -# XXX -- stopword? -#: tsearch/dict_thesaurus.c:425 +#: storage/large_object/inv_api.c:457 #, c-format -msgid "Use \"?\" to represent a stop word within a sample phrase." -msgstr "Use «?» para representar una stopword en una frase muestra." +msgid "invalid whence setting: %d" +msgstr "parámetro «whence» no válido: %d" -# XXX -- stopword? -#: tsearch/dict_thesaurus.c:567 +#: storage/large_object/inv_api.c:629 #, c-format -msgid "thesaurus substitute word \"%s\" is a stop word (rule %d)" -msgstr "la palabra sustituta «%s» del tesauro es una stopword (regla %d)" +msgid "invalid large object write request size: %d" +msgstr "tamaño de petición de escritura de objeto grande no válido: %d" -#: tsearch/dict_thesaurus.c:574 +#: storage/lmgr/deadlock.c:1122 #, c-format -msgid "thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)" -msgstr "la palabra sustituta «%s» del tesauro no es reconocida por el subdiccionario (regla %d)" +msgid "Process %d waits for %s on %s; blocked by process %d." +msgstr "El proceso %d espera %s en %s; bloqueado por proceso %d." -#: tsearch/dict_thesaurus.c:586 +#: storage/lmgr/deadlock.c:1141 #, c-format -msgid "thesaurus substitute phrase is empty (rule %d)" -msgstr "la frase sustituta del tesauro está vacía (regla %d)" +msgid "Process %d: %s" +msgstr "Proceso %d: %s" -#: tsearch/dict_thesaurus.c:624 +#: storage/lmgr/deadlock.c:1150 #, c-format -msgid "multiple Dictionary parameters" -msgstr "parámetro Dictionary duplicado" +msgid "deadlock detected" +msgstr "se ha detectado un deadlock" -#: tsearch/dict_thesaurus.c:631 +#: storage/lmgr/deadlock.c:1153 #, c-format -msgid "unrecognized Thesaurus parameter: \"%s\"" -msgstr "parámetro no reconocido de tesauro: «%s»" +msgid "See server log for query details." +msgstr "Vea el registro del servidor para obtener detalles de las consultas." -#: tsearch/dict_thesaurus.c:643 +#: storage/lmgr/lmgr.c:831 #, c-format -msgid "missing Dictionary parameter" -msgstr "falta un paramétro Dictionary" +msgid "while updating tuple (%u,%u) in relation \"%s\"" +msgstr "mientras se actualizaba la tupla (%u,%u) en la relación «%s»" -#: tsearch/spell.c:380 tsearch/spell.c:397 tsearch/spell.c:406 -#: tsearch/spell.c:1062 +#: storage/lmgr/lmgr.c:834 #, c-format -msgid "invalid affix flag \"%s\"" -msgstr "marca de afijo «%s» no válida" +msgid "while deleting tuple (%u,%u) in relation \"%s\"" +msgstr "mientras se borraba la tupla (%u,%u) en la relación «%s»" -#: tsearch/spell.c:384 tsearch/spell.c:1066 +#: storage/lmgr/lmgr.c:837 #, c-format -msgid "affix flag \"%s\" is out of range" -msgstr "la marca de afijo «%s» fuera de rango" +msgid "while locking tuple (%u,%u) in relation \"%s\"" +msgstr "mientras se bloqueaba la tupla (%u,%u) de la relación «%s»" -#: tsearch/spell.c:414 +#: storage/lmgr/lmgr.c:840 #, c-format -msgid "invalid character in affix flag \"%s\"" -msgstr "caracteres no válidos en la marca de afijo «%s»" +msgid "while locking updated version (%u,%u) of tuple in relation \"%s\"" +msgstr "mientras se bloqueaba la versión actualizada (%u,%u) en la relación «%s»" -#: tsearch/spell.c:434 +#: storage/lmgr/lmgr.c:843 #, c-format -msgid "invalid affix flag \"%s\" with \"long\" flag value" -msgstr "marca de afijo «%s» no válida con el valor de marca «long»" +msgid "while inserting index tuple (%u,%u) in relation \"%s\"" +msgstr "mientras se insertaba la tupla de índice (%u,%u) en la relación «%s»" -#: tsearch/spell.c:524 +#: storage/lmgr/lmgr.c:846 #, c-format -msgid "could not open dictionary file \"%s\": %m" -msgstr "no se pudo abrir el archivo de diccionario «%s»: %m" +msgid "while checking uniqueness of tuple (%u,%u) in relation \"%s\"" +msgstr "mientras se verificaba la unicidad de la tupla (%u,%u) en la relación «%s»" -#: tsearch/spell.c:763 utils/adt/regexp.c:208 +#: storage/lmgr/lmgr.c:849 #, c-format -msgid "invalid regular expression: %s" -msgstr "la expresión regular no es válida: %s" +msgid "while rechecking updated tuple (%u,%u) in relation \"%s\"" +msgstr "mientras se verificaba la tupla actualizada (%u,%u) en la relación «%s»" -#: tsearch/spell.c:982 tsearch/spell.c:999 tsearch/spell.c:1016 -#: tsearch/spell.c:1033 tsearch/spell.c:1098 gram.y:16629 gram.y:16646 +#: storage/lmgr/lmgr.c:852 #, c-format -msgid "syntax error" -msgstr "error de sintaxis" +msgid "while checking exclusion constraint on tuple (%u,%u) in relation \"%s\"" +msgstr "mientras se verificaba una restricción de exclusión en la tupla (%u,%u) en la relación «%s»" -#: tsearch/spell.c:1189 tsearch/spell.c:1201 tsearch/spell.c:1760 -#: tsearch/spell.c:1765 tsearch/spell.c:1770 +#: storage/lmgr/lmgr.c:1107 #, c-format -msgid "invalid affix alias \"%s\"" -msgstr "alias de afijo «%s» no válido" +msgid "relation %u of database %u" +msgstr "relación %u de la base de datos %u" -#: tsearch/spell.c:1242 tsearch/spell.c:1313 tsearch/spell.c:1462 +#: storage/lmgr/lmgr.c:1113 #, c-format -msgid "could not open affix file \"%s\": %m" -msgstr "no se pudo abrir el archivo de afijos «%s»: %m" +msgid "extension of relation %u of database %u" +msgstr "extensión de la relación %u de la base de datos %u" -#: tsearch/spell.c:1296 +#: storage/lmgr/lmgr.c:1119 #, c-format -msgid "Ispell dictionary supports only \"default\", \"long\", and \"num\" flag values" -msgstr "el diccionario Ispell sólo permite los valores «default», «long» y «num»" +msgid "pg_database.datfrozenxid of database %u" +msgstr "pg_database.datfrozenxid de la base de datos %u" -#: tsearch/spell.c:1340 +#: storage/lmgr/lmgr.c:1124 #, c-format -msgid "invalid number of flag vector aliases" -msgstr "número no válido de alias de opciones" +msgid "page %u of relation %u of database %u" +msgstr "página %u de la relación %u de la base de datos %u" -#: tsearch/spell.c:1363 +#: storage/lmgr/lmgr.c:1131 #, c-format -msgid "number of aliases exceeds specified number %d" -msgstr "el número de aliases excede el número especificado %d" +msgid "tuple (%u,%u) of relation %u of database %u" +msgstr "tupla (%u,%u) de la relación %u de la base de datos %u" -#: tsearch/spell.c:1578 +#: storage/lmgr/lmgr.c:1139 #, c-format -msgid "affix file contains both old-style and new-style commands" -msgstr "el archivo de «affix» contiene órdenes en estilos antiguo y nuevo" +msgid "transaction %u" +msgstr "transacción %u" -#: tsearch/to_tsany.c:195 utils/adt/tsvector.c:272 utils/adt/tsvector_op.c:1121 +#: storage/lmgr/lmgr.c:1144 #, c-format -msgid "string is too long for tsvector (%d bytes, max %d bytes)" -msgstr "la cadena es demasiado larga para tsvector (%d bytes, máximo %d bytes)" +msgid "virtual transaction %d/%u" +msgstr "transacción virtual %d/%u" -#: tsearch/ts_locale.c:227 +#: storage/lmgr/lmgr.c:1150 #, c-format -msgid "line %d of configuration file \"%s\": \"%s\"" -msgstr "línea %d del archivo de configuración «%s»: «%s»" +msgid "speculative token %u of transaction %u" +msgstr "token especulativo %u de la transacción %u" -#: tsearch/ts_locale.c:307 +#: storage/lmgr/lmgr.c:1156 #, c-format -msgid "conversion from wchar_t to server encoding failed: %m" -msgstr "conversión desde un wchar_t a la codificación del servidor falló: %m" +msgid "object %u of class %u of database %u" +msgstr "objeto %u de clase %u de la base de datos %u" -#: tsearch/ts_parse.c:386 tsearch/ts_parse.c:393 tsearch/ts_parse.c:562 -#: tsearch/ts_parse.c:569 +#: storage/lmgr/lmgr.c:1164 #, c-format -msgid "word is too long to be indexed" -msgstr "la palabra es demasiado larga para ser indexada" +msgid "user lock [%u,%u,%u]" +msgstr "candado de usuario [%u,%u,%u]" -#: tsearch/ts_parse.c:387 tsearch/ts_parse.c:394 tsearch/ts_parse.c:563 -#: tsearch/ts_parse.c:570 +# XXX is this a good translation? +#: storage/lmgr/lmgr.c:1171 #, c-format -msgid "Words longer than %d characters are ignored." -msgstr "Las palabras más largas que %d caracteres son ignoradas." +msgid "advisory lock [%u,%u,%u,%u]" +msgstr "candado consultivo [%u,%u,%u,%u]" -#: tsearch/ts_utils.c:51 +#: storage/lmgr/lmgr.c:1179 #, c-format -msgid "invalid text search configuration file name \"%s\"" -msgstr "nombre de configuración de búsqueda en texto «%s» no válido" +msgid "unrecognized locktag type %d" +msgstr "tipo de locktag %d no reconocido" -#: tsearch/ts_utils.c:83 +#: storage/lmgr/lock.c:802 #, c-format -msgid "could not open stop-word file \"%s\": %m" -msgstr "no se pudo abrir el archivo de stopwords «%s»: %m" +msgid "cannot acquire lock mode %s on database objects while recovery is in progress" +msgstr "no se puede adquirir candado en modo %s en objetos de la base de datos mientras la recuperación está en proceso" -#: tsearch/wparser.c:313 tsearch/wparser.c:401 tsearch/wparser.c:478 +#: storage/lmgr/lock.c:804 #, c-format -msgid "text search parser does not support headline creation" -msgstr "el analizador de búsqueda en texto no soporta creación de encabezados (headline)" +msgid "Only RowExclusiveLock or less can be acquired on database objects during recovery." +msgstr "Sólo candados RowExclusiveLock o menor pueden ser adquiridos en objetos de la base de datos durante la recuperación." -#: tsearch/wparser_def.c:2578 +#: storage/lmgr/lock.c:982 storage/lmgr/lock.c:1020 storage/lmgr/lock.c:2845 +#: storage/lmgr/lock.c:4259 storage/lmgr/lock.c:4324 storage/lmgr/lock.c:4674 #, c-format -msgid "unrecognized headline parameter: \"%s\"" -msgstr "parámetro de encabezado (headline) no reconocido: «%s»" +msgid "You might need to increase max_locks_per_transaction." +msgstr "Puede ser necesario incrementar max_locks_per_transaction." -#: tsearch/wparser_def.c:2597 +#: storage/lmgr/lock.c:3300 storage/lmgr/lock.c:3368 storage/lmgr/lock.c:3484 #, c-format -msgid "MinWords should be less than MaxWords" -msgstr "MinWords debería ser menor que MaxWords" +msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object" +msgstr "no se puede hacer PREPARE mientras se mantienen candados a nivel de sesión y transacción simultáneamente sobre el mismo objeto" -#: tsearch/wparser_def.c:2601 +#: storage/lmgr/predicate.c:700 #, c-format -msgid "MinWords should be positive" -msgstr "MinWords debería ser positivo" +msgid "not enough elements in RWConflictPool to record a read/write conflict" +msgstr "no hay suficientes elementos en RWConflictPool para registrar un conflicto read/write" -#: tsearch/wparser_def.c:2605 +#: storage/lmgr/predicate.c:701 storage/lmgr/predicate.c:729 #, c-format -msgid "ShortWord should be >= 0" -msgstr "ShortWord debería ser >= 0" +msgid "You might need to run fewer transactions at a time or increase max_connections." +msgstr "Puede ser necesario ejecutar menos transacciones al mismo tiempo, o incrementar max_connections." -#: tsearch/wparser_def.c:2609 +#: storage/lmgr/predicate.c:728 #, c-format -msgid "MaxFragments should be >= 0" -msgstr "MaxFragments debería ser >= 0" +msgid "not enough elements in RWConflictPool to record a potential read/write conflict" +msgstr "no hay suficientes elementos en RWConflictPool para registrar un potencial conflicto read/write" -#: utils/adt/acl.c:165 utils/adt/name.c:93 +#: storage/lmgr/predicate.c:1694 #, c-format -msgid "identifier too long" -msgstr "el identificador es demasiado largo" +msgid "\"default_transaction_isolation\" is set to \"serializable\"." +msgstr "«default_transaction_isolation» está definido a «serializable»." -#: utils/adt/acl.c:166 utils/adt/name.c:94 +#: storage/lmgr/predicate.c:1695 #, c-format -msgid "Identifier must be less than %d characters." -msgstr "El identificador debe ser menor a %d caracteres." +msgid "You can use \"SET default_transaction_isolation = 'repeatable read'\" to change the default." +msgstr "Puede usar «SET default_transaction_isolation = 'repeatable read'» para cambiar el valor por omisión." -#: utils/adt/acl.c:249 +#: storage/lmgr/predicate.c:1746 #, c-format -msgid "unrecognized key word: \"%s\"" -msgstr "palabra clave no reconocida: «%s»" +msgid "a snapshot-importing transaction must not be READ ONLY DEFERRABLE" +msgstr "una transacción que importa un snapshot no debe ser READ ONLY DEFERRABLE" -#: utils/adt/acl.c:250 +#: storage/lmgr/predicate.c:1825 utils/time/snapmgr.c:569 +#: utils/time/snapmgr.c:575 #, c-format -msgid "ACL key word must be \"group\" or \"user\"." -msgstr "Palabra clave de ACL debe ser «group» o «user»." +msgid "could not import the requested snapshot" +msgstr "no se pudo importar el snapshot solicitado" -#: utils/adt/acl.c:255 +#: storage/lmgr/predicate.c:1826 utils/time/snapmgr.c:576 #, c-format -msgid "missing name" -msgstr "falta un nombre" +msgid "The source process with PID %d is not running anymore." +msgstr "El proceso de origen con PID %d ya no está en ejecución." -#: utils/adt/acl.c:256 +#: storage/lmgr/predicate.c:2471 storage/lmgr/predicate.c:2486 +#: storage/lmgr/predicate.c:3968 #, c-format -msgid "A name must follow the \"group\" or \"user\" key word." -msgstr "Debe venir un nombre después de una palabra clave «group» o «user»." +msgid "You might need to increase max_pred_locks_per_transaction." +msgstr "Puede ser necesario incrementar max_pred_locks_per_transaction." -#: utils/adt/acl.c:262 +#: storage/lmgr/predicate.c:4099 storage/lmgr/predicate.c:4135 +#: storage/lmgr/predicate.c:4168 storage/lmgr/predicate.c:4176 +#: storage/lmgr/predicate.c:4215 storage/lmgr/predicate.c:4457 +#: storage/lmgr/predicate.c:4794 storage/lmgr/predicate.c:4806 +#: storage/lmgr/predicate.c:4849 storage/lmgr/predicate.c:4887 #, c-format -msgid "missing \"=\" sign" -msgstr "falta un signo «=»" +msgid "could not serialize access due to read/write dependencies among transactions" +msgstr "no se pudo serializar el acceso debido a dependencias read/write entre transacciones" -#: utils/adt/acl.c:315 +#: storage/lmgr/predicate.c:4101 storage/lmgr/predicate.c:4137 +#: storage/lmgr/predicate.c:4170 storage/lmgr/predicate.c:4178 +#: storage/lmgr/predicate.c:4217 storage/lmgr/predicate.c:4459 +#: storage/lmgr/predicate.c:4796 storage/lmgr/predicate.c:4808 +#: storage/lmgr/predicate.c:4851 storage/lmgr/predicate.c:4889 #, c-format -msgid "invalid mode character: must be one of \"%s\"" -msgstr "carácter de modo no válido: debe ser uno de «%s»" +msgid "The transaction might succeed if retried." +msgstr "La transacción podría tener éxito si es reintentada." -#: utils/adt/acl.c:337 +#: storage/lmgr/proc.c:357 #, c-format -msgid "a name must follow the \"/\" sign" -msgstr "debe venir un nombre después del signo «/»" +msgid "number of requested standby connections exceeds max_wal_senders (currently %d)" +msgstr "la cantidad de conexiones standby pedidas excede max_wal_senders (actualmente %d)" -#: utils/adt/acl.c:345 +#: storage/lmgr/proc.c:1551 #, c-format -msgid "defaulting grantor to user ID %u" -msgstr "usando el cedente por omisión con ID %u" +msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms" +msgstr "el proceso %d evitó un deadlock para %s en %s reordenando la cola después de %ld.%03d ms" -#: utils/adt/acl.c:531 +#: storage/lmgr/proc.c:1566 #, c-format -msgid "ACL array contains wrong data type" -msgstr "el array ACL contiene tipo de datos incorrecto" +msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" +msgstr "el proceso %d detectó un deadlock mientras esperaba %s en %s después de %ld.%03d ms" -#: utils/adt/acl.c:535 +#: storage/lmgr/proc.c:1575 #, c-format -msgid "ACL arrays must be one-dimensional" -msgstr "los array de ACL debe ser unidimensional" +msgid "process %d still waiting for %s on %s after %ld.%03d ms" +msgstr "el proceso %d aún espera %s en %s después de %ld.%03d ms" -#: utils/adt/acl.c:539 +#: storage/lmgr/proc.c:1582 #, c-format -msgid "ACL arrays must not contain null values" -msgstr "los arrays de ACL no pueden contener valores nulos" +msgid "process %d acquired %s on %s after %ld.%03d ms" +msgstr "el proceso %d adquirió %s en %s después de %ld.%03d ms" -#: utils/adt/acl.c:563 +#: storage/lmgr/proc.c:1599 #, c-format -msgid "extra garbage at the end of the ACL specification" -msgstr "basura extra al final de la especificación de la ACL" +msgid "process %d failed to acquire %s on %s after %ld.%03d ms" +msgstr "el proceso %d no pudo adquirir %s en %s después de %ld.%03d ms" -#: utils/adt/acl.c:1198 +#: storage/page/bufpage.c:152 #, c-format -msgid "grant options cannot be granted back to your own grantor" -msgstr "la opción de grant no puede ser otorgada de vuelta a quien la otorgó" +msgid "page verification failed, calculated checksum %u but expected %u" +msgstr "la suma de verificación falló, se calculó %u pero se esperaba %u" -#: utils/adt/acl.c:1259 +#: storage/page/bufpage.c:217 storage/page/bufpage.c:739 +#: storage/page/bufpage.c:1066 storage/page/bufpage.c:1201 +#: storage/page/bufpage.c:1307 storage/page/bufpage.c:1419 #, c-format -msgid "dependent privileges exist" -msgstr "existen privilegios dependientes" +msgid "corrupted page pointers: lower = %u, upper = %u, special = %u" +msgstr "los punteros de página están corruptos: inferior = %u, superior = %u, especial = %u" -#: utils/adt/acl.c:1260 +#: storage/page/bufpage.c:768 #, c-format -msgid "Use CASCADE to revoke them too." -msgstr "Use CASCADE para revocarlos también." +msgid "corrupted line pointer: %u" +msgstr "puntero de ítem corrupto: %u" -#: utils/adt/acl.c:1514 +#: storage/page/bufpage.c:795 storage/page/bufpage.c:1259 #, c-format -msgid "aclinsert is no longer supported" -msgstr "aclinsert ya no está soportado" +msgid "corrupted item lengths: total %u, available space %u" +msgstr "los largos de ítem están corruptos: total %u, espacio disponible %u" -#: utils/adt/acl.c:1524 +#: storage/page/bufpage.c:1085 storage/page/bufpage.c:1226 +#: storage/page/bufpage.c:1323 storage/page/bufpage.c:1435 #, c-format -msgid "aclremove is no longer supported" -msgstr "aclremove ya no está soportado" +msgid "corrupted line pointer: offset = %u, size = %u" +msgstr "puntero de ítem corrupto: desplazamiento = %u, tamaño = %u" -#: utils/adt/acl.c:1610 utils/adt/acl.c:1664 +#: storage/smgr/md.c:435 #, c-format -msgid "unrecognized privilege type: \"%s\"" -msgstr "tipo de privilegio no reconocido: «%s»" +msgid "cannot extend file \"%s\" beyond %u blocks" +msgstr "no se pudo extender el archivo «%s» más allá de %u bloques" -#: utils/adt/acl.c:3446 utils/adt/regproc.c:101 utils/adt/regproc.c:277 +#: storage/smgr/md.c:450 #, c-format -msgid "function \"%s\" does not exist" -msgstr "no existe la función «%s»" +msgid "could not extend file \"%s\": %m" +msgstr "no se pudo extender el archivo «%s»: %m" -#: utils/adt/acl.c:4898 +#: storage/smgr/md.c:452 storage/smgr/md.c:459 storage/smgr/md.c:747 #, c-format -msgid "must be member of role \"%s\"" -msgstr "debe ser miembro del rol «%s»" +msgid "Check free disk space." +msgstr "Verifique el espacio libre en disco." -#: utils/adt/array_expanded.c:274 utils/adt/arrayfuncs.c:936 -#: utils/adt/arrayfuncs.c:1544 utils/adt/arrayfuncs.c:3263 -#: utils/adt/arrayfuncs.c:3405 utils/adt/arrayfuncs.c:5980 -#: utils/adt/arrayfuncs.c:6321 utils/adt/arrayutils.c:94 -#: utils/adt/arrayutils.c:103 utils/adt/arrayutils.c:110 +#: storage/smgr/md.c:456 #, c-format -msgid "array size exceeds the maximum allowed (%d)" -msgstr "el tamaño del array excede el máximo permitido (%d)" +msgid "could not extend file \"%s\": wrote only %d of %d bytes at block %u" +msgstr "no se pudo extender el archivo «%s»: sólo se escribieron %d de %d bytes en el bloque %u" -#: utils/adt/array_userfuncs.c:80 utils/adt/array_userfuncs.c:467 -#: utils/adt/array_userfuncs.c:547 utils/adt/json.c:645 utils/adt/json.c:740 -#: utils/adt/json.c:778 utils/adt/jsonb.c:1115 utils/adt/jsonb.c:1144 -#: utils/adt/jsonb.c:1538 utils/adt/jsonb.c:1702 utils/adt/jsonb.c:1712 +#: storage/smgr/md.c:668 #, c-format -msgid "could not determine input data type" -msgstr "no se pudo determinar el tipo de dato de entrada" +msgid "could not read block %u in file \"%s\": %m" +msgstr "no se pudo leer el bloque %u del archivo «%s»: %m" -#: utils/adt/array_userfuncs.c:85 +#: storage/smgr/md.c:684 #, c-format -msgid "input data type is not an array" -msgstr "el tipo de entrada no es un array" +msgid "could not read block %u in file \"%s\": read only %d of %d bytes" +msgstr "no se pudo leer el bloque %u del archivo «%s»: se leyeron sólo %d de %d bytes" -#: utils/adt/array_userfuncs.c:129 utils/adt/array_userfuncs.c:181 -#: utils/adt/float.c:1233 utils/adt/float.c:1307 utils/adt/float.c:4052 -#: utils/adt/float.c:4066 utils/adt/int.c:757 utils/adt/int.c:779 -#: utils/adt/int.c:793 utils/adt/int.c:807 utils/adt/int.c:838 -#: utils/adt/int.c:859 utils/adt/int.c:976 utils/adt/int.c:990 -#: utils/adt/int.c:1004 utils/adt/int.c:1037 utils/adt/int.c:1051 -#: utils/adt/int.c:1065 utils/adt/int.c:1096 utils/adt/int.c:1178 -#: utils/adt/int.c:1242 utils/adt/int.c:1310 utils/adt/int.c:1316 -#: utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 -#: utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 -#: utils/adt/varlena.c:3426 +#: storage/smgr/md.c:738 #, c-format -msgid "integer out of range" -msgstr "entero fuera de rango" +msgid "could not write block %u in file \"%s\": %m" +msgstr "no se pudo escribir el bloque %u en el archivo «%s»: %m" -#: utils/adt/array_userfuncs.c:136 utils/adt/array_userfuncs.c:191 +#: storage/smgr/md.c:743 #, c-format -msgid "argument must be empty or one-dimensional array" -msgstr "el argumento debe ser vacío o un array unidimensional" +msgid "could not write block %u in file \"%s\": wrote only %d of %d bytes" +msgstr "no se pudo escribir el bloque %u en el archivo «%s»: se escribieron sólo %d de %d bytes" -#: utils/adt/array_userfuncs.c:273 utils/adt/array_userfuncs.c:312 -#: utils/adt/array_userfuncs.c:349 utils/adt/array_userfuncs.c:378 -#: utils/adt/array_userfuncs.c:406 +#: storage/smgr/md.c:837 #, c-format -msgid "cannot concatenate incompatible arrays" -msgstr "no se pueden concatenar arrays incompatibles" +msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now" +msgstr "no se pudo truncar el archivo «%s» a %u bloques: es de sólo %u bloques ahora" -#: utils/adt/array_userfuncs.c:274 +#: storage/smgr/md.c:892 #, c-format -msgid "Arrays with element types %s and %s are not compatible for concatenation." -msgstr "Los arrays con elementos de tipo %s y %s son incompatibles para la concatenación." +msgid "could not truncate file \"%s\" to %u blocks: %m" +msgstr "no se pudo truncar el archivo «%s» a %u bloques: %m" -#: utils/adt/array_userfuncs.c:313 +#: storage/smgr/md.c:1286 #, c-format -msgid "Arrays of %d and %d dimensions are not compatible for concatenation." -msgstr "Los arrays de dimesiones %d y %d son incompatibles para la concatenación." +msgid "could not open file \"%s\" (target block %u): previous segment is only %u blocks" +msgstr "no se pudo abrir el archivo «%s» (bloque buscado %u): el segmento previo sólo tiene %u bloques" -#: utils/adt/array_userfuncs.c:350 +#: storage/smgr/md.c:1300 #, c-format -msgid "Arrays with differing element dimensions are not compatible for concatenation." -msgstr "Los arrays con elementos de diferentes dimensiones son incompatibles para la concatenación." +msgid "could not open file \"%s\" (target block %u): %m" +msgstr "no se pudo abrir el archivo «%s» (bloque buscado %u): %m" -#: utils/adt/array_userfuncs.c:379 utils/adt/array_userfuncs.c:407 +#: tcop/fastpath.c:148 #, c-format -msgid "Arrays with differing dimensions are not compatible for concatenation." -msgstr "Los arrays con diferentes dimensiones son incompatibles para la concatenación." +msgid "cannot call function \"%s\" via fastpath interface" +msgstr "no se puede llamar a la función «%s» mediante la interfaz fastpath" -#: utils/adt/array_userfuncs.c:663 utils/adt/array_userfuncs.c:815 +#: tcop/fastpath.c:233 #, c-format -msgid "searching for elements in multidimensional arrays is not supported" -msgstr "no está soportada la búsqueda de elementos en arrays multidimensionales" +msgid "fastpath function call: \"%s\" (OID %u)" +msgstr "llamada a función fastpath: «%s» (OID %u)" -#: utils/adt/array_userfuncs.c:687 +#: tcop/fastpath.c:312 tcop/postgres.c:1304 tcop/postgres.c:1562 +#: tcop/postgres.c:2021 tcop/postgres.c:2253 #, c-format -msgid "initial position must not be null" -msgstr "la posición inicial no debe ser null" +msgid "duration: %s ms" +msgstr "duración: %s ms" -#: utils/adt/arrayfuncs.c:271 utils/adt/arrayfuncs.c:285 -#: utils/adt/arrayfuncs.c:296 utils/adt/arrayfuncs.c:318 -#: utils/adt/arrayfuncs.c:333 utils/adt/arrayfuncs.c:347 -#: utils/adt/arrayfuncs.c:353 utils/adt/arrayfuncs.c:360 -#: utils/adt/arrayfuncs.c:493 utils/adt/arrayfuncs.c:509 -#: utils/adt/arrayfuncs.c:520 utils/adt/arrayfuncs.c:535 -#: utils/adt/arrayfuncs.c:556 utils/adt/arrayfuncs.c:586 -#: utils/adt/arrayfuncs.c:593 utils/adt/arrayfuncs.c:601 -#: utils/adt/arrayfuncs.c:635 utils/adt/arrayfuncs.c:658 -#: utils/adt/arrayfuncs.c:678 utils/adt/arrayfuncs.c:790 -#: utils/adt/arrayfuncs.c:799 utils/adt/arrayfuncs.c:829 -#: utils/adt/arrayfuncs.c:844 utils/adt/arrayfuncs.c:897 +#: tcop/fastpath.c:316 #, c-format -msgid "malformed array literal: \"%s\"" -msgstr "literal de array mal formado: «%s»" +msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)" +msgstr "duración: %s ms llamada a función fastpath: «%s» (OID %u)" -#: utils/adt/arrayfuncs.c:272 +#: tcop/fastpath.c:352 #, c-format -msgid "\"[\" must introduce explicitly-specified array dimensions." -msgstr "Un «[» debe introducir dimensiones de array especificadas explícitamente." +msgid "function call message contains %d arguments but function requires %d" +msgstr "el mensaje de llamada a función contiene %d argumentos pero la función requiere %d" -#: utils/adt/arrayfuncs.c:286 +#: tcop/fastpath.c:360 #, c-format -msgid "Missing array dimension value." -msgstr "Falta un valor de dimensión de array." +msgid "function call message contains %d argument formats but %d arguments" +msgstr "el mensaje de llamada a función contiene %d formatos de argumento pero %d argumentos" -#: utils/adt/arrayfuncs.c:297 utils/adt/arrayfuncs.c:334 +#: tcop/fastpath.c:384 #, c-format -msgid "Missing \"%s\" after array dimensions." -msgstr "Falta «%s» luego de las dimensiones de array." +msgid "invalid argument size %d in function call message" +msgstr "el tamaño de argumento %d no es válido en el mensaje de llamada a función" -#: utils/adt/arrayfuncs.c:306 utils/adt/arrayfuncs.c:2910 -#: utils/adt/arrayfuncs.c:2942 utils/adt/arrayfuncs.c:2957 +#: tcop/fastpath.c:447 #, c-format -msgid "upper bound cannot be less than lower bound" -msgstr "el límite superior no puede ser menor que el límite inferior" +msgid "incorrect binary data format in function argument %d" +msgstr "el formato de datos binarios es incorrecto en argumento %d a función" -#: utils/adt/arrayfuncs.c:319 +#: tcop/postgres.c:445 tcop/postgres.c:4726 #, c-format -msgid "Array value must start with \"{\" or dimension information." -msgstr "El valor de array debe comenzar con «{» o información de dimensión." +msgid "invalid frontend message type %d" +msgstr "el tipo de mensaje de frontend %d no es válido" -#: utils/adt/arrayfuncs.c:348 +#: tcop/postgres.c:1014 #, c-format -msgid "Array contents must start with \"{\"." -msgstr "El contenido del array debe empezar con «{»." +msgid "statement: %s" +msgstr "sentencia: %s" -#: utils/adt/arrayfuncs.c:354 utils/adt/arrayfuncs.c:361 +#: tcop/postgres.c:1309 #, c-format -msgid "Specified array dimensions do not match array contents." -msgstr "Las dimensiones del array especificadas no coinciden con el contenido del array." +msgid "duration: %s ms statement: %s" +msgstr "duración: %s ms sentencia: %s" -#: utils/adt/arrayfuncs.c:494 utils/adt/arrayfuncs.c:521 -#: utils/adt/multirangetypes.c:163 utils/adt/rangetypes.c:2310 -#: utils/adt/rangetypes.c:2318 utils/adt/rowtypes.c:211 -#: utils/adt/rowtypes.c:219 +#: tcop/postgres.c:1415 #, c-format -msgid "Unexpected end of input." -msgstr "Fin inesperado de la entrada." +msgid "cannot insert multiple commands into a prepared statement" +msgstr "no se pueden insertar múltiples órdenes en una sentencia preparada" -#: utils/adt/arrayfuncs.c:510 utils/adt/arrayfuncs.c:557 -#: utils/adt/arrayfuncs.c:587 utils/adt/arrayfuncs.c:636 +#: tcop/postgres.c:1567 #, c-format -msgid "Unexpected \"%c\" character." -msgstr "Carácter «%c» inesperado." +msgid "duration: %s ms parse %s: %s" +msgstr "duración: %s ms parse: %s: %s" -#: utils/adt/arrayfuncs.c:536 utils/adt/arrayfuncs.c:659 +#: tcop/postgres.c:1633 tcop/postgres.c:2568 #, c-format -msgid "Unexpected array element." -msgstr "Elemento de array inesperado." +msgid "unnamed prepared statement does not exist" +msgstr "no existe una sentencia preparada sin nombre" -#: utils/adt/arrayfuncs.c:594 +#: tcop/postgres.c:1674 #, c-format -msgid "Unmatched \"%c\" character." -msgstr "Carácter «%c» desemparejado." +msgid "bind message has %d parameter formats but %d parameters" +msgstr "el mensaje de enlace (bind) tiene %d formatos de parámetro pero %d parámetros" -#: utils/adt/arrayfuncs.c:602 utils/adt/jsonfuncs.c:2595 +#: tcop/postgres.c:1680 #, c-format -msgid "Multidimensional arrays must have sub-arrays with matching dimensions." -msgstr "Los arrays multidimensionales deben tener sub-arrays con dimensiones coincidentes." +msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d" +msgstr "el mensaje de enlace (bind) entrega %d parámetros, pero la sentencia preparada «%s» requiere %d" -#: utils/adt/arrayfuncs.c:679 utils/adt/multirangetypes.c:286 +#: tcop/postgres.c:1899 #, c-format -msgid "Junk after closing right brace." -msgstr "Basura después de la llave derecha de cierre." +msgid "incorrect binary data format in bind parameter %d" +msgstr "el formato de datos binarios es incorrecto en el parámetro de enlace %d" -#: utils/adt/arrayfuncs.c:1301 utils/adt/arrayfuncs.c:3371 -#: utils/adt/arrayfuncs.c:5884 +#: tcop/postgres.c:2026 #, c-format -msgid "invalid number of dimensions: %d" -msgstr "número incorrecto de dimensiones: %d" +msgid "duration: %s ms bind %s%s%s: %s" +msgstr "duración: %s ms bind %s%s%s: %s" -#: utils/adt/arrayfuncs.c:1312 +#: tcop/postgres.c:2076 tcop/postgres.c:2652 #, c-format -msgid "invalid array flags" -msgstr "opciones de array no válidas" +msgid "portal \"%s\" does not exist" +msgstr "no existe el portal «%s»" -#: utils/adt/arrayfuncs.c:1334 +#: tcop/postgres.c:2145 #, c-format -msgid "binary data has array element type %u (%s) instead of expected %u (%s)" -msgstr "los datos binarios tienen el tipo de elemento de array %u (%s) en lugar del esperado %u (%s)" +msgid "%s %s%s%s: %s" +msgstr "%s %s%s%s: %s" -#: utils/adt/arrayfuncs.c:1378 utils/adt/multirangetypes.c:444 -#: utils/adt/rangetypes.c:333 utils/cache/lsyscache.c:2915 -#, c-format -msgid "no binary input function available for type %s" -msgstr "no hay una función binaria de entrada para el tipo %s" +#: tcop/postgres.c:2147 tcop/postgres.c:2261 +msgid "execute fetch from" +msgstr "ejecutar fetch desde" -#: utils/adt/arrayfuncs.c:1518 -#, c-format -msgid "improper binary format in array element %d" -msgstr "el formato binario no es válido en elemento %d de array" +#: tcop/postgres.c:2148 tcop/postgres.c:2262 +msgid "execute" +msgstr "ejecutar" -#: utils/adt/arrayfuncs.c:1599 utils/adt/multirangetypes.c:449 -#: utils/adt/rangetypes.c:338 utils/cache/lsyscache.c:2948 +#: tcop/postgres.c:2258 #, c-format -msgid "no binary output function available for type %s" -msgstr "no hay una función binaria de salida para el tipo %s" +msgid "duration: %s ms %s %s%s%s: %s" +msgstr "duración: %s ms %s %s%s%s: %s" -#: utils/adt/arrayfuncs.c:2078 +#: tcop/postgres.c:2404 #, c-format -msgid "slices of fixed-length arrays not implemented" -msgstr "no está implementada la obtención de segmentos de arrays de largo fijo" +msgid "prepare: %s" +msgstr "prepare: %s" -#: utils/adt/arrayfuncs.c:2256 utils/adt/arrayfuncs.c:2278 -#: utils/adt/arrayfuncs.c:2327 utils/adt/arrayfuncs.c:2566 -#: utils/adt/arrayfuncs.c:2888 utils/adt/arrayfuncs.c:5870 -#: utils/adt/arrayfuncs.c:5896 utils/adt/arrayfuncs.c:5907 -#: utils/adt/json.c:1141 utils/adt/json.c:1216 utils/adt/jsonb.c:1316 -#: utils/adt/jsonb.c:1402 utils/adt/jsonfuncs.c:4429 utils/adt/jsonfuncs.c:4582 -#: utils/adt/jsonfuncs.c:4694 utils/adt/jsonfuncs.c:4743 +#: tcop/postgres.c:2429 #, c-format -msgid "wrong number of array subscripts" -msgstr "número incorrecto de subíndices del array" +msgid "parameters: %s" +msgstr "parámetros: %s" -#: utils/adt/arrayfuncs.c:2261 utils/adt/arrayfuncs.c:2369 -#: utils/adt/arrayfuncs.c:2633 utils/adt/arrayfuncs.c:2947 +#: tcop/postgres.c:2444 #, c-format -msgid "array subscript out of range" -msgstr "subíndice de array fuera de rango" +msgid "abort reason: recovery conflict" +msgstr "razón para abortar: conflicto en la recuperación" -#: utils/adt/arrayfuncs.c:2266 +#: tcop/postgres.c:2460 #, c-format -msgid "cannot assign null value to an element of a fixed-length array" -msgstr "no se puede asignar un valor nulo a un elemento de un array de longitud fija" +msgid "User was holding shared buffer pin for too long." +msgstr "El usuario mantuvo el búfer compartido «clavado» por demasiado tiempo." -#: utils/adt/arrayfuncs.c:2835 +#: tcop/postgres.c:2463 #, c-format -msgid "updates on slices of fixed-length arrays not implemented" -msgstr "no están implementadas las actualizaciones en segmentos de arrays de largo fija" +msgid "User was holding a relation lock for too long." +msgstr "El usuario mantuvo una relación bloqueada por demasiado tiempo." -#: utils/adt/arrayfuncs.c:2866 +#: tcop/postgres.c:2466 #, c-format -msgid "array slice subscript must provide both boundaries" -msgstr "los subíndices del segmento de array deben especificar ambos bordes" +msgid "User was or might have been using tablespace that must be dropped." +msgstr "El usuario estaba o pudo haber estado usando un tablespace que debía ser eliminado." -#: utils/adt/arrayfuncs.c:2867 +#: tcop/postgres.c:2469 #, c-format -msgid "When assigning to a slice of an empty array value, slice boundaries must be fully specified." -msgstr "Cuando se asigna a un segmento de un array vacío, los bordes del segmento deben ser especificados completamente." +msgid "User query might have needed to see row versions that must be removed." +msgstr "La consulta del usuario pudo haber necesitado examinar versiones de tuplas que debían eliminarse." -#: utils/adt/arrayfuncs.c:2878 utils/adt/arrayfuncs.c:2974 +#: tcop/postgres.c:2475 #, c-format -msgid "source array too small" -msgstr "el array de origen es demasiado pequeño" +msgid "User was connected to a database that must be dropped." +msgstr "El usuario estaba conectado a una base de datos que debía ser eliminada." -#: utils/adt/arrayfuncs.c:3529 +#: tcop/postgres.c:2514 #, c-format -msgid "null array element not allowed in this context" -msgstr "los arrays con elementos null no son permitidos en este contexto" +msgid "portal \"%s\" parameter $%d = %s" +msgstr "portal «%s» parámetro $%d = %s" -#: utils/adt/arrayfuncs.c:3631 utils/adt/arrayfuncs.c:3802 -#: utils/adt/arrayfuncs.c:4192 +#: tcop/postgres.c:2517 #, c-format -msgid "cannot compare arrays of different element types" -msgstr "no se pueden comparar arrays con elementos de distintos tipos" +msgid "portal \"%s\" parameter $%d" +msgstr "portal «%s» parámetro $%d" -#: utils/adt/arrayfuncs.c:3980 utils/adt/multirangetypes.c:2742 -#: utils/adt/multirangetypes.c:2814 utils/adt/rangetypes.c:1343 -#: utils/adt/rangetypes.c:1407 utils/adt/rowtypes.c:1858 +#: tcop/postgres.c:2523 #, c-format -msgid "could not identify a hash function for type %s" -msgstr "no se pudo identificar una función de hash para el tipo %s" +msgid "unnamed portal parameter $%d = %s" +msgstr "portal sin nombre, parámetro %d = %s" -#: utils/adt/arrayfuncs.c:4107 utils/adt/rowtypes.c:1979 +#: tcop/postgres.c:2526 #, c-format -msgid "could not identify an extended hash function for type %s" -msgstr "no se pudo identificar una función de hash extendida para el tipo %s" +msgid "unnamed portal parameter $%d" +msgstr "portal sin nombre, parámetro %d" -#: utils/adt/arrayfuncs.c:5284 +#: tcop/postgres.c:2872 #, c-format -msgid "data type %s is not an array type" -msgstr "el tipo %s no es un array" +msgid "terminating connection because of unexpected SIGQUIT signal" +msgstr "terminando la conexión debido a una señal SIGQUIT inesperada" -#: utils/adt/arrayfuncs.c:5339 +#: tcop/postgres.c:2878 #, c-format -msgid "cannot accumulate null arrays" -msgstr "no se pueden acumular arrays nulos" +msgid "terminating connection because of crash of another server process" +msgstr "terminando la conexión debido a una falla en otro proceso servidor" -#: utils/adt/arrayfuncs.c:5367 +#: tcop/postgres.c:2879 #, c-format -msgid "cannot accumulate empty arrays" -msgstr "no se pueden acumular arrays vacíos" +msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory." +msgstr "Postmaster ha ordenado que este proceso servidor cancele la transacción en curso y finalice la conexión, porque otro proceso servidor ha terminado anormalmente y podría haber corrompido la memoria compartida." -#: utils/adt/arrayfuncs.c:5394 utils/adt/arrayfuncs.c:5400 +#: tcop/postgres.c:2883 tcop/postgres.c:3244 #, c-format -msgid "cannot accumulate arrays of different dimensionality" -msgstr "no se pueden acumular arrays de distinta dimensionalidad" +msgid "In a moment you should be able to reconnect to the database and repeat your command." +msgstr "Dentro de un momento debería poder reconectarse y repetir la consulta." -#: utils/adt/arrayfuncs.c:5768 utils/adt/arrayfuncs.c:5808 +#: tcop/postgres.c:2890 #, c-format -msgid "dimension array or low bound array cannot be null" -msgstr "el array de dimensiones o el array de límites inferiores debe ser no nulo" +msgid "terminating connection due to immediate shutdown command" +msgstr "terminando la conexión debido a una orden de apagado inmediato" -#: utils/adt/arrayfuncs.c:5871 utils/adt/arrayfuncs.c:5897 +#: tcop/postgres.c:2976 #, c-format -msgid "Dimension array must be one dimensional." -msgstr "El array de dimensiones debe ser unidimensional." +msgid "floating-point exception" +msgstr "excepción de coma flotante" -#: utils/adt/arrayfuncs.c:5876 utils/adt/arrayfuncs.c:5902 +#: tcop/postgres.c:2977 #, c-format -msgid "dimension values cannot be null" -msgstr "los valores de dimensión no pueden ser null" +msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero." +msgstr "Se ha recibido una señal de una operación de coma flotante no válida. Esto puede significar un resultado fuera de rango o una operación no válida, como una división por cero." -#: utils/adt/arrayfuncs.c:5908 +#: tcop/postgres.c:3148 #, c-format -msgid "Low bound array has different size than dimensions array." -msgstr "El array de límites inferiores tiene tamaño diferente que el array de dimensiones." +msgid "canceling authentication due to timeout" +msgstr "cancelando la autentificación debido a que se agotó el tiempo de espera" -#: utils/adt/arrayfuncs.c:6186 +#: tcop/postgres.c:3152 #, c-format -msgid "removing elements from multidimensional arrays is not supported" -msgstr "la eliminación de elementos desde arrays multidimensionales no está soportada" +msgid "terminating autovacuum process due to administrator command" +msgstr "terminando el proceso autovacuum debido a una orden del administrador" -#: utils/adt/arrayfuncs.c:6463 +#: tcop/postgres.c:3156 #, c-format -msgid "thresholds must be one-dimensional array" -msgstr "los umbrales deben ser un array unidimensional" +msgid "terminating logical replication worker due to administrator command" +msgstr "terminando el proceso de replicación lógica debido a una orden del administrador" -#: utils/adt/arrayfuncs.c:6468 +#: tcop/postgres.c:3173 tcop/postgres.c:3183 tcop/postgres.c:3242 #, c-format -msgid "thresholds array must not contain NULLs" -msgstr "el array de umbrales no debe contener nulos" +msgid "terminating connection due to conflict with recovery" +msgstr "terminando la conexión debido a un conflicto con la recuperación" -#: utils/adt/arrayfuncs.c:6701 +#: tcop/postgres.c:3194 #, c-format -msgid "number of elements to trim must be between 0 and %d" -msgstr "el número de elementos a recortar debe estar entre 0 y %d" +msgid "terminating connection due to administrator command" +msgstr "terminando la conexión debido a una orden del administrador" -#: utils/adt/arraysubs.c:93 utils/adt/arraysubs.c:130 +#: tcop/postgres.c:3225 #, c-format -msgid "array subscript must have type integer" -msgstr "los subíndices de arrays deben tener tipo entero" +msgid "connection to client lost" +msgstr "se ha perdido la conexión al cliente" -#: utils/adt/arraysubs.c:198 utils/adt/arraysubs.c:217 +#: tcop/postgres.c:3295 #, c-format -msgid "array subscript in assignment must not be null" -msgstr "subíndice de array en asignación no puede ser nulo" +msgid "canceling statement due to lock timeout" +msgstr "cancelando la sentencia debido a que se agotó el tiempo de espera de candados (locks)" -#: utils/adt/arrayutils.c:140 +#: tcop/postgres.c:3302 #, c-format -msgid "array lower bound is too large: %d" -msgstr "el límite inferior del array es demasiado grande: %d" +msgid "canceling statement due to statement timeout" +msgstr "cancelando la sentencia debido a que se agotó el tiempo de espera de sentencias" -#: utils/adt/arrayutils.c:240 +#: tcop/postgres.c:3309 #, c-format -msgid "typmod array must be type cstring[]" -msgstr "el array de typmod debe ser de tipo cstring[]" +msgid "canceling autovacuum task" +msgstr "cancelando tarea de autovacuum" -#: utils/adt/arrayutils.c:245 +#: tcop/postgres.c:3332 #, c-format -msgid "typmod array must be one-dimensional" -msgstr "array de typmod debe ser unidimensional" +msgid "canceling statement due to user request" +msgstr "cancelando la sentencia debido a una petición del usuario" -#: utils/adt/arrayutils.c:250 +#: tcop/postgres.c:3346 #, c-format -msgid "typmod array must not contain nulls" -msgstr "los arrays de typmod no deben contener valores nulos" +msgid "terminating connection due to idle-in-transaction timeout" +msgstr "terminando la conexión debido a que se agotó el tiempo de espera para transacciones abiertas inactivas" -#: utils/adt/ascii.c:76 +#: tcop/postgres.c:3357 #, c-format -msgid "encoding conversion from %s to ASCII not supported" -msgstr "la conversión de codificación de %s a ASCII no está soportada" +msgid "terminating connection due to idle-session timeout" +msgstr "terminando la conexión debido a que se agotó el tiempo de espera para sesiones abiertas inactivas" -#. translator: first %s is inet or cidr -#: utils/adt/bool.c:153 utils/adt/cash.c:277 utils/adt/datetime.c:3802 -#: utils/adt/float.c:187 utils/adt/float.c:271 utils/adt/float.c:283 -#: utils/adt/float.c:400 utils/adt/float.c:485 utils/adt/float.c:501 -#: utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 -#: utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 -#: utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 -#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4657 -#: utils/adt/geo_ops.c:4672 utils/adt/geo_ops.c:4679 utils/adt/int8.c:126 -#: utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 -#: utils/adt/mac8.c:166 utils/adt/mac8.c:184 utils/adt/mac8.c:202 -#: utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 -#: utils/adt/numeric.c:713 utils/adt/numeric.c:6858 utils/adt/numeric.c:6882 -#: utils/adt/numeric.c:6906 utils/adt/numeric.c:7864 utils/adt/numutils.c:116 -#: utils/adt/numutils.c:126 utils/adt/numutils.c:170 utils/adt/numutils.c:246 -#: utils/adt/numutils.c:322 utils/adt/oid.c:44 utils/adt/oid.c:58 -#: utils/adt/oid.c:64 utils/adt/oid.c:86 utils/adt/pg_lsn.c:74 -#: utils/adt/tid.c:76 utils/adt/tid.c:84 utils/adt/tid.c:92 -#: utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:347 +#: tcop/postgres.c:3486 #, c-format -msgid "invalid input syntax for type %s: \"%s\"" -msgstr "la sintaxis de entrada no es válida para tipo %s: «%s»" +msgid "stack depth limit exceeded" +msgstr "límite de profundidad de stack alcanzado" -#: utils/adt/cash.c:215 utils/adt/cash.c:240 utils/adt/cash.c:250 -#: utils/adt/cash.c:290 utils/adt/int8.c:118 utils/adt/numutils.c:140 -#: utils/adt/numutils.c:147 utils/adt/numutils.c:240 utils/adt/numutils.c:316 -#: utils/adt/oid.c:70 utils/adt/oid.c:109 +#: tcop/postgres.c:3487 #, c-format -msgid "value \"%s\" is out of range for type %s" -msgstr "el valor «%s» está fuera de rango para el tipo %s" +msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate." +msgstr "Incremente el parámetro de configuración «max_stack_depth» (actualmente %dkB), después de asegurarse que el límite de profundidad de stack de la plataforma es adecuado." -#: utils/adt/cash.c:652 utils/adt/cash.c:702 utils/adt/cash.c:753 -#: utils/adt/cash.c:802 utils/adt/cash.c:854 utils/adt/cash.c:904 -#: utils/adt/float.c:104 utils/adt/int.c:822 utils/adt/int.c:938 -#: utils/adt/int.c:1018 utils/adt/int.c:1080 utils/adt/int.c:1118 -#: utils/adt/int.c:1146 utils/adt/int8.c:600 utils/adt/int8.c:658 -#: utils/adt/int8.c:985 utils/adt/int8.c:1065 utils/adt/int8.c:1127 -#: utils/adt/int8.c:1207 utils/adt/numeric.c:3031 utils/adt/numeric.c:3054 -#: utils/adt/numeric.c:3139 utils/adt/numeric.c:3157 utils/adt/numeric.c:3253 -#: utils/adt/numeric.c:8413 utils/adt/numeric.c:8703 utils/adt/numeric.c:10348 -#: utils/adt/timestamp.c:3281 +#: tcop/postgres.c:3550 #, c-format -msgid "division by zero" -msgstr "división por cero" +msgid "\"max_stack_depth\" must not exceed %ldkB." +msgstr "«max_stack_depth» no debe exceder %ldkB." -#: utils/adt/char.c:169 +#: tcop/postgres.c:3552 #, c-format -msgid "\"char\" out of range" -msgstr "«char» fuera de rango" +msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent." +msgstr "Incremente el límite de profundidad del stack del sistema usando «ulimit -s» o el equivalente de su sistema." -#: utils/adt/date.c:62 utils/adt/timestamp.c:97 utils/adt/varbit.c:105 -#: utils/adt/varchar.c:48 +#: tcop/postgres.c:3908 #, c-format -msgid "invalid type modifier" -msgstr "el modificador de tipo no es válido" +msgid "invalid command-line argument for server process: %s" +msgstr "argumentos de línea de órdenes no válidos para proceso servidor: %s" -#: utils/adt/date.c:74 +#: tcop/postgres.c:3909 tcop/postgres.c:3915 #, c-format -msgid "TIME(%d)%s precision must not be negative" -msgstr "la precisión de TIME(%d)%s no debe ser negativa" +msgid "Try \"%s --help\" for more information." +msgstr "Pruebe «%s --help» para mayor información." -#: utils/adt/date.c:80 +#: tcop/postgres.c:3913 #, c-format -msgid "TIME(%d)%s precision reduced to maximum allowed, %d" -msgstr "la precisión de TIME(%d)%s fue reducida al máximo permitido, %d" +msgid "%s: invalid command-line argument: %s" +msgstr "%s: argumento de línea de órdenes no válido: %s" -#: utils/adt/date.c:159 utils/adt/date.c:167 utils/adt/formatting.c:4252 -#: utils/adt/formatting.c:4261 utils/adt/formatting.c:4367 -#: utils/adt/formatting.c:4377 +#: tcop/postgres.c:3976 #, c-format -msgid "date out of range: \"%s\"" -msgstr "fecha fuera de rango: «%s»" +msgid "%s: no database nor user name specified" +msgstr "%s: no se ha especificado base de datos ni usuario" -#: utils/adt/date.c:214 utils/adt/date.c:525 utils/adt/date.c:549 -#: utils/adt/xml.c:2210 +#: tcop/postgres.c:4628 #, c-format -msgid "date out of range" -msgstr "fecha fuera de rango" +msgid "invalid CLOSE message subtype %d" +msgstr "subtipo %d de mensaje CLOSE no válido" -#: utils/adt/date.c:260 utils/adt/timestamp.c:580 +#: tcop/postgres.c:4663 #, c-format -msgid "date field value out of range: %d-%02d-%02d" -msgstr "valor en campo de fecha fuera de rango: %d-%02d-%02d" +msgid "invalid DESCRIBE message subtype %d" +msgstr "subtipo %d de mensaje DESCRIBE no válido" -#: utils/adt/date.c:267 utils/adt/date.c:276 utils/adt/timestamp.c:586 +#: tcop/postgres.c:4747 #, c-format -msgid "date out of range: %d-%02d-%02d" -msgstr "fecha fuera de rango: %d-%02d-%02d" +msgid "fastpath function calls not supported in a replication connection" +msgstr "la invocación «fastpath» de funciones no está soportada en conexiones de replicación" -#: utils/adt/date.c:500 +#: tcop/postgres.c:4751 #, c-format -msgid "cannot subtract infinite dates" -msgstr "no se pueden restar fechas infinitas" +msgid "extended query protocol not supported in a replication connection" +msgstr "el protocolo extendido de consultas no está soportado en conexiones de replicación" -#: utils/adt/date.c:598 utils/adt/date.c:661 utils/adt/date.c:697 -#: utils/adt/date.c:2881 utils/adt/date.c:2891 +#: tcop/postgres.c:4928 #, c-format -msgid "date out of range for timestamp" -msgstr "fecha fuera de rango para timestamp" +msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s" +msgstr "desconexión: duración de sesión: %d:%02d:%02d.%03d usuario=%s base=%s host=%s%s%s" -#: utils/adt/date.c:1127 utils/adt/date.c:1210 utils/adt/date.c:1226 +#: tcop/pquery.c:638 #, c-format -msgid "date units \"%s\" not supported" -msgstr "las unidades de «date» «%s» no están soportadas" +msgid "bind message has %d result formats but query has %d columns" +msgstr "el mensaje de enlace (bind) tiene %d formatos de resultado pero la consulta tiene %d columnas" -#: utils/adt/date.c:1235 +#: tcop/pquery.c:941 tcop/pquery.c:1703 #, c-format -msgid "date units \"%s\" not recognized" -msgstr "las unidades de «date» «%s» no son reconocidas" +msgid "cursor can only scan forward" +msgstr "el cursor sólo se puede desplazar hacia adelante" -#: utils/adt/date.c:1318 utils/adt/date.c:1364 utils/adt/date.c:1920 -#: utils/adt/date.c:1951 utils/adt/date.c:1980 utils/adt/date.c:2844 -#: utils/adt/datetime.c:405 utils/adt/datetime.c:1700 -#: utils/adt/formatting.c:4109 utils/adt/formatting.c:4141 -#: utils/adt/formatting.c:4221 utils/adt/formatting.c:4343 utils/adt/json.c:418 -#: utils/adt/json.c:457 utils/adt/timestamp.c:224 utils/adt/timestamp.c:256 -#: utils/adt/timestamp.c:698 utils/adt/timestamp.c:707 -#: utils/adt/timestamp.c:785 utils/adt/timestamp.c:818 -#: utils/adt/timestamp.c:2860 utils/adt/timestamp.c:2881 -#: utils/adt/timestamp.c:2894 utils/adt/timestamp.c:2903 -#: utils/adt/timestamp.c:2911 utils/adt/timestamp.c:2966 -#: utils/adt/timestamp.c:2989 utils/adt/timestamp.c:3002 -#: utils/adt/timestamp.c:3013 utils/adt/timestamp.c:3021 -#: utils/adt/timestamp.c:3681 utils/adt/timestamp.c:3806 -#: utils/adt/timestamp.c:3896 utils/adt/timestamp.c:3986 -#: utils/adt/timestamp.c:4079 utils/adt/timestamp.c:4182 -#: utils/adt/timestamp.c:4684 utils/adt/timestamp.c:4958 -#: utils/adt/timestamp.c:5417 utils/adt/timestamp.c:5431 -#: utils/adt/timestamp.c:5436 utils/adt/timestamp.c:5450 -#: utils/adt/timestamp.c:5483 utils/adt/timestamp.c:5570 -#: utils/adt/timestamp.c:5611 utils/adt/timestamp.c:5615 -#: utils/adt/timestamp.c:5684 utils/adt/timestamp.c:5688 -#: utils/adt/timestamp.c:5702 utils/adt/timestamp.c:5736 utils/adt/xml.c:2232 -#: utils/adt/xml.c:2239 utils/adt/xml.c:2259 utils/adt/xml.c:2266 +#: tcop/pquery.c:942 tcop/pquery.c:1704 #, c-format -msgid "timestamp out of range" -msgstr "timestamp fuera de rango" +msgid "Declare it with SCROLL option to enable backward scan." +msgstr "Declárelo con SCROLL para permitirle desplazar hacia atrás." -#: utils/adt/date.c:1537 utils/adt/date.c:2339 utils/adt/formatting.c:4429 +#. translator: %s is name of a SQL command, eg CREATE +#: tcop/utility.c:414 #, c-format -msgid "time out of range" -msgstr "hora fuera de rango" +msgid "cannot execute %s in a read-only transaction" +msgstr "no se puede ejecutar %s en una transacción de sólo lectura" -#: utils/adt/date.c:1589 utils/adt/timestamp.c:595 +#. translator: %s is name of a SQL command, eg CREATE +#: tcop/utility.c:432 #, c-format -msgid "time field value out of range: %d:%02d:%02g" -msgstr "valor en campo de hora fuera de rango: %d:%02d:%02g" +msgid "cannot execute %s during a parallel operation" +msgstr "no se puede ejecutar %s durante una operación paralela" -#: utils/adt/date.c:2109 utils/adt/date.c:2643 utils/adt/float.c:1047 -#: utils/adt/float.c:1123 utils/adt/int.c:614 utils/adt/int.c:661 -#: utils/adt/int.c:696 utils/adt/int8.c:499 utils/adt/numeric.c:2435 -#: utils/adt/timestamp.c:3330 utils/adt/timestamp.c:3361 -#: utils/adt/timestamp.c:3392 +#. translator: %s is name of a SQL command, eg CREATE +#: tcop/utility.c:451 #, c-format -msgid "invalid preceding or following size in window function" -msgstr "tamaño «preceding» o «following» no válido en ventana deslizante" +msgid "cannot execute %s during recovery" +msgstr "no se puede ejecutar %s durante la recuperación" -#: utils/adt/date.c:2208 utils/adt/date.c:2224 +#. translator: %s is name of a SQL command, eg PREPARE +#: tcop/utility.c:469 #, c-format -msgid "\"time\" units \"%s\" not recognized" -msgstr "las unidades de «time» «%s» no son reconocidas" +msgid "cannot execute %s within security-restricted operation" +msgstr "no se puede ejecutar %s durante una operación restringida por seguridad" -#: utils/adt/date.c:2347 +#. translator: %s is name of a SQL command, eg LISTEN +#: tcop/utility.c:820 #, c-format -msgid "time zone displacement out of range" -msgstr "desplazamiento de huso horario fuera de rango" +msgid "cannot execute %s within a background process" +msgstr "no se puede ejecutar %s dentro de un proceso en segundo plano" -#: utils/adt/date.c:2986 utils/adt/date.c:3006 +#: tcop/utility.c:945 #, c-format -msgid "\"time with time zone\" units \"%s\" not recognized" -msgstr "las unidades de «timestamp with time zone» «%s» no son reconocidas" +msgid "must be superuser to do CHECKPOINT" +msgstr "debe ser superusuario para ejecutar CHECKPOINT" -#: utils/adt/date.c:3097 utils/adt/datetime.c:951 utils/adt/datetime.c:1858 -#: utils/adt/datetime.c:4648 utils/adt/timestamp.c:515 -#: utils/adt/timestamp.c:542 utils/adt/timestamp.c:4265 -#: utils/adt/timestamp.c:5442 utils/adt/timestamp.c:5694 +#: tsearch/dict_ispell.c:52 tsearch/dict_thesaurus.c:615 #, c-format -msgid "time zone \"%s\" not recognized" -msgstr "el huso horario «%s» no es reconocido" +msgid "multiple DictFile parameters" +msgstr "parámetro DictFile duplicado" -#: utils/adt/date.c:3129 utils/adt/timestamp.c:5472 utils/adt/timestamp.c:5725 +#: tsearch/dict_ispell.c:63 #, c-format -msgid "interval time zone \"%s\" must not include months or days" -msgstr "el intervalo de huso horario «%s» no debe especificar meses o días" +msgid "multiple AffFile parameters" +msgstr "parámetro AffFile duplicado" -#: utils/adt/datetime.c:3775 utils/adt/datetime.c:3782 +#: tsearch/dict_ispell.c:82 #, c-format -msgid "date/time field value out of range: \"%s\"" -msgstr "valor de hora/fecha fuera de rango: «%s»" +msgid "unrecognized Ispell parameter: \"%s\"" +msgstr "parámetro Ispell no reconocido: «%s»" -#: utils/adt/datetime.c:3784 +#: tsearch/dict_ispell.c:96 #, c-format -msgid "Perhaps you need a different \"datestyle\" setting." -msgstr "Quizás necesite una configuración diferente de «datestyle»." +msgid "missing AffFile parameter" +msgstr "falta un parámetro AffFile" -#: utils/adt/datetime.c:3789 +#: tsearch/dict_ispell.c:102 tsearch/dict_thesaurus.c:639 #, c-format -msgid "interval field value out of range: \"%s\"" -msgstr "valor de interval fuera de rango: «%s»" +msgid "missing DictFile parameter" +msgstr "falta un parámetro DictFile" -#: utils/adt/datetime.c:3795 +#: tsearch/dict_simple.c:58 #, c-format -msgid "time zone displacement out of range: \"%s\"" -msgstr "desplazamiento de huso horario fuera de rango: «%s»" +msgid "multiple Accept parameters" +msgstr "parámetro Accept duplicado" -#: utils/adt/datetime.c:4650 +#: tsearch/dict_simple.c:66 #, c-format -msgid "This time zone name appears in the configuration file for time zone abbreviation \"%s\"." -msgstr "Este nombre de huso horario aparece en el archivo de configuración para abreviaciones de husos horarios «%s»." +msgid "unrecognized simple dictionary parameter: \"%s\"" +msgstr "parámetro del diccionario simple no reconocido: «%s»" -#: utils/adt/datum.c:90 utils/adt/datum.c:102 +#: tsearch/dict_synonym.c:118 #, c-format -msgid "invalid Datum pointer" -msgstr "puntero a Datum no válido" +msgid "unrecognized synonym parameter: \"%s\"" +msgstr "parámetro de sinónimo no reconocido «%s»" -#: utils/adt/dbsize.c:754 utils/adt/dbsize.c:822 +#: tsearch/dict_synonym.c:125 #, c-format -msgid "invalid size: \"%s\"" -msgstr "tamaño no válido: «%s»" +msgid "missing Synonyms parameter" +msgstr "falta un parámetro Synonyms" -#: utils/adt/dbsize.c:823 +#: tsearch/dict_synonym.c:132 #, c-format -msgid "Invalid size unit: \"%s\"." -msgstr "Nombre de unidad de tamaño no válido: «%s»." +msgid "could not open synonym file \"%s\": %m" +msgstr "no se pudo abrir el archivo de sinónimos «%s»: %m" -#: utils/adt/dbsize.c:824 +#: tsearch/dict_thesaurus.c:179 #, c-format -msgid "Valid units are \"bytes\", \"kB\", \"MB\", \"GB\", and \"TB\"." -msgstr "Unidades válidas son «bytes«, «kB», «MB», «GB» y «TB»." +msgid "could not open thesaurus file \"%s\": %m" +msgstr "no se pudo abrir el archivo del tesauro «%s»: %m" -#: utils/adt/domains.c:92 +#: tsearch/dict_thesaurus.c:212 #, c-format -msgid "type %s is not a domain" -msgstr "tipo «%s» no es un dominio" +msgid "unexpected delimiter" +msgstr "delimitador inesperado" -#: utils/adt/encode.c:65 utils/adt/encode.c:113 +#: tsearch/dict_thesaurus.c:262 tsearch/dict_thesaurus.c:278 #, c-format -msgid "unrecognized encoding: \"%s\"" -msgstr "no se reconoce la codificación: «%s»" +msgid "unexpected end of line or lexeme" +msgstr "fin de línea o lexema inesperado" -#: utils/adt/encode.c:79 +#: tsearch/dict_thesaurus.c:287 #, c-format -msgid "result of encoding conversion is too large" -msgstr "el resultado de la conversión de codificación es demasiado grande" +msgid "unexpected end of line" +msgstr "fin de línea inesperado" -#: utils/adt/encode.c:127 +#: tsearch/dict_thesaurus.c:292 #, c-format -msgid "result of decoding conversion is too large" -msgstr "el resultado de la conversión de decodificación es demasiado grande" +msgid "too many lexemes in thesaurus entry" +msgstr "demasiados lexemas en la entrada del tesauro" -#: utils/adt/encode.c:186 +#: tsearch/dict_thesaurus.c:416 #, c-format -msgid "invalid hexadecimal digit: \"%.*s\"" -msgstr "dígito hexadecimal no válido: «%.*s»" +msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)" +msgstr "la palabra de muestra «%s» del tesauro no es reconocido por el subdiccionario (regla %d)" -#: utils/adt/encode.c:216 +# XXX -- stopword? +#: tsearch/dict_thesaurus.c:422 #, c-format -msgid "invalid hexadecimal data: odd number of digits" -msgstr "el dato hexadecimal no es válido: tiene un número impar de dígitos" +msgid "thesaurus sample word \"%s\" is a stop word (rule %d)" +msgstr "la palabra de muestra «%s» del tesauro es una stopword (regla %d)" -#: utils/adt/encode.c:334 +# XXX -- stopword? +#: tsearch/dict_thesaurus.c:425 #, c-format -msgid "unexpected \"=\" while decoding base64 sequence" -msgstr "«=» inesperado mientras se decodificaba la secuencia base64" +msgid "Use \"?\" to represent a stop word within a sample phrase." +msgstr "Use «?» para representar una stopword en una frase muestra." -#: utils/adt/encode.c:346 +# XXX -- stopword? +#: tsearch/dict_thesaurus.c:567 #, c-format -msgid "invalid symbol \"%.*s\" found while decoding base64 sequence" -msgstr "se encontró símbolo no válido «%.*s» al decodificar secuencia base64" +msgid "thesaurus substitute word \"%s\" is a stop word (rule %d)" +msgstr "la palabra sustituta «%s» del tesauro es una stopword (regla %d)" -#: utils/adt/encode.c:367 +#: tsearch/dict_thesaurus.c:574 #, c-format -msgid "invalid base64 end sequence" -msgstr "secuencia de término base64 no válida" +msgid "thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)" +msgstr "la palabra sustituta «%s» del tesauro no es reconocida por el subdiccionario (regla %d)" -#: utils/adt/encode.c:368 +#: tsearch/dict_thesaurus.c:586 #, c-format -msgid "Input data is missing padding, is truncated, or is otherwise corrupted." -msgstr "A los datos de entrada les falta relleno, o están truncados, o están corruptos de alguna otra forma." +msgid "thesaurus substitute phrase is empty (rule %d)" +msgstr "la frase sustituta del tesauro está vacía (regla %d)" -#: utils/adt/encode.c:482 utils/adt/encode.c:547 utils/adt/jsonfuncs.c:623 -#: utils/adt/varlena.c:336 utils/adt/varlena.c:377 jsonpath_gram.y:527 -#: jsonpath_scan.l:519 jsonpath_scan.l:530 jsonpath_scan.l:540 -#: jsonpath_scan.l:582 +#: tsearch/dict_thesaurus.c:624 #, c-format -msgid "invalid input syntax for type %s" -msgstr "sintaxis de entrada no válida para tipo %s" +msgid "multiple Dictionary parameters" +msgstr "parámetro Dictionary duplicado" -#: utils/adt/enum.c:99 +#: tsearch/dict_thesaurus.c:631 #, c-format -msgid "unsafe use of new value \"%s\" of enum type %s" -msgstr "uso inseguro del nuevo valor «%s» del tipo enum %s" +msgid "unrecognized Thesaurus parameter: \"%s\"" +msgstr "parámetro no reconocido de tesauro: «%s»" -#: utils/adt/enum.c:102 +#: tsearch/dict_thesaurus.c:643 #, c-format -msgid "New enum values must be committed before they can be used." -msgstr "Los nuevos valores de enum deben estar comprometidos (committed) antes de que puedan usarse." +msgid "missing Dictionary parameter" +msgstr "falta un paramétro Dictionary" -#: utils/adt/enum.c:120 utils/adt/enum.c:130 utils/adt/enum.c:188 -#: utils/adt/enum.c:198 +#: tsearch/spell.c:381 tsearch/spell.c:398 tsearch/spell.c:407 +#: tsearch/spell.c:1063 #, c-format -msgid "invalid input value for enum %s: \"%s\"" -msgstr "la sintaxis de entrada no es válida para el enum %s: «%s»" +msgid "invalid affix flag \"%s\"" +msgstr "marca de afijo «%s» no válida" -#: utils/adt/enum.c:160 utils/adt/enum.c:226 utils/adt/enum.c:285 +#: tsearch/spell.c:385 tsearch/spell.c:1067 #, c-format -msgid "invalid internal value for enum: %u" -msgstr "el valor interno no es válido para enum: %u" +msgid "affix flag \"%s\" is out of range" +msgstr "la marca de afijo «%s» fuera de rango" -#: utils/adt/enum.c:445 utils/adt/enum.c:474 utils/adt/enum.c:514 -#: utils/adt/enum.c:534 +#: tsearch/spell.c:415 #, c-format -msgid "could not determine actual enum type" -msgstr "no se pudo determinar el tipo enum efectivo" +msgid "invalid character in affix flag \"%s\"" +msgstr "caracteres no válidos en la marca de afijo «%s»" -#: utils/adt/enum.c:453 utils/adt/enum.c:482 +#: tsearch/spell.c:435 #, c-format -msgid "enum %s contains no values" -msgstr "el enum %s no contiene valores" +msgid "invalid affix flag \"%s\" with \"long\" flag value" +msgstr "marca de afijo «%s» no válida con el valor de marca «long»" -#: utils/adt/float.c:88 +#: tsearch/spell.c:525 #, c-format -msgid "value out of range: overflow" -msgstr "valor fuera de rango: desbordamiento" +msgid "could not open dictionary file \"%s\": %m" +msgstr "no se pudo abrir el archivo de diccionario «%s»: %m" -#: utils/adt/float.c:96 +#: tsearch/spell.c:764 utils/adt/regexp.c:208 #, c-format -msgid "value out of range: underflow" -msgstr "valor fuera de rango: desbordamiento por abajo" +msgid "invalid regular expression: %s" +msgstr "la expresión regular no es válida: %s" -#: utils/adt/float.c:265 +#: tsearch/spell.c:1190 tsearch/spell.c:1202 tsearch/spell.c:1761 +#: tsearch/spell.c:1766 tsearch/spell.c:1771 #, c-format -msgid "\"%s\" is out of range for type real" -msgstr "«%s» está fuera de rango para el tipo real" +msgid "invalid affix alias \"%s\"" +msgstr "alias de afijo «%s» no válido" -#: utils/adt/float.c:477 +#: tsearch/spell.c:1243 tsearch/spell.c:1314 tsearch/spell.c:1463 #, c-format -msgid "\"%s\" is out of range for type double precision" -msgstr "«%s» está fuera de rango para el tipo double precision" +msgid "could not open affix file \"%s\": %m" +msgstr "no se pudo abrir el archivo de afijos «%s»: %m" -#: utils/adt/float.c:1258 utils/adt/float.c:1332 utils/adt/int.c:334 -#: utils/adt/int.c:872 utils/adt/int.c:894 utils/adt/int.c:908 -#: utils/adt/int.c:922 utils/adt/int.c:954 utils/adt/int.c:1192 -#: utils/adt/int8.c:1320 utils/adt/numeric.c:4315 utils/adt/numeric.c:4320 +#: tsearch/spell.c:1297 #, c-format -msgid "smallint out of range" -msgstr "smallint fuera de rango" +msgid "Ispell dictionary supports only \"default\", \"long\", and \"num\" flag values" +msgstr "el diccionario Ispell sólo permite los valores «default», «long» y «num»" -#: utils/adt/float.c:1458 utils/adt/numeric.c:3549 utils/adt/numeric.c:9296 +#: tsearch/spell.c:1341 #, c-format -msgid "cannot take square root of a negative number" -msgstr "no se puede calcular la raíz cuadrada un de número negativo" +msgid "invalid number of flag vector aliases" +msgstr "número no válido de alias de opciones" -#: utils/adt/float.c:1526 utils/adt/numeric.c:3824 utils/adt/numeric.c:3936 +#: tsearch/spell.c:1364 #, c-format -msgid "zero raised to a negative power is undefined" -msgstr "cero elevado a una potencia negativa es indefinido" +msgid "number of aliases exceeds specified number %d" +msgstr "el número de aliases excede el número especificado %d" -#: utils/adt/float.c:1530 utils/adt/numeric.c:3828 utils/adt/numeric.c:10201 +#: tsearch/spell.c:1579 #, c-format -msgid "a negative number raised to a non-integer power yields a complex result" -msgstr "un número negativo elevado a una potencia no positiva entrega un resultado complejo" +msgid "affix file contains both old-style and new-style commands" +msgstr "el archivo de «affix» contiene órdenes en estilos antiguo y nuevo" -#: utils/adt/float.c:1706 utils/adt/float.c:1739 utils/adt/numeric.c:3736 -#: utils/adt/numeric.c:9974 +#: tsearch/to_tsany.c:195 utils/adt/tsvector.c:272 utils/adt/tsvector_op.c:1121 #, c-format -msgid "cannot take logarithm of zero" -msgstr "no se puede calcular logaritmo de cero" +msgid "string is too long for tsvector (%d bytes, max %d bytes)" +msgstr "la cadena es demasiado larga para tsvector (%d bytes, máximo %d bytes)" -#: utils/adt/float.c:1710 utils/adt/float.c:1743 utils/adt/numeric.c:3674 -#: utils/adt/numeric.c:3731 utils/adt/numeric.c:9978 +#: tsearch/ts_locale.c:227 #, c-format -msgid "cannot take logarithm of a negative number" -msgstr "no se puede calcular logaritmo de un número negativo" +msgid "line %d of configuration file \"%s\": \"%s\"" +msgstr "línea %d del archivo de configuración «%s»: «%s»" -#: utils/adt/float.c:1776 utils/adt/float.c:1807 utils/adt/float.c:1902 -#: utils/adt/float.c:1929 utils/adt/float.c:1957 utils/adt/float.c:1984 -#: utils/adt/float.c:2131 utils/adt/float.c:2168 utils/adt/float.c:2338 -#: utils/adt/float.c:2394 utils/adt/float.c:2459 utils/adt/float.c:2516 -#: utils/adt/float.c:2707 utils/adt/float.c:2731 +#: tsearch/ts_locale.c:307 #, c-format -msgid "input is out of range" -msgstr "la entrada está fuera de rango" +msgid "conversion from wchar_t to server encoding failed: %m" +msgstr "conversión desde un wchar_t a la codificación del servidor falló: %m" -#: utils/adt/float.c:2798 +#: tsearch/ts_parse.c:386 tsearch/ts_parse.c:393 tsearch/ts_parse.c:562 +#: tsearch/ts_parse.c:569 #, c-format -msgid "setseed parameter %g is out of allowed range [-1,1]" -msgstr "parámetro setseed %g fuera del rango permitido [-1,1]" +msgid "word is too long to be indexed" +msgstr "la palabra es demasiado larga para ser indexada" -#: utils/adt/float.c:4030 utils/adt/numeric.c:1708 +#: tsearch/ts_parse.c:387 tsearch/ts_parse.c:394 tsearch/ts_parse.c:563 +#: tsearch/ts_parse.c:570 #, c-format -msgid "count must be greater than zero" -msgstr "count debe ser mayor que cero" +msgid "Words longer than %d characters are ignored." +msgstr "Las palabras más largas que %d caracteres son ignoradas." -#: utils/adt/float.c:4035 utils/adt/numeric.c:1719 +#: tsearch/ts_utils.c:51 #, c-format -msgid "operand, lower bound, and upper bound cannot be NaN" -msgstr "el operando, límite inferior y límite superior no pueden ser NaN" +msgid "invalid text search configuration file name \"%s\"" +msgstr "nombre de configuración de búsqueda en texto «%s» no válido" -#: utils/adt/float.c:4041 utils/adt/numeric.c:1724 +#: tsearch/ts_utils.c:83 #, c-format -msgid "lower and upper bounds must be finite" -msgstr "los límites inferior y superior deben ser finitos" +msgid "could not open stop-word file \"%s\": %m" +msgstr "no se pudo abrir el archivo de stopwords «%s»: %m" -#: utils/adt/float.c:4075 utils/adt/numeric.c:1738 +#: tsearch/wparser.c:313 tsearch/wparser.c:401 tsearch/wparser.c:478 #, c-format -msgid "lower bound cannot equal upper bound" -msgstr "el límite superior no puede ser igual al límite inferior" +msgid "text search parser does not support headline creation" +msgstr "el analizador de búsqueda en texto no soporta creación de encabezados (headline)" -#: utils/adt/formatting.c:532 +#: tsearch/wparser_def.c:2578 #, c-format -msgid "invalid format specification for an interval value" -msgstr "especificación de formato no válida para un valor de interval" +msgid "unrecognized headline parameter: \"%s\"" +msgstr "parámetro de encabezado (headline) no reconocido: «%s»" -#: utils/adt/formatting.c:533 +#: tsearch/wparser_def.c:2597 #, c-format -msgid "Intervals are not tied to specific calendar dates." -msgstr "Los Interval no están ... a valores determinados de fechas de calendario." +msgid "MinWords should be less than MaxWords" +msgstr "MinWords debería ser menor que MaxWords" -#: utils/adt/formatting.c:1157 +#: tsearch/wparser_def.c:2601 #, c-format -msgid "\"EEEE\" must be the last pattern used" -msgstr "«EEEE» debe ser el último patrón usado" +msgid "MinWords should be positive" +msgstr "MinWords debería ser positivo" -#: utils/adt/formatting.c:1165 +#: tsearch/wparser_def.c:2605 #, c-format -msgid "\"9\" must be ahead of \"PR\"" -msgstr "«9» debe ir antes de «PR»" +msgid "ShortWord should be >= 0" +msgstr "ShortWord debería ser >= 0" -#: utils/adt/formatting.c:1181 +#: tsearch/wparser_def.c:2609 #, c-format -msgid "\"0\" must be ahead of \"PR\"" -msgstr "«0» debe ir antes de «PR»" +msgid "MaxFragments should be >= 0" +msgstr "MaxFragments debería ser >= 0" -#: utils/adt/formatting.c:1208 +#: utils/adt/acl.c:165 utils/adt/name.c:93 #, c-format -msgid "multiple decimal points" -msgstr "hay múltiples puntos decimales" +msgid "identifier too long" +msgstr "el identificador es demasiado largo" -#: utils/adt/formatting.c:1212 utils/adt/formatting.c:1295 +#: utils/adt/acl.c:166 utils/adt/name.c:94 #, c-format -msgid "cannot use \"V\" and decimal point together" -msgstr "no se puede usar «V» y un punto decimal simultáneamente" +msgid "Identifier must be less than %d characters." +msgstr "El identificador debe ser menor a %d caracteres." -#: utils/adt/formatting.c:1224 +#: utils/adt/acl.c:249 #, c-format -msgid "cannot use \"S\" twice" -msgstr "no se puede usar «S» dos veces" +msgid "unrecognized key word: \"%s\"" +msgstr "palabra clave no reconocida: «%s»" -#: utils/adt/formatting.c:1228 +#: utils/adt/acl.c:250 #, c-format -msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" -msgstr "no se puede usar «S» y «PL»/«MI»/«SG»/«PR» simultáneamente" +msgid "ACL key word must be \"group\" or \"user\"." +msgstr "Palabra clave de ACL debe ser «group» o «user»." -#: utils/adt/formatting.c:1248 +#: utils/adt/acl.c:255 #, c-format -msgid "cannot use \"S\" and \"MI\" together" -msgstr "no se puede usar «S» y «MI» simultáneamente" +msgid "missing name" +msgstr "falta un nombre" -#: utils/adt/formatting.c:1258 +#: utils/adt/acl.c:256 #, c-format -msgid "cannot use \"S\" and \"PL\" together" -msgstr "no se puede usar «S» y «PL» simultáneamente" +msgid "A name must follow the \"group\" or \"user\" key word." +msgstr "Debe venir un nombre después de una palabra clave «group» o «user»." -#: utils/adt/formatting.c:1268 +#: utils/adt/acl.c:262 #, c-format -msgid "cannot use \"S\" and \"SG\" together" -msgstr "no se puede usar «S» y «SG» simultáneamente" +msgid "missing \"=\" sign" +msgstr "falta un signo «=»" -#: utils/adt/formatting.c:1277 +#: utils/adt/acl.c:315 #, c-format -msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" -msgstr "no se puede usar «PR» y «S»/«PL»/«MI»/«SG» simultáneamente" +msgid "invalid mode character: must be one of \"%s\"" +msgstr "carácter de modo no válido: debe ser uno de «%s»" -#: utils/adt/formatting.c:1303 +#: utils/adt/acl.c:337 #, c-format -msgid "cannot use \"EEEE\" twice" -msgstr "no se puede usar «EEEE» dos veces" +msgid "a name must follow the \"/\" sign" +msgstr "debe venir un nombre después del signo «/»" -#: utils/adt/formatting.c:1309 +#: utils/adt/acl.c:345 #, c-format -msgid "\"EEEE\" is incompatible with other formats" -msgstr "«EEEE» es incompatible con otros formatos" +msgid "defaulting grantor to user ID %u" +msgstr "usando el cedente por omisión con ID %u" -#: utils/adt/formatting.c:1310 +#: utils/adt/acl.c:531 #, c-format -msgid "\"EEEE\" may only be used together with digit and decimal point patterns." -msgstr "«EEEE» sólo puede ser usado en conjunción con patrones de dígitos y puntos decimales." +msgid "ACL array contains wrong data type" +msgstr "el array ACL contiene tipo de datos incorrecto" -#: utils/adt/formatting.c:1394 +#: utils/adt/acl.c:535 #, c-format -msgid "invalid datetime format separator: \"%s\"" -msgstr "separador de formato «datetime» no válido: «%s»" +msgid "ACL arrays must be one-dimensional" +msgstr "los array de ACL debe ser unidimensional" -#: utils/adt/formatting.c:1521 +#: utils/adt/acl.c:539 #, c-format -msgid "\"%s\" is not a number" -msgstr "«%s» no es un número" +msgid "ACL arrays must not contain null values" +msgstr "los arrays de ACL no pueden contener valores nulos" -#: utils/adt/formatting.c:1599 +#: utils/adt/acl.c:563 #, c-format -msgid "case conversion failed: %s" -msgstr "falló la conversión de mayúsculas: %s" +msgid "extra garbage at the end of the ACL specification" +msgstr "basura extra al final de la especificación de la ACL" -#: utils/adt/formatting.c:1664 utils/adt/formatting.c:1788 -#: utils/adt/formatting.c:1913 +#: utils/adt/acl.c:1198 #, c-format -msgid "could not determine which collation to use for %s function" -msgstr "no se pudo determinar qué ordenamiento usar para la función %s" +msgid "grant options cannot be granted back to your own grantor" +msgstr "la opción de grant no puede ser otorgada de vuelta a quien la otorgó" -#: utils/adt/formatting.c:2285 +#: utils/adt/acl.c:1259 #, c-format -msgid "invalid combination of date conventions" -msgstr "combinacion invalida de convenciones de fecha" +msgid "dependent privileges exist" +msgstr "existen privilegios dependientes" -#: utils/adt/formatting.c:2286 +#: utils/adt/acl.c:1260 #, c-format -msgid "Do not mix Gregorian and ISO week date conventions in a formatting template." -msgstr " No mezclar convenciones de semana Gregorianas e ISO en una plantilla formateada" +msgid "Use CASCADE to revoke them too." +msgstr "Use CASCADE para revocarlos también." -#: utils/adt/formatting.c:2309 +#: utils/adt/acl.c:1514 #, c-format -msgid "conflicting values for \"%s\" field in formatting string" -msgstr "valores en conflicto para le campo \"%s\" en cadena de formato" +msgid "aclinsert is no longer supported" +msgstr "aclinsert ya no está soportado" -#: utils/adt/formatting.c:2312 +#: utils/adt/acl.c:1524 #, c-format -msgid "This value contradicts a previous setting for the same field type." -msgstr "Este valor se contradice con un seteo previo para el mismo tipo de campo" +msgid "aclremove is no longer supported" +msgstr "aclremove ya no está soportado" -#: utils/adt/formatting.c:2383 +#: utils/adt/acl.c:1610 utils/adt/acl.c:1664 #, c-format -msgid "source string too short for \"%s\" formatting field" -msgstr "cadena de texto fuente muy corta para campo formateado \"%s\" " +msgid "unrecognized privilege type: \"%s\"" +msgstr "tipo de privilegio no reconocido: «%s»" -#: utils/adt/formatting.c:2386 +#: utils/adt/acl.c:3446 utils/adt/regproc.c:101 utils/adt/regproc.c:277 #, c-format -msgid "Field requires %d characters, but only %d remain." -msgstr "El campo requiere %d caractéres, pero solo quedan %d." +msgid "function \"%s\" does not exist" +msgstr "no existe la función «%s»" -#: utils/adt/formatting.c:2389 utils/adt/formatting.c:2404 +#: utils/adt/acl.c:4898 #, c-format -msgid "If your source string is not fixed-width, try using the \"FM\" modifier." -msgstr "Si su cadena de texto no es de ancho modificado, trate de usar el modificador \"FM\" " +msgid "must be member of role \"%s\"" +msgstr "debe ser miembro del rol «%s»" -#: utils/adt/formatting.c:2399 utils/adt/formatting.c:2413 -#: utils/adt/formatting.c:2636 +#: utils/adt/array_expanded.c:274 utils/adt/arrayfuncs.c:936 +#: utils/adt/arrayfuncs.c:1544 utils/adt/arrayfuncs.c:3263 +#: utils/adt/arrayfuncs.c:3405 utils/adt/arrayfuncs.c:5980 +#: utils/adt/arrayfuncs.c:6321 utils/adt/arrayutils.c:94 +#: utils/adt/arrayutils.c:103 utils/adt/arrayutils.c:110 #, c-format -msgid "invalid value \"%s\" for \"%s\"" -msgstr "el valor «%s» no es válido para «%s»" +msgid "array size exceeds the maximum allowed (%d)" +msgstr "el tamaño del array excede el máximo permitido (%d)" -#: utils/adt/formatting.c:2401 +#: utils/adt/array_userfuncs.c:80 utils/adt/array_userfuncs.c:467 +#: utils/adt/array_userfuncs.c:547 utils/adt/json.c:645 utils/adt/json.c:740 +#: utils/adt/json.c:778 utils/adt/jsonb.c:1115 utils/adt/jsonb.c:1144 +#: utils/adt/jsonb.c:1538 utils/adt/jsonb.c:1702 utils/adt/jsonb.c:1712 #, c-format -msgid "Field requires %d characters, but only %d could be parsed." -msgstr "El campo requiere %d caracteres, pero sólo %d pudieron ser analizados." +msgid "could not determine input data type" +msgstr "no se pudo determinar el tipo de dato de entrada" -#: utils/adt/formatting.c:2415 +#: utils/adt/array_userfuncs.c:85 #, c-format -msgid "Value must be an integer." -msgstr "El valor debe ser un entero." +msgid "input data type is not an array" +msgstr "el tipo de entrada no es un array" -#: utils/adt/formatting.c:2420 +#: utils/adt/array_userfuncs.c:129 utils/adt/array_userfuncs.c:181 +#: utils/adt/float.c:1233 utils/adt/float.c:1307 utils/adt/float.c:4052 +#: utils/adt/float.c:4066 utils/adt/int.c:757 utils/adt/int.c:779 +#: utils/adt/int.c:793 utils/adt/int.c:807 utils/adt/int.c:838 +#: utils/adt/int.c:859 utils/adt/int.c:976 utils/adt/int.c:990 +#: utils/adt/int.c:1004 utils/adt/int.c:1037 utils/adt/int.c:1051 +#: utils/adt/int.c:1065 utils/adt/int.c:1096 utils/adt/int.c:1178 +#: utils/adt/int.c:1242 utils/adt/int.c:1310 utils/adt/int.c:1316 +#: utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 +#: utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 +#: utils/adt/varlena.c:3422 #, c-format -msgid "value for \"%s\" in source string is out of range" -msgstr "el valor para «%s» en la cadena de origen está fuera de rango" +msgid "integer out of range" +msgstr "entero fuera de rango" -#: utils/adt/formatting.c:2422 +#: utils/adt/array_userfuncs.c:136 utils/adt/array_userfuncs.c:191 #, c-format -msgid "Value must be in the range %d to %d." -msgstr "El valor debe estar en el rango de %d a %d." +msgid "argument must be empty or one-dimensional array" +msgstr "el argumento debe ser vacío o un array unidimensional" -#: utils/adt/formatting.c:2638 +#: utils/adt/array_userfuncs.c:273 utils/adt/array_userfuncs.c:312 +#: utils/adt/array_userfuncs.c:349 utils/adt/array_userfuncs.c:378 +#: utils/adt/array_userfuncs.c:406 #, c-format -msgid "The given value did not match any of the allowed values for this field." -msgstr "El valor dado no concuerda con ninguno de los valores permitidos para este campo." +msgid "cannot concatenate incompatible arrays" +msgstr "no se pueden concatenar arrays incompatibles" -#: utils/adt/formatting.c:2855 utils/adt/formatting.c:2875 -#: utils/adt/formatting.c:2895 utils/adt/formatting.c:2915 -#: utils/adt/formatting.c:2934 utils/adt/formatting.c:2953 -#: utils/adt/formatting.c:2977 utils/adt/formatting.c:2995 -#: utils/adt/formatting.c:3013 utils/adt/formatting.c:3031 -#: utils/adt/formatting.c:3048 utils/adt/formatting.c:3065 +#: utils/adt/array_userfuncs.c:274 #, c-format -msgid "localized string format value too long" -msgstr "cadena traducida en cadena de formato es demasiado larga" +msgid "Arrays with element types %s and %s are not compatible for concatenation." +msgstr "Los arrays con elementos de tipo %s y %s son incompatibles para la concatenación." -#: utils/adt/formatting.c:3342 +#: utils/adt/array_userfuncs.c:313 #, c-format -msgid "unmatched format separator \"%c\"" -msgstr "separador de formato «%c» desemparejado" +msgid "Arrays of %d and %d dimensions are not compatible for concatenation." +msgstr "Los arrays de dimesiones %d y %d son incompatibles para la concatenación." -#: utils/adt/formatting.c:3403 +#: utils/adt/array_userfuncs.c:350 #, c-format -msgid "unmatched format character \"%s\"" -msgstr "carácter de formato «%s» desemparejado" +msgid "Arrays with differing element dimensions are not compatible for concatenation." +msgstr "Los arrays con elementos de diferentes dimensiones son incompatibles para la concatenación." -#: utils/adt/formatting.c:3509 utils/adt/formatting.c:3853 +#: utils/adt/array_userfuncs.c:379 utils/adt/array_userfuncs.c:407 #, c-format -msgid "formatting field \"%s\" is only supported in to_char" -msgstr "el campo de formato «%s» sólo está soportado en to_char" +msgid "Arrays with differing dimensions are not compatible for concatenation." +msgstr "Los arrays con diferentes dimensiones son incompatibles para la concatenación." -#: utils/adt/formatting.c:3684 +#: utils/adt/array_userfuncs.c:663 utils/adt/array_userfuncs.c:815 #, c-format -msgid "invalid input string for \"Y,YYY\"" -msgstr "cadena de entrada no válida para «Y,YYY»" +msgid "searching for elements in multidimensional arrays is not supported" +msgstr "no está soportada la búsqueda de elementos en arrays multidimensionales" -#: utils/adt/formatting.c:3770 +#: utils/adt/array_userfuncs.c:687 #, c-format -msgid "input string is too short for datetime format" -msgstr "cadena de entrada muy corta para formato de fecha/hora" +msgid "initial position must not be null" +msgstr "la posición inicial no debe ser null" -#: utils/adt/formatting.c:3778 +#: utils/adt/arrayfuncs.c:271 utils/adt/arrayfuncs.c:285 +#: utils/adt/arrayfuncs.c:296 utils/adt/arrayfuncs.c:318 +#: utils/adt/arrayfuncs.c:333 utils/adt/arrayfuncs.c:347 +#: utils/adt/arrayfuncs.c:353 utils/adt/arrayfuncs.c:360 +#: utils/adt/arrayfuncs.c:493 utils/adt/arrayfuncs.c:509 +#: utils/adt/arrayfuncs.c:520 utils/adt/arrayfuncs.c:535 +#: utils/adt/arrayfuncs.c:556 utils/adt/arrayfuncs.c:586 +#: utils/adt/arrayfuncs.c:593 utils/adt/arrayfuncs.c:601 +#: utils/adt/arrayfuncs.c:635 utils/adt/arrayfuncs.c:658 +#: utils/adt/arrayfuncs.c:678 utils/adt/arrayfuncs.c:790 +#: utils/adt/arrayfuncs.c:799 utils/adt/arrayfuncs.c:829 +#: utils/adt/arrayfuncs.c:844 utils/adt/arrayfuncs.c:897 #, c-format -msgid "trailing characters remain in input string after datetime format" -msgstr "quedan caracteres al final de la cadena de entrada después del formato fecha/hora" +msgid "malformed array literal: \"%s\"" +msgstr "literal de array mal formado: «%s»" -#: utils/adt/formatting.c:4323 +#: utils/adt/arrayfuncs.c:272 #, c-format -msgid "missing time zone in input string for type timestamptz" -msgstr "falta el huso horario en la cadena de entrada para el tipo timestamptz" +msgid "\"[\" must introduce explicitly-specified array dimensions." +msgstr "Un «[» debe introducir dimensiones de array especificadas explícitamente." -#: utils/adt/formatting.c:4329 +#: utils/adt/arrayfuncs.c:286 #, c-format -msgid "timestamptz out of range" -msgstr "timestamptz fuera de rango" +msgid "Missing array dimension value." +msgstr "Falta un valor de dimensión de array." -#: utils/adt/formatting.c:4357 +#: utils/adt/arrayfuncs.c:297 utils/adt/arrayfuncs.c:334 #, c-format -msgid "datetime format is zoned but not timed" -msgstr "el formato de fecha/hora tiene huso horario pero no hora" +msgid "Missing \"%s\" after array dimensions." +msgstr "Falta «%s» luego de las dimensiones de array." -#: utils/adt/formatting.c:4409 +#: utils/adt/arrayfuncs.c:306 utils/adt/arrayfuncs.c:2910 +#: utils/adt/arrayfuncs.c:2942 utils/adt/arrayfuncs.c:2957 #, c-format -msgid "missing time zone in input string for type timetz" -msgstr "falta el huso horario en la cadena de entrada del tipo timetz" +msgid "upper bound cannot be less than lower bound" +msgstr "el límite superior no puede ser menor que el límite inferior" -#: utils/adt/formatting.c:4415 +#: utils/adt/arrayfuncs.c:319 #, c-format -msgid "timetz out of range" -msgstr "timetz fuera de rango" +msgid "Array value must start with \"{\" or dimension information." +msgstr "El valor de array debe comenzar con «{» o información de dimensión." -#: utils/adt/formatting.c:4441 +#: utils/adt/arrayfuncs.c:348 #, c-format -msgid "datetime format is not dated and not timed" -msgstr "el formato de fecha/hora no tiene fecha ni hora" +msgid "Array contents must start with \"{\"." +msgstr "El contenido del array debe empezar con «{»." -#: utils/adt/formatting.c:4574 +#: utils/adt/arrayfuncs.c:354 utils/adt/arrayfuncs.c:361 #, c-format -msgid "hour \"%d\" is invalid for the 12-hour clock" -msgstr "la hora «%d» no es válida para el reloj de 12 horas" +msgid "Specified array dimensions do not match array contents." +msgstr "Las dimensiones del array especificadas no coinciden con el contenido del array." -#: utils/adt/formatting.c:4576 +#: utils/adt/arrayfuncs.c:494 utils/adt/arrayfuncs.c:521 +#: utils/adt/multirangetypes.c:163 utils/adt/rangetypes.c:2310 +#: utils/adt/rangetypes.c:2318 utils/adt/rowtypes.c:211 +#: utils/adt/rowtypes.c:219 #, c-format -msgid "Use the 24-hour clock, or give an hour between 1 and 12." -msgstr "Use el reloj de 24 horas, o entregue una hora entre 1 y 12." +msgid "Unexpected end of input." +msgstr "Fin inesperado de la entrada." -#: utils/adt/formatting.c:4687 +#: utils/adt/arrayfuncs.c:510 utils/adt/arrayfuncs.c:557 +#: utils/adt/arrayfuncs.c:587 utils/adt/arrayfuncs.c:636 #, c-format -msgid "cannot calculate day of year without year information" -msgstr "no se puede calcular el día del año sin conocer el año" +msgid "Unexpected \"%c\" character." +msgstr "Carácter «%c» inesperado." -#: utils/adt/formatting.c:5606 +#: utils/adt/arrayfuncs.c:536 utils/adt/arrayfuncs.c:659 #, c-format -msgid "\"EEEE\" not supported for input" -msgstr "«EEEE» no está soportado en la entrada" +msgid "Unexpected array element." +msgstr "Elemento de array inesperado." -#: utils/adt/formatting.c:5618 +#: utils/adt/arrayfuncs.c:594 #, c-format -msgid "\"RN\" not supported for input" -msgstr "«RN» no está soportado en la entrada" +msgid "Unmatched \"%c\" character." +msgstr "Carácter «%c» desemparejado." -#: utils/adt/genfile.c:78 +#: utils/adt/arrayfuncs.c:602 utils/adt/jsonfuncs.c:2595 #, c-format -msgid "reference to parent directory (\"..\") not allowed" -msgstr "no se permiten referencias a directorios padre («..»)" +msgid "Multidimensional arrays must have sub-arrays with matching dimensions." +msgstr "Los arrays multidimensionales deben tener sub-arrays con dimensiones coincidentes." -#: utils/adt/genfile.c:89 -#, c-format -msgid "absolute path not allowed" -msgstr "no se permiten rutas absolutas" - -#: utils/adt/genfile.c:94 +#: utils/adt/arrayfuncs.c:679 utils/adt/multirangetypes.c:286 #, c-format -msgid "path must be in or below the current directory" -msgstr "la ruta debe estar en o debajo del directorio actual" +msgid "Junk after closing right brace." +msgstr "Basura después de la llave derecha de cierre." -#: utils/adt/genfile.c:119 utils/adt/oracle_compat.c:187 -#: utils/adt/oracle_compat.c:285 utils/adt/oracle_compat.c:833 -#: utils/adt/oracle_compat.c:1128 +#: utils/adt/arrayfuncs.c:1301 utils/adt/arrayfuncs.c:3371 +#: utils/adt/arrayfuncs.c:5884 #, c-format -msgid "requested length too large" -msgstr "el tamaño solicitado es demasiado grande" +msgid "invalid number of dimensions: %d" +msgstr "número incorrecto de dimensiones: %d" -#: utils/adt/genfile.c:136 +#: utils/adt/arrayfuncs.c:1312 #, c-format -msgid "could not seek in file \"%s\": %m" -msgstr "no se pudo posicionar (seek) el archivo «%s»: %m" +msgid "invalid array flags" +msgstr "opciones de array no válidas" -#: utils/adt/genfile.c:176 +#: utils/adt/arrayfuncs.c:1334 #, c-format -msgid "file length too large" -msgstr "el tamaño del archivo es demasiado grande" +msgid "binary data has array element type %u (%s) instead of expected %u (%s)" +msgstr "los datos binarios tienen el tipo de elemento de array %u (%s) en lugar del esperado %u (%s)" -#: utils/adt/genfile.c:253 +#: utils/adt/arrayfuncs.c:1378 utils/adt/multirangetypes.c:444 +#: utils/adt/rangetypes.c:333 utils/cache/lsyscache.c:2915 #, c-format -msgid "must be superuser to read files with adminpack 1.0" -msgstr "Debe ser superusuario leer archivos con adminpack 1.0." +msgid "no binary input function available for type %s" +msgstr "no hay una función binaria de entrada para el tipo %s" -#: utils/adt/geo_ops.c:979 utils/adt/geo_ops.c:1025 +#: utils/adt/arrayfuncs.c:1518 #, c-format -msgid "invalid line specification: A and B cannot both be zero" -msgstr "especificación de línea no válida: A y B no pueden ser ambos cero" +msgid "improper binary format in array element %d" +msgstr "el formato binario no es válido en elemento %d de array" -#: utils/adt/geo_ops.c:987 utils/adt/geo_ops.c:1097 +#: utils/adt/arrayfuncs.c:1599 utils/adt/multirangetypes.c:449 +#: utils/adt/rangetypes.c:338 utils/cache/lsyscache.c:2948 #, c-format -msgid "invalid line specification: must be two distinct points" -msgstr "especificación de línea no válida: deben ser dos puntos distintos" +msgid "no binary output function available for type %s" +msgstr "no hay una función binaria de salida para el tipo %s" -#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4366 -#: utils/adt/geo_ops.c:5260 +#: utils/adt/arrayfuncs.c:2078 #, c-format -msgid "too many points requested" -msgstr "se pidieron demasiados puntos" +msgid "slices of fixed-length arrays not implemented" +msgstr "no está implementada la obtención de segmentos de arrays de largo fijo" -#: utils/adt/geo_ops.c:1472 +#: utils/adt/arrayfuncs.c:2256 utils/adt/arrayfuncs.c:2278 +#: utils/adt/arrayfuncs.c:2327 utils/adt/arrayfuncs.c:2566 +#: utils/adt/arrayfuncs.c:2888 utils/adt/arrayfuncs.c:5870 +#: utils/adt/arrayfuncs.c:5896 utils/adt/arrayfuncs.c:5907 +#: utils/adt/json.c:1141 utils/adt/json.c:1216 utils/adt/jsonb.c:1316 +#: utils/adt/jsonb.c:1402 utils/adt/jsonfuncs.c:4429 utils/adt/jsonfuncs.c:4582 +#: utils/adt/jsonfuncs.c:4694 utils/adt/jsonfuncs.c:4743 #, c-format -msgid "invalid number of points in external \"path\" value" -msgstr "el número de puntos no es válido en el valor «path» externo" +msgid "wrong number of array subscripts" +msgstr "número incorrecto de subíndices del array" -#: utils/adt/geo_ops.c:2549 +#: utils/adt/arrayfuncs.c:2261 utils/adt/arrayfuncs.c:2369 +#: utils/adt/arrayfuncs.c:2633 utils/adt/arrayfuncs.c:2947 #, c-format -msgid "function \"dist_lb\" not implemented" -msgstr "la función «dist_lb» no está implementada" +msgid "array subscript out of range" +msgstr "subíndice de array fuera de rango" -#: utils/adt/geo_ops.c:2568 +#: utils/adt/arrayfuncs.c:2266 #, c-format -msgid "function \"dist_bl\" not implemented" -msgstr "la función «dist_bl» no está implementada" +msgid "cannot assign null value to an element of a fixed-length array" +msgstr "no se puede asignar un valor nulo a un elemento de un array de longitud fija" -#: utils/adt/geo_ops.c:2987 +#: utils/adt/arrayfuncs.c:2835 #, c-format -msgid "function \"close_sl\" not implemented" -msgstr "la función «close_sl» no está implementada" +msgid "updates on slices of fixed-length arrays not implemented" +msgstr "no están implementadas las actualizaciones en segmentos de arrays de largo fija" -#: utils/adt/geo_ops.c:3134 +#: utils/adt/arrayfuncs.c:2866 #, c-format -msgid "function \"close_lb\" not implemented" -msgstr "la función «close_lb» no está implementada" +msgid "array slice subscript must provide both boundaries" +msgstr "los subíndices del segmento de array deben especificar ambos bordes" -#: utils/adt/geo_ops.c:3545 +#: utils/adt/arrayfuncs.c:2867 #, c-format -msgid "invalid number of points in external \"polygon\" value" -msgstr "el número de puntos no es válido en «polygon» externo" +msgid "When assigning to a slice of an empty array value, slice boundaries must be fully specified." +msgstr "Cuando se asigna a un segmento de un array vacío, los bordes del segmento deben ser especificados completamente." -#: utils/adt/geo_ops.c:4081 +#: utils/adt/arrayfuncs.c:2878 utils/adt/arrayfuncs.c:2974 #, c-format -msgid "function \"poly_distance\" not implemented" -msgstr "la función «poly_distance» no está implementada" +msgid "source array too small" +msgstr "el array de origen es demasiado pequeño" -#: utils/adt/geo_ops.c:4458 +#: utils/adt/arrayfuncs.c:3529 #, c-format -msgid "function \"path_center\" not implemented" -msgstr "la función «path_center» no está implementada" +msgid "null array element not allowed in this context" +msgstr "los arrays con elementos null no son permitidos en este contexto" -#: utils/adt/geo_ops.c:4475 +#: utils/adt/arrayfuncs.c:3631 utils/adt/arrayfuncs.c:3802 +#: utils/adt/arrayfuncs.c:4192 #, c-format -msgid "open path cannot be converted to polygon" -msgstr "no se puede convertir un camino abierto en polygon" +msgid "cannot compare arrays of different element types" +msgstr "no se pueden comparar arrays con elementos de distintos tipos" -#: utils/adt/geo_ops.c:4725 +#: utils/adt/arrayfuncs.c:3980 utils/adt/multirangetypes.c:2742 +#: utils/adt/multirangetypes.c:2814 utils/adt/rangetypes.c:1343 +#: utils/adt/rangetypes.c:1407 utils/adt/rowtypes.c:1858 #, c-format -msgid "invalid radius in external \"circle\" value" -msgstr "el radio no es válido en el valor «circle» externo" +msgid "could not identify a hash function for type %s" +msgstr "no se pudo identificar una función de hash para el tipo %s" -#: utils/adt/geo_ops.c:5246 +#: utils/adt/arrayfuncs.c:4107 utils/adt/rowtypes.c:1979 #, c-format -msgid "cannot convert circle with radius zero to polygon" -msgstr "no se puede convertir un círculo de radio cero a polygon" +msgid "could not identify an extended hash function for type %s" +msgstr "no se pudo identificar una función de hash extendida para el tipo %s" -#: utils/adt/geo_ops.c:5251 +#: utils/adt/arrayfuncs.c:5284 #, c-format -msgid "must request at least 2 points" -msgstr "debe pedir al menos 2 puntos" +msgid "data type %s is not an array type" +msgstr "el tipo %s no es un array" -#: utils/adt/int.c:164 +#: utils/adt/arrayfuncs.c:5339 #, c-format -msgid "int2vector has too many elements" -msgstr "int2vector tiene demasiados elementos" +msgid "cannot accumulate null arrays" +msgstr "no se pueden acumular arrays nulos" -#: utils/adt/int.c:237 +#: utils/adt/arrayfuncs.c:5367 #, c-format -msgid "invalid int2vector data" -msgstr "datos de int2vector no válidos" +msgid "cannot accumulate empty arrays" +msgstr "no se pueden acumular arrays vacíos" -#: utils/adt/int.c:243 utils/adt/oid.c:215 utils/adt/oid.c:296 +#: utils/adt/arrayfuncs.c:5394 utils/adt/arrayfuncs.c:5400 #, c-format -msgid "oidvector has too many elements" -msgstr "el oidvector tiene demasiados elementos" +msgid "cannot accumulate arrays of different dimensionality" +msgstr "no se pueden acumular arrays de distinta dimensionalidad" -#: utils/adt/int.c:1508 utils/adt/int8.c:1446 utils/adt/numeric.c:1616 -#: utils/adt/timestamp.c:5787 utils/adt/timestamp.c:5867 +#: utils/adt/arrayfuncs.c:5768 utils/adt/arrayfuncs.c:5808 #, c-format -msgid "step size cannot equal zero" -msgstr "el tamaño de paso no puede ser cero" +msgid "dimension array or low bound array cannot be null" +msgstr "el array de dimensiones o el array de límites inferiores debe ser no nulo" -#: utils/adt/int8.c:534 utils/adt/int8.c:557 utils/adt/int8.c:571 -#: utils/adt/int8.c:585 utils/adt/int8.c:616 utils/adt/int8.c:640 -#: utils/adt/int8.c:722 utils/adt/int8.c:790 utils/adt/int8.c:796 -#: utils/adt/int8.c:822 utils/adt/int8.c:836 utils/adt/int8.c:860 -#: utils/adt/int8.c:873 utils/adt/int8.c:942 utils/adt/int8.c:956 -#: utils/adt/int8.c:970 utils/adt/int8.c:1001 utils/adt/int8.c:1023 -#: utils/adt/int8.c:1037 utils/adt/int8.c:1051 utils/adt/int8.c:1084 -#: utils/adt/int8.c:1098 utils/adt/int8.c:1112 utils/adt/int8.c:1143 -#: utils/adt/int8.c:1165 utils/adt/int8.c:1179 utils/adt/int8.c:1193 -#: utils/adt/int8.c:1355 utils/adt/int8.c:1390 utils/adt/numeric.c:4274 -#: utils/adt/varbit.c:1676 +#: utils/adt/arrayfuncs.c:5871 utils/adt/arrayfuncs.c:5897 #, c-format -msgid "bigint out of range" -msgstr "bigint fuera de rango" +msgid "Dimension array must be one dimensional." +msgstr "El array de dimensiones debe ser unidimensional." -#: utils/adt/int8.c:1403 +#: utils/adt/arrayfuncs.c:5876 utils/adt/arrayfuncs.c:5902 #, c-format -msgid "OID out of range" -msgstr "OID fuera de rango" +msgid "dimension values cannot be null" +msgstr "los valores de dimensión no pueden ser null" -#: utils/adt/json.c:271 utils/adt/jsonb.c:757 +#: utils/adt/arrayfuncs.c:5908 #, c-format -msgid "key value must be scalar, not array, composite, or json" -msgstr "el valor de llave debe ser escalar, no array, composite o json" +msgid "Low bound array has different size than dimensions array." +msgstr "El array de límites inferiores tiene tamaño diferente que el array de dimensiones." -#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:1992 +#: utils/adt/arrayfuncs.c:6186 #, c-format -msgid "could not determine data type for argument %d" -msgstr "no se pudo determinar el tipo de dato para el argumento %d" +msgid "removing elements from multidimensional arrays is not supported" +msgstr "la eliminación de elementos desde arrays multidimensionales no está soportada" -#: utils/adt/json.c:926 utils/adt/jsonb.c:1728 +#: utils/adt/arrayfuncs.c:6463 #, c-format -msgid "field name must not be null" -msgstr "el nombre de campo no debe ser null" +msgid "thresholds must be one-dimensional array" +msgstr "los umbrales deben ser un array unidimensional" -#: utils/adt/json.c:1010 utils/adt/jsonb.c:1178 +#: utils/adt/arrayfuncs.c:6468 #, c-format -msgid "argument list must have even number of elements" -msgstr "la lista de argumentos debe tener un número par de elementos" +msgid "thresholds array must not contain NULLs" +msgstr "el array de umbrales no debe contener nulos" -#. translator: %s is a SQL function name -#: utils/adt/json.c:1012 utils/adt/jsonb.c:1180 +#: utils/adt/arrayfuncs.c:6701 #, c-format -msgid "The arguments of %s must consist of alternating keys and values." -msgstr "El argumento de %s debe consistir de llaves y valores alternados." +msgid "number of elements to trim must be between 0 and %d" +msgstr "el número de elementos a recortar debe estar entre 0 y %d" -#: utils/adt/json.c:1028 +#: utils/adt/arraysubs.c:93 utils/adt/arraysubs.c:130 #, c-format -msgid "argument %d cannot be null" -msgstr "el argumento %d no puede ser null" +msgid "array subscript must have type integer" +msgstr "los subíndices de arrays deben tener tipo entero" -#: utils/adt/json.c:1029 +#: utils/adt/arraysubs.c:198 utils/adt/arraysubs.c:217 #, c-format -msgid "Object keys should be text." -msgstr "Las llaves de un objeto deben ser de texto." +msgid "array subscript in assignment must not be null" +msgstr "subíndice de array en asignación no puede ser nulo" -#: utils/adt/json.c:1135 utils/adt/jsonb.c:1310 +#: utils/adt/arrayutils.c:140 #, c-format -msgid "array must have two columns" -msgstr "un array debe tener dos columnas" +msgid "array lower bound is too large: %d" +msgstr "el límite inferior del array es demasiado grande: %d" -#: utils/adt/json.c:1159 utils/adt/json.c:1243 utils/adt/jsonb.c:1334 -#: utils/adt/jsonb.c:1429 +#: utils/adt/arrayutils.c:240 #, c-format -msgid "null value not allowed for object key" -msgstr "no se permite el valor nulo como llave en un objeto" +msgid "typmod array must be type cstring[]" +msgstr "el array de typmod debe ser de tipo cstring[]" -#: utils/adt/json.c:1232 utils/adt/jsonb.c:1418 +#: utils/adt/arrayutils.c:245 #, c-format -msgid "mismatched array dimensions" -msgstr "las dimensiones de array no coinciden" +msgid "typmod array must be one-dimensional" +msgstr "array de typmod debe ser unidimensional" -#: utils/adt/jsonb.c:287 +#: utils/adt/arrayutils.c:250 #, c-format -msgid "string too long to represent as jsonb string" -msgstr "la cadena es demasiado larga para representarla como cadena jsonb." +msgid "typmod array must not contain nulls" +msgstr "los arrays de typmod no deben contener valores nulos" -#: utils/adt/jsonb.c:288 +#: utils/adt/ascii.c:76 #, c-format -msgid "Due to an implementation restriction, jsonb strings cannot exceed %d bytes." -msgstr "Debido a una restricción de la implementación, las cadenas en jsonb no pueden exceder los %d bytes." +msgid "encoding conversion from %s to ASCII not supported" +msgstr "la conversión de codificación de %s a ASCII no está soportada" -#: utils/adt/jsonb.c:1193 -#, c-format -msgid "argument %d: key must not be null" -msgstr "argumento %d: la llave no puede ser null" - -#: utils/adt/jsonb.c:1781 +#. translator: first %s is inet or cidr +#: utils/adt/bool.c:153 utils/adt/cash.c:277 utils/adt/datetime.c:3802 +#: utils/adt/float.c:187 utils/adt/float.c:271 utils/adt/float.c:283 +#: utils/adt/float.c:400 utils/adt/float.c:485 utils/adt/float.c:501 +#: utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 +#: utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 +#: utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 +#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4660 +#: utils/adt/geo_ops.c:4675 utils/adt/geo_ops.c:4682 utils/adt/int8.c:126 +#: utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 +#: utils/adt/mac8.c:166 utils/adt/mac8.c:184 utils/adt/mac8.c:202 +#: utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 +#: utils/adt/numeric.c:713 utils/adt/numeric.c:6858 utils/adt/numeric.c:6882 +#: utils/adt/numeric.c:6906 utils/adt/numeric.c:7864 utils/adt/numutils.c:116 +#: utils/adt/numutils.c:126 utils/adt/numutils.c:170 utils/adt/numutils.c:246 +#: utils/adt/numutils.c:322 utils/adt/oid.c:44 utils/adt/oid.c:58 +#: utils/adt/oid.c:64 utils/adt/oid.c:86 utils/adt/pg_lsn.c:74 +#: utils/adt/tid.c:76 utils/adt/tid.c:84 utils/adt/tid.c:92 +#: utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:347 #, c-format -msgid "object keys must be strings" -msgstr "las llaves de un objeto deben ser cadenas" +msgid "invalid input syntax for type %s: \"%s\"" +msgstr "la sintaxis de entrada no es válida para tipo %s: «%s»" -#: utils/adt/jsonb.c:1944 +#: utils/adt/cash.c:215 utils/adt/cash.c:240 utils/adt/cash.c:250 +#: utils/adt/cash.c:290 utils/adt/int8.c:118 utils/adt/numutils.c:140 +#: utils/adt/numutils.c:147 utils/adt/numutils.c:240 utils/adt/numutils.c:316 +#: utils/adt/oid.c:70 utils/adt/oid.c:109 #, c-format -msgid "cannot cast jsonb null to type %s" -msgstr "no se puede convertir un null jsonb a tipo %s" +msgid "value \"%s\" is out of range for type %s" +msgstr "el valor «%s» está fuera de rango para el tipo %s" -#: utils/adt/jsonb.c:1945 +#: utils/adt/cash.c:652 utils/adt/cash.c:702 utils/adt/cash.c:753 +#: utils/adt/cash.c:802 utils/adt/cash.c:854 utils/adt/cash.c:904 +#: utils/adt/float.c:104 utils/adt/int.c:822 utils/adt/int.c:938 +#: utils/adt/int.c:1018 utils/adt/int.c:1080 utils/adt/int.c:1118 +#: utils/adt/int.c:1146 utils/adt/int8.c:600 utils/adt/int8.c:658 +#: utils/adt/int8.c:985 utils/adt/int8.c:1065 utils/adt/int8.c:1127 +#: utils/adt/int8.c:1207 utils/adt/numeric.c:3031 utils/adt/numeric.c:3054 +#: utils/adt/numeric.c:3139 utils/adt/numeric.c:3157 utils/adt/numeric.c:3253 +#: utils/adt/numeric.c:8413 utils/adt/numeric.c:8703 utils/adt/numeric.c:10348 +#: utils/adt/timestamp.c:3281 #, c-format -msgid "cannot cast jsonb string to type %s" -msgstr "no se puede convertir un string jsonb a tipo %s" +msgid "division by zero" +msgstr "división por cero" -#: utils/adt/jsonb.c:1946 +#: utils/adt/char.c:169 #, c-format -msgid "cannot cast jsonb numeric to type %s" -msgstr "no se puede convertir un numérico jsonb a tipo %s" +msgid "\"char\" out of range" +msgstr "«char» fuera de rango" -#: utils/adt/jsonb.c:1947 +#: utils/adt/date.c:62 utils/adt/timestamp.c:97 utils/adt/varbit.c:105 +#: utils/adt/varchar.c:48 #, c-format -msgid "cannot cast jsonb boolean to type %s" -msgstr "no se puede convertir un booleano jsonb a tipo %s" +msgid "invalid type modifier" +msgstr "el modificador de tipo no es válido" -#: utils/adt/jsonb.c:1948 +#: utils/adt/date.c:74 #, c-format -msgid "cannot cast jsonb array to type %s" -msgstr "no se puede convertir un array jsonb a tipo %s" +msgid "TIME(%d)%s precision must not be negative" +msgstr "la precisión de TIME(%d)%s no debe ser negativa" -#: utils/adt/jsonb.c:1949 +#: utils/adt/date.c:80 #, c-format -msgid "cannot cast jsonb object to type %s" -msgstr "no se puede convertir un objeto jsonb a tipo %s" +msgid "TIME(%d)%s precision reduced to maximum allowed, %d" +msgstr "la precisión de TIME(%d)%s fue reducida al máximo permitido, %d" -#: utils/adt/jsonb.c:1950 +#: utils/adt/date.c:159 utils/adt/date.c:167 utils/adt/formatting.c:4252 +#: utils/adt/formatting.c:4261 utils/adt/formatting.c:4367 +#: utils/adt/formatting.c:4377 #, c-format -msgid "cannot cast jsonb array or object to type %s" -msgstr "no se puede convertir un array u objeto jsonb a tipo %s" +msgid "date out of range: \"%s\"" +msgstr "fecha fuera de rango: «%s»" -#: utils/adt/jsonb_util.c:751 +#: utils/adt/date.c:214 utils/adt/date.c:525 utils/adt/date.c:549 +#: utils/adt/xml.c:2210 #, c-format -msgid "number of jsonb object pairs exceeds the maximum allowed (%zu)" -msgstr "el número de pares en objeto jsonb excede el máximo permitido (%zu)" +msgid "date out of range" +msgstr "fecha fuera de rango" -#: utils/adt/jsonb_util.c:792 +#: utils/adt/date.c:260 utils/adt/timestamp.c:580 #, c-format -msgid "number of jsonb array elements exceeds the maximum allowed (%zu)" -msgstr "el número de elementos del array jsonb excede el máximo permitido (%zu)" +msgid "date field value out of range: %d-%02d-%02d" +msgstr "valor en campo de fecha fuera de rango: %d-%02d-%02d" -#: utils/adt/jsonb_util.c:1666 utils/adt/jsonb_util.c:1686 +#: utils/adt/date.c:267 utils/adt/date.c:276 utils/adt/timestamp.c:586 #, c-format -msgid "total size of jsonb array elements exceeds the maximum of %u bytes" -msgstr "el tamaño total de los elementos del array jsonb excede el máximo de %u bytes" +msgid "date out of range: %d-%02d-%02d" +msgstr "fecha fuera de rango: %d-%02d-%02d" -#: utils/adt/jsonb_util.c:1747 utils/adt/jsonb_util.c:1782 -#: utils/adt/jsonb_util.c:1802 +#: utils/adt/date.c:500 #, c-format -msgid "total size of jsonb object elements exceeds the maximum of %u bytes" -msgstr "el tamaño total de los elementos del objeto jsonb excede el máximo de %u bytes" +msgid "cannot subtract infinite dates" +msgstr "no se pueden restar fechas infinitas" -#: utils/adt/jsonbsubs.c:70 utils/adt/jsonbsubs.c:151 +#: utils/adt/date.c:598 utils/adt/date.c:661 utils/adt/date.c:697 +#: utils/adt/date.c:2881 utils/adt/date.c:2891 #, c-format -msgid "jsonb subscript does not support slices" -msgstr "el subíndice jsonb no soporta segmentos" +msgid "date out of range for timestamp" +msgstr "fecha fuera de rango para timestamp" -#: utils/adt/jsonbsubs.c:103 utils/adt/jsonbsubs.c:117 +#: utils/adt/date.c:1127 utils/adt/date.c:1210 utils/adt/date.c:1226 #, c-format -msgid "subscript type %s is not supported" -msgstr "el tipo de subíndice %s no está soportado" +msgid "date units \"%s\" not supported" +msgstr "las unidades de «date» «%s» no están soportadas" -#: utils/adt/jsonbsubs.c:104 +#: utils/adt/date.c:1235 #, c-format -msgid "jsonb subscript must be coercible to only one type, integer or text." -msgstr "subíndice jsonb debe ser coercible solo para un tipo, integer o text." +msgid "date units \"%s\" not recognized" +msgstr "las unidades de «date» «%s» no son reconocidas" -#: utils/adt/jsonbsubs.c:118 +#: utils/adt/date.c:1318 utils/adt/date.c:1364 utils/adt/date.c:1920 +#: utils/adt/date.c:1951 utils/adt/date.c:1980 utils/adt/date.c:2844 +#: utils/adt/datetime.c:405 utils/adt/datetime.c:1700 +#: utils/adt/formatting.c:4109 utils/adt/formatting.c:4141 +#: utils/adt/formatting.c:4221 utils/adt/formatting.c:4343 utils/adt/json.c:418 +#: utils/adt/json.c:457 utils/adt/timestamp.c:224 utils/adt/timestamp.c:256 +#: utils/adt/timestamp.c:698 utils/adt/timestamp.c:707 +#: utils/adt/timestamp.c:785 utils/adt/timestamp.c:818 +#: utils/adt/timestamp.c:2860 utils/adt/timestamp.c:2881 +#: utils/adt/timestamp.c:2894 utils/adt/timestamp.c:2903 +#: utils/adt/timestamp.c:2911 utils/adt/timestamp.c:2966 +#: utils/adt/timestamp.c:2989 utils/adt/timestamp.c:3002 +#: utils/adt/timestamp.c:3013 utils/adt/timestamp.c:3021 +#: utils/adt/timestamp.c:3681 utils/adt/timestamp.c:3806 +#: utils/adt/timestamp.c:3896 utils/adt/timestamp.c:3986 +#: utils/adt/timestamp.c:4079 utils/adt/timestamp.c:4182 +#: utils/adt/timestamp.c:4684 utils/adt/timestamp.c:4958 +#: utils/adt/timestamp.c:5417 utils/adt/timestamp.c:5431 +#: utils/adt/timestamp.c:5436 utils/adt/timestamp.c:5450 +#: utils/adt/timestamp.c:5483 utils/adt/timestamp.c:5570 +#: utils/adt/timestamp.c:5611 utils/adt/timestamp.c:5615 +#: utils/adt/timestamp.c:5684 utils/adt/timestamp.c:5688 +#: utils/adt/timestamp.c:5702 utils/adt/timestamp.c:5736 utils/adt/xml.c:2232 +#: utils/adt/xml.c:2239 utils/adt/xml.c:2259 utils/adt/xml.c:2266 #, c-format -msgid "jsonb subscript must be coercible to either integer or text." -msgstr "subíndice jsonb debe ser coercible ya sea para integer o para text." +msgid "timestamp out of range" +msgstr "timestamp fuera de rango" -#: utils/adt/jsonbsubs.c:139 +#: utils/adt/date.c:1537 utils/adt/date.c:2339 utils/adt/formatting.c:4429 #, c-format -msgid "jsonb subscript must have text type" -msgstr "subíndice jsonb debe tener tipo text" +msgid "time out of range" +msgstr "hora fuera de rango" -#: utils/adt/jsonbsubs.c:207 +#: utils/adt/date.c:1589 utils/adt/timestamp.c:595 #, c-format -msgid "jsonb subscript in assignment must not be null" -msgstr "subíndice jsonb en asignación no puede ser nulo" +msgid "time field value out of range: %d:%02d:%02g" +msgstr "valor en campo de hora fuera de rango: %d:%02d:%02g" -#: utils/adt/jsonfuncs.c:555 utils/adt/jsonfuncs.c:791 -#: utils/adt/jsonfuncs.c:2473 utils/adt/jsonfuncs.c:2913 -#: utils/adt/jsonfuncs.c:3702 utils/adt/jsonfuncs.c:4032 +#: utils/adt/date.c:2109 utils/adt/date.c:2643 utils/adt/float.c:1047 +#: utils/adt/float.c:1123 utils/adt/int.c:614 utils/adt/int.c:661 +#: utils/adt/int.c:696 utils/adt/int8.c:499 utils/adt/numeric.c:2435 +#: utils/adt/timestamp.c:3330 utils/adt/timestamp.c:3361 +#: utils/adt/timestamp.c:3392 #, c-format -msgid "cannot call %s on a scalar" -msgstr "no se puede invocar %s en un escalar" +msgid "invalid preceding or following size in window function" +msgstr "tamaño «preceding» o «following» no válido en ventana deslizante" -#: utils/adt/jsonfuncs.c:560 utils/adt/jsonfuncs.c:778 -#: utils/adt/jsonfuncs.c:2915 utils/adt/jsonfuncs.c:3691 +#: utils/adt/date.c:2208 utils/adt/date.c:2224 #, c-format -msgid "cannot call %s on an array" -msgstr "no se puede invocar %s en un array" +msgid "\"time\" units \"%s\" not recognized" +msgstr "las unidades de «time» «%s» no son reconocidas" -#: utils/adt/jsonfuncs.c:617 jsonpath_scan.l:498 +#: utils/adt/date.c:2347 #, c-format -msgid "unsupported Unicode escape sequence" -msgstr "secuencia de escape Unicode no soportado" +msgid "time zone displacement out of range" +msgstr "desplazamiento de huso horario fuera de rango" -#: utils/adt/jsonfuncs.c:687 +#: utils/adt/date.c:2986 utils/adt/date.c:3006 #, c-format -msgid "JSON data, line %d: %s%s%s" -msgstr "Datos JSON, línea %d: %s%s%s" +msgid "\"time with time zone\" units \"%s\" not recognized" +msgstr "las unidades de «timestamp with time zone» «%s» no son reconocidas" -#: utils/adt/jsonfuncs.c:1825 utils/adt/jsonfuncs.c:1860 +#: utils/adt/date.c:3097 utils/adt/datetime.c:951 utils/adt/datetime.c:1858 +#: utils/adt/datetime.c:4648 utils/adt/timestamp.c:515 +#: utils/adt/timestamp.c:542 utils/adt/timestamp.c:4265 +#: utils/adt/timestamp.c:5442 utils/adt/timestamp.c:5694 #, c-format -msgid "cannot get array length of a scalar" -msgstr "no se puede obtener el largo de array de un escalar" +msgid "time zone \"%s\" not recognized" +msgstr "el huso horario «%s» no es reconocido" -#: utils/adt/jsonfuncs.c:1829 utils/adt/jsonfuncs.c:1848 +#: utils/adt/date.c:3129 utils/adt/timestamp.c:5472 utils/adt/timestamp.c:5725 #, c-format -msgid "cannot get array length of a non-array" -msgstr "no se puede obtener el largo de array de un no-array" +msgid "interval time zone \"%s\" must not include months or days" +msgstr "el intervalo de huso horario «%s» no debe especificar meses o días" -#: utils/adt/jsonfuncs.c:1925 +#: utils/adt/datetime.c:3775 utils/adt/datetime.c:3782 #, c-format -msgid "cannot call %s on a non-object" -msgstr "no se puede invocar %s en un no-objeto" +msgid "date/time field value out of range: \"%s\"" +msgstr "valor de hora/fecha fuera de rango: «%s»" -#: utils/adt/jsonfuncs.c:2164 +#: utils/adt/datetime.c:3784 #, c-format -msgid "cannot deconstruct an array as an object" -msgstr "no se puede desconstruir un array como un objeto" +msgid "Perhaps you need a different \"datestyle\" setting." +msgstr "Quizás necesite una configuración diferente de «datestyle»." -#: utils/adt/jsonfuncs.c:2176 +#: utils/adt/datetime.c:3789 #, c-format -msgid "cannot deconstruct a scalar" -msgstr "no se puede desconstruir un escalar" +msgid "interval field value out of range: \"%s\"" +msgstr "valor de interval fuera de rango: «%s»" -#: utils/adt/jsonfuncs.c:2222 +#: utils/adt/datetime.c:3795 #, c-format -msgid "cannot extract elements from a scalar" -msgstr "no se pueden extraer elementos de un escalar" +msgid "time zone displacement out of range: \"%s\"" +msgstr "desplazamiento de huso horario fuera de rango: «%s»" -#: utils/adt/jsonfuncs.c:2226 +#: utils/adt/datetime.c:4650 #, c-format -msgid "cannot extract elements from an object" -msgstr "no se pudo extraer elementos de un objeto" +msgid "This time zone name appears in the configuration file for time zone abbreviation \"%s\"." +msgstr "Este nombre de huso horario aparece en el archivo de configuración para abreviaciones de husos horarios «%s»." -#: utils/adt/jsonfuncs.c:2460 utils/adt/jsonfuncs.c:3917 +#: utils/adt/datum.c:90 utils/adt/datum.c:102 #, c-format -msgid "cannot call %s on a non-array" -msgstr "no se puede invocar %s en un no-array" +msgid "invalid Datum pointer" +msgstr "puntero a Datum no válido" -#: utils/adt/jsonfuncs.c:2530 utils/adt/jsonfuncs.c:2535 -#: utils/adt/jsonfuncs.c:2552 utils/adt/jsonfuncs.c:2558 +#: utils/adt/dbsize.c:754 utils/adt/dbsize.c:822 #, c-format -msgid "expected JSON array" -msgstr "se esperaba un array JSON" +msgid "invalid size: \"%s\"" +msgstr "tamaño no válido: «%s»" -#: utils/adt/jsonfuncs.c:2531 +#: utils/adt/dbsize.c:823 #, c-format -msgid "See the value of key \"%s\"." -msgstr "Vea el valor de la llave «%s»." +msgid "Invalid size unit: \"%s\"." +msgstr "Nombre de unidad de tamaño no válido: «%s»." -#: utils/adt/jsonfuncs.c:2553 +#: utils/adt/dbsize.c:824 #, c-format -msgid "See the array element %s of key \"%s\"." -msgstr "Vea el elemento %s de la llave «%s»." +msgid "Valid units are \"bytes\", \"kB\", \"MB\", \"GB\", and \"TB\"." +msgstr "Unidades válidas son «bytes«, «kB», «MB», «GB» y «TB»." -#: utils/adt/jsonfuncs.c:2559 +#: utils/adt/domains.c:92 #, c-format -msgid "See the array element %s." -msgstr "Veo el elemento de array %s." +msgid "type %s is not a domain" +msgstr "tipo «%s» no es un dominio" -#: utils/adt/jsonfuncs.c:2594 +#: utils/adt/encode.c:65 utils/adt/encode.c:113 #, c-format -msgid "malformed JSON array" -msgstr "array JSON mal formado" +msgid "unrecognized encoding: \"%s\"" +msgstr "no se reconoce la codificación: «%s»" -#. translator: %s is a function name, eg json_to_record -#: utils/adt/jsonfuncs.c:3421 +#: utils/adt/encode.c:79 #, c-format -msgid "first argument of %s must be a row type" -msgstr "el primer argumento de %s debe ser un tipo de registro" +msgid "result of encoding conversion is too large" +msgstr "el resultado de la conversión de codificación es demasiado grande" -#. translator: %s is a function name, eg json_to_record -#: utils/adt/jsonfuncs.c:3445 +#: utils/adt/encode.c:127 #, c-format -msgid "could not determine row type for result of %s" -msgstr "no se pudo determinar el tipo de dato para el resultado de %s" +msgid "result of decoding conversion is too large" +msgstr "el resultado de la conversión de decodificación es demasiado grande" -#: utils/adt/jsonfuncs.c:3447 +#: utils/adt/encode.c:186 #, c-format -msgid "Provide a non-null record argument, or call the function in the FROM clause using a column definition list." -msgstr "Provea un argumento de registro no-nulo, o invoque la función en la cláusula FROM usando una lista de definición de columnas." +msgid "invalid hexadecimal digit: \"%.*s\"" +msgstr "dígito hexadecimal no válido: «%.*s»" -#: utils/adt/jsonfuncs.c:3934 utils/adt/jsonfuncs.c:4014 +#: utils/adt/encode.c:216 #, c-format -msgid "argument of %s must be an array of objects" -msgstr "el argumento de %s debe ser un array de objetos" +msgid "invalid hexadecimal data: odd number of digits" +msgstr "el dato hexadecimal no es válido: tiene un número impar de dígitos" -#: utils/adt/jsonfuncs.c:3967 +#: utils/adt/encode.c:334 #, c-format -msgid "cannot call %s on an object" -msgstr "no se puede invocar %s en un objeto" +msgid "unexpected \"=\" while decoding base64 sequence" +msgstr "«=» inesperado mientras se decodificaba la secuencia base64" -#: utils/adt/jsonfuncs.c:4375 utils/adt/jsonfuncs.c:4434 -#: utils/adt/jsonfuncs.c:4514 +#: utils/adt/encode.c:346 #, c-format -msgid "cannot delete from scalar" -msgstr "no se puede eliminar de un escalar" +msgid "invalid symbol \"%.*s\" found while decoding base64 sequence" +msgstr "se encontró símbolo no válido «%.*s» al decodificar secuencia base64" -#: utils/adt/jsonfuncs.c:4519 +#: utils/adt/encode.c:367 #, c-format -msgid "cannot delete from object using integer index" -msgstr "no se puede eliminar de un objeto usando un índice numérico" +msgid "invalid base64 end sequence" +msgstr "secuencia de término base64 no válida" -#: utils/adt/jsonfuncs.c:4587 utils/adt/jsonfuncs.c:4748 +#: utils/adt/encode.c:368 #, c-format -msgid "cannot set path in scalar" -msgstr "no se puede definir una ruta en un escalar" +msgid "Input data is missing padding, is truncated, or is otherwise corrupted." +msgstr "A los datos de entrada les falta relleno, o están truncados, o están corruptos de alguna otra forma." -#: utils/adt/jsonfuncs.c:4629 utils/adt/jsonfuncs.c:4671 +#: utils/adt/enum.c:99 #, c-format -msgid "null_value_treatment must be \"delete_key\", \"return_target\", \"use_json_null\", or \"raise_exception\"" -msgstr "null_value_treatment debe ser «delete_key», «return_target», «use_json_null», o «raise_exception»" +msgid "unsafe use of new value \"%s\" of enum type %s" +msgstr "uso inseguro del nuevo valor «%s» del tipo enum %s" -#: utils/adt/jsonfuncs.c:4642 +#: utils/adt/enum.c:102 #, c-format -msgid "JSON value must not be null" -msgstr "valor JSON no debe ser null" +msgid "New enum values must be committed before they can be used." +msgstr "Los nuevos valores de enum deben estar comprometidos (committed) antes de que puedan usarse." -#: utils/adt/jsonfuncs.c:4643 +#: utils/adt/enum.c:120 utils/adt/enum.c:130 utils/adt/enum.c:188 +#: utils/adt/enum.c:198 #, c-format -msgid "Exception was raised because null_value_treatment is \"raise_exception\"." -msgstr "Una excepción fue lanzada porque null_value_treatment es «raise_exception»." +msgid "invalid input value for enum %s: \"%s\"" +msgstr "la sintaxis de entrada no es válida para el enum %s: «%s»" -#: utils/adt/jsonfuncs.c:4644 +#: utils/adt/enum.c:160 utils/adt/enum.c:226 utils/adt/enum.c:285 #, c-format -msgid "To avoid, either change the null_value_treatment argument or ensure that an SQL NULL is not passed." -msgstr "Para impedir esto, puede cambiar el argumento null_value_treatment o asegurarse que no se pase un nulo SQL." +msgid "invalid internal value for enum: %u" +msgstr "el valor interno no es válido para enum: %u" -#: utils/adt/jsonfuncs.c:4699 +#: utils/adt/enum.c:445 utils/adt/enum.c:474 utils/adt/enum.c:514 +#: utils/adt/enum.c:534 #, c-format -msgid "cannot delete path in scalar" -msgstr "no se puede eliminar una ruta en un escalar" +msgid "could not determine actual enum type" +msgstr "no se pudo determinar el tipo enum efectivo" -#: utils/adt/jsonfuncs.c:4915 +#: utils/adt/enum.c:453 utils/adt/enum.c:482 #, c-format -msgid "path element at position %d is null" -msgstr "el elemento en la posición %d de la ruta es null" +msgid "enum %s contains no values" +msgstr "el enum %s no contiene valores" -#: utils/adt/jsonfuncs.c:4934 utils/adt/jsonfuncs.c:4965 -#: utils/adt/jsonfuncs.c:5032 +#: utils/adt/float.c:88 #, c-format -msgid "cannot replace existing key" -msgstr "no se puede reemplazar una llave existente" +msgid "value out of range: overflow" +msgstr "valor fuera de rango: desbordamiento" -#: utils/adt/jsonfuncs.c:4935 utils/adt/jsonfuncs.c:4966 +#: utils/adt/float.c:96 #, c-format -msgid "The path assumes key is a composite object, but it is a scalar value." -msgstr "La ruta asume que la llave es un objeto compuesto, pero es un valor escalar." +msgid "value out of range: underflow" +msgstr "valor fuera de rango: desbordamiento por abajo" -#: utils/adt/jsonfuncs.c:5033 +#: utils/adt/float.c:265 #, c-format -msgid "Try using the function jsonb_set to replace key value." -msgstr "Intente usar la función jsonb_set para reemplazar el valor de la llave." +msgid "\"%s\" is out of range for type real" +msgstr "«%s» está fuera de rango para el tipo real" -#: utils/adt/jsonfuncs.c:5137 +#: utils/adt/float.c:477 #, c-format -msgid "path element at position %d is not an integer: \"%s\"" -msgstr "el elemento de ruta en la posición %d no es un entero: «%s»" +msgid "\"%s\" is out of range for type double precision" +msgstr "«%s» está fuera de rango para el tipo double precision" -#: utils/adt/jsonfuncs.c:5154 +#: utils/adt/float.c:1258 utils/adt/float.c:1332 utils/adt/int.c:334 +#: utils/adt/int.c:872 utils/adt/int.c:894 utils/adt/int.c:908 +#: utils/adt/int.c:922 utils/adt/int.c:954 utils/adt/int.c:1192 +#: utils/adt/int8.c:1320 utils/adt/numeric.c:4315 utils/adt/numeric.c:4320 #, c-format -msgid "path element at position %d is out of range: %d" -msgstr "el elemento de ruta en la posición %d está fuera de rango: %d" +msgid "smallint out of range" +msgstr "smallint fuera de rango" -#: utils/adt/jsonfuncs.c:5306 +#: utils/adt/float.c:1458 utils/adt/numeric.c:3549 utils/adt/numeric.c:9296 #, c-format -msgid "wrong flag type, only arrays and scalars are allowed" -msgstr "indicador de tipo errónea, sólo se permiten arrays y tipos escalares" +msgid "cannot take square root of a negative number" +msgstr "no se puede calcular la raíz cuadrada un de número negativo" -#: utils/adt/jsonfuncs.c:5313 +#: utils/adt/float.c:1526 utils/adt/numeric.c:3824 utils/adt/numeric.c:3936 #, c-format -msgid "flag array element is not a string" -msgstr "elemento del array de opciones no es un string" +msgid "zero raised to a negative power is undefined" +msgstr "cero elevado a una potencia negativa es indefinido" -#: utils/adt/jsonfuncs.c:5314 utils/adt/jsonfuncs.c:5336 +#: utils/adt/float.c:1530 utils/adt/numeric.c:3828 utils/adt/numeric.c:10201 #, c-format -msgid "Possible values are: \"string\", \"numeric\", \"boolean\", \"key\", and \"all\"." -msgstr "Los valores posibles son: «string», «numeric», «boolean», «key» y «all»." +msgid "a negative number raised to a non-integer power yields a complex result" +msgstr "un número negativo elevado a una potencia no positiva entrega un resultado complejo" -#: utils/adt/jsonfuncs.c:5334 +#: utils/adt/float.c:1706 utils/adt/float.c:1739 utils/adt/numeric.c:3736 +#: utils/adt/numeric.c:9974 #, c-format -msgid "wrong flag in flag array: \"%s\"" -msgstr "indicador erróneo en array de indicadores: «%s»" +msgid "cannot take logarithm of zero" +msgstr "no se puede calcular logaritmo de cero" -#: utils/adt/jsonpath.c:362 +#: utils/adt/float.c:1710 utils/adt/float.c:1743 utils/adt/numeric.c:3674 +#: utils/adt/numeric.c:3731 utils/adt/numeric.c:9978 #, c-format -msgid "@ is not allowed in root expressions" -msgstr "@ no es permitido en expresiones raíz" +msgid "cannot take logarithm of a negative number" +msgstr "no se puede calcular logaritmo de un número negativo" -#: utils/adt/jsonpath.c:368 +#: utils/adt/float.c:1776 utils/adt/float.c:1807 utils/adt/float.c:1902 +#: utils/adt/float.c:1929 utils/adt/float.c:1957 utils/adt/float.c:1984 +#: utils/adt/float.c:2131 utils/adt/float.c:2168 utils/adt/float.c:2338 +#: utils/adt/float.c:2394 utils/adt/float.c:2459 utils/adt/float.c:2516 +#: utils/adt/float.c:2707 utils/adt/float.c:2731 #, c-format -msgid "LAST is allowed only in array subscripts" -msgstr "LAST sólo está permitido en subíndices de array" +msgid "input is out of range" +msgstr "la entrada está fuera de rango" -#: utils/adt/jsonpath_exec.c:360 +#: utils/adt/float.c:2798 #, c-format -msgid "single boolean result is expected" -msgstr "se esperaba un único resultado booleano" +msgid "setseed parameter %g is out of allowed range [-1,1]" +msgstr "parámetro setseed %g fuera del rango permitido [-1,1]" -#: utils/adt/jsonpath_exec.c:556 +#: utils/adt/float.c:4030 utils/adt/numeric.c:1708 #, c-format -msgid "\"vars\" argument is not an object" -msgstr "el argumento «vars» no es un objeto" +msgid "count must be greater than zero" +msgstr "count debe ser mayor que cero" -#: utils/adt/jsonpath_exec.c:557 +#: utils/adt/float.c:4035 utils/adt/numeric.c:1719 #, c-format -msgid "Jsonpath parameters should be encoded as key-value pairs of \"vars\" object." -msgstr "Los parámetros jsonpath deben codificarse como pares llave-valor del objeto «vars»." +msgid "operand, lower bound, and upper bound cannot be NaN" +msgstr "el operando, límite inferior y límite superior no pueden ser NaN" -#: utils/adt/jsonpath_exec.c:674 +#: utils/adt/float.c:4041 utils/adt/numeric.c:1724 #, c-format -msgid "JSON object does not contain key \"%s\"" -msgstr "el objeto JSON no contiene la llave «%s»" +msgid "lower and upper bounds must be finite" +msgstr "los límites inferior y superior deben ser finitos" -#: utils/adt/jsonpath_exec.c:686 +#: utils/adt/float.c:4075 utils/adt/numeric.c:1738 #, c-format -msgid "jsonpath member accessor can only be applied to an object" -msgstr "el método de acceso a un miembro jsonpath sólo puede aplicarse a un objeto" +msgid "lower bound cannot equal upper bound" +msgstr "el límite superior no puede ser igual al límite inferior" -#: utils/adt/jsonpath_exec.c:715 +#: utils/adt/formatting.c:532 #, c-format -msgid "jsonpath wildcard array accessor can only be applied to an array" -msgstr "el método de acceso comodín de array jsonpath sólo puede aplicarse a un array" +msgid "invalid format specification for an interval value" +msgstr "especificación de formato no válida para un valor de interval" -#: utils/adt/jsonpath_exec.c:763 +#: utils/adt/formatting.c:533 #, c-format -msgid "jsonpath array subscript is out of bounds" -msgstr "subíndice de array jsonpath fuera de los bordes" +msgid "Intervals are not tied to specific calendar dates." +msgstr "Los Interval no están ... a valores determinados de fechas de calendario." -#: utils/adt/jsonpath_exec.c:820 +#: utils/adt/formatting.c:1157 #, c-format -msgid "jsonpath array accessor can only be applied to an array" -msgstr "el método de acceso de array jsonpath sólo puede aplicarse a un array" +msgid "\"EEEE\" must be the last pattern used" +msgstr "«EEEE» debe ser el último patrón usado" -#: utils/adt/jsonpath_exec.c:872 +#: utils/adt/formatting.c:1165 #, c-format -msgid "jsonpath wildcard member accessor can only be applied to an object" -msgstr "el método de acesso comodín de objeto jsonpath sólo puede aplicarse a un objeto" +msgid "\"9\" must be ahead of \"PR\"" +msgstr "«9» debe ir antes de «PR»" -#: utils/adt/jsonpath_exec.c:1002 +#: utils/adt/formatting.c:1181 #, c-format -msgid "jsonpath item method .%s() can only be applied to an array" -msgstr "el método de ítem jsonpath .%s() sólo puede aplicase a un array" +msgid "\"0\" must be ahead of \"PR\"" +msgstr "«0» debe ir antes de «PR»" -#: utils/adt/jsonpath_exec.c:1055 +#: utils/adt/formatting.c:1208 #, c-format -msgid "numeric argument of jsonpath item method .%s() is out of range for type double precision" -msgstr "el argumento numérico del método de item jsonpath .%s() está fuera de rango para el tipo de precisión doble" +msgid "multiple decimal points" +msgstr "hay múltiples puntos decimales" -#: utils/adt/jsonpath_exec.c:1076 +#: utils/adt/formatting.c:1212 utils/adt/formatting.c:1295 #, c-format -msgid "string argument of jsonpath item method .%s() is not a valid representation of a double precision number" -msgstr "el argumento cadena del método de item jsonpath .%s() no es una representación válida de un número de precisión doble" +msgid "cannot use \"V\" and decimal point together" +msgstr "no se puede usar «V» y un punto decimal simultáneamente" -#: utils/adt/jsonpath_exec.c:1089 +#: utils/adt/formatting.c:1224 #, c-format -msgid "jsonpath item method .%s() can only be applied to a string or numeric value" -msgstr "el método de ítem jsonpath .%s() sólo puede aplicarse a un valor numérico o de cadena" +msgid "cannot use \"S\" twice" +msgstr "no se puede usar «S» dos veces" -#: utils/adt/jsonpath_exec.c:1579 +#: utils/adt/formatting.c:1228 #, c-format -msgid "left operand of jsonpath operator %s is not a single numeric value" -msgstr "el operando izquiero del operador jsonpath %s no es un valor numérico escalar" +msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" +msgstr "no se puede usar «S» y «PL»/«MI»/«SG»/«PR» simultáneamente" -#: utils/adt/jsonpath_exec.c:1586 +#: utils/adt/formatting.c:1248 #, c-format -msgid "right operand of jsonpath operator %s is not a single numeric value" -msgstr "el operando derecho del operador jsonpath %s no es un valor numérico escalar" +msgid "cannot use \"S\" and \"MI\" together" +msgstr "no se puede usar «S» y «MI» simultáneamente" -#: utils/adt/jsonpath_exec.c:1654 +#: utils/adt/formatting.c:1258 #, c-format -msgid "operand of unary jsonpath operator %s is not a numeric value" -msgstr "el operando del operador jsonpath unario %s no es un valor numérico" +msgid "cannot use \"S\" and \"PL\" together" +msgstr "no se puede usar «S» y «PL» simultáneamente" -#: utils/adt/jsonpath_exec.c:1752 +#: utils/adt/formatting.c:1268 #, c-format -msgid "jsonpath item method .%s() can only be applied to a numeric value" -msgstr "el método de ítem jsonpath .%s() sólo puede aplicarse a un valor numérico" +msgid "cannot use \"S\" and \"SG\" together" +msgstr "no se puede usar «S» y «SG» simultáneamente" -#: utils/adt/jsonpath_exec.c:1792 +#: utils/adt/formatting.c:1277 #, c-format -msgid "jsonpath item method .%s() can only be applied to a string" -msgstr "el método de ítem jsonpath .%s() sólo puede aplicase a una cadena" +msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" +msgstr "no se puede usar «PR» y «S»/«PL»/«MI»/«SG» simultáneamente" -#: utils/adt/jsonpath_exec.c:1886 +#: utils/adt/formatting.c:1303 #, c-format -msgid "datetime format is not recognized: \"%s\"" -msgstr "el formato de fecha/hora no se reconoce: «%s»" +msgid "cannot use \"EEEE\" twice" +msgstr "no se puede usar «EEEE» dos veces" -#: utils/adt/jsonpath_exec.c:1888 +#: utils/adt/formatting.c:1309 #, c-format -msgid "Use a datetime template argument to specify the input data format." -msgstr "Use un argumento de patrón fecha/hora para especificar el formato de entrada del dato." +msgid "\"EEEE\" is incompatible with other formats" +msgstr "«EEEE» es incompatible con otros formatos" -#: utils/adt/jsonpath_exec.c:1956 +#: utils/adt/formatting.c:1310 #, c-format -msgid "jsonpath item method .%s() can only be applied to an object" -msgstr "el método de ítem jsonpath .%s() sólo puede ser aplicado a un objeto" +msgid "\"EEEE\" may only be used together with digit and decimal point patterns." +msgstr "«EEEE» sólo puede ser usado en conjunción con patrones de dígitos y puntos decimales." -#: utils/adt/jsonpath_exec.c:2138 +#: utils/adt/formatting.c:1394 #, c-format -msgid "could not find jsonpath variable \"%s\"" -msgstr "no se pudo encontrar la variable jsonpath «%s»" +msgid "invalid datetime format separator: \"%s\"" +msgstr "separador de formato «datetime» no válido: «%s»" -#: utils/adt/jsonpath_exec.c:2402 +#: utils/adt/formatting.c:1521 #, c-format -msgid "jsonpath array subscript is not a single numeric value" -msgstr "el subíndice de array jsonpath no es un único valor numérico" +msgid "\"%s\" is not a number" +msgstr "«%s» no es un número" -#: utils/adt/jsonpath_exec.c:2414 +#: utils/adt/formatting.c:1599 #, c-format -msgid "jsonpath array subscript is out of integer range" -msgstr "subíndice de array jsonpath fuera del rango entero" +msgid "case conversion failed: %s" +msgstr "falló la conversión de mayúsculas: %s" -#: utils/adt/jsonpath_exec.c:2591 +#: utils/adt/formatting.c:1664 utils/adt/formatting.c:1788 +#: utils/adt/formatting.c:1913 #, c-format -msgid "cannot convert value from %s to %s without time zone usage" -msgstr "no se puede convertir el valor de %s a %s sin uso de huso horario" +msgid "could not determine which collation to use for %s function" +msgstr "no se pudo determinar qué ordenamiento usar para la función %s" -#: utils/adt/jsonpath_exec.c:2593 +#: utils/adt/formatting.c:2285 #, c-format -msgid "Use *_tz() function for time zone support." -msgstr "Utilice una función *_tz() para el soporte de huso horario." +msgid "invalid combination of date conventions" +msgstr "combinacion invalida de convenciones de fecha" -#: utils/adt/levenshtein.c:133 +#: utils/adt/formatting.c:2286 #, c-format -msgid "levenshtein argument exceeds maximum length of %d characters" -msgstr "el argumento levenshtein excede el largo máximo de %d caracteres" +msgid "Do not mix Gregorian and ISO week date conventions in a formatting template." +msgstr " No mezclar convenciones de semana Gregorianas e ISO en una plantilla formateada" -#: utils/adt/like.c:160 +#: utils/adt/formatting.c:2309 #, c-format -msgid "nondeterministic collations are not supported for LIKE" -msgstr "los ordenamientos no determinísticos no están soportados para LIKE" +msgid "conflicting values for \"%s\" field in formatting string" +msgstr "valores en conflicto para le campo \"%s\" en cadena de formato" -#: utils/adt/like.c:193 utils/adt/like_support.c:1002 +#: utils/adt/formatting.c:2312 #, c-format -msgid "could not determine which collation to use for ILIKE" -msgstr "no se pudo determinar qué ordenamiento (collation) usar para ILIKE" +msgid "This value contradicts a previous setting for the same field type." +msgstr "Este valor se contradice con un seteo previo para el mismo tipo de campo" -#: utils/adt/like.c:201 +#: utils/adt/formatting.c:2383 #, c-format -msgid "nondeterministic collations are not supported for ILIKE" -msgstr "los ordenamientos no determinísticos no están soportados para ILIKE" +msgid "source string too short for \"%s\" formatting field" +msgstr "cadena de texto fuente muy corta para campo formateado \"%s\" " -#: utils/adt/like_match.c:108 utils/adt/like_match.c:168 +#: utils/adt/formatting.c:2386 #, c-format -msgid "LIKE pattern must not end with escape character" -msgstr "el patrón de LIKE debe no terminar con un carácter de escape" +msgid "Field requires %d characters, but only %d remain." +msgstr "El campo requiere %d caractéres, pero solo quedan %d." -#: utils/adt/like_match.c:293 utils/adt/regexp.c:700 +#: utils/adt/formatting.c:2389 utils/adt/formatting.c:2404 #, c-format -msgid "invalid escape string" -msgstr "cadena de escape no válida" +msgid "If your source string is not fixed-width, try using the \"FM\" modifier." +msgstr "Si su cadena de texto no es de ancho modificado, trate de usar el modificador \"FM\" " -#: utils/adt/like_match.c:294 utils/adt/regexp.c:701 +#: utils/adt/formatting.c:2399 utils/adt/formatting.c:2413 +#: utils/adt/formatting.c:2636 #, c-format -msgid "Escape string must be empty or one character." -msgstr "La cadena de escape debe ser vacía o un carácter." +msgid "invalid value \"%s\" for \"%s\"" +msgstr "el valor «%s» no es válido para «%s»" -#: utils/adt/like_support.c:987 +#: utils/adt/formatting.c:2401 #, c-format -msgid "case insensitive matching not supported on type bytea" -msgstr "no está soportada la comparación insensible a mayúsculas en bytea" +msgid "Field requires %d characters, but only %d could be parsed." +msgstr "El campo requiere %d caracteres, pero sólo %d pudieron ser analizados." -#: utils/adt/like_support.c:1089 +#: utils/adt/formatting.c:2415 #, c-format -msgid "regular-expression matching not supported on type bytea" -msgstr "no está soportada la comparación con expresiones regulares en bytea" +msgid "Value must be an integer." +msgstr "El valor debe ser un entero." -#: utils/adt/mac.c:102 +#: utils/adt/formatting.c:2420 #, c-format -msgid "invalid octet value in \"macaddr\" value: \"%s\"" -msgstr "valor de octeto no válido en valor «macaddr»: «%s»" +msgid "value for \"%s\" in source string is out of range" +msgstr "el valor para «%s» en la cadena de origen está fuera de rango" -#: utils/adt/mac8.c:563 +#: utils/adt/formatting.c:2422 #, c-format -msgid "macaddr8 data out of range to convert to macaddr" -msgstr "datos macaddr8 fuera de rango para convertir a macaddr" +msgid "Value must be in the range %d to %d." +msgstr "El valor debe estar en el rango de %d a %d." -#: utils/adt/mac8.c:564 +#: utils/adt/formatting.c:2638 #, c-format -msgid "Only addresses that have FF and FE as values in the 4th and 5th bytes from the left, for example xx:xx:xx:ff:fe:xx:xx:xx, are eligible to be converted from macaddr8 to macaddr." -msgstr "Sólo las direcciones que tienen FF y FF como valores en el cuarto y quinto bytes desde la izquierda, por ejemplo xx:xx:xx:ff:fe:xx:xx:xx se pueden convertir de macaddr8 a macaddr." +msgid "The given value did not match any of the allowed values for this field." +msgstr "El valor dado no concuerda con ninguno de los valores permitidos para este campo." -#: utils/adt/mcxtfuncs.c:184 +#: utils/adt/formatting.c:2855 utils/adt/formatting.c:2875 +#: utils/adt/formatting.c:2895 utils/adt/formatting.c:2915 +#: utils/adt/formatting.c:2934 utils/adt/formatting.c:2953 +#: utils/adt/formatting.c:2977 utils/adt/formatting.c:2995 +#: utils/adt/formatting.c:3013 utils/adt/formatting.c:3031 +#: utils/adt/formatting.c:3048 utils/adt/formatting.c:3065 #, c-format -msgid "must be a superuser to log memory contexts" -msgstr "debe ser superusuario para registrar contextos de memoria" +msgid "localized string format value too long" +msgstr "cadena traducida en cadena de formato es demasiado larga" -#: utils/adt/misc.c:244 +#: utils/adt/formatting.c:3342 #, c-format -msgid "global tablespace never has databases" -msgstr "el tablespace global nunca tiene bases de datos" +msgid "unmatched format separator \"%c\"" +msgstr "separador de formato «%c» desemparejado" -#: utils/adt/misc.c:266 +#: utils/adt/formatting.c:3403 #, c-format -msgid "%u is not a tablespace OID" -msgstr "%u no es un OID de tablespace" - -#: utils/adt/misc.c:484 -msgid "unreserved" -msgstr "no reservado" - -#: utils/adt/misc.c:488 -msgid "unreserved (cannot be function or type name)" -msgstr "no reservado (no puede ser nombre de función o de tipo)" - -#: utils/adt/misc.c:492 -msgid "reserved (can be function or type name)" -msgstr "reservado (puede ser nombre de función o de tipo)" - -#: utils/adt/misc.c:496 -msgid "reserved" -msgstr "reservado" - -#: utils/adt/misc.c:507 -msgid "can be bare label" -msgstr "puede ser una etiqueta sola" +msgid "unmatched format character \"%s\"" +msgstr "carácter de formato «%s» desemparejado" -#: utils/adt/misc.c:512 -msgid "requires AS" -msgstr "requiere AS" +#: utils/adt/formatting.c:3509 utils/adt/formatting.c:3853 +#, c-format +msgid "formatting field \"%s\" is only supported in to_char" +msgstr "el campo de formato «%s» sólo está soportado en to_char" -#: utils/adt/misc.c:759 utils/adt/misc.c:773 utils/adt/misc.c:812 -#: utils/adt/misc.c:818 utils/adt/misc.c:824 utils/adt/misc.c:847 +#: utils/adt/formatting.c:3684 #, c-format -msgid "string is not a valid identifier: \"%s\"" -msgstr "la cadena no es un identificador válido: «%s»" +msgid "invalid input string for \"Y,YYY\"" +msgstr "cadena de entrada no válida para «Y,YYY»" -#: utils/adt/misc.c:761 +#: utils/adt/formatting.c:3770 #, c-format -msgid "String has unclosed double quotes." -msgstr "La cadena tiene comillas dobles sin cerrar." +msgid "input string is too short for datetime format" +msgstr "cadena de entrada muy corta para formato de fecha/hora" -#: utils/adt/misc.c:775 +#: utils/adt/formatting.c:3778 #, c-format -msgid "Quoted identifier must not be empty." -msgstr "El identificador en comillas no debe ser vacío." +msgid "trailing characters remain in input string after datetime format" +msgstr "quedan caracteres al final de la cadena de entrada después del formato fecha/hora" -#: utils/adt/misc.c:814 +#: utils/adt/formatting.c:4323 #, c-format -msgid "No valid identifier before \".\"." -msgstr "No hay un identificador válido antes de «.»." +msgid "missing time zone in input string for type timestamptz" +msgstr "falta el huso horario en la cadena de entrada para el tipo timestamptz" -#: utils/adt/misc.c:820 +#: utils/adt/formatting.c:4329 #, c-format -msgid "No valid identifier after \".\"." -msgstr "No hay un identificador válido después de «.»." +msgid "timestamptz out of range" +msgstr "timestamptz fuera de rango" -#: utils/adt/misc.c:878 +#: utils/adt/formatting.c:4357 #, c-format -msgid "log format \"%s\" is not supported" -msgstr "el formato de log «%s» no está soportado" +msgid "datetime format is zoned but not timed" +msgstr "el formato de fecha/hora tiene huso horario pero no hora" -#: utils/adt/misc.c:879 +#: utils/adt/formatting.c:4409 #, c-format -msgid "The supported log formats are \"stderr\" and \"csvlog\"." -msgstr "Los formatos de registro admitidos son \"stderr\" y \"csvlog\"." +msgid "missing time zone in input string for type timetz" +msgstr "falta el huso horario en la cadena de entrada del tipo timetz" -#: utils/adt/multirangetypes.c:148 utils/adt/multirangetypes.c:161 -#: utils/adt/multirangetypes.c:190 utils/adt/multirangetypes.c:260 -#: utils/adt/multirangetypes.c:284 +#: utils/adt/formatting.c:4415 #, c-format -msgid "malformed multirange literal: \"%s\"" -msgstr "literal de multirango mal formado: «%s»" +msgid "timetz out of range" +msgstr "timetz fuera de rango" -#: utils/adt/multirangetypes.c:150 +#: utils/adt/formatting.c:4441 #, c-format -msgid "Missing left brace." -msgstr "Falta llave izquierda." +msgid "datetime format is not dated and not timed" +msgstr "el formato de fecha/hora no tiene fecha ni hora" -#: utils/adt/multirangetypes.c:192 +#: utils/adt/formatting.c:4574 #, c-format -msgid "Expected range start." -msgstr "Se esperaba inicio de rango." +msgid "hour \"%d\" is invalid for the 12-hour clock" +msgstr "la hora «%d» no es válida para el reloj de 12 horas" -#: utils/adt/multirangetypes.c:262 +#: utils/adt/formatting.c:4576 #, c-format -msgid "Expected comma or end of multirange." -msgstr "Se esperaba una coma o el final del multirango." +msgid "Use the 24-hour clock, or give an hour between 1 and 12." +msgstr "Use el reloj de 24 horas, o entregue una hora entre 1 y 12." -#: utils/adt/multirangetypes.c:975 +#: utils/adt/formatting.c:4687 #, c-format -msgid "multiranges cannot be constructed from multidimensional arrays" -msgstr "no se puede construir multirangos a partir de arrays multidimensionales" +msgid "cannot calculate day of year without year information" +msgstr "no se puede calcular el día del año sin conocer el año" -#: utils/adt/multirangetypes.c:1001 +#: utils/adt/formatting.c:5606 #, c-format -msgid "multirange values cannot contain null members" -msgstr "valores de multirango no pueden contener miembros nulos" +msgid "\"EEEE\" not supported for input" +msgstr "«EEEE» no está soportado en la entrada" -#: utils/adt/multirangetypes.c:1349 +#: utils/adt/formatting.c:5618 #, c-format -msgid "range_agg must be called with a range" -msgstr "range_agg debe ser ejecutado con un rango" +msgid "\"RN\" not supported for input" +msgstr "«RN» no está soportado en la entrada" -#: utils/adt/multirangetypes.c:1420 +#: utils/adt/genfile.c:78 #, c-format -msgid "range_intersect_agg must be called with a multirange" -msgstr "range_intersect_agg debe ser ejecutado con un multirango" +msgid "reference to parent directory (\"..\") not allowed" +msgstr "no se permiten referencias a directorios padre («..»)" -#: utils/adt/network.c:111 +#: utils/adt/genfile.c:89 #, c-format -msgid "invalid cidr value: \"%s\"" -msgstr "valor cidr no válido: «%s»" +msgid "absolute path not allowed" +msgstr "no se permiten rutas absolutas" -#: utils/adt/network.c:112 utils/adt/network.c:242 +#: utils/adt/genfile.c:94 #, c-format -msgid "Value has bits set to right of mask." -msgstr "El valor tiene bits definidos a la derecha de la máscara" +msgid "path must be in or below the current directory" +msgstr "la ruta debe estar en o debajo del directorio actual" -#: utils/adt/network.c:153 utils/adt/network.c:1199 utils/adt/network.c:1224 -#: utils/adt/network.c:1249 +#: utils/adt/genfile.c:119 utils/adt/oracle_compat.c:187 +#: utils/adt/oracle_compat.c:285 utils/adt/oracle_compat.c:833 +#: utils/adt/oracle_compat.c:1128 #, c-format -msgid "could not format inet value: %m" -msgstr "no se pudo dar formato al valor inet: %m" +msgid "requested length too large" +msgstr "el tamaño solicitado es demasiado grande" -#. translator: %s is inet or cidr -#: utils/adt/network.c:210 +#: utils/adt/genfile.c:136 #, c-format -msgid "invalid address family in external \"%s\" value" -msgstr "familia de dirección no válida en valor «%s» externo" +msgid "could not seek in file \"%s\": %m" +msgstr "no se pudo posicionar (seek) el archivo «%s»: %m" -#. translator: %s is inet or cidr -#: utils/adt/network.c:217 +#: utils/adt/genfile.c:176 #, c-format -msgid "invalid bits in external \"%s\" value" -msgstr "bits no válidos en valor «%s» externo" +msgid "file length too large" +msgstr "el tamaño del archivo es demasiado grande" -#. translator: %s is inet or cidr -#: utils/adt/network.c:226 +#: utils/adt/genfile.c:253 #, c-format -msgid "invalid length in external \"%s\" value" -msgstr "largo no válido en valor «%s» externo" +msgid "must be superuser to read files with adminpack 1.0" +msgstr "Debe ser superusuario leer archivos con adminpack 1.0." -#: utils/adt/network.c:241 +#: utils/adt/geo_ops.c:979 utils/adt/geo_ops.c:1025 #, c-format -msgid "invalid external \"cidr\" value" -msgstr "valor externo «cidr» no válido" +msgid "invalid line specification: A and B cannot both be zero" +msgstr "especificación de línea no válida: A y B no pueden ser ambos cero" -#: utils/adt/network.c:337 utils/adt/network.c:360 +#: utils/adt/geo_ops.c:987 utils/adt/geo_ops.c:1097 #, c-format -msgid "invalid mask length: %d" -msgstr "largo de máscara no válido: %d" +msgid "invalid line specification: must be two distinct points" +msgstr "especificación de línea no válida: deben ser dos puntos distintos" -#: utils/adt/network.c:1267 +#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4369 +#: utils/adt/geo_ops.c:5263 #, c-format -msgid "could not format cidr value: %m" -msgstr "no se pudo dar formato al valor cidr: %m" +msgid "too many points requested" +msgstr "se pidieron demasiados puntos" -#: utils/adt/network.c:1500 +#: utils/adt/geo_ops.c:1472 #, c-format -msgid "cannot merge addresses from different families" -msgstr "no se pueden mezclar direcciones de familias diferentes" +msgid "invalid number of points in external \"path\" value" +msgstr "el número de puntos no es válido en el valor «path» externo" -#: utils/adt/network.c:1916 +#: utils/adt/geo_ops.c:2549 #, c-format -msgid "cannot AND inet values of different sizes" -msgstr "no se puede hacer AND entre valores inet de distintos tamaños" +msgid "function \"dist_lb\" not implemented" +msgstr "la función «dist_lb» no está implementada" -#: utils/adt/network.c:1948 +#: utils/adt/geo_ops.c:2568 #, c-format -msgid "cannot OR inet values of different sizes" -msgstr "no se puede hacer OR entre valores inet de distintos tamaños" +msgid "function \"dist_bl\" not implemented" +msgstr "la función «dist_bl» no está implementada" -#: utils/adt/network.c:2009 utils/adt/network.c:2085 +#: utils/adt/geo_ops.c:2987 #, c-format -msgid "result is out of range" -msgstr "el resultado está fuera de rango" +msgid "function \"close_sl\" not implemented" +msgstr "la función «close_sl» no está implementada" -#: utils/adt/network.c:2050 +#: utils/adt/geo_ops.c:3134 #, c-format -msgid "cannot subtract inet values of different sizes" -msgstr "no se puede sustraer valores inet de distintos tamaños" +msgid "function \"close_lb\" not implemented" +msgstr "la función «close_lb» no está implementada" -#: utils/adt/numeric.c:967 +#: utils/adt/geo_ops.c:3545 #, c-format -msgid "invalid sign in external \"numeric\" value" -msgstr "el signo no es válido en el valor «numeric» externo" +msgid "invalid number of points in external \"polygon\" value" +msgstr "el número de puntos no es válido en «polygon» externo" -#: utils/adt/numeric.c:973 +#: utils/adt/geo_ops.c:4084 #, c-format -msgid "invalid scale in external \"numeric\" value" -msgstr "la escala no es válida en el valor «numeric» externo" +msgid "function \"poly_distance\" not implemented" +msgstr "la función «poly_distance» no está implementada" -#: utils/adt/numeric.c:982 +#: utils/adt/geo_ops.c:4461 #, c-format -msgid "invalid digit in external \"numeric\" value" -msgstr "hay un dígito no válido en el valor «numeric» externo" +msgid "function \"path_center\" not implemented" +msgstr "la función «path_center» no está implementada" -#: utils/adt/numeric.c:1195 utils/adt/numeric.c:1209 +#: utils/adt/geo_ops.c:4478 #, c-format -msgid "NUMERIC precision %d must be between 1 and %d" -msgstr "la precisión %d de NUMERIC debe estar entre 1 y %d" +msgid "open path cannot be converted to polygon" +msgstr "no se puede convertir un camino abierto en polygon" -#: utils/adt/numeric.c:1200 +#: utils/adt/geo_ops.c:4728 #, c-format -msgid "NUMERIC scale %d must be between 0 and precision %d" -msgstr "la escala de NUMERIC, %d, debe estar entre 0 y la precisión %d" +msgid "invalid radius in external \"circle\" value" +msgstr "el radio no es válido en el valor «circle» externo" -#: utils/adt/numeric.c:1218 +#: utils/adt/geo_ops.c:5249 #, c-format -msgid "invalid NUMERIC type modifier" -msgstr "modificador de tipo NUMERIC no es válido" +msgid "cannot convert circle with radius zero to polygon" +msgstr "no se puede convertir un círculo de radio cero a polygon" -#: utils/adt/numeric.c:1576 +#: utils/adt/geo_ops.c:5254 #, c-format -msgid "start value cannot be NaN" -msgstr "el valor de inicio no puede ser NaN" +msgid "must request at least 2 points" +msgstr "debe pedir al menos 2 puntos" -#: utils/adt/numeric.c:1580 +#: utils/adt/int.c:164 #, c-format -msgid "start value cannot be infinity" -msgstr "el valor de inicio no puede ser infinito" +msgid "int2vector has too many elements" +msgstr "int2vector tiene demasiados elementos" -#: utils/adt/numeric.c:1587 +#: utils/adt/int.c:237 #, c-format -msgid "stop value cannot be NaN" -msgstr "el valor de término no puede ser NaN" +msgid "invalid int2vector data" +msgstr "datos de int2vector no válidos" -#: utils/adt/numeric.c:1591 +#: utils/adt/int.c:243 utils/adt/oid.c:215 utils/adt/oid.c:296 #, c-format -msgid "stop value cannot be infinity" -msgstr "el valor de término no puede ser infinito" +msgid "oidvector has too many elements" +msgstr "el oidvector tiene demasiados elementos" -#: utils/adt/numeric.c:1604 +#: utils/adt/int.c:1508 utils/adt/int8.c:1446 utils/adt/numeric.c:1616 +#: utils/adt/timestamp.c:5787 utils/adt/timestamp.c:5867 #, c-format -msgid "step size cannot be NaN" -msgstr "el tamaño de paso no puede ser NaN" +msgid "step size cannot equal zero" +msgstr "el tamaño de paso no puede ser cero" -#: utils/adt/numeric.c:1608 +#: utils/adt/int8.c:534 utils/adt/int8.c:557 utils/adt/int8.c:571 +#: utils/adt/int8.c:585 utils/adt/int8.c:616 utils/adt/int8.c:640 +#: utils/adt/int8.c:722 utils/adt/int8.c:790 utils/adt/int8.c:796 +#: utils/adt/int8.c:822 utils/adt/int8.c:836 utils/adt/int8.c:860 +#: utils/adt/int8.c:873 utils/adt/int8.c:942 utils/adt/int8.c:956 +#: utils/adt/int8.c:970 utils/adt/int8.c:1001 utils/adt/int8.c:1023 +#: utils/adt/int8.c:1037 utils/adt/int8.c:1051 utils/adt/int8.c:1084 +#: utils/adt/int8.c:1098 utils/adt/int8.c:1112 utils/adt/int8.c:1143 +#: utils/adt/int8.c:1165 utils/adt/int8.c:1179 utils/adt/int8.c:1193 +#: utils/adt/int8.c:1355 utils/adt/int8.c:1390 utils/adt/numeric.c:4274 +#: utils/adt/varbit.c:1676 #, c-format -msgid "step size cannot be infinity" -msgstr "el tamaño de paso no puede ser infinito" +msgid "bigint out of range" +msgstr "bigint fuera de rango" -#: utils/adt/numeric.c:3489 +#: utils/adt/int8.c:1403 #, c-format -msgid "factorial of a negative number is undefined" -msgstr "el factorial de un número negativo es indefinido" +msgid "OID out of range" +msgstr "OID fuera de rango" -#: utils/adt/numeric.c:3499 utils/adt/numeric.c:6921 utils/adt/numeric.c:7394 -#: utils/adt/numeric.c:9771 utils/adt/numeric.c:10258 utils/adt/numeric.c:10384 -#: utils/adt/numeric.c:10457 +#: utils/adt/json.c:271 utils/adt/jsonb.c:757 #, c-format -msgid "value overflows numeric format" -msgstr "el valor excede el formato numeric" +msgid "key value must be scalar, not array, composite, or json" +msgstr "el valor de llave debe ser escalar, no array, composite o json" -#: utils/adt/numeric.c:4181 utils/adt/numeric.c:4261 utils/adt/numeric.c:4302 -#: utils/adt/numeric.c:4496 +#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:1992 #, c-format -msgid "cannot convert NaN to %s" -msgstr "no se puede convertir NaN a %s" +msgid "could not determine data type for argument %d" +msgstr "no se pudo determinar el tipo de dato para el argumento %d" -#: utils/adt/numeric.c:4185 utils/adt/numeric.c:4265 utils/adt/numeric.c:4306 -#: utils/adt/numeric.c:4500 +#: utils/adt/json.c:926 utils/adt/jsonb.c:1728 #, c-format -msgid "cannot convert infinity to %s" -msgstr "no se puede convertir infinito a %s" +msgid "field name must not be null" +msgstr "el nombre de campo no debe ser null" -#: utils/adt/numeric.c:4509 +#: utils/adt/json.c:1010 utils/adt/jsonb.c:1178 #, c-format -msgid "pg_lsn out of range" -msgstr "pg_lsn fuera de rango" +msgid "argument list must have even number of elements" +msgstr "la lista de argumentos debe tener un número par de elementos" -#: utils/adt/numeric.c:7478 utils/adt/numeric.c:7525 +#. translator: %s is a SQL function name +#: utils/adt/json.c:1012 utils/adt/jsonb.c:1180 #, c-format -msgid "numeric field overflow" -msgstr "desbordamiento de campo numeric" +msgid "The arguments of %s must consist of alternating keys and values." +msgstr "El argumento de %s debe consistir de llaves y valores alternados." -#: utils/adt/numeric.c:7479 +#: utils/adt/json.c:1028 #, c-format -msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d." -msgstr "Un campo con precisión %d, escala %d debe redondear a un valor absoluto menor que %s%d." +msgid "argument %d cannot be null" +msgstr "el argumento %d no puede ser null" -#: utils/adt/numeric.c:7526 +#: utils/adt/json.c:1029 #, c-format -msgid "A field with precision %d, scale %d cannot hold an infinite value." -msgstr "Un campo con precisión %d, escala %d no puede contener un valor infinito." +msgid "Object keys should be text." +msgstr "Las llaves de un objeto deben ser de texto." -#: utils/adt/numutils.c:154 +#: utils/adt/json.c:1135 utils/adt/jsonb.c:1310 #, c-format -msgid "value \"%s\" is out of range for 8-bit integer" -msgstr "el valor «%s» está fuera de rango para un entero de 8 bits" +msgid "array must have two columns" +msgstr "un array debe tener dos columnas" -#: utils/adt/oid.c:290 +#: utils/adt/json.c:1159 utils/adt/json.c:1243 utils/adt/jsonb.c:1334 +#: utils/adt/jsonb.c:1429 #, c-format -msgid "invalid oidvector data" -msgstr "datos de oidvector no válidos" +msgid "null value not allowed for object key" +msgstr "no se permite el valor nulo como llave en un objeto" -#: utils/adt/oracle_compat.c:970 +#: utils/adt/json.c:1232 utils/adt/jsonb.c:1418 #, c-format -msgid "requested character too large" -msgstr "el carácter solicitado es demasiado grande" +msgid "mismatched array dimensions" +msgstr "las dimensiones de array no coinciden" -#: utils/adt/oracle_compat.c:1020 utils/adt/oracle_compat.c:1082 +#: utils/adt/jsonb.c:287 #, c-format -msgid "requested character too large for encoding: %d" -msgstr "el carácter pedido es demasiado largo para el encoding: %d" +msgid "string too long to represent as jsonb string" +msgstr "la cadena es demasiado larga para representarla como cadena jsonb." -#: utils/adt/oracle_compat.c:1061 +#: utils/adt/jsonb.c:288 #, c-format -msgid "requested character not valid for encoding: %d" -msgstr "el carácter pedido no es válido para el encoding: %d" +msgid "Due to an implementation restriction, jsonb strings cannot exceed %d bytes." +msgstr "Debido a una restricción de la implementación, las cadenas en jsonb no pueden exceder los %d bytes." -#: utils/adt/oracle_compat.c:1075 +#: utils/adt/jsonb.c:1193 #, c-format -msgid "null character not permitted" -msgstr "el carácter nulo no está permitido" +msgid "argument %d: key must not be null" +msgstr "argumento %d: la llave no puede ser null" -#: utils/adt/orderedsetaggs.c:442 utils/adt/orderedsetaggs.c:546 -#: utils/adt/orderedsetaggs.c:684 +#: utils/adt/jsonb.c:1781 #, c-format -msgid "percentile value %g is not between 0 and 1" -msgstr "el valor de percentil %g no está entre 0 y 1" +msgid "object keys must be strings" +msgstr "las llaves de un objeto deben ser cadenas" -#: utils/adt/pg_locale.c:1228 +#: utils/adt/jsonb.c:1944 #, c-format -msgid "Apply system library package updates." -msgstr "Aplique actualizaciones de paquetes de bibliotecas del sistema." +msgid "cannot cast jsonb null to type %s" +msgstr "no se puede convertir un null jsonb a tipo %s" -#: utils/adt/pg_locale.c:1442 +#: utils/adt/jsonb.c:1945 #, c-format -msgid "could not create locale \"%s\": %m" -msgstr "no se pudo crear la configuración regional «%s»: %m" +msgid "cannot cast jsonb string to type %s" +msgstr "no se puede convertir un string jsonb a tipo %s" -#: utils/adt/pg_locale.c:1445 +#: utils/adt/jsonb.c:1946 #, c-format -msgid "The operating system could not find any locale data for the locale name \"%s\"." -msgstr "El sistema operativo no pudo encontrar datos de configuración regional para la configuración «%s»." +msgid "cannot cast jsonb numeric to type %s" +msgstr "no se puede convertir un numérico jsonb a tipo %s" -#: utils/adt/pg_locale.c:1547 +#: utils/adt/jsonb.c:1947 #, c-format -msgid "collations with different collate and ctype values are not supported on this platform" -msgstr "los ordenamientos (collation) con valores collate y ctype diferentes no están soportados en esta plataforma" +msgid "cannot cast jsonb boolean to type %s" +msgstr "no se puede convertir un booleano jsonb a tipo %s" -#: utils/adt/pg_locale.c:1556 +#: utils/adt/jsonb.c:1948 #, c-format -msgid "collation provider LIBC is not supported on this platform" -msgstr "el proveedor de ordenamientos LIBC no está soportado en esta plataforma" +msgid "cannot cast jsonb array to type %s" +msgstr "no se puede convertir un array jsonb a tipo %s" -#: utils/adt/pg_locale.c:1568 +#: utils/adt/jsonb.c:1949 #, c-format -msgid "collations with different collate and ctype values are not supported by ICU" -msgstr "los ordenamientos (collation) con valores collate y ctype diferentes no están soportados por ICU" +msgid "cannot cast jsonb object to type %s" +msgstr "no se puede convertir un objeto jsonb a tipo %s" -#: utils/adt/pg_locale.c:1574 utils/adt/pg_locale.c:1661 -#: utils/adt/pg_locale.c:1940 +#: utils/adt/jsonb.c:1950 #, c-format -msgid "could not open collator for locale \"%s\": %s" -msgstr "no se pudo abrir el «collator» para la configuración regional «%s»: %s" +msgid "cannot cast jsonb array or object to type %s" +msgstr "no se puede convertir un array u objeto jsonb a tipo %s" -#: utils/adt/pg_locale.c:1588 +#: utils/adt/jsonb_util.c:751 #, c-format -msgid "ICU is not supported in this build" -msgstr "ICU no está soportado en este servidor" +msgid "number of jsonb object pairs exceeds the maximum allowed (%zu)" +msgstr "el número de pares en objeto jsonb excede el máximo permitido (%zu)" -#: utils/adt/pg_locale.c:1609 +#: utils/adt/jsonb_util.c:792 #, c-format -msgid "collation \"%s\" has no actual version, but a version was specified" -msgstr "la extensión «%s» no tiene versión actual, pero se especificó una versión" +msgid "number of jsonb array elements exceeds the maximum allowed (%zu)" +msgstr "el número de elementos del array jsonb excede el máximo permitido (%zu)" -#: utils/adt/pg_locale.c:1616 +#: utils/adt/jsonb_util.c:1666 utils/adt/jsonb_util.c:1686 #, c-format -msgid "collation \"%s\" has version mismatch" -msgstr "el ordenamiento (collation) «%s» tiene una discordancia de versión" +msgid "total size of jsonb array elements exceeds the maximum of %u bytes" +msgstr "el tamaño total de los elementos del array jsonb excede el máximo de %u bytes" -#: utils/adt/pg_locale.c:1618 +#: utils/adt/jsonb_util.c:1747 utils/adt/jsonb_util.c:1782 +#: utils/adt/jsonb_util.c:1802 #, c-format -msgid "The collation in the database was created using version %s, but the operating system provides version %s." -msgstr "El ordenamiento en la base de datos fue creado usando la versión %s, pero el sistema operativo provee la versión %s." +msgid "total size of jsonb object elements exceeds the maximum of %u bytes" +msgstr "el tamaño total de los elementos del objeto jsonb excede el máximo de %u bytes" -#: utils/adt/pg_locale.c:1621 +#: utils/adt/jsonbsubs.c:70 utils/adt/jsonbsubs.c:151 #, c-format -msgid "Rebuild all objects affected by this collation and run ALTER COLLATION %s REFRESH VERSION, or build PostgreSQL with the right library version." -msgstr "Reconstruya todos los objetos afectados por este ordenamiento y ejecute ALTER COLLATION %s REFRESH VERSION, o construya PostgreSQL con la versión correcta de la biblioteca." +msgid "jsonb subscript does not support slices" +msgstr "el subíndice jsonb no soporta segmentos" -#: utils/adt/pg_locale.c:1692 +#: utils/adt/jsonbsubs.c:103 utils/adt/jsonbsubs.c:117 #, c-format -msgid "could not load locale \"%s\"" -msgstr "no se pudo cargar la configuración regional «%s»" +msgid "subscript type %s is not supported" +msgstr "el tipo de subíndice %s no está soportado" -#: utils/adt/pg_locale.c:1717 +#: utils/adt/jsonbsubs.c:104 #, c-format -msgid "could not get collation version for locale \"%s\": error code %lu" -msgstr "no se pudo obtener la versión de «collation» para la configuración regional «%s»: código de error %lu" +msgid "jsonb subscript must be coercible to only one type, integer or text." +msgstr "subíndice jsonb debe ser coercible solo para un tipo, integer o text." -#: utils/adt/pg_locale.c:1755 +#: utils/adt/jsonbsubs.c:118 #, c-format -msgid "encoding \"%s\" not supported by ICU" -msgstr "la codificación «%s» no estæ soportada por ICU" +msgid "jsonb subscript must be coercible to either integer or text." +msgstr "subíndice jsonb debe ser coercible ya sea para integer o para text." -#: utils/adt/pg_locale.c:1762 +#: utils/adt/jsonbsubs.c:139 #, c-format -msgid "could not open ICU converter for encoding \"%s\": %s" -msgstr "no se pudo abrir el conversor ICU para la codificación «%s»: %s" +msgid "jsonb subscript must have text type" +msgstr "subíndice jsonb debe tener tipo text" -#: utils/adt/pg_locale.c:1793 utils/adt/pg_locale.c:1802 -#: utils/adt/pg_locale.c:1831 utils/adt/pg_locale.c:1841 +#: utils/adt/jsonbsubs.c:207 #, c-format -msgid "%s failed: %s" -msgstr "%s falló: %s" +msgid "jsonb subscript in assignment must not be null" +msgstr "subíndice jsonb en asignación no puede ser nulo" -#: utils/adt/pg_locale.c:2113 +#: utils/adt/jsonfuncs.c:555 utils/adt/jsonfuncs.c:791 +#: utils/adt/jsonfuncs.c:2473 utils/adt/jsonfuncs.c:2913 +#: utils/adt/jsonfuncs.c:3702 utils/adt/jsonfuncs.c:4032 #, c-format -msgid "invalid multibyte character for locale" -msgstr "el carácter multibyte no es válido para esta configuración regional" +msgid "cannot call %s on a scalar" +msgstr "no se puede invocar %s en un escalar" -#: utils/adt/pg_locale.c:2114 +#: utils/adt/jsonfuncs.c:560 utils/adt/jsonfuncs.c:778 +#: utils/adt/jsonfuncs.c:2915 utils/adt/jsonfuncs.c:3691 #, c-format -msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding." -msgstr "La configuración regional LC_CTYPE del servidor es probablemente incompatible con la codificación de la base de datos." +msgid "cannot call %s on an array" +msgstr "no se puede invocar %s en un array" -#: utils/adt/pg_lsn.c:263 +#: utils/adt/jsonfuncs.c:687 #, c-format -msgid "cannot add NaN to pg_lsn" -msgstr "no se puede sumar NaN a bigint" +msgid "JSON data, line %d: %s%s%s" +msgstr "Datos JSON, línea %d: %s%s%s" -#: utils/adt/pg_lsn.c:297 +#: utils/adt/jsonfuncs.c:1825 utils/adt/jsonfuncs.c:1860 #, c-format -msgid "cannot subtract NaN from pg_lsn" -msgstr "no se puede restar NaN de pg_lsn" +msgid "cannot get array length of a scalar" +msgstr "no se puede obtener el largo de array de un escalar" -#: utils/adt/pg_upgrade_support.c:29 +#: utils/adt/jsonfuncs.c:1829 utils/adt/jsonfuncs.c:1848 #, c-format -msgid "function can only be called when server is in binary upgrade mode" -msgstr "la función sólo puede invocarse cuando el servidor está en modo de actualización binaria" +msgid "cannot get array length of a non-array" +msgstr "no se puede obtener el largo de array de un no-array" -#: utils/adt/pgstatfuncs.c:503 +#: utils/adt/jsonfuncs.c:1925 #, c-format -msgid "invalid command name: \"%s\"" -msgstr "nombre de orden no válido: «%s»" +msgid "cannot call %s on a non-object" +msgstr "no se puede invocar %s en un no-objeto" -#: utils/adt/pseudotypes.c:58 utils/adt/pseudotypes.c:92 +#: utils/adt/jsonfuncs.c:2164 #, c-format -msgid "cannot display a value of type %s" -msgstr "no se puede desplegar un valor de tipo %s" +msgid "cannot deconstruct an array as an object" +msgstr "no se puede desconstruir un array como un objeto" -#: utils/adt/pseudotypes.c:321 +#: utils/adt/jsonfuncs.c:2176 #, c-format -msgid "cannot accept a value of a shell type" -msgstr "no se puede aceptar un valor de un tipo inconcluso" +msgid "cannot deconstruct a scalar" +msgstr "no se puede desconstruir un escalar" -#: utils/adt/pseudotypes.c:331 +#: utils/adt/jsonfuncs.c:2222 #, c-format -msgid "cannot display a value of a shell type" -msgstr "no se puede desplegar un valor de un tipo inconcluso" +msgid "cannot extract elements from a scalar" +msgstr "no se pueden extraer elementos de un escalar" -#: utils/adt/rangetypes.c:404 +#: utils/adt/jsonfuncs.c:2226 #, c-format -msgid "range constructor flags argument must not be null" -msgstr "el argumento de opciones del constructor de rango no debe ser null" +msgid "cannot extract elements from an object" +msgstr "no se pudo extraer elementos de un objeto" -#: utils/adt/rangetypes.c:1003 +#: utils/adt/jsonfuncs.c:2460 utils/adt/jsonfuncs.c:3917 #, c-format -msgid "result of range difference would not be contiguous" -msgstr "el resultado de la diferencia de rangos no sería contiguo" +msgid "cannot call %s on a non-array" +msgstr "no se puede invocar %s en un no-array" -#: utils/adt/rangetypes.c:1064 +#: utils/adt/jsonfuncs.c:2530 utils/adt/jsonfuncs.c:2535 +#: utils/adt/jsonfuncs.c:2552 utils/adt/jsonfuncs.c:2558 #, c-format -msgid "result of range union would not be contiguous" -msgstr "el resultado de la unión de rangos no sería contiguo" +msgid "expected JSON array" +msgstr "se esperaba un array JSON" -#: utils/adt/rangetypes.c:1214 +#: utils/adt/jsonfuncs.c:2531 #, c-format -msgid "range_intersect_agg must be called with a range" -msgstr "range_intersect_agg debe ser ejecutado con un rango" +msgid "See the value of key \"%s\"." +msgstr "Vea el valor de la llave «%s»." -#: utils/adt/rangetypes.c:1689 +#: utils/adt/jsonfuncs.c:2553 #, c-format -msgid "range lower bound must be less than or equal to range upper bound" -msgstr "el límite inferior del rango debe ser menor o igual al límite superior del rango" +msgid "See the array element %s of key \"%s\"." +msgstr "Vea el elemento %s de la llave «%s»." -#: utils/adt/rangetypes.c:2112 utils/adt/rangetypes.c:2125 -#: utils/adt/rangetypes.c:2139 +#: utils/adt/jsonfuncs.c:2559 #, c-format -msgid "invalid range bound flags" -msgstr "opciones de bordes de rango no válidas" +msgid "See the array element %s." +msgstr "Veo el elemento de array %s." -#: utils/adt/rangetypes.c:2113 utils/adt/rangetypes.c:2126 -#: utils/adt/rangetypes.c:2140 +#: utils/adt/jsonfuncs.c:2594 #, c-format -msgid "Valid values are \"[]\", \"[)\", \"(]\", and \"()\"." -msgstr "Los valores aceptables son «[]», «[)», «(]» y «()»." +msgid "malformed JSON array" +msgstr "array JSON mal formado" -#: utils/adt/rangetypes.c:2205 utils/adt/rangetypes.c:2222 -#: utils/adt/rangetypes.c:2235 utils/adt/rangetypes.c:2253 -#: utils/adt/rangetypes.c:2264 utils/adt/rangetypes.c:2308 -#: utils/adt/rangetypes.c:2316 +#. translator: %s is a function name, eg json_to_record +#: utils/adt/jsonfuncs.c:3421 #, c-format -msgid "malformed range literal: \"%s\"" -msgstr "literal de rango mal formado: «%s»" +msgid "first argument of %s must be a row type" +msgstr "el primer argumento de %s debe ser un tipo de registro" -#: utils/adt/rangetypes.c:2207 +#. translator: %s is a function name, eg json_to_record +#: utils/adt/jsonfuncs.c:3445 #, c-format -msgid "Junk after \"empty\" key word." -msgstr "Basura a continuación de la palabra «empty»." +msgid "could not determine row type for result of %s" +msgstr "no se pudo determinar el tipo de dato para el resultado de %s" -#: utils/adt/rangetypes.c:2224 +#: utils/adt/jsonfuncs.c:3447 #, c-format -msgid "Missing left parenthesis or bracket." -msgstr "Falta paréntesis o corchete izquierdo." +msgid "Provide a non-null record argument, or call the function in the FROM clause using a column definition list." +msgstr "Provea un argumento de registro no-nulo, o invoque la función en la cláusula FROM usando una lista de definición de columnas." -#: utils/adt/rangetypes.c:2237 +#: utils/adt/jsonfuncs.c:3934 utils/adt/jsonfuncs.c:4014 #, c-format -msgid "Missing comma after lower bound." -msgstr "Coma faltante después del límite inferior." +msgid "argument of %s must be an array of objects" +msgstr "el argumento de %s debe ser un array de objetos" -#: utils/adt/rangetypes.c:2255 +#: utils/adt/jsonfuncs.c:3967 #, c-format -msgid "Too many commas." -msgstr "Demasiadas comas." +msgid "cannot call %s on an object" +msgstr "no se puede invocar %s en un objeto" -#: utils/adt/rangetypes.c:2266 +#: utils/adt/jsonfuncs.c:4375 utils/adt/jsonfuncs.c:4434 +#: utils/adt/jsonfuncs.c:4514 #, c-format -msgid "Junk after right parenthesis or bracket." -msgstr "Basura después del paréntesis o corchete derecho." +msgid "cannot delete from scalar" +msgstr "no se puede eliminar de un escalar" -#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4553 +#: utils/adt/jsonfuncs.c:4519 #, c-format -msgid "regular expression failed: %s" -msgstr "la expresión regular falló: %s" +msgid "cannot delete from object using integer index" +msgstr "no se puede eliminar de un objeto usando un índice numérico" -#: utils/adt/regexp.c:426 +#: utils/adt/jsonfuncs.c:4587 utils/adt/jsonfuncs.c:4748 #, c-format -msgid "invalid regular expression option: \"%.*s\"" -msgstr "opción de expresión regular no válida: «%.*s»" +msgid "cannot set path in scalar" +msgstr "no se puede definir una ruta en un escalar" -#: utils/adt/regexp.c:836 +#: utils/adt/jsonfuncs.c:4629 utils/adt/jsonfuncs.c:4671 #, c-format -msgid "SQL regular expression may not contain more than two escape-double-quote separators" -msgstr "la expresión regular SQL no puede contener más de dos separadores escape-comilla doble" +msgid "null_value_treatment must be \"delete_key\", \"return_target\", \"use_json_null\", or \"raise_exception\"" +msgstr "null_value_treatment debe ser «delete_key», «return_target», «use_json_null», o «raise_exception»" -#. translator: %s is a SQL function name -#: utils/adt/regexp.c:981 utils/adt/regexp.c:1363 utils/adt/regexp.c:1418 +#: utils/adt/jsonfuncs.c:4642 #, c-format -msgid "%s does not support the \"global\" option" -msgstr "%s no soporta la opción «global»" +msgid "JSON value must not be null" +msgstr "valor JSON no debe ser null" -#: utils/adt/regexp.c:983 +#: utils/adt/jsonfuncs.c:4643 #, c-format -msgid "Use the regexp_matches function instead." -msgstr "En su lugar, utilice la función regexp_matches." +msgid "Exception was raised because null_value_treatment is \"raise_exception\"." +msgstr "Una excepción fue lanzada porque null_value_treatment es «raise_exception»." -#: utils/adt/regexp.c:1165 +#: utils/adt/jsonfuncs.c:4644 #, c-format -msgid "too many regular expression matches" -msgstr "demasiadas coincidencias de la expresión regular" +msgid "To avoid, either change the null_value_treatment argument or ensure that an SQL NULL is not passed." +msgstr "Para impedir esto, puede cambiar el argumento null_value_treatment o asegurarse que no se pase un nulo SQL." -#: utils/adt/regproc.c:105 +#: utils/adt/jsonfuncs.c:4699 #, c-format -msgid "more than one function named \"%s\"" -msgstr "existe más de una función llamada «%s»" +msgid "cannot delete path in scalar" +msgstr "no se puede eliminar una ruta en un escalar" -#: utils/adt/regproc.c:543 +#: utils/adt/jsonfuncs.c:4915 #, c-format -msgid "more than one operator named %s" -msgstr "existe más de un operador llamado %s" +msgid "path element at position %d is null" +msgstr "el elemento en la posición %d de la ruta es null" -#: utils/adt/regproc.c:710 utils/adt/regproc.c:751 gram.y:8188 +#: utils/adt/jsonfuncs.c:4934 utils/adt/jsonfuncs.c:4965 +#: utils/adt/jsonfuncs.c:5032 #, c-format -msgid "missing argument" -msgstr "falta un argumento" +msgid "cannot replace existing key" +msgstr "no se puede reemplazar una llave existente" -#: utils/adt/regproc.c:711 utils/adt/regproc.c:752 gram.y:8189 +#: utils/adt/jsonfuncs.c:4935 utils/adt/jsonfuncs.c:4966 #, c-format -msgid "Use NONE to denote the missing argument of a unary operator." -msgstr "Use NONE para denotar el argumento faltante de un operador unario." +msgid "The path assumes key is a composite object, but it is a scalar value." +msgstr "La ruta asume que la llave es un objeto compuesto, pero es un valor escalar." -#: utils/adt/regproc.c:715 utils/adt/regproc.c:756 utils/adt/regproc.c:2055 -#: utils/adt/ruleutils.c:9769 utils/adt/ruleutils.c:9938 +#: utils/adt/jsonfuncs.c:5033 #, c-format -msgid "too many arguments" -msgstr "demasiados argumentos" +msgid "Try using the function jsonb_set to replace key value." +msgstr "Intente usar la función jsonb_set para reemplazar el valor de la llave." -#: utils/adt/regproc.c:716 utils/adt/regproc.c:757 +#: utils/adt/jsonfuncs.c:5137 #, c-format -msgid "Provide two argument types for operator." -msgstr "Provea dos tipos de argumento para un operador." +msgid "path element at position %d is not an integer: \"%s\"" +msgstr "el elemento de ruta en la posición %d no es un entero: «%s»" -#: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 -#: utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 -#: utils/adt/varlena.c:3702 utils/adt/varlena.c:3707 +#: utils/adt/jsonfuncs.c:5154 #, c-format -msgid "invalid name syntax" -msgstr "la sintaxis de nombre no es válida" +msgid "path element at position %d is out of range: %d" +msgstr "el elemento de ruta en la posición %d está fuera de rango: %d" -#: utils/adt/regproc.c:1953 +#: utils/adt/jsonfuncs.c:5306 #, c-format -msgid "expected a left parenthesis" -msgstr "se esperaba un paréntesis izquierdo" +msgid "wrong flag type, only arrays and scalars are allowed" +msgstr "indicador de tipo errónea, sólo se permiten arrays y tipos escalares" -#: utils/adt/regproc.c:1969 +#: utils/adt/jsonfuncs.c:5313 #, c-format -msgid "expected a right parenthesis" -msgstr "se esperaba un paréntesis derecho" +msgid "flag array element is not a string" +msgstr "elemento del array de opciones no es un string" -#: utils/adt/regproc.c:1988 +#: utils/adt/jsonfuncs.c:5314 utils/adt/jsonfuncs.c:5336 #, c-format -msgid "expected a type name" -msgstr "se esperaba un nombre de tipo" +msgid "Possible values are: \"string\", \"numeric\", \"boolean\", \"key\", and \"all\"." +msgstr "Los valores posibles son: «string», «numeric», «boolean», «key» y «all»." -#: utils/adt/regproc.c:2020 +#: utils/adt/jsonfuncs.c:5334 #, c-format -msgid "improper type name" -msgstr "el nombre de tipo no es válido" +msgid "wrong flag in flag array: \"%s\"" +msgstr "indicador erróneo en array de indicadores: «%s»" -#: utils/adt/ri_triggers.c:300 utils/adt/ri_triggers.c:1545 -#: utils/adt/ri_triggers.c:2530 +#: utils/adt/jsonpath.c:362 #, c-format -msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" -msgstr "inserción o actualización en la tabla «%s» viola la llave foránea «%s»" +msgid "@ is not allowed in root expressions" +msgstr "@ no es permitido en expresiones raíz" -#: utils/adt/ri_triggers.c:303 utils/adt/ri_triggers.c:1548 +#: utils/adt/jsonpath.c:368 #, c-format -msgid "MATCH FULL does not allow mixing of null and nonnull key values." -msgstr "MATCH FULL no permite la mezcla de valores de clave nulos y no nulos." +msgid "LAST is allowed only in array subscripts" +msgstr "LAST sólo está permitido en subíndices de array" -#: utils/adt/ri_triggers.c:1965 +#: utils/adt/jsonpath_exec.c:360 #, c-format -msgid "function \"%s\" must be fired for INSERT" -msgstr "la función «%s» debe ser ejecutada en INSERT" +msgid "single boolean result is expected" +msgstr "se esperaba un único resultado booleano" -#: utils/adt/ri_triggers.c:1971 +#: utils/adt/jsonpath_exec.c:556 #, c-format -msgid "function \"%s\" must be fired for UPDATE" -msgstr "la función «%s» debe ser ejecutada en UPDATE" +msgid "\"vars\" argument is not an object" +msgstr "el argumento «vars» no es un objeto" -#: utils/adt/ri_triggers.c:1977 +#: utils/adt/jsonpath_exec.c:557 #, c-format -msgid "function \"%s\" must be fired for DELETE" -msgstr "la función «%s» debe ser ejecutada en DELETE" +msgid "Jsonpath parameters should be encoded as key-value pairs of \"vars\" object." +msgstr "Los parámetros jsonpath deben codificarse como pares llave-valor del objeto «vars»." -#: utils/adt/ri_triggers.c:2000 +#: utils/adt/jsonpath_exec.c:674 #, c-format -msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\"" -msgstr "no hay una entrada en pg_constraint para el trigger «%s» en tabla «%s»" +msgid "JSON object does not contain key \"%s\"" +msgstr "el objeto JSON no contiene la llave «%s»" -#: utils/adt/ri_triggers.c:2002 +#: utils/adt/jsonpath_exec.c:686 #, c-format -msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT." -msgstr "Elimine este trigger de integridad referencial y sus pares, y utilice ALTER TABLE ADD CONSTRAINT." +msgid "jsonpath member accessor can only be applied to an object" +msgstr "el método de acceso a un miembro jsonpath sólo puede aplicarse a un objeto" -#: utils/adt/ri_triggers.c:2032 gram.y:3933 +#: utils/adt/jsonpath_exec.c:715 #, c-format -msgid "MATCH PARTIAL not yet implemented" -msgstr "MATCH PARTIAL no está implementada" +msgid "jsonpath wildcard array accessor can only be applied to an array" +msgstr "el método de acceso comodín de array jsonpath sólo puede aplicarse a un array" -#: utils/adt/ri_triggers.c:2355 +#: utils/adt/jsonpath_exec.c:763 #, c-format -msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result" -msgstr "la consulta de integridad referencial en «%s» de la restricción «%s» en «%s» entregó un resultado inesperado" +msgid "jsonpath array subscript is out of bounds" +msgstr "subíndice de array jsonpath fuera de los bordes" -#: utils/adt/ri_triggers.c:2359 +#: utils/adt/jsonpath_exec.c:820 #, c-format -msgid "This is most likely due to a rule having rewritten the query." -msgstr "Esto probablemente es causado por una regla que reescribió la consulta." +msgid "jsonpath array accessor can only be applied to an array" +msgstr "el método de acceso de array jsonpath sólo puede aplicarse a un array" -#: utils/adt/ri_triggers.c:2520 +#: utils/adt/jsonpath_exec.c:872 #, c-format -msgid "removing partition \"%s\" violates foreign key constraint \"%s\"" -msgstr "eliminar la partición «%s» viola la llave foránea «%s»" +msgid "jsonpath wildcard member accessor can only be applied to an object" +msgstr "el método de acesso comodín de objeto jsonpath sólo puede aplicarse a un objeto" -#: utils/adt/ri_triggers.c:2523 utils/adt/ri_triggers.c:2548 +#: utils/adt/jsonpath_exec.c:1002 #, c-format -msgid "Key (%s)=(%s) is still referenced from table \"%s\"." -msgstr "La llave (%s)=(%s) todavía es referida desde la tabla «%s»." +msgid "jsonpath item method .%s() can only be applied to an array" +msgstr "el método de ítem jsonpath .%s() sólo puede aplicase a un array" -#: utils/adt/ri_triggers.c:2534 +#: utils/adt/jsonpath_exec.c:1055 #, c-format -msgid "Key (%s)=(%s) is not present in table \"%s\"." -msgstr "La llave (%s)=(%s) no está presente en la tabla «%s»." +msgid "numeric argument of jsonpath item method .%s() is out of range for type double precision" +msgstr "el argumento numérico del método de item jsonpath .%s() está fuera de rango para el tipo de precisión doble" -#: utils/adt/ri_triggers.c:2537 +#: utils/adt/jsonpath_exec.c:1076 #, c-format -msgid "Key is not present in table \"%s\"." -msgstr "La llave no está presente en la tabla «%s»." +msgid "string argument of jsonpath item method .%s() is not a valid representation of a double precision number" +msgstr "el argumento cadena del método de item jsonpath .%s() no es una representación válida de un número de precisión doble" -#: utils/adt/ri_triggers.c:2543 +#: utils/adt/jsonpath_exec.c:1089 #, c-format -msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\"" -msgstr "update o delete en «%s» viola la llave foránea «%s» en la tabla «%s»" +msgid "jsonpath item method .%s() can only be applied to a string or numeric value" +msgstr "el método de ítem jsonpath .%s() sólo puede aplicarse a un valor numérico o de cadena" -#: utils/adt/ri_triggers.c:2551 +#: utils/adt/jsonpath_exec.c:1579 #, c-format -msgid "Key is still referenced from table \"%s\"." -msgstr "La llave todavía es referida desde la tabla «%s»." +msgid "left operand of jsonpath operator %s is not a single numeric value" +msgstr "el operando izquiero del operador jsonpath %s no es un valor numérico escalar" -#: utils/adt/rowtypes.c:105 utils/adt/rowtypes.c:483 +#: utils/adt/jsonpath_exec.c:1586 #, c-format -msgid "input of anonymous composite types is not implemented" -msgstr "el ingreso de tipos compuestos anónimos no está implementado" +msgid "right operand of jsonpath operator %s is not a single numeric value" +msgstr "el operando derecho del operador jsonpath %s no es un valor numérico escalar" -#: utils/adt/rowtypes.c:157 utils/adt/rowtypes.c:186 utils/adt/rowtypes.c:209 -#: utils/adt/rowtypes.c:217 utils/adt/rowtypes.c:269 utils/adt/rowtypes.c:277 +#: utils/adt/jsonpath_exec.c:1654 #, c-format -msgid "malformed record literal: \"%s\"" -msgstr "literal de record mal formado: «%s»" +msgid "operand of unary jsonpath operator %s is not a numeric value" +msgstr "el operando del operador jsonpath unario %s no es un valor numérico" -#: utils/adt/rowtypes.c:158 +#: utils/adt/jsonpath_exec.c:1752 #, c-format -msgid "Missing left parenthesis." -msgstr "Falta paréntesis izquierdo." +msgid "jsonpath item method .%s() can only be applied to a numeric value" +msgstr "el método de ítem jsonpath .%s() sólo puede aplicarse a un valor numérico" -#: utils/adt/rowtypes.c:187 +#: utils/adt/jsonpath_exec.c:1792 #, c-format -msgid "Too few columns." -msgstr "Muy pocas columnas." +msgid "jsonpath item method .%s() can only be applied to a string" +msgstr "el método de ítem jsonpath .%s() sólo puede aplicase a una cadena" -#: utils/adt/rowtypes.c:270 +#: utils/adt/jsonpath_exec.c:1886 #, c-format -msgid "Too many columns." -msgstr "Demasiadas columnas." +msgid "datetime format is not recognized: \"%s\"" +msgstr "el formato de fecha/hora no se reconoce: «%s»" -#: utils/adt/rowtypes.c:278 +#: utils/adt/jsonpath_exec.c:1888 #, c-format -msgid "Junk after right parenthesis." -msgstr "Basura después del paréntesis derecho." +msgid "Use a datetime template argument to specify the input data format." +msgstr "Use un argumento de patrón fecha/hora para especificar el formato de entrada del dato." -#: utils/adt/rowtypes.c:532 +#: utils/adt/jsonpath_exec.c:1956 #, c-format -msgid "wrong number of columns: %d, expected %d" -msgstr "número de columnas erróneo: %d, se esperaban %d" +msgid "jsonpath item method .%s() can only be applied to an object" +msgstr "el método de ítem jsonpath .%s() sólo puede ser aplicado a un objeto" -#: utils/adt/rowtypes.c:574 +#: utils/adt/jsonpath_exec.c:2138 #, c-format -msgid "binary data has type %u (%s) instead of expected %u (%s) in record column %d" -msgstr "los datos binarios tienen tipo %u (%s) en lugar del esperado %u (%s) en columna de registro %d" +msgid "could not find jsonpath variable \"%s\"" +msgstr "no se pudo encontrar la variable jsonpath «%s»" -#: utils/adt/rowtypes.c:641 +#: utils/adt/jsonpath_exec.c:2402 #, c-format -msgid "improper binary format in record column %d" -msgstr "formato binario incorrecto en la columna record %d" +msgid "jsonpath array subscript is not a single numeric value" +msgstr "el subíndice de array jsonpath no es un único valor numérico" -#: utils/adt/rowtypes.c:932 utils/adt/rowtypes.c:1178 utils/adt/rowtypes.c:1436 -#: utils/adt/rowtypes.c:1682 +#: utils/adt/jsonpath_exec.c:2414 #, c-format -msgid "cannot compare dissimilar column types %s and %s at record column %d" -msgstr "no se pueden comparar los tipos de columnas disímiles %s y %s en la columna %d" +msgid "jsonpath array subscript is out of integer range" +msgstr "subíndice de array jsonpath fuera del rango entero" -#: utils/adt/rowtypes.c:1023 utils/adt/rowtypes.c:1248 -#: utils/adt/rowtypes.c:1533 utils/adt/rowtypes.c:1718 +#: utils/adt/jsonpath_exec.c:2591 #, c-format -msgid "cannot compare record types with different numbers of columns" -msgstr "no se pueden comparar registros con cantidad distinta de columnas" +msgid "cannot convert value from %s to %s without time zone usage" +msgstr "no se puede convertir el valor de %s a %s sin uso de huso horario" -#: utils/adt/ruleutils.c:5146 +#: utils/adt/jsonpath_exec.c:2593 #, c-format -msgid "rule \"%s\" has unsupported event type %d" -msgstr "la regla «%s» tiene el tipo de evento no soportado %d" +msgid "Use *_tz() function for time zone support." +msgstr "Utilice una función *_tz() para el soporte de huso horario." -#: utils/adt/timestamp.c:109 +#: utils/adt/levenshtein.c:133 #, c-format -msgid "TIMESTAMP(%d)%s precision must not be negative" -msgstr "la precisión de TIMESTAMP(%d)%s no debe ser negativa" +msgid "levenshtein argument exceeds maximum length of %d characters" +msgstr "el argumento levenshtein excede el largo máximo de %d caracteres" -#: utils/adt/timestamp.c:115 +#: utils/adt/like.c:160 #, c-format -msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d" -msgstr "la precisión de TIMESTAMP(%d)%s fue reducida al máximo permitido, %d" +msgid "nondeterministic collations are not supported for LIKE" +msgstr "los ordenamientos no determinísticos no están soportados para LIKE" -#: utils/adt/timestamp.c:178 utils/adt/timestamp.c:436 utils/misc/guc.c:12435 +#: utils/adt/like.c:193 utils/adt/like_support.c:1003 #, c-format -msgid "timestamp out of range: \"%s\"" -msgstr "timestamp fuera de rango: «%s»" +msgid "could not determine which collation to use for ILIKE" +msgstr "no se pudo determinar qué ordenamiento (collation) usar para ILIKE" -#: utils/adt/timestamp.c:374 +#: utils/adt/like.c:201 #, c-format -msgid "timestamp(%d) precision must be between %d and %d" -msgstr "la precisión de timestamp(%d) debe estar entre %d y %d" +msgid "nondeterministic collations are not supported for ILIKE" +msgstr "los ordenamientos no determinísticos no están soportados para ILIKE" -#: utils/adt/timestamp.c:498 +#: utils/adt/like_match.c:108 utils/adt/like_match.c:168 #, c-format -msgid "Numeric time zones must have \"-\" or \"+\" as first character." -msgstr "Los husos horarios numéricos deben tener «-» o «+» como su primer carácter." +msgid "LIKE pattern must not end with escape character" +msgstr "el patrón de LIKE debe no terminar con un carácter de escape" -#: utils/adt/timestamp.c:511 +#: utils/adt/like_match.c:293 utils/adt/regexp.c:700 #, c-format -msgid "numeric time zone \"%s\" out of range" -msgstr "huso horario numérico «%s» fuera de rango" +msgid "invalid escape string" +msgstr "cadena de escape no válida" -#: utils/adt/timestamp.c:607 utils/adt/timestamp.c:617 -#: utils/adt/timestamp.c:625 +#: utils/adt/like_match.c:294 utils/adt/regexp.c:701 #, c-format -msgid "timestamp out of range: %d-%02d-%02d %d:%02d:%02g" -msgstr "timestamp fuera de rango: %d-%02d-%02d %d:%02d:%02g" +msgid "Escape string must be empty or one character." +msgstr "La cadena de escape debe ser vacía o un carácter." -#: utils/adt/timestamp.c:726 +#: utils/adt/like_support.c:988 #, c-format -msgid "timestamp cannot be NaN" -msgstr "el timestamp no puede ser NaN" +msgid "case insensitive matching not supported on type bytea" +msgstr "no está soportada la comparación insensible a mayúsculas en bytea" -#: utils/adt/timestamp.c:744 utils/adt/timestamp.c:756 +#: utils/adt/like_support.c:1090 #, c-format -msgid "timestamp out of range: \"%g\"" -msgstr "timestamp fuera de rango: «%g»" +msgid "regular-expression matching not supported on type bytea" +msgstr "no está soportada la comparación con expresiones regulares en bytea" -#: utils/adt/timestamp.c:1068 utils/adt/timestamp.c:1101 +#: utils/adt/mac.c:102 #, c-format -msgid "invalid INTERVAL type modifier" -msgstr "modificador de tipo INTERVAL no válido" +msgid "invalid octet value in \"macaddr\" value: \"%s\"" +msgstr "valor de octeto no válido en valor «macaddr»: «%s»" -#: utils/adt/timestamp.c:1084 +#: utils/adt/mac8.c:563 #, c-format -msgid "INTERVAL(%d) precision must not be negative" -msgstr "la precisión de INTERVAL(%d) no debe ser negativa" +msgid "macaddr8 data out of range to convert to macaddr" +msgstr "datos macaddr8 fuera de rango para convertir a macaddr" -#: utils/adt/timestamp.c:1090 +#: utils/adt/mac8.c:564 #, c-format -msgid "INTERVAL(%d) precision reduced to maximum allowed, %d" -msgstr "la precisión de INTERVAL(%d) fue reducida al máximo permitido, %d" +msgid "Only addresses that have FF and FE as values in the 4th and 5th bytes from the left, for example xx:xx:xx:ff:fe:xx:xx:xx, are eligible to be converted from macaddr8 to macaddr." +msgstr "Sólo las direcciones que tienen FF y FF como valores en el cuarto y quinto bytes desde la izquierda, por ejemplo xx:xx:xx:ff:fe:xx:xx:xx se pueden convertir de macaddr8 a macaddr." -#: utils/adt/timestamp.c:1472 +#: utils/adt/mcxtfuncs.c:184 #, c-format -msgid "interval(%d) precision must be between %d and %d" -msgstr "la precisión de interval(%d) debe estar entre %d y %d" +msgid "must be a superuser to log memory contexts" +msgstr "debe ser superusuario para registrar contextos de memoria" -#: utils/adt/timestamp.c:2660 +#: utils/adt/misc.c:244 #, c-format -msgid "cannot subtract infinite timestamps" -msgstr "no se pueden restar timestamps infinitos" +msgid "global tablespace never has databases" +msgstr "el tablespace global nunca tiene bases de datos" -#: utils/adt/timestamp.c:3837 utils/adt/timestamp.c:4020 +#: utils/adt/misc.c:266 #, c-format -msgid "origin out of range" -msgstr "origen fuera de rango" +msgid "%u is not a tablespace OID" +msgstr "%u no es un OID de tablespace" -#: utils/adt/timestamp.c:3842 utils/adt/timestamp.c:4025 -#, c-format -msgid "timestamps cannot be binned into intervals containing months or years" -msgstr "no se puede aproximar (bin) timestamps hacia intervalos que contengan meses o años" +#: utils/adt/misc.c:484 +msgid "unreserved" +msgstr "no reservado" -#: utils/adt/timestamp.c:3849 utils/adt/timestamp.c:4032 -#, c-format -msgid "stride must be greater than zero" -msgstr "el intervalo de paso (stride) debe ser mayor que cero" +#: utils/adt/misc.c:488 +msgid "unreserved (cannot be function or type name)" +msgstr "no reservado (no puede ser nombre de función o de tipo)" -#: utils/adt/timestamp.c:3978 utils/adt/timestamp.c:4620 -#: utils/adt/timestamp.c:4820 utils/adt/timestamp.c:4867 -#, c-format -msgid "timestamp units \"%s\" not supported" -msgstr "las unidades de timestamp «%s» no están soportadas" +#: utils/adt/misc.c:492 +msgid "reserved (can be function or type name)" +msgstr "reservado (puede ser nombre de función o de tipo)" -#: utils/adt/timestamp.c:3992 utils/adt/timestamp.c:4574 -#: utils/adt/timestamp.c:4877 -#, c-format -msgid "timestamp units \"%s\" not recognized" -msgstr "las unidades de timestamp «%s» no son reconocidas" +#: utils/adt/misc.c:496 +msgid "reserved" +msgstr "reservado" -#: utils/adt/timestamp.c:4171 utils/adt/timestamp.c:4615 -#: utils/adt/timestamp.c:5091 utils/adt/timestamp.c:5139 -#, c-format -msgid "timestamp with time zone units \"%s\" not supported" -msgstr "las unidades de timestamp with time zone «%s» no están soportadas" +#: utils/adt/misc.c:507 +msgid "can be bare label" +msgstr "puede ser una etiqueta sola" -#: utils/adt/timestamp.c:4188 utils/adt/timestamp.c:4569 -#: utils/adt/timestamp.c:5148 -#, c-format -msgid "timestamp with time zone units \"%s\" not recognized" -msgstr "las unidades de timestamp with time zone «%s» no son reconocidas" +#: utils/adt/misc.c:512 +msgid "requires AS" +msgstr "requiere AS" -#: utils/adt/timestamp.c:4346 +#: utils/adt/misc.c:759 utils/adt/misc.c:773 utils/adt/misc.c:812 +#: utils/adt/misc.c:818 utils/adt/misc.c:824 utils/adt/misc.c:847 #, c-format -msgid "interval units \"%s\" not supported because months usually have fractional weeks" -msgstr "las unidades de intervalo «%s» no están soportadas porque los meses normalmente tienen semanas fraccionales" +msgid "string is not a valid identifier: \"%s\"" +msgstr "la cadena no es un identificador válido: «%s»" -#: utils/adt/timestamp.c:4352 utils/adt/timestamp.c:5271 +#: utils/adt/misc.c:761 #, c-format -msgid "interval units \"%s\" not supported" -msgstr "las unidades de interval «%s» no están soportadas" +msgid "String has unclosed double quotes." +msgstr "La cadena tiene comillas dobles sin cerrar." -#: utils/adt/timestamp.c:4368 utils/adt/timestamp.c:5338 +#: utils/adt/misc.c:775 #, c-format -msgid "interval units \"%s\" not recognized" -msgstr "las unidades de interval «%s» no son reconocidas" +msgid "Quoted identifier must not be empty." +msgstr "El identificador en comillas no debe ser vacío." -#: utils/adt/trigfuncs.c:42 +#: utils/adt/misc.c:814 #, c-format -msgid "suppress_redundant_updates_trigger: must be called as trigger" -msgstr "suppress_redundant_updates_trigger: debe ser invocado como trigger" +msgid "No valid identifier before \".\"." +msgstr "No hay un identificador válido antes de «.»." -#: utils/adt/trigfuncs.c:48 +#: utils/adt/misc.c:820 #, c-format -msgid "suppress_redundant_updates_trigger: must be called on update" -msgstr "suppress_redundant_updates_trigger: debe ser invocado en «UPDATE»" +msgid "No valid identifier after \".\"." +msgstr "No hay un identificador válido después de «.»." -#: utils/adt/trigfuncs.c:54 +#: utils/adt/misc.c:878 #, c-format -msgid "suppress_redundant_updates_trigger: must be called before update" -msgstr "suppress_redundant_updates_trigger: debe ser invocado «BEFORE UPDATE»" +msgid "log format \"%s\" is not supported" +msgstr "el formato de log «%s» no está soportado" -#: utils/adt/trigfuncs.c:60 +#: utils/adt/misc.c:879 #, c-format -msgid "suppress_redundant_updates_trigger: must be called for each row" -msgstr "suppress_redundant_updates_trigger: debe ser invocado «FOR EACH ROW»" +msgid "The supported log formats are \"stderr\" and \"csvlog\"." +msgstr "Los formatos de registro admitidos son \"stderr\" y \"csvlog\"." -#: utils/adt/tsgistidx.c:92 +#: utils/adt/multirangetypes.c:148 utils/adt/multirangetypes.c:161 +#: utils/adt/multirangetypes.c:190 utils/adt/multirangetypes.c:260 +#: utils/adt/multirangetypes.c:284 #, c-format -msgid "gtsvector_in not implemented" -msgstr "gtsvector_in no está implementado" +msgid "malformed multirange literal: \"%s\"" +msgstr "literal de multirango mal formado: «%s»" -#: utils/adt/tsquery.c:199 utils/adt/tsquery_op.c:124 +#: utils/adt/multirangetypes.c:150 #, c-format -msgid "distance in phrase operator must be an integer value between zero and %d inclusive" -msgstr "distancia en operador de frases debe ser un valor entero entre zero y %d inclusive" +msgid "Missing left brace." +msgstr "Falta llave izquierda." -#: utils/adt/tsquery.c:306 utils/adt/tsquery.c:691 -#: utils/adt/tsvector_parser.c:133 +#: utils/adt/multirangetypes.c:192 #, c-format -msgid "syntax error in tsquery: \"%s\"" -msgstr "error de sintaxis en tsquery: «%s»" +msgid "Expected range start." +msgstr "Se esperaba inicio de rango." -#: utils/adt/tsquery.c:330 +#: utils/adt/multirangetypes.c:262 #, c-format -msgid "no operand in tsquery: \"%s\"" -msgstr "no hay operando en tsquery: «%s»" +msgid "Expected comma or end of multirange." +msgstr "Se esperaba una coma o el final del multirango." -#: utils/adt/tsquery.c:534 +#: utils/adt/multirangetypes.c:975 #, c-format -msgid "value is too big in tsquery: \"%s\"" -msgstr "el valor es demasiado grande en tsquery: «%s»" +msgid "multiranges cannot be constructed from multidimensional arrays" +msgstr "no se puede construir multirangos a partir de arrays multidimensionales" -#: utils/adt/tsquery.c:539 +#: utils/adt/multirangetypes.c:1001 #, c-format -msgid "operand is too long in tsquery: \"%s\"" -msgstr "el operando es muy largo en tsquery: «%s»" +msgid "multirange values cannot contain null members" +msgstr "valores de multirango no pueden contener miembros nulos" -#: utils/adt/tsquery.c:567 +#: utils/adt/multirangetypes.c:1349 #, c-format -msgid "word is too long in tsquery: \"%s\"" -msgstr "palabra demasiado larga en tsquery: «%s»" +msgid "range_agg must be called with a range" +msgstr "range_agg debe ser ejecutado con un rango" -#: utils/adt/tsquery.c:835 +#: utils/adt/multirangetypes.c:1420 #, c-format -msgid "text-search query doesn't contain lexemes: \"%s\"" -msgstr "la consulta de búsqueda en texto no contiene lexemas: «%s»" +msgid "range_intersect_agg must be called with a multirange" +msgstr "range_intersect_agg debe ser ejecutado con un multirango" -#: utils/adt/tsquery.c:846 utils/adt/tsquery_util.c:375 +#: utils/adt/network.c:111 #, c-format -msgid "tsquery is too large" -msgstr "el tsquery es demasiado grande" +msgid "invalid cidr value: \"%s\"" +msgstr "valor cidr no válido: «%s»" -#: utils/adt/tsquery_cleanup.c:407 +#: utils/adt/network.c:112 utils/adt/network.c:242 #, c-format -msgid "text-search query contains only stop words or doesn't contain lexemes, ignored" -msgstr "la consulta de búsqueda en texto contiene sólo stopwords o no contiene lexemas; ignorada" +msgid "Value has bits set to right of mask." +msgstr "El valor tiene bits definidos a la derecha de la máscara" -#: utils/adt/tsquery_rewrite.c:321 +#: utils/adt/network.c:153 utils/adt/network.c:1199 utils/adt/network.c:1224 +#: utils/adt/network.c:1249 #, c-format -msgid "ts_rewrite query must return two tsquery columns" -msgstr "consulta ts_rewrite debe retornar dos columnas tsquery" +msgid "could not format inet value: %m" +msgstr "no se pudo dar formato al valor inet: %m" -#: utils/adt/tsrank.c:412 +#. translator: %s is inet or cidr +#: utils/adt/network.c:210 #, c-format -msgid "array of weight must be one-dimensional" -msgstr "el array de pesos debe ser unidimensional" +msgid "invalid address family in external \"%s\" value" +msgstr "familia de dirección no válida en valor «%s» externo" -#: utils/adt/tsrank.c:417 +#. translator: %s is inet or cidr +#: utils/adt/network.c:217 #, c-format -msgid "array of weight is too short" -msgstr "el array de pesos es muy corto" +msgid "invalid bits in external \"%s\" value" +msgstr "bits no válidos en valor «%s» externo" -#: utils/adt/tsrank.c:422 +#. translator: %s is inet or cidr +#: utils/adt/network.c:226 #, c-format -msgid "array of weight must not contain nulls" -msgstr "los arrays de pesos no deben contener valores nulos" +msgid "invalid length in external \"%s\" value" +msgstr "largo no válido en valor «%s» externo" -#: utils/adt/tsrank.c:431 utils/adt/tsrank.c:871 +#: utils/adt/network.c:241 #, c-format -msgid "weight out of range" -msgstr "peso fuera de rango" +msgid "invalid external \"cidr\" value" +msgstr "valor externo «cidr» no válido" -#: utils/adt/tsvector.c:215 +#: utils/adt/network.c:337 utils/adt/network.c:360 #, c-format -msgid "word is too long (%ld bytes, max %ld bytes)" -msgstr "la palabra es demasiado larga (%ld, máximo %ld bytes)" +msgid "invalid mask length: %d" +msgstr "largo de máscara no válido: %d" -#: utils/adt/tsvector.c:222 +#: utils/adt/network.c:1267 #, c-format -msgid "string is too long for tsvector (%ld bytes, max %ld bytes)" -msgstr "la cadena es demasiado larga para tsvector (%ld bytes, máximo %ld bytes)" +msgid "could not format cidr value: %m" +msgstr "no se pudo dar formato al valor cidr: %m" -#: utils/adt/tsvector_op.c:328 utils/adt/tsvector_op.c:608 -#: utils/adt/tsvector_op.c:770 +#: utils/adt/network.c:1500 #, c-format -msgid "lexeme array may not contain nulls" -msgstr "el array de lexemas no debe contener nulls" +msgid "cannot merge addresses from different families" +msgstr "no se pueden mezclar direcciones de familias diferentes" -#: utils/adt/tsvector_op.c:840 +#: utils/adt/network.c:1916 #, c-format -msgid "weight array may not contain nulls" -msgstr "el array de pesos no debe contener nulls" +msgid "cannot AND inet values of different sizes" +msgstr "no se puede hacer AND entre valores inet de distintos tamaños" -#: utils/adt/tsvector_op.c:864 +#: utils/adt/network.c:1948 #, c-format -msgid "unrecognized weight: \"%c\"" -msgstr "no se reconoce el peso: «%c»" +msgid "cannot OR inet values of different sizes" +msgstr "no se puede hacer OR entre valores inet de distintos tamaños" -#: utils/adt/tsvector_op.c:2426 +#: utils/adt/network.c:2009 utils/adt/network.c:2085 #, c-format -msgid "ts_stat query must return one tsvector column" -msgstr "la consulta ts_stat debe retornar una columna tsvector" +msgid "result is out of range" +msgstr "el resultado está fuera de rango" -#: utils/adt/tsvector_op.c:2615 +#: utils/adt/network.c:2050 #, c-format -msgid "tsvector column \"%s\" does not exist" -msgstr "la columna tsvector «%s» no existe" +msgid "cannot subtract inet values of different sizes" +msgstr "no se puede sustraer valores inet de distintos tamaños" -#: utils/adt/tsvector_op.c:2622 +#: utils/adt/numeric.c:967 #, c-format -msgid "column \"%s\" is not of tsvector type" -msgstr "la columna «%s» no es de tipo tsvector" +msgid "invalid sign in external \"numeric\" value" +msgstr "el signo no es válido en el valor «numeric» externo" -#: utils/adt/tsvector_op.c:2634 +#: utils/adt/numeric.c:973 #, c-format -msgid "configuration column \"%s\" does not exist" -msgstr "la columna de configuración «%s» no existe" +msgid "invalid scale in external \"numeric\" value" +msgstr "la escala no es válida en el valor «numeric» externo" -#: utils/adt/tsvector_op.c:2640 +#: utils/adt/numeric.c:982 #, c-format -msgid "column \"%s\" is not of regconfig type" -msgstr "la columna «%s» no es de tipo regconfig" +msgid "invalid digit in external \"numeric\" value" +msgstr "hay un dígito no válido en el valor «numeric» externo" -#: utils/adt/tsvector_op.c:2647 +#: utils/adt/numeric.c:1195 utils/adt/numeric.c:1209 #, c-format -msgid "configuration column \"%s\" must not be null" -msgstr "la columna de configuración «%s» no debe ser nula" +msgid "NUMERIC precision %d must be between 1 and %d" +msgstr "la precisión %d de NUMERIC debe estar entre 1 y %d" -#: utils/adt/tsvector_op.c:2660 +#: utils/adt/numeric.c:1200 #, c-format -msgid "text search configuration name \"%s\" must be schema-qualified" -msgstr "el nombre de la configuración de búsqueda «%s» debe ser calificada con esquema" +msgid "NUMERIC scale %d must be between 0 and precision %d" +msgstr "la escala de NUMERIC, %d, debe estar entre 0 y la precisión %d" -#: utils/adt/tsvector_op.c:2685 +#: utils/adt/numeric.c:1218 #, c-format -msgid "column \"%s\" is not of a character type" -msgstr "la columna «%s» no es de un tipo textual" +msgid "invalid NUMERIC type modifier" +msgstr "modificador de tipo NUMERIC no es válido" -#: utils/adt/tsvector_parser.c:134 +#: utils/adt/numeric.c:1576 #, c-format -msgid "syntax error in tsvector: \"%s\"" -msgstr "error de sintaxis en tsvector: «%s»" +msgid "start value cannot be NaN" +msgstr "el valor de inicio no puede ser NaN" -#: utils/adt/tsvector_parser.c:200 +#: utils/adt/numeric.c:1580 #, c-format -msgid "there is no escaped character: \"%s\"" -msgstr "no hay carácter escapado: «%s»" +msgid "start value cannot be infinity" +msgstr "el valor de inicio no puede ser infinito" -#: utils/adt/tsvector_parser.c:318 +#: utils/adt/numeric.c:1587 #, c-format -msgid "wrong position info in tsvector: \"%s\"" -msgstr "información posicional incorrecta en tsvector: «%s»" +msgid "stop value cannot be NaN" +msgstr "el valor de término no puede ser NaN" -#: utils/adt/uuid.c:428 +#: utils/adt/numeric.c:1591 #, c-format -msgid "could not generate random values" -msgstr "no se pudo generar valores aleatorios" +msgid "stop value cannot be infinity" +msgstr "el valor de término no puede ser infinito" -#: utils/adt/varbit.c:110 utils/adt/varchar.c:53 +#: utils/adt/numeric.c:1604 #, c-format -msgid "length for type %s must be at least 1" -msgstr "el largo para el tipo %s debe ser al menos 1" +msgid "step size cannot be NaN" +msgstr "el tamaño de paso no puede ser NaN" -#: utils/adt/varbit.c:115 utils/adt/varchar.c:57 +#: utils/adt/numeric.c:1608 #, c-format -msgid "length for type %s cannot exceed %d" -msgstr "el largo del tipo %s no puede exceder %d" +msgid "step size cannot be infinity" +msgstr "el tamaño de paso no puede ser infinito" -#: utils/adt/varbit.c:198 utils/adt/varbit.c:499 utils/adt/varbit.c:994 +#: utils/adt/numeric.c:3489 #, c-format -msgid "bit string length exceeds the maximum allowed (%d)" -msgstr "el tamaño de la cadena de bits excede el máximo permitido (%d)" +msgid "factorial of a negative number is undefined" +msgstr "el factorial de un número negativo es indefinido" -#: utils/adt/varbit.c:212 utils/adt/varbit.c:356 utils/adt/varbit.c:406 +#: utils/adt/numeric.c:3499 utils/adt/numeric.c:6921 utils/adt/numeric.c:7394 +#: utils/adt/numeric.c:9771 utils/adt/numeric.c:10258 utils/adt/numeric.c:10384 +#: utils/adt/numeric.c:10457 #, c-format -msgid "bit string length %d does not match type bit(%d)" -msgstr "el largo de la cadena de bits %d no coincide con el tipo bit(%d)" +msgid "value overflows numeric format" +msgstr "el valor excede el formato numeric" -#: utils/adt/varbit.c:234 utils/adt/varbit.c:535 +#: utils/adt/numeric.c:4181 utils/adt/numeric.c:4261 utils/adt/numeric.c:4302 +#: utils/adt/numeric.c:4496 #, c-format -msgid "\"%.*s\" is not a valid binary digit" -msgstr "«%.*s» no es un dígito binario válido" +msgid "cannot convert NaN to %s" +msgstr "no se puede convertir NaN a %s" -#: utils/adt/varbit.c:259 utils/adt/varbit.c:560 +#: utils/adt/numeric.c:4185 utils/adt/numeric.c:4265 utils/adt/numeric.c:4306 +#: utils/adt/numeric.c:4500 #, c-format -msgid "\"%.*s\" is not a valid hexadecimal digit" -msgstr "«%.*s» no es un dígito hexadecimal válido" +msgid "cannot convert infinity to %s" +msgstr "no se puede convertir infinito a %s" -#: utils/adt/varbit.c:347 utils/adt/varbit.c:652 +#: utils/adt/numeric.c:4509 #, c-format -msgid "invalid length in external bit string" -msgstr "el largo no es válido en cadena de bits externa" +msgid "pg_lsn out of range" +msgstr "pg_lsn fuera de rango" -#: utils/adt/varbit.c:513 utils/adt/varbit.c:661 utils/adt/varbit.c:757 +#: utils/adt/numeric.c:7478 utils/adt/numeric.c:7525 #, c-format -msgid "bit string too long for type bit varying(%d)" -msgstr "la cadena de bits es demasiado larga para el tipo bit varying(%d)" +msgid "numeric field overflow" +msgstr "desbordamiento de campo numeric" -#: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 -#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3344 -#: utils/adt/varlena.c:3422 +#: utils/adt/numeric.c:7479 #, c-format -msgid "negative substring length not allowed" -msgstr "no se permite un largo negativo de subcadena" +msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d." +msgstr "Un campo con precisión %d, escala %d debe redondear a un valor absoluto menor que %s%d." -#: utils/adt/varbit.c:1261 +#: utils/adt/numeric.c:7526 #, c-format -msgid "cannot AND bit strings of different sizes" -msgstr "no se puede hacer AND entre cadenas de bits de distintos tamaños" +msgid "A field with precision %d, scale %d cannot hold an infinite value." +msgstr "Un campo con precisión %d, escala %d no puede contener un valor infinito." -#: utils/adt/varbit.c:1302 +#: utils/adt/numutils.c:154 #, c-format -msgid "cannot OR bit strings of different sizes" -msgstr "no se puede hacer OR entre cadenas de bits de distintos tamaños" +msgid "value \"%s\" is out of range for 8-bit integer" +msgstr "el valor «%s» está fuera de rango para un entero de 8 bits" -#: utils/adt/varbit.c:1342 +#: utils/adt/oid.c:290 #, c-format -msgid "cannot XOR bit strings of different sizes" -msgstr "no se puede hacer XOR entre cadenas de bits de distintos tamaños" +msgid "invalid oidvector data" +msgstr "datos de oidvector no válidos" -#: utils/adt/varbit.c:1824 utils/adt/varbit.c:1882 +#: utils/adt/oracle_compat.c:970 #, c-format -msgid "bit index %d out of valid range (0..%d)" -msgstr "el índice de bit %d está fuera del rango válido (0..%d)" +msgid "requested character too large" +msgstr "el carácter solicitado es demasiado grande" -#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3626 +#: utils/adt/oracle_compat.c:1020 utils/adt/oracle_compat.c:1082 #, c-format -msgid "new bit must be 0 or 1" -msgstr "el nuevo bit debe ser 0 o 1" +msgid "requested character too large for encoding: %d" +msgstr "el carácter pedido es demasiado largo para el encoding: %d" -#: utils/adt/varchar.c:157 utils/adt/varchar.c:310 +#: utils/adt/oracle_compat.c:1061 #, c-format -msgid "value too long for type character(%d)" -msgstr "el valor es demasiado largo para el tipo character(%d)" +msgid "requested character not valid for encoding: %d" +msgstr "el carácter pedido no es válido para el encoding: %d" -#: utils/adt/varchar.c:472 utils/adt/varchar.c:634 +#: utils/adt/oracle_compat.c:1075 #, c-format -msgid "value too long for type character varying(%d)" -msgstr "el valor es demasiado largo para el tipo character varying(%d)" +msgid "null character not permitted" +msgstr "el carácter nulo no está permitido" -#: utils/adt/varchar.c:732 utils/adt/varlena.c:1516 +#: utils/adt/orderedsetaggs.c:442 utils/adt/orderedsetaggs.c:546 +#: utils/adt/orderedsetaggs.c:684 #, c-format -msgid "could not determine which collation to use for string comparison" -msgstr "no se pudo determinar qué ordenamiento usar para la comparación de cadenas" +msgid "percentile value %g is not between 0 and 1" +msgstr "el valor de percentil %g no está entre 0 y 1" -#: utils/adt/varlena.c:1209 utils/adt/varlena.c:1956 +#: utils/adt/pg_locale.c:1228 #, c-format -msgid "nondeterministic collations are not supported for substring searches" -msgstr "los ordenamientos no determinísticos no están soportados para búsquedas de sub-cadenas" +msgid "Apply system library package updates." +msgstr "Aplique actualizaciones de paquetes de bibliotecas del sistema." -#: utils/adt/varlena.c:1615 utils/adt/varlena.c:1628 +#: utils/adt/pg_locale.c:1442 #, c-format -msgid "could not convert string to UTF-16: error code %lu" -msgstr "no se pudo convertir la cadena a UTF-16: código de error %lu" +msgid "could not create locale \"%s\": %m" +msgstr "no se pudo crear la configuración regional «%s»: %m" -#: utils/adt/varlena.c:1643 +#: utils/adt/pg_locale.c:1445 #, c-format -msgid "could not compare Unicode strings: %m" -msgstr "no se pudieron comparar las cadenas Unicode: %m" +msgid "The operating system could not find any locale data for the locale name \"%s\"." +msgstr "El sistema operativo no pudo encontrar datos de configuración regional para la configuración «%s»." -#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2408 +#: utils/adt/pg_locale.c:1547 #, c-format -msgid "collation failed: %s" -msgstr "el ordenamiento falló: %s" +msgid "collations with different collate and ctype values are not supported on this platform" +msgstr "los ordenamientos (collation) con valores collate y ctype diferentes no están soportados en esta plataforma" -#: utils/adt/varlena.c:2616 +#: utils/adt/pg_locale.c:1556 #, c-format -msgid "sort key generation failed: %s" -msgstr "la generación de la llave de ordenamiento falló: %s" +msgid "collation provider LIBC is not supported on this platform" +msgstr "el proveedor de ordenamientos LIBC no está soportado en esta plataforma" -#: utils/adt/varlena.c:3510 utils/adt/varlena.c:3577 +#: utils/adt/pg_locale.c:1568 #, c-format -msgid "index %d out of valid range, 0..%d" -msgstr "el índice %d está fuera de rango [0..%d]" +msgid "collations with different collate and ctype values are not supported by ICU" +msgstr "los ordenamientos (collation) con valores collate y ctype diferentes no están soportados por ICU" -#: utils/adt/varlena.c:3541 utils/adt/varlena.c:3613 +#: utils/adt/pg_locale.c:1574 utils/adt/pg_locale.c:1661 +#: utils/adt/pg_locale.c:1940 #, c-format -msgid "index %lld out of valid range, 0..%lld" -msgstr "el índice %lld está fuera de rango, 0..%lld" +msgid "could not open collator for locale \"%s\": %s" +msgstr "no se pudo abrir el «collator» para la configuración regional «%s»: %s" -#: utils/adt/varlena.c:4649 +#: utils/adt/pg_locale.c:1588 #, c-format -msgid "field position must not be zero" -msgstr "la posición del campo no debe ser cero" +msgid "ICU is not supported in this build" +msgstr "ICU no está soportado en este servidor" -#: utils/adt/varlena.c:5690 +#: utils/adt/pg_locale.c:1609 #, c-format -msgid "unterminated format() type specifier" -msgstr "especificador de tipo inconcluso en format()" +msgid "collation \"%s\" has no actual version, but a version was specified" +msgstr "la extensión «%s» no tiene versión actual, pero se especificó una versión" -#: utils/adt/varlena.c:5691 utils/adt/varlena.c:5825 utils/adt/varlena.c:5946 +#: utils/adt/pg_locale.c:1616 #, c-format -msgid "For a single \"%%\" use \"%%%%\"." -msgstr "Para un «%%» solo, use «%%%%»." +msgid "collation \"%s\" has version mismatch" +msgstr "el ordenamiento (collation) «%s» tiene una discordancia de versión" -#: utils/adt/varlena.c:5823 utils/adt/varlena.c:5944 +#: utils/adt/pg_locale.c:1618 #, c-format -msgid "unrecognized format() type specifier \"%.*s\"" -msgstr "especificador de tipo no reconocido «%.*s» en format()" +msgid "The collation in the database was created using version %s, but the operating system provides version %s." +msgstr "El ordenamiento en la base de datos fue creado usando la versión %s, pero el sistema operativo provee la versión %s." -#: utils/adt/varlena.c:5836 utils/adt/varlena.c:5893 +#: utils/adt/pg_locale.c:1621 #, c-format -msgid "too few arguments for format()" -msgstr "muy pocos argumentos para format()" +msgid "Rebuild all objects affected by this collation and run ALTER COLLATION %s REFRESH VERSION, or build PostgreSQL with the right library version." +msgstr "Reconstruya todos los objetos afectados por este ordenamiento y ejecute ALTER COLLATION %s REFRESH VERSION, o construya PostgreSQL con la versión correcta de la biblioteca." -#: utils/adt/varlena.c:5989 utils/adt/varlena.c:6171 +#: utils/adt/pg_locale.c:1692 #, c-format -msgid "number is out of range" -msgstr "el número está fuera de rango" +msgid "could not load locale \"%s\"" +msgstr "no se pudo cargar la configuración regional «%s»" -#: utils/adt/varlena.c:6052 utils/adt/varlena.c:6080 +#: utils/adt/pg_locale.c:1717 #, c-format -msgid "format specifies argument 0, but arguments are numbered from 1" -msgstr "la conversión especifica el argumento 0, pero los argumentos se numeran desde 1" +msgid "could not get collation version for locale \"%s\": error code %lu" +msgstr "no se pudo obtener la versión de «collation» para la configuración regional «%s»: código de error %lu" -#: utils/adt/varlena.c:6073 +#: utils/adt/pg_locale.c:1755 #, c-format -msgid "width argument position must be ended by \"$\"" -msgstr "la posición del argumento de anchura debe terminar con «$»" +msgid "encoding \"%s\" not supported by ICU" +msgstr "la codificación «%s» no estæ soportada por ICU" -#: utils/adt/varlena.c:6118 +#: utils/adt/pg_locale.c:1762 #, c-format -msgid "null values cannot be formatted as an SQL identifier" -msgstr "los valores nulos no pueden ser formateados como un identificador SQL" +msgid "could not open ICU converter for encoding \"%s\": %s" +msgstr "no se pudo abrir el conversor ICU para la codificación «%s»: %s" -#: utils/adt/varlena.c:6244 +#: utils/adt/pg_locale.c:1793 utils/adt/pg_locale.c:1802 +#: utils/adt/pg_locale.c:1831 utils/adt/pg_locale.c:1841 #, c-format -msgid "Unicode normalization can only be performed if server encoding is UTF8" -msgstr "la normalización Unicode sólo puede ser hecha si la codificación de servidor es UTF8" +msgid "%s failed: %s" +msgstr "%s falló: %s" -#: utils/adt/varlena.c:6257 +#: utils/adt/pg_locale.c:2113 #, c-format -msgid "invalid normalization form: %s" -msgstr "forma de normalización no válida: %s" +msgid "invalid multibyte character for locale" +msgstr "el carácter multibyte no es válido para esta configuración regional" -#: utils/adt/varlena.c:6460 utils/adt/varlena.c:6495 utils/adt/varlena.c:6530 +#: utils/adt/pg_locale.c:2114 #, c-format -msgid "invalid Unicode code point: %04X" -msgstr "punto de código Unicode no válido: %04X" +msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding." +msgstr "La configuración regional LC_CTYPE del servidor es probablemente incompatible con la codificación de la base de datos." -#: utils/adt/varlena.c:6560 +#: utils/adt/pg_lsn.c:263 #, c-format -msgid "Unicode escapes must be \\XXXX, \\+XXXXXX, \\uXXXX, or \\UXXXXXXXX." -msgstr "Los escapes Unicode deben ser \\XXXX, \\+XXXXXX, \\uXXXX o \\UXXXXXXXX." +msgid "cannot add NaN to pg_lsn" +msgstr "no se puede sumar NaN a bigint" -#: utils/adt/windowfuncs.c:243 +#: utils/adt/pg_lsn.c:297 #, c-format -msgid "argument of ntile must be greater than zero" -msgstr "el argumento de ntile debe ser mayor que cero" +msgid "cannot subtract NaN from pg_lsn" +msgstr "no se puede restar NaN de pg_lsn" -#: utils/adt/windowfuncs.c:465 +#: utils/adt/pg_upgrade_support.c:29 #, c-format -msgid "argument of nth_value must be greater than zero" -msgstr "el argumento de nth_value debe ser mayor que cero" +msgid "function can only be called when server is in binary upgrade mode" +msgstr "la función sólo puede invocarse cuando el servidor está en modo de actualización binaria" -#: utils/adt/xid8funcs.c:117 +#: utils/adt/pgstatfuncs.c:503 #, c-format -msgid "transaction ID %s is in the future" -msgstr "el ID de transacción %s está en el futuro" +msgid "invalid command name: \"%s\"" +msgstr "nombre de orden no válido: «%s»" -#: utils/adt/xid8funcs.c:548 +#: utils/adt/pseudotypes.c:58 utils/adt/pseudotypes.c:92 #, c-format -msgid "invalid external pg_snapshot data" -msgstr "datos externos pg_snapshot no válidos" +msgid "cannot display a value of type %s" +msgstr "no se puede desplegar un valor de tipo %s" -#: utils/adt/xml.c:222 +#: utils/adt/pseudotypes.c:321 #, c-format -msgid "unsupported XML feature" -msgstr "característica XML no soportada" +msgid "cannot accept a value of a shell type" +msgstr "no se puede aceptar un valor de un tipo inconcluso" -#: utils/adt/xml.c:223 +#: utils/adt/pseudotypes.c:331 #, c-format -msgid "This functionality requires the server to be built with libxml support." -msgstr "Esta funcionalidad requiere que el servidor haya sido construido con soporte libxml." +msgid "cannot display a value of a shell type" +msgstr "no se puede desplegar un valor de un tipo inconcluso" -#: utils/adt/xml.c:243 utils/mb/mbutils.c:627 +#: utils/adt/rangetypes.c:404 #, c-format -msgid "invalid encoding name \"%s\"" -msgstr "nombre de codificación «%s» no válido" +msgid "range constructor flags argument must not be null" +msgstr "el argumento de opciones del constructor de rango no debe ser null" -#: utils/adt/xml.c:486 utils/adt/xml.c:491 +#: utils/adt/rangetypes.c:1003 #, c-format -msgid "invalid XML comment" -msgstr "comentario XML no válido" +msgid "result of range difference would not be contiguous" +msgstr "el resultado de la diferencia de rangos no sería contiguo" -#: utils/adt/xml.c:620 +#: utils/adt/rangetypes.c:1064 #, c-format -msgid "not an XML document" -msgstr "no es un documento XML" +msgid "result of range union would not be contiguous" +msgstr "el resultado de la unión de rangos no sería contiguo" -#: utils/adt/xml.c:779 utils/adt/xml.c:802 +#: utils/adt/rangetypes.c:1214 #, c-format -msgid "invalid XML processing instruction" -msgstr "instrucción de procesamiento XML no válida" +msgid "range_intersect_agg must be called with a range" +msgstr "range_intersect_agg debe ser ejecutado con un rango" -#: utils/adt/xml.c:780 +#: utils/adt/rangetypes.c:1689 #, c-format -msgid "XML processing instruction target name cannot be \"%s\"." -msgstr "el nombre de destino de la instrucción de procesamiento XML no puede ser «%s»." +msgid "range lower bound must be less than or equal to range upper bound" +msgstr "el límite inferior del rango debe ser menor o igual al límite superior del rango" -#: utils/adt/xml.c:803 +#: utils/adt/rangetypes.c:2112 utils/adt/rangetypes.c:2125 +#: utils/adt/rangetypes.c:2139 #, c-format -msgid "XML processing instruction cannot contain \"?>\"." -msgstr "la instrucción de procesamiento XML no puede contener «?>»." +msgid "invalid range bound flags" +msgstr "opciones de bordes de rango no válidas" -#: utils/adt/xml.c:882 +#: utils/adt/rangetypes.c:2113 utils/adt/rangetypes.c:2126 +#: utils/adt/rangetypes.c:2140 #, c-format -msgid "xmlvalidate is not implemented" -msgstr "xmlvalidate no está implementado" +msgid "Valid values are \"[]\", \"[)\", \"(]\", and \"()\"." +msgstr "Los valores aceptables son «[]», «[)», «(]» y «()»." -#: utils/adt/xml.c:961 +#: utils/adt/rangetypes.c:2205 utils/adt/rangetypes.c:2222 +#: utils/adt/rangetypes.c:2235 utils/adt/rangetypes.c:2253 +#: utils/adt/rangetypes.c:2264 utils/adt/rangetypes.c:2308 +#: utils/adt/rangetypes.c:2316 #, c-format -msgid "could not initialize XML library" -msgstr "no se pudo inicializar la biblioteca XML" +msgid "malformed range literal: \"%s\"" +msgstr "literal de rango mal formado: «%s»" -#: utils/adt/xml.c:962 +#: utils/adt/rangetypes.c:2207 #, c-format -msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." -msgstr "libxml2 tiene tipo char incompatible: sizeof(char)=%u, sizeof(xmlChar)=%u." +msgid "Junk after \"empty\" key word." +msgstr "Basura a continuación de la palabra «empty»." -#: utils/adt/xml.c:1048 +#: utils/adt/rangetypes.c:2224 #, c-format -msgid "could not set up XML error handler" -msgstr "no se pudo instalar un gestor de errores XML" +msgid "Missing left parenthesis or bracket." +msgstr "Falta paréntesis o corchete izquierdo." -#: utils/adt/xml.c:1049 +#: utils/adt/rangetypes.c:2237 #, c-format -msgid "This probably indicates that the version of libxml2 being used is not compatible with the libxml2 header files that PostgreSQL was built with." -msgstr "Esto probablemente indica que la versión de libxml2 en uso no es compatible con los archivos de cabecera libxml2 con los que PostgreSQL fue construido." +msgid "Missing comma after lower bound." +msgstr "Coma faltante después del límite inferior." -#: utils/adt/xml.c:1936 -msgid "Invalid character value." -msgstr "Valor de carácter no válido." +#: utils/adt/rangetypes.c:2255 +#, c-format +msgid "Too many commas." +msgstr "Demasiadas comas." -#: utils/adt/xml.c:1939 -msgid "Space required." -msgstr "Se requiere un espacio." - -#: utils/adt/xml.c:1942 -msgid "standalone accepts only 'yes' or 'no'." -msgstr "standalone acepta sólo 'yes' y 'no'." +#: utils/adt/rangetypes.c:2266 +#, c-format +msgid "Junk after right parenthesis or bracket." +msgstr "Basura después del paréntesis o corchete derecho." -#: utils/adt/xml.c:1945 -msgid "Malformed declaration: missing version." -msgstr "Declaración mal formada: falta la versión." +#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4549 +#, c-format +msgid "regular expression failed: %s" +msgstr "la expresión regular falló: %s" -#: utils/adt/xml.c:1948 -msgid "Missing encoding in text declaration." -msgstr "Falta especificación de codificación en declaración de texto." +#: utils/adt/regexp.c:426 +#, c-format +msgid "invalid regular expression option: \"%.*s\"" +msgstr "opción de expresión regular no válida: «%.*s»" -#: utils/adt/xml.c:1951 -msgid "Parsing XML declaration: '?>' expected." -msgstr "Procesando declaración XML: se esperaba '?>'." +#: utils/adt/regexp.c:836 +#, c-format +msgid "SQL regular expression may not contain more than two escape-double-quote separators" +msgstr "la expresión regular SQL no puede contener más de dos separadores escape-comilla doble" -#: utils/adt/xml.c:1954 +#. translator: %s is a SQL function name +#: utils/adt/regexp.c:981 utils/adt/regexp.c:1363 utils/adt/regexp.c:1418 #, c-format -msgid "Unrecognized libxml error code: %d." -msgstr "Código de error libxml no reconocido: %d." +msgid "%s does not support the \"global\" option" +msgstr "%s no soporta la opción «global»" -#: utils/adt/xml.c:2211 +#: utils/adt/regexp.c:983 #, c-format -msgid "XML does not support infinite date values." -msgstr "XML no soporta valores infinitos de fecha." +msgid "Use the regexp_matches function instead." +msgstr "En su lugar, utilice la función regexp_matches." -#: utils/adt/xml.c:2233 utils/adt/xml.c:2260 +#: utils/adt/regexp.c:1165 #, c-format -msgid "XML does not support infinite timestamp values." -msgstr "XML no soporta valores infinitos de timestamp." +msgid "too many regular expression matches" +msgstr "demasiadas coincidencias de la expresión regular" -#: utils/adt/xml.c:2676 +#: utils/adt/regproc.c:105 #, c-format -msgid "invalid query" -msgstr "consulta no válido" +msgid "more than one function named \"%s\"" +msgstr "existe más de una función llamada «%s»" -#: utils/adt/xml.c:4016 +#: utils/adt/regproc.c:543 #, c-format -msgid "invalid array for XML namespace mapping" -msgstr "array no válido para mapeo de espacio de nombres XML" +msgid "more than one operator named %s" +msgstr "existe más de un operador llamado %s" -#: utils/adt/xml.c:4017 +#: utils/adt/regproc.c:715 utils/adt/regproc.c:756 utils/adt/regproc.c:2055 +#: utils/adt/ruleutils.c:9769 utils/adt/ruleutils.c:9938 #, c-format -msgid "The array must be two-dimensional with length of the second axis equal to 2." -msgstr "El array debe ser bidimensional y el largo del segundo eje igual a 2." +msgid "too many arguments" +msgstr "demasiados argumentos" -#: utils/adt/xml.c:4041 +#: utils/adt/regproc.c:716 utils/adt/regproc.c:757 #, c-format -msgid "empty XPath expression" -msgstr "expresion XPath vacía" +msgid "Provide two argument types for operator." +msgstr "Provea dos tipos de argumento para un operador." -#: utils/adt/xml.c:4093 +#: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 +#: utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 +#: utils/adt/varlena.c:3698 utils/adt/varlena.c:3703 #, c-format -msgid "neither namespace name nor URI may be null" -msgstr "ni el espacio de nombres ni la URI pueden ser vacíos" +msgid "invalid name syntax" +msgstr "la sintaxis de nombre no es válida" -#: utils/adt/xml.c:4100 +#: utils/adt/regproc.c:1953 #, c-format -msgid "could not register XML namespace with name \"%s\" and URI \"%s\"" -msgstr "no se pudo registrar un espacio de nombres XML llamado «%s» con URI «%s»" +msgid "expected a left parenthesis" +msgstr "se esperaba un paréntesis izquierdo" -#: utils/adt/xml.c:4451 +#: utils/adt/regproc.c:1969 #, c-format -msgid "DEFAULT namespace is not supported" -msgstr "el espacio de nombres DEFAULT no está soportado" +msgid "expected a right parenthesis" +msgstr "se esperaba un paréntesis derecho" -#: utils/adt/xml.c:4480 +#: utils/adt/regproc.c:1988 #, c-format -msgid "row path filter must not be empty string" -msgstr "el «path» de filtro de registros no debe ser la cadena vacía" +msgid "expected a type name" +msgstr "se esperaba un nombre de tipo" -#: utils/adt/xml.c:4511 +#: utils/adt/regproc.c:2020 #, c-format -msgid "column path filter must not be empty string" -msgstr "el «path» de filtro de columna no debe ser la cadena vacía" +msgid "improper type name" +msgstr "el nombre de tipo no es válido" -#: utils/adt/xml.c:4655 +#: utils/adt/ri_triggers.c:300 utils/adt/ri_triggers.c:1545 +#: utils/adt/ri_triggers.c:2530 #, c-format -msgid "more than one value returned by column XPath expression" -msgstr "la expresión XPath de columna retornó más de un valor" +msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" +msgstr "inserción o actualización en la tabla «%s» viola la llave foránea «%s»" -#: utils/cache/lsyscache.c:1042 +#: utils/adt/ri_triggers.c:303 utils/adt/ri_triggers.c:1548 #, c-format -msgid "cast from type %s to type %s does not exist" -msgstr "no existe la conversión del tipo %s al tipo %s" +msgid "MATCH FULL does not allow mixing of null and nonnull key values." +msgstr "MATCH FULL no permite la mezcla de valores de clave nulos y no nulos." -#: utils/cache/lsyscache.c:2844 utils/cache/lsyscache.c:2877 -#: utils/cache/lsyscache.c:2910 utils/cache/lsyscache.c:2943 +#: utils/adt/ri_triggers.c:1965 #, c-format -msgid "type %s is only a shell" -msgstr "el tipo %s está inconcluso" +msgid "function \"%s\" must be fired for INSERT" +msgstr "la función «%s» debe ser ejecutada en INSERT" -#: utils/cache/lsyscache.c:2849 +#: utils/adt/ri_triggers.c:1971 #, c-format -msgid "no input function available for type %s" -msgstr "no hay una función de entrada para el tipo %s" +msgid "function \"%s\" must be fired for UPDATE" +msgstr "la función «%s» debe ser ejecutada en UPDATE" -#: utils/cache/lsyscache.c:2882 +#: utils/adt/ri_triggers.c:1977 #, c-format -msgid "no output function available for type %s" -msgstr "no hay una función de salida para el tipo %s" +msgid "function \"%s\" must be fired for DELETE" +msgstr "la función «%s» debe ser ejecutada en DELETE" -#: utils/cache/partcache.c:215 +#: utils/adt/ri_triggers.c:2000 #, c-format -msgid "operator class \"%s\" of access method %s is missing support function %d for type %s" -msgstr "falta la función de soporte %3$d para el tipo %4$s de la clase de operadores «%1$s» del método de acceso %2$s" +msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\"" +msgstr "no hay una entrada en pg_constraint para el trigger «%s» en tabla «%s»" -#: utils/cache/plancache.c:720 +#: utils/adt/ri_triggers.c:2002 #, c-format -msgid "cached plan must not change result type" -msgstr "el plan almacenado no debe cambiar el tipo de resultado" +msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT." +msgstr "Elimine este trigger de integridad referencial y sus pares, y utilice ALTER TABLE ADD CONSTRAINT." -#: utils/cache/relcache.c:6324 +#: utils/adt/ri_triggers.c:2355 #, c-format -msgid "could not create relation-cache initialization file \"%s\": %m" -msgstr "no se pudo crear el archivo de cache de catálogos de sistema «%s»: %m" +msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result" +msgstr "la consulta de integridad referencial en «%s» de la restricción «%s» en «%s» entregó un resultado inesperado" -#: utils/cache/relcache.c:6326 +#: utils/adt/ri_triggers.c:2359 #, c-format -msgid "Continuing anyway, but there's something wrong." -msgstr "Prosiguiendo de todas maneras, pero hay algo mal." +msgid "This is most likely due to a rule having rewritten the query." +msgstr "Esto probablemente es causado por una regla que reescribió la consulta." -#: utils/cache/relcache.c:6648 +#: utils/adt/ri_triggers.c:2520 #, c-format -msgid "could not remove cache file \"%s\": %m" -msgstr "no se pudo eliminar el archivo de cache «%s»: %m" +msgid "removing partition \"%s\" violates foreign key constraint \"%s\"" +msgstr "eliminar la partición «%s» viola la llave foránea «%s»" -#: utils/cache/relmapper.c:531 +#: utils/adt/ri_triggers.c:2523 utils/adt/ri_triggers.c:2548 #, c-format -msgid "cannot PREPARE a transaction that modified relation mapping" -msgstr "no se puede hacer PREPARE de una transacción que ha modificado el mapeo de relaciones" +msgid "Key (%s)=(%s) is still referenced from table \"%s\"." +msgstr "La llave (%s)=(%s) todavía es referida desde la tabla «%s»." -#: utils/cache/relmapper.c:767 +#: utils/adt/ri_triggers.c:2534 #, c-format -msgid "relation mapping file \"%s\" contains invalid data" -msgstr "el archivo de mapeo de relaciones «%s» contiene datos no válidos" +msgid "Key (%s)=(%s) is not present in table \"%s\"." +msgstr "La llave (%s)=(%s) no está presente en la tabla «%s»." -#: utils/cache/relmapper.c:777 +#: utils/adt/ri_triggers.c:2537 #, c-format -msgid "relation mapping file \"%s\" contains incorrect checksum" -msgstr "el archivo de mapeo de relaciones «%s» tiene una suma de verificación incorrecta" +msgid "Key is not present in table \"%s\"." +msgstr "La llave no está presente en la tabla «%s»." -#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:463 +#: utils/adt/ri_triggers.c:2543 #, c-format -msgid "record type has not been registered" -msgstr "el tipo record no ha sido registrado" +msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\"" +msgstr "update o delete en «%s» viola la llave foránea «%s» en la tabla «%s»" -#: utils/error/assert.c:39 +#: utils/adt/ri_triggers.c:2551 #, c-format -msgid "TRAP: ExceptionalCondition: bad arguments in PID %d\n" -msgstr "TRAP: ExceptionalCondition: argumentos erróneos en PID %d\n" +msgid "Key is still referenced from table \"%s\"." +msgstr "La llave todavía es referida desde la tabla «%s»." -#: utils/error/assert.c:42 +#: utils/adt/rowtypes.c:105 utils/adt/rowtypes.c:483 #, c-format -msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d, PID: %d)\n" -msgstr "TRAP: %s(«%s», Archivo: «%s», Línea: %d, PID: %d)\n" +msgid "input of anonymous composite types is not implemented" +msgstr "el ingreso de tipos compuestos anónimos no está implementado" -#: utils/error/elog.c:409 +#: utils/adt/rowtypes.c:157 utils/adt/rowtypes.c:186 utils/adt/rowtypes.c:209 +#: utils/adt/rowtypes.c:217 utils/adt/rowtypes.c:269 utils/adt/rowtypes.c:277 #, c-format -msgid "error occurred before error message processing is available\n" -msgstr "ocurrió un error antes de que el procesamiento de errores esté disponible\n" +msgid "malformed record literal: \"%s\"" +msgstr "literal de record mal formado: «%s»" -#: utils/error/elog.c:1948 +#: utils/adt/rowtypes.c:158 #, c-format -msgid "could not reopen file \"%s\" as stderr: %m" -msgstr "no se pudo reabrir «%s» para error estándar: %m" +msgid "Missing left parenthesis." +msgstr "Falta paréntesis izquierdo." -#: utils/error/elog.c:1961 +#: utils/adt/rowtypes.c:187 #, c-format -msgid "could not reopen file \"%s\" as stdout: %m" -msgstr "no se pudo reabrir «%s» para usar como salida estándar: %m" +msgid "Too few columns." +msgstr "Muy pocas columnas." -#: utils/error/elog.c:2456 utils/error/elog.c:2490 utils/error/elog.c:2506 -msgid "[unknown]" -msgstr "[desconocido]" +#: utils/adt/rowtypes.c:270 +#, c-format +msgid "Too many columns." +msgstr "Demasiadas columnas." -#: utils/error/elog.c:3026 utils/error/elog.c:3344 utils/error/elog.c:3451 -msgid "missing error text" -msgstr "falta un texto de mensaje de error" +#: utils/adt/rowtypes.c:278 +#, c-format +msgid "Junk after right parenthesis." +msgstr "Basura después del paréntesis derecho." -#: utils/error/elog.c:3029 utils/error/elog.c:3032 +#: utils/adt/rowtypes.c:532 #, c-format -msgid " at character %d" -msgstr " en carácter %d" +msgid "wrong number of columns: %d, expected %d" +msgstr "número de columnas erróneo: %d, se esperaban %d" -#: utils/error/elog.c:3042 utils/error/elog.c:3049 -msgid "DETAIL: " -msgstr "DETALLE: " +#: utils/adt/rowtypes.c:574 +#, c-format +msgid "binary data has type %u (%s) instead of expected %u (%s) in record column %d" +msgstr "los datos binarios tienen tipo %u (%s) en lugar del esperado %u (%s) en columna de registro %d" -#: utils/error/elog.c:3056 -msgid "HINT: " -msgstr "HINT: " +#: utils/adt/rowtypes.c:641 +#, c-format +msgid "improper binary format in record column %d" +msgstr "formato binario incorrecto en la columna record %d" -#: utils/error/elog.c:3063 -msgid "QUERY: " -msgstr "CONSULTA: " - -#: utils/error/elog.c:3070 -msgid "CONTEXT: " -msgstr "CONTEXTO: " - -#: utils/error/elog.c:3080 +#: utils/adt/rowtypes.c:932 utils/adt/rowtypes.c:1178 utils/adt/rowtypes.c:1436 +#: utils/adt/rowtypes.c:1682 #, c-format -msgid "LOCATION: %s, %s:%d\n" -msgstr "UBICACIÓN: %s, %s:%d\n" +msgid "cannot compare dissimilar column types %s and %s at record column %d" +msgstr "no se pueden comparar los tipos de columnas disímiles %s y %s en la columna %d" -#: utils/error/elog.c:3087 +#: utils/adt/rowtypes.c:1023 utils/adt/rowtypes.c:1248 +#: utils/adt/rowtypes.c:1533 utils/adt/rowtypes.c:1718 #, c-format -msgid "LOCATION: %s:%d\n" -msgstr "UBICACIÓN: %s:%d\n" - -#: utils/error/elog.c:3094 -msgid "BACKTRACE: " -msgstr "BACKTRACE: " - -#: utils/error/elog.c:3108 -msgid "STATEMENT: " -msgstr "SENTENCIA: " - -#: utils/error/elog.c:3496 -msgid "DEBUG" -msgstr "DEBUG" - -#: utils/error/elog.c:3500 -msgid "LOG" -msgstr "LOG" - -#: utils/error/elog.c:3503 -msgid "INFO" -msgstr "INFO" - -#: utils/error/elog.c:3506 -msgid "NOTICE" -msgstr "NOTICE" - -#: utils/error/elog.c:3510 -msgid "WARNING" -msgstr "WARNING" - -#: utils/error/elog.c:3513 -msgid "ERROR" -msgstr "ERROR" - -#: utils/error/elog.c:3516 -msgid "FATAL" -msgstr "FATAL" - -#: utils/error/elog.c:3519 -msgid "PANIC" -msgstr "PANIC" +msgid "cannot compare record types with different numbers of columns" +msgstr "no se pueden comparar registros con cantidad distinta de columnas" -#: utils/fmgr/dfmgr.c:130 +#: utils/adt/ruleutils.c:5146 #, c-format -msgid "could not find function \"%s\" in file \"%s\"" -msgstr "no se pudo encontrar la función «%s» en el archivo «%s»" +msgid "rule \"%s\" has unsupported event type %d" +msgstr "la regla «%s» tiene el tipo de evento no soportado %d" -#: utils/fmgr/dfmgr.c:247 +#: utils/adt/timestamp.c:109 #, c-format -msgid "could not load library \"%s\": %s" -msgstr "no se pudo cargar la biblioteca «%s»: %s" +msgid "TIMESTAMP(%d)%s precision must not be negative" +msgstr "la precisión de TIMESTAMP(%d)%s no debe ser negativa" -#: utils/fmgr/dfmgr.c:279 +#: utils/adt/timestamp.c:115 #, c-format -msgid "incompatible library \"%s\": missing magic block" -msgstr "biblioteca «%s» incompatible: no se encuentra el bloque mágico" +msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d" +msgstr "la precisión de TIMESTAMP(%d)%s fue reducida al máximo permitido, %d" -#: utils/fmgr/dfmgr.c:281 +#: utils/adt/timestamp.c:178 utils/adt/timestamp.c:436 utils/misc/guc.c:12435 #, c-format -msgid "Extension libraries are required to use the PG_MODULE_MAGIC macro." -msgstr "Se requiere que las bibliotecas de extensión usen la macro PG_MODULE_MAGIC." +msgid "timestamp out of range: \"%s\"" +msgstr "timestamp fuera de rango: «%s»" -#: utils/fmgr/dfmgr.c:327 +#: utils/adt/timestamp.c:374 #, c-format -msgid "incompatible library \"%s\": version mismatch" -msgstr "biblioteca «%s» incompatible: versión no coincide" +msgid "timestamp(%d) precision must be between %d and %d" +msgstr "la precisión de timestamp(%d) debe estar entre %d y %d" -#: utils/fmgr/dfmgr.c:329 +#: utils/adt/timestamp.c:498 #, c-format -msgid "Server is version %d, library is version %s." -msgstr "Versión del servidor %d, versión de biblioteca %s." +msgid "Numeric time zones must have \"-\" or \"+\" as first character." +msgstr "Los husos horarios numéricos deben tener «-» o «+» como su primer carácter." -#: utils/fmgr/dfmgr.c:346 +#: utils/adt/timestamp.c:511 #, c-format -msgid "Server has FUNC_MAX_ARGS = %d, library has %d." -msgstr "El servidor tiene FUNC_MAX_ARGS = %d, la librería tiene %d" +msgid "numeric time zone \"%s\" out of range" +msgstr "huso horario numérico «%s» fuera de rango" -#: utils/fmgr/dfmgr.c:355 +#: utils/adt/timestamp.c:607 utils/adt/timestamp.c:617 +#: utils/adt/timestamp.c:625 #, c-format -msgid "Server has INDEX_MAX_KEYS = %d, library has %d." -msgstr "El servidor tiene INDEX_MAX_KEYS = %d, la librería tiene %d" +msgid "timestamp out of range: %d-%02d-%02d %d:%02d:%02g" +msgstr "timestamp fuera de rango: %d-%02d-%02d %d:%02d:%02g" -#: utils/fmgr/dfmgr.c:364 +#: utils/adt/timestamp.c:726 #, c-format -msgid "Server has NAMEDATALEN = %d, library has %d." -msgstr "El servidor tiene NAMEDATALEN = %d, la librería tiene %d" +msgid "timestamp cannot be NaN" +msgstr "el timestamp no puede ser NaN" -#: utils/fmgr/dfmgr.c:373 +#: utils/adt/timestamp.c:744 utils/adt/timestamp.c:756 #, c-format -msgid "Server has FLOAT8PASSBYVAL = %s, library has %s." -msgstr "El servidor tiene FLOAT8PASSBYVAL = %s, la librería tiene %s" - -#: utils/fmgr/dfmgr.c:380 -msgid "Magic block has unexpected length or padding difference." -msgstr "El bloque mágico tiene un largo inesperado, o una diferencia de relleno." +msgid "timestamp out of range: \"%g\"" +msgstr "timestamp fuera de rango: «%g»" -#: utils/fmgr/dfmgr.c:383 +#: utils/adt/timestamp.c:1068 utils/adt/timestamp.c:1101 #, c-format -msgid "incompatible library \"%s\": magic block mismatch" -msgstr "biblioteca «%s» incompatible: bloque mágico no coincide" +msgid "invalid INTERVAL type modifier" +msgstr "modificador de tipo INTERVAL no válido" -#: utils/fmgr/dfmgr.c:547 +#: utils/adt/timestamp.c:1084 #, c-format -msgid "access to library \"%s\" is not allowed" -msgstr "no está permitido el acceso a la biblioteca «%s»" +msgid "INTERVAL(%d) precision must not be negative" +msgstr "la precisión de INTERVAL(%d) no debe ser negativa" -#: utils/fmgr/dfmgr.c:573 +#: utils/adt/timestamp.c:1090 #, c-format -msgid "invalid macro name in dynamic library path: %s" -msgstr "el nombre de macro no es válido en la ruta a biblioteca dinámica: %s" +msgid "INTERVAL(%d) precision reduced to maximum allowed, %d" +msgstr "la precisión de INTERVAL(%d) fue reducida al máximo permitido, %d" -#: utils/fmgr/dfmgr.c:613 +#: utils/adt/timestamp.c:1472 #, c-format -msgid "zero-length component in parameter \"dynamic_library_path\"" -msgstr "se encontró componente de largo cero en el parámetro «dynamic_library_path»" +msgid "interval(%d) precision must be between %d and %d" +msgstr "la precisión de interval(%d) debe estar entre %d y %d" -#: utils/fmgr/dfmgr.c:632 +#: utils/adt/timestamp.c:2660 #, c-format -msgid "component in parameter \"dynamic_library_path\" is not an absolute path" -msgstr "un componente en el parámetro «dynamic_library_path» no es una ruta absoluta" +msgid "cannot subtract infinite timestamps" +msgstr "no se pueden restar timestamps infinitos" -#: utils/fmgr/fmgr.c:238 +#: utils/adt/timestamp.c:3837 utils/adt/timestamp.c:4020 #, c-format -msgid "internal function \"%s\" is not in internal lookup table" -msgstr "la función interna «%s» no está en la tabla interna de búsqueda" +msgid "origin out of range" +msgstr "origen fuera de rango" -#: utils/fmgr/fmgr.c:484 +#: utils/adt/timestamp.c:3842 utils/adt/timestamp.c:4025 #, c-format -msgid "could not find function information for function \"%s\"" -msgstr "no se pudo encontrar información de función para la función «%s»" +msgid "timestamps cannot be binned into intervals containing months or years" +msgstr "no se puede aproximar (bin) timestamps hacia intervalos que contengan meses o años" -#: utils/fmgr/fmgr.c:486 +#: utils/adt/timestamp.c:3849 utils/adt/timestamp.c:4032 #, c-format -msgid "SQL-callable functions need an accompanying PG_FUNCTION_INFO_V1(funcname)." -msgstr "Funciones invocables desde SQL necesitan PG_FUNCTION_INFO_V1(función) que los acompañe." +msgid "stride must be greater than zero" +msgstr "el intervalo de paso (stride) debe ser mayor que cero" -#: utils/fmgr/fmgr.c:504 +#: utils/adt/timestamp.c:3978 utils/adt/timestamp.c:4620 +#: utils/adt/timestamp.c:4820 utils/adt/timestamp.c:4867 #, c-format -msgid "unrecognized API version %d reported by info function \"%s\"" -msgstr "la versión de API %d no reconocida fue reportada por la función «%s»" +msgid "timestamp units \"%s\" not supported" +msgstr "las unidades de timestamp «%s» no están soportadas" -#: utils/fmgr/fmgr.c:1999 +#: utils/adt/timestamp.c:3992 utils/adt/timestamp.c:4574 +#: utils/adt/timestamp.c:4877 #, c-format -msgid "operator class options info is absent in function call context" -msgstr "la información de opciones de la clase de operadores está ausente en el contexto de llamada a función" +msgid "timestamp units \"%s\" not recognized" +msgstr "las unidades de timestamp «%s» no son reconocidas" -#: utils/fmgr/fmgr.c:2066 +#: utils/adt/timestamp.c:4171 utils/adt/timestamp.c:4615 +#: utils/adt/timestamp.c:5091 utils/adt/timestamp.c:5139 #, c-format -msgid "language validation function %u called for language %u instead of %u" -msgstr "función de validación de lenguaje %u invocada para el lenguaje %u en lugar de %u" +msgid "timestamp with time zone units \"%s\" not supported" +msgstr "las unidades de timestamp with time zone «%s» no están soportadas" -#: utils/fmgr/funcapi.c:386 +#: utils/adt/timestamp.c:4188 utils/adt/timestamp.c:4569 +#: utils/adt/timestamp.c:5148 #, c-format -msgid "could not determine actual result type for function \"%s\" declared to return type %s" -msgstr "no se pudo determinar el tipo verdadero de resultado para la función «%s» declarada retornando tipo %s" +msgid "timestamp with time zone units \"%s\" not recognized" +msgstr "las unidades de timestamp with time zone «%s» no son reconocidas" -#: utils/fmgr/funcapi.c:531 +#: utils/adt/timestamp.c:4346 #, c-format -msgid "argument declared %s does not contain a range type but type %s" -msgstr "el argumento declarado %s no contiene un tipo de rango sino tipo %s" +msgid "interval units \"%s\" not supported because months usually have fractional weeks" +msgstr "las unidades de intervalo «%s» no están soportadas porque los meses normalmente tienen semanas fraccionales" -#: utils/fmgr/funcapi.c:614 +#: utils/adt/timestamp.c:4352 utils/adt/timestamp.c:5271 #, c-format -msgid "could not find multirange type for data type %s" -msgstr "no se pudo encontrar un tipo de multirango para el tipo de dato %s" +msgid "interval units \"%s\" not supported" +msgstr "las unidades de interval «%s» no están soportadas" -#: utils/fmgr/funcapi.c:1831 utils/fmgr/funcapi.c:1863 +#: utils/adt/timestamp.c:4368 utils/adt/timestamp.c:5338 #, c-format -msgid "number of aliases does not match number of columns" -msgstr "el número de aliases no coincide con el número de columnas" +msgid "interval units \"%s\" not recognized" +msgstr "las unidades de interval «%s» no son reconocidas" -#: utils/fmgr/funcapi.c:1857 +#: utils/adt/trigfuncs.c:42 #, c-format -msgid "no column alias was provided" -msgstr "no se entregó alias de columna" +msgid "suppress_redundant_updates_trigger: must be called as trigger" +msgstr "suppress_redundant_updates_trigger: debe ser invocado como trigger" -#: utils/fmgr/funcapi.c:1881 +#: utils/adt/trigfuncs.c:48 #, c-format -msgid "could not determine row description for function returning record" -msgstr "no se pudo encontrar descripción de registro de función que retorna record" +msgid "suppress_redundant_updates_trigger: must be called on update" +msgstr "suppress_redundant_updates_trigger: debe ser invocado en «UPDATE»" -#: utils/init/miscinit.c:314 +#: utils/adt/trigfuncs.c:54 #, c-format -msgid "data directory \"%s\" does not exist" -msgstr "no existe el directorio de datos «%s»" +msgid "suppress_redundant_updates_trigger: must be called before update" +msgstr "suppress_redundant_updates_trigger: debe ser invocado «BEFORE UPDATE»" -#: utils/init/miscinit.c:319 +#: utils/adt/trigfuncs.c:60 #, c-format -msgid "could not read permissions of directory \"%s\": %m" -msgstr "no se pudo obtener los permisos del directorio «%s»: %m" +msgid "suppress_redundant_updates_trigger: must be called for each row" +msgstr "suppress_redundant_updates_trigger: debe ser invocado «FOR EACH ROW»" -#: utils/init/miscinit.c:327 +#: utils/adt/tsgistidx.c:92 #, c-format -msgid "specified data directory \"%s\" is not a directory" -msgstr "el directorio de datos especificado «%s» no es un directorio" +msgid "gtsvector_in not implemented" +msgstr "gtsvector_in no está implementado" -#: utils/init/miscinit.c:343 +#: utils/adt/tsquery.c:199 utils/adt/tsquery_op.c:124 #, c-format -msgid "data directory \"%s\" has wrong ownership" -msgstr "el directorio de datos «%s» tiene dueño equivocado" - -#: utils/init/miscinit.c:345 -#, c-format -msgid "The server must be started by the user that owns the data directory." -msgstr "El servidor debe ser iniciado por el usuario dueño del directorio de datos." +msgid "distance in phrase operator must be an integer value between zero and %d inclusive" +msgstr "distancia en operador de frases debe ser un valor entero entre zero y %d inclusive" -#: utils/init/miscinit.c:363 +#: utils/adt/tsquery.c:306 utils/adt/tsquery.c:691 +#: utils/adt/tsvector_parser.c:133 #, c-format -msgid "data directory \"%s\" has invalid permissions" -msgstr "el directorio de datos «%s» tiene permisos no válidos" +msgid "syntax error in tsquery: \"%s\"" +msgstr "error de sintaxis en tsquery: «%s»" -#: utils/init/miscinit.c:365 +#: utils/adt/tsquery.c:330 #, c-format -msgid "Permissions should be u=rwx (0700) or u=rwx,g=rx (0750)." -msgstr "Los permisos deberían ser u=rwx (0700) o u=rwx,g=rx (0750)." +msgid "no operand in tsquery: \"%s\"" +msgstr "no hay operando en tsquery: «%s»" -#: utils/init/miscinit.c:650 utils/misc/guc.c:7495 +#: utils/adt/tsquery.c:534 #, c-format -msgid "cannot set parameter \"%s\" within security-restricted operation" -msgstr "no se puede definir el parámetro «%s» dentro de una operación restringida por seguridad" +msgid "value is too big in tsquery: \"%s\"" +msgstr "el valor es demasiado grande en tsquery: «%s»" -#: utils/init/miscinit.c:718 +#: utils/adt/tsquery.c:539 #, c-format -msgid "role with OID %u does not exist" -msgstr "no existe el rol con OID %u" +msgid "operand is too long in tsquery: \"%s\"" +msgstr "el operando es muy largo en tsquery: «%s»" -#: utils/init/miscinit.c:748 +#: utils/adt/tsquery.c:567 #, c-format -msgid "role \"%s\" is not permitted to log in" -msgstr "al rol «%s» no se le permite conectarse" +msgid "word is too long in tsquery: \"%s\"" +msgstr "palabra demasiado larga en tsquery: «%s»" -#: utils/init/miscinit.c:766 +#: utils/adt/tsquery.c:835 #, c-format -msgid "too many connections for role \"%s\"" -msgstr "demasiadas conexiones para el rol «%s»" +msgid "text-search query doesn't contain lexemes: \"%s\"" +msgstr "la consulta de búsqueda en texto no contiene lexemas: «%s»" -#: utils/init/miscinit.c:826 +#: utils/adt/tsquery.c:846 utils/adt/tsquery_util.c:375 #, c-format -msgid "permission denied to set session authorization" -msgstr "se ha denegado el permiso para cambiar el usuario actual" +msgid "tsquery is too large" +msgstr "el tsquery es demasiado grande" -#: utils/init/miscinit.c:909 +#: utils/adt/tsquery_cleanup.c:407 #, c-format -msgid "invalid role OID: %u" -msgstr "el OID de rol no es válido: %u" +msgid "text-search query contains only stop words or doesn't contain lexemes, ignored" +msgstr "la consulta de búsqueda en texto contiene sólo stopwords o no contiene lexemas; ignorada" -#: utils/init/miscinit.c:963 +#: utils/adt/tsquery_rewrite.c:321 #, c-format -msgid "database system is shut down" -msgstr "el sistema de bases de datos está apagado" +msgid "ts_rewrite query must return two tsquery columns" +msgstr "consulta ts_rewrite debe retornar dos columnas tsquery" -#: utils/init/miscinit.c:1050 +#: utils/adt/tsrank.c:412 #, c-format -msgid "could not create lock file \"%s\": %m" -msgstr "no se pudo crear el archivo de bloqueo «%s»: %m" +msgid "array of weight must be one-dimensional" +msgstr "el array de pesos debe ser unidimensional" -#: utils/init/miscinit.c:1064 +#: utils/adt/tsrank.c:417 #, c-format -msgid "could not open lock file \"%s\": %m" -msgstr "no se pudo abrir el archivo de bloqueo «%s»: %m" +msgid "array of weight is too short" +msgstr "el array de pesos es muy corto" -#: utils/init/miscinit.c:1071 +#: utils/adt/tsrank.c:422 #, c-format -msgid "could not read lock file \"%s\": %m" -msgstr "no se pudo leer el archivo de bloqueo «%s»: %m" +msgid "array of weight must not contain nulls" +msgstr "los arrays de pesos no deben contener valores nulos" -#: utils/init/miscinit.c:1080 +#: utils/adt/tsrank.c:431 utils/adt/tsrank.c:871 #, c-format -msgid "lock file \"%s\" is empty" -msgstr "el archivo de bloqueo «%s» está vacío" +msgid "weight out of range" +msgstr "peso fuera de rango" -#: utils/init/miscinit.c:1081 +#: utils/adt/tsvector.c:215 #, c-format -msgid "Either another server is starting, or the lock file is the remnant of a previous server startup crash." -msgstr "Otro proceso servidor está iniciándose, o el archivo de bloqueo es remanente de una caída durante un inicio anterior." +msgid "word is too long (%ld bytes, max %ld bytes)" +msgstr "la palabra es demasiado larga (%ld, máximo %ld bytes)" -#: utils/init/miscinit.c:1125 +#: utils/adt/tsvector.c:222 #, c-format -msgid "lock file \"%s\" already exists" -msgstr "el archivo de bloqueo «%s» ya existe" +msgid "string is too long for tsvector (%ld bytes, max %ld bytes)" +msgstr "la cadena es demasiado larga para tsvector (%ld bytes, máximo %ld bytes)" -#: utils/init/miscinit.c:1129 +#: utils/adt/tsvector_op.c:328 utils/adt/tsvector_op.c:608 +#: utils/adt/tsvector_op.c:770 #, c-format -msgid "Is another postgres (PID %d) running in data directory \"%s\"?" -msgstr "¿Hay otro postgres (PID %d) corriendo en el directorio de datos «%s»?" +msgid "lexeme array may not contain nulls" +msgstr "el array de lexemas no debe contener nulls" -#: utils/init/miscinit.c:1131 +#: utils/adt/tsvector_op.c:840 #, c-format -msgid "Is another postmaster (PID %d) running in data directory \"%s\"?" -msgstr "¿Hay otro postmaster (PID %d) corriendo en el directorio de datos «%s»?" +msgid "weight array may not contain nulls" +msgstr "el array de pesos no debe contener nulls" -#: utils/init/miscinit.c:1134 +#: utils/adt/tsvector_op.c:864 #, c-format -msgid "Is another postgres (PID %d) using socket file \"%s\"?" -msgstr "¿Hay otro postgres (PID %d) usando el socket «%s»?" +msgid "unrecognized weight: \"%c\"" +msgstr "no se reconoce el peso: «%c»" -#: utils/init/miscinit.c:1136 +#: utils/adt/tsvector_op.c:2426 #, c-format -msgid "Is another postmaster (PID %d) using socket file \"%s\"?" -msgstr "¿Hay otro postmaster (PID %d) usando el socket «%s»?" +msgid "ts_stat query must return one tsvector column" +msgstr "la consulta ts_stat debe retornar una columna tsvector" -#: utils/init/miscinit.c:1187 +#: utils/adt/tsvector_op.c:2615 #, c-format -msgid "could not remove old lock file \"%s\": %m" -msgstr "no se pudo eliminar el archivo de bloqueo antiguo «%s»: %m" +msgid "tsvector column \"%s\" does not exist" +msgstr "la columna tsvector «%s» no existe" -#: utils/init/miscinit.c:1189 +#: utils/adt/tsvector_op.c:2622 #, c-format -msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again." -msgstr "El archivo parece accidentalmente abandonado, pero no pudo ser eliminado. Por favor elimine el archivo manualmente e intente nuevamente." +msgid "column \"%s\" is not of tsvector type" +msgstr "la columna «%s» no es de tipo tsvector" -#: utils/init/miscinit.c:1226 utils/init/miscinit.c:1240 -#: utils/init/miscinit.c:1251 +#: utils/adt/tsvector_op.c:2634 #, c-format -msgid "could not write lock file \"%s\": %m" -msgstr "no se pudo escribir el archivo de bloqueo «%s»: %m" +msgid "configuration column \"%s\" does not exist" +msgstr "la columna de configuración «%s» no existe" -#: utils/init/miscinit.c:1362 utils/init/miscinit.c:1504 utils/misc/guc.c:10401 +#: utils/adt/tsvector_op.c:2640 #, c-format -msgid "could not read from file \"%s\": %m" -msgstr "no se pudo leer el archivo «%s»: %m" +msgid "column \"%s\" is not of regconfig type" +msgstr "la columna «%s» no es de tipo regconfig" -#: utils/init/miscinit.c:1492 +#: utils/adt/tsvector_op.c:2647 #, c-format -msgid "could not open file \"%s\": %m; continuing anyway" -msgstr "no se pudo abrir el archivo «%s»: %m; continuando de todas formas" +msgid "configuration column \"%s\" must not be null" +msgstr "la columna de configuración «%s» no debe ser nula" -#: utils/init/miscinit.c:1517 +#: utils/adt/tsvector_op.c:2660 #, c-format -msgid "lock file \"%s\" contains wrong PID: %ld instead of %ld" -msgstr "el archivo de bloqueo «%s» tiene un PID erróneo: %ld en lugar de %ld" +msgid "text search configuration name \"%s\" must be schema-qualified" +msgstr "el nombre de la configuración de búsqueda «%s» debe ser calificada con esquema" -#: utils/init/miscinit.c:1556 utils/init/miscinit.c:1572 +#: utils/adt/tsvector_op.c:2685 #, c-format -msgid "\"%s\" is not a valid data directory" -msgstr "«%s» no es un directorio de datos válido" +msgid "column \"%s\" is not of a character type" +msgstr "la columna «%s» no es de un tipo textual" -#: utils/init/miscinit.c:1558 +#: utils/adt/tsvector_parser.c:134 #, c-format -msgid "File \"%s\" is missing." -msgstr "Falta el archivo «%s»." +msgid "syntax error in tsvector: \"%s\"" +msgstr "error de sintaxis en tsvector: «%s»" -#: utils/init/miscinit.c:1574 +#: utils/adt/tsvector_parser.c:200 #, c-format -msgid "File \"%s\" does not contain valid data." -msgstr "El archivo «%s» no contiene datos válidos." +msgid "there is no escaped character: \"%s\"" +msgstr "no hay carácter escapado: «%s»" -#: utils/init/miscinit.c:1576 +#: utils/adt/tsvector_parser.c:318 #, c-format -msgid "You might need to initdb." -msgstr "Puede ser necesario ejecutar initdb." +msgid "wrong position info in tsvector: \"%s\"" +msgstr "información posicional incorrecta en tsvector: «%s»" -#: utils/init/miscinit.c:1584 +#: utils/adt/uuid.c:428 #, c-format -msgid "The data directory was initialized by PostgreSQL version %s, which is not compatible with this version %s." -msgstr "El directorio de datos fue inicializado por PostgreSQL versión %s, que no es compatible con esta versión %s." +msgid "could not generate random values" +msgstr "no se pudo generar valores aleatorios" -#: utils/init/postinit.c:254 +#: utils/adt/varbit.c:110 utils/adt/varchar.c:53 #, c-format -msgid "replication connection authorized: user=%s" -msgstr "conexión de replicación autorizada: usuario=%s" +msgid "length for type %s must be at least 1" +msgstr "el largo para el tipo %s debe ser al menos 1" -#: utils/init/postinit.c:257 +#: utils/adt/varbit.c:115 utils/adt/varchar.c:57 #, c-format -msgid "connection authorized: user=%s" -msgstr "conexión autorizada: usuario=%s" +msgid "length for type %s cannot exceed %d" +msgstr "el largo del tipo %s no puede exceder %d" -#: utils/init/postinit.c:260 +#: utils/adt/varbit.c:198 utils/adt/varbit.c:499 utils/adt/varbit.c:994 #, c-format -msgid " database=%s" -msgstr " base_de_datos=%s" +msgid "bit string length exceeds the maximum allowed (%d)" +msgstr "el tamaño de la cadena de bits excede el máximo permitido (%d)" -#: utils/init/postinit.c:263 +#: utils/adt/varbit.c:212 utils/adt/varbit.c:356 utils/adt/varbit.c:406 #, c-format -msgid " application_name=%s" -msgstr " nombre_de_aplicación=%s" +msgid "bit string length %d does not match type bit(%d)" +msgstr "el largo de la cadena de bits %d no coincide con el tipo bit(%d)" -#: utils/init/postinit.c:268 +#: utils/adt/varbit.c:234 utils/adt/varbit.c:535 #, c-format -msgid " SSL enabled (protocol=%s, cipher=%s, bits=%d)" -msgstr " SSL habilitado (protocolo=%s, cifrado=%s, bits=%d)" +msgid "\"%.*s\" is not a valid binary digit" +msgstr "«%.*s» no es un dígito binario válido" -#: utils/init/postinit.c:280 +#: utils/adt/varbit.c:259 utils/adt/varbit.c:560 #, c-format -msgid " GSS (authenticated=%s, encrypted=%s, principal=%s)" -msgstr " GSS (autenticado=%s, cifrado=%s, principal=%s)" - -#: utils/init/postinit.c:281 utils/init/postinit.c:282 -#: utils/init/postinit.c:287 utils/init/postinit.c:288 -msgid "no" -msgstr "no" - -#: utils/init/postinit.c:281 utils/init/postinit.c:282 -#: utils/init/postinit.c:287 utils/init/postinit.c:288 -msgid "yes" -msgstr "sí" +msgid "\"%.*s\" is not a valid hexadecimal digit" +msgstr "«%.*s» no es un dígito hexadecimal válido" -#: utils/init/postinit.c:286 +#: utils/adt/varbit.c:347 utils/adt/varbit.c:652 #, c-format -msgid " GSS (authenticated=%s, encrypted=%s)" -msgstr " GSS (autenticado=%s, cifrado=%s)" +msgid "invalid length in external bit string" +msgstr "el largo no es válido en cadena de bits externa" -#: utils/init/postinit.c:323 +#: utils/adt/varbit.c:513 utils/adt/varbit.c:661 utils/adt/varbit.c:757 #, c-format -msgid "database \"%s\" has disappeared from pg_database" -msgstr "la base de datos «%s» ha desaparecido de pg_database" +msgid "bit string too long for type bit varying(%d)" +msgstr "la cadena de bits es demasiado larga para el tipo bit varying(%d)" -#: utils/init/postinit.c:325 +#: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 +#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3340 +#: utils/adt/varlena.c:3418 #, c-format -msgid "Database OID %u now seems to belong to \"%s\"." -msgstr "Base de datos con OID %u ahora parece pertenecer a «%s»." +msgid "negative substring length not allowed" +msgstr "no se permite un largo negativo de subcadena" -#: utils/init/postinit.c:345 +#: utils/adt/varbit.c:1261 #, c-format -msgid "database \"%s\" is not currently accepting connections" -msgstr "la base de datos «%s» no acepta conexiones" +msgid "cannot AND bit strings of different sizes" +msgstr "no se puede hacer AND entre cadenas de bits de distintos tamaños" -#: utils/init/postinit.c:358 +#: utils/adt/varbit.c:1302 #, c-format -msgid "permission denied for database \"%s\"" -msgstr "permiso denegado a la base de datos «%s»" +msgid "cannot OR bit strings of different sizes" +msgstr "no se puede hacer OR entre cadenas de bits de distintos tamaños" -#: utils/init/postinit.c:359 +#: utils/adt/varbit.c:1342 #, c-format -msgid "User does not have CONNECT privilege." -msgstr "Usuario no tiene privilegios de conexión." +msgid "cannot XOR bit strings of different sizes" +msgstr "no se puede hacer XOR entre cadenas de bits de distintos tamaños" -#: utils/init/postinit.c:376 +#: utils/adt/varbit.c:1824 utils/adt/varbit.c:1882 #, c-format -msgid "too many connections for database \"%s\"" -msgstr "demasiadas conexiones para la base de datos «%s»" +msgid "bit index %d out of valid range (0..%d)" +msgstr "el índice de bit %d está fuera del rango válido (0..%d)" -#: utils/init/postinit.c:398 utils/init/postinit.c:405 +#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3622 #, c-format -msgid "database locale is incompatible with operating system" -msgstr "la configuración regional es incompatible con el sistema operativo" +msgid "new bit must be 0 or 1" +msgstr "el nuevo bit debe ser 0 o 1" -#: utils/init/postinit.c:399 +#: utils/adt/varchar.c:157 utils/adt/varchar.c:310 #, c-format -msgid "The database was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()." -msgstr "La base de datos fue inicializada con LC_COLLATE «%s», el cual no es reconocido por setlocale()." +msgid "value too long for type character(%d)" +msgstr "el valor es demasiado largo para el tipo character(%d)" -#: utils/init/postinit.c:401 utils/init/postinit.c:408 +#: utils/adt/varchar.c:472 utils/adt/varchar.c:634 #, c-format -msgid "Recreate the database with another locale or install the missing locale." -msgstr "Recree la base de datos con otra configuración regional, o instale la configuración regional faltante." +msgid "value too long for type character varying(%d)" +msgstr "el valor es demasiado largo para el tipo character varying(%d)" -#: utils/init/postinit.c:406 +#: utils/adt/varchar.c:732 utils/adt/varlena.c:1516 #, c-format -msgid "The database was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()." -msgstr "La base de datos fueron inicializada con LC_CTYPE «%s», el cual no es reconocido por setlocale()." +msgid "could not determine which collation to use for string comparison" +msgstr "no se pudo determinar qué ordenamiento usar para la comparación de cadenas" -#: utils/init/postinit.c:761 +#: utils/adt/varlena.c:1209 utils/adt/varlena.c:1956 #, c-format -msgid "no roles are defined in this database system" -msgstr "no hay roles definidos en esta base de datos" +msgid "nondeterministic collations are not supported for substring searches" +msgstr "los ordenamientos no determinísticos no están soportados para búsquedas de sub-cadenas" -#: utils/init/postinit.c:762 +#: utils/adt/varlena.c:1615 utils/adt/varlena.c:1628 #, c-format -msgid "You should immediately run CREATE USER \"%s\" SUPERUSER;." -msgstr "Debería ejecutar imediatamente CREATE USER \"%s\" SUPERUSER;." +msgid "could not convert string to UTF-16: error code %lu" +msgstr "no se pudo convertir la cadena a UTF-16: código de error %lu" -#: utils/init/postinit.c:798 +#: utils/adt/varlena.c:1643 #, c-format -msgid "new replication connections are not allowed during database shutdown" -msgstr "nuevas conexiones de replicación no son permitidas durante el apagado de la base de datos" +msgid "could not compare Unicode strings: %m" +msgstr "no se pudieron comparar las cadenas Unicode: %m" -#: utils/init/postinit.c:802 +#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2406 #, c-format -msgid "must be superuser to connect during database shutdown" -msgstr "debe ser superusuario para conectarse durante el apagado de la base de datos" +msgid "collation failed: %s" +msgstr "el ordenamiento falló: %s" -#: utils/init/postinit.c:812 +#: utils/adt/varlena.c:2613 #, c-format -msgid "must be superuser to connect in binary upgrade mode" -msgstr "debe ser superusuario para conectarse en modo de actualización binaria" +msgid "sort key generation failed: %s" +msgstr "la generación de la llave de ordenamiento falló: %s" -#: utils/init/postinit.c:825 +#: utils/adt/varlena.c:3506 utils/adt/varlena.c:3573 #, c-format -msgid "remaining connection slots are reserved for non-replication superuser connections" -msgstr "las conexiones restantes están reservadas a superusuarios y no de replicación" +msgid "index %d out of valid range, 0..%d" +msgstr "el índice %d está fuera de rango [0..%d]" -#: utils/init/postinit.c:835 +#: utils/adt/varlena.c:3537 utils/adt/varlena.c:3609 #, c-format -msgid "must be superuser or replication role to start walsender" -msgstr "debe ser superusuario o rol de replicación para iniciar el walsender" +msgid "index %lld out of valid range, 0..%lld" +msgstr "el índice %lld está fuera de rango, 0..%lld" -#: utils/init/postinit.c:904 +#: utils/adt/varlena.c:4645 #, c-format -msgid "database %u does not exist" -msgstr "no existe la base de datos %u" +msgid "field position must not be zero" +msgstr "la posición del campo no debe ser cero" -#: utils/init/postinit.c:993 +#: utils/adt/varlena.c:5686 #, c-format -msgid "It seems to have just been dropped or renamed." -msgstr "Parece haber sido eliminada o renombrada." +msgid "unterminated format() type specifier" +msgstr "especificador de tipo inconcluso en format()" -#: utils/init/postinit.c:1011 +#: utils/adt/varlena.c:5687 utils/adt/varlena.c:5821 utils/adt/varlena.c:5942 #, c-format -msgid "The database subdirectory \"%s\" is missing." -msgstr "Falta el subdirectorio de base de datos «%s»." +msgid "For a single \"%%\" use \"%%%%\"." +msgstr "Para un «%%» solo, use «%%%%»." -#: utils/init/postinit.c:1016 +#: utils/adt/varlena.c:5819 utils/adt/varlena.c:5940 #, c-format -msgid "could not access directory \"%s\": %m" -msgstr "no se pudo acceder al directorio «%s»: %m" +msgid "unrecognized format() type specifier \"%.*s\"" +msgstr "especificador de tipo no reconocido «%.*s» en format()" -#: utils/mb/conv.c:522 utils/mb/conv.c:733 +#: utils/adt/varlena.c:5832 utils/adt/varlena.c:5889 #, c-format -msgid "invalid encoding number: %d" -msgstr "el número de codificación no es válido: %d" +msgid "too few arguments for format()" +msgstr "muy pocos argumentos para format()" -#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:129 -#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:165 +#: utils/adt/varlena.c:5985 utils/adt/varlena.c:6167 #, c-format -msgid "unexpected encoding ID %d for ISO 8859 character sets" -msgstr "ID de codificación %d inesperado para juegos de caracteres ISO 8859" +msgid "number is out of range" +msgstr "el número está fuera de rango" -#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:110 -#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:146 +#: utils/adt/varlena.c:6048 utils/adt/varlena.c:6076 #, c-format -msgid "unexpected encoding ID %d for WIN character sets" -msgstr "ID de codificación %d inesperado para juegos de caracteres WIN" +msgid "format specifies argument 0, but arguments are numbered from 1" +msgstr "la conversión especifica el argumento 0, pero los argumentos se numeran desde 1" -#: utils/mb/mbutils.c:297 utils/mb/mbutils.c:900 +#: utils/adt/varlena.c:6069 #, c-format -msgid "conversion between %s and %s is not supported" -msgstr "la conversión entre %s y %s no está soportada" +msgid "width argument position must be ended by \"$\"" +msgstr "la posición del argumento de anchura debe terminar con «$»" -#: utils/mb/mbutils.c:385 +#: utils/adt/varlena.c:6114 #, c-format -msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist" -msgstr "no existe el procedimiento por omisión de conversión desde la codificación «%s» a «%s»" +msgid "null values cannot be formatted as an SQL identifier" +msgstr "los valores nulos no pueden ser formateados como un identificador SQL" -#: utils/mb/mbutils.c:402 utils/mb/mbutils.c:430 utils/mb/mbutils.c:815 -#: utils/mb/mbutils.c:842 +#: utils/adt/varlena.c:6240 #, c-format -msgid "String of %d bytes is too long for encoding conversion." -msgstr "La cadena de %d bytes es demasiado larga para la recodificación." +msgid "Unicode normalization can only be performed if server encoding is UTF8" +msgstr "la normalización Unicode sólo puede ser hecha si la codificación de servidor es UTF8" -#: utils/mb/mbutils.c:568 +#: utils/adt/varlena.c:6253 #, c-format -msgid "invalid source encoding name \"%s\"" -msgstr "la codificación de origen «%s» no es válida" +msgid "invalid normalization form: %s" +msgstr "forma de normalización no válida: %s" -#: utils/mb/mbutils.c:573 +#: utils/adt/varlena.c:6456 utils/adt/varlena.c:6491 utils/adt/varlena.c:6526 #, c-format -msgid "invalid destination encoding name \"%s\"" -msgstr "la codificación de destino «%s» no es válida" +msgid "invalid Unicode code point: %04X" +msgstr "punto de código Unicode no válido: %04X" -#: utils/mb/mbutils.c:713 +#: utils/adt/varlena.c:6556 #, c-format -msgid "invalid byte value for encoding \"%s\": 0x%02x" -msgstr "byte no válido para codificación «%s»: 0x%02x" +msgid "Unicode escapes must be \\XXXX, \\+XXXXXX, \\uXXXX, or \\UXXXXXXXX." +msgstr "Los escapes Unicode deben ser \\XXXX, \\+XXXXXX, \\uXXXX o \\UXXXXXXXX." -#: utils/mb/mbutils.c:877 +#: utils/adt/windowfuncs.c:243 #, c-format -msgid "invalid Unicode code point" -msgstr "punto de código Unicode no válido" +msgid "argument of ntile must be greater than zero" +msgstr "el argumento de ntile debe ser mayor que cero" -#: utils/mb/mbutils.c:1146 +#: utils/adt/windowfuncs.c:465 #, c-format -msgid "bind_textdomain_codeset failed" -msgstr "bind_textdomain_codeset falló" +msgid "argument of nth_value must be greater than zero" +msgstr "el argumento de nth_value debe ser mayor que cero" -#: utils/mb/mbutils.c:1667 +#: utils/adt/xid8funcs.c:117 #, c-format -msgid "invalid byte sequence for encoding \"%s\": %s" -msgstr "secuencia de bytes no válida para codificación «%s»: %s" +msgid "transaction ID %s is in the future" +msgstr "el ID de transacción %s está en el futuro" -#: utils/mb/mbutils.c:1700 +#: utils/adt/xid8funcs.c:548 #, c-format -msgid "character with byte sequence %s in encoding \"%s\" has no equivalent in encoding \"%s\"" -msgstr "carácter con secuencia de bytes %s en codificación «%s» no tiene equivalente en la codificación «%s»" - -#: utils/misc/guc.c:720 -msgid "Ungrouped" -msgstr "Sin Grupo" +msgid "invalid external pg_snapshot data" +msgstr "datos externos pg_snapshot no válidos" -#: utils/misc/guc.c:722 -msgid "File Locations" -msgstr "Ubicaciones de Archivos" +#: utils/adt/xml.c:222 +#, c-format +msgid "unsupported XML feature" +msgstr "característica XML no soportada" -#: utils/misc/guc.c:724 -msgid "Connections and Authentication / Connection Settings" -msgstr "Conexiones y Autentificación / Parámetros de Conexión" +#: utils/adt/xml.c:223 +#, c-format +msgid "This functionality requires the server to be built with libxml support." +msgstr "Esta funcionalidad requiere que el servidor haya sido construido con soporte libxml." -#: utils/misc/guc.c:726 -msgid "Connections and Authentication / Authentication" -msgstr "Conexiones y Autentificación / Autentificación" +#: utils/adt/xml.c:243 utils/mb/mbutils.c:627 +#, c-format +msgid "invalid encoding name \"%s\"" +msgstr "nombre de codificación «%s» no válido" -#: utils/misc/guc.c:728 -msgid "Connections and Authentication / SSL" -msgstr "Conexiones y Autentificación / SSL" +#: utils/adt/xml.c:486 utils/adt/xml.c:491 +#, c-format +msgid "invalid XML comment" +msgstr "comentario XML no válido" -#: utils/misc/guc.c:730 -msgid "Resource Usage / Memory" -msgstr "Uso de Recursos / Memoria" +#: utils/adt/xml.c:620 +#, c-format +msgid "not an XML document" +msgstr "no es un documento XML" -#: utils/misc/guc.c:732 -msgid "Resource Usage / Disk" -msgstr "Uso de Recursos / Disco" +#: utils/adt/xml.c:779 utils/adt/xml.c:802 +#, c-format +msgid "invalid XML processing instruction" +msgstr "instrucción de procesamiento XML no válida" -#: utils/misc/guc.c:734 -msgid "Resource Usage / Kernel Resources" -msgstr "Uso de Recursos / Recursos del Kernel" +#: utils/adt/xml.c:780 +#, c-format +msgid "XML processing instruction target name cannot be \"%s\"." +msgstr "el nombre de destino de la instrucción de procesamiento XML no puede ser «%s»." -#: utils/misc/guc.c:736 -msgid "Resource Usage / Cost-Based Vacuum Delay" -msgstr "Uso de Recursos / Retardo de Vacuum por Costos" +#: utils/adt/xml.c:803 +#, c-format +msgid "XML processing instruction cannot contain \"?>\"." +msgstr "la instrucción de procesamiento XML no puede contener «?>»." -#: utils/misc/guc.c:738 -msgid "Resource Usage / Background Writer" -msgstr "Uso de Recursos / Escritor en Segundo Plano" +#: utils/adt/xml.c:882 +#, c-format +msgid "xmlvalidate is not implemented" +msgstr "xmlvalidate no está implementado" -#: utils/misc/guc.c:740 -msgid "Resource Usage / Asynchronous Behavior" -msgstr "Uso de Recursos / Comportamiento Asíncrono" +#: utils/adt/xml.c:961 +#, c-format +msgid "could not initialize XML library" +msgstr "no se pudo inicializar la biblioteca XML" -#: utils/misc/guc.c:742 -msgid "Write-Ahead Log / Settings" -msgstr "Write-Ahead Log / Configuraciones" +#: utils/adt/xml.c:962 +#, c-format +msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." +msgstr "libxml2 tiene tipo char incompatible: sizeof(char)=%u, sizeof(xmlChar)=%u." -#: utils/misc/guc.c:744 -msgid "Write-Ahead Log / Checkpoints" -msgstr "Write-Ahead Log / Puntos de Control (Checkpoints)" +#: utils/adt/xml.c:1048 +#, c-format +msgid "could not set up XML error handler" +msgstr "no se pudo instalar un gestor de errores XML" -#: utils/misc/guc.c:746 -msgid "Write-Ahead Log / Archiving" -msgstr "Write-Ahead Log / Archivado" +#: utils/adt/xml.c:1049 +#, c-format +msgid "This probably indicates that the version of libxml2 being used is not compatible with the libxml2 header files that PostgreSQL was built with." +msgstr "Esto probablemente indica que la versión de libxml2 en uso no es compatible con los archivos de cabecera libxml2 con los que PostgreSQL fue construido." -#: utils/misc/guc.c:748 -msgid "Write-Ahead Log / Archive Recovery" -msgstr "Write-Ahead Log / Recuperación desde Archivo" +#: utils/adt/xml.c:1936 +msgid "Invalid character value." +msgstr "Valor de carácter no válido." -#: utils/misc/guc.c:750 -msgid "Write-Ahead Log / Recovery Target" -msgstr "Write-Ahead Log / Destino de Recuperación" +#: utils/adt/xml.c:1939 +msgid "Space required." +msgstr "Se requiere un espacio." -#: utils/misc/guc.c:752 -msgid "Replication / Sending Servers" -msgstr "Replicación / Servidores de Envío" +#: utils/adt/xml.c:1942 +msgid "standalone accepts only 'yes' or 'no'." +msgstr "standalone acepta sólo 'yes' y 'no'." -#: utils/misc/guc.c:754 -msgid "Replication / Primary Server" -msgstr "Replicación / Servidor Primario" +#: utils/adt/xml.c:1945 +msgid "Malformed declaration: missing version." +msgstr "Declaración mal formada: falta la versión." -#: utils/misc/guc.c:756 -msgid "Replication / Standby Servers" -msgstr "Replicación / Servidores Standby" +#: utils/adt/xml.c:1948 +msgid "Missing encoding in text declaration." +msgstr "Falta especificación de codificación en declaración de texto." -#: utils/misc/guc.c:758 -msgid "Replication / Subscribers" -msgstr "Replicación / Suscriptores" +#: utils/adt/xml.c:1951 +msgid "Parsing XML declaration: '?>' expected." +msgstr "Procesando declaración XML: se esperaba '?>'." -#: utils/misc/guc.c:760 -msgid "Query Tuning / Planner Method Configuration" -msgstr "Afinamiento de Consultas / Configuración de Métodos del Planner" +#: utils/adt/xml.c:1954 +#, c-format +msgid "Unrecognized libxml error code: %d." +msgstr "Código de error libxml no reconocido: %d." -#: utils/misc/guc.c:762 -msgid "Query Tuning / Planner Cost Constants" -msgstr "Afinamiento de Consultas / Constantes de Costo del Planner" +#: utils/adt/xml.c:2211 +#, c-format +msgid "XML does not support infinite date values." +msgstr "XML no soporta valores infinitos de fecha." -#: utils/misc/guc.c:764 -msgid "Query Tuning / Genetic Query Optimizer" -msgstr "Afinamiento de Consultas / Optimizador Genético de Consultas" +#: utils/adt/xml.c:2233 utils/adt/xml.c:2260 +#, c-format +msgid "XML does not support infinite timestamp values." +msgstr "XML no soporta valores infinitos de timestamp." -#: utils/misc/guc.c:766 -msgid "Query Tuning / Other Planner Options" -msgstr "Afinamiento de Consultas / Otras Opciones del Planner" +#: utils/adt/xml.c:2676 +#, c-format +msgid "invalid query" +msgstr "consulta no válido" -#: utils/misc/guc.c:768 -msgid "Reporting and Logging / Where to Log" -msgstr "Reporte y Registro / Dónde Registrar" +#: utils/adt/xml.c:4016 +#, c-format +msgid "invalid array for XML namespace mapping" +msgstr "array no válido para mapeo de espacio de nombres XML" -#: utils/misc/guc.c:770 -msgid "Reporting and Logging / When to Log" -msgstr "Reporte y Registro / Cuándo Registrar" +#: utils/adt/xml.c:4017 +#, c-format +msgid "The array must be two-dimensional with length of the second axis equal to 2." +msgstr "El array debe ser bidimensional y el largo del segundo eje igual a 2." -#: utils/misc/guc.c:772 -msgid "Reporting and Logging / What to Log" -msgstr "Reporte y Registro / Qué Registrar" +#: utils/adt/xml.c:4041 +#, c-format +msgid "empty XPath expression" +msgstr "expresion XPath vacía" -#: utils/misc/guc.c:774 -msgid "Reporting and Logging / Process Title" -msgstr "Reporte y Registro / Título del Proceso" +#: utils/adt/xml.c:4093 +#, c-format +msgid "neither namespace name nor URI may be null" +msgstr "ni el espacio de nombres ni la URI pueden ser vacíos" -#: utils/misc/guc.c:776 -msgid "Statistics / Monitoring" -msgstr "Estadísticas / Monitoreo" +#: utils/adt/xml.c:4100 +#, c-format +msgid "could not register XML namespace with name \"%s\" and URI \"%s\"" +msgstr "no se pudo registrar un espacio de nombres XML llamado «%s» con URI «%s»" -#: utils/misc/guc.c:778 -msgid "Statistics / Query and Index Statistics Collector" -msgstr "Estadísticas / Recolector de Estadísticas de Consultas e Índices" +#: utils/adt/xml.c:4451 +#, c-format +msgid "DEFAULT namespace is not supported" +msgstr "el espacio de nombres DEFAULT no está soportado" -#: utils/misc/guc.c:780 -msgid "Autovacuum" -msgstr "Autovacuum" +#: utils/adt/xml.c:4480 +#, c-format +msgid "row path filter must not be empty string" +msgstr "el «path» de filtro de registros no debe ser la cadena vacía" -#: utils/misc/guc.c:782 -msgid "Client Connection Defaults / Statement Behavior" -msgstr "Valores por Omisión de Conexiones / Comportamiento de Sentencias" +#: utils/adt/xml.c:4511 +#, c-format +msgid "column path filter must not be empty string" +msgstr "el «path» de filtro de columna no debe ser la cadena vacía" -#: utils/misc/guc.c:784 -msgid "Client Connection Defaults / Locale and Formatting" -msgstr "Valores por Omisión de Conexiones / Configuraciones Regionales y Formateo" +#: utils/adt/xml.c:4655 +#, c-format +msgid "more than one value returned by column XPath expression" +msgstr "la expresión XPath de columna retornó más de un valor" -#: utils/misc/guc.c:786 -msgid "Client Connection Defaults / Shared Library Preloading" -msgstr "Valores por Omisión de Conexiones / Precargado de Bibliotecas Compartidas" +#: utils/cache/lsyscache.c:1042 +#, c-format +msgid "cast from type %s to type %s does not exist" +msgstr "no existe la conversión del tipo %s al tipo %s" -#: utils/misc/guc.c:788 -msgid "Client Connection Defaults / Other Defaults" -msgstr "Valores por Omisión de Conexiones / Otros Valores" +#: utils/cache/lsyscache.c:2844 utils/cache/lsyscache.c:2877 +#: utils/cache/lsyscache.c:2910 utils/cache/lsyscache.c:2943 +#, c-format +msgid "type %s is only a shell" +msgstr "el tipo %s está inconcluso" -#: utils/misc/guc.c:790 -msgid "Lock Management" -msgstr "Manejo de Bloqueos" +#: utils/cache/lsyscache.c:2849 +#, c-format +msgid "no input function available for type %s" +msgstr "no hay una función de entrada para el tipo %s" -#: utils/misc/guc.c:792 -msgid "Version and Platform Compatibility / Previous PostgreSQL Versions" -msgstr "Compatibilidad de Versión y Plataforma / Versiones Anteriores de PostgreSQL" +#: utils/cache/lsyscache.c:2882 +#, c-format +msgid "no output function available for type %s" +msgstr "no hay una función de salida para el tipo %s" -#: utils/misc/guc.c:794 -msgid "Version and Platform Compatibility / Other Platforms and Clients" -msgstr "Compatibilidad de Versión y Plataforma / Otras Plataformas y Clientes" +#: utils/cache/partcache.c:215 +#, c-format +msgid "operator class \"%s\" of access method %s is missing support function %d for type %s" +msgstr "falta la función de soporte %3$d para el tipo %4$s de la clase de operadores «%1$s» del método de acceso %2$s" -#: utils/misc/guc.c:796 -msgid "Error Handling" -msgstr "Gestión de Errores" +#: utils/cache/plancache.c:720 +#, c-format +msgid "cached plan must not change result type" +msgstr "el plan almacenado no debe cambiar el tipo de resultado" -#: utils/misc/guc.c:798 -msgid "Preset Options" -msgstr "Opciones Predefinidas" +#: utils/cache/relcache.c:6324 +#, c-format +msgid "could not create relation-cache initialization file \"%s\": %m" +msgstr "no se pudo crear el archivo de cache de catálogos de sistema «%s»: %m" -#: utils/misc/guc.c:800 -msgid "Customized Options" -msgstr "Opciones Personalizadas" +#: utils/cache/relcache.c:6326 +#, c-format +msgid "Continuing anyway, but there's something wrong." +msgstr "Prosiguiendo de todas maneras, pero hay algo mal." -#: utils/misc/guc.c:802 -msgid "Developer Options" -msgstr "Opciones de Desarrollador" +#: utils/cache/relcache.c:6648 +#, c-format +msgid "could not remove cache file \"%s\": %m" +msgstr "no se pudo eliminar el archivo de cache «%s»: %m" -#: utils/misc/guc.c:860 -msgid "Valid units for this parameter are \"B\", \"kB\", \"MB\", \"GB\", and \"TB\"." -msgstr "Unidades válidas para este parámetro son «B», «kB», «MB», «GB» y «TB»." +#: utils/cache/relmapper.c:531 +#, c-format +msgid "cannot PREPARE a transaction that modified relation mapping" +msgstr "no se puede hacer PREPARE de una transacción que ha modificado el mapeo de relaciones" -#: utils/misc/guc.c:897 -msgid "Valid units for this parameter are \"us\", \"ms\", \"s\", \"min\", \"h\", and \"d\"." -msgstr "Unidades válidas son para este parámetro son «us», «ms», «s», «min», «h» y «d»." +#: utils/cache/relmapper.c:767 +#, c-format +msgid "relation mapping file \"%s\" contains invalid data" +msgstr "el archivo de mapeo de relaciones «%s» contiene datos no válidos" -#: utils/misc/guc.c:959 -msgid "Enables the planner's use of sequential-scan plans." -msgstr "Permitir el uso de planes de recorrido secuencial." +#: utils/cache/relmapper.c:777 +#, c-format +msgid "relation mapping file \"%s\" contains incorrect checksum" +msgstr "el archivo de mapeo de relaciones «%s» tiene una suma de verificación incorrecta" -#: utils/misc/guc.c:969 -msgid "Enables the planner's use of index-scan plans." -msgstr "Permitir el uso de planes de recorrido de índice." +#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:463 +#, c-format +msgid "record type has not been registered" +msgstr "el tipo record no ha sido registrado" -#: utils/misc/guc.c:979 -msgid "Enables the planner's use of index-only-scan plans." -msgstr "Permitir el uso de planes de recorrido de sólo-índice." +#: utils/error/assert.c:39 +#, c-format +msgid "TRAP: ExceptionalCondition: bad arguments in PID %d\n" +msgstr "TRAP: ExceptionalCondition: argumentos erróneos en PID %d\n" -#: utils/misc/guc.c:989 -msgid "Enables the planner's use of bitmap-scan plans." -msgstr "Permitir el uso de planes de recorrido de índice por mapas de bits." +#: utils/error/assert.c:42 +#, c-format +msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d, PID: %d)\n" +msgstr "TRAP: %s(«%s», Archivo: «%s», Línea: %d, PID: %d)\n" -#: utils/misc/guc.c:999 -msgid "Enables the planner's use of TID scan plans." -msgstr "Permitir el uso de planes de recorrido por TID." +#: utils/error/elog.c:409 +#, c-format +msgid "error occurred before error message processing is available\n" +msgstr "ocurrió un error antes de que el procesamiento de errores esté disponible\n" -#: utils/misc/guc.c:1009 -msgid "Enables the planner's use of explicit sort steps." -msgstr "Permitir el uso de pasos explícitos de ordenamiento." +#: utils/error/elog.c:1948 +#, c-format +msgid "could not reopen file \"%s\" as stderr: %m" +msgstr "no se pudo reabrir «%s» para error estándar: %m" -#: utils/misc/guc.c:1019 -msgid "Enables the planner's use of incremental sort steps." -msgstr "Permitir el uso de pasos incrementales de ordenamiento." +#: utils/error/elog.c:1961 +#, c-format +msgid "could not reopen file \"%s\" as stdout: %m" +msgstr "no se pudo reabrir «%s» para usar como salida estándar: %m" -#: utils/misc/guc.c:1028 -msgid "Enables the planner's use of hashed aggregation plans." -msgstr "Permitir el uso de planes de agregación a través de hash." +#: utils/error/elog.c:2456 utils/error/elog.c:2490 utils/error/elog.c:2506 +msgid "[unknown]" +msgstr "[desconocido]" -#: utils/misc/guc.c:1038 -msgid "Enables the planner's use of materialization." -msgstr "Permitir el uso de materialización de planes." +#: utils/error/elog.c:3026 utils/error/elog.c:3344 utils/error/elog.c:3451 +msgid "missing error text" +msgstr "falta un texto de mensaje de error" -#: utils/misc/guc.c:1048 -msgid "Enables the planner's use of memoization." -msgstr "Permitir el uso de memoización de planes." +#: utils/error/elog.c:3029 utils/error/elog.c:3032 +#, c-format +msgid " at character %d" +msgstr " en carácter %d" -#: utils/misc/guc.c:1058 -msgid "Enables the planner's use of nested-loop join plans." -msgstr "Permitir el uso de planes «nested-loop join»." +#: utils/error/elog.c:3042 utils/error/elog.c:3049 +msgid "DETAIL: " +msgstr "DETALLE: " -#: utils/misc/guc.c:1068 -msgid "Enables the planner's use of merge join plans." -msgstr "Permitir el uso de planes «merge join»." +#: utils/error/elog.c:3056 +msgid "HINT: " +msgstr "HINT: " -#: utils/misc/guc.c:1078 -msgid "Enables the planner's use of hash join plans." -msgstr "Permitir el uso de planes «hash join»." +#: utils/error/elog.c:3063 +msgid "QUERY: " +msgstr "CONSULTA: " -#: utils/misc/guc.c:1088 -msgid "Enables the planner's use of gather merge plans." -msgstr "Permitir el uso de planes «gather merge»." +#: utils/error/elog.c:3070 +msgid "CONTEXT: " +msgstr "CONTEXTO: " -#: utils/misc/guc.c:1098 -msgid "Enables partitionwise join." -msgstr "Permitir el uso de joins por particiones." +#: utils/error/elog.c:3080 +#, c-format +msgid "LOCATION: %s, %s:%d\n" +msgstr "UBICACIÓN: %s, %s:%d\n" -#: utils/misc/guc.c:1108 -msgid "Enables partitionwise aggregation and grouping." -msgstr "Permitir el uso de agregación y agrupamiento por particiones." +#: utils/error/elog.c:3087 +#, c-format +msgid "LOCATION: %s:%d\n" +msgstr "UBICACIÓN: %s:%d\n" -#: utils/misc/guc.c:1118 -msgid "Enables the planner's use of parallel append plans." -msgstr "Permitir el uso de planes «append» paralelos." +#: utils/error/elog.c:3094 +msgid "BACKTRACE: " +msgstr "BACKTRACE: " -#: utils/misc/guc.c:1128 -msgid "Enables the planner's use of parallel hash plans." -msgstr "Permitir el uso de planes «hash join» paralelos." +#: utils/error/elog.c:3108 +msgid "STATEMENT: " +msgstr "SENTENCIA: " -#: utils/misc/guc.c:1138 -msgid "Enables plan-time and execution-time partition pruning." -msgstr "Permitir el uso de poda de particiones en tiempo de plan y ejecución." +#: utils/error/elog.c:3496 +msgid "DEBUG" +msgstr "DEBUG" -#: utils/misc/guc.c:1139 -msgid "Allows the query planner and executor to compare partition bounds to conditions in the query to determine which partitions must be scanned." -msgstr "Permite al optimizador de consultas y al ejecutor a comparar bordes de particiones a condiciones en las consultas para determinar qué particiones deben recorrerse." +#: utils/error/elog.c:3500 +msgid "LOG" +msgstr "LOG" -#: utils/misc/guc.c:1150 -msgid "Enables the planner's use of async append plans." -msgstr "Permitir el uso de planes «append» asíncronos." +#: utils/error/elog.c:3503 +msgid "INFO" +msgstr "INFO" -#: utils/misc/guc.c:1160 -msgid "Enables genetic query optimization." -msgstr "Permitir el uso del optimizador genético de consultas." +#: utils/error/elog.c:3506 +msgid "NOTICE" +msgstr "NOTICE" -#: utils/misc/guc.c:1161 -msgid "This algorithm attempts to do planning without exhaustive searching." -msgstr "Este algoritmo intenta planear las consultas sin hacer búsqueda exhaustiva." +#: utils/error/elog.c:3510 +msgid "WARNING" +msgstr "WARNING" -#: utils/misc/guc.c:1172 -msgid "Shows whether the current user is a superuser." -msgstr "Indica si el usuario actual es superusuario." +#: utils/error/elog.c:3513 +msgid "ERROR" +msgstr "ERROR" -#: utils/misc/guc.c:1182 -msgid "Enables advertising the server via Bonjour." -msgstr "Permitir la publicación del servidor vía Bonjour." +#: utils/error/elog.c:3516 +msgid "FATAL" +msgstr "FATAL" -#: utils/misc/guc.c:1191 -msgid "Collects transaction commit time." -msgstr "Recolectar tiempo de compromiso de transacciones." +#: utils/error/elog.c:3519 +msgid "PANIC" +msgstr "PANIC" -#: utils/misc/guc.c:1200 -msgid "Enables SSL connections." -msgstr "Permitir conexiones SSL." +#: utils/fmgr/dfmgr.c:130 +#, c-format +msgid "could not find function \"%s\" in file \"%s\"" +msgstr "no se pudo encontrar la función «%s» en el archivo «%s»" -#: utils/misc/guc.c:1209 -msgid "Also use ssl_passphrase_command during server reload." -msgstr "También usar ssl_passphrase_command durante la recarga del servidor." +#: utils/fmgr/dfmgr.c:247 +#, c-format +msgid "could not load library \"%s\": %s" +msgstr "no se pudo cargar la biblioteca «%s»: %s" -#: utils/misc/guc.c:1218 -msgid "Give priority to server ciphersuite order." -msgstr "Da prioridad al orden de algoritmos de cifrado especificado por el servidor." +#: utils/fmgr/dfmgr.c:279 +#, c-format +msgid "incompatible library \"%s\": missing magic block" +msgstr "biblioteca «%s» incompatible: no se encuentra el bloque mágico" -#: utils/misc/guc.c:1227 -msgid "Forces synchronization of updates to disk." -msgstr "Forzar la sincronización de escrituras a disco." +#: utils/fmgr/dfmgr.c:281 +#, c-format +msgid "Extension libraries are required to use the PG_MODULE_MAGIC macro." +msgstr "Se requiere que las bibliotecas de extensión usen la macro PG_MODULE_MAGIC." -#: utils/misc/guc.c:1228 -msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash." -msgstr "El servidor usará la llamada a sistema fsync() en varios lugares para asegurarse que las actualizaciones son escritas físicamente a disco. Esto asegura que las bases de datos se recuperarán a un estado consistente después de una caída de hardware o sistema operativo." +#: utils/fmgr/dfmgr.c:327 +#, c-format +msgid "incompatible library \"%s\": version mismatch" +msgstr "biblioteca «%s» incompatible: versión no coincide" -#: utils/misc/guc.c:1239 -msgid "Continues processing after a checksum failure." -msgstr "Continuar procesando después de una falla de suma de verificación." +#: utils/fmgr/dfmgr.c:329 +#, c-format +msgid "Server is version %d, library is version %s." +msgstr "Versión del servidor %d, versión de biblioteca %s." -#: utils/misc/guc.c:1240 -msgid "Detection of a checksum failure normally causes PostgreSQL to report an error, aborting the current transaction. Setting ignore_checksum_failure to true causes the system to ignore the failure (but still report a warning), and continue processing. This behavior could cause crashes or other serious problems. Only has an effect if checksums are enabled." -msgstr "La detección de una suma de verificación que no coincide normalmente hace que PostgreSQL reporte un error, abortando la transacción en curso. Definiendo ignore_checksum_failure a true hace que el sistema ignore la falla (pero aún así reporta un mensaje de warning), y continúe el procesamiento. Este comportamiento podría causar caídas del sistema u otros problemas serios. Sólo tiene efecto si las sumas de verificación están activadas." +#: utils/fmgr/dfmgr.c:346 +#, c-format +msgid "Server has FUNC_MAX_ARGS = %d, library has %d." +msgstr "El servidor tiene FUNC_MAX_ARGS = %d, la librería tiene %d" -#: utils/misc/guc.c:1254 -msgid "Continues processing past damaged page headers." -msgstr "Continuar procesando después de detectar encabezados de página dañados." +#: utils/fmgr/dfmgr.c:355 +#, c-format +msgid "Server has INDEX_MAX_KEYS = %d, library has %d." +msgstr "El servidor tiene INDEX_MAX_KEYS = %d, la librería tiene %d" -#: utils/misc/guc.c:1255 -msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page." -msgstr "La detección de un encabezado de página dañado normalmente hace que PostgreSQL reporte un error, abortando la transacción en curso. Definiendo zero_damaged_pages a true hace que el sistema reporte un mensaje de warning, escriba ceros en toda la página, y continúe el procesamiento. Este comportamiento destruirá datos; en particular, todas las tuplas en la página dañada." +#: utils/fmgr/dfmgr.c:364 +#, c-format +msgid "Server has NAMEDATALEN = %d, library has %d." +msgstr "El servidor tiene NAMEDATALEN = %d, la librería tiene %d" -#: utils/misc/guc.c:1268 -msgid "Continues recovery after an invalid pages failure." -msgstr "Continuar procesando después de una falla de páginas no válidas." +#: utils/fmgr/dfmgr.c:373 +#, c-format +msgid "Server has FLOAT8PASSBYVAL = %s, library has %s." +msgstr "El servidor tiene FLOAT8PASSBYVAL = %s, la librería tiene %s" -#: utils/misc/guc.c:1269 -msgid "Detection of WAL records having references to invalid pages during recovery causes PostgreSQL to raise a PANIC-level error, aborting the recovery. Setting ignore_invalid_pages to true causes the system to ignore invalid page references in WAL records (but still report a warning), and continue recovery. This behavior may cause crashes, data loss, propagate or hide corruption, or other serious problems. Only has an effect during recovery or in standby mode." -msgstr "La detección de que registros de WAL tengan referencias a páginas no válidas durante la recuperación hace que PostgreSQL produzca un error de nivel PANIC, abortando la recuperación. Establecer el valor de ignore_invalid_pages a true hace que el sistema ignore las referencias a páginas no válidas en registros de WAL (pero aún así reporta un mensaje de warning), y continúe la recuperación. Este comportamiento podría causar caídas del sistema, pérdida de datos, propagar u ocultar corrupción, u otros problemas serios. Sólo tiene efecto durante la recuperación o en modo standby." +#: utils/fmgr/dfmgr.c:380 +msgid "Magic block has unexpected length or padding difference." +msgstr "El bloque mágico tiene un largo inesperado, o una diferencia de relleno." -#: utils/misc/guc.c:1287 -msgid "Writes full pages to WAL when first modified after a checkpoint." -msgstr "Escribe páginas completas a WAL cuando son modificadas después de un punto de control." +#: utils/fmgr/dfmgr.c:383 +#, c-format +msgid "incompatible library \"%s\": magic block mismatch" +msgstr "biblioteca «%s» incompatible: bloque mágico no coincide" -#: utils/misc/guc.c:1288 -msgid "A page write in process during an operating system crash might be only partially written to disk. During recovery, the row changes stored in WAL are not enough to recover. This option writes pages when first modified after a checkpoint to WAL so full recovery is possible." -msgstr "Una escritura de página que está siendo procesada durante una caída del sistema operativo puede ser completada sólo parcialmente. Durante la recuperación, los cambios de registros (tuplas) almacenados en WAL no son suficientes para la recuperación. Esta opción activa la escritura de las páginas a WAL cuando son modificadas por primera vez después de un punto de control, de manera que una recuperación total es posible." +#: utils/fmgr/dfmgr.c:547 +#, c-format +msgid "access to library \"%s\" is not allowed" +msgstr "no está permitido el acceso a la biblioteca «%s»" -#: utils/misc/guc.c:1301 -msgid "Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification." -msgstr "Escribir páginas completas al WAL cuando son modificadas después de un punto de control, incluso para una modificación no crítica." +#: utils/fmgr/dfmgr.c:573 +#, c-format +msgid "invalid macro name in dynamic library path: %s" +msgstr "el nombre de macro no es válido en la ruta a biblioteca dinámica: %s" -#: utils/misc/guc.c:1311 -msgid "Compresses full-page writes written in WAL file." -msgstr "Comprimir las imágenes de páginas completas al escribirlas a WAL." +#: utils/fmgr/dfmgr.c:613 +#, c-format +msgid "zero-length component in parameter \"dynamic_library_path\"" +msgstr "se encontró componente de largo cero en el parámetro «dynamic_library_path»" -#: utils/misc/guc.c:1321 -msgid "Writes zeroes to new WAL files before first use." -msgstr "Escribir ceros a nuevos archivos WAL antes del primer uso." +#: utils/fmgr/dfmgr.c:632 +#, c-format +msgid "component in parameter \"dynamic_library_path\" is not an absolute path" +msgstr "un componente en el parámetro «dynamic_library_path» no es una ruta absoluta" -#: utils/misc/guc.c:1331 -msgid "Recycles WAL files by renaming them." -msgstr "Reciclar archivos de WAL cambiándoles de nombre." +#: utils/fmgr/fmgr.c:238 +#, c-format +msgid "internal function \"%s\" is not in internal lookup table" +msgstr "la función interna «%s» no está en la tabla interna de búsqueda" -#: utils/misc/guc.c:1341 -msgid "Logs each checkpoint." -msgstr "Registrar cada punto de control." +#: utils/fmgr/fmgr.c:484 +#, c-format +msgid "could not find function information for function \"%s\"" +msgstr "no se pudo encontrar información de función para la función «%s»" -#: utils/misc/guc.c:1350 -msgid "Logs each successful connection." -msgstr "Registrar cada conexión exitosa." - -#: utils/misc/guc.c:1359 -msgid "Logs end of a session, including duration." -msgstr "Registrar el fin de una sesión, incluyendo su duración." +#: utils/fmgr/fmgr.c:486 +#, c-format +msgid "SQL-callable functions need an accompanying PG_FUNCTION_INFO_V1(funcname)." +msgstr "Funciones invocables desde SQL necesitan PG_FUNCTION_INFO_V1(función) que los acompañe." -#: utils/misc/guc.c:1368 -msgid "Logs each replication command." -msgstr "Registrar cada orden de replicación." +#: utils/fmgr/fmgr.c:504 +#, c-format +msgid "unrecognized API version %d reported by info function \"%s\"" +msgstr "la versión de API %d no reconocida fue reportada por la función «%s»" -#: utils/misc/guc.c:1377 -msgid "Shows whether the running server has assertion checks enabled." -msgstr "Indica si el servidor actual tiene activas las aseveraciones (asserts) activas." +#: utils/fmgr/fmgr.c:1999 +#, c-format +msgid "operator class options info is absent in function call context" +msgstr "la información de opciones de la clase de operadores está ausente en el contexto de llamada a función" -#: utils/misc/guc.c:1392 -msgid "Terminate session on any error." -msgstr "Terminar sesión ante cualquier error." +#: utils/fmgr/fmgr.c:2066 +#, c-format +msgid "language validation function %u called for language %u instead of %u" +msgstr "función de validación de lenguaje %u invocada para el lenguaje %u en lugar de %u" -#: utils/misc/guc.c:1401 -msgid "Reinitialize server after backend crash." -msgstr "Reinicializar el servidor después de una caída de un proceso servidor." +#: utils/fmgr/funcapi.c:386 +#, c-format +msgid "could not determine actual result type for function \"%s\" declared to return type %s" +msgstr "no se pudo determinar el tipo verdadero de resultado para la función «%s» declarada retornando tipo %s" -#: utils/misc/guc.c:1410 -msgid "Remove temporary files after backend crash." -msgstr "Eliminar archivos temporales después de una caída de un proceso servidor." +#: utils/fmgr/funcapi.c:531 +#, c-format +msgid "argument declared %s does not contain a range type but type %s" +msgstr "el argumento declarado %s no contiene un tipo de rango sino tipo %s" -#: utils/misc/guc.c:1421 -msgid "Logs the duration of each completed SQL statement." -msgstr "Registrar la duración de cada sentencia SQL ejecutada." +#: utils/fmgr/funcapi.c:614 +#, c-format +msgid "could not find multirange type for data type %s" +msgstr "no se pudo encontrar un tipo de multirango para el tipo de dato %s" -#: utils/misc/guc.c:1430 -msgid "Logs each query's parse tree." -msgstr "Registrar cada arbol analizado de consulta " +#: utils/fmgr/funcapi.c:1831 utils/fmgr/funcapi.c:1863 +#, c-format +msgid "number of aliases does not match number of columns" +msgstr "el número de aliases no coincide con el número de columnas" -#: utils/misc/guc.c:1439 -msgid "Logs each query's rewritten parse tree." -msgstr "Registrar cada reescritura del arból analizado de consulta" +#: utils/fmgr/funcapi.c:1857 +#, c-format +msgid "no column alias was provided" +msgstr "no se entregó alias de columna" -#: utils/misc/guc.c:1448 -msgid "Logs each query's execution plan." -msgstr "Registrar el plan de ejecución de cada consulta." +#: utils/fmgr/funcapi.c:1881 +#, c-format +msgid "could not determine row description for function returning record" +msgstr "no se pudo encontrar descripción de registro de función que retorna record" -#: utils/misc/guc.c:1457 -msgid "Indents parse and plan tree displays." -msgstr "Indentar los árboles de parse y plan." +#: utils/init/miscinit.c:314 +#, c-format +msgid "data directory \"%s\" does not exist" +msgstr "no existe el directorio de datos «%s»" -#: utils/misc/guc.c:1466 -msgid "Writes parser performance statistics to the server log." -msgstr "Escribir estadísticas de parser al registro del servidor." +#: utils/init/miscinit.c:319 +#, c-format +msgid "could not read permissions of directory \"%s\": %m" +msgstr "no se pudo obtener los permisos del directorio «%s»: %m" -#: utils/misc/guc.c:1475 -msgid "Writes planner performance statistics to the server log." -msgstr "Escribir estadísticas de planner al registro del servidor." +#: utils/init/miscinit.c:327 +#, c-format +msgid "specified data directory \"%s\" is not a directory" +msgstr "el directorio de datos especificado «%s» no es un directorio" -#: utils/misc/guc.c:1484 -msgid "Writes executor performance statistics to the server log." -msgstr "Escribir estadísticas del executor al registro del servidor." +#: utils/init/miscinit.c:343 +#, c-format +msgid "data directory \"%s\" has wrong ownership" +msgstr "el directorio de datos «%s» tiene dueño equivocado" -#: utils/misc/guc.c:1493 -msgid "Writes cumulative performance statistics to the server log." -msgstr "Escribir estadísticas acumulativas al registro del servidor." +#: utils/init/miscinit.c:345 +#, c-format +msgid "The server must be started by the user that owns the data directory." +msgstr "El servidor debe ser iniciado por el usuario dueño del directorio de datos." -#: utils/misc/guc.c:1503 -msgid "Logs system resource usage statistics (memory and CPU) on various B-tree operations." -msgstr "Registrar uso de recursos de sistema (memoria y CPU) en varias operaciones B-tree." +#: utils/init/miscinit.c:363 +#, c-format +msgid "data directory \"%s\" has invalid permissions" +msgstr "el directorio de datos «%s» tiene permisos no válidos" -#: utils/misc/guc.c:1515 -msgid "Collects information about executing commands." -msgstr "Recolectar estadísticas sobre órdenes en ejecución." +#: utils/init/miscinit.c:365 +#, c-format +msgid "Permissions should be u=rwx (0700) or u=rwx,g=rx (0750)." +msgstr "Los permisos deberían ser u=rwx (0700) o u=rwx,g=rx (0750)." -#: utils/misc/guc.c:1516 -msgid "Enables the collection of information on the currently executing command of each session, along with the time at which that command began execution." -msgstr "Activa la recolección de información sobre la orden actualmente en ejecución en cada sesión, junto con el momento en el cual esa orden comenzó la ejecución." +#: utils/init/miscinit.c:650 utils/misc/guc.c:7495 +#, c-format +msgid "cannot set parameter \"%s\" within security-restricted operation" +msgstr "no se puede definir el parámetro «%s» dentro de una operación restringida por seguridad" -#: utils/misc/guc.c:1526 -msgid "Collects statistics on database activity." -msgstr "Recolectar estadísticas de actividad de la base de datos." +#: utils/init/miscinit.c:718 +#, c-format +msgid "role with OID %u does not exist" +msgstr "no existe el rol con OID %u" -#: utils/misc/guc.c:1535 -msgid "Collects timing statistics for database I/O activity." -msgstr "Recolectar estadísticas de tiempos en las operaciones de I/O de la base de datos." +#: utils/init/miscinit.c:748 +#, c-format +msgid "role \"%s\" is not permitted to log in" +msgstr "al rol «%s» no se le permite conectarse" -#: utils/misc/guc.c:1544 -msgid "Collects timing statistics for WAL I/O activity." -msgstr "Recolectar estadísticas de tiempos en las operaciones de I/O del WAL." +#: utils/init/miscinit.c:766 +#, c-format +msgid "too many connections for role \"%s\"" +msgstr "demasiadas conexiones para el rol «%s»" -#: utils/misc/guc.c:1554 -msgid "Updates the process title to show the active SQL command." -msgstr "Actualiza el título del proceso para mostrar la orden SQL activo." +#: utils/init/miscinit.c:826 +#, c-format +msgid "permission denied to set session authorization" +msgstr "se ha denegado el permiso para cambiar el usuario actual" -#: utils/misc/guc.c:1555 -msgid "Enables updating of the process title every time a new SQL command is received by the server." -msgstr "Habilita que se actualice el título del proceso cada vez que una orden SQL es recibido por el servidor." +#: utils/init/miscinit.c:909 +#, c-format +msgid "invalid role OID: %u" +msgstr "el OID de rol no es válido: %u" -#: utils/misc/guc.c:1568 -msgid "Starts the autovacuum subprocess." -msgstr "Iniciar el subproceso de autovacuum." +#: utils/init/miscinit.c:963 +#, c-format +msgid "database system is shut down" +msgstr "el sistema de bases de datos está apagado" -#: utils/misc/guc.c:1578 -msgid "Generates debugging output for LISTEN and NOTIFY." -msgstr "Generar salida de depuración para LISTEN y NOTIFY." +#: utils/init/miscinit.c:1050 +#, c-format +msgid "could not create lock file \"%s\": %m" +msgstr "no se pudo crear el archivo de bloqueo «%s»: %m" -#: utils/misc/guc.c:1590 -msgid "Emits information about lock usage." -msgstr "Emitir información acerca del uso de locks." +#: utils/init/miscinit.c:1064 +#, c-format +msgid "could not open lock file \"%s\": %m" +msgstr "no se pudo abrir el archivo de bloqueo «%s»: %m" -#: utils/misc/guc.c:1600 -msgid "Emits information about user lock usage." -msgstr "Emitir información acerca del uso de locks de usuario." +#: utils/init/miscinit.c:1071 +#, c-format +msgid "could not read lock file \"%s\": %m" +msgstr "no se pudo leer el archivo de bloqueo «%s»: %m" -#: utils/misc/guc.c:1610 -msgid "Emits information about lightweight lock usage." -msgstr "Emitir información acerca del uso de «lightweight locks»." +#: utils/init/miscinit.c:1080 +#, c-format +msgid "lock file \"%s\" is empty" +msgstr "el archivo de bloqueo «%s» está vacío" -#: utils/misc/guc.c:1620 -msgid "Dumps information about all current locks when a deadlock timeout occurs." -msgstr "Volcar información acerca de los locks existentes cuando se agota el tiempo de deadlock." +#: utils/init/miscinit.c:1081 +#, c-format +msgid "Either another server is starting, or the lock file is the remnant of a previous server startup crash." +msgstr "Otro proceso servidor está iniciándose, o el archivo de bloqueo es remanente de una caída durante un inicio anterior." -#: utils/misc/guc.c:1632 -msgid "Logs long lock waits." -msgstr "Registrar esperas largas de bloqueos." +#: utils/init/miscinit.c:1125 +#, c-format +msgid "lock file \"%s\" already exists" +msgstr "el archivo de bloqueo «%s» ya existe" -#: utils/misc/guc.c:1641 -msgid "Logs standby recovery conflict waits." -msgstr "Registrar esperas por conflictos en recuperación de standby" +#: utils/init/miscinit.c:1129 +#, c-format +msgid "Is another postgres (PID %d) running in data directory \"%s\"?" +msgstr "¿Hay otro postgres (PID %d) corriendo en el directorio de datos «%s»?" -#: utils/misc/guc.c:1650 -msgid "Logs the host name in the connection logs." -msgstr "Registrar el nombre del host en la conexión." +#: utils/init/miscinit.c:1131 +#, c-format +msgid "Is another postmaster (PID %d) running in data directory \"%s\"?" +msgstr "¿Hay otro postmaster (PID %d) corriendo en el directorio de datos «%s»?" -#: utils/misc/guc.c:1651 -msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty." -msgstr "Por omisión, los registros de conexión sólo muestran la dirección IP del host que establece la conexión. Si desea que se despliegue el nombre del host puede activar esta opción, pero dependiendo de su configuración de resolución de nombres esto puede imponer una penalización de rendimiento no despreciable." +#: utils/init/miscinit.c:1134 +#, c-format +msgid "Is another postgres (PID %d) using socket file \"%s\"?" +msgstr "¿Hay otro postgres (PID %d) usando el socket «%s»?" -#: utils/misc/guc.c:1662 -msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." -msgstr "Tratar expr=NULL como expr IS NULL." +#: utils/init/miscinit.c:1136 +#, c-format +msgid "Is another postmaster (PID %d) using socket file \"%s\"?" +msgstr "¿Hay otro postmaster (PID %d) usando el socket «%s»?" -#: utils/misc/guc.c:1663 -msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)." -msgstr "Cuando está activado, expresiones de la forma expr = NULL (o NULL = expr) son tratadas como expr IS NULL, esto es, retornarán verdadero si expr es evaluada al valor nulo, y falso en caso contrario. El comportamiento correcto de expr = NULL es retornar siempre null (desconocido)." +#: utils/init/miscinit.c:1187 +#, c-format +msgid "could not remove old lock file \"%s\": %m" +msgstr "no se pudo eliminar el archivo de bloqueo antiguo «%s»: %m" -#: utils/misc/guc.c:1675 -msgid "Enables per-database user names." -msgstr "Activar el uso de nombre de usuario locales a cada base de datos." +#: utils/init/miscinit.c:1189 +#, c-format +msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again." +msgstr "El archivo parece accidentalmente abandonado, pero no pudo ser eliminado. Por favor elimine el archivo manualmente e intente nuevamente." -#: utils/misc/guc.c:1684 -msgid "Sets the default read-only status of new transactions." -msgstr "Estado por omisión de sólo lectura de nuevas transacciones." - -#: utils/misc/guc.c:1694 -msgid "Sets the current transaction's read-only status." -msgstr "Activa el estado de sólo lectura de la transacción en curso." +#: utils/init/miscinit.c:1226 utils/init/miscinit.c:1240 +#: utils/init/miscinit.c:1251 +#, c-format +msgid "could not write lock file \"%s\": %m" +msgstr "no se pudo escribir el archivo de bloqueo «%s»: %m" -#: utils/misc/guc.c:1704 -msgid "Sets the default deferrable status of new transactions." -msgstr "Estado por omisión de postergable de nuevas transacciones." +#: utils/init/miscinit.c:1362 utils/init/miscinit.c:1504 utils/misc/guc.c:10401 +#, c-format +msgid "could not read from file \"%s\": %m" +msgstr "no se pudo leer el archivo «%s»: %m" -#: utils/misc/guc.c:1713 -msgid "Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures." -msgstr "Si está activo, las transacciones serializables de sólo lectura serán pausadas hasta que puedan ejecutarse sin posibles fallas de serialización." +#: utils/init/miscinit.c:1492 +#, c-format +msgid "could not open file \"%s\": %m; continuing anyway" +msgstr "no se pudo abrir el archivo «%s»: %m; continuando de todas formas" -#: utils/misc/guc.c:1723 -msgid "Enable row security." -msgstr "Activar seguridad de registros." +#: utils/init/miscinit.c:1517 +#, c-format +msgid "lock file \"%s\" contains wrong PID: %ld instead of %ld" +msgstr "el archivo de bloqueo «%s» tiene un PID erróneo: %ld en lugar de %ld" -#: utils/misc/guc.c:1724 -msgid "When enabled, row security will be applied to all users." -msgstr "Cuando está activada, la seguridad de registros se aplicará a todos los usuarios." +#: utils/init/miscinit.c:1556 utils/init/miscinit.c:1572 +#, c-format +msgid "\"%s\" is not a valid data directory" +msgstr "«%s» no es un directorio de datos válido" -#: utils/misc/guc.c:1732 -msgid "Check routine bodies during CREATE FUNCTION and CREATE PROCEDURE." -msgstr "Verificar definición de rutinas durante CREATE FUNCTION y CREATE PROCEDURE." +#: utils/init/miscinit.c:1558 +#, c-format +msgid "File \"%s\" is missing." +msgstr "Falta el archivo «%s»." -#: utils/misc/guc.c:1741 -msgid "Enable input of NULL elements in arrays." -msgstr "Habilita el ingreso de elementos nulos en arrays." +#: utils/init/miscinit.c:1574 +#, c-format +msgid "File \"%s\" does not contain valid data." +msgstr "El archivo «%s» no contiene datos válidos." -#: utils/misc/guc.c:1742 -msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally." -msgstr "Cuando está activo, un valor NULL sin comillas en la entrada de un array significa un valor nulo; en caso contrario es tomado literalmente." +#: utils/init/miscinit.c:1576 +#, c-format +msgid "You might need to initdb." +msgstr "Puede ser necesario ejecutar initdb." -#: utils/misc/guc.c:1758 -msgid "WITH OIDS is no longer supported; this can only be false." -msgstr "WITH OIDS ya no está soportado; esto sólo puede ser false." +#: utils/init/miscinit.c:1584 +#, c-format +msgid "The data directory was initialized by PostgreSQL version %s, which is not compatible with this version %s." +msgstr "El directorio de datos fue inicializado por PostgreSQL versión %s, que no es compatible con esta versión %s." -#: utils/misc/guc.c:1768 -msgid "Start a subprocess to capture stderr output and/or csvlogs into log files." -msgstr "Lanzar un subproceso para capturar stderr y/o logs CSV en archivos de log." +#: utils/init/postinit.c:254 +#, c-format +msgid "replication connection authorized: user=%s" +msgstr "conexión de replicación autorizada: usuario=%s" -#: utils/misc/guc.c:1777 -msgid "Truncate existing log files of same name during log rotation." -msgstr "Truncar archivos de log del mismo nombre durante la rotación." +#: utils/init/postinit.c:257 +#, c-format +msgid "connection authorized: user=%s" +msgstr "conexión autorizada: usuario=%s" -#: utils/misc/guc.c:1788 -msgid "Emit information about resource usage in sorting." -msgstr "Emitir información acerca de uso de recursos durante los ordenamientos." +#: utils/init/postinit.c:260 +#, c-format +msgid " database=%s" +msgstr " base_de_datos=%s" -#: utils/misc/guc.c:1802 -msgid "Generate debugging output for synchronized scanning." -msgstr "Generar salida de depuración para recorrido sincronizado." +#: utils/init/postinit.c:263 +#, c-format +msgid " application_name=%s" +msgstr " nombre_de_aplicación=%s" -#: utils/misc/guc.c:1817 -msgid "Enable bounded sorting using heap sort." -msgstr "Activar ordenamiento acotado usando «heap sort»." +#: utils/init/postinit.c:268 +#, c-format +msgid " SSL enabled (protocol=%s, cipher=%s, bits=%d)" +msgstr " SSL habilitado (protocolo=%s, cifrado=%s, bits=%d)" -#: utils/misc/guc.c:1830 -msgid "Emit WAL-related debugging output." -msgstr "Activar salida de depuración de WAL." +#: utils/init/postinit.c:280 +#, c-format +msgid " GSS (authenticated=%s, encrypted=%s, principal=%s)" +msgstr " GSS (autenticado=%s, cifrado=%s, principal=%s)" -#: utils/misc/guc.c:1842 -msgid "Shows whether datetimes are integer based." -msgstr "Mostrar si las fechas y horas se basan en tipos enteros." +#: utils/init/postinit.c:281 utils/init/postinit.c:282 +#: utils/init/postinit.c:287 utils/init/postinit.c:288 +msgid "no" +msgstr "no" -#: utils/misc/guc.c:1853 -msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive." -msgstr "Define que los nombres de usuario Kerberos y GSSAPI deberían ser tratados sin distinción de mayúsculas." +#: utils/init/postinit.c:281 utils/init/postinit.c:282 +#: utils/init/postinit.c:287 utils/init/postinit.c:288 +msgid "yes" +msgstr "sí" -#: utils/misc/guc.c:1863 -msgid "Warn about backslash escapes in ordinary string literals." -msgstr "Avisa acerca de escapes de backslash en literales de cadena corrientes." +#: utils/init/postinit.c:286 +#, c-format +msgid " GSS (authenticated=%s, encrypted=%s)" +msgstr " GSS (autenticado=%s, cifrado=%s)" -#: utils/misc/guc.c:1873 -msgid "Causes '...' strings to treat backslashes literally." -msgstr "Provoca que las cadenas '...' traten las barras inclinadas inversas (\\) en forma literal." +#: utils/init/postinit.c:323 +#, c-format +msgid "database \"%s\" has disappeared from pg_database" +msgstr "la base de datos «%s» ha desaparecido de pg_database" -#: utils/misc/guc.c:1884 -msgid "Enable synchronized sequential scans." -msgstr "Permitir la sincronización de recorridos secuenciales." +#: utils/init/postinit.c:325 +#, c-format +msgid "Database OID %u now seems to belong to \"%s\"." +msgstr "Base de datos con OID %u ahora parece pertenecer a «%s»." -#: utils/misc/guc.c:1894 -msgid "Sets whether to include or exclude transaction with recovery target." -msgstr "Define si incluir o excluir la transacción con el destino de recuperación." +#: utils/init/postinit.c:345 +#, c-format +msgid "database \"%s\" is not currently accepting connections" +msgstr "la base de datos «%s» no acepta conexiones" -#: utils/misc/guc.c:1904 -msgid "Allows connections and queries during recovery." -msgstr "Permite conexiones y consultas durante la recuperación." +#: utils/init/postinit.c:358 +#, c-format +msgid "permission denied for database \"%s\"" +msgstr "permiso denegado a la base de datos «%s»" -#: utils/misc/guc.c:1914 -msgid "Allows feedback from a hot standby to the primary that will avoid query conflicts." -msgstr "Permite retroalimentación desde un hot standby hacia el primario que evitará conflictos en consultas." +#: utils/init/postinit.c:359 +#, c-format +msgid "User does not have CONNECT privilege." +msgstr "Usuario no tiene privilegios de conexión." -#: utils/misc/guc.c:1924 -msgid "Shows whether hot standby is currently active." -msgstr "Muestra si hot standby está activo actualmente." +#: utils/init/postinit.c:376 +#, c-format +msgid "too many connections for database \"%s\"" +msgstr "demasiadas conexiones para la base de datos «%s»" -#: utils/misc/guc.c:1935 -msgid "Allows modifications of the structure of system tables." -msgstr "Permite modificaciones de la estructura de las tablas del sistema." +#: utils/init/postinit.c:398 utils/init/postinit.c:405 +#, c-format +msgid "database locale is incompatible with operating system" +msgstr "la configuración regional es incompatible con el sistema operativo" -#: utils/misc/guc.c:1946 -msgid "Disables reading from system indexes." -msgstr "Deshabilita lectura de índices del sistema." +#: utils/init/postinit.c:399 +#, c-format +msgid "The database was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()." +msgstr "La base de datos fue inicializada con LC_COLLATE «%s», el cual no es reconocido por setlocale()." -#: utils/misc/guc.c:1947 -msgid "It does not prevent updating the indexes, so it is safe to use. The worst consequence is slowness." -msgstr "No evita la actualización de índices, así que es seguro. Lo peor que puede ocurrir es lentitud del sistema." +#: utils/init/postinit.c:401 utils/init/postinit.c:408 +#, c-format +msgid "Recreate the database with another locale or install the missing locale." +msgstr "Recree la base de datos con otra configuración regional, o instale la configuración regional faltante." -#: utils/misc/guc.c:1958 -msgid "Allows tablespaces directly inside pg_tblspc, for testing." -msgstr "Permite tablespaces que estén dentro de pg_tblspc, para pruebas." +#: utils/init/postinit.c:406 +#, c-format +msgid "The database was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()." +msgstr "La base de datos fueron inicializada con LC_CTYPE «%s», el cual no es reconocido por setlocale()." -#: utils/misc/guc.c:1969 -msgid "Enables backward compatibility mode for privilege checks on large objects." -msgstr "Activa el modo de compatibilidad con versiones anteriores de las comprobaciones de privilegios de objetos grandes." +#: utils/init/postinit.c:761 +#, c-format +msgid "no roles are defined in this database system" +msgstr "no hay roles definidos en esta base de datos" -#: utils/misc/guc.c:1970 -msgid "Skips privilege checks when reading or modifying large objects, for compatibility with PostgreSQL releases prior to 9.0." -msgstr "Omite las comprobaciones de privilegios cuando se leen o modifican los objetos grandes, para compatibilidad con versiones de PostgreSQL anteriores a 9.0." +#: utils/init/postinit.c:762 +#, c-format +msgid "You should immediately run CREATE USER \"%s\" SUPERUSER;." +msgstr "Debería ejecutar imediatamente CREATE USER \"%s\" SUPERUSER;." -#: utils/misc/guc.c:1980 -msgid "When generating SQL fragments, quote all identifiers." -msgstr "Al generar fragmentos SQL, entrecomillar todos los identificadores." +#: utils/init/postinit.c:798 +#, c-format +msgid "new replication connections are not allowed during database shutdown" +msgstr "nuevas conexiones de replicación no son permitidas durante el apagado de la base de datos" -#: utils/misc/guc.c:1990 -msgid "Shows whether data checksums are turned on for this cluster." -msgstr "Indica si las sumas de verificación están activas en este cluster." +#: utils/init/postinit.c:802 +#, c-format +msgid "must be superuser to connect during database shutdown" +msgstr "debe ser superusuario para conectarse durante el apagado de la base de datos" -#: utils/misc/guc.c:2001 -msgid "Add sequence number to syslog messages to avoid duplicate suppression." -msgstr "Agregar número de secuencia a mensajes syslog para evitar supresión de duplicados." +#: utils/init/postinit.c:812 +#, c-format +msgid "must be superuser to connect in binary upgrade mode" +msgstr "debe ser superusuario para conectarse en modo de actualización binaria" -#: utils/misc/guc.c:2011 -msgid "Split messages sent to syslog by lines and to fit into 1024 bytes." -msgstr "Dividir mensajes enviados a syslog en líneas y que quepan en 1024 bytes." +#: utils/init/postinit.c:825 +#, c-format +msgid "remaining connection slots are reserved for non-replication superuser connections" +msgstr "las conexiones restantes están reservadas a superusuarios y no de replicación" -#: utils/misc/guc.c:2021 -msgid "Controls whether Gather and Gather Merge also run subplans." -msgstr "Controla si los Gather y Gather Merge también ejecutan subplanes." +#: utils/init/postinit.c:835 +#, c-format +msgid "must be superuser or replication role to start walsender" +msgstr "debe ser superusuario o rol de replicación para iniciar el walsender" -#: utils/misc/guc.c:2022 -msgid "Should gather nodes also run subplans or just gather tuples?" -msgstr "¿Deben los nodos de recolección ejecutar subplanes o sólo recolectar tuplas?" +#: utils/init/postinit.c:904 +#, c-format +msgid "database %u does not exist" +msgstr "no existe la base de datos %u" -#: utils/misc/guc.c:2032 -msgid "Allow JIT compilation." -msgstr "Permitir compilación JIT." - -#: utils/misc/guc.c:2043 -msgid "Register JIT-compiled functions with debugger." -msgstr "Registrar las funciones JIT compiladas con el depurador." +#: utils/init/postinit.c:993 +#, c-format +msgid "It seems to have just been dropped or renamed." +msgstr "Parece haber sido eliminada o renombrada." -#: utils/misc/guc.c:2060 -msgid "Write out LLVM bitcode to facilitate JIT debugging." -msgstr "Escribe el bitcode LLVM para facilitar depuración de JIT." +#: utils/init/postinit.c:1011 +#, c-format +msgid "The database subdirectory \"%s\" is missing." +msgstr "Falta el subdirectorio de base de datos «%s»." -#: utils/misc/guc.c:2071 -msgid "Allow JIT compilation of expressions." -msgstr "Permitir compilación JIT de expresiones." +#: utils/init/postinit.c:1016 +#, c-format +msgid "could not access directory \"%s\": %m" +msgstr "no se pudo acceder al directorio «%s»: %m" -#: utils/misc/guc.c:2082 -msgid "Register JIT-compiled functions with perf profiler." -msgstr "Registrar las funciones JIT compiladas con el analizador «perf»." +#: utils/mb/conv.c:522 utils/mb/conv.c:733 +#, c-format +msgid "invalid encoding number: %d" +msgstr "el número de codificación no es válido: %d" -#: utils/misc/guc.c:2099 -msgid "Allow JIT compilation of tuple deforming." -msgstr "Permitir compilación JIT de deformación de tuplas." +#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:129 +#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:165 +#, c-format +msgid "unexpected encoding ID %d for ISO 8859 character sets" +msgstr "ID de codificación %d inesperado para juegos de caracteres ISO 8859" -#: utils/misc/guc.c:2110 -msgid "Whether to continue running after a failure to sync data files." -msgstr "Si continuar ejecutando después de una falla al sincronizar archivos de datos." +#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:110 +#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:146 +#, c-format +msgid "unexpected encoding ID %d for WIN character sets" +msgstr "ID de codificación %d inesperado para juegos de caracteres WIN" -#: utils/misc/guc.c:2119 -msgid "Sets whether a WAL receiver should create a temporary replication slot if no permanent slot is configured." -msgstr "Definir si un receptor de WAL debe crear un slot de replicación temporal en caso de no haber configurado un slot permanente." +#: utils/mb/mbutils.c:297 utils/mb/mbutils.c:900 +#, c-format +msgid "conversion between %s and %s is not supported" +msgstr "la conversión entre %s y %s no está soportada" -#: utils/misc/guc.c:2137 -msgid "Forces a switch to the next WAL file if a new file has not been started within N seconds." -msgstr "Fuerza a que utilizar el siguiente archivo de WAL si no se ha comenzado un nuevo archivo de WAL dentro de N segundos." +#: utils/mb/mbutils.c:385 +#, c-format +msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist" +msgstr "no existe el procedimiento por omisión de conversión desde la codificación «%s» a «%s»" -#: utils/misc/guc.c:2148 -msgid "Waits N seconds on connection startup after authentication." -msgstr "Espera N segundos al inicio de la conexión después de la autentificación." +#: utils/mb/mbutils.c:402 utils/mb/mbutils.c:430 utils/mb/mbutils.c:815 +#: utils/mb/mbutils.c:842 +#, c-format +msgid "String of %d bytes is too long for encoding conversion." +msgstr "La cadena de %d bytes es demasiado larga para la recodificación." -#: utils/misc/guc.c:2149 utils/misc/guc.c:2747 -msgid "This allows attaching a debugger to the process." -msgstr "Esto permite adjuntar un depurador al proceso." +#: utils/mb/mbutils.c:568 +#, c-format +msgid "invalid source encoding name \"%s\"" +msgstr "la codificación de origen «%s» no es válida" -#: utils/misc/guc.c:2158 -msgid "Sets the default statistics target." -msgstr "Definir el valor por omisión de toma de estadísticas." +#: utils/mb/mbutils.c:573 +#, c-format +msgid "invalid destination encoding name \"%s\"" +msgstr "la codificación de destino «%s» no es válida" -#: utils/misc/guc.c:2159 -msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS." -msgstr "Esto se aplica a columnas de tablas que no tienen un valor definido a través de ALTER TABLE SET STATISTICS." +#: utils/mb/mbutils.c:713 +#, c-format +msgid "invalid byte value for encoding \"%s\": 0x%02x" +msgstr "byte no válido para codificación «%s»: 0x%02x" -#: utils/misc/guc.c:2168 -msgid "Sets the FROM-list size beyond which subqueries are not collapsed." -msgstr "Tamaño de lista de FROM a partir del cual subconsultas no serán colapsadas." +#: utils/mb/mbutils.c:877 +#, c-format +msgid "invalid Unicode code point" +msgstr "punto de código Unicode no válido" -#: utils/misc/guc.c:2170 -msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items." -msgstr "El planner mezclará subconsultas en consultas de nivel superior si la lista FROM resultante es menor que esta cantidad de ítems." +#: utils/mb/mbutils.c:1146 +#, c-format +msgid "bind_textdomain_codeset failed" +msgstr "bind_textdomain_codeset falló" -#: utils/misc/guc.c:2181 -msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." -msgstr "Tamaño de lista de FROM a partir del cual constructos JOIN no serán aplanados." +#: utils/mb/mbutils.c:1667 +#, c-format +msgid "invalid byte sequence for encoding \"%s\": %s" +msgstr "secuencia de bytes no válida para codificación «%s»: %s" -#: utils/misc/guc.c:2183 -msgid "The planner will flatten explicit JOIN constructs into lists of FROM items whenever a list of no more than this many items would result." -msgstr "El planner aplanará constructos JOIN explícitos en listas de ítems FROM siempre que la lista resultante no tenga más que esta cantidad de ítems." +#: utils/mb/mbutils.c:1700 +#, c-format +msgid "character with byte sequence %s in encoding \"%s\" has no equivalent in encoding \"%s\"" +msgstr "carácter con secuencia de bytes %s en codificación «%s» no tiene equivalente en la codificación «%s»" -#: utils/misc/guc.c:2194 -msgid "Sets the threshold of FROM items beyond which GEQO is used." -msgstr "Umbral de ítems en FROM a partir del cual se usará GEQO." +#: utils/misc/guc.c:720 +msgid "Ungrouped" +msgstr "Sin Grupo" -#: utils/misc/guc.c:2204 -msgid "GEQO: effort is used to set the default for other GEQO parameters." -msgstr "GEQO: effort se usa para determinar los valores por defecto para otros parámetros." +#: utils/misc/guc.c:722 +msgid "File Locations" +msgstr "Ubicaciones de Archivos" -#: utils/misc/guc.c:2214 -msgid "GEQO: number of individuals in the population." -msgstr "GEQO: número de individuos en una población." +#: utils/misc/guc.c:724 +msgid "Connections and Authentication / Connection Settings" +msgstr "Conexiones y Autentificación / Parámetros de Conexión" -#: utils/misc/guc.c:2215 utils/misc/guc.c:2225 -msgid "Zero selects a suitable default value." -msgstr "Cero selecciona un valor por omisión razonable." +#: utils/misc/guc.c:726 +msgid "Connections and Authentication / Authentication" +msgstr "Conexiones y Autentificación / Autentificación" -#: utils/misc/guc.c:2224 -msgid "GEQO: number of iterations of the algorithm." -msgstr "GEQO: número de iteraciones del algoritmo." +#: utils/misc/guc.c:728 +msgid "Connections and Authentication / SSL" +msgstr "Conexiones y Autentificación / SSL" -#: utils/misc/guc.c:2236 -msgid "Sets the time to wait on a lock before checking for deadlock." -msgstr "Define el tiempo a esperar un lock antes de buscar un deadlock." +#: utils/misc/guc.c:730 +msgid "Resource Usage / Memory" +msgstr "Uso de Recursos / Memoria" -#: utils/misc/guc.c:2247 -msgid "Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data." -msgstr "Define el máximo retardo antes de cancelar consultas cuando un servidor hot standby está procesando datos de WAL archivado." +#: utils/misc/guc.c:732 +msgid "Resource Usage / Disk" +msgstr "Uso de Recursos / Disco" -#: utils/misc/guc.c:2258 -msgid "Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data." -msgstr "Define el máximo retardo antes de cancelar consultas cuando un servidor hot standby está procesando datos de WAL en flujo." +#: utils/misc/guc.c:734 +msgid "Resource Usage / Kernel Resources" +msgstr "Uso de Recursos / Recursos del Kernel" -#: utils/misc/guc.c:2269 -msgid "Sets the minimum delay for applying changes during recovery." -msgstr "Define el retraso mínimo para aplicar cambios durante la recuperación." +#: utils/misc/guc.c:736 +msgid "Resource Usage / Cost-Based Vacuum Delay" +msgstr "Uso de Recursos / Retardo de Vacuum por Costos" -#: utils/misc/guc.c:2280 -msgid "Sets the maximum interval between WAL receiver status reports to the sending server." -msgstr "Define el intervalo máximo entre reportes de estado que el receptor de WAL envía al servidor origen." +#: utils/misc/guc.c:738 +msgid "Resource Usage / Background Writer" +msgstr "Uso de Recursos / Escritor en Segundo Plano" -#: utils/misc/guc.c:2291 -msgid "Sets the maximum wait time to receive data from the sending server." -msgstr "Define el máximo tiempo de espera para recibir datos desde el servidor origen." +#: utils/misc/guc.c:740 +msgid "Resource Usage / Asynchronous Behavior" +msgstr "Uso de Recursos / Comportamiento Asíncrono" -#: utils/misc/guc.c:2302 -msgid "Sets the maximum number of concurrent connections." -msgstr "Número máximo de conexiones concurrentes." +#: utils/misc/guc.c:742 +msgid "Write-Ahead Log / Settings" +msgstr "Write-Ahead Log / Configuraciones" -#: utils/misc/guc.c:2313 -msgid "Sets the number of connection slots reserved for superusers." -msgstr "Número de conexiones reservadas para superusuarios." +#: utils/misc/guc.c:744 +msgid "Write-Ahead Log / Checkpoints" +msgstr "Write-Ahead Log / Puntos de Control (Checkpoints)" -#: utils/misc/guc.c:2323 -msgid "Amount of dynamic shared memory reserved at startup." -msgstr "Cantidad de memoria compartida dinámica reservada al iniciar." +#: utils/misc/guc.c:746 +msgid "Write-Ahead Log / Archiving" +msgstr "Write-Ahead Log / Archivado" -#: utils/misc/guc.c:2338 -msgid "Sets the number of shared memory buffers used by the server." -msgstr "Número de búfers de memoria compartida usados por el servidor." +#: utils/misc/guc.c:748 +msgid "Write-Ahead Log / Archive Recovery" +msgstr "Write-Ahead Log / Recuperación desde Archivo" -#: utils/misc/guc.c:2349 -msgid "Sets the maximum number of temporary buffers used by each session." -msgstr "Número de búfers de memoria temporal usados por cada sesión." +#: utils/misc/guc.c:750 +msgid "Write-Ahead Log / Recovery Target" +msgstr "Write-Ahead Log / Destino de Recuperación" -#: utils/misc/guc.c:2360 -msgid "Sets the TCP port the server listens on." -msgstr "Puerto TCP en el cual escuchará el servidor." +#: utils/misc/guc.c:752 +msgid "Replication / Sending Servers" +msgstr "Replicación / Servidores de Envío" -#: utils/misc/guc.c:2370 -msgid "Sets the access permissions of the Unix-domain socket." -msgstr "Privilegios de acceso al socket Unix." +#: utils/misc/guc.c:754 +msgid "Replication / Primary Server" +msgstr "Replicación / Servidor Primario" -#: utils/misc/guc.c:2371 -msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" -msgstr "Los sockets de dominio Unix usan la funcionalidad de permisos de archivos estándar de Unix. Se espera que el valor de esta opción sea una especificación numérica de modo, en la forma aceptada por las llamadas a sistema chmod y umask. Para usar el modo octal acostumbrado, comience el número con un 0 (cero)." +#: utils/misc/guc.c:756 +msgid "Replication / Standby Servers" +msgstr "Replicación / Servidores Standby" -#: utils/misc/guc.c:2385 -msgid "Sets the file permissions for log files." -msgstr "Define los privilegios para los archivos del registro del servidor." +#: utils/misc/guc.c:758 +msgid "Replication / Subscribers" +msgstr "Replicación / Suscriptores" -#: utils/misc/guc.c:2386 -msgid "The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" -msgstr "Se espera que el valor de esta opción sea una especificación numérica de modo, en la forma aceptada por las llamadas a sistema chmod y umask. Para usar el modo octal acostumbrado, comience el número con un 0 (cero)." +#: utils/misc/guc.c:760 +msgid "Query Tuning / Planner Method Configuration" +msgstr "Afinamiento de Consultas / Configuración de Métodos del Planner" -#: utils/misc/guc.c:2400 -msgid "Shows the mode of the data directory." -msgstr "Muestra el modo del directorio de datos." +#: utils/misc/guc.c:762 +msgid "Query Tuning / Planner Cost Constants" +msgstr "Afinamiento de Consultas / Constantes de Costo del Planner" -#: utils/misc/guc.c:2401 -msgid "The parameter value is a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" -msgstr "El valor del parámetro es una especificación numérica de modo, en la forma aceptada por las llamadas a sistema chmod y umask. (Para usar el modo octal acostumbrado, comience el número con un 0 (cero).)" +#: utils/misc/guc.c:764 +msgid "Query Tuning / Genetic Query Optimizer" +msgstr "Afinamiento de Consultas / Optimizador Genético de Consultas" -#: utils/misc/guc.c:2414 -msgid "Sets the maximum memory to be used for query workspaces." -msgstr "Establece el límite de memoria que se usará para espacios de trabajo de consultas." - -#: utils/misc/guc.c:2415 -msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files." -msgstr "Esta es la cantidad máxima de memoria que se usará para operaciones internas de ordenamiento y tablas de hashing, antes de comenzar a usar archivos temporales en disco." +#: utils/misc/guc.c:766 +msgid "Query Tuning / Other Planner Options" +msgstr "Afinamiento de Consultas / Otras Opciones del Planner" -#: utils/misc/guc.c:2427 -msgid "Sets the maximum memory to be used for maintenance operations." -msgstr "Establece el límite de memoria que se usará para operaciones de mantención." +#: utils/misc/guc.c:768 +msgid "Reporting and Logging / Where to Log" +msgstr "Reporte y Registro / Dónde Registrar" -#: utils/misc/guc.c:2428 -msgid "This includes operations such as VACUUM and CREATE INDEX." -msgstr "Esto incluye operaciones como VACUUM y CREATE INDEX." +#: utils/misc/guc.c:770 +msgid "Reporting and Logging / When to Log" +msgstr "Reporte y Registro / Cuándo Registrar" -#: utils/misc/guc.c:2438 -msgid "Sets the maximum memory to be used for logical decoding." -msgstr "Establece el límite de memoria que se usará para decodificación lógica." +#: utils/misc/guc.c:772 +msgid "Reporting and Logging / What to Log" +msgstr "Reporte y Registro / Qué Registrar" -#: utils/misc/guc.c:2439 -msgid "This much memory can be used by each internal reorder buffer before spilling to disk." -msgstr "Esta es la cantidad máxima de memoria que puede ser usada para cada búfer interno de ordenamiento, antes de comenzar a usar disco." +#: utils/misc/guc.c:774 +msgid "Reporting and Logging / Process Title" +msgstr "Reporte y Registro / Título del Proceso" -#: utils/misc/guc.c:2455 -msgid "Sets the maximum stack depth, in kilobytes." -msgstr "Establece el tamaño máximo del stack, en kilobytes." +#: utils/misc/guc.c:776 +msgid "Statistics / Monitoring" +msgstr "Estadísticas / Monitoreo" -#: utils/misc/guc.c:2466 -msgid "Limits the total size of all temporary files used by each process." -msgstr "Limita el tamaño total de todos los archivos temporales usados en cada proceso." +#: utils/misc/guc.c:778 +msgid "Statistics / Query and Index Statistics Collector" +msgstr "Estadísticas / Recolector de Estadísticas de Consultas e Índices" -#: utils/misc/guc.c:2467 -msgid "-1 means no limit." -msgstr "-1 significa sin límite." +#: utils/misc/guc.c:780 +msgid "Autovacuum" +msgstr "Autovacuum" -#: utils/misc/guc.c:2477 -msgid "Vacuum cost for a page found in the buffer cache." -msgstr "Costo de Vacuum de una página encontrada en el buffer." +#: utils/misc/guc.c:782 +msgid "Client Connection Defaults / Statement Behavior" +msgstr "Valores por Omisión de Conexiones / Comportamiento de Sentencias" -#: utils/misc/guc.c:2487 -msgid "Vacuum cost for a page not found in the buffer cache." -msgstr "Costo de Vacuum de una página no encontrada en el cache." +#: utils/misc/guc.c:784 +msgid "Client Connection Defaults / Locale and Formatting" +msgstr "Valores por Omisión de Conexiones / Configuraciones Regionales y Formateo" -#: utils/misc/guc.c:2497 -msgid "Vacuum cost for a page dirtied by vacuum." -msgstr "Costo de Vacuum de una página ensuciada por vacuum." +#: utils/misc/guc.c:786 +msgid "Client Connection Defaults / Shared Library Preloading" +msgstr "Valores por Omisión de Conexiones / Precargado de Bibliotecas Compartidas" -#: utils/misc/guc.c:2507 -msgid "Vacuum cost amount available before napping." -msgstr "Costo de Vacuum disponible antes de descansar." +#: utils/misc/guc.c:788 +msgid "Client Connection Defaults / Other Defaults" +msgstr "Valores por Omisión de Conexiones / Otros Valores" -#: utils/misc/guc.c:2517 -msgid "Vacuum cost amount available before napping, for autovacuum." -msgstr "Costo de Vacuum disponible antes de descansar, para autovacuum." +#: utils/misc/guc.c:790 +msgid "Lock Management" +msgstr "Manejo de Bloqueos" -#: utils/misc/guc.c:2527 -msgid "Sets the maximum number of simultaneously open files for each server process." -msgstr "Define la cantidad máxima de archivos abiertos por cada subproceso." +#: utils/misc/guc.c:792 +msgid "Version and Platform Compatibility / Previous PostgreSQL Versions" +msgstr "Compatibilidad de Versión y Plataforma / Versiones Anteriores de PostgreSQL" -#: utils/misc/guc.c:2540 -msgid "Sets the maximum number of simultaneously prepared transactions." -msgstr "Define la cantidad máxima de transacciones preparadas simultáneas." +#: utils/misc/guc.c:794 +msgid "Version and Platform Compatibility / Other Platforms and Clients" +msgstr "Compatibilidad de Versión y Plataforma / Otras Plataformas y Clientes" -#: utils/misc/guc.c:2551 -msgid "Sets the minimum OID of tables for tracking locks." -msgstr "Define el OID mínimo para hacer seguimiento de locks." +#: utils/misc/guc.c:796 +msgid "Error Handling" +msgstr "Gestión de Errores" -#: utils/misc/guc.c:2552 -msgid "Is used to avoid output on system tables." -msgstr "Se usa para evitar salida excesiva por tablas de sistema." +#: utils/misc/guc.c:798 +msgid "Preset Options" +msgstr "Opciones Predefinidas" -#: utils/misc/guc.c:2561 -msgid "Sets the OID of the table with unconditionally lock tracing." -msgstr "Define el OID de una tabla con trazado incondicional de locks." +#: utils/misc/guc.c:800 +msgid "Customized Options" +msgstr "Opciones Personalizadas" -#: utils/misc/guc.c:2573 -msgid "Sets the maximum allowed duration of any statement." -msgstr "Define la duración máxima permitida de sentencias." +#: utils/misc/guc.c:802 +msgid "Developer Options" +msgstr "Opciones de Desarrollador" -#: utils/misc/guc.c:2574 utils/misc/guc.c:2585 utils/misc/guc.c:2596 -#: utils/misc/guc.c:2607 -msgid "A value of 0 turns off the timeout." -msgstr "Un valor de 0 desactiva el máximo." +#: utils/misc/guc.c:860 +msgid "Valid units for this parameter are \"B\", \"kB\", \"MB\", \"GB\", and \"TB\"." +msgstr "Unidades válidas para este parámetro son «B», «kB», «MB», «GB» y «TB»." -#: utils/misc/guc.c:2584 -msgid "Sets the maximum allowed duration of any wait for a lock." -msgstr "Define la duración máxima permitida de cualquier espera por un lock." +#: utils/misc/guc.c:897 +msgid "Valid units for this parameter are \"us\", \"ms\", \"s\", \"min\", \"h\", and \"d\"." +msgstr "Unidades válidas son para este parámetro son «us», «ms», «s», «min», «h» y «d»." -#: utils/misc/guc.c:2595 -msgid "Sets the maximum allowed idle time between queries, when in a transaction." -msgstr "Define el tiempo máximo permitido de inactividad entre consultas, cuando están dentro de una transacción." +#: utils/misc/guc.c:959 +msgid "Enables the planner's use of sequential-scan plans." +msgstr "Permitir el uso de planes de recorrido secuencial." -#: utils/misc/guc.c:2606 -msgid "Sets the maximum allowed idle time between queries, when not in a transaction." -msgstr "Define el tiempo máximo permitido de inactividad entre consultas, cuando no están dentro de una transacción." +#: utils/misc/guc.c:969 +msgid "Enables the planner's use of index-scan plans." +msgstr "Permitir el uso de planes de recorrido de índice." -#: utils/misc/guc.c:2617 -msgid "Minimum age at which VACUUM should freeze a table row." -msgstr "Mínima edad a la cual VACUUM debería congelar (freeze) una fila de una tabla." +#: utils/misc/guc.c:979 +msgid "Enables the planner's use of index-only-scan plans." +msgstr "Permitir el uso de planes de recorrido de sólo-índice." -#: utils/misc/guc.c:2627 -msgid "Age at which VACUUM should scan whole table to freeze tuples." -msgstr "Edad a la cual VACUUM debería recorrer una tabla completa para congelar (freeze) las filas." +#: utils/misc/guc.c:989 +msgid "Enables the planner's use of bitmap-scan plans." +msgstr "Permitir el uso de planes de recorrido de índice por mapas de bits." -#: utils/misc/guc.c:2637 -msgid "Minimum age at which VACUUM should freeze a MultiXactId in a table row." -msgstr "Mínima edad a la cual VACUUM debería congelar (freeze) el multixact en una fila." +#: utils/misc/guc.c:999 +msgid "Enables the planner's use of TID scan plans." +msgstr "Permitir el uso de planes de recorrido por TID." -#: utils/misc/guc.c:2647 -msgid "Multixact age at which VACUUM should scan whole table to freeze tuples." -msgstr "Edad de multixact a la cual VACUUM debería recorrer una tabla completa para congelar (freeze) las filas." +#: utils/misc/guc.c:1009 +msgid "Enables the planner's use of explicit sort steps." +msgstr "Permitir el uso de pasos explícitos de ordenamiento." -#: utils/misc/guc.c:2657 -msgid "Number of transactions by which VACUUM and HOT cleanup should be deferred, if any." -msgstr "Número de transacciones por las cuales VACUUM y la limpieza HOT deberían postergarse." +#: utils/misc/guc.c:1019 +msgid "Enables the planner's use of incremental sort steps." +msgstr "Permitir el uso de pasos incrementales de ordenamiento." -#: utils/misc/guc.c:2666 -msgid "Age at which VACUUM should trigger failsafe to avoid a wraparound outage." -msgstr "Edad a la cual VACUUM debería activar el modo failsafe para evitar pérdida de servicio por reciclaje (wraparound)." +#: utils/misc/guc.c:1028 +msgid "Enables the planner's use of hashed aggregation plans." +msgstr "Permitir el uso de planes de agregación a través de hash." -#: utils/misc/guc.c:2675 -msgid "Multixact age at which VACUUM should trigger failsafe to avoid a wraparound outage." -msgstr "Edad de multixact a la cual VACUUM debería activar el modo failsafe para evitar pérdida de servicio por reciclaje (wraparound)." +#: utils/misc/guc.c:1038 +msgid "Enables the planner's use of materialization." +msgstr "Permitir el uso de materialización de planes." -#: utils/misc/guc.c:2688 -msgid "Sets the maximum number of locks per transaction." -msgstr "Cantidad máxima de candados (locks) por transacción." +#: utils/misc/guc.c:1048 +msgid "Enables the planner's use of memoization." +msgstr "Permitir el uso de memoización de planes." -#: utils/misc/guc.c:2689 -msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." -msgstr "El tamaño de la tabla compartida de candados se calcula usando la suposición de que a lo más max_locks_per_transaction * max_connections objetos necesitarán ser bloqueados simultáneamente." +#: utils/misc/guc.c:1058 +msgid "Enables the planner's use of nested-loop join plans." +msgstr "Permitir el uso de planes «nested-loop join»." -#: utils/misc/guc.c:2700 -msgid "Sets the maximum number of predicate locks per transaction." -msgstr "Cantidad máxima de candados (locks) de predicado por transacción." +#: utils/misc/guc.c:1068 +msgid "Enables the planner's use of merge join plans." +msgstr "Permitir el uso de planes «merge join»." -#: utils/misc/guc.c:2701 -msgid "The shared predicate lock table is sized on the assumption that at most max_pred_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." -msgstr "El tamaño de la tabla compartida de candados se calcula usando la suposición de que a lo más max_pred_locks_per_transaction * max_connections objetos necesitarán ser bloqueados simultáneamente." +#: utils/misc/guc.c:1078 +msgid "Enables the planner's use of hash join plans." +msgstr "Permitir el uso de planes «hash join»." -#: utils/misc/guc.c:2712 -msgid "Sets the maximum number of predicate-locked pages and tuples per relation." -msgstr "Cantidad máxima de páginas y tuplas bloqueadas por predicado." +#: utils/misc/guc.c:1088 +msgid "Enables the planner's use of gather merge plans." +msgstr "Permitir el uso de planes «gather merge»." -#: utils/misc/guc.c:2713 -msgid "If more than this total of pages and tuples in the same relation are locked by a connection, those locks are replaced by a relation-level lock." -msgstr "Si más que este total de páginas y tuplas en la misma relación están bloqueadas por una conexión, esos locks son reemplazados por un lock a nivel de relación." +#: utils/misc/guc.c:1098 +msgid "Enables partitionwise join." +msgstr "Permitir el uso de joins por particiones." -#: utils/misc/guc.c:2723 -msgid "Sets the maximum number of predicate-locked tuples per page." -msgstr "Cantidad máxima de locks de predicado por página." +#: utils/misc/guc.c:1108 +msgid "Enables partitionwise aggregation and grouping." +msgstr "Permitir el uso de agregación y agrupamiento por particiones." -#: utils/misc/guc.c:2724 -msgid "If more than this number of tuples on the same page are locked by a connection, those locks are replaced by a page-level lock." -msgstr "Si más que este número de tuplas de la misma página están bloqueadas por una conexión, esos locks son reemplazados por un lock a nivel de página." +#: utils/misc/guc.c:1118 +msgid "Enables the planner's use of parallel append plans." +msgstr "Permitir el uso de planes «append» paralelos." -#: utils/misc/guc.c:2734 -msgid "Sets the maximum allowed time to complete client authentication." -msgstr "Define el tiempo máximo para completar proceso de autentificación." +#: utils/misc/guc.c:1128 +msgid "Enables the planner's use of parallel hash plans." +msgstr "Permitir el uso de planes «hash join» paralelos." -#: utils/misc/guc.c:2746 -msgid "Waits N seconds on connection startup before authentication." -msgstr "Espera N segundos al inicio de la conexión antes de la autentificación." +#: utils/misc/guc.c:1138 +msgid "Enables plan-time and execution-time partition pruning." +msgstr "Permitir el uso de poda de particiones en tiempo de plan y ejecución." -#: utils/misc/guc.c:2757 -msgid "Sets the size of WAL files held for standby servers." -msgstr "Establece el tamaño de los archivos de WAL retenidos para los servidores standby." +#: utils/misc/guc.c:1139 +msgid "Allows the query planner and executor to compare partition bounds to conditions in the query to determine which partitions must be scanned." +msgstr "Permite al optimizador de consultas y al ejecutor a comparar bordes de particiones a condiciones en las consultas para determinar qué particiones deben recorrerse." -#: utils/misc/guc.c:2768 -msgid "Sets the minimum size to shrink the WAL to." -msgstr "Define el tamaño mínimo al cual reducir el WAL." +#: utils/misc/guc.c:1150 +msgid "Enables the planner's use of async append plans." +msgstr "Permitir el uso de planes «append» asíncronos." -#: utils/misc/guc.c:2780 -msgid "Sets the WAL size that triggers a checkpoint." -msgstr "Define el tamaño de WAL que desencadena un checkpoint." - -#: utils/misc/guc.c:2792 -msgid "Sets the maximum time between automatic WAL checkpoints." -msgstr "Define el tiempo máximo entre puntos de control de WAL automáticos." +#: utils/misc/guc.c:1160 +msgid "Enables genetic query optimization." +msgstr "Permitir el uso del optimizador genético de consultas." -#: utils/misc/guc.c:2803 -msgid "Enables warnings if checkpoint segments are filled more frequently than this." -msgstr "Registrar si el llenado de segmentos de WAL es más frecuente que esto." +#: utils/misc/guc.c:1161 +msgid "This algorithm attempts to do planning without exhaustive searching." +msgstr "Este algoritmo intenta planear las consultas sin hacer búsqueda exhaustiva." -#: utils/misc/guc.c:2805 -msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning." -msgstr "Envía un mensaje a los registros del servidor si los punto de control causados por el llenado de archivos de segmento sucede con más frecuencia que este número de segundos. Un valor de 0 (cero) desactiva la opción." +#: utils/misc/guc.c:1172 +msgid "Shows whether the current user is a superuser." +msgstr "Indica si el usuario actual es superusuario." -#: utils/misc/guc.c:2817 utils/misc/guc.c:3033 utils/misc/guc.c:3080 -msgid "Number of pages after which previously performed writes are flushed to disk." -msgstr "Número de páginas después del cual las escrituras previamente ejecutadas se sincronizan a disco." +#: utils/misc/guc.c:1182 +msgid "Enables advertising the server via Bonjour." +msgstr "Permitir la publicación del servidor vía Bonjour." -#: utils/misc/guc.c:2828 -msgid "Sets the number of disk-page buffers in shared memory for WAL." -msgstr "Búfers en memoria compartida para páginas de WAL." +#: utils/misc/guc.c:1191 +msgid "Collects transaction commit time." +msgstr "Recolectar tiempo de compromiso de transacciones." -#: utils/misc/guc.c:2839 -msgid "Time between WAL flushes performed in the WAL writer." -msgstr "Tiempo entre sincronizaciones de WAL ejecutadas por el proceso escritor de WAL." +#: utils/misc/guc.c:1200 +msgid "Enables SSL connections." +msgstr "Permitir conexiones SSL." -#: utils/misc/guc.c:2850 -msgid "Amount of WAL written out by WAL writer that triggers a flush." -msgstr "Cantidad de WAL escrito por el proceso escritor de WAL que desencadena una sincronización (flush)." +#: utils/misc/guc.c:1209 +msgid "Also use ssl_passphrase_command during server reload." +msgstr "También usar ssl_passphrase_command durante la recarga del servidor." -#: utils/misc/guc.c:2861 -msgid "Minimum size of new file to fsync instead of writing WAL." -msgstr "Tamaño mínimo del nuevo archivo para hacer fsync en lugar de escribir WAL." +#: utils/misc/guc.c:1218 +msgid "Give priority to server ciphersuite order." +msgstr "Da prioridad al orden de algoritmos de cifrado especificado por el servidor." -#: utils/misc/guc.c:2872 -msgid "Sets the maximum number of simultaneously running WAL sender processes." -msgstr "Define la cantidad máxima de procesos «WAL sender» simultáneos." +#: utils/misc/guc.c:1227 +msgid "Forces synchronization of updates to disk." +msgstr "Forzar la sincronización de escrituras a disco." -#: utils/misc/guc.c:2883 -msgid "Sets the maximum number of simultaneously defined replication slots." -msgstr "Define la cantidad máxima de slots de replicación definidos simultáneamente." +#: utils/misc/guc.c:1228 +msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash." +msgstr "El servidor usará la llamada a sistema fsync() en varios lugares para asegurarse que las actualizaciones son escritas físicamente a disco. Esto asegura que las bases de datos se recuperarán a un estado consistente después de una caída de hardware o sistema operativo." -#: utils/misc/guc.c:2893 -msgid "Sets the maximum WAL size that can be reserved by replication slots." -msgstr "Define el tamaño máximo de WAL que puede ser reservado por slots de replicación." +#: utils/misc/guc.c:1239 +msgid "Continues processing after a checksum failure." +msgstr "Continuar procesando después de una falla de suma de verificación." -#: utils/misc/guc.c:2894 -msgid "Replication slots will be marked as failed, and segments released for deletion or recycling, if this much space is occupied by WAL on disk." -msgstr "Los slots de replicación serán invalidados, y los segmentos de WAL eliminados o reciclados, si se usa esta cantidad de espacio de disco en WAL." +#: utils/misc/guc.c:1240 +msgid "Detection of a checksum failure normally causes PostgreSQL to report an error, aborting the current transaction. Setting ignore_checksum_failure to true causes the system to ignore the failure (but still report a warning), and continue processing. This behavior could cause crashes or other serious problems. Only has an effect if checksums are enabled." +msgstr "La detección de una suma de verificación que no coincide normalmente hace que PostgreSQL reporte un error, abortando la transacción en curso. Definiendo ignore_checksum_failure a true hace que el sistema ignore la falla (pero aún así reporta un mensaje de warning), y continúe el procesamiento. Este comportamiento podría causar caídas del sistema u otros problemas serios. Sólo tiene efecto si las sumas de verificación están activadas." -#: utils/misc/guc.c:2906 -msgid "Sets the maximum time to wait for WAL replication." -msgstr "Define el tiempo máximo a esperar la replicación de WAL." +#: utils/misc/guc.c:1254 +msgid "Continues processing past damaged page headers." +msgstr "Continuar procesando después de detectar encabezados de página dañados." -#: utils/misc/guc.c:2917 -msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk." -msgstr "Retardo en microsegundos entre completar una transacción y escribir WAL a disco." +#: utils/misc/guc.c:1255 +msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page." +msgstr "La detección de un encabezado de página dañado normalmente hace que PostgreSQL reporte un error, abortando la transacción en curso. Definiendo zero_damaged_pages a true hace que el sistema reporte un mensaje de warning, escriba ceros en toda la página, y continúe el procesamiento. Este comportamiento destruirá datos; en particular, todas las tuplas en la página dañada." -#: utils/misc/guc.c:2929 -msgid "Sets the minimum concurrent open transactions before performing commit_delay." -msgstr "Mínimo de transacciones concurrentes para esperar commit_delay." +#: utils/misc/guc.c:1268 +msgid "Continues recovery after an invalid pages failure." +msgstr "Continuar procesando después de una falla de páginas no válidas." -#: utils/misc/guc.c:2940 -msgid "Sets the number of digits displayed for floating-point values." -msgstr "Ajustar el número de dígitos mostrados para valores de coma flotante." +#: utils/misc/guc.c:1269 +msgid "Detection of WAL records having references to invalid pages during recovery causes PostgreSQL to raise a PANIC-level error, aborting the recovery. Setting ignore_invalid_pages to true causes the system to ignore invalid page references in WAL records (but still report a warning), and continue recovery. This behavior may cause crashes, data loss, propagate or hide corruption, or other serious problems. Only has an effect during recovery or in standby mode." +msgstr "La detección de que registros de WAL tengan referencias a páginas no válidas durante la recuperación hace que PostgreSQL produzca un error de nivel PANIC, abortando la recuperación. Establecer el valor de ignore_invalid_pages a true hace que el sistema ignore las referencias a páginas no válidas en registros de WAL (pero aún así reporta un mensaje de warning), y continúe la recuperación. Este comportamiento podría causar caídas del sistema, pérdida de datos, propagar u ocultar corrupción, u otros problemas serios. Sólo tiene efecto durante la recuperación o en modo standby." -#: utils/misc/guc.c:2941 -msgid "This affects real, double precision, and geometric data types. A zero or negative parameter value is added to the standard number of digits (FLT_DIG or DBL_DIG as appropriate). Any value greater than zero selects precise output mode." -msgstr "Esto afecta los tipos real, de doble precisión, y geométricos. Un valor del parámetro cero o negativo se agrega a la cantidad estándar de dígitos (FLT_DIG o DBL_DIG, según sea apropiado). Cualquier valor mayor que cero selecciona el modo de salida preciso." +#: utils/misc/guc.c:1287 +msgid "Writes full pages to WAL when first modified after a checkpoint." +msgstr "Escribe páginas completas a WAL cuando son modificadas después de un punto de control." -#: utils/misc/guc.c:2953 -msgid "Sets the minimum execution time above which a sample of statements will be logged. Sampling is determined by log_statement_sample_rate." -msgstr "Establece el tiempo mínimo de ejecución a partir del cual se registra una muestra de la sentencia. El muestreo es determinado por log_statement_sample_rate." +#: utils/misc/guc.c:1288 +msgid "A page write in process during an operating system crash might be only partially written to disk. During recovery, the row changes stored in WAL are not enough to recover. This option writes pages when first modified after a checkpoint to WAL so full recovery is possible." +msgstr "Una escritura de página que está siendo procesada durante una caída del sistema operativo puede ser completada sólo parcialmente. Durante la recuperación, los cambios de registros (tuplas) almacenados en WAL no son suficientes para la recuperación. Esta opción activa la escritura de las páginas a WAL cuando son modificadas por primera vez después de un punto de control, de manera que una recuperación total es posible." -#: utils/misc/guc.c:2956 -msgid "Zero logs a sample of all queries. -1 turns this feature off." -msgstr "Cero registra una muestra de todas las consultas. -1 desactiva esta funcionalidad." +#: utils/misc/guc.c:1301 +msgid "Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification." +msgstr "Escribir páginas completas al WAL cuando son modificadas después de un punto de control, incluso para una modificación no crítica." -#: utils/misc/guc.c:2966 -msgid "Sets the minimum execution time above which all statements will be logged." -msgstr "Establece el tiempo mínimo de ejecución a partir del cual se registran todas las sentencias." +#: utils/misc/guc.c:1311 +msgid "Compresses full-page writes written in WAL file." +msgstr "Comprimir las imágenes de páginas completas al escribirlas a WAL." -#: utils/misc/guc.c:2968 -msgid "Zero prints all queries. -1 turns this feature off." -msgstr "Cero imprime todas las consultas. -1 desactiva esta funcionalidad." +#: utils/misc/guc.c:1321 +msgid "Writes zeroes to new WAL files before first use." +msgstr "Escribir ceros a nuevos archivos WAL antes del primer uso." -#: utils/misc/guc.c:2978 -msgid "Sets the minimum execution time above which autovacuum actions will be logged." -msgstr "Tiempo mínimo de ejecución a partir del cual se registran las acciones de autovacuum." +#: utils/misc/guc.c:1331 +msgid "Recycles WAL files by renaming them." +msgstr "Reciclar archivos de WAL cambiándoles de nombre." -#: utils/misc/guc.c:2980 -msgid "Zero prints all actions. -1 turns autovacuum logging off." -msgstr "Cero registra todas las acciones. -1 desactiva el registro de autovacuum." +#: utils/misc/guc.c:1341 +msgid "Logs each checkpoint." +msgstr "Registrar cada punto de control." -#: utils/misc/guc.c:2990 -msgid "When logging statements, limit logged parameter values to first N bytes." -msgstr "Cuando se registren sentencias, limitar los valores de parámetros registrados a los primeros N bytes." +#: utils/misc/guc.c:1350 +msgid "Logs each successful connection." +msgstr "Registrar cada conexión exitosa." -#: utils/misc/guc.c:2991 utils/misc/guc.c:3002 -msgid "-1 to print values in full." -msgstr "-1 para mostrar los valores completos." +#: utils/misc/guc.c:1359 +msgid "Logs end of a session, including duration." +msgstr "Registrar el fin de una sesión, incluyendo su duración." -#: utils/misc/guc.c:3001 -msgid "When reporting an error, limit logged parameter values to first N bytes." -msgstr "Cuando se reporta un error, limitar los valores de parámetros registrados a los primeros N bytes." +#: utils/misc/guc.c:1368 +msgid "Logs each replication command." +msgstr "Registrar cada orden de replicación." -#: utils/misc/guc.c:3012 -msgid "Background writer sleep time between rounds." -msgstr "Tiempo de descanso entre rondas del background writer" +#: utils/misc/guc.c:1377 +msgid "Shows whether the running server has assertion checks enabled." +msgstr "Indica si el servidor actual tiene activas las aseveraciones (asserts) activas." -#: utils/misc/guc.c:3023 -msgid "Background writer maximum number of LRU pages to flush per round." -msgstr "Número máximo de páginas LRU a escribir en cada ronda del background writer" +#: utils/misc/guc.c:1392 +msgid "Terminate session on any error." +msgstr "Terminar sesión ante cualquier error." -#: utils/misc/guc.c:3046 -msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem." -msgstr "Cantidad máxima de peticiones simultáneas que pueden ser manejadas eficientemente por el sistema de disco." +#: utils/misc/guc.c:1401 +msgid "Reinitialize server after backend crash." +msgstr "Reinicializar el servidor después de una caída de un proceso servidor." -#: utils/misc/guc.c:3064 -msgid "A variant of effective_io_concurrency that is used for maintenance work." -msgstr "Una variante de effective_io_concurrency que se usa para tareas de mantención." +#: utils/misc/guc.c:1410 +msgid "Remove temporary files after backend crash." +msgstr "Eliminar archivos temporales después de una caída de un proceso servidor." -#: utils/misc/guc.c:3093 -msgid "Maximum number of concurrent worker processes." -msgstr "Número máximo de procesos ayudantes concurrentes." +#: utils/misc/guc.c:1421 +msgid "Logs the duration of each completed SQL statement." +msgstr "Registrar la duración de cada sentencia SQL ejecutada." -#: utils/misc/guc.c:3105 -msgid "Maximum number of logical replication worker processes." -msgstr "Número máximo de procesos ayudantes de replicación lógica." +#: utils/misc/guc.c:1430 +msgid "Logs each query's parse tree." +msgstr "Registrar cada arbol analizado de consulta " -#: utils/misc/guc.c:3117 -msgid "Maximum number of table synchronization workers per subscription." -msgstr "Número máximo de procesos ayudantes de sincronización por suscripción." +#: utils/misc/guc.c:1439 +msgid "Logs each query's rewritten parse tree." +msgstr "Registrar cada reescritura del arból analizado de consulta" -#: utils/misc/guc.c:3127 -msgid "Automatic log file rotation will occur after N minutes." -msgstr "La rotación automática de archivos de log se efectuará después de N minutos." +#: utils/misc/guc.c:1448 +msgid "Logs each query's execution plan." +msgstr "Registrar el plan de ejecución de cada consulta." -#: utils/misc/guc.c:3138 -msgid "Automatic log file rotation will occur after N kilobytes." -msgstr "La rotación automática de archivos de log se efectuará después de N kilobytes." +#: utils/misc/guc.c:1457 +msgid "Indents parse and plan tree displays." +msgstr "Indentar los árboles de parse y plan." -#: utils/misc/guc.c:3149 -msgid "Shows the maximum number of function arguments." -msgstr "Muestra la cantidad máxima de argumentos de funciones." +#: utils/misc/guc.c:1466 +msgid "Writes parser performance statistics to the server log." +msgstr "Escribir estadísticas de parser al registro del servidor." -#: utils/misc/guc.c:3160 -msgid "Shows the maximum number of index keys." -msgstr "Muestra la cantidad máxima de claves de índices." +#: utils/misc/guc.c:1475 +msgid "Writes planner performance statistics to the server log." +msgstr "Escribir estadísticas de planner al registro del servidor." -#: utils/misc/guc.c:3171 -msgid "Shows the maximum identifier length." -msgstr "Muestra el largo máximo de identificadores." +#: utils/misc/guc.c:1484 +msgid "Writes executor performance statistics to the server log." +msgstr "Escribir estadísticas del executor al registro del servidor." -#: utils/misc/guc.c:3182 -msgid "Shows the size of a disk block." -msgstr "Muestra el tamaño de un bloque de disco." +#: utils/misc/guc.c:1493 +msgid "Writes cumulative performance statistics to the server log." +msgstr "Escribir estadísticas acumulativas al registro del servidor." -#: utils/misc/guc.c:3193 -msgid "Shows the number of pages per disk file." -msgstr "Muestra el número de páginas por archivo en disco." +#: utils/misc/guc.c:1503 +msgid "Logs system resource usage statistics (memory and CPU) on various B-tree operations." +msgstr "Registrar uso de recursos de sistema (memoria y CPU) en varias operaciones B-tree." -#: utils/misc/guc.c:3204 -msgid "Shows the block size in the write ahead log." -msgstr "Muestra el tamaño de bloque en el write-ahead log." +#: utils/misc/guc.c:1515 +msgid "Collects information about executing commands." +msgstr "Recolectar estadísticas sobre órdenes en ejecución." -#: utils/misc/guc.c:3215 -msgid "Sets the time to wait before retrying to retrieve WAL after a failed attempt." -msgstr "Define el tiempo a esperar antes de reintentar obtener WAL después de un intento fallido." +#: utils/misc/guc.c:1516 +msgid "Enables the collection of information on the currently executing command of each session, along with the time at which that command began execution." +msgstr "Activa la recolección de información sobre la orden actualmente en ejecución en cada sesión, junto con el momento en el cual esa orden comenzó la ejecución." -#: utils/misc/guc.c:3227 -msgid "Shows the size of write ahead log segments." -msgstr "Muestra el tamaño de los segmentos de WAL." - -#: utils/misc/guc.c:3240 -msgid "Time to sleep between autovacuum runs." -msgstr "Tiempo de descanso entre ejecuciones de autovacuum." +#: utils/misc/guc.c:1526 +msgid "Collects statistics on database activity." +msgstr "Recolectar estadísticas de actividad de la base de datos." -#: utils/misc/guc.c:3250 -msgid "Minimum number of tuple updates or deletes prior to vacuum." -msgstr "Número mínimo de updates o deletes antes de ejecutar vacuum." +#: utils/misc/guc.c:1535 +msgid "Collects timing statistics for database I/O activity." +msgstr "Recolectar estadísticas de tiempos en las operaciones de I/O de la base de datos." -#: utils/misc/guc.c:3259 -msgid "Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums." -msgstr "Número mínimo de inserciones de tuplas antes de ejecutar vacuum, o -1 para desactivar vacuums por inserciones." +#: utils/misc/guc.c:1544 +msgid "Collects timing statistics for WAL I/O activity." +msgstr "Recolectar estadísticas de tiempos en las operaciones de I/O del WAL." -#: utils/misc/guc.c:3268 -msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze." -msgstr "Número mínimo de inserciones, actualizaciones y eliminaciones de tuplas antes de ejecutar analyze." +#: utils/misc/guc.c:1554 +msgid "Updates the process title to show the active SQL command." +msgstr "Actualiza el título del proceso para mostrar la orden SQL activo." -#: utils/misc/guc.c:3278 -msgid "Age at which to autovacuum a table to prevent transaction ID wraparound." -msgstr "Edad a la cual aplicar VACUUM automáticamente a una tabla para prevenir problemas por reciclaje de ID de transacción." +#: utils/misc/guc.c:1555 +msgid "Enables updating of the process title every time a new SQL command is received by the server." +msgstr "Habilita que se actualice el título del proceso cada vez que una orden SQL es recibido por el servidor." -#: utils/misc/guc.c:3293 -msgid "Multixact age at which to autovacuum a table to prevent multixact wraparound." -msgstr "Edad de multixact a la cual aplicar VACUUM automáticamente a una tabla para prevenir problemas por reciclaje de ID de multixacts." +#: utils/misc/guc.c:1568 +msgid "Starts the autovacuum subprocess." +msgstr "Iniciar el subproceso de autovacuum." -#: utils/misc/guc.c:3303 -msgid "Sets the maximum number of simultaneously running autovacuum worker processes." -msgstr "Define la cantidad máxima de procesos «autovacuum worker» simultáneos." +#: utils/misc/guc.c:1578 +msgid "Generates debugging output for LISTEN and NOTIFY." +msgstr "Generar salida de depuración para LISTEN y NOTIFY." -#: utils/misc/guc.c:3313 -msgid "Sets the maximum number of parallel processes per maintenance operation." -msgstr "Cantidad máxima de procesos ayudantes paralelos por operación de mantención." +#: utils/misc/guc.c:1590 +msgid "Emits information about lock usage." +msgstr "Emitir información acerca del uso de locks." -#: utils/misc/guc.c:3323 -msgid "Sets the maximum number of parallel processes per executor node." -msgstr "Cantidad máxima de locks de predicado por nodo de ejecución." +#: utils/misc/guc.c:1600 +msgid "Emits information about user lock usage." +msgstr "Emitir información acerca del uso de locks de usuario." -#: utils/misc/guc.c:3334 -msgid "Sets the maximum number of parallel workers that can be active at one time." -msgstr "Define la cantidad máxima de procesos ayudantes que pueden estar activos en un momento dado." +#: utils/misc/guc.c:1610 +msgid "Emits information about lightweight lock usage." +msgstr "Emitir información acerca del uso de «lightweight locks»." -#: utils/misc/guc.c:3345 -msgid "Sets the maximum memory to be used by each autovacuum worker process." -msgstr "Establece el límite de memoria que cada proceso «autovacuum worker» usará." +#: utils/misc/guc.c:1620 +msgid "Dumps information about all current locks when a deadlock timeout occurs." +msgstr "Volcar información acerca de los locks existentes cuando se agota el tiempo de deadlock." -#: utils/misc/guc.c:3356 -msgid "Time before a snapshot is too old to read pages changed after the snapshot was taken." -msgstr "Tiempo antes de que un snapshot sea demasiado antiguo para leer páginas después de que el snapshot fue tomado." +#: utils/misc/guc.c:1632 +msgid "Logs long lock waits." +msgstr "Registrar esperas largas de bloqueos." -#: utils/misc/guc.c:3357 -msgid "A value of -1 disables this feature." -msgstr "El valor -1 desactiva esta característica." +#: utils/misc/guc.c:1641 +msgid "Logs standby recovery conflict waits." +msgstr "Registrar esperas por conflictos en recuperación de standby" -#: utils/misc/guc.c:3367 -msgid "Time between issuing TCP keepalives." -msgstr "Tiempo entre cada emisión de TCP keepalive." +#: utils/misc/guc.c:1650 +msgid "Logs the host name in the connection logs." +msgstr "Registrar el nombre del host en la conexión." -#: utils/misc/guc.c:3368 utils/misc/guc.c:3379 utils/misc/guc.c:3503 -msgid "A value of 0 uses the system default." -msgstr "Un valor 0 usa el valor por omisión del sistema." +#: utils/misc/guc.c:1651 +msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty." +msgstr "Por omisión, los registros de conexión sólo muestran la dirección IP del host que establece la conexión. Si desea que se despliegue el nombre del host puede activar esta opción, pero dependiendo de su configuración de resolución de nombres esto puede imponer una penalización de rendimiento no despreciable." -#: utils/misc/guc.c:3378 -msgid "Time between TCP keepalive retransmits." -msgstr "Tiempo entre retransmisiones TCP keepalive." +#: utils/misc/guc.c:1662 +msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." +msgstr "Tratar expr=NULL como expr IS NULL." -#: utils/misc/guc.c:3389 -msgid "SSL renegotiation is no longer supported; this can only be 0." -msgstr "La renegociación SSL ya no está soportada; esto sólo puede ser 0." +#: utils/misc/guc.c:1663 +msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)." +msgstr "Cuando está activado, expresiones de la forma expr = NULL (o NULL = expr) son tratadas como expr IS NULL, esto es, retornarán verdadero si expr es evaluada al valor nulo, y falso en caso contrario. El comportamiento correcto de expr = NULL es retornar siempre null (desconocido)." -#: utils/misc/guc.c:3400 -msgid "Maximum number of TCP keepalive retransmits." -msgstr "Cantidad máxima de retransmisiones TCP keepalive." +#: utils/misc/guc.c:1675 +msgid "Enables per-database user names." +msgstr "Activar el uso de nombre de usuario locales a cada base de datos." -#: utils/misc/guc.c:3401 -msgid "This controls the number of consecutive keepalive retransmits that can be lost before a connection is considered dead. A value of 0 uses the system default." -msgstr "Esto controla el número de retransmisiones consecutivas de keepalive que pueden ser perdidas antes que la conexión sea considerada muerta. Un valor 0 usa el valor por omisión del sistema." +#: utils/misc/guc.c:1684 +msgid "Sets the default read-only status of new transactions." +msgstr "Estado por omisión de sólo lectura de nuevas transacciones." -#: utils/misc/guc.c:3412 -msgid "Sets the maximum allowed result for exact search by GIN." -msgstr "Define el máximo de resultados permitidos por búsquedas exactas con GIN." +#: utils/misc/guc.c:1694 +msgid "Sets the current transaction's read-only status." +msgstr "Activa el estado de sólo lectura de la transacción en curso." -#: utils/misc/guc.c:3423 -msgid "Sets the planner's assumption about the total size of the data caches." -msgstr "Define la suposición del optimizador sobre el tamaño total de los caches de datos." +#: utils/misc/guc.c:1704 +msgid "Sets the default deferrable status of new transactions." +msgstr "Estado por omisión de postergable de nuevas transacciones." -#: utils/misc/guc.c:3424 -msgid "That is, the total size of the caches (kernel cache and shared buffers) used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each." -msgstr "Esto es, el tamaño total de caches (cache del kernel y búfers compartidos) usados por archivos de datos de PostgreSQL. Esto se mide en páginas de disco, que normalmente son de 8 kB cada una." +#: utils/misc/guc.c:1713 +msgid "Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures." +msgstr "Si está activo, las transacciones serializables de sólo lectura serán pausadas hasta que puedan ejecutarse sin posibles fallas de serialización." -#: utils/misc/guc.c:3435 -msgid "Sets the minimum amount of table data for a parallel scan." -msgstr "Define la cantidad mínima de datos en una tabla para un recorrido paralelo." +#: utils/misc/guc.c:1723 +msgid "Enable row security." +msgstr "Activar seguridad de registros." -#: utils/misc/guc.c:3436 -msgid "If the planner estimates that it will read a number of table pages too small to reach this limit, a parallel scan will not be considered." -msgstr "Si el planificador estima que leerá un número de páginas de tabla demasiado pequeñas para alcanzar este límite, no se considerará una búsqueda paralela." +#: utils/misc/guc.c:1724 +msgid "When enabled, row security will be applied to all users." +msgstr "Cuando está activada, la seguridad de registros se aplicará a todos los usuarios." -#: utils/misc/guc.c:3446 -msgid "Sets the minimum amount of index data for a parallel scan." -msgstr "Define la cantidad mínima de datos en un índice para un recorrido paralelo." +#: utils/misc/guc.c:1732 +msgid "Check routine bodies during CREATE FUNCTION and CREATE PROCEDURE." +msgstr "Verificar definición de rutinas durante CREATE FUNCTION y CREATE PROCEDURE." -#: utils/misc/guc.c:3447 -msgid "If the planner estimates that it will read a number of index pages too small to reach this limit, a parallel scan will not be considered." -msgstr "Si el planificador estima que leerá un número de páginas de índice demasiado pequeñas para alcanzar este límite, no se considerará una búsqueda paralela." +#: utils/misc/guc.c:1741 +msgid "Enable input of NULL elements in arrays." +msgstr "Habilita el ingreso de elementos nulos en arrays." -#: utils/misc/guc.c:3458 -msgid "Shows the server version as an integer." -msgstr "Muestra la versión del servidor como un número entero." +#: utils/misc/guc.c:1742 +msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally." +msgstr "Cuando está activo, un valor NULL sin comillas en la entrada de un array significa un valor nulo; en caso contrario es tomado literalmente." -#: utils/misc/guc.c:3469 -msgid "Log the use of temporary files larger than this number of kilobytes." -msgstr "Registra el uso de archivos temporales que crezcan más allá de este número de kilobytes." +#: utils/misc/guc.c:1758 +msgid "WITH OIDS is no longer supported; this can only be false." +msgstr "WITH OIDS ya no está soportado; esto sólo puede ser false." -#: utils/misc/guc.c:3470 -msgid "Zero logs all files. The default is -1 (turning this feature off)." -msgstr "Cero registra todos los archivos. El valor por omisión es -1 (lo cual desactiva el registro)." +#: utils/misc/guc.c:1768 +msgid "Start a subprocess to capture stderr output and/or csvlogs into log files." +msgstr "Lanzar un subproceso para capturar stderr y/o logs CSV en archivos de log." -#: utils/misc/guc.c:3480 -msgid "Sets the size reserved for pg_stat_activity.query, in bytes." -msgstr "Tamaño reservado para pg_stat_activity.query, en bytes." +#: utils/misc/guc.c:1777 +msgid "Truncate existing log files of same name during log rotation." +msgstr "Truncar archivos de log del mismo nombre durante la rotación." -#: utils/misc/guc.c:3491 -msgid "Sets the maximum size of the pending list for GIN index." -msgstr "Define el tamaño máximo de la lista de pendientes de un índice GIN." +#: utils/misc/guc.c:1788 +msgid "Emit information about resource usage in sorting." +msgstr "Emitir información acerca de uso de recursos durante los ordenamientos." -#: utils/misc/guc.c:3502 -msgid "TCP user timeout." -msgstr "Tiempo de expiración de TCP." +#: utils/misc/guc.c:1802 +msgid "Generate debugging output for synchronized scanning." +msgstr "Generar salida de depuración para recorrido sincronizado." -#: utils/misc/guc.c:3513 -msgid "The size of huge page that should be requested." -msgstr "El tamaño de huge page que se debería solicitar." +#: utils/misc/guc.c:1817 +msgid "Enable bounded sorting using heap sort." +msgstr "Activar ordenamiento acotado usando «heap sort»." -#: utils/misc/guc.c:3524 -msgid "Aggressively flush system caches for debugging purposes." -msgstr "Escribir cachés de sistema de forma agresiva para propósitos de depuración." +#: utils/misc/guc.c:1830 +msgid "Emit WAL-related debugging output." +msgstr "Activar salida de depuración de WAL." -#: utils/misc/guc.c:3547 -msgid "Sets the time interval between checks for disconnection while running queries." -msgstr "Establece el intervalo entre revisiones de desconexión mientras se ejecutan consultas." +#: utils/misc/guc.c:1842 +msgid "Shows whether datetimes are integer based." +msgstr "Mostrar si las fechas y horas se basan en tipos enteros." -#: utils/misc/guc.c:3567 -msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page." -msgstr "Estimación del costo de una página leída secuencialmente." +#: utils/misc/guc.c:1853 +msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive." +msgstr "Define que los nombres de usuario Kerberos y GSSAPI deberían ser tratados sin distinción de mayúsculas." -#: utils/misc/guc.c:3578 -msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page." -msgstr "Estimación del costo de una página leída no secuencialmente." +#: utils/misc/guc.c:1863 +msgid "Warn about backslash escapes in ordinary string literals." +msgstr "Avisa acerca de escapes de backslash en literales de cadena corrientes." -#: utils/misc/guc.c:3589 -msgid "Sets the planner's estimate of the cost of processing each tuple (row)." -msgstr "Estimación del costo de procesar cada tupla (fila)." +#: utils/misc/guc.c:1873 +msgid "Causes '...' strings to treat backslashes literally." +msgstr "Provoca que las cadenas '...' traten las barras inclinadas inversas (\\) en forma literal." -#: utils/misc/guc.c:3600 -msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan." -msgstr "Estimación del costo de procesar cada fila de índice durante un recorrido de índice." +#: utils/misc/guc.c:1884 +msgid "Enable synchronized sequential scans." +msgstr "Permitir la sincronización de recorridos secuenciales." -#: utils/misc/guc.c:3611 -msgid "Sets the planner's estimate of the cost of processing each operator or function call." -msgstr "Estimación del costo de procesar cada operador o llamada a función." +#: utils/misc/guc.c:1894 +msgid "Sets whether to include or exclude transaction with recovery target." +msgstr "Define si incluir o excluir la transacción con el destino de recuperación." -#: utils/misc/guc.c:3622 -msgid "Sets the planner's estimate of the cost of passing each tuple (row) from worker to leader backend." -msgstr "Estimación del costo de pasar cada tupla (fila) desde un proceso ayudante al proceso servidor principal." +#: utils/misc/guc.c:1904 +msgid "Allows connections and queries during recovery." +msgstr "Permite conexiones y consultas durante la recuperación." -#: utils/misc/guc.c:3633 -msgid "Sets the planner's estimate of the cost of starting up worker processes for parallel query." -msgstr "Estimación del costo de lanzar procesos ayudantes para consultas en paralelo." +#: utils/misc/guc.c:1914 +msgid "Allows feedback from a hot standby to the primary that will avoid query conflicts." +msgstr "Permite retroalimentación desde un hot standby hacia el primario que evitará conflictos en consultas." -#: utils/misc/guc.c:3645 -msgid "Perform JIT compilation if query is more expensive." -msgstr "Ejecutar compilación JIT si la consulta es más cara." - -#: utils/misc/guc.c:3646 -msgid "-1 disables JIT compilation." -msgstr "-1 inhabilita compilación JIT." +#: utils/misc/guc.c:1924 +msgid "Shows whether hot standby is currently active." +msgstr "Muestra si hot standby está activo actualmente." -#: utils/misc/guc.c:3656 -msgid "Optimize JIT-compiled functions if query is more expensive." -msgstr "Optimizar funciones compiladas en tiempo de ejecución (JIT) si la consulta es más cara." +#: utils/misc/guc.c:1935 +msgid "Allows modifications of the structure of system tables." +msgstr "Permite modificaciones de la estructura de las tablas del sistema." -#: utils/misc/guc.c:3657 -msgid "-1 disables optimization." -msgstr "-1 inhabilita la optimización." +#: utils/misc/guc.c:1946 +msgid "Disables reading from system indexes." +msgstr "Deshabilita lectura de índices del sistema." -#: utils/misc/guc.c:3667 -msgid "Perform JIT inlining if query is more expensive." -msgstr "Ejecutar «inlining» JIT si la consulta es más cara." +#: utils/misc/guc.c:1947 +msgid "It does not prevent updating the indexes, so it is safe to use. The worst consequence is slowness." +msgstr "No evita la actualización de índices, así que es seguro. Lo peor que puede ocurrir es lentitud del sistema." -#: utils/misc/guc.c:3668 -msgid "-1 disables inlining." -msgstr "-1 inhabilita el «inlining»." +#: utils/misc/guc.c:1958 +msgid "Allows tablespaces directly inside pg_tblspc, for testing." +msgstr "Permite tablespaces que estén dentro de pg_tblspc, para pruebas." -#: utils/misc/guc.c:3678 -msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved." -msgstr "Estimación de la fracción de filas de un cursor que serán extraídas." +#: utils/misc/guc.c:1969 +msgid "Enables backward compatibility mode for privilege checks on large objects." +msgstr "Activa el modo de compatibilidad con versiones anteriores de las comprobaciones de privilegios de objetos grandes." -#: utils/misc/guc.c:3690 -msgid "GEQO: selective pressure within the population." -msgstr "GEQO: presión selectiva dentro de la población." +#: utils/misc/guc.c:1970 +msgid "Skips privilege checks when reading or modifying large objects, for compatibility with PostgreSQL releases prior to 9.0." +msgstr "Omite las comprobaciones de privilegios cuando se leen o modifican los objetos grandes, para compatibilidad con versiones de PostgreSQL anteriores a 9.0." -#: utils/misc/guc.c:3701 -msgid "GEQO: seed for random path selection." -msgstr "GEQO: semilla para la selección aleatoria de caminos." +#: utils/misc/guc.c:1980 +msgid "When generating SQL fragments, quote all identifiers." +msgstr "Al generar fragmentos SQL, entrecomillar todos los identificadores." -#: utils/misc/guc.c:3712 -msgid "Multiple of work_mem to use for hash tables." -msgstr "Múltiplo de work_mem para el uso de tablas de hash." +#: utils/misc/guc.c:1990 +msgid "Shows whether data checksums are turned on for this cluster." +msgstr "Indica si las sumas de verificación están activas en este cluster." -#: utils/misc/guc.c:3723 -msgid "Multiple of the average buffer usage to free per round." -msgstr "Múltiplo del uso promedio de búfers que liberar en cada ronda." +#: utils/misc/guc.c:2001 +msgid "Add sequence number to syslog messages to avoid duplicate suppression." +msgstr "Agregar número de secuencia a mensajes syslog para evitar supresión de duplicados." -#: utils/misc/guc.c:3733 -msgid "Sets the seed for random-number generation." -msgstr "Semilla para la generación de números aleatorios." +#: utils/misc/guc.c:2011 +msgid "Split messages sent to syslog by lines and to fit into 1024 bytes." +msgstr "Dividir mensajes enviados a syslog en líneas y que quepan en 1024 bytes." -#: utils/misc/guc.c:3744 -msgid "Vacuum cost delay in milliseconds." -msgstr "Tiempo de descanso de vacuum en milisegundos." +#: utils/misc/guc.c:2021 +msgid "Controls whether Gather and Gather Merge also run subplans." +msgstr "Controla si los Gather y Gather Merge también ejecutan subplanes." -#: utils/misc/guc.c:3755 -msgid "Vacuum cost delay in milliseconds, for autovacuum." -msgstr "Tiempo de descanso de vacuum en milisegundos, para autovacuum." +#: utils/misc/guc.c:2022 +msgid "Should gather nodes also run subplans or just gather tuples?" +msgstr "¿Deben los nodos de recolección ejecutar subplanes o sólo recolectar tuplas?" -#: utils/misc/guc.c:3766 -msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples." -msgstr "Número de updates o deletes de tuplas antes de ejecutar un vacuum, como fracción de reltuples." +#: utils/misc/guc.c:2032 +msgid "Allow JIT compilation." +msgstr "Permitir compilación JIT." -#: utils/misc/guc.c:3776 -msgid "Number of tuple inserts prior to vacuum as a fraction of reltuples." -msgstr "Número de inserts de tuplas antes de ejecutar un vacuum, como fracción de reltuples." +#: utils/misc/guc.c:2043 +msgid "Register JIT-compiled functions with debugger." +msgstr "Registrar las funciones JIT compiladas con el depurador." -#: utils/misc/guc.c:3786 -msgid "Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples." -msgstr "Número mínimo de inserciones, actualizaciones y eliminaciones de tuplas antes de ejecutar analyze, como fracción de reltuples." +#: utils/misc/guc.c:2060 +msgid "Write out LLVM bitcode to facilitate JIT debugging." +msgstr "Escribe el bitcode LLVM para facilitar depuración de JIT." -#: utils/misc/guc.c:3796 -msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval." -msgstr "Tiempo utilizado en escribir páginas «sucias» durante los puntos de control, medido como fracción del intervalo del punto de control." +#: utils/misc/guc.c:2071 +msgid "Allow JIT compilation of expressions." +msgstr "Permitir compilación JIT de expresiones." -#: utils/misc/guc.c:3806 -msgid "Fraction of statements exceeding log_min_duration_sample to be logged." -msgstr "Fracción de sentencias que duren más de log_min_duration_sample a ser registradas." +#: utils/misc/guc.c:2082 +msgid "Register JIT-compiled functions with perf profiler." +msgstr "Registrar las funciones JIT compiladas con el analizador «perf»." -#: utils/misc/guc.c:3807 -msgid "Use a value between 0.0 (never log) and 1.0 (always log)." -msgstr "Use un valor entre 0.0 (no registrar nunca) y 1.0 (registrar siempre)." +#: utils/misc/guc.c:2099 +msgid "Allow JIT compilation of tuple deforming." +msgstr "Permitir compilación JIT de deformación de tuplas." -#: utils/misc/guc.c:3816 -msgid "Sets the fraction of transactions from which to log all statements." -msgstr "Define la fracción de transacciones desde la cual registrar en el log todas las sentencias." +#: utils/misc/guc.c:2110 +msgid "Whether to continue running after a failure to sync data files." +msgstr "Si continuar ejecutando después de una falla al sincronizar archivos de datos." -#: utils/misc/guc.c:3817 -msgid "Use a value between 0.0 (never log) and 1.0 (log all statements for all transactions)." -msgstr "Use un valor entre 0.0 (nunca registrar) y 1.0 (registrar todas las sentencias de todas las transacciones)." +#: utils/misc/guc.c:2119 +msgid "Sets whether a WAL receiver should create a temporary replication slot if no permanent slot is configured." +msgstr "Definir si un receptor de WAL debe crear un slot de replicación temporal en caso de no haber configurado un slot permanente." -#: utils/misc/guc.c:3836 -msgid "Sets the shell command that will be called to archive a WAL file." -msgstr "Orden de shell que se invocará para archivar un archivo WAL." +#: utils/misc/guc.c:2137 +msgid "Forces a switch to the next WAL file if a new file has not been started within N seconds." +msgstr "Fuerza a que utilizar el siguiente archivo de WAL si no se ha comenzado un nuevo archivo de WAL dentro de N segundos." -#: utils/misc/guc.c:3846 -msgid "Sets the shell command that will be called to retrieve an archived WAL file." -msgstr "Orden de shell que se invocará para recuperar un archivo WAL archivado." +#: utils/misc/guc.c:2148 +msgid "Waits N seconds on connection startup after authentication." +msgstr "Espera N segundos al inicio de la conexión después de la autentificación." -#: utils/misc/guc.c:3856 -msgid "Sets the shell command that will be executed at every restart point." -msgstr "Orden de shell que se invocará en cada «restart point»." +#: utils/misc/guc.c:2149 utils/misc/guc.c:2747 +msgid "This allows attaching a debugger to the process." +msgstr "Esto permite adjuntar un depurador al proceso." -#: utils/misc/guc.c:3866 -msgid "Sets the shell command that will be executed once at the end of recovery." -msgstr "Orden de shell que se invocará una vez al terminar la recuperación." +#: utils/misc/guc.c:2158 +msgid "Sets the default statistics target." +msgstr "Definir el valor por omisión de toma de estadísticas." -#: utils/misc/guc.c:3876 -msgid "Specifies the timeline to recover into." -msgstr "Especifica la línea de tiempo a la cual recuperar." +#: utils/misc/guc.c:2159 +msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS." +msgstr "Esto se aplica a columnas de tablas que no tienen un valor definido a través de ALTER TABLE SET STATISTICS." -#: utils/misc/guc.c:3886 -msgid "Set to \"immediate\" to end recovery as soon as a consistent state is reached." -msgstr "Defina a «immediate» para terminar la recuperación en cuando se alcance el estado consistente." +#: utils/misc/guc.c:2168 +msgid "Sets the FROM-list size beyond which subqueries are not collapsed." +msgstr "Tamaño de lista de FROM a partir del cual subconsultas no serán colapsadas." -#: utils/misc/guc.c:3895 -msgid "Sets the transaction ID up to which recovery will proceed." -msgstr "Define el ID de transacción hasta el cual se ejecutará la recuperación." +#: utils/misc/guc.c:2170 +msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items." +msgstr "El planner mezclará subconsultas en consultas de nivel superior si la lista FROM resultante es menor que esta cantidad de ítems." -#: utils/misc/guc.c:3904 -msgid "Sets the time stamp up to which recovery will proceed." -msgstr "Define la marca de tiempo hasta la cual se ejecutará la recuperación." +#: utils/misc/guc.c:2181 +msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." +msgstr "Tamaño de lista de FROM a partir del cual constructos JOIN no serán aplanados." -#: utils/misc/guc.c:3913 -msgid "Sets the named restore point up to which recovery will proceed." -msgstr "Define el nombre del punto de restauración hasta el cual se ejecutará la recuperación." +#: utils/misc/guc.c:2183 +msgid "The planner will flatten explicit JOIN constructs into lists of FROM items whenever a list of no more than this many items would result." +msgstr "El planner aplanará constructos JOIN explícitos en listas de ítems FROM siempre que la lista resultante no tenga más que esta cantidad de ítems." -#: utils/misc/guc.c:3922 -msgid "Sets the LSN of the write-ahead log location up to which recovery will proceed." -msgstr "Define el LSN de la ubicación de WAL hasta la cual se ejecutará la recuperación." +#: utils/misc/guc.c:2194 +msgid "Sets the threshold of FROM items beyond which GEQO is used." +msgstr "Umbral de ítems en FROM a partir del cual se usará GEQO." -#: utils/misc/guc.c:3932 -msgid "Specifies a file name whose presence ends recovery in the standby." -msgstr "Especifica un nombre de archivo cuya presencia termina la recuperación en el standby." +#: utils/misc/guc.c:2204 +msgid "GEQO: effort is used to set the default for other GEQO parameters." +msgstr "GEQO: effort se usa para determinar los valores por defecto para otros parámetros." -#: utils/misc/guc.c:3942 -msgid "Sets the connection string to be used to connect to the sending server." -msgstr "Define la cadena de conexión que se usará para conectarse al servidor de origen." +#: utils/misc/guc.c:2214 +msgid "GEQO: number of individuals in the population." +msgstr "GEQO: número de individuos en una población." -#: utils/misc/guc.c:3953 -msgid "Sets the name of the replication slot to use on the sending server." -msgstr "Define el nombre del slot de replicación a utilizar en el servidor de origen." +#: utils/misc/guc.c:2215 utils/misc/guc.c:2225 +msgid "Zero selects a suitable default value." +msgstr "Cero selecciona un valor por omisión razonable." -#: utils/misc/guc.c:3963 -msgid "Sets the client's character set encoding." -msgstr "Codificación del juego de caracteres del cliente." +#: utils/misc/guc.c:2224 +msgid "GEQO: number of iterations of the algorithm." +msgstr "GEQO: número de iteraciones del algoritmo." -#: utils/misc/guc.c:3974 -msgid "Controls information prefixed to each log line." -msgstr "Controla el prefijo que antecede cada línea registrada." +#: utils/misc/guc.c:2236 +msgid "Sets the time to wait on a lock before checking for deadlock." +msgstr "Define el tiempo a esperar un lock antes de buscar un deadlock." -#: utils/misc/guc.c:3975 -msgid "If blank, no prefix is used." -msgstr "si está en blanco, no se usa prefijo." +#: utils/misc/guc.c:2247 +msgid "Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data." +msgstr "Define el máximo retardo antes de cancelar consultas cuando un servidor hot standby está procesando datos de WAL archivado." -#: utils/misc/guc.c:3984 -msgid "Sets the time zone to use in log messages." -msgstr "Define el huso horario usando en los mensajes registrados." +#: utils/misc/guc.c:2258 +msgid "Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data." +msgstr "Define el máximo retardo antes de cancelar consultas cuando un servidor hot standby está procesando datos de WAL en flujo." -#: utils/misc/guc.c:3994 -msgid "Sets the display format for date and time values." -msgstr "Formato de salida para valores de horas y fechas." +#: utils/misc/guc.c:2269 +msgid "Sets the minimum delay for applying changes during recovery." +msgstr "Define el retraso mínimo para aplicar cambios durante la recuperación." -#: utils/misc/guc.c:3995 -msgid "Also controls interpretation of ambiguous date inputs." -msgstr "También controla la interpretación de entradas ambiguas de fechas" +#: utils/misc/guc.c:2280 +msgid "Sets the maximum interval between WAL receiver status reports to the sending server." +msgstr "Define el intervalo máximo entre reportes de estado que el receptor de WAL envía al servidor origen." -#: utils/misc/guc.c:4006 -msgid "Sets the default table access method for new tables." -msgstr "Define el método de acceso a tablas por omisión para nuevas tablas." +#: utils/misc/guc.c:2291 +msgid "Sets the maximum wait time to receive data from the sending server." +msgstr "Define el máximo tiempo de espera para recibir datos desde el servidor origen." -#: utils/misc/guc.c:4017 -msgid "Sets the default tablespace to create tables and indexes in." -msgstr "Define el tablespace en el cual crear tablas e índices." +#: utils/misc/guc.c:2302 +msgid "Sets the maximum number of concurrent connections." +msgstr "Número máximo de conexiones concurrentes." -#: utils/misc/guc.c:4018 -msgid "An empty string selects the database's default tablespace." -msgstr "Una cadena vacía especifica el tablespace por omisión de la base de datos." +#: utils/misc/guc.c:2313 +msgid "Sets the number of connection slots reserved for superusers." +msgstr "Número de conexiones reservadas para superusuarios." -#: utils/misc/guc.c:4028 -msgid "Sets the tablespace(s) to use for temporary tables and sort files." -msgstr "Define el/los tablespace/s en el cual crear tablas temporales y archivos de ordenamiento." +#: utils/misc/guc.c:2323 +msgid "Amount of dynamic shared memory reserved at startup." +msgstr "Cantidad de memoria compartida dinámica reservada al iniciar." -#: utils/misc/guc.c:4039 -msgid "Sets the path for dynamically loadable modules." -msgstr "Ruta para módulos dinámicos." +#: utils/misc/guc.c:2338 +msgid "Sets the number of shared memory buffers used by the server." +msgstr "Número de búfers de memoria compartida usados por el servidor." -#: utils/misc/guc.c:4040 -msgid "If a dynamically loadable module needs to be opened and the specified name does not have a directory component (i.e., the name does not contain a slash), the system will search this path for the specified file." -msgstr "Si se necesita abrir un módulo dinámico y el nombre especificado no tiene un componente de directorio (es decir, no contiene un slash), el sistema buscará el archivo especificado en esta ruta." +#: utils/misc/guc.c:2349 +msgid "Sets the maximum number of temporary buffers used by each session." +msgstr "Número de búfers de memoria temporal usados por cada sesión." -#: utils/misc/guc.c:4053 -msgid "Sets the location of the Kerberos server key file." -msgstr "Ubicación del archivo de llave del servidor Kerberos." +#: utils/misc/guc.c:2360 +msgid "Sets the TCP port the server listens on." +msgstr "Puerto TCP en el cual escuchará el servidor." -#: utils/misc/guc.c:4064 -msgid "Sets the Bonjour service name." -msgstr "Nombre del servicio Bonjour." +#: utils/misc/guc.c:2370 +msgid "Sets the access permissions of the Unix-domain socket." +msgstr "Privilegios de acceso al socket Unix." -#: utils/misc/guc.c:4076 -msgid "Shows the collation order locale." -msgstr "Configuración regional de ordenamiento de cadenas (collation)." +#: utils/misc/guc.c:2371 +msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" +msgstr "Los sockets de dominio Unix usan la funcionalidad de permisos de archivos estándar de Unix. Se espera que el valor de esta opción sea una especificación numérica de modo, en la forma aceptada por las llamadas a sistema chmod y umask. Para usar el modo octal acostumbrado, comience el número con un 0 (cero)." -#: utils/misc/guc.c:4087 -msgid "Shows the character classification and case conversion locale." -msgstr "Configuración regional de clasificación de caracteres y conversión de mayúsculas." +#: utils/misc/guc.c:2385 +msgid "Sets the file permissions for log files." +msgstr "Define los privilegios para los archivos del registro del servidor." -#: utils/misc/guc.c:4098 -msgid "Sets the language in which messages are displayed." -msgstr "Idioma en el que se despliegan los mensajes." +#: utils/misc/guc.c:2386 +msgid "The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" +msgstr "Se espera que el valor de esta opción sea una especificación numérica de modo, en la forma aceptada por las llamadas a sistema chmod y umask. Para usar el modo octal acostumbrado, comience el número con un 0 (cero)." -#: utils/misc/guc.c:4108 -msgid "Sets the locale for formatting monetary amounts." -msgstr "Configuración regional para formatos de moneda." +#: utils/misc/guc.c:2400 +msgid "Shows the mode of the data directory." +msgstr "Muestra el modo del directorio de datos." -#: utils/misc/guc.c:4118 -msgid "Sets the locale for formatting numbers." -msgstr "Configuración regional para formatos de números." +#: utils/misc/guc.c:2401 +msgid "The parameter value is a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" +msgstr "El valor del parámetro es una especificación numérica de modo, en la forma aceptada por las llamadas a sistema chmod y umask. (Para usar el modo octal acostumbrado, comience el número con un 0 (cero).)" -#: utils/misc/guc.c:4128 -msgid "Sets the locale for formatting date and time values." -msgstr "Configuración regional para formatos de horas y fechas." +#: utils/misc/guc.c:2414 +msgid "Sets the maximum memory to be used for query workspaces." +msgstr "Establece el límite de memoria que se usará para espacios de trabajo de consultas." -#: utils/misc/guc.c:4138 -msgid "Lists shared libraries to preload into each backend." -msgstr "Bibliotecas compartidas a precargar en cada proceso." +#: utils/misc/guc.c:2415 +msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files." +msgstr "Esta es la cantidad máxima de memoria que se usará para operaciones internas de ordenamiento y tablas de hashing, antes de comenzar a usar archivos temporales en disco." -#: utils/misc/guc.c:4149 -msgid "Lists shared libraries to preload into server." -msgstr "Bibliotecas compartidas a precargar en el servidor." +#: utils/misc/guc.c:2427 +msgid "Sets the maximum memory to be used for maintenance operations." +msgstr "Establece el límite de memoria que se usará para operaciones de mantención." -#: utils/misc/guc.c:4160 -msgid "Lists unprivileged shared libraries to preload into each backend." -msgstr "Bibliotecas compartidas no privilegiadas a precargar en cada proceso." +#: utils/misc/guc.c:2428 +msgid "This includes operations such as VACUUM and CREATE INDEX." +msgstr "Esto incluye operaciones como VACUUM y CREATE INDEX." -#: utils/misc/guc.c:4171 -msgid "Sets the schema search order for names that are not schema-qualified." -msgstr "Orden de búsqueda en schemas para nombres que no especifican schema." +#: utils/misc/guc.c:2438 +msgid "Sets the maximum memory to be used for logical decoding." +msgstr "Establece el límite de memoria que se usará para decodificación lógica." -#: utils/misc/guc.c:4183 -msgid "Shows the server (database) character set encoding." -msgstr "Muestra la codificación de caracteres del servidor (base de datos)." +#: utils/misc/guc.c:2439 +msgid "This much memory can be used by each internal reorder buffer before spilling to disk." +msgstr "Esta es la cantidad máxima de memoria que puede ser usada para cada búfer interno de ordenamiento, antes de comenzar a usar disco." -#: utils/misc/guc.c:4195 -msgid "Shows the server version." -msgstr "Versión del servidor." +#: utils/misc/guc.c:2455 +msgid "Sets the maximum stack depth, in kilobytes." +msgstr "Establece el tamaño máximo del stack, en kilobytes." -#: utils/misc/guc.c:4207 -msgid "Sets the current role." -msgstr "Define el rol actual." +#: utils/misc/guc.c:2466 +msgid "Limits the total size of all temporary files used by each process." +msgstr "Limita el tamaño total de todos los archivos temporales usados en cada proceso." -#: utils/misc/guc.c:4219 -msgid "Sets the session user name." -msgstr "Define el nombre del usuario de sesión." +#: utils/misc/guc.c:2467 +msgid "-1 means no limit." +msgstr "-1 significa sin límite." -#: utils/misc/guc.c:4230 -msgid "Sets the destination for server log output." -msgstr "Define el destino de la salida del registro del servidor." +#: utils/misc/guc.c:2477 +msgid "Vacuum cost for a page found in the buffer cache." +msgstr "Costo de Vacuum de una página encontrada en el buffer." -#: utils/misc/guc.c:4231 -msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform." -msgstr "Los valores aceptables son combinaciones de «stderr», «syslog», «csvlog» y «eventlog», dependiendo de la plataforma." +#: utils/misc/guc.c:2487 +msgid "Vacuum cost for a page not found in the buffer cache." +msgstr "Costo de Vacuum de una página no encontrada en el cache." -#: utils/misc/guc.c:4242 -msgid "Sets the destination directory for log files." -msgstr "Define el directorio de destino de los archivos del registro del servidor." +#: utils/misc/guc.c:2497 +msgid "Vacuum cost for a page dirtied by vacuum." +msgstr "Costo de Vacuum de una página ensuciada por vacuum." -#: utils/misc/guc.c:4243 -msgid "Can be specified as relative to the data directory or as absolute path." -msgstr "Puede ser una ruta relativa al directorio de datos o una ruta absoluta." +#: utils/misc/guc.c:2507 +msgid "Vacuum cost amount available before napping." +msgstr "Costo de Vacuum disponible antes de descansar." -#: utils/misc/guc.c:4253 -msgid "Sets the file name pattern for log files." -msgstr "Define el patrón para los nombres de archivo del registro del servidor." +#: utils/misc/guc.c:2517 +msgid "Vacuum cost amount available before napping, for autovacuum." +msgstr "Costo de Vacuum disponible antes de descansar, para autovacuum." -#: utils/misc/guc.c:4264 -msgid "Sets the program name used to identify PostgreSQL messages in syslog." -msgstr "Nombre de programa para identificar PostgreSQL en mensajes de syslog." +#: utils/misc/guc.c:2527 +msgid "Sets the maximum number of simultaneously open files for each server process." +msgstr "Define la cantidad máxima de archivos abiertos por cada subproceso." -#: utils/misc/guc.c:4275 -msgid "Sets the application name used to identify PostgreSQL messages in the event log." -msgstr "Nombre de programa para identificar PostgreSQL en mensajes del log de eventos." +#: utils/misc/guc.c:2540 +msgid "Sets the maximum number of simultaneously prepared transactions." +msgstr "Define la cantidad máxima de transacciones preparadas simultáneas." -#: utils/misc/guc.c:4286 -msgid "Sets the time zone for displaying and interpreting time stamps." -msgstr "Huso horario para desplegar e interpretar valores de tiempo." +#: utils/misc/guc.c:2551 +msgid "Sets the minimum OID of tables for tracking locks." +msgstr "Define el OID mínimo para hacer seguimiento de locks." -#: utils/misc/guc.c:4296 -msgid "Selects a file of time zone abbreviations." -msgstr "Selecciona un archivo de abreviaciones de huso horario." +#: utils/misc/guc.c:2552 +msgid "Is used to avoid output on system tables." +msgstr "Se usa para evitar salida excesiva por tablas de sistema." -#: utils/misc/guc.c:4306 -msgid "Sets the owning group of the Unix-domain socket." -msgstr "Grupo dueño del socket de dominio Unix." +#: utils/misc/guc.c:2561 +msgid "Sets the OID of the table with unconditionally lock tracing." +msgstr "Define el OID de una tabla con trazado incondicional de locks." -#: utils/misc/guc.c:4307 -msgid "The owning user of the socket is always the user that starts the server." -msgstr "El usuario dueño del socket siempre es el usuario que inicia el servidor." +#: utils/misc/guc.c:2573 +msgid "Sets the maximum allowed duration of any statement." +msgstr "Define la duración máxima permitida de sentencias." -#: utils/misc/guc.c:4317 -msgid "Sets the directories where Unix-domain sockets will be created." -msgstr "Directorios donde se crearán los sockets de dominio Unix." +#: utils/misc/guc.c:2574 utils/misc/guc.c:2585 utils/misc/guc.c:2596 +#: utils/misc/guc.c:2607 +msgid "A value of 0 turns off the timeout." +msgstr "Un valor de 0 desactiva el máximo." -#: utils/misc/guc.c:4332 -msgid "Sets the host name or IP address(es) to listen to." -msgstr "Define el nombre de anfitrión o dirección IP en la cual escuchar." +#: utils/misc/guc.c:2584 +msgid "Sets the maximum allowed duration of any wait for a lock." +msgstr "Define la duración máxima permitida de cualquier espera por un lock." -#: utils/misc/guc.c:4347 -msgid "Sets the server's data directory." -msgstr "Define la ubicación del directorio de datos." +#: utils/misc/guc.c:2595 +msgid "Sets the maximum allowed idle time between queries, when in a transaction." +msgstr "Define el tiempo máximo permitido de inactividad entre consultas, cuando están dentro de una transacción." -#: utils/misc/guc.c:4358 -msgid "Sets the server's main configuration file." -msgstr "Define la ubicación del archivo principal de configuración del servidor." +#: utils/misc/guc.c:2606 +msgid "Sets the maximum allowed idle time between queries, when not in a transaction." +msgstr "Define el tiempo máximo permitido de inactividad entre consultas, cuando no están dentro de una transacción." -#: utils/misc/guc.c:4369 -msgid "Sets the server's \"hba\" configuration file." -msgstr "Define la ubicación del archivo de configuración «hba» del servidor." +#: utils/misc/guc.c:2617 +msgid "Minimum age at which VACUUM should freeze a table row." +msgstr "Mínima edad a la cual VACUUM debería congelar (freeze) una fila de una tabla." -#: utils/misc/guc.c:4380 -msgid "Sets the server's \"ident\" configuration file." -msgstr "Define la ubicación del archivo de configuración «ident» del servidor." +#: utils/misc/guc.c:2627 +msgid "Age at which VACUUM should scan whole table to freeze tuples." +msgstr "Edad a la cual VACUUM debería recorrer una tabla completa para congelar (freeze) las filas." -#: utils/misc/guc.c:4391 -msgid "Writes the postmaster PID to the specified file." -msgstr "Registra el PID de postmaster en el archivo especificado." +#: utils/misc/guc.c:2637 +msgid "Minimum age at which VACUUM should freeze a MultiXactId in a table row." +msgstr "Mínima edad a la cual VACUUM debería congelar (freeze) el multixact en una fila." -#: utils/misc/guc.c:4402 -msgid "Shows the name of the SSL library." -msgstr "Muestra el nombre de la biblioteca SSL." +#: utils/misc/guc.c:2647 +msgid "Multixact age at which VACUUM should scan whole table to freeze tuples." +msgstr "Edad de multixact a la cual VACUUM debería recorrer una tabla completa para congelar (freeze) las filas." -#: utils/misc/guc.c:4417 -msgid "Location of the SSL server certificate file." -msgstr "Ubicación del archivo de certificado SSL del servidor." +#: utils/misc/guc.c:2657 +msgid "Number of transactions by which VACUUM and HOT cleanup should be deferred, if any." +msgstr "Número de transacciones por las cuales VACUUM y la limpieza HOT deberían postergarse." -#: utils/misc/guc.c:4427 -msgid "Location of the SSL server private key file." -msgstr "Ubicación del archivo de la llave SSL privada del servidor." +#: utils/misc/guc.c:2666 +msgid "Age at which VACUUM should trigger failsafe to avoid a wraparound outage." +msgstr "Edad a la cual VACUUM debería activar el modo failsafe para evitar pérdida de servicio por reciclaje (wraparound)." -#: utils/misc/guc.c:4437 -msgid "Location of the SSL certificate authority file." -msgstr "Ubicación del archivo de autoridad certificadora SSL." +#: utils/misc/guc.c:2675 +msgid "Multixact age at which VACUUM should trigger failsafe to avoid a wraparound outage." +msgstr "Edad de multixact a la cual VACUUM debería activar el modo failsafe para evitar pérdida de servicio por reciclaje (wraparound)." -#: utils/misc/guc.c:4447 -msgid "Location of the SSL certificate revocation list file." -msgstr "Ubicación del archivo de lista de revocación de certificados SSL" +#: utils/misc/guc.c:2688 +msgid "Sets the maximum number of locks per transaction." +msgstr "Cantidad máxima de candados (locks) por transacción." -#: utils/misc/guc.c:4457 -msgid "Location of the SSL certificate revocation list directory." -msgstr "Ubicación del directorio de lista de revocación de certificados SSL" +#: utils/misc/guc.c:2689 +msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." +msgstr "El tamaño de la tabla compartida de candados se calcula usando la suposición de que a lo más max_locks_per_transaction * max_connections objetos necesitarán ser bloqueados simultáneamente." -#: utils/misc/guc.c:4467 -msgid "Writes temporary statistics files to the specified directory." -msgstr "Escribe los archivos temporales de estadísticas al directorio especificado." +#: utils/misc/guc.c:2700 +msgid "Sets the maximum number of predicate locks per transaction." +msgstr "Cantidad máxima de candados (locks) de predicado por transacción." -#: utils/misc/guc.c:4478 -msgid "Number of synchronous standbys and list of names of potential synchronous ones." -msgstr "Número de standbys sincrónicos y lista de nombres de los potenciales sincrónicos." +#: utils/misc/guc.c:2701 +msgid "The shared predicate lock table is sized on the assumption that at most max_pred_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." +msgstr "El tamaño de la tabla compartida de candados se calcula usando la suposición de que a lo más max_pred_locks_per_transaction * max_connections objetos necesitarán ser bloqueados simultáneamente." -#: utils/misc/guc.c:4489 -msgid "Sets default text search configuration." -msgstr "Define la configuración de búsqueda en texto por omisión." +#: utils/misc/guc.c:2712 +msgid "Sets the maximum number of predicate-locked pages and tuples per relation." +msgstr "Cantidad máxima de páginas y tuplas bloqueadas por predicado." -#: utils/misc/guc.c:4499 -msgid "Sets the list of allowed SSL ciphers." -msgstr "Define la lista de cifrados SSL permitidos." +#: utils/misc/guc.c:2713 +msgid "If more than this total of pages and tuples in the same relation are locked by a connection, those locks are replaced by a relation-level lock." +msgstr "Si más que este total de páginas y tuplas en la misma relación están bloqueadas por una conexión, esos locks son reemplazados por un lock a nivel de relación." -#: utils/misc/guc.c:4514 -msgid "Sets the curve to use for ECDH." -msgstr "Define la curva a usar para ECDH." +#: utils/misc/guc.c:2723 +msgid "Sets the maximum number of predicate-locked tuples per page." +msgstr "Cantidad máxima de locks de predicado por página." -#: utils/misc/guc.c:4529 -msgid "Location of the SSL DH parameters file." -msgstr "Ubicación del archivo de parámetros DH para SSL." +#: utils/misc/guc.c:2724 +msgid "If more than this number of tuples on the same page are locked by a connection, those locks are replaced by a page-level lock." +msgstr "Si más que este número de tuplas de la misma página están bloqueadas por una conexión, esos locks son reemplazados por un lock a nivel de página." -#: utils/misc/guc.c:4540 -msgid "Command to obtain passphrases for SSL." -msgstr "Orden para obtener frases clave para SSL." +#: utils/misc/guc.c:2734 +msgid "Sets the maximum allowed time to complete client authentication." +msgstr "Define el tiempo máximo para completar proceso de autentificación." -#: utils/misc/guc.c:4551 -msgid "Sets the application name to be reported in statistics and logs." -msgstr "Define el nombre de aplicación a reportarse en estadísticas y logs." +#: utils/misc/guc.c:2746 +msgid "Waits N seconds on connection startup before authentication." +msgstr "Espera N segundos al inicio de la conexión antes de la autentificación." -#: utils/misc/guc.c:4562 -msgid "Sets the name of the cluster, which is included in the process title." -msgstr "Define el nombre del clúster, el cual se incluye en el título de proceso." +#: utils/misc/guc.c:2757 +msgid "Sets the size of WAL files held for standby servers." +msgstr "Establece el tamaño de los archivos de WAL retenidos para los servidores standby." -#: utils/misc/guc.c:4573 -msgid "Sets the WAL resource managers for which WAL consistency checks are done." -msgstr "Define los gestores de recursos WAL para los cuales hacer verificaciones de consistencia WAL." +#: utils/misc/guc.c:2768 +msgid "Sets the minimum size to shrink the WAL to." +msgstr "Define el tamaño mínimo al cual reducir el WAL." -#: utils/misc/guc.c:4574 -msgid "Full-page images will be logged for all data blocks and cross-checked against the results of WAL replay." -msgstr "Se registrarán imágenes de página completa para todos los bloques de datos, y comparados con los resultados de la aplicación de WAL." +#: utils/misc/guc.c:2780 +msgid "Sets the WAL size that triggers a checkpoint." +msgstr "Define el tamaño de WAL que desencadena un checkpoint." -#: utils/misc/guc.c:4584 -msgid "JIT provider to use." -msgstr "Proveedor JIT a usar." +#: utils/misc/guc.c:2792 +msgid "Sets the maximum time between automatic WAL checkpoints." +msgstr "Define el tiempo máximo entre puntos de control de WAL automáticos." -#: utils/misc/guc.c:4595 -msgid "Log backtrace for errors in these functions." -msgstr "Registrar el backtrace para errores que se produzcan en estas funciones." +#: utils/misc/guc.c:2803 +msgid "Enables warnings if checkpoint segments are filled more frequently than this." +msgstr "Registrar si el llenado de segmentos de WAL es más frecuente que esto." -#: utils/misc/guc.c:4615 -msgid "Sets whether \"\\'\" is allowed in string literals." -msgstr "Define si «\\'» está permitido en literales de cadena." +#: utils/misc/guc.c:2805 +msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning." +msgstr "Envía un mensaje a los registros del servidor si los punto de control causados por el llenado de archivos de segmento sucede con más frecuencia que este número de segundos. Un valor de 0 (cero) desactiva la opción." -#: utils/misc/guc.c:4625 -msgid "Sets the output format for bytea." -msgstr "Formato de salida para bytea." +#: utils/misc/guc.c:2817 utils/misc/guc.c:3033 utils/misc/guc.c:3080 +msgid "Number of pages after which previously performed writes are flushed to disk." +msgstr "Número de páginas después del cual las escrituras previamente ejecutadas se sincronizan a disco." -#: utils/misc/guc.c:4635 -msgid "Sets the message levels that are sent to the client." -msgstr "Nivel de mensajes enviados al cliente." +#: utils/misc/guc.c:2828 +msgid "Sets the number of disk-page buffers in shared memory for WAL." +msgstr "Búfers en memoria compartida para páginas de WAL." -#: utils/misc/guc.c:4636 utils/misc/guc.c:4722 utils/misc/guc.c:4733 -#: utils/misc/guc.c:4809 -msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent." -msgstr "Cada nivel incluye todos los niveles que lo siguen. Mientras más posterior el nivel, menos mensajes se enviarán." +#: utils/misc/guc.c:2839 +msgid "Time between WAL flushes performed in the WAL writer." +msgstr "Tiempo entre sincronizaciones de WAL ejecutadas por el proceso escritor de WAL." -#: utils/misc/guc.c:4646 -msgid "Compute query identifiers." -msgstr "Calcular identificadores de consulta." +#: utils/misc/guc.c:2850 +msgid "Amount of WAL written out by WAL writer that triggers a flush." +msgstr "Cantidad de WAL escrito por el proceso escritor de WAL que desencadena una sincronización (flush)." -#: utils/misc/guc.c:4656 -msgid "Enables the planner to use constraints to optimize queries." -msgstr "Permitir el uso de restricciones para limitar los accesos a tablas." +#: utils/misc/guc.c:2861 +msgid "Minimum size of new file to fsync instead of writing WAL." +msgstr "Tamaño mínimo del nuevo archivo para hacer fsync en lugar de escribir WAL." -#: utils/misc/guc.c:4657 -msgid "Table scans will be skipped if their constraints guarantee that no rows match the query." -msgstr "Las tablas no serán recorridas si sus restricciones garantizan que ninguna fila coincidirá con la consulta." +#: utils/misc/guc.c:2872 +msgid "Sets the maximum number of simultaneously running WAL sender processes." +msgstr "Define la cantidad máxima de procesos «WAL sender» simultáneos." -#: utils/misc/guc.c:4668 -msgid "Sets the default compression method for compressible values." -msgstr "Define el método de compresión por omisión para valores comprimibles." +#: utils/misc/guc.c:2883 +msgid "Sets the maximum number of simultaneously defined replication slots." +msgstr "Define la cantidad máxima de slots de replicación definidos simultáneamente." -#: utils/misc/guc.c:4679 -msgid "Sets the transaction isolation level of each new transaction." -msgstr "Nivel de aislación (isolation level) de transacciones nuevas." +#: utils/misc/guc.c:2893 +msgid "Sets the maximum WAL size that can be reserved by replication slots." +msgstr "Define el tamaño máximo de WAL que puede ser reservado por slots de replicación." -#: utils/misc/guc.c:4689 -msgid "Sets the current transaction's isolation level." -msgstr "Define el nivel de aislación de la transacción en curso." +#: utils/misc/guc.c:2894 +msgid "Replication slots will be marked as failed, and segments released for deletion or recycling, if this much space is occupied by WAL on disk." +msgstr "Los slots de replicación serán invalidados, y los segmentos de WAL eliminados o reciclados, si se usa esta cantidad de espacio de disco en WAL." -#: utils/misc/guc.c:4700 -msgid "Sets the display format for interval values." -msgstr "Formato de salida para valores de intervalos." +#: utils/misc/guc.c:2906 +msgid "Sets the maximum time to wait for WAL replication." +msgstr "Define el tiempo máximo a esperar la replicación de WAL." -#: utils/misc/guc.c:4711 -msgid "Sets the verbosity of logged messages." -msgstr "Verbosidad de los mensajes registrados." +#: utils/misc/guc.c:2917 +msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk." +msgstr "Retardo en microsegundos entre completar una transacción y escribir WAL a disco." -#: utils/misc/guc.c:4721 -msgid "Sets the message levels that are logged." -msgstr "Nivel de mensajes registrados." +#: utils/misc/guc.c:2929 +msgid "Sets the minimum concurrent open transactions before performing commit_delay." +msgstr "Mínimo de transacciones concurrentes para esperar commit_delay." -#: utils/misc/guc.c:4732 -msgid "Causes all statements generating error at or above this level to be logged." -msgstr "Registrar sentencias que generan error de nivel superior o igual a éste." +#: utils/misc/guc.c:2940 +msgid "Sets the number of digits displayed for floating-point values." +msgstr "Ajustar el número de dígitos mostrados para valores de coma flotante." -#: utils/misc/guc.c:4743 -msgid "Sets the type of statements logged." -msgstr "Define el tipo de sentencias que se registran." +#: utils/misc/guc.c:2941 +msgid "This affects real, double precision, and geometric data types. A zero or negative parameter value is added to the standard number of digits (FLT_DIG or DBL_DIG as appropriate). Any value greater than zero selects precise output mode." +msgstr "Esto afecta los tipos real, de doble precisión, y geométricos. Un valor del parámetro cero o negativo se agrega a la cantidad estándar de dígitos (FLT_DIG o DBL_DIG, según sea apropiado). Cualquier valor mayor que cero selecciona el modo de salida preciso." -#: utils/misc/guc.c:4753 -msgid "Sets the syslog \"facility\" to be used when syslog enabled." -msgstr "«Facility» de syslog que se usará cuando syslog esté habilitado." +#: utils/misc/guc.c:2953 +msgid "Sets the minimum execution time above which a sample of statements will be logged. Sampling is determined by log_statement_sample_rate." +msgstr "Establece el tiempo mínimo de ejecución a partir del cual se registra una muestra de la sentencia. El muestreo es determinado por log_statement_sample_rate." -#: utils/misc/guc.c:4768 -msgid "Sets the session's behavior for triggers and rewrite rules." -msgstr "Define el comportamiento de la sesión con respecto a disparadores y reglas de reescritura." +#: utils/misc/guc.c:2956 +msgid "Zero logs a sample of all queries. -1 turns this feature off." +msgstr "Cero registra una muestra de todas las consultas. -1 desactiva esta funcionalidad." -#: utils/misc/guc.c:4778 -msgid "Sets the current transaction's synchronization level." -msgstr "Define el nivel de sincronización de la transacción en curso." +#: utils/misc/guc.c:2966 +msgid "Sets the minimum execution time above which all statements will be logged." +msgstr "Establece el tiempo mínimo de ejecución a partir del cual se registran todas las sentencias." -#: utils/misc/guc.c:4788 -msgid "Allows archiving of WAL files using archive_command." -msgstr "Permite el archivado de WAL usando archive_command." +#: utils/misc/guc.c:2968 +msgid "Zero prints all queries. -1 turns this feature off." +msgstr "Cero imprime todas las consultas. -1 desactiva esta funcionalidad." -#: utils/misc/guc.c:4798 -msgid "Sets the action to perform upon reaching the recovery target." -msgstr "Acción a ejecutar al alcanzar el destino de recuperación." +#: utils/misc/guc.c:2978 +msgid "Sets the minimum execution time above which autovacuum actions will be logged." +msgstr "Tiempo mínimo de ejecución a partir del cual se registran las acciones de autovacuum." -#: utils/misc/guc.c:4808 -msgid "Enables logging of recovery-related debugging information." -msgstr "Recolectar información de depuración relacionada con la recuperación." +#: utils/misc/guc.c:2980 +msgid "Zero prints all actions. -1 turns autovacuum logging off." +msgstr "Cero registra todas las acciones. -1 desactiva el registro de autovacuum." -#: utils/misc/guc.c:4824 -msgid "Collects function-level statistics on database activity." -msgstr "Recolectar estadísticas de actividad de funciones en la base de datos." +#: utils/misc/guc.c:2990 +msgid "When logging statements, limit logged parameter values to first N bytes." +msgstr "Cuando se registren sentencias, limitar los valores de parámetros registrados a los primeros N bytes." -#: utils/misc/guc.c:4834 -msgid "Sets the level of information written to the WAL." -msgstr "Establece el nivel de información escrita al WAL." +#: utils/misc/guc.c:2991 utils/misc/guc.c:3002 +msgid "-1 to print values in full." +msgstr "-1 para mostrar los valores completos." -#: utils/misc/guc.c:4844 -msgid "Selects the dynamic shared memory implementation used." -msgstr "Escoge la implementación de memoria compartida dinámica que se usará." +#: utils/misc/guc.c:3001 +msgid "When reporting an error, limit logged parameter values to first N bytes." +msgstr "Cuando se reporta un error, limitar los valores de parámetros registrados a los primeros N bytes." -#: utils/misc/guc.c:4854 -msgid "Selects the shared memory implementation used for the main shared memory region." -msgstr "Escoge la implementación de memoria compartida dinámica que se usará para la región principal de memoria compartida." +#: utils/misc/guc.c:3012 +msgid "Background writer sleep time between rounds." +msgstr "Tiempo de descanso entre rondas del background writer" -#: utils/misc/guc.c:4864 -msgid "Selects the method used for forcing WAL updates to disk." -msgstr "Selecciona el método usado para forzar escritura de WAL a disco." +#: utils/misc/guc.c:3023 +msgid "Background writer maximum number of LRU pages to flush per round." +msgstr "Número máximo de páginas LRU a escribir en cada ronda del background writer" -#: utils/misc/guc.c:4874 -msgid "Sets how binary values are to be encoded in XML." -msgstr "Define cómo se codificarán los valores binarios en XML." +#: utils/misc/guc.c:3046 +msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem." +msgstr "Cantidad máxima de peticiones simultáneas que pueden ser manejadas eficientemente por el sistema de disco." -#: utils/misc/guc.c:4884 -msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments." -msgstr "Define si los datos XML implícitos en operaciones de análisis y serialización serán considerados documentos o fragmentos de contenido." +#: utils/misc/guc.c:3064 +msgid "A variant of effective_io_concurrency that is used for maintenance work." +msgstr "Una variante de effective_io_concurrency que se usa para tareas de mantención." -#: utils/misc/guc.c:4895 -msgid "Use of huge pages on Linux or Windows." -msgstr "Usar páginas grandes (huge) en Linux o Windows." - -#: utils/misc/guc.c:4905 -msgid "Forces use of parallel query facilities." -msgstr "Obliga al uso de la funcionalidad de consultas paralelas." +#: utils/misc/guc.c:3093 +msgid "Maximum number of concurrent worker processes." +msgstr "Número máximo de procesos ayudantes concurrentes." -#: utils/misc/guc.c:4906 -msgid "If possible, run query using a parallel worker and with parallel restrictions." -msgstr "Si es posible, ejecuta cada consulta en un ayudante paralelo y con restricciones de paralelismo." +#: utils/misc/guc.c:3105 +msgid "Maximum number of logical replication worker processes." +msgstr "Número máximo de procesos ayudantes de replicación lógica." -#: utils/misc/guc.c:4916 -msgid "Chooses the algorithm for encrypting passwords." -msgstr "Escoge el algoritmo para cifrar contraseñas." +#: utils/misc/guc.c:3117 +msgid "Maximum number of table synchronization workers per subscription." +msgstr "Número máximo de procesos ayudantes de sincronización por suscripción." -#: utils/misc/guc.c:4926 -msgid "Controls the planner's selection of custom or generic plan." -msgstr "Controla la selección del optimizador de planes genéricos o «custom»." +#: utils/misc/guc.c:3127 +msgid "Automatic log file rotation will occur after N minutes." +msgstr "La rotación automática de archivos de log se efectuará después de N minutos." -#: utils/misc/guc.c:4927 -msgid "Prepared statements can have custom and generic plans, and the planner will attempt to choose which is better. This can be set to override the default behavior." -msgstr "Las sentencias preparadas pueden tener planes genéricos y «custom», y el optimizador intentará escoger cuál es mejor. Esto puede usarse para controlar manualmente el comportamiento." +#: utils/misc/guc.c:3138 +msgid "Automatic log file rotation will occur after N kilobytes." +msgstr "La rotación automática de archivos de log se efectuará después de N kilobytes." -#: utils/misc/guc.c:4939 -msgid "Sets the minimum SSL/TLS protocol version to use." -msgstr "Define la versión mínima del protocolo SSL/TLS a usar." +#: utils/misc/guc.c:3149 +msgid "Shows the maximum number of function arguments." +msgstr "Muestra la cantidad máxima de argumentos de funciones." -#: utils/misc/guc.c:4951 -msgid "Sets the maximum SSL/TLS protocol version to use." -msgstr "Define la versión máxima del protocolo SSL/TLS a usar." +#: utils/misc/guc.c:3160 +msgid "Shows the maximum number of index keys." +msgstr "Muestra la cantidad máxima de claves de índices." -#: utils/misc/guc.c:4963 -msgid "Sets the method for synchronizing the data directory before crash recovery." -msgstr "Establece el método para sincronizar el directorio de datos antes de la recuperación ante una caída." +#: utils/misc/guc.c:3171 +msgid "Shows the maximum identifier length." +msgstr "Muestra el largo máximo de identificadores." -#: utils/misc/guc.c:5532 -#, c-format -msgid "invalid configuration parameter name \"%s\"" -msgstr "nombre de parámetro de configuración «%s» no válido" +#: utils/misc/guc.c:3182 +msgid "Shows the size of a disk block." +msgstr "Muestra el tamaño de un bloque de disco." -#: utils/misc/guc.c:5534 -#, c-format -msgid "Custom parameter names must be two or more simple identifiers separated by dots." -msgstr "Los nombres de los parámetros personalizados deben ser dos o más identificadores sencillos separados por puntos." +#: utils/misc/guc.c:3193 +msgid "Shows the number of pages per disk file." +msgstr "Muestra el número de páginas por archivo en disco." -#: utils/misc/guc.c:5543 utils/misc/guc.c:9302 -#, c-format -msgid "unrecognized configuration parameter \"%s\"" -msgstr "parámetro de configuración «%s» no reconocido" +#: utils/misc/guc.c:3204 +msgid "Shows the block size in the write ahead log." +msgstr "Muestra el tamaño de bloque en el write-ahead log." -#: utils/misc/guc.c:5836 -#, c-format -msgid "%s: could not access directory \"%s\": %s\n" -msgstr "%s: no se pudo acceder al directorio «%s»: %s\n" +#: utils/misc/guc.c:3215 +msgid "Sets the time to wait before retrying to retrieve WAL after a failed attempt." +msgstr "Define el tiempo a esperar antes de reintentar obtener WAL después de un intento fallido." -#: utils/misc/guc.c:5841 -#, c-format -msgid "Run initdb or pg_basebackup to initialize a PostgreSQL data directory.\n" -msgstr "Ejecute initdb o pg_basebackup para inicializar un directorio de datos de PostgreSQL.\n" +#: utils/misc/guc.c:3227 +msgid "Shows the size of write ahead log segments." +msgstr "Muestra el tamaño de los segmentos de WAL." -#: utils/misc/guc.c:5861 -#, c-format -msgid "" -"%s does not know where to find the server configuration file.\n" -"You must specify the --config-file or -D invocation option or set the PGDATA environment variable.\n" -msgstr "" -"%s no sabe dónde encontrar el archivo de configuración del servidor.\n" -"Debe especificar la opción --config-file o -D o definir la variable de ambiente PGDATA.\n" +#: utils/misc/guc.c:3240 +msgid "Time to sleep between autovacuum runs." +msgstr "Tiempo de descanso entre ejecuciones de autovacuum." -#: utils/misc/guc.c:5880 -#, c-format -msgid "%s: could not access the server configuration file \"%s\": %s\n" -msgstr "%s: no se pudo acceder al archivo de configuración «%s»: %s\n" +#: utils/misc/guc.c:3250 +msgid "Minimum number of tuple updates or deletes prior to vacuum." +msgstr "Número mínimo de updates o deletes antes de ejecutar vacuum." -#: utils/misc/guc.c:5906 -#, c-format -msgid "" -"%s does not know where to find the database system data.\n" -"This can be specified as \"data_directory\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" -msgstr "" -"%s no sabe dónde encontrar los archivos de sistema de la base de datos.\n" -"Esto puede especificarse como «data_directory» en «%s», o usando la opción -D, o a través de la variable de ambiente PGDATA.\n" +#: utils/misc/guc.c:3259 +msgid "Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums." +msgstr "Número mínimo de inserciones de tuplas antes de ejecutar vacuum, o -1 para desactivar vacuums por inserciones." -#: utils/misc/guc.c:5954 -#, c-format -msgid "" -"%s does not know where to find the \"hba\" configuration file.\n" -"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" -msgstr "" -"%s no sabe dónde encontrar el archivo de configuración «hba».\n" -"Esto puede especificarse como «hba_file» en «%s», o usando la opción -D, o a través de la variable de ambiente PGDATA.\n" +#: utils/misc/guc.c:3268 +msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze." +msgstr "Número mínimo de inserciones, actualizaciones y eliminaciones de tuplas antes de ejecutar analyze." -#: utils/misc/guc.c:5977 -#, c-format -msgid "" -"%s does not know where to find the \"ident\" configuration file.\n" -"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" -msgstr "" -"%s no sabe dónde encontrar el archivo de configuración «ident».\n" -"Esto puede especificarse como «ident_file» en «%s», o usando la opción -D, o a través de la variable de ambiente PGDATA.\n" +#: utils/misc/guc.c:3278 +msgid "Age at which to autovacuum a table to prevent transaction ID wraparound." +msgstr "Edad a la cual aplicar VACUUM automáticamente a una tabla para prevenir problemas por reciclaje de ID de transacción." -#: utils/misc/guc.c:6902 -msgid "Value exceeds integer range." -msgstr "El valor excede el rango para enteros." +#: utils/misc/guc.c:3293 +msgid "Multixact age at which to autovacuum a table to prevent multixact wraparound." +msgstr "Edad de multixact a la cual aplicar VACUUM automáticamente a una tabla para prevenir problemas por reciclaje de ID de multixacts." -#: utils/misc/guc.c:7138 -#, c-format -msgid "%d%s%s is outside the valid range for parameter \"%s\" (%d .. %d)" -msgstr "%d%s%s está fuera del rango aceptable para el parámetro «%s» (%d .. %d)" +#: utils/misc/guc.c:3303 +msgid "Sets the maximum number of simultaneously running autovacuum worker processes." +msgstr "Define la cantidad máxima de procesos «autovacuum worker» simultáneos." -#: utils/misc/guc.c:7174 -#, c-format -msgid "%g%s%s is outside the valid range for parameter \"%s\" (%g .. %g)" -msgstr "%g%s%s está fuera del rango aceptable para el parámetro «%s» (%g .. %g)" +#: utils/misc/guc.c:3313 +msgid "Sets the maximum number of parallel processes per maintenance operation." +msgstr "Cantidad máxima de procesos ayudantes paralelos por operación de mantención." -#: utils/misc/guc.c:7334 utils/misc/guc.c:8706 -#, c-format -msgid "cannot set parameters during a parallel operation" -msgstr "no se puede definir parámetros durante una operación paralela" +#: utils/misc/guc.c:3323 +msgid "Sets the maximum number of parallel processes per executor node." +msgstr "Cantidad máxima de locks de predicado por nodo de ejecución." -#: utils/misc/guc.c:7351 utils/misc/guc.c:8547 -#, c-format -msgid "parameter \"%s\" cannot be changed" -msgstr "no se puede cambiar el parámetro «%s»" +#: utils/misc/guc.c:3334 +msgid "Sets the maximum number of parallel workers that can be active at one time." +msgstr "Define la cantidad máxima de procesos ayudantes que pueden estar activos en un momento dado." -#: utils/misc/guc.c:7374 utils/misc/guc.c:7572 utils/misc/guc.c:7666 -#: utils/misc/guc.c:7760 utils/misc/guc.c:7880 utils/misc/guc.c:7979 -#: guc-file.l:353 -#, c-format -msgid "parameter \"%s\" cannot be changed without restarting the server" -msgstr "el parámetro «%s» no se puede cambiar sin reiniciar el servidor" +#: utils/misc/guc.c:3345 +msgid "Sets the maximum memory to be used by each autovacuum worker process." +msgstr "Establece el límite de memoria que cada proceso «autovacuum worker» usará." -#: utils/misc/guc.c:7384 -#, c-format -msgid "parameter \"%s\" cannot be changed now" -msgstr "el parámetro «%s» no se puede cambiar en este momento" +#: utils/misc/guc.c:3356 +msgid "Time before a snapshot is too old to read pages changed after the snapshot was taken." +msgstr "Tiempo antes de que un snapshot sea demasiado antiguo para leer páginas después de que el snapshot fue tomado." -#: utils/misc/guc.c:7402 utils/misc/guc.c:7449 utils/misc/guc.c:11357 -#, c-format -msgid "permission denied to set parameter \"%s\"" -msgstr "se ha denegado el permiso para cambiar la opción «%s»" +#: utils/misc/guc.c:3357 +msgid "A value of -1 disables this feature." +msgstr "El valor -1 desactiva esta característica." -#: utils/misc/guc.c:7439 -#, c-format -msgid "parameter \"%s\" cannot be set after connection start" -msgstr "el parámetro «%s» no se puede cambiar después de efectuar la conexión" +#: utils/misc/guc.c:3367 +msgid "Time between issuing TCP keepalives." +msgstr "Tiempo entre cada emisión de TCP keepalive." -#: utils/misc/guc.c:7487 -#, c-format -msgid "cannot set parameter \"%s\" within security-definer function" -msgstr "no se puede definir el parámetro «%s» dentro una función security-definer" +#: utils/misc/guc.c:3368 utils/misc/guc.c:3379 utils/misc/guc.c:3503 +msgid "A value of 0 uses the system default." +msgstr "Un valor 0 usa el valor por omisión del sistema." -#: utils/misc/guc.c:8120 utils/misc/guc.c:8167 utils/misc/guc.c:9574 -#, c-format -msgid "must be superuser or a member of pg_read_all_settings to examine \"%s\"" -msgstr "debe ser superusuario o miembro del rol pg_read_all settings para examinar «%s»" +#: utils/misc/guc.c:3378 +msgid "Time between TCP keepalive retransmits." +msgstr "Tiempo entre retransmisiones TCP keepalive." -#: utils/misc/guc.c:8251 -#, c-format -msgid "SET %s takes only one argument" -msgstr "SET %s lleva sólo un argumento" +#: utils/misc/guc.c:3389 +msgid "SSL renegotiation is no longer supported; this can only be 0." +msgstr "La renegociación SSL ya no está soportada; esto sólo puede ser 0." -#: utils/misc/guc.c:8499 -#, c-format -msgid "must be superuser to execute ALTER SYSTEM command" -msgstr "debe ser superusuario para ejecutar la orden ALTER SYSTEM" +#: utils/misc/guc.c:3400 +msgid "Maximum number of TCP keepalive retransmits." +msgstr "Cantidad máxima de retransmisiones TCP keepalive." -#: utils/misc/guc.c:8580 -#, c-format -msgid "parameter value for ALTER SYSTEM must not contain a newline" -msgstr "los valores de parámetros para ALTER SYSTEM no deben contener saltos de línea" +#: utils/misc/guc.c:3401 +msgid "This controls the number of consecutive keepalive retransmits that can be lost before a connection is considered dead. A value of 0 uses the system default." +msgstr "Esto controla el número de retransmisiones consecutivas de keepalive que pueden ser perdidas antes que la conexión sea considerada muerta. Un valor 0 usa el valor por omisión del sistema." -#: utils/misc/guc.c:8625 -#, c-format -msgid "could not parse contents of file \"%s\"" -msgstr "no se pudo interpretar el contenido del archivo «%s»" +#: utils/misc/guc.c:3412 +msgid "Sets the maximum allowed result for exact search by GIN." +msgstr "Define el máximo de resultados permitidos por búsquedas exactas con GIN." -#: utils/misc/guc.c:8782 -#, c-format -msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" -msgstr "SET LOCAL TRANSACTION SNAPSHOT no está implementado" +#: utils/misc/guc.c:3423 +msgid "Sets the planner's assumption about the total size of the data caches." +msgstr "Define la suposición del optimizador sobre el tamaño total de los caches de datos." -#: utils/misc/guc.c:8866 -#, c-format -msgid "SET requires parameter name" -msgstr "SET requiere el nombre de un parámetro" +#: utils/misc/guc.c:3424 +msgid "That is, the total size of the caches (kernel cache and shared buffers) used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each." +msgstr "Esto es, el tamaño total de caches (cache del kernel y búfers compartidos) usados por archivos de datos de PostgreSQL. Esto se mide en páginas de disco, que normalmente son de 8 kB cada una." -#: utils/misc/guc.c:8999 -#, c-format -msgid "attempt to redefine parameter \"%s\"" -msgstr "intento de cambiar la opción «%s»" +#: utils/misc/guc.c:3435 +msgid "Sets the minimum amount of table data for a parallel scan." +msgstr "Define la cantidad mínima de datos en una tabla para un recorrido paralelo." -#: utils/misc/guc.c:10804 -#, c-format -msgid "while setting parameter \"%s\" to \"%s\"" -msgstr "al establecer el parámetro «%s» a «%s»" +#: utils/misc/guc.c:3436 +msgid "If the planner estimates that it will read a number of table pages too small to reach this limit, a parallel scan will not be considered." +msgstr "Si el planificador estima que leerá un número de páginas de tabla demasiado pequeñas para alcanzar este límite, no se considerará una búsqueda paralela." -#: utils/misc/guc.c:10969 -#, c-format -msgid "parameter \"%s\" could not be set" -msgstr "no se pudo cambiar el parámetro «%s»" +#: utils/misc/guc.c:3446 +msgid "Sets the minimum amount of index data for a parallel scan." +msgstr "Define la cantidad mínima de datos en un índice para un recorrido paralelo." -#: utils/misc/guc.c:11061 -#, c-format -msgid "could not parse setting for parameter \"%s\"" -msgstr "no se pudo interpretar el valor de para el parámetro «%s»" +#: utils/misc/guc.c:3447 +msgid "If the planner estimates that it will read a number of index pages too small to reach this limit, a parallel scan will not be considered." +msgstr "Si el planificador estima que leerá un número de páginas de índice demasiado pequeñas para alcanzar este límite, no se considerará una búsqueda paralela." -#: utils/misc/guc.c:11419 utils/misc/guc.c:11453 -#, c-format -msgid "invalid value for parameter \"%s\": %d" -msgstr "valor no válido para el parámetro «%s»: %d" +#: utils/misc/guc.c:3458 +msgid "Shows the server version as an integer." +msgstr "Muestra la versión del servidor como un número entero." -#: utils/misc/guc.c:11487 -#, c-format -msgid "invalid value for parameter \"%s\": %g" -msgstr "valor no válido para el parámetro «%s»: %g" +#: utils/misc/guc.c:3469 +msgid "Log the use of temporary files larger than this number of kilobytes." +msgstr "Registra el uso de archivos temporales que crezcan más allá de este número de kilobytes." -#: utils/misc/guc.c:11774 -#, c-format -msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session." -msgstr "«temp_buffers» no puede ser cambiado después de que cualquier tabla temporal haya sido accedida en la sesión." +#: utils/misc/guc.c:3470 +msgid "Zero logs all files. The default is -1 (turning this feature off)." +msgstr "Cero registra todos los archivos. El valor por omisión es -1 (lo cual desactiva el registro)." -#: utils/misc/guc.c:11786 -#, c-format -msgid "Bonjour is not supported by this build" -msgstr "Bonjour no está soportado en este servidor" +#: utils/misc/guc.c:3480 +msgid "Sets the size reserved for pg_stat_activity.query, in bytes." +msgstr "Tamaño reservado para pg_stat_activity.query, en bytes." -#: utils/misc/guc.c:11799 -#, c-format -msgid "SSL is not supported by this build" -msgstr "SSL no está soportado en este servidor" +#: utils/misc/guc.c:3491 +msgid "Sets the maximum size of the pending list for GIN index." +msgstr "Define el tamaño máximo de la lista de pendientes de un índice GIN." -#: utils/misc/guc.c:11811 -#, c-format -msgid "Cannot enable parameter when \"log_statement_stats\" is true." -msgstr "No se puede activar el parámetro cuando «log_statement_stats» está activo." +#: utils/misc/guc.c:3502 +msgid "TCP user timeout." +msgstr "Tiempo de expiración de TCP." -#: utils/misc/guc.c:11823 -#, c-format -msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." -msgstr "No se puede activar «log_statement_stats» cuando «log_parser_stats», «log_planner_stats» o «log_executor_stats» están activos." +#: utils/misc/guc.c:3513 +msgid "The size of huge page that should be requested." +msgstr "El tamaño de huge page que se debería solicitar." -#: utils/misc/guc.c:12053 -#, c-format -msgid "effective_io_concurrency must be set to 0 on platforms that lack posix_fadvise()." -msgstr "effective_io_concurrency debe ser 0 en plataformas que no tienen posix_fadvise()." +#: utils/misc/guc.c:3524 +msgid "Aggressively flush system caches for debugging purposes." +msgstr "Escribir cachés de sistema de forma agresiva para propósitos de depuración." -#: utils/misc/guc.c:12066 -#, c-format -msgid "maintenance_io_concurrency must be set to 0 on platforms that lack posix_fadvise()." -msgstr "maintenance_io_concurrency debe ser 0 en plataformas que no tienen posix_fadvise()." +#: utils/misc/guc.c:3547 +msgid "Sets the time interval between checks for disconnection while running queries." +msgstr "Establece el intervalo entre revisiones de desconexión mientras se ejecutan consultas." -#: utils/misc/guc.c:12080 -#, c-format -msgid "huge_page_size must be 0 on this platform." -msgstr "huge_page_size debe ser 0 en esta plataforma." +#: utils/misc/guc.c:3567 +msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page." +msgstr "Estimación del costo de una página leída secuencialmente." -#: utils/misc/guc.c:12094 -#, c-format -msgid "client_connection_check_interval must be set to 0 on platforms that lack POLLRDHUP." -msgstr "client_connection_check_interval debe ser 0 en plataformas que no tienen POLLRDHUP." +#: utils/misc/guc.c:3578 +msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page." +msgstr "Estimación del costo de una página leída no secuencialmente." -#: utils/misc/guc.c:12222 -#, c-format -msgid "invalid character" -msgstr "carácter no válido" +#: utils/misc/guc.c:3589 +msgid "Sets the planner's estimate of the cost of processing each tuple (row)." +msgstr "Estimación del costo de procesar cada tupla (fila)." -#: utils/misc/guc.c:12282 -#, c-format -msgid "recovery_target_timeline is not a valid number." -msgstr "recovery_target_timeline no es un número válido." +#: utils/misc/guc.c:3600 +msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan." +msgstr "Estimación del costo de procesar cada fila de índice durante un recorrido de índice." -#: utils/misc/guc.c:12322 -#, c-format -msgid "multiple recovery targets specified" -msgstr "múltiples valores de destino de recuperación especificados" +#: utils/misc/guc.c:3611 +msgid "Sets the planner's estimate of the cost of processing each operator or function call." +msgstr "Estimación del costo de procesar cada operador o llamada a función." -#: utils/misc/guc.c:12323 -#, c-format -msgid "At most one of recovery_target, recovery_target_lsn, recovery_target_name, recovery_target_time, recovery_target_xid may be set." -msgstr "A lo más uno de recovery_target, recovery_target_lsn, recovery_target_name, recovery_target_time, recovery_target_xid puede estar definido." +#: utils/misc/guc.c:3622 +msgid "Sets the planner's estimate of the cost of passing each tuple (row) from worker to leader backend." +msgstr "Estimación del costo de pasar cada tupla (fila) desde un proceso ayudante al proceso servidor principal." -#: utils/misc/guc.c:12331 -#, c-format -msgid "The only allowed value is \"immediate\"." -msgstr "El único valor permitido es «immediate»." +#: utils/misc/guc.c:3633 +msgid "Sets the planner's estimate of the cost of starting up worker processes for parallel query." +msgstr "Estimación del costo de lanzar procesos ayudantes para consultas en paralelo." -#: utils/misc/help_config.c:130 -#, c-format -msgid "internal error: unrecognized run-time parameter type\n" -msgstr "error interno: tipo parámetro no reconocido\n" +#: utils/misc/guc.c:3645 +msgid "Perform JIT compilation if query is more expensive." +msgstr "Ejecutar compilación JIT si la consulta es más cara." -#: utils/misc/pg_config.c:60 -#, c-format -msgid "query-specified return tuple and function return type are not compatible" -msgstr "tupla de retorno especificada por la consulta y el tipo retornado por la función no son compatibles" +#: utils/misc/guc.c:3646 +msgid "-1 disables JIT compilation." +msgstr "-1 inhabilita compilación JIT." -#: utils/misc/pg_controldata.c:60 utils/misc/pg_controldata.c:138 -#: utils/misc/pg_controldata.c:241 utils/misc/pg_controldata.c:306 -#, c-format -msgid "calculated CRC checksum does not match value stored in file" -msgstr "la suma de verificación calculada no coincide con el valor almacenado en el archivo" +#: utils/misc/guc.c:3656 +msgid "Optimize JIT-compiled functions if query is more expensive." +msgstr "Optimizar funciones compiladas en tiempo de ejecución (JIT) si la consulta es más cara." -#: utils/misc/pg_rusage.c:64 -#, c-format -msgid "CPU: user: %d.%02d s, system: %d.%02d s, elapsed: %d.%02d s" -msgstr "CPU: usuario: %d.%02d s, sistema: %d.%02d s, transcurrido: %d.%02d s" +#: utils/misc/guc.c:3657 +msgid "-1 disables optimization." +msgstr "-1 inhabilita la optimización." -#: utils/misc/rls.c:127 -#, c-format -msgid "query would be affected by row-level security policy for table \"%s\"" -msgstr "la consulta sería afectada por la política de seguridad de registros para la tabla «%s»" +#: utils/misc/guc.c:3667 +msgid "Perform JIT inlining if query is more expensive." +msgstr "Ejecutar «inlining» JIT si la consulta es más cara." -#: utils/misc/rls.c:129 -#, c-format -msgid "To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY." -msgstr "Para desactivar la política para el dueño de la tabla, use ALTER TABLE NO FORCE ROW LEVEL SECURITY." +#: utils/misc/guc.c:3668 +msgid "-1 disables inlining." +msgstr "-1 inhabilita el «inlining»." -#: utils/misc/timeout.c:497 -#, c-format -msgid "cannot add more timeout reasons" -msgstr "no se pueden agregar más razones de timeout" +#: utils/misc/guc.c:3678 +msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved." +msgstr "Estimación de la fracción de filas de un cursor que serán extraídas." -#: utils/misc/tzparser.c:60 -#, c-format -msgid "time zone abbreviation \"%s\" is too long (maximum %d characters) in time zone file \"%s\", line %d" -msgstr "la abreviación del huso horario «%s» es demasiado larga (máximo %d caracteres) en archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3690 +msgid "GEQO: selective pressure within the population." +msgstr "GEQO: presión selectiva dentro de la población." -#: utils/misc/tzparser.c:72 -#, c-format -msgid "time zone offset %d is out of range in time zone file \"%s\", line %d" -msgstr "desplazamiento de huso horario %d está fuera de rango en el archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3701 +msgid "GEQO: seed for random path selection." +msgstr "GEQO: semilla para la selección aleatoria de caminos." -#: utils/misc/tzparser.c:111 -#, c-format -msgid "missing time zone abbreviation in time zone file \"%s\", line %d" -msgstr "falta una abreviación de huso horario en el archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3712 +msgid "Multiple of work_mem to use for hash tables." +msgstr "Múltiplo de work_mem para el uso de tablas de hash." -#: utils/misc/tzparser.c:120 -#, c-format -msgid "missing time zone offset in time zone file \"%s\", line %d" -msgstr "falta un desplazamiento de huso horario en el archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3723 +msgid "Multiple of the average buffer usage to free per round." +msgstr "Múltiplo del uso promedio de búfers que liberar en cada ronda." -#: utils/misc/tzparser.c:132 -#, c-format -msgid "invalid number for time zone offset in time zone file \"%s\", line %d" -msgstr "número no válido para desplazamiento de huso horario en archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3733 +msgid "Sets the seed for random-number generation." +msgstr "Semilla para la generación de números aleatorios." -#: utils/misc/tzparser.c:168 -#, c-format -msgid "invalid syntax in time zone file \"%s\", line %d" -msgstr "sintaxis no válida en archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3744 +msgid "Vacuum cost delay in milliseconds." +msgstr "Tiempo de descanso de vacuum en milisegundos." -#: utils/misc/tzparser.c:236 -#, c-format -msgid "time zone abbreviation \"%s\" is multiply defined" -msgstr "abreviación de huso horario «%s» está definida múltiples veces" +#: utils/misc/guc.c:3755 +msgid "Vacuum cost delay in milliseconds, for autovacuum." +msgstr "Tiempo de descanso de vacuum en milisegundos, para autovacuum." -#: utils/misc/tzparser.c:238 -#, c-format -msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d." -msgstr "Entrada en archivo de huso horario «%s», línea %d, causa conflictos con entrada en archivo «%s», línea %d." +#: utils/misc/guc.c:3766 +msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples." +msgstr "Número de updates o deletes de tuplas antes de ejecutar un vacuum, como fracción de reltuples." -#: utils/misc/tzparser.c:300 -#, c-format -msgid "invalid time zone file name \"%s\"" -msgstr "nombre de huso horario «%s» no válido" +#: utils/misc/guc.c:3776 +msgid "Number of tuple inserts prior to vacuum as a fraction of reltuples." +msgstr "Número de inserts de tuplas antes de ejecutar un vacuum, como fracción de reltuples." -#: utils/misc/tzparser.c:313 -#, c-format -msgid "time zone file recursion limit exceeded in file \"%s\"" -msgstr "límite de recursión excedido en el archivo «%s»" +#: utils/misc/guc.c:3786 +msgid "Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples." +msgstr "Número mínimo de inserciones, actualizaciones y eliminaciones de tuplas antes de ejecutar analyze, como fracción de reltuples." -#: utils/misc/tzparser.c:352 utils/misc/tzparser.c:365 -#, c-format -msgid "could not read time zone file \"%s\": %m" -msgstr "no se pudo leer archivo de huso horario «%s»: %m" +#: utils/misc/guc.c:3796 +msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval." +msgstr "Tiempo utilizado en escribir páginas «sucias» durante los puntos de control, medido como fracción del intervalo del punto de control." -#: utils/misc/tzparser.c:376 -#, c-format -msgid "line is too long in time zone file \"%s\", line %d" -msgstr "línea demasiado larga en archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3806 +msgid "Fraction of statements exceeding log_min_duration_sample to be logged." +msgstr "Fracción de sentencias que duren más de log_min_duration_sample a ser registradas." -#: utils/misc/tzparser.c:400 -#, c-format -msgid "@INCLUDE without file name in time zone file \"%s\", line %d" -msgstr "@INCLUDE sin nombre de archivo en archivo de huso horario «%s», línea %d" +#: utils/misc/guc.c:3807 +msgid "Use a value between 0.0 (never log) and 1.0 (always log)." +msgstr "Use un valor entre 0.0 (no registrar nunca) y 1.0 (registrar siempre)." -#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:237 -#, c-format -msgid "Failed while creating memory context \"%s\"." -msgstr "Falla al crear el contexto de memoria «%s»." +#: utils/misc/guc.c:3816 +msgid "Sets the fraction of transactions from which to log all statements." +msgstr "Define la fracción de transacciones desde la cual registrar en el log todas las sentencias." -#: utils/mmgr/dsa.c:519 utils/mmgr/dsa.c:1329 -#, c-format -msgid "could not attach to dynamic shared area" -msgstr "no se pudo adjuntar al segmento de memoria compartida dinámica" +#: utils/misc/guc.c:3817 +msgid "Use a value between 0.0 (never log) and 1.0 (log all statements for all transactions)." +msgstr "Use un valor entre 0.0 (nunca registrar) y 1.0 (registrar todas las sentencias de todas las transacciones)." -#: utils/mmgr/mcxt.c:889 utils/mmgr/mcxt.c:925 utils/mmgr/mcxt.c:963 -#: utils/mmgr/mcxt.c:1001 utils/mmgr/mcxt.c:1089 utils/mmgr/mcxt.c:1120 -#: utils/mmgr/mcxt.c:1156 utils/mmgr/mcxt.c:1208 utils/mmgr/mcxt.c:1243 -#: utils/mmgr/mcxt.c:1278 -#, c-format -msgid "Failed on request of size %zu in memory context \"%s\"." -msgstr "Falló una petición de tamaño %zu en el contexto de memoria «%s»." +#: utils/misc/guc.c:3836 +msgid "Sets the shell command that will be called to archive a WAL file." +msgstr "Orden de shell que se invocará para archivar un archivo WAL." -#: utils/mmgr/mcxt.c:1052 -#, c-format -msgid "logging memory contexts of PID %d" -msgstr "registrando contextos de memoria del PID %d" +#: utils/misc/guc.c:3846 +msgid "Sets the shell command that will be called to retrieve an archived WAL file." +msgstr "Orden de shell que se invocará para recuperar un archivo WAL archivado." -#: utils/mmgr/portalmem.c:187 -#, c-format -msgid "cursor \"%s\" already exists" -msgstr "el cursor «%s» ya existe" +#: utils/misc/guc.c:3856 +msgid "Sets the shell command that will be executed at every restart point." +msgstr "Orden de shell que se invocará en cada «restart point»." -#: utils/mmgr/portalmem.c:191 -#, c-format -msgid "closing existing cursor \"%s\"" -msgstr "cerrando el cursor «%s» preexistente" +#: utils/misc/guc.c:3866 +msgid "Sets the shell command that will be executed once at the end of recovery." +msgstr "Orden de shell que se invocará una vez al terminar la recuperación." -#: utils/mmgr/portalmem.c:401 -#, c-format -msgid "portal \"%s\" cannot be run" -msgstr "el portal «%s» no puede ser ejecutado" +#: utils/misc/guc.c:3876 +msgid "Specifies the timeline to recover into." +msgstr "Especifica la línea de tiempo a la cual recuperar." -#: utils/mmgr/portalmem.c:479 -#, c-format -msgid "cannot drop pinned portal \"%s\"" -msgstr "no se puede eliminar el portal «pinned» «%s»" +#: utils/misc/guc.c:3886 +msgid "Set to \"immediate\" to end recovery as soon as a consistent state is reached." +msgstr "Defina a «immediate» para terminar la recuperación en cuando se alcance el estado consistente." -#: utils/mmgr/portalmem.c:487 -#, c-format -msgid "cannot drop active portal \"%s\"" -msgstr "no se puede eliminar el portal activo «%s»" +#: utils/misc/guc.c:3895 +msgid "Sets the transaction ID up to which recovery will proceed." +msgstr "Define el ID de transacción hasta el cual se ejecutará la recuperación." -#: utils/mmgr/portalmem.c:738 -#, c-format -msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD" -msgstr "no se puede hacer PREPARE de una transacción que ha creado un cursor WITH HOLD" +#: utils/misc/guc.c:3904 +msgid "Sets the time stamp up to which recovery will proceed." +msgstr "Define la marca de tiempo hasta la cual se ejecutará la recuperación." -#: utils/mmgr/portalmem.c:1279 -#, c-format -msgid "cannot perform transaction commands inside a cursor loop that is not read-only" -msgstr "no se pueden ejecutar órdenes de transacción dentro de un bucle de cursor que no es de sólo lectura" +#: utils/misc/guc.c:3913 +msgid "Sets the named restore point up to which recovery will proceed." +msgstr "Define el nombre del punto de restauración hasta el cual se ejecutará la recuperación." -#: utils/sort/logtape.c:268 utils/sort/logtape.c:291 -#, c-format -msgid "could not seek to block %ld of temporary file" -msgstr "no se pudo posicionar (seek) en el bloque %ld del archivo temporal" +#: utils/misc/guc.c:3922 +msgid "Sets the LSN of the write-ahead log location up to which recovery will proceed." +msgstr "Define el LSN de la ubicación de WAL hasta la cual se ejecutará la recuperación." -#: utils/sort/logtape.c:297 -#, c-format -msgid "could not read block %ld of temporary file: read only %zu of %zu bytes" -msgstr "no se pudo leer el bloque %ld del archivo temporal: se leyeron sólo %zu de %zu bytes" +#: utils/misc/guc.c:3932 +msgid "Specifies a file name whose presence ends recovery in the standby." +msgstr "Especifica un nombre de archivo cuya presencia termina la recuperación en el standby." -#: utils/sort/sharedtuplestore.c:430 utils/sort/sharedtuplestore.c:439 -#: utils/sort/sharedtuplestore.c:462 utils/sort/sharedtuplestore.c:479 -#: utils/sort/sharedtuplestore.c:496 -#, c-format -msgid "could not read from shared tuplestore temporary file" -msgstr "no se pudo leer desde el archivo temporal del tuplestore compartido" +#: utils/misc/guc.c:3942 +msgid "Sets the connection string to be used to connect to the sending server." +msgstr "Define la cadena de conexión que se usará para conectarse al servidor de origen." -#: utils/sort/sharedtuplestore.c:485 -#, c-format -msgid "unexpected chunk in shared tuplestore temporary file" -msgstr "trozo inesperado en archivo temporal del tuplestore compartido" +#: utils/misc/guc.c:3953 +msgid "Sets the name of the replication slot to use on the sending server." +msgstr "Define el nombre del slot de replicación a utilizar en el servidor de origen." -#: utils/sort/sharedtuplestore.c:569 -#, c-format -msgid "could not seek to block %u in shared tuplestore temporary file" -msgstr "no se pudo posicionar (seek) en el bloque %u en el archivo temporal del tuplestore compartido" +#: utils/misc/guc.c:3963 +msgid "Sets the client's character set encoding." +msgstr "Codificación del juego de caracteres del cliente." -#: utils/sort/sharedtuplestore.c:576 -#, c-format -msgid "could not read from shared tuplestore temporary file: read only %zu of %zu bytes" -msgstr "no se pudo leer el archivo temporal del tuplestore compartido: se leyeron sólo %zu de %zu bytes" +#: utils/misc/guc.c:3974 +msgid "Controls information prefixed to each log line." +msgstr "Controla el prefijo que antecede cada línea registrada." -#: utils/sort/tuplesort.c:3218 -#, c-format -msgid "cannot have more than %d runs for an external sort" -msgstr "no se pueden tener más de %d pasadas para un ordenamiento externo" +#: utils/misc/guc.c:3975 +msgid "If blank, no prefix is used." +msgstr "si está en blanco, no se usa prefijo." -#: utils/sort/tuplesort.c:4299 -#, c-format -msgid "could not create unique index \"%s\"" -msgstr "no se pudo crear el índice único «%s»" +#: utils/misc/guc.c:3984 +msgid "Sets the time zone to use in log messages." +msgstr "Define el huso horario usando en los mensajes registrados." -#: utils/sort/tuplesort.c:4301 -#, c-format -msgid "Key %s is duplicated." -msgstr "La llave %s está duplicada." +#: utils/misc/guc.c:3994 +msgid "Sets the display format for date and time values." +msgstr "Formato de salida para valores de horas y fechas." -#: utils/sort/tuplesort.c:4302 -#, c-format -msgid "Duplicate keys exist." -msgstr "Existe una llave duplicada." +#: utils/misc/guc.c:3995 +msgid "Also controls interpretation of ambiguous date inputs." +msgstr "También controla la interpretación de entradas ambiguas de fechas" -#: utils/sort/tuplestore.c:518 utils/sort/tuplestore.c:528 -#: utils/sort/tuplestore.c:869 utils/sort/tuplestore.c:973 -#: utils/sort/tuplestore.c:1037 utils/sort/tuplestore.c:1054 -#: utils/sort/tuplestore.c:1256 utils/sort/tuplestore.c:1321 -#: utils/sort/tuplestore.c:1330 -#, c-format -msgid "could not seek in tuplestore temporary file" -msgstr "no se pudo posicionar (seek) en el archivo temporal del tuplestore" +#: utils/misc/guc.c:4006 +msgid "Sets the default table access method for new tables." +msgstr "Define el método de acceso a tablas por omisión para nuevas tablas." -#: utils/sort/tuplestore.c:1477 utils/sort/tuplestore.c:1540 -#: utils/sort/tuplestore.c:1548 -#, c-format -msgid "could not read from tuplestore temporary file: read only %zu of %zu bytes" -msgstr "no se pudo leer el archivo temporal del tuplestore: se leyeron sólo %zu de %zu bytes" +#: utils/misc/guc.c:4017 +msgid "Sets the default tablespace to create tables and indexes in." +msgstr "Define el tablespace en el cual crear tablas e índices." -#: utils/time/snapmgr.c:570 -#, c-format -msgid "The source transaction is not running anymore." -msgstr "La transacción de origen ya no está en ejecución." +#: utils/misc/guc.c:4018 +msgid "An empty string selects the database's default tablespace." +msgstr "Una cadena vacía especifica el tablespace por omisión de la base de datos." -#: utils/time/snapmgr.c:1164 -#, c-format -msgid "cannot export a snapshot from a subtransaction" -msgstr "no se puede exportar snapshots desde una subtransacción" +#: utils/misc/guc.c:4028 +msgid "Sets the tablespace(s) to use for temporary tables and sort files." +msgstr "Define el/los tablespace/s en el cual crear tablas temporales y archivos de ordenamiento." -#: utils/time/snapmgr.c:1323 utils/time/snapmgr.c:1328 -#: utils/time/snapmgr.c:1333 utils/time/snapmgr.c:1348 -#: utils/time/snapmgr.c:1353 utils/time/snapmgr.c:1358 -#: utils/time/snapmgr.c:1373 utils/time/snapmgr.c:1378 -#: utils/time/snapmgr.c:1383 utils/time/snapmgr.c:1485 -#: utils/time/snapmgr.c:1501 utils/time/snapmgr.c:1526 -#, c-format -msgid "invalid snapshot data in file \"%s\"" -msgstr "datos no válidos en archivo de snapshot «%s»" +#: utils/misc/guc.c:4039 +msgid "Sets the path for dynamically loadable modules." +msgstr "Ruta para módulos dinámicos." + +#: utils/misc/guc.c:4040 +msgid "If a dynamically loadable module needs to be opened and the specified name does not have a directory component (i.e., the name does not contain a slash), the system will search this path for the specified file." +msgstr "Si se necesita abrir un módulo dinámico y el nombre especificado no tiene un componente de directorio (es decir, no contiene un slash), el sistema buscará el archivo especificado en esta ruta." + +#: utils/misc/guc.c:4053 +msgid "Sets the location of the Kerberos server key file." +msgstr "Ubicación del archivo de llave del servidor Kerberos." + +#: utils/misc/guc.c:4064 +msgid "Sets the Bonjour service name." +msgstr "Nombre del servicio Bonjour." + +#: utils/misc/guc.c:4076 +msgid "Shows the collation order locale." +msgstr "Configuración regional de ordenamiento de cadenas (collation)." + +#: utils/misc/guc.c:4087 +msgid "Shows the character classification and case conversion locale." +msgstr "Configuración regional de clasificación de caracteres y conversión de mayúsculas." + +#: utils/misc/guc.c:4098 +msgid "Sets the language in which messages are displayed." +msgstr "Idioma en el que se despliegan los mensajes." + +#: utils/misc/guc.c:4108 +msgid "Sets the locale for formatting monetary amounts." +msgstr "Configuración regional para formatos de moneda." + +#: utils/misc/guc.c:4118 +msgid "Sets the locale for formatting numbers." +msgstr "Configuración regional para formatos de números." + +#: utils/misc/guc.c:4128 +msgid "Sets the locale for formatting date and time values." +msgstr "Configuración regional para formatos de horas y fechas." + +#: utils/misc/guc.c:4138 +msgid "Lists shared libraries to preload into each backend." +msgstr "Bibliotecas compartidas a precargar en cada proceso." + +#: utils/misc/guc.c:4149 +msgid "Lists shared libraries to preload into server." +msgstr "Bibliotecas compartidas a precargar en el servidor." + +#: utils/misc/guc.c:4160 +msgid "Lists unprivileged shared libraries to preload into each backend." +msgstr "Bibliotecas compartidas no privilegiadas a precargar en cada proceso." + +#: utils/misc/guc.c:4171 +msgid "Sets the schema search order for names that are not schema-qualified." +msgstr "Orden de búsqueda en schemas para nombres que no especifican schema." + +#: utils/misc/guc.c:4183 +msgid "Shows the server (database) character set encoding." +msgstr "Muestra la codificación de caracteres del servidor (base de datos)." + +#: utils/misc/guc.c:4195 +msgid "Shows the server version." +msgstr "Versión del servidor." + +#: utils/misc/guc.c:4207 +msgid "Sets the current role." +msgstr "Define el rol actual." + +#: utils/misc/guc.c:4219 +msgid "Sets the session user name." +msgstr "Define el nombre del usuario de sesión." + +#: utils/misc/guc.c:4230 +msgid "Sets the destination for server log output." +msgstr "Define el destino de la salida del registro del servidor." + +#: utils/misc/guc.c:4231 +msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform." +msgstr "Los valores aceptables son combinaciones de «stderr», «syslog», «csvlog» y «eventlog», dependiendo de la plataforma." + +#: utils/misc/guc.c:4242 +msgid "Sets the destination directory for log files." +msgstr "Define el directorio de destino de los archivos del registro del servidor." + +#: utils/misc/guc.c:4243 +msgid "Can be specified as relative to the data directory or as absolute path." +msgstr "Puede ser una ruta relativa al directorio de datos o una ruta absoluta." + +#: utils/misc/guc.c:4253 +msgid "Sets the file name pattern for log files." +msgstr "Define el patrón para los nombres de archivo del registro del servidor." + +#: utils/misc/guc.c:4264 +msgid "Sets the program name used to identify PostgreSQL messages in syslog." +msgstr "Nombre de programa para identificar PostgreSQL en mensajes de syslog." + +#: utils/misc/guc.c:4275 +msgid "Sets the application name used to identify PostgreSQL messages in the event log." +msgstr "Nombre de programa para identificar PostgreSQL en mensajes del log de eventos." + +#: utils/misc/guc.c:4286 +msgid "Sets the time zone for displaying and interpreting time stamps." +msgstr "Huso horario para desplegar e interpretar valores de tiempo." + +#: utils/misc/guc.c:4296 +msgid "Selects a file of time zone abbreviations." +msgstr "Selecciona un archivo de abreviaciones de huso horario." + +#: utils/misc/guc.c:4306 +msgid "Sets the owning group of the Unix-domain socket." +msgstr "Grupo dueño del socket de dominio Unix." + +#: utils/misc/guc.c:4307 +msgid "The owning user of the socket is always the user that starts the server." +msgstr "El usuario dueño del socket siempre es el usuario que inicia el servidor." + +#: utils/misc/guc.c:4317 +msgid "Sets the directories where Unix-domain sockets will be created." +msgstr "Directorios donde se crearán los sockets de dominio Unix." + +#: utils/misc/guc.c:4332 +msgid "Sets the host name or IP address(es) to listen to." +msgstr "Define el nombre de anfitrión o dirección IP en la cual escuchar." + +#: utils/misc/guc.c:4347 +msgid "Sets the server's data directory." +msgstr "Define la ubicación del directorio de datos." + +#: utils/misc/guc.c:4358 +msgid "Sets the server's main configuration file." +msgstr "Define la ubicación del archivo principal de configuración del servidor." + +#: utils/misc/guc.c:4369 +msgid "Sets the server's \"hba\" configuration file." +msgstr "Define la ubicación del archivo de configuración «hba» del servidor." + +#: utils/misc/guc.c:4380 +msgid "Sets the server's \"ident\" configuration file." +msgstr "Define la ubicación del archivo de configuración «ident» del servidor." + +#: utils/misc/guc.c:4391 +msgid "Writes the postmaster PID to the specified file." +msgstr "Registra el PID de postmaster en el archivo especificado." + +#: utils/misc/guc.c:4402 +msgid "Shows the name of the SSL library." +msgstr "Muestra el nombre de la biblioteca SSL." + +#: utils/misc/guc.c:4417 +msgid "Location of the SSL server certificate file." +msgstr "Ubicación del archivo de certificado SSL del servidor." + +#: utils/misc/guc.c:4427 +msgid "Location of the SSL server private key file." +msgstr "Ubicación del archivo de la llave SSL privada del servidor." + +#: utils/misc/guc.c:4437 +msgid "Location of the SSL certificate authority file." +msgstr "Ubicación del archivo de autoridad certificadora SSL." + +#: utils/misc/guc.c:4447 +msgid "Location of the SSL certificate revocation list file." +msgstr "Ubicación del archivo de lista de revocación de certificados SSL" + +#: utils/misc/guc.c:4457 +msgid "Location of the SSL certificate revocation list directory." +msgstr "Ubicación del directorio de lista de revocación de certificados SSL" + +#: utils/misc/guc.c:4467 +msgid "Writes temporary statistics files to the specified directory." +msgstr "Escribe los archivos temporales de estadísticas al directorio especificado." + +#: utils/misc/guc.c:4478 +msgid "Number of synchronous standbys and list of names of potential synchronous ones." +msgstr "Número de standbys sincrónicos y lista de nombres de los potenciales sincrónicos." + +#: utils/misc/guc.c:4489 +msgid "Sets default text search configuration." +msgstr "Define la configuración de búsqueda en texto por omisión." + +#: utils/misc/guc.c:4499 +msgid "Sets the list of allowed SSL ciphers." +msgstr "Define la lista de cifrados SSL permitidos." + +#: utils/misc/guc.c:4514 +msgid "Sets the curve to use for ECDH." +msgstr "Define la curva a usar para ECDH." + +#: utils/misc/guc.c:4529 +msgid "Location of the SSL DH parameters file." +msgstr "Ubicación del archivo de parámetros DH para SSL." + +#: utils/misc/guc.c:4540 +msgid "Command to obtain passphrases for SSL." +msgstr "Orden para obtener frases clave para SSL." + +#: utils/misc/guc.c:4551 +msgid "Sets the application name to be reported in statistics and logs." +msgstr "Define el nombre de aplicación a reportarse en estadísticas y logs." + +#: utils/misc/guc.c:4562 +msgid "Sets the name of the cluster, which is included in the process title." +msgstr "Define el nombre del clúster, el cual se incluye en el título de proceso." + +#: utils/misc/guc.c:4573 +msgid "Sets the WAL resource managers for which WAL consistency checks are done." +msgstr "Define los gestores de recursos WAL para los cuales hacer verificaciones de consistencia WAL." + +#: utils/misc/guc.c:4574 +msgid "Full-page images will be logged for all data blocks and cross-checked against the results of WAL replay." +msgstr "Se registrarán imágenes de página completa para todos los bloques de datos, y comparados con los resultados de la aplicación de WAL." + +#: utils/misc/guc.c:4584 +msgid "JIT provider to use." +msgstr "Proveedor JIT a usar." + +#: utils/misc/guc.c:4595 +msgid "Log backtrace for errors in these functions." +msgstr "Registrar el backtrace para errores que se produzcan en estas funciones." + +#: utils/misc/guc.c:4615 +msgid "Sets whether \"\\'\" is allowed in string literals." +msgstr "Define si «\\'» está permitido en literales de cadena." + +#: utils/misc/guc.c:4625 +msgid "Sets the output format for bytea." +msgstr "Formato de salida para bytea." + +#: utils/misc/guc.c:4635 +msgid "Sets the message levels that are sent to the client." +msgstr "Nivel de mensajes enviados al cliente." + +#: utils/misc/guc.c:4636 utils/misc/guc.c:4722 utils/misc/guc.c:4733 +#: utils/misc/guc.c:4809 +msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent." +msgstr "Cada nivel incluye todos los niveles que lo siguen. Mientras más posterior el nivel, menos mensajes se enviarán." + +#: utils/misc/guc.c:4646 +msgid "Compute query identifiers." +msgstr "Calcular identificadores de consulta." + +#: utils/misc/guc.c:4656 +msgid "Enables the planner to use constraints to optimize queries." +msgstr "Permitir el uso de restricciones para limitar los accesos a tablas." + +#: utils/misc/guc.c:4657 +msgid "Table scans will be skipped if their constraints guarantee that no rows match the query." +msgstr "Las tablas no serán recorridas si sus restricciones garantizan que ninguna fila coincidirá con la consulta." + +#: utils/misc/guc.c:4668 +msgid "Sets the default compression method for compressible values." +msgstr "Define el método de compresión por omisión para valores comprimibles." + +#: utils/misc/guc.c:4679 +msgid "Sets the transaction isolation level of each new transaction." +msgstr "Nivel de aislación (isolation level) de transacciones nuevas." + +#: utils/misc/guc.c:4689 +msgid "Sets the current transaction's isolation level." +msgstr "Define el nivel de aislación de la transacción en curso." + +#: utils/misc/guc.c:4700 +msgid "Sets the display format for interval values." +msgstr "Formato de salida para valores de intervalos." + +#: utils/misc/guc.c:4711 +msgid "Sets the verbosity of logged messages." +msgstr "Verbosidad de los mensajes registrados." + +#: utils/misc/guc.c:4721 +msgid "Sets the message levels that are logged." +msgstr "Nivel de mensajes registrados." + +#: utils/misc/guc.c:4732 +msgid "Causes all statements generating error at or above this level to be logged." +msgstr "Registrar sentencias que generan error de nivel superior o igual a éste." + +#: utils/misc/guc.c:4743 +msgid "Sets the type of statements logged." +msgstr "Define el tipo de sentencias que se registran." + +#: utils/misc/guc.c:4753 +msgid "Sets the syslog \"facility\" to be used when syslog enabled." +msgstr "«Facility» de syslog que se usará cuando syslog esté habilitado." + +#: utils/misc/guc.c:4768 +msgid "Sets the session's behavior for triggers and rewrite rules." +msgstr "Define el comportamiento de la sesión con respecto a disparadores y reglas de reescritura." + +#: utils/misc/guc.c:4778 +msgid "Sets the current transaction's synchronization level." +msgstr "Define el nivel de sincronización de la transacción en curso." + +#: utils/misc/guc.c:4788 +msgid "Allows archiving of WAL files using archive_command." +msgstr "Permite el archivado de WAL usando archive_command." -#: utils/time/snapmgr.c:1420 -#, c-format -msgid "SET TRANSACTION SNAPSHOT must be called before any query" -msgstr "SET TRANSACTION SNAPSHOT debe ser llamado antes de cualquier consulta" +#: utils/misc/guc.c:4798 +msgid "Sets the action to perform upon reaching the recovery target." +msgstr "Acción a ejecutar al alcanzar el destino de recuperación." -#: utils/time/snapmgr.c:1429 -#, c-format -msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ" -msgstr "una transacción que importa un snapshot no debe tener nivel de aislación SERIALIZABLE o REPEATABLE READ" +#: utils/misc/guc.c:4808 +msgid "Enables logging of recovery-related debugging information." +msgstr "Recolectar información de depuración relacionada con la recuperación." -#: utils/time/snapmgr.c:1438 utils/time/snapmgr.c:1447 -#, c-format -msgid "invalid snapshot identifier: \"%s\"" -msgstr "identificador de snapshot no válido: «%s»" +#: utils/misc/guc.c:4824 +msgid "Collects function-level statistics on database activity." +msgstr "Recolectar estadísticas de actividad de funciones en la base de datos." -#: utils/time/snapmgr.c:1539 -#, c-format -msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction" -msgstr "una transacción serializable no puede importar un snapshot desde una transacción no serializable" +#: utils/misc/guc.c:4834 +msgid "Sets the level of information written to the WAL." +msgstr "Establece el nivel de información escrita al WAL." -#: utils/time/snapmgr.c:1543 -#, c-format -msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction" -msgstr "una transacción serializable que no es de sólo lectura no puede importar un snapshot de una transacción de sólo lectura" +#: utils/misc/guc.c:4844 +msgid "Selects the dynamic shared memory implementation used." +msgstr "Escoge la implementación de memoria compartida dinámica que se usará." -#: utils/time/snapmgr.c:1558 -#, c-format -msgid "cannot import a snapshot from a different database" -msgstr "no se puede importar un snapshot desde una base de datos diferente" +#: utils/misc/guc.c:4854 +msgid "Selects the shared memory implementation used for the main shared memory region." +msgstr "Escoge la implementación de memoria compartida dinámica que se usará para la región principal de memoria compartida." -#: gram.y:1107 -#, c-format -msgid "UNENCRYPTED PASSWORD is no longer supported" -msgstr "UNENCRYPTED PASSWORD ya no está soportado" +#: utils/misc/guc.c:4864 +msgid "Selects the method used for forcing WAL updates to disk." +msgstr "Selecciona el método usado para forzar escritura de WAL a disco." -#: gram.y:1108 -#, c-format -msgid "Remove UNENCRYPTED to store the password in encrypted form instead." -msgstr "Quite UNENCRYPTED para almacenar la contraseña en su lugar en forma cifrada." +#: utils/misc/guc.c:4874 +msgid "Sets how binary values are to be encoded in XML." +msgstr "Define cómo se codificarán los valores binarios en XML." -#: gram.y:1170 -#, c-format -msgid "unrecognized role option \"%s\"" -msgstr "opción de rol «%s» no reconocida" +#: utils/misc/guc.c:4884 +msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments." +msgstr "Define si los datos XML implícitos en operaciones de análisis y serialización serán considerados documentos o fragmentos de contenido." -#: gram.y:1417 gram.y:1432 -#, c-format -msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" -msgstr "CREATE SCHEMA IF NOT EXISTS no puede incluir elementos de esquema" +#: utils/misc/guc.c:4895 +msgid "Use of huge pages on Linux or Windows." +msgstr "Usar páginas grandes (huge) en Linux o Windows." -#: gram.y:1578 -#, c-format -msgid "current database cannot be changed" -msgstr "no se puede cambiar la base de datos activa" +#: utils/misc/guc.c:4905 +msgid "Forces use of parallel query facilities." +msgstr "Obliga al uso de la funcionalidad de consultas paralelas." -#: gram.y:1702 -#, c-format -msgid "time zone interval must be HOUR or HOUR TO MINUTE" -msgstr "el intervalo de huso horario debe ser HOUR o HOUR TO MINUTE" +#: utils/misc/guc.c:4906 +msgid "If possible, run query using a parallel worker and with parallel restrictions." +msgstr "Si es posible, ejecuta cada consulta en un ayudante paralelo y con restricciones de paralelismo." -#: gram.y:2270 -#, c-format -msgid "column number must be in range from 1 to %d" -msgstr "el número de columna debe estar en el rango de 1 a %d" +#: utils/misc/guc.c:4916 +msgid "Chooses the algorithm for encrypting passwords." +msgstr "Escoge el algoritmo para cifrar contraseñas." -#: gram.y:2811 -#, c-format -msgid "sequence option \"%s\" not supported here" -msgstr "la opción de secuencia «%s» no está soportado aquí" +#: utils/misc/guc.c:4926 +msgid "Controls the planner's selection of custom or generic plan." +msgstr "Controla la selección del optimizador de planes genéricos o «custom»." -#: gram.y:2840 -#, c-format -msgid "modulus for hash partition provided more than once" -msgstr "el módulo para partición de hash fue especificado más de una vez" +#: utils/misc/guc.c:4927 +msgid "Prepared statements can have custom and generic plans, and the planner will attempt to choose which is better. This can be set to override the default behavior." +msgstr "Las sentencias preparadas pueden tener planes genéricos y «custom», y el optimizador intentará escoger cuál es mejor. Esto puede usarse para controlar manualmente el comportamiento." -#: gram.y:2849 -#, c-format -msgid "remainder for hash partition provided more than once" -msgstr "el remanentde para partición de hash fue especificado más de una vez" +#: utils/misc/guc.c:4939 +msgid "Sets the minimum SSL/TLS protocol version to use." +msgstr "Define la versión mínima del protocolo SSL/TLS a usar." -#: gram.y:2856 -#, c-format -msgid "unrecognized hash partition bound specification \"%s\"" -msgstr "especificación de borde de partición hash «%s» no reconocida" +#: utils/misc/guc.c:4951 +msgid "Sets the maximum SSL/TLS protocol version to use." +msgstr "Define la versión máxima del protocolo SSL/TLS a usar." -#: gram.y:2864 -#, c-format -msgid "modulus for hash partition must be specified" -msgstr "el módulo para una partición hash debe ser especificado" +#: utils/misc/guc.c:4963 +msgid "Sets the method for synchronizing the data directory before crash recovery." +msgstr "Establece el método para sincronizar el directorio de datos antes de la recuperación ante una caída." -#: gram.y:2868 +#: utils/misc/guc.c:5532 #, c-format -msgid "remainder for hash partition must be specified" -msgstr "remanente en partición hash debe ser especificado" +msgid "invalid configuration parameter name \"%s\"" +msgstr "nombre de parámetro de configuración «%s» no válido" -#: gram.y:3069 gram.y:3102 +#: utils/misc/guc.c:5534 #, c-format -msgid "STDIN/STDOUT not allowed with PROGRAM" -msgstr "STDIN/STDOUT no están permitidos con PROGRAM" +msgid "Custom parameter names must be two or more simple identifiers separated by dots." +msgstr "Los nombres de los parámetros personalizados deben ser dos o más identificadores sencillos separados por puntos." -#: gram.y:3075 +#: utils/misc/guc.c:5543 utils/misc/guc.c:9302 #, c-format -msgid "WHERE clause not allowed with COPY TO" -msgstr "la cláusula WHERE no está permitida con COPY TO" +msgid "unrecognized configuration parameter \"%s\"" +msgstr "parámetro de configuración «%s» no reconocido" -#: gram.y:3407 gram.y:3414 gram.y:11665 gram.y:11673 +#: utils/misc/guc.c:5836 #, c-format -msgid "GLOBAL is deprecated in temporary table creation" -msgstr "GLOBAL está obsoleto para la creación de tablas temporales" +msgid "%s: could not access directory \"%s\": %s\n" +msgstr "%s: no se pudo acceder al directorio «%s»: %s\n" -#: gram.y:3665 +#: utils/misc/guc.c:5841 #, c-format -msgid "for a generated column, GENERATED ALWAYS must be specified" -msgstr "para una columna generada, GENERATED ALWAYS debe ser especificado" +msgid "Run initdb or pg_basebackup to initialize a PostgreSQL data directory.\n" +msgstr "Ejecute initdb o pg_basebackup para inicializar un directorio de datos de PostgreSQL.\n" -#: gram.y:4634 +#: utils/misc/guc.c:5861 #, c-format -msgid "CREATE EXTENSION ... FROM is no longer supported" -msgstr "CREATE EXTENSION ... FROM ya no está soportado" +msgid "" +"%s does not know where to find the server configuration file.\n" +"You must specify the --config-file or -D invocation option or set the PGDATA environment variable.\n" +msgstr "" +"%s no sabe dónde encontrar el archivo de configuración del servidor.\n" +"Debe especificar la opción --config-file o -D o definir la variable de ambiente PGDATA.\n" -#: gram.y:5297 +#: utils/misc/guc.c:5880 #, c-format -msgid "unrecognized row security option \"%s\"" -msgstr "opción de seguridad de registro «%s» no reconocida" +msgid "%s: could not access the server configuration file \"%s\": %s\n" +msgstr "%s: no se pudo acceder al archivo de configuración «%s»: %s\n" -#: gram.y:5298 +#: utils/misc/guc.c:5906 #, c-format -msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently." -msgstr "sólo se admiten actualmente políticas PERMISSIVE o RESTRICTIVE." +msgid "" +"%s does not know where to find the database system data.\n" +"This can be specified as \"data_directory\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" +msgstr "" +"%s no sabe dónde encontrar los archivos de sistema de la base de datos.\n" +"Esto puede especificarse como «data_directory» en «%s», o usando la opción -D, o a través de la variable de ambiente PGDATA.\n" -#: gram.y:5380 +#: utils/misc/guc.c:5954 #, c-format -msgid "CREATE OR REPLACE CONSTRAINT TRIGGER is not supported" -msgstr "CREATE OR REPLACE CONSTRAINT TRIGGER no está soportado" - -#: gram.y:5417 -msgid "duplicate trigger events specified" -msgstr "se han especificado eventos de disparador duplicados" +msgid "" +"%s does not know where to find the \"hba\" configuration file.\n" +"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" +msgstr "" +"%s no sabe dónde encontrar el archivo de configuración «hba».\n" +"Esto puede especificarse como «hba_file» en «%s», o usando la opción -D, o a través de la variable de ambiente PGDATA.\n" -#: gram.y:5565 +#: utils/misc/guc.c:5977 #, c-format -msgid "conflicting constraint properties" -msgstr "propiedades de restricción contradictorias" +msgid "" +"%s does not know where to find the \"ident\" configuration file.\n" +"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" +msgstr "" +"%s no sabe dónde encontrar el archivo de configuración «ident».\n" +"Esto puede especificarse como «ident_file» en «%s», o usando la opción -D, o a través de la variable de ambiente PGDATA.\n" -#: gram.y:5661 +#: utils/misc/guc.c:6902 +msgid "Value exceeds integer range." +msgstr "El valor excede el rango para enteros." + +#: utils/misc/guc.c:7138 #, c-format -msgid "CREATE ASSERTION is not yet implemented" -msgstr "CREATE ASSERTION no está implementado" +msgid "%d%s%s is outside the valid range for parameter \"%s\" (%d .. %d)" +msgstr "%d%s%s está fuera del rango aceptable para el parámetro «%s» (%d .. %d)" -#: gram.y:6044 +#: utils/misc/guc.c:7174 #, c-format -msgid "RECHECK is no longer required" -msgstr "RECHECK ya no es requerido" +msgid "%g%s%s is outside the valid range for parameter \"%s\" (%g .. %g)" +msgstr "%g%s%s está fuera del rango aceptable para el parámetro «%s» (%g .. %g)" -#: gram.y:6045 +#: utils/misc/guc.c:7334 utils/misc/guc.c:8706 #, c-format -msgid "Update your data type." -msgstr "Actualice su tipo de datos." +msgid "cannot set parameters during a parallel operation" +msgstr "no se puede definir parámetros durante una operación paralela" -#: gram.y:7741 +#: utils/misc/guc.c:7351 utils/misc/guc.c:8547 #, c-format -msgid "aggregates cannot have output arguments" -msgstr "las funciones de agregación no pueden tener argumentos de salida" +msgid "parameter \"%s\" cannot be changed" +msgstr "no se puede cambiar el parámetro «%s»" -#: gram.y:10128 gram.y:10146 +#: utils/misc/guc.c:7384 #, c-format -msgid "WITH CHECK OPTION not supported on recursive views" -msgstr "WITH CHECK OPTION no está soportado con vistas recursivas" +msgid "parameter \"%s\" cannot be changed now" +msgstr "el parámetro «%s» no se puede cambiar en este momento" -#: gram.y:11802 +#: utils/misc/guc.c:7402 utils/misc/guc.c:7449 utils/misc/guc.c:11357 #, c-format -msgid "LIMIT #,# syntax is not supported" -msgstr "la sintaxis LIMIT #,# no está soportada" +msgid "permission denied to set parameter \"%s\"" +msgstr "se ha denegado el permiso para cambiar la opción «%s»" -#: gram.y:11803 +#: utils/misc/guc.c:7439 #, c-format -msgid "Use separate LIMIT and OFFSET clauses." -msgstr "Use cláusulas LIMIT y OFFSET separadas." +msgid "parameter \"%s\" cannot be set after connection start" +msgstr "el parámetro «%s» no se puede cambiar después de efectuar la conexión" -#: gram.y:12141 gram.y:12166 +#: utils/misc/guc.c:7487 #, c-format -msgid "VALUES in FROM must have an alias" -msgstr "VALUES en FROM debe tener un alias" +msgid "cannot set parameter \"%s\" within security-definer function" +msgstr "no se puede definir el parámetro «%s» dentro una función security-definer" -#: gram.y:12142 gram.y:12167 +#: utils/misc/guc.c:8120 utils/misc/guc.c:8167 utils/misc/guc.c:9574 #, c-format -msgid "For example, FROM (VALUES ...) [AS] foo." -msgstr "Por ejemplo, FROM (VALUES ...) [AS] foo." +msgid "must be superuser or a member of pg_read_all_settings to examine \"%s\"" +msgstr "debe ser superusuario o miembro del rol pg_read_all settings para examinar «%s»" -#: gram.y:12147 gram.y:12172 +#: utils/misc/guc.c:8251 #, c-format -msgid "subquery in FROM must have an alias" -msgstr "las subconsultas en FROM deben tener un alias" +msgid "SET %s takes only one argument" +msgstr "SET %s lleva sólo un argumento" -#: gram.y:12148 gram.y:12173 +#: utils/misc/guc.c:8499 #, c-format -msgid "For example, FROM (SELECT ...) [AS] foo." -msgstr "Por ejemplo, FROM (SELECT ...) [AS] foo." +msgid "must be superuser to execute ALTER SYSTEM command" +msgstr "debe ser superusuario para ejecutar la orden ALTER SYSTEM" -#: gram.y:12668 +#: utils/misc/guc.c:8580 #, c-format -msgid "only one DEFAULT value is allowed" -msgstr "Sólo se permite un valor DEFAULT" +msgid "parameter value for ALTER SYSTEM must not contain a newline" +msgstr "los valores de parámetros para ALTER SYSTEM no deben contener saltos de línea" -#: gram.y:12677 +#: utils/misc/guc.c:8625 #, c-format -msgid "only one PATH value per column is allowed" -msgstr "sólo se permite un valor de PATH por columna" +msgid "could not parse contents of file \"%s\"" +msgstr "no se pudo interpretar el contenido del archivo «%s»" -#: gram.y:12686 +#: utils/misc/guc.c:8782 #, c-format -msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\"" -msgstr "declaraciones NULL/NOT NULL en conflicto o redundantes para la columna «%s»" +msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" +msgstr "SET LOCAL TRANSACTION SNAPSHOT no está implementado" -#: gram.y:12695 +#: utils/misc/guc.c:8866 #, c-format -msgid "unrecognized column option \"%s\"" -msgstr "opción de columna «%s» no reconocida" +msgid "SET requires parameter name" +msgstr "SET requiere el nombre de un parámetro" -#: gram.y:12949 +#: utils/misc/guc.c:8999 #, c-format -msgid "precision for type float must be at least 1 bit" -msgstr "la precisión para el tipo float debe ser al menos 1 bit" +msgid "attempt to redefine parameter \"%s\"" +msgstr "intento de cambiar la opción «%s»" -#: gram.y:12958 +#: utils/misc/guc.c:10804 #, c-format -msgid "precision for type float must be less than 54 bits" -msgstr "la precisión para el tipo float debe ser menor de 54 bits" +msgid "while setting parameter \"%s\" to \"%s\"" +msgstr "al establecer el parámetro «%s» a «%s»" -#: gram.y:13456 +#: utils/misc/guc.c:10969 #, c-format -msgid "wrong number of parameters on left side of OVERLAPS expression" -msgstr "el número de parámetros es incorrecto al lado izquierdo de la expresión OVERLAPS" +msgid "parameter \"%s\" could not be set" +msgstr "no se pudo cambiar el parámetro «%s»" -#: gram.y:13461 +#: utils/misc/guc.c:11061 #, c-format -msgid "wrong number of parameters on right side of OVERLAPS expression" -msgstr "el número de parámetros es incorrecto al lado derecho de la expresión OVERLAPS" +msgid "could not parse setting for parameter \"%s\"" +msgstr "no se pudo interpretar el valor de para el parámetro «%s»" -#: gram.y:13629 +#: utils/misc/guc.c:11419 utils/misc/guc.c:11453 #, c-format -msgid "UNIQUE predicate is not yet implemented" -msgstr "el predicado UNIQUE no está implementado" +msgid "invalid value for parameter \"%s\": %d" +msgstr "valor no válido para el parámetro «%s»: %d" -#: gram.y:13988 +#: utils/misc/guc.c:11487 #, c-format -msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" -msgstr "no se permiten múltiples cláusulas ORDER BY con WITHIN GROUP" +msgid "invalid value for parameter \"%s\": %g" +msgstr "valor no válido para el parámetro «%s»: %g" -#: gram.y:13993 +#: utils/misc/guc.c:11774 #, c-format -msgid "cannot use DISTINCT with WITHIN GROUP" -msgstr "no se permite DISTINCT con WITHIN GROUP" +msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session." +msgstr "«temp_buffers» no puede ser cambiado después de que cualquier tabla temporal haya sido accedida en la sesión." -#: gram.y:13998 +#: utils/misc/guc.c:11786 #, c-format -msgid "cannot use VARIADIC with WITHIN GROUP" -msgstr "no se permite VARIADIC con WITHIN GROUP" +msgid "Bonjour is not supported by this build" +msgstr "Bonjour no está soportado en este servidor" -#: gram.y:14522 gram.y:14545 +#: utils/misc/guc.c:11799 #, c-format -msgid "frame start cannot be UNBOUNDED FOLLOWING" -msgstr "el inicio de «frame» no puede ser UNBOUNDED FOLLOWING" +msgid "SSL is not supported by this build" +msgstr "SSL no está soportado en este servidor" -#: gram.y:14527 +#: utils/misc/guc.c:11811 #, c-format -msgid "frame starting from following row cannot end with current row" -msgstr "el «frame» que se inicia desde la siguiente fila no puede terminar en la fila actual" +msgid "Cannot enable parameter when \"log_statement_stats\" is true." +msgstr "No se puede activar el parámetro cuando «log_statement_stats» está activo." -#: gram.y:14550 +#: utils/misc/guc.c:11823 #, c-format -msgid "frame end cannot be UNBOUNDED PRECEDING" -msgstr "el fin de «frame» no puede ser UNBOUNDED PRECEDING" +msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." +msgstr "No se puede activar «log_statement_stats» cuando «log_parser_stats», «log_planner_stats» o «log_executor_stats» están activos." -#: gram.y:14556 +#: utils/misc/guc.c:12053 #, c-format -msgid "frame starting from current row cannot have preceding rows" -msgstr "el «frame» que se inicia desde la fila actual no puede tener filas precedentes" +msgid "effective_io_concurrency must be set to 0 on platforms that lack posix_fadvise()." +msgstr "effective_io_concurrency debe ser 0 en plataformas que no tienen posix_fadvise()." -#: gram.y:14563 +#: utils/misc/guc.c:12066 #, c-format -msgid "frame starting from following row cannot have preceding rows" -msgstr "el «frame» que se inicia desde la fila siguiente no puede tener filas precedentes" +msgid "maintenance_io_concurrency must be set to 0 on platforms that lack posix_fadvise()." +msgstr "maintenance_io_concurrency debe ser 0 en plataformas que no tienen posix_fadvise()." -#: gram.y:15195 +#: utils/misc/guc.c:12080 #, c-format -msgid "type modifier cannot have parameter name" -msgstr "el modificador de tipo no puede tener nombre de parámetro" +msgid "huge_page_size must be 0 on this platform." +msgstr "huge_page_size debe ser 0 en esta plataforma." -#: gram.y:15201 +#: utils/misc/guc.c:12094 #, c-format -msgid "type modifier cannot have ORDER BY" -msgstr "el modificador de tipo no puede tener ORDER BY" +msgid "client_connection_check_interval must be set to 0 on platforms that lack POLLRDHUP." +msgstr "client_connection_check_interval debe ser 0 en plataformas que no tienen POLLRDHUP." -#: gram.y:15266 gram.y:15273 gram.y:15280 +#: utils/misc/guc.c:12222 #, c-format -msgid "%s cannot be used as a role name here" -msgstr "%s no puede ser usado como nombre de rol aquí" +msgid "invalid character" +msgstr "carácter no válido" -#: gram.y:15369 gram.y:16800 +#: utils/misc/guc.c:12282 #, c-format -msgid "WITH TIES cannot be specified without ORDER BY clause" -msgstr "la opción WITH TIES no puede ser especificada sin una cláusula ORDER BY" +msgid "recovery_target_timeline is not a valid number." +msgstr "recovery_target_timeline no es un número válido." -#: gram.y:16477 gram.y:16666 -msgid "improper use of \"*\"" -msgstr "uso impropio de «*»" +#: utils/misc/guc.c:12322 +#, c-format +msgid "multiple recovery targets specified" +msgstr "múltiples valores de destino de recuperación especificados" -#: gram.y:16730 +#: utils/misc/guc.c:12323 #, c-format -msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type" -msgstr "una agregación de conjunto-ordenado con un argumento directo VARIADIC debe tener al menos un argumento agregado VARIADIC del mismo tipo de datos" +msgid "At most one of recovery_target, recovery_target_lsn, recovery_target_name, recovery_target_time, recovery_target_xid may be set." +msgstr "A lo más uno de recovery_target, recovery_target_lsn, recovery_target_name, recovery_target_time, recovery_target_xid puede estar definido." -#: gram.y:16767 +#: utils/misc/guc.c:12331 #, c-format -msgid "multiple ORDER BY clauses not allowed" -msgstr "no se permiten múltiples cláusulas ORDER BY" +msgid "The only allowed value is \"immediate\"." +msgstr "El único valor permitido es «immediate»." -#: gram.y:16778 +#: utils/misc/help_config.c:130 #, c-format -msgid "multiple OFFSET clauses not allowed" -msgstr "no se permiten múltiples cláusulas OFFSET" +msgid "internal error: unrecognized run-time parameter type\n" +msgstr "error interno: tipo parámetro no reconocido\n" -#: gram.y:16787 +#: utils/misc/pg_config.c:60 #, c-format -msgid "multiple LIMIT clauses not allowed" -msgstr "no se permiten múltiples cláusulas LIMIT" +msgid "query-specified return tuple and function return type are not compatible" +msgstr "tupla de retorno especificada por la consulta y el tipo retornado por la función no son compatibles" -#: gram.y:16796 +#: utils/misc/pg_controldata.c:60 utils/misc/pg_controldata.c:138 +#: utils/misc/pg_controldata.c:241 utils/misc/pg_controldata.c:306 #, c-format -msgid "multiple limit options not allowed" -msgstr "no se permiten múltiples opciones limit" +msgid "calculated CRC checksum does not match value stored in file" +msgstr "la suma de verificación calculada no coincide con el valor almacenado en el archivo" -#: gram.y:16823 +#: utils/misc/pg_rusage.c:64 #, c-format -msgid "multiple WITH clauses not allowed" -msgstr "no se permiten múltiples cláusulas WITH" +msgid "CPU: user: %d.%02d s, system: %d.%02d s, elapsed: %d.%02d s" +msgstr "CPU: usuario: %d.%02d s, sistema: %d.%02d s, transcurrido: %d.%02d s" -#: gram.y:17017 +#: utils/misc/rls.c:127 #, c-format -msgid "OUT and INOUT arguments aren't allowed in TABLE functions" -msgstr "los argumentos OUT e INOUT no están permitidos en funciones TABLE" +msgid "query would be affected by row-level security policy for table \"%s\"" +msgstr "la consulta sería afectada por la política de seguridad de registros para la tabla «%s»" -#: gram.y:17113 +#: utils/misc/rls.c:129 #, c-format -msgid "multiple COLLATE clauses not allowed" -msgstr "no se permiten múltiples cláusulas COLLATE" +msgid "To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY." +msgstr "Para desactivar la política para el dueño de la tabla, use ALTER TABLE NO FORCE ROW LEVEL SECURITY." -#. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17151 gram.y:17164 +#: utils/misc/timeout.c:497 #, c-format -msgid "%s constraints cannot be marked DEFERRABLE" -msgstr "las restricciones %s no pueden ser marcadas DEFERRABLE" +msgid "cannot add more timeout reasons" +msgstr "no se pueden agregar más razones de timeout" -#. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17177 +#: utils/misc/tzparser.c:60 #, c-format -msgid "%s constraints cannot be marked NOT VALID" -msgstr "las restricciones %s no pueden ser marcadas NOT VALID" +msgid "time zone abbreviation \"%s\" is too long (maximum %d characters) in time zone file \"%s\", line %d" +msgstr "la abreviación del huso horario «%s» es demasiado larga (máximo %d caracteres) en archivo de huso horario «%s», línea %d" -#. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17190 +#: utils/misc/tzparser.c:72 #, c-format -msgid "%s constraints cannot be marked NO INHERIT" -msgstr "las restricciones %s no pueden ser marcadas NO INHERIT" +msgid "time zone offset %d is out of range in time zone file \"%s\", line %d" +msgstr "desplazamiento de huso horario %d está fuera de rango en el archivo de huso horario «%s», línea %d" -#: guc-file.l:314 +#: utils/misc/tzparser.c:111 #, c-format -msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %d" -msgstr "parámetro de configuración «%s» no reconocido en el archivo «%s» línea %d" +msgid "missing time zone abbreviation in time zone file \"%s\", line %d" +msgstr "falta una abreviación de huso horario en el archivo de huso horario «%s», línea %d" -#: guc-file.l:389 +#: utils/misc/tzparser.c:120 #, c-format -msgid "parameter \"%s\" removed from configuration file, reset to default" -msgstr "parámetro «%s» eliminado del archivo de configuración, volviendo al valor por omisión" +msgid "missing time zone offset in time zone file \"%s\", line %d" +msgstr "falta un desplazamiento de huso horario en el archivo de huso horario «%s», línea %d" -#: guc-file.l:455 +#: utils/misc/tzparser.c:132 #, c-format -msgid "parameter \"%s\" changed to \"%s\"" -msgstr "el parámetro «%s» fue cambiado a «%s»" +msgid "invalid number for time zone offset in time zone file \"%s\", line %d" +msgstr "número no válido para desplazamiento de huso horario en archivo de huso horario «%s», línea %d" -#: guc-file.l:497 +#: utils/misc/tzparser.c:168 #, c-format -msgid "configuration file \"%s\" contains errors" -msgstr "el archivo de configuración «%s» contiene errores" +msgid "invalid syntax in time zone file \"%s\", line %d" +msgstr "sintaxis no válida en archivo de huso horario «%s», línea %d" -#: guc-file.l:502 +#: utils/misc/tzparser.c:236 #, c-format -msgid "configuration file \"%s\" contains errors; unaffected changes were applied" -msgstr "el archivo de configuración «%s» contiene errores; los cambios no afectados fueron aplicados" +msgid "time zone abbreviation \"%s\" is multiply defined" +msgstr "abreviación de huso horario «%s» está definida múltiples veces" -#: guc-file.l:507 +#: utils/misc/tzparser.c:238 #, c-format -msgid "configuration file \"%s\" contains errors; no changes were applied" -msgstr "el archivo de configuración «%s» contiene errores; no se aplicó ningún cambio" +msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d." +msgstr "Entrada en archivo de huso horario «%s», línea %d, causa conflictos con entrada en archivo «%s», línea %d." -#: guc-file.l:579 +#: utils/misc/tzparser.c:300 #, c-format -msgid "empty configuration file name: \"%s\"" -msgstr "nombre de archivo de configuración vacío: «%s»" +msgid "invalid time zone file name \"%s\"" +msgstr "nombre de huso horario «%s» no válido" -#: guc-file.l:596 +#: utils/misc/tzparser.c:313 #, c-format -msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" -msgstr "no se pudo abrir el archivo de configuración «%s»: nivel de anidamiento máximo excedido" +msgid "time zone file recursion limit exceeded in file \"%s\"" +msgstr "límite de recursión excedido en el archivo «%s»" -#: guc-file.l:616 +#: utils/misc/tzparser.c:352 utils/misc/tzparser.c:365 #, c-format -msgid "configuration file recursion in \"%s\"" -msgstr "recursión de archivos de configuración en «%s»" +msgid "could not read time zone file \"%s\": %m" +msgstr "no se pudo leer archivo de huso horario «%s»: %m" -#: guc-file.l:643 +#: utils/misc/tzparser.c:376 #, c-format -msgid "skipping missing configuration file \"%s\"" -msgstr "omitiendo el archivo de configuración faltante «%s»" +msgid "line is too long in time zone file \"%s\", line %d" +msgstr "línea demasiado larga en archivo de huso horario «%s», línea %d" -#: guc-file.l:897 +#: utils/misc/tzparser.c:400 #, c-format -msgid "syntax error in file \"%s\" line %u, near end of line" -msgstr "error de sintaxis en el archivo «%s» línea %u, cerca del fin de línea" +msgid "@INCLUDE without file name in time zone file \"%s\", line %d" +msgstr "@INCLUDE sin nombre de archivo en archivo de huso horario «%s», línea %d" -#: guc-file.l:907 +#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:239 #, c-format -msgid "syntax error in file \"%s\" line %u, near token \"%s\"" -msgstr "error de sintaxis en el archivo «%s» línea %u, cerca de la palabra «%s»" +msgid "Failed while creating memory context \"%s\"." +msgstr "Falla al crear el contexto de memoria «%s»." -#: guc-file.l:927 +#: utils/mmgr/dsa.c:519 utils/mmgr/dsa.c:1329 #, c-format -msgid "too many syntax errors found, abandoning file \"%s\"" -msgstr "se encontraron demasiados errores de sintaxis, abandonando el archivo «%s»" +msgid "could not attach to dynamic shared area" +msgstr "no se pudo adjuntar al segmento de memoria compartida dinámica" -#: guc-file.l:982 +#: utils/mmgr/mcxt.c:889 utils/mmgr/mcxt.c:925 utils/mmgr/mcxt.c:963 +#: utils/mmgr/mcxt.c:1001 utils/mmgr/mcxt.c:1089 utils/mmgr/mcxt.c:1120 +#: utils/mmgr/mcxt.c:1156 utils/mmgr/mcxt.c:1208 utils/mmgr/mcxt.c:1243 +#: utils/mmgr/mcxt.c:1278 #, c-format -msgid "empty configuration directory name: \"%s\"" -msgstr "nombre de directorio de configuración vacío: «%s»" +msgid "Failed on request of size %zu in memory context \"%s\"." +msgstr "Falló una petición de tamaño %zu en el contexto de memoria «%s»." -#: guc-file.l:1001 +#: utils/mmgr/mcxt.c:1052 #, c-format -msgid "could not open configuration directory \"%s\": %m" -msgstr "no se pudo abrir el directorio de configuración «%s»: %m" +msgid "logging memory contexts of PID %d" +msgstr "registrando contextos de memoria del PID %d" -#: jsonpath_gram.y:528 +#: utils/mmgr/portalmem.c:187 #, c-format -msgid "unrecognized flag character \"%.*s\" in LIKE_REGEX predicate" -msgstr "parámetro «%.*s» no reconocido en predicado LIKE_REGEX" +msgid "cursor \"%s\" already exists" +msgstr "el cursor «%s» ya existe" -#: jsonpath_gram.y:582 +#: utils/mmgr/portalmem.c:191 #, c-format -msgid "XQuery \"x\" flag (expanded regular expressions) is not implemented" -msgstr "la opción «x» de XQuery (expresiones regulares expandidas) no está implementada" +msgid "closing existing cursor \"%s\"" +msgstr "cerrando el cursor «%s» preexistente" -#. translator: %s is typically "syntax error" -#: jsonpath_scan.l:286 +#: utils/mmgr/portalmem.c:401 #, c-format -msgid "%s at end of jsonpath input" -msgstr "%s al final de la entrada jsonpath" +msgid "portal \"%s\" cannot be run" +msgstr "el portal «%s» no puede ser ejecutado" -#. translator: first %s is typically "syntax error" -#: jsonpath_scan.l:293 +#: utils/mmgr/portalmem.c:479 #, c-format -msgid "%s at or near \"%s\" of jsonpath input" -msgstr "%s en o cerca de «%s» de la entrada jsonpath" +msgid "cannot drop pinned portal \"%s\"" +msgstr "no se puede eliminar el portal «pinned» «%s»" -#: repl_gram.y:345 repl_gram.y:377 +#: utils/mmgr/portalmem.c:487 #, c-format -msgid "invalid timeline %u" -msgstr "timeline %u no válido" +msgid "cannot drop active portal \"%s\"" +msgstr "no se puede eliminar el portal activo «%s»" -#: repl_scanner.l:150 -msgid "invalid streaming start location" -msgstr "posición de inicio de flujo de WAL no válida" +#: utils/mmgr/portalmem.c:738 +#, c-format +msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD" +msgstr "no se puede hacer PREPARE de una transacción que ha creado un cursor WITH HOLD" -#: repl_scanner.l:206 scan.l:717 -msgid "unterminated quoted string" -msgstr "una cadena de caracteres entre comillas está inconclusa" +#: utils/mmgr/portalmem.c:1279 +#, c-format +msgid "cannot perform transaction commands inside a cursor loop that is not read-only" +msgstr "no se pueden ejecutar órdenes de transacción dentro de un bucle de cursor que no es de sólo lectura" -#: scan.l:458 -msgid "unterminated /* comment" -msgstr "un comentario /* está inconcluso" +#: utils/sort/logtape.c:268 utils/sort/logtape.c:291 +#, c-format +msgid "could not seek to block %ld of temporary file" +msgstr "no se pudo posicionar (seek) en el bloque %ld del archivo temporal" -#: scan.l:478 -msgid "unterminated bit string literal" -msgstr "una cadena de bits está inconclusa" +#: utils/sort/logtape.c:297 +#, c-format +msgid "could not read block %ld of temporary file: read only %zu of %zu bytes" +msgstr "no se pudo leer el bloque %ld del archivo temporal: se leyeron sólo %zu de %zu bytes" -#: scan.l:492 -msgid "unterminated hexadecimal string literal" -msgstr "una cadena hexadecimal está inconclusa" +#: utils/sort/sharedtuplestore.c:430 utils/sort/sharedtuplestore.c:439 +#: utils/sort/sharedtuplestore.c:462 utils/sort/sharedtuplestore.c:479 +#: utils/sort/sharedtuplestore.c:496 +#, c-format +msgid "could not read from shared tuplestore temporary file" +msgstr "no se pudo leer desde el archivo temporal del tuplestore compartido" -#: scan.l:542 +#: utils/sort/sharedtuplestore.c:485 #, c-format -msgid "unsafe use of string constant with Unicode escapes" -msgstr "uso inseguro de literal de cadena con escapes Unicode" +msgid "unexpected chunk in shared tuplestore temporary file" +msgstr "trozo inesperado en archivo temporal del tuplestore compartido" -#: scan.l:543 +#: utils/sort/sharedtuplestore.c:569 #, c-format -msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off." -msgstr "Los literales de cadena con escapes Unicode no pueden usarse cuando standard_conforming_strings está desactivado." +msgid "could not seek to block %u in shared tuplestore temporary file" +msgstr "no se pudo posicionar (seek) en el bloque %u en el archivo temporal del tuplestore compartido" -#: scan.l:604 -msgid "unhandled previous state in xqs" -msgstr "estado previo no manejado en xqs" +#: utils/sort/sharedtuplestore.c:576 +#, c-format +msgid "could not read from shared tuplestore temporary file: read only %zu of %zu bytes" +msgstr "no se pudo leer el archivo temporal del tuplestore compartido: se leyeron sólo %zu de %zu bytes" -#: scan.l:678 +#: utils/sort/tuplesort.c:3218 #, c-format -msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX." -msgstr "Los escapes Unicode deben ser \\uXXXX o \\UXXXXXXXX." +msgid "cannot have more than %d runs for an external sort" +msgstr "no se pueden tener más de %d pasadas para un ordenamiento externo" -#: scan.l:689 +#: utils/sort/tuplesort.c:4299 #, c-format -msgid "unsafe use of \\' in a string literal" -msgstr "uso inseguro de \\' en un literal de cadena" +msgid "could not create unique index \"%s\"" +msgstr "no se pudo crear el índice único «%s»" -#: scan.l:690 +#: utils/sort/tuplesort.c:4301 #, c-format -msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings." -msgstr "Use '' para escribir comillas en cadenas. \\' es inseguro en codificaciones de sólo cliente." +msgid "Key %s is duplicated." +msgstr "La llave %s está duplicada." -#: scan.l:762 -msgid "unterminated dollar-quoted string" -msgstr "una cadena separada por $ está inconclusa" +#: utils/sort/tuplesort.c:4302 +#, c-format +msgid "Duplicate keys exist." +msgstr "Existe una llave duplicada." -#: scan.l:779 scan.l:789 -msgid "zero-length delimited identifier" -msgstr "un identificador delimitado tiene largo cero" +#: utils/sort/tuplestore.c:518 utils/sort/tuplestore.c:528 +#: utils/sort/tuplestore.c:869 utils/sort/tuplestore.c:973 +#: utils/sort/tuplestore.c:1037 utils/sort/tuplestore.c:1054 +#: utils/sort/tuplestore.c:1256 utils/sort/tuplestore.c:1321 +#: utils/sort/tuplestore.c:1330 +#, c-format +msgid "could not seek in tuplestore temporary file" +msgstr "no se pudo posicionar (seek) en el archivo temporal del tuplestore" -#: scan.l:800 syncrep_scanner.l:91 -msgid "unterminated quoted identifier" -msgstr "un identificador entre comillas está inconcluso" +#: utils/sort/tuplestore.c:1477 utils/sort/tuplestore.c:1540 +#: utils/sort/tuplestore.c:1548 +#, c-format +msgid "could not read from tuplestore temporary file: read only %zu of %zu bytes" +msgstr "no se pudo leer el archivo temporal del tuplestore: se leyeron sólo %zu de %zu bytes" -#: scan.l:963 -msgid "operator too long" -msgstr "el operador es demasiado largo" +#: utils/time/snapmgr.c:570 +#, c-format +msgid "The source transaction is not running anymore." +msgstr "La transacción de origen ya no está en ejecución." -#. translator: %s is typically the translation of "syntax error" -#: scan.l:1171 +#: utils/time/snapmgr.c:1164 #, c-format -msgid "%s at end of input" -msgstr "%s al final de la entrada" +msgid "cannot export a snapshot from a subtransaction" +msgstr "no se puede exportar snapshots desde una subtransacción" -#. translator: first %s is typically the translation of "syntax error" -#: scan.l:1179 +#: utils/time/snapmgr.c:1323 utils/time/snapmgr.c:1328 +#: utils/time/snapmgr.c:1333 utils/time/snapmgr.c:1348 +#: utils/time/snapmgr.c:1353 utils/time/snapmgr.c:1358 +#: utils/time/snapmgr.c:1373 utils/time/snapmgr.c:1378 +#: utils/time/snapmgr.c:1383 utils/time/snapmgr.c:1485 +#: utils/time/snapmgr.c:1501 utils/time/snapmgr.c:1526 #, c-format -msgid "%s at or near \"%s\"" -msgstr "%s en o cerca de «%s»" +msgid "invalid snapshot data in file \"%s\"" +msgstr "datos no válidos en archivo de snapshot «%s»" -#: scan.l:1373 +#: utils/time/snapmgr.c:1420 #, c-format -msgid "nonstandard use of \\' in a string literal" -msgstr "uso no estandar de \\' en un literal de cadena" +msgid "SET TRANSACTION SNAPSHOT must be called before any query" +msgstr "SET TRANSACTION SNAPSHOT debe ser llamado antes de cualquier consulta" -#: scan.l:1374 +#: utils/time/snapmgr.c:1429 #, c-format -msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')." -msgstr "Use '' para escribir comillas en cadenas, o use la sintaxis de escape de cadenas (E'...')." +msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ" +msgstr "una transacción que importa un snapshot no debe tener nivel de aislación SERIALIZABLE o REPEATABLE READ" -#: scan.l:1383 +#: utils/time/snapmgr.c:1438 utils/time/snapmgr.c:1447 #, c-format -msgid "nonstandard use of \\\\ in a string literal" -msgstr "uso no estandar de \\\\ en un literal de cadena" +msgid "invalid snapshot identifier: \"%s\"" +msgstr "identificador de snapshot no válido: «%s»" -#: scan.l:1384 +#: utils/time/snapmgr.c:1539 #, c-format -msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." -msgstr "Use '' para escribir comillas en cadenas, o use la sintaxis de escape de cadenas (E'\\\\')." +msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction" +msgstr "una transacción serializable no puede importar un snapshot desde una transacción no serializable" -#: scan.l:1398 +#: utils/time/snapmgr.c:1543 #, c-format -msgid "nonstandard use of escape in a string literal" -msgstr "uso no estandar de escape en un literal de cadena" +msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction" +msgstr "una transacción serializable que no es de sólo lectura no puede importar un snapshot de una transacción de sólo lectura" -#: scan.l:1399 +#: utils/time/snapmgr.c:1558 #, c-format -msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." -msgstr "Use la sintaxis de escape para cadenas, por ej. E'\\r\\n'." +msgid "cannot import a snapshot from a different database" +msgstr "no se puede importar un snapshot desde una base de datos diferente" diff -Nru postgresql-14-14.5/src/backend/po/fr.po postgresql-14-14.6/src/backend/po/fr.po --- postgresql-14-14.5/src/backend/po/fr.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/po/fr.po 2022-11-07 21:38:53.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: PostgreSQL 12\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-08-02 22:26+0000\n" -"PO-Revision-Date: 2022-08-03 16:50+0200\n" +"POT-Creation-Date: 2022-11-04 15:25+0000\n" +"PO-Revision-Date: 2022-11-05 07:11+0100\n" "Last-Translator: Christophe Courtois \n" "Language-Team: French \n" "Language: fr\n" @@ -28,19 +28,19 @@ msgid "could not open file \"%s\" for reading: %m" msgstr "n'a pas pu ouvrir le fichier « %s » pour une lecture : %m" -#: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 access/transam/timeline.c:143 access/transam/timeline.c:362 access/transam/twophase.c:1329 access/transam/xlog.c:3570 access/transam/xlog.c:4808 access/transam/xlog.c:11603 access/transam/xlog.c:11616 access/transam/xlog.c:12071 access/transam/xlog.c:12151 access/transam/xlog.c:12188 access/transam/xlog.c:12248 access/transam/xlogfuncs.c:703 access/transam/xlogfuncs.c:722 commands/extension.c:3474 libpq/hba.c:534 replication/basebackup.c:2026 replication/logical/origin.c:729 replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4917 replication/logical/snapbuild.c:1749 -#: replication/logical/snapbuild.c:1791 replication/logical/snapbuild.c:1818 replication/slot.c:1720 replication/slot.c:1761 replication/walsender.c:545 storage/file/buffile.c:445 storage/file/copydir.c:195 utils/adt/genfile.c:202 utils/adt/misc.c:888 utils/cache/relmapper.c:744 +#: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 access/transam/timeline.c:143 access/transam/timeline.c:362 access/transam/twophase.c:1329 access/transam/xlog.c:3573 access/transam/xlog.c:4817 access/transam/xlog.c:11620 access/transam/xlog.c:11633 access/transam/xlog.c:12088 access/transam/xlog.c:12168 access/transam/xlog.c:12205 access/transam/xlog.c:12265 access/transam/xlogfuncs.c:703 access/transam/xlogfuncs.c:722 commands/extension.c:3474 libpq/hba.c:534 replication/basebackup.c:2026 replication/logical/origin.c:729 replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4935 replication/logical/snapbuild.c:1844 +#: replication/logical/snapbuild.c:1886 replication/logical/snapbuild.c:1913 replication/slot.c:1720 replication/slot.c:1761 replication/walsender.c:545 storage/file/buffile.c:445 storage/file/copydir.c:195 utils/adt/genfile.c:202 utils/adt/misc.c:888 utils/cache/relmapper.c:744 #, c-format msgid "could not read file \"%s\": %m" msgstr "n'a pas pu lire le fichier « %s » : %m" -#: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 access/transam/xlog.c:3575 access/transam/xlog.c:4813 replication/basebackup.c:2030 replication/logical/origin.c:734 replication/logical/origin.c:773 replication/logical/snapbuild.c:1754 replication/logical/snapbuild.c:1796 replication/logical/snapbuild.c:1823 replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 utils/cache/relmapper.c:748 +#: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 access/transam/xlog.c:3578 access/transam/xlog.c:4822 replication/basebackup.c:2030 replication/logical/origin.c:734 replication/logical/origin.c:773 replication/logical/snapbuild.c:1849 replication/logical/snapbuild.c:1891 replication/logical/snapbuild.c:1918 replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 utils/cache/relmapper.c:748 #, c-format msgid "could not read file \"%s\": read %d of %zu" msgstr "n'a pas pu lire le fichier « %s » : a lu %d sur %zu" -#: ../common/controldata_utils.c:112 ../common/controldata_utils.c:117 ../common/controldata_utils.c:256 ../common/controldata_utils.c:259 access/heap/rewriteheap.c:1185 access/heap/rewriteheap.c:1288 access/transam/timeline.c:392 access/transam/timeline.c:438 access/transam/timeline.c:516 access/transam/twophase.c:1341 access/transam/twophase.c:1746 access/transam/xlog.c:3442 access/transam/xlog.c:3610 access/transam/xlog.c:3615 access/transam/xlog.c:3943 access/transam/xlog.c:4778 access/transam/xlog.c:5703 access/transam/xlogfuncs.c:728 commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 libpq/be-fsstubs.c:525 replication/logical/origin.c:667 -#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4975 replication/logical/snapbuild.c:1658 replication/logical/snapbuild.c:1831 replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 storage/file/copydir.c:218 storage/file/copydir.c:223 storage/file/fd.c:738 storage/file/fd.c:3536 storage/file/fd.c:3639 utils/cache/relmapper.c:759 utils/cache/relmapper.c:898 +#: ../common/controldata_utils.c:112 ../common/controldata_utils.c:117 ../common/controldata_utils.c:256 ../common/controldata_utils.c:259 access/heap/rewriteheap.c:1185 access/heap/rewriteheap.c:1288 access/transam/timeline.c:392 access/transam/timeline.c:438 access/transam/timeline.c:516 access/transam/twophase.c:1341 access/transam/twophase.c:1746 access/transam/xlog.c:3442 access/transam/xlog.c:3613 access/transam/xlog.c:3618 access/transam/xlog.c:3946 access/transam/xlog.c:4787 access/transam/xlog.c:5712 access/transam/xlogfuncs.c:728 commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 libpq/be-fsstubs.c:525 replication/logical/origin.c:667 +#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4993 replication/logical/snapbuild.c:1753 replication/logical/snapbuild.c:1926 replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 storage/file/copydir.c:218 storage/file/copydir.c:223 storage/file/fd.c:738 storage/file/fd.c:3542 storage/file/fd.c:3645 utils/cache/relmapper.c:759 utils/cache/relmapper.c:898 #, c-format msgid "could not close file \"%s\": %m" msgstr "n'a pas pu fermer le fichier « %s » : %m" @@ -63,26 +63,26 @@ "résultats ci-dessous sont incorrects, et l'installation de PostgreSQL\n" "est incompatible avec ce répertoire des données." -#: ../common/controldata_utils.c:197 ../common/controldata_utils.c:203 ../common/file_utils.c:232 ../common/file_utils.c:291 ../common/file_utils.c:365 access/heap/rewriteheap.c:1271 access/transam/timeline.c:111 access/transam/timeline.c:251 access/transam/timeline.c:348 access/transam/twophase.c:1285 access/transam/xlog.c:3328 access/transam/xlog.c:3484 access/transam/xlog.c:3525 access/transam/xlog.c:3723 access/transam/xlog.c:3808 access/transam/xlog.c:3911 access/transam/xlog.c:4798 access/transam/xlogutils.c:803 postmaster/syslogger.c:1488 replication/basebackup.c:616 replication/basebackup.c:1616 replication/logical/origin.c:719 replication/logical/reorderbuffer.c:3572 -#: replication/logical/reorderbuffer.c:4121 replication/logical/reorderbuffer.c:4897 replication/logical/snapbuild.c:1613 replication/logical/snapbuild.c:1720 replication/slot.c:1692 replication/walsender.c:518 replication/walsender.c:2563 storage/file/copydir.c:161 storage/file/fd.c:713 storage/file/fd.c:3300 storage/file/fd.c:3523 storage/file/fd.c:3610 storage/smgr/md.c:503 utils/cache/relmapper.c:724 utils/cache/relmapper.c:842 utils/error/elog.c:1938 utils/init/miscinit.c:1351 utils/init/miscinit.c:1485 utils/init/miscinit.c:1562 utils/misc/guc.c:8618 utils/misc/guc.c:8650 +#: ../common/controldata_utils.c:197 ../common/controldata_utils.c:203 ../common/file_utils.c:232 ../common/file_utils.c:291 ../common/file_utils.c:365 access/heap/rewriteheap.c:1271 access/transam/timeline.c:111 access/transam/timeline.c:251 access/transam/timeline.c:348 access/transam/twophase.c:1285 access/transam/xlog.c:3328 access/transam/xlog.c:3484 access/transam/xlog.c:3528 access/transam/xlog.c:3726 access/transam/xlog.c:3811 access/transam/xlog.c:3914 access/transam/xlog.c:4807 access/transam/xlogutils.c:803 postmaster/syslogger.c:1488 replication/basebackup.c:616 replication/basebackup.c:1616 replication/logical/origin.c:719 replication/logical/reorderbuffer.c:3588 +#: replication/logical/reorderbuffer.c:4139 replication/logical/reorderbuffer.c:4915 replication/logical/snapbuild.c:1708 replication/logical/snapbuild.c:1815 replication/slot.c:1692 replication/walsender.c:518 replication/walsender.c:2563 storage/file/copydir.c:161 storage/file/fd.c:713 storage/file/fd.c:3306 storage/file/fd.c:3529 storage/file/fd.c:3616 storage/smgr/md.c:503 utils/cache/relmapper.c:724 utils/cache/relmapper.c:842 utils/error/elog.c:1938 utils/init/miscinit.c:1351 utils/init/miscinit.c:1485 utils/init/miscinit.c:1562 utils/misc/guc.c:8618 utils/misc/guc.c:8650 #, c-format msgid "could not open file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier « %s » : %m" -#: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 access/transam/twophase.c:1719 access/transam/twophase.c:1728 access/transam/xlog.c:11360 access/transam/xlog.c:11398 access/transam/xlog.c:11811 access/transam/xlogfuncs.c:782 postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 +#: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 access/transam/twophase.c:1719 access/transam/twophase.c:1728 access/transam/xlog.c:11377 access/transam/xlog.c:11415 access/transam/xlog.c:11828 access/transam/xlogfuncs.c:782 postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 #, c-format msgid "could not write file \"%s\": %m" msgstr "impossible d'écrire le fichier « %s » : %m" -#: ../common/controldata_utils.c:239 ../common/controldata_utils.c:245 ../common/file_utils.c:303 ../common/file_utils.c:373 access/heap/rewriteheap.c:967 access/heap/rewriteheap.c:1179 access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 access/transam/timeline.c:510 access/transam/twophase.c:1740 access/transam/xlog.c:3435 access/transam/xlog.c:3604 access/transam/xlog.c:4771 access/transam/xlog.c:10843 access/transam/xlog.c:10884 replication/logical/snapbuild.c:1651 replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 storage/file/fd.c:3631 storage/smgr/md.c:951 storage/smgr/md.c:992 storage/sync/sync.c:454 utils/cache/relmapper.c:891 +#: ../common/controldata_utils.c:239 ../common/controldata_utils.c:245 ../common/file_utils.c:303 ../common/file_utils.c:373 access/heap/rewriteheap.c:967 access/heap/rewriteheap.c:1179 access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 access/transam/timeline.c:510 access/transam/twophase.c:1740 access/transam/xlog.c:3435 access/transam/xlog.c:3607 access/transam/xlog.c:4780 access/transam/xlog.c:10860 access/transam/xlog.c:10901 replication/logical/snapbuild.c:1746 replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 storage/file/fd.c:3637 storage/smgr/md.c:951 storage/smgr/md.c:992 storage/sync/sync.c:454 utils/cache/relmapper.c:891 #: utils/misc/guc.c:8405 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier « %s » : %m" -#: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6678 lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 postmaster/bgworker.c:948 postmaster/postmaster.c:2540 postmaster/postmaster.c:4198 postmaster/postmaster.c:4868 postmaster/postmaster.c:5607 postmaster/postmaster.c:5971 replication/libpqwalreceiver/libpqwalreceiver.c:283 replication/logical/logical.c:205 -#: replication/walsender.c:592 storage/buffer/localbuf.c:442 storage/file/fd.c:882 storage/file/fd.c:1354 storage/file/fd.c:1515 storage/file/fd.c:2323 storage/ipc/procarray.c:1445 storage/ipc/procarray.c:2249 storage/ipc/procarray.c:2256 storage/ipc/procarray.c:2759 storage/ipc/procarray.c:3436 utils/adt/cryptohashfuncs.c:46 utils/adt/cryptohashfuncs.c:66 utils/adt/formatting.c:1699 utils/adt/formatting.c:1823 utils/adt/formatting.c:1948 utils/adt/pg_locale.c:450 utils/adt/pg_locale.c:614 utils/adt/regexp.c:223 utils/fmgr/dfmgr.c:229 utils/hash/dynahash.c:513 utils/hash/dynahash.c:613 utils/hash/dynahash.c:1116 utils/mb/mbutils.c:401 utils/mb/mbutils.c:429 utils/mb/mbutils.c:814 -#: utils/mb/mbutils.c:841 utils/misc/guc.c:5049 utils/misc/guc.c:5065 utils/misc/guc.c:5078 utils/misc/guc.c:8383 utils/misc/tzparser.c:476 utils/mmgr/aset.c:476 utils/mmgr/dsa.c:701 utils/mmgr/dsa.c:723 utils/mmgr/dsa.c:804 utils/mmgr/generation.c:234 utils/mmgr/mcxt.c:888 utils/mmgr/mcxt.c:924 utils/mmgr/mcxt.c:962 utils/mmgr/mcxt.c:1000 utils/mmgr/mcxt.c:1088 utils/mmgr/mcxt.c:1119 utils/mmgr/mcxt.c:1155 utils/mmgr/mcxt.c:1207 utils/mmgr/mcxt.c:1242 utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:236 +#: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6687 lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 postmaster/bgworker.c:948 postmaster/postmaster.c:2540 postmaster/postmaster.c:4198 postmaster/postmaster.c:4868 postmaster/postmaster.c:5607 postmaster/postmaster.c:5971 replication/libpqwalreceiver/libpqwalreceiver.c:283 replication/logical/logical.c:205 +#: replication/walsender.c:592 storage/buffer/localbuf.c:442 storage/file/fd.c:888 storage/file/fd.c:1360 storage/file/fd.c:1521 storage/file/fd.c:2329 storage/ipc/procarray.c:1445 storage/ipc/procarray.c:2249 storage/ipc/procarray.c:2256 storage/ipc/procarray.c:2759 storage/ipc/procarray.c:3436 utils/adt/cryptohashfuncs.c:46 utils/adt/cryptohashfuncs.c:66 utils/adt/formatting.c:1699 utils/adt/formatting.c:1823 utils/adt/formatting.c:1948 utils/adt/pg_locale.c:450 utils/adt/pg_locale.c:614 utils/adt/regexp.c:223 utils/fmgr/dfmgr.c:229 utils/hash/dynahash.c:513 utils/hash/dynahash.c:613 utils/hash/dynahash.c:1116 utils/mb/mbutils.c:401 utils/mb/mbutils.c:429 utils/mb/mbutils.c:814 +#: utils/mb/mbutils.c:841 utils/misc/guc.c:5049 utils/misc/guc.c:5065 utils/misc/guc.c:5078 utils/misc/guc.c:8383 utils/misc/tzparser.c:476 utils/mmgr/aset.c:476 utils/mmgr/dsa.c:701 utils/mmgr/dsa.c:723 utils/mmgr/dsa.c:804 utils/mmgr/generation.c:234 utils/mmgr/mcxt.c:888 utils/mmgr/mcxt.c:924 utils/mmgr/mcxt.c:962 utils/mmgr/mcxt.c:1000 utils/mmgr/mcxt.c:1088 utils/mmgr/mcxt.c:1119 utils/mmgr/mcxt.c:1155 utils/mmgr/mcxt.c:1207 utils/mmgr/mcxt.c:1242 utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:238 #, c-format msgid "out of memory" msgstr "mémoire épuisée" @@ -112,7 +112,7 @@ msgid "could not change directory to \"%s\": %m" msgstr "n'a pas pu modifier le répertoire par « %s » : %m" -#: ../common/exec.c:291 access/transam/xlog.c:11234 replication/basebackup.c:1434 utils/adt/misc.c:369 +#: ../common/exec.c:291 access/transam/xlog.c:11251 replication/basebackup.c:1434 utils/adt/misc.c:369 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "n'a pas pu lire le lien symbolique « %s » : %m" @@ -132,23 +132,23 @@ msgid "cannot duplicate null pointer (internal error)\n" msgstr "ne peut pas dupliquer un pointeur nul (erreur interne)\n" -#: ../common/file_utils.c:87 ../common/file_utils.c:451 ../common/file_utils.c:455 access/transam/twophase.c:1297 access/transam/xlog.c:11336 access/transam/xlog.c:11374 access/transam/xlog.c:11591 access/transam/xlogarchive.c:110 access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 commands/tablespace.c:897 guc-file.l:1062 replication/basebackup.c:439 replication/basebackup.c:622 replication/basebackup.c:698 replication/logical/snapbuild.c:1530 storage/file/copydir.c:68 storage/file/copydir.c:107 storage/file/fd.c:1865 storage/file/fd.c:1951 storage/file/fd.c:3151 storage/file/fd.c:3355 +#: ../common/file_utils.c:87 ../common/file_utils.c:451 ../common/file_utils.c:455 access/transam/twophase.c:1297 access/transam/xlog.c:11353 access/transam/xlog.c:11391 access/transam/xlog.c:11608 access/transam/xlogarchive.c:110 access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 commands/tablespace.c:897 guc-file.l:1062 replication/basebackup.c:439 replication/basebackup.c:622 replication/basebackup.c:698 replication/logical/snapbuild.c:1625 storage/file/copydir.c:68 storage/file/copydir.c:107 storage/file/fd.c:1871 storage/file/fd.c:1957 storage/file/fd.c:3157 storage/file/fd.c:3361 #: utils/adt/dbsize.c:70 utils/adt/dbsize.c:222 utils/adt/dbsize.c:302 utils/adt/genfile.c:418 utils/adt/genfile.c:644 utils/adt/misc.c:354 #, c-format msgid "could not stat file \"%s\": %m" msgstr "n'a pas pu tester le fichier « %s » : %m" -#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:729 commands/tablespace.c:739 postmaster/postmaster.c:1515 storage/file/fd.c:2726 storage/file/reinit.c:122 utils/adt/misc.c:263 utils/misc/tzparser.c:338 +#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:729 commands/tablespace.c:739 postmaster/postmaster.c:1515 storage/file/fd.c:2732 storage/file/reinit.c:122 utils/adt/misc.c:263 utils/misc/tzparser.c:338 #, c-format msgid "could not open directory \"%s\": %m" msgstr "n'a pas pu ouvrir le répertoire « %s » : %m" -#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2738 +#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2744 #, c-format msgid "could not read directory \"%s\": %m" msgstr "n'a pas pu lire le répertoire « %s » : %m" -#: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1670 replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 storage/file/fd.c:748 storage/file/fd.c:846 utils/time/snapmgr.c:1282 +#: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1765 replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 storage/file/fd.c:748 storage/file/fd.c:849 utils/time/snapmgr.c:1282 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "n'a pas pu renommer le fichier « %s » en « %s » : %m" @@ -464,7 +464,7 @@ msgid "request for BRIN range summarization for index \"%s\" page %u was not recorded" msgstr "requête de résumé d'intervalle BRIN pour la page « %s » de l'index « %u » n'a pas été enregistrée" -#: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1035 access/transam/xlog.c:11005 access/transam/xlog.c:11542 access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 access/transam/xlogfuncs.c:509 +#: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1038 access/transam/xlog.c:11022 access/transam/xlog.c:11559 access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 access/transam/xlogfuncs.c:509 #, c-format msgid "recovery is in progress" msgstr "restauration en cours" @@ -489,17 +489,17 @@ msgid "could not open parent table of index \"%s\"" msgstr "n'a pas pu ouvrir la table parent de l'index « %s »" -#: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793 access/brin/brin_minmax_multi.c:3004 access/brin/brin_minmax_multi.c:3147 statistics/dependencies.c:662 statistics/dependencies.c:715 statistics/mcv.c:1483 statistics/mcv.c:1514 statistics/mvdistinct.c:343 statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:43 utils/adt/pseudotypes.c:77 utils/adt/pseudotypes.c:252 +#: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793 access/brin/brin_minmax_multi.c:3008 access/brin/brin_minmax_multi.c:3151 statistics/dependencies.c:662 statistics/dependencies.c:715 statistics/mcv.c:1483 statistics/mcv.c:1514 statistics/mvdistinct.c:343 statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:43 utils/adt/pseudotypes.c:77 utils/adt/pseudotypes.c:252 #, c-format msgid "cannot accept a value of type %s" msgstr "ne peut pas accepter une valeur de type %s" -#: access/brin/brin_minmax_multi.c:2163 access/brin/brin_minmax_multi.c:2170 access/brin/brin_minmax_multi.c:2177 utils/adt/timestamp.c:941 utils/adt/timestamp.c:1515 utils/adt/timestamp.c:1982 utils/adt/timestamp.c:3059 utils/adt/timestamp.c:3064 utils/adt/timestamp.c:3069 utils/adt/timestamp.c:3119 utils/adt/timestamp.c:3126 utils/adt/timestamp.c:3133 utils/adt/timestamp.c:3153 utils/adt/timestamp.c:3160 utils/adt/timestamp.c:3167 utils/adt/timestamp.c:3197 utils/adt/timestamp.c:3205 utils/adt/timestamp.c:3249 utils/adt/timestamp.c:3676 utils/adt/timestamp.c:3801 utils/adt/timestamp.c:4359 +#: access/brin/brin_minmax_multi.c:2167 access/brin/brin_minmax_multi.c:2174 access/brin/brin_minmax_multi.c:2181 utils/adt/timestamp.c:941 utils/adt/timestamp.c:1515 utils/adt/timestamp.c:1982 utils/adt/timestamp.c:3059 utils/adt/timestamp.c:3064 utils/adt/timestamp.c:3069 utils/adt/timestamp.c:3119 utils/adt/timestamp.c:3126 utils/adt/timestamp.c:3133 utils/adt/timestamp.c:3153 utils/adt/timestamp.c:3160 utils/adt/timestamp.c:3167 utils/adt/timestamp.c:3197 utils/adt/timestamp.c:3205 utils/adt/timestamp.c:3249 utils/adt/timestamp.c:3676 utils/adt/timestamp.c:3801 utils/adt/timestamp.c:4359 #, c-format msgid "interval out of range" msgstr "intervalle en dehors des limites" -#: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:362 access/brin/brin_pageops.c:843 access/gin/ginentrypage.c:110 access/gist/gist.c:1441 access/spgist/spgdoinsert.c:2000 access/spgist/spgdoinsert.c:2275 +#: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:362 access/brin/brin_pageops.c:848 access/gin/ginentrypage.c:110 access/gist/gist.c:1441 access/spgist/spgdoinsert.c:2000 access/spgist/spgdoinsert.c:2275 #, c-format msgid "index row size %zu exceeds maximum %zu for index \"%s\"" msgstr "la taille de la ligne index, %zu, dépasse le maximum, %zu, pour l'index « %s »" @@ -721,17 +721,17 @@ msgid "Reduce maintenance_work_mem." msgstr "Réduisez le maintenance_work_mem." -#: access/gin/ginfast.c:1036 +#: access/gin/ginfast.c:1039 #, c-format msgid "GIN pending list cannot be cleaned up during recovery." msgstr "la pending list GIN ne peut pas être nettoyée lors de la restauration." -#: access/gin/ginfast.c:1043 +#: access/gin/ginfast.c:1046 #, c-format msgid "\"%s\" is not a GIN index" msgstr "« %s » n'est pas un index GIN" -#: access/gin/ginfast.c:1054 +#: access/gin/ginfast.c:1057 #, c-format msgid "cannot access temporary indexes of other sessions" msgstr "ne peut pas accéder aux index temporaires d'autres sessions" @@ -839,7 +839,7 @@ msgid "could not determine which collation to use for string hashing" msgstr "n'a pas pu déterminer le collationnement à utiliser pour le hachage de chaîne" -#: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 catalog/heap.c:719 commands/createas.c:206 commands/createas.c:503 commands/indexcmds.c:1960 commands/tablecmds.c:16864 commands/view.c:86 regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 utils/adt/like_support.c:1003 utils/adt/varchar.c:733 utils/adt/varchar.c:994 utils/adt/varchar.c:1054 utils/adt/varlena.c:1517 +#: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 catalog/heap.c:719 commands/createas.c:206 commands/createas.c:515 commands/indexcmds.c:1971 commands/tablecmds.c:16918 commands/view.c:86 regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 utils/adt/like_support.c:1004 utils/adt/varchar.c:733 utils/adt/varchar.c:994 utils/adt/varchar.c:1054 utils/adt/varlena.c:1517 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Utilisez la clause COLLARE pour configurer explicitement le collationnement." @@ -906,17 +906,17 @@ msgid "attempted to delete invisible tuple" msgstr "tentative de supprimer une ligne invisible" -#: access/heap/heapam.c:3238 access/heap/heapam.c:6098 +#: access/heap/heapam.c:3246 access/heap/heapam.c:6106 #, c-format msgid "cannot update tuples during a parallel operation" msgstr "ne peut pas mettre à jour les lignes lors d'une opération parallèle" -#: access/heap/heapam.c:3379 +#: access/heap/heapam.c:3387 #, c-format msgid "attempted to update invisible tuple" msgstr "tentative de mettre à jour une ligne invisible" -#: access/heap/heapam.c:4742 access/heap/heapam.c:4780 access/heap/heapam.c:5045 access/heap/heapam_handler.c:457 +#: access/heap/heapam.c:4750 access/heap/heapam.c:4788 access/heap/heapam.c:5053 access/heap/heapam_handler.c:457 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "n'a pas pu obtenir un verrou sur la relation « %s »" @@ -936,7 +936,7 @@ msgid "could not write to file \"%s\", wrote %d of %d: %m" msgstr "n'a pas pu écrire le fichier « %s », a écrit %d de %d : %m" -#: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 access/transam/timeline.c:329 access/transam/timeline.c:485 access/transam/xlog.c:3351 access/transam/xlog.c:3539 access/transam/xlog.c:4750 access/transam/xlog.c:11351 access/transam/xlog.c:11389 access/transam/xlog.c:11794 access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 postmaster/postmaster.c:5669 replication/logical/origin.c:587 replication/slot.c:1544 storage/file/copydir.c:167 storage/smgr/md.c:218 utils/time/snapmgr.c:1261 +#: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 access/transam/timeline.c:329 access/transam/timeline.c:485 access/transam/xlog.c:3351 access/transam/xlog.c:3542 access/transam/xlog.c:4759 access/transam/xlog.c:11368 access/transam/xlog.c:11406 access/transam/xlog.c:11811 access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 postmaster/postmaster.c:5669 replication/logical/origin.c:587 replication/slot.c:1544 storage/file/copydir.c:167 storage/smgr/md.c:218 utils/time/snapmgr.c:1261 #, c-format msgid "could not create file \"%s\": %m" msgstr "n'a pas pu créer le fichier « %s » : %m" @@ -946,13 +946,13 @@ msgid "could not truncate file \"%s\" to %u: %m" msgstr "n'a pas pu tronquer le fichier « %s » en %u : %m" -#: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 access/transam/timeline.c:424 access/transam/timeline.c:502 access/transam/xlog.c:3423 access/transam/xlog.c:3595 access/transam/xlog.c:4762 postmaster/postmaster.c:4633 postmaster/postmaster.c:4643 replication/logical/origin.c:599 replication/logical/origin.c:641 replication/logical/origin.c:660 replication/logical/snapbuild.c:1627 replication/slot.c:1579 storage/file/buffile.c:506 storage/file/copydir.c:207 utils/init/miscinit.c:1426 utils/init/miscinit.c:1437 utils/init/miscinit.c:1445 utils/misc/guc.c:8366 utils/misc/guc.c:8397 utils/misc/guc.c:10316 utils/misc/guc.c:10330 utils/time/snapmgr.c:1266 +#: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 access/transam/timeline.c:424 access/transam/timeline.c:502 access/transam/xlog.c:3423 access/transam/xlog.c:3598 access/transam/xlog.c:4771 postmaster/postmaster.c:4633 postmaster/postmaster.c:4643 replication/logical/origin.c:599 replication/logical/origin.c:641 replication/logical/origin.c:660 replication/logical/snapbuild.c:1722 replication/slot.c:1579 storage/file/buffile.c:506 storage/file/copydir.c:207 utils/init/miscinit.c:1426 utils/init/miscinit.c:1437 utils/init/miscinit.c:1445 utils/misc/guc.c:8366 utils/misc/guc.c:8397 utils/misc/guc.c:10316 utils/misc/guc.c:10330 utils/time/snapmgr.c:1266 #: utils/time/snapmgr.c:1273 #, c-format msgid "could not write to file \"%s\": %m" msgstr "n'a pas pu écrire dans le fichier « %s » : %m" -#: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4390 replication/logical/snapbuild.c:1572 replication/logical/snapbuild.c:1988 replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3171 storage/file/fd.c:3233 storage/file/reinit.c:250 storage/ipc/dsm.c:315 storage/smgr/md.c:344 storage/smgr/md.c:394 storage/sync/sync.c:250 utils/time/snapmgr.c:1606 +#: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4408 replication/logical/snapbuild.c:1667 replication/logical/snapbuild.c:2083 replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3177 storage/file/fd.c:3239 storage/file/reinit.c:250 storage/ipc/dsm.c:315 storage/smgr/md.c:344 storage/smgr/md.c:394 storage/sync/sync.c:250 utils/time/snapmgr.c:1606 #, c-format msgid "could not remove file \"%s\": %m" msgstr "n'a pas pu supprimer le fichier « %s » : %m" @@ -1079,7 +1079,7 @@ msgstr[0] "%u page gelée.\n" msgstr[1] "%u pages gelées.\n" -#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4124 commands/indexcmds.c:4143 +#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4135 commands/indexcmds.c:4154 #, c-format msgid "%s." msgstr "%s." @@ -1230,7 +1230,7 @@ msgid "transaction aborted during system catalog scan" msgstr "transaction annulée lors du parcours du catalogue système" -#: access/index/indexam.c:142 catalog/objectaddress.c:1355 commands/indexcmds.c:2788 commands/tablecmds.c:267 commands/tablecmds.c:291 commands/tablecmds.c:16562 commands/tablecmds.c:18299 +#: access/index/indexam.c:142 catalog/objectaddress.c:1355 commands/indexcmds.c:2799 commands/tablecmds.c:267 commands/tablecmds.c:291 commands/tablecmds.c:16616 commands/tablecmds.c:18363 #, c-format msgid "\"%s\" is not an index" msgstr "« %s » n'est pas un index" @@ -1255,7 +1255,7 @@ msgid "This may be because of a non-immutable index expression." msgstr "Ceci peut être dû à une expression d'index immutable." -#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 parser/parse_utilcmd.c:2319 +#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 parser/parse_utilcmd.c:2329 #, c-format msgid "index \"%s\" is not a btree" msgstr "l'index « %s » n'est pas un btree" @@ -1330,7 +1330,7 @@ msgid "\"%s\" is an index" msgstr "« %s » est un index" -#: access/table/table.c:54 access/table/table.c:88 access/table/table.c:117 access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13263 commands/tablecmds.c:16571 +#: access/table/table.c:54 access/table/table.c:88 access/table/table.c:117 access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13315 commands/tablecmds.c:16625 #, c-format msgid "\"%s\" is a composite type" msgstr "« %s » est un type composite" @@ -1726,7 +1726,7 @@ msgid "calculated CRC checksum does not match value stored in file \"%s\"" msgstr "la somme de contrôle CRC calculée ne correspond par à la valeur enregistrée dans le fichier « %s »" -#: access/transam/twophase.c:1400 access/transam/xlog.c:6679 +#: access/transam/twophase.c:1400 access/transam/xlog.c:6688 #, c-format msgid "Failed while allocating a WAL reading processor." msgstr "Échec lors de l'allocation d'un processeur de lecture de journaux de transactions." @@ -1952,64 +1952,69 @@ msgid "could not write to log file %s at offset %u, length %zu: %m" msgstr "n'a pas pu écrire le fichier de transactions %s au décalage %u, longueur %zu : %m" -#: access/transam/xlog.c:4011 access/transam/xlogutils.c:798 replication/walsender.c:2557 +#: access/transam/xlog.c:3486 storage/file/fd.c:839 storage/file/fd.c:852 +#, c-format +msgid "This is known to fail occasionally during archive recovery, where it is harmless." +msgstr "Ceci est connu pour échouer de temps en temps lors d'une restauration d'archive. C'est sans danger." + +#: access/transam/xlog.c:4014 access/transam/xlogutils.c:798 replication/walsender.c:2557 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "le segment demandé du journal de transaction, %s, a déjà été supprimé" -#: access/transam/xlog.c:4286 +#: access/transam/xlog.c:4289 #, c-format msgid "could not rename file \"%s\": %m" msgstr "n'a pas pu renommer le fichier « %s » : %m" -#: access/transam/xlog.c:4328 access/transam/xlog.c:4338 +#: access/transam/xlog.c:4331 access/transam/xlog.c:4341 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "le répertoire « %s » requis pour les journaux de transactions n'existe pas" -#: access/transam/xlog.c:4344 +#: access/transam/xlog.c:4347 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "création du répertoire manquant pour les journaux de transactions « %s »" -#: access/transam/xlog.c:4347 commands/dbcommands.c:2208 +#: access/transam/xlog.c:4350 commands/dbcommands.c:2208 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "n'a pas pu créer le répertoire « %s » manquant : %m" -#: access/transam/xlog.c:4463 +#: access/transam/xlog.c:4472 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "identifiant timeline %u inattendu dans le journal de transactions %s, décalage %u" -#: access/transam/xlog.c:4601 +#: access/transam/xlog.c:4610 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "la nouvelle timeline %u n'est pas une enfant de la timeline %u du système" -#: access/transam/xlog.c:4615 +#: access/transam/xlog.c:4624 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "" "la nouvelle timeline %u a été créée à partir de la timeline de la base de données système %u\n" "avant le point de restauration courant %X/%X" -#: access/transam/xlog.c:4634 +#: access/transam/xlog.c:4643 #, c-format msgid "new target timeline is %u" msgstr "la nouvelle timeline cible est %u" -#: access/transam/xlog.c:4670 +#: access/transam/xlog.c:4679 #, c-format msgid "could not generate secret authorization token" msgstr "n'a pas pu générer le jeton secret d'autorisation" -#: access/transam/xlog.c:4829 access/transam/xlog.c:4838 access/transam/xlog.c:4862 access/transam/xlog.c:4869 access/transam/xlog.c:4876 access/transam/xlog.c:4881 access/transam/xlog.c:4888 access/transam/xlog.c:4895 access/transam/xlog.c:4902 access/transam/xlog.c:4909 access/transam/xlog.c:4916 access/transam/xlog.c:4923 access/transam/xlog.c:4932 access/transam/xlog.c:4939 utils/init/miscinit.c:1583 +#: access/transam/xlog.c:4838 access/transam/xlog.c:4847 access/transam/xlog.c:4871 access/transam/xlog.c:4878 access/transam/xlog.c:4885 access/transam/xlog.c:4890 access/transam/xlog.c:4897 access/transam/xlog.c:4904 access/transam/xlog.c:4911 access/transam/xlog.c:4918 access/transam/xlog.c:4925 access/transam/xlog.c:4932 access/transam/xlog.c:4941 access/transam/xlog.c:4948 utils/init/miscinit.c:1583 #, c-format msgid "database files are incompatible with server" msgstr "les fichiers de la base de données sont incompatibles avec le serveur" -#: access/transam/xlog.c:4830 +#: access/transam/xlog.c:4839 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "" @@ -2017,149 +2022,149 @@ "%d (0x%08x) alors que le serveur a été compilé avec un PG_CONTROL_VERSION à\n" "%d (0x%08x)." -#: access/transam/xlog.c:4834 +#: access/transam/xlog.c:4843 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "" "Ceci peut être un problème d'incohérence dans l'ordre des octets.\n" "Il se peut que vous ayez besoin d'initdb." -#: access/transam/xlog.c:4839 +#: access/transam/xlog.c:4848 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "" "Le cluster de base de données a été initialisé avec un PG_CONTROL_VERSION à\n" "%d alors que le serveur a été compilé avec un PG_CONTROL_VERSION à %d." -#: access/transam/xlog.c:4842 access/transam/xlog.c:4866 access/transam/xlog.c:4873 access/transam/xlog.c:4878 +#: access/transam/xlog.c:4851 access/transam/xlog.c:4875 access/transam/xlog.c:4882 access/transam/xlog.c:4887 #, c-format msgid "It looks like you need to initdb." msgstr "Il semble que vous avez besoin d'initdb." -#: access/transam/xlog.c:4853 +#: access/transam/xlog.c:4862 #, c-format msgid "incorrect checksum in control file" msgstr "somme de contrôle incorrecte dans le fichier de contrôle" -#: access/transam/xlog.c:4863 +#: access/transam/xlog.c:4872 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "" "Le cluster de base de données a été initialisé avec un CATALOG_VERSION_NO à\n" "%d alors que le serveur a été compilé avec un CATALOG_VERSION_NO à %d." -#: access/transam/xlog.c:4870 +#: access/transam/xlog.c:4879 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "" "Le cluster de bases de données a été initialisé avec un MAXALIGN à %d alors\n" "que le serveur a été compilé avec un MAXALIGN à %d." -#: access/transam/xlog.c:4877 +#: access/transam/xlog.c:4886 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "" "Le cluster de bases de données semble utiliser un format différent pour les\n" "nombres à virgule flottante de celui de l'exécutable serveur." -#: access/transam/xlog.c:4882 +#: access/transam/xlog.c:4891 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "" "Le cluster de base de données a été initialisé avec un BLCKSZ à %d alors que\n" "le serveur a été compilé avec un BLCKSZ à %d." -#: access/transam/xlog.c:4885 access/transam/xlog.c:4892 access/transam/xlog.c:4899 access/transam/xlog.c:4906 access/transam/xlog.c:4913 access/transam/xlog.c:4920 access/transam/xlog.c:4927 access/transam/xlog.c:4935 access/transam/xlog.c:4942 +#: access/transam/xlog.c:4894 access/transam/xlog.c:4901 access/transam/xlog.c:4908 access/transam/xlog.c:4915 access/transam/xlog.c:4922 access/transam/xlog.c:4929 access/transam/xlog.c:4936 access/transam/xlog.c:4944 access/transam/xlog.c:4951 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Il semble que vous avez besoin de recompiler ou de relancer initdb." -#: access/transam/xlog.c:4889 +#: access/transam/xlog.c:4898 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "" "Le cluster de bases de données a été initialisé avec un RELSEG_SIZE à %d\n" "alors que le serveur a été compilé avec un RELSEG_SIZE à %d." -#: access/transam/xlog.c:4896 +#: access/transam/xlog.c:4905 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "" "Le cluster de base de données a été initialisé avec un XLOG_BLCKSZ à %d\n" "alors que le serveur a été compilé avec un XLOG_BLCKSZ à %d." -#: access/transam/xlog.c:4903 +#: access/transam/xlog.c:4912 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "" "Le cluster de bases de données a été initialisé avec un NAMEDATALEN à %d\n" "alors que le serveur a été compilé avec un NAMEDATALEN à %d." -#: access/transam/xlog.c:4910 +#: access/transam/xlog.c:4919 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "" "Le groupe de bases de données a été initialisé avec un INDEX_MAX_KEYS à %d\n" "alors que le serveur a été compilé avec un INDEX_MAX_KEYS à %d." -#: access/transam/xlog.c:4917 +#: access/transam/xlog.c:4926 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "" "Le cluster de bases de données a été initialisé avec un TOAST_MAX_CHUNK_SIZE\n" "à %d alors que le serveur a été compilé avec un TOAST_MAX_CHUNK_SIZE à %d." -#: access/transam/xlog.c:4924 +#: access/transam/xlog.c:4933 #, c-format msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d." msgstr "" "Le cluster de base de données a été initialisé avec un LOBLKSIZE à %d alors que\n" "le serveur a été compilé avec un LOBLKSIZE à %d." -#: access/transam/xlog.c:4933 +#: access/transam/xlog.c:4942 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "" "Le cluster de base de données a été initialisé sans USE_FLOAT8_BYVAL\n" "alors que le serveur a été compilé avec USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4940 +#: access/transam/xlog.c:4949 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "" "Le cluster de base de données a été initialisé avec USE_FLOAT8_BYVAL\n" "alors que le serveur a été compilé sans USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4949 +#: access/transam/xlog.c:4958 #, c-format msgid "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d byte" msgid_plural "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d bytes" msgstr[0] "La taille du segment WAL doit être une puissance de deux comprise entre 1 Mo et 1 Go, mais le fichier de contrôle indique %d octet" msgstr[1] "La taille du segment WAL doit être une puissance de deux comprise entre 1 Mo et 1 Go, mais le fichier de contrôle indique %d octets" -#: access/transam/xlog.c:4961 +#: access/transam/xlog.c:4970 #, c-format msgid "\"min_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "« min_wal_size » doit être au moins le double de « wal_segment_size »" -#: access/transam/xlog.c:4965 +#: access/transam/xlog.c:4974 #, c-format msgid "\"max_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "« max_wal_size » doit être au moins le double de « wal_segment_size »" -#: access/transam/xlog.c:5399 +#: access/transam/xlog.c:5408 #, c-format msgid "could not write bootstrap write-ahead log file: %m" msgstr "n'a pas pu écrire le « bootstrap » du journal des transactions : %m" -#: access/transam/xlog.c:5407 +#: access/transam/xlog.c:5416 #, c-format msgid "could not fsync bootstrap write-ahead log file: %m" msgstr "" "n'a pas pu synchroniser sur disque (fsync) le « bootstrap » du journal des\n" "transactions : %m" -#: access/transam/xlog.c:5413 +#: access/transam/xlog.c:5422 #, c-format msgid "could not close bootstrap write-ahead log file: %m" msgstr "n'a pas pu fermer le « bootstrap » du journal des transactions : %m" @@ -2167,255 +2172,255 @@ # /* # * Check for old recovery API file: recovery.conf # */ -#: access/transam/xlog.c:5474 +#: access/transam/xlog.c:5483 #, c-format msgid "using recovery command file \"%s\" is not supported" msgstr "utiliser le fichier de commande de la restauration « %s » n'est plus supporté" -#: access/transam/xlog.c:5539 +#: access/transam/xlog.c:5548 #, c-format msgid "standby mode is not supported by single-user servers" msgstr "le mode de restauration n'est pas supporté pour les serveurs mono-utilisateur" -#: access/transam/xlog.c:5556 +#: access/transam/xlog.c:5565 #, c-format msgid "specified neither primary_conninfo nor restore_command" msgstr "ni primary_conninfo ni restore_command n'est spécifié" -#: access/transam/xlog.c:5557 +#: access/transam/xlog.c:5566 #, c-format msgid "The database server will regularly poll the pg_wal subdirectory to check for files placed there." msgstr "" "Le serveur de la base de données va régulièrement interroger le sous-répertoire\n" "pg_wal pour vérifier les fichiers placés ici." -#: access/transam/xlog.c:5565 +#: access/transam/xlog.c:5574 #, c-format msgid "must specify restore_command when standby mode is not enabled" msgstr "doit spécifier une restore_command quand le mode standby n'est pas activé" -#: access/transam/xlog.c:5603 +#: access/transam/xlog.c:5612 #, c-format msgid "recovery target timeline %u does not exist" msgstr "le timeline cible, %u, de la restauration n'existe pas" -#: access/transam/xlog.c:5725 +#: access/transam/xlog.c:5734 #, c-format msgid "archive recovery complete" msgstr "restauration de l'archive terminée" -#: access/transam/xlog.c:5791 access/transam/xlog.c:6062 +#: access/transam/xlog.c:5800 access/transam/xlog.c:6071 #, c-format msgid "recovery stopping after reaching consistency" msgstr "arrêt de la restauration après avoir atteint le point de cohérence" -#: access/transam/xlog.c:5812 +#: access/transam/xlog.c:5821 #, c-format msgid "recovery stopping before WAL location (LSN) \"%X/%X\"" msgstr "arrêt de la restauration avant l'emplacement WAL (LSN) « %X/%X »" -#: access/transam/xlog.c:5897 +#: access/transam/xlog.c:5906 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "arrêt de la restauration avant validation de la transaction %u, %s" -#: access/transam/xlog.c:5904 +#: access/transam/xlog.c:5913 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "arrêt de la restauration avant annulation de la transaction %u, %s" -#: access/transam/xlog.c:5957 +#: access/transam/xlog.c:5966 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "restauration en arrêt au point de restauration « %s », heure %s" -#: access/transam/xlog.c:5975 +#: access/transam/xlog.c:5984 #, c-format msgid "recovery stopping after WAL location (LSN) \"%X/%X\"" msgstr "arrêt de la restauration après l'emplacement WAL (LSN) « %X/%X »" -#: access/transam/xlog.c:6042 +#: access/transam/xlog.c:6051 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "arrêt de la restauration après validation de la transaction %u, %s" -#: access/transam/xlog.c:6050 +#: access/transam/xlog.c:6059 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "arrêt de la restauration après annulation de la transaction %u, %s" -#: access/transam/xlog.c:6095 +#: access/transam/xlog.c:6104 #, c-format msgid "pausing at the end of recovery" msgstr "pause à la fin de la restauration" -#: access/transam/xlog.c:6096 +#: access/transam/xlog.c:6105 #, c-format msgid "Execute pg_wal_replay_resume() to promote." msgstr "Exécuter pg_wal_replay_resume() pour promouvoir." -#: access/transam/xlog.c:6099 access/transam/xlog.c:6381 +#: access/transam/xlog.c:6108 access/transam/xlog.c:6390 #, c-format msgid "recovery has paused" msgstr "restauration en pause" -#: access/transam/xlog.c:6100 +#: access/transam/xlog.c:6109 #, c-format msgid "Execute pg_wal_replay_resume() to continue." msgstr "Exécuter pg_wal_replay_resume() pour continuer." -#: access/transam/xlog.c:6372 +#: access/transam/xlog.c:6381 #, c-format msgid "hot standby is not possible because of insufficient parameter settings" msgstr "le hot standby n'est pas possible à cause d'un paramétrage insuffisant" -#: access/transam/xlog.c:6373 access/transam/xlog.c:6400 access/transam/xlog.c:6430 +#: access/transam/xlog.c:6382 access/transam/xlog.c:6409 access/transam/xlog.c:6439 #, c-format msgid "%s = %d is a lower setting than on the primary server, where its value was %d." msgstr "%s = %d est un paramétrage plus bas que celui du serveur primaire, où sa valeur était %d." -#: access/transam/xlog.c:6382 +#: access/transam/xlog.c:6391 #, c-format msgid "If recovery is unpaused, the server will shut down." msgstr "Si la restauration sort de la pause, le serveur sera arrêté." -#: access/transam/xlog.c:6383 +#: access/transam/xlog.c:6392 #, c-format msgid "You can then restart the server after making the necessary configuration changes." msgstr "Vous pouvez alors redémarrer le serveur après avoir réaliser les modifications nécessaires sur la configuration." -#: access/transam/xlog.c:6394 +#: access/transam/xlog.c:6403 #, c-format msgid "promotion is not possible because of insufficient parameter settings" msgstr "la promotion n'est pas possible à cause d'une configuration insuffisante des paramètres" -#: access/transam/xlog.c:6404 +#: access/transam/xlog.c:6413 #, c-format msgid "Restart the server after making the necessary configuration changes." msgstr "Redémarre le serveur après avoir effectuer les changements nécessaires de configuration." -#: access/transam/xlog.c:6428 +#: access/transam/xlog.c:6437 #, c-format msgid "recovery aborted because of insufficient parameter settings" msgstr "restauration annulée à cause d'un paramétrage insuffisant" -#: access/transam/xlog.c:6434 +#: access/transam/xlog.c:6443 #, c-format msgid "You can restart the server after making the necessary configuration changes." msgstr "Vous pouvez redémarrer le serveur après avoir réalisé les modifications nécessaires sur la configuration." -#: access/transam/xlog.c:6456 +#: access/transam/xlog.c:6465 #, c-format msgid "WAL was generated with wal_level=minimal, cannot continue recovering" msgstr "le journal de transactions a été généré avec le paramètre wal_level=minimal, ne peut pas continuer la restauration" -#: access/transam/xlog.c:6457 +#: access/transam/xlog.c:6466 #, c-format msgid "This happens if you temporarily set wal_level=minimal on the server." msgstr "Ceci peut arriver si vous configurez temporairement wal_level à minimal sur le serveur." -#: access/transam/xlog.c:6458 +#: access/transam/xlog.c:6467 #, c-format msgid "Use a backup taken after setting wal_level to higher than minimal." msgstr "Utilisez la sauvegarde prise lors que la configuration de wal_level était au-dessus du niveau minimal." -#: access/transam/xlog.c:6527 +#: access/transam/xlog.c:6536 #, c-format msgid "control file contains invalid checkpoint location" msgstr "le fichier de contrôle contient un emplacement de checkpoint invalide" -#: access/transam/xlog.c:6538 +#: access/transam/xlog.c:6547 #, c-format msgid "database system was shut down at %s" msgstr "le système de bases de données a été arrêté à %s" -#: access/transam/xlog.c:6544 +#: access/transam/xlog.c:6553 #, c-format msgid "database system was shut down in recovery at %s" msgstr "le système de bases de données a été arrêté pendant la restauration à %s" -#: access/transam/xlog.c:6550 +#: access/transam/xlog.c:6559 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "le système de bases de données a été interrompu ; dernier lancement connu à %s" -#: access/transam/xlog.c:6556 +#: access/transam/xlog.c:6565 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "le système de bases de données a été interrompu lors d'une restauration à %s" -#: access/transam/xlog.c:6558 +#: access/transam/xlog.c:6567 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "" "Ceci signifie probablement que des données ont été corrompues et que vous\n" "devrez utiliser la dernière sauvegarde pour la restauration." -#: access/transam/xlog.c:6564 +#: access/transam/xlog.c:6573 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "" "le système de bases de données a été interrompu lors d'une récupération à %s\n" "(moment de la journalisation)" -#: access/transam/xlog.c:6566 +#: access/transam/xlog.c:6575 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "" "Si c'est arrivé plus d'une fois, des données ont pu être corrompues et vous\n" "pourriez avoir besoin de choisir une cible de récupération antérieure." -#: access/transam/xlog.c:6572 +#: access/transam/xlog.c:6581 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "le système de bases de données a été interrompu ; dernier lancement connu à %s" -#: access/transam/xlog.c:6578 +#: access/transam/xlog.c:6587 #, c-format msgid "control file contains invalid database cluster state" msgstr "le fichier de contrôle contient un état invalide de l'instance" -#: access/transam/xlog.c:6635 +#: access/transam/xlog.c:6644 #, c-format msgid "entering standby mode" msgstr "entre en mode standby" -#: access/transam/xlog.c:6638 +#: access/transam/xlog.c:6647 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "début de la restauration de l'archive au XID %u" -#: access/transam/xlog.c:6642 +#: access/transam/xlog.c:6651 #, c-format msgid "starting point-in-time recovery to %s" msgstr "début de la restauration de l'archive à %s" -#: access/transam/xlog.c:6646 +#: access/transam/xlog.c:6655 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "début de la restauration PITR à « %s »" -#: access/transam/xlog.c:6650 +#: access/transam/xlog.c:6659 #, c-format msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\"" msgstr "début de la restauration PITR à l'emplacement WAL (LSN) « %X/%X »" -#: access/transam/xlog.c:6654 +#: access/transam/xlog.c:6663 #, c-format msgid "starting point-in-time recovery to earliest consistent point" msgstr "début de la restauration de l'archive jusqu'au point de cohérence le plus proche" -#: access/transam/xlog.c:6657 +#: access/transam/xlog.c:6666 #, c-format msgid "starting archive recovery" msgstr "début de la restauration de l'archive" -#: access/transam/xlog.c:6731 +#: access/transam/xlog.c:6740 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "n'a pas pu localiser l'enregistrement redo référencé par le point de vérification" -#: access/transam/xlog.c:6732 access/transam/xlog.c:6742 +#: access/transam/xlog.c:6741 access/transam/xlog.c:6751 #, c-format msgid "" "If you are restoring from a backup, touch \"%s/recovery.signal\" and add required recovery options.\n" @@ -2426,133 +2431,133 @@ "Si vous ne restaurez pas depuis une sauvegarde, essayez de supprimer « %s/backup_label ».\n" "Attention : supprimer « %s/backup_label » lors d'une restauration de sauvegarde entraînera la corruption de l'instance." -#: access/transam/xlog.c:6741 +#: access/transam/xlog.c:6750 #, c-format msgid "could not locate required checkpoint record" msgstr "n'a pas pu localiser l'enregistrement d'un point de vérification requis" -#: access/transam/xlog.c:6770 commands/tablespace.c:665 +#: access/transam/xlog.c:6779 commands/tablespace.c:665 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "n'a pas pu créer le lien symbolique « %s » : %m" -#: access/transam/xlog.c:6802 access/transam/xlog.c:6808 +#: access/transam/xlog.c:6811 access/transam/xlog.c:6817 #, c-format msgid "ignoring file \"%s\" because no file \"%s\" exists" msgstr "ignore le fichier « %s » car le fichier « %s » n'existe pas" -#: access/transam/xlog.c:6804 access/transam/xlog.c:12327 +#: access/transam/xlog.c:6813 access/transam/xlog.c:12344 #, c-format msgid "File \"%s\" was renamed to \"%s\"." msgstr "Le fichier « %s » a été renommé en « %s »." -#: access/transam/xlog.c:6810 +#: access/transam/xlog.c:6819 #, c-format msgid "Could not rename file \"%s\" to \"%s\": %m." msgstr "N'a pas pu renommer le fichier « %s » en « %s » : %m." -#: access/transam/xlog.c:6861 +#: access/transam/xlog.c:6870 #, c-format msgid "could not locate a valid checkpoint record" msgstr "n'a pas pu localiser un enregistrement d'un point de vérification valide" -#: access/transam/xlog.c:6899 +#: access/transam/xlog.c:6908 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "la timeline requise %u n'est pas un fils de l'historique de ce serveur" -#: access/transam/xlog.c:6901 +#: access/transam/xlog.c:6910 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "Le dernier checkpoint est à %X/%X sur la timeline %u, mais dans l'historique de la timeline demandée, le serveur est sorti de cette timeline à %X/%X." -#: access/transam/xlog.c:6915 +#: access/transam/xlog.c:6924 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "la timeline requise, %u, ne contient pas le point de restauration minimum (%X/%X) sur la timeline %u" -#: access/transam/xlog.c:6945 +#: access/transam/xlog.c:6954 #, c-format msgid "invalid next transaction ID" msgstr "prochain ID de transaction invalide" -#: access/transam/xlog.c:7045 +#: access/transam/xlog.c:7054 #, c-format msgid "invalid redo in checkpoint record" msgstr "ré-exécution invalide dans l'enregistrement du point de vérification" -#: access/transam/xlog.c:7056 +#: access/transam/xlog.c:7065 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "enregistrement de ré-exécution invalide dans le point de vérification d'arrêt" -#: access/transam/xlog.c:7096 +#: access/transam/xlog.c:7105 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "" "le système de bases de données n'a pas été arrêté proprement ; restauration\n" "automatique en cours" -#: access/transam/xlog.c:7100 +#: access/transam/xlog.c:7109 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "la restauration après crash commence par la timeline %u et a la timeline %u en cible" -#: access/transam/xlog.c:7147 +#: access/transam/xlog.c:7156 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label contient des données incohérentes avec le fichier de contrôle" -#: access/transam/xlog.c:7148 +#: access/transam/xlog.c:7157 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "" "Ceci signifie que la sauvegarde a été corrompue et que vous devrez utiliser\n" "la dernière sauvegarde pour la restauration." -#: access/transam/xlog.c:7374 +#: access/transam/xlog.c:7383 #, c-format msgid "redo starts at %X/%X" msgstr "la ré-exécution commence à %X/%X" -#: access/transam/xlog.c:7599 +#: access/transam/xlog.c:7608 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "" "le point d'arrêt de la restauration demandée se trouve avant le point\n" "cohérent de restauration" -#: access/transam/xlog.c:7637 +#: access/transam/xlog.c:7646 #, c-format msgid "redo done at %X/%X system usage: %s" msgstr "rejeu exécuté à %X/%X utilisation système : %s" -#: access/transam/xlog.c:7643 +#: access/transam/xlog.c:7652 #, c-format msgid "last completed transaction was at log time %s" msgstr "la dernière transaction a eu lieu à %s (moment de la journalisation)" -#: access/transam/xlog.c:7652 +#: access/transam/xlog.c:7661 #, c-format msgid "redo is not required" msgstr "la ré-exécution n'est pas nécessaire" -#: access/transam/xlog.c:7664 +#: access/transam/xlog.c:7673 #, c-format msgid "recovery ended before configured recovery target was reached" msgstr "la restauration s'est terminée avant d'avoir atteint la cible configurée pour la restauration" -#: access/transam/xlog.c:7748 access/transam/xlog.c:7752 +#: access/transam/xlog.c:7757 access/transam/xlog.c:7761 #, c-format msgid "WAL ends before end of online backup" msgstr "le journal de transactions se termine avant la fin de la sauvegarde de base" -#: access/transam/xlog.c:7749 +#: access/transam/xlog.c:7758 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Tous les journaux de transactions générés pendant la sauvegarde en ligne doivent être disponibles pour la restauration." -#: access/transam/xlog.c:7753 +#: access/transam/xlog.c:7762 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "" @@ -2560,207 +2565,207 @@ "pg_stop_backup() et tous les journaux de transactions générés entre les deux\n" "doivent être disponibles pour la restauration." -#: access/transam/xlog.c:7756 +#: access/transam/xlog.c:7765 #, c-format msgid "WAL ends before consistent recovery point" msgstr "Le journal de transaction se termine avant un point de restauration cohérent" -#: access/transam/xlog.c:7791 +#: access/transam/xlog.c:7800 #, c-format msgid "selected new timeline ID: %u" msgstr "identifiant d'un timeline nouvellement sélectionné : %u" -#: access/transam/xlog.c:8223 +#: access/transam/xlog.c:8240 #, c-format msgid "unexpected directory entry \"%s\" found in %s" msgstr "entrée « %s » du répertoire inattendu trouvé dans %s" -#: access/transam/xlog.c:8225 +#: access/transam/xlog.c:8242 #, c-format msgid "All directory entries in pg_tblspc/ should be symbolic links." msgstr "Toutes les entrées du répertoire pg_tblspc devraient être des liens symboliques." -#: access/transam/xlog.c:8226 +#: access/transam/xlog.c:8243 #, c-format msgid "Remove those directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete." msgstr "Supprimer ces répertoires, ou configurer allow_in_place_tablespaces à ON pour que la restauration se termine." -#: access/transam/xlog.c:8310 +#: access/transam/xlog.c:8327 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "état de restauration cohérent atteint à %X/%X" -#: access/transam/xlog.c:8519 +#: access/transam/xlog.c:8536 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "lien du point de vérification primaire invalide dans le fichier de contrôle" -#: access/transam/xlog.c:8523 +#: access/transam/xlog.c:8540 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "lien du point de vérification invalide dans le fichier backup_label" -#: access/transam/xlog.c:8541 +#: access/transam/xlog.c:8558 #, c-format msgid "invalid primary checkpoint record" msgstr "enregistrement du point de vérification primaire invalide" -#: access/transam/xlog.c:8545 +#: access/transam/xlog.c:8562 #, c-format msgid "invalid checkpoint record" msgstr "enregistrement du point de vérification invalide" -#: access/transam/xlog.c:8556 +#: access/transam/xlog.c:8573 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement primaire du point de vérification" -#: access/transam/xlog.c:8560 +#: access/transam/xlog.c:8577 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement du point de vérification" -#: access/transam/xlog.c:8573 +#: access/transam/xlog.c:8590 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "xl_info invalide dans l'enregistrement du point de vérification primaire" -#: access/transam/xlog.c:8577 +#: access/transam/xlog.c:8594 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "xl_info invalide dans l'enregistrement du point de vérification" -#: access/transam/xlog.c:8588 +#: access/transam/xlog.c:8605 #, c-format msgid "invalid length of primary checkpoint record" msgstr "longueur invalide de l'enregistrement primaire du point de vérification" -#: access/transam/xlog.c:8592 +#: access/transam/xlog.c:8609 #, c-format msgid "invalid length of checkpoint record" msgstr "longueur invalide de l'enregistrement du point de vérification" -#: access/transam/xlog.c:8773 +#: access/transam/xlog.c:8790 #, c-format msgid "shutting down" msgstr "arrêt en cours" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8812 +#: access/transam/xlog.c:8829 #, c-format msgid "restartpoint starting:%s%s%s%s%s%s%s%s" msgstr "début du restartpoint :%s%s%s%s%s%s%s%s" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8824 +#: access/transam/xlog.c:8841 #, c-format msgid "checkpoint starting:%s%s%s%s%s%s%s%s" msgstr "début du checkpoint :%s%s%s%s%s%s%s%s" -#: access/transam/xlog.c:8884 +#: access/transam/xlog.c:8901 #, c-format msgid "restartpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "restartpoint terminé : a écrit %d tampons (%.1f%%); %d fichiers WAL ajoutés, %d supprimés, %d recyclés ; écriture=%ld.%03d s, synchronisation=%ld.%03d s, total=%ld.%03d s; fichiers synchronisés=%d, plus long=%ld.%03d s, moyenne=%ld.%03d s; distance=%d kB, estimation=%d kB" -#: access/transam/xlog.c:8904 +#: access/transam/xlog.c:8921 #, c-format msgid "checkpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "checkpoint terminé : a écrit %d tampons (%.1f%%); %d fichiers WAL ajoutés, %d supprimés, %d recyclés ; écriture=%ld.%03d s, synchronisation=%ld.%03d s, total=%ld.%03d s; fichiers synchronisés=%d, plus long=%ld.%03d s, moyenne=%ld.%03d s; distance=%d kB, estimation=%d kB" -#: access/transam/xlog.c:9348 +#: access/transam/xlog.c:9365 #, c-format msgid "concurrent write-ahead log activity while database system is shutting down" msgstr "" "activité en cours du journal de transactions alors que le système de bases\n" "de données est en cours d'arrêt" -#: access/transam/xlog.c:9881 +#: access/transam/xlog.c:9898 #, c-format msgid "recovery restart point at %X/%X" msgstr "la ré-exécution en restauration commence à %X/%X" -#: access/transam/xlog.c:9883 +#: access/transam/xlog.c:9900 #, c-format msgid "Last completed transaction was at log time %s." msgstr "La dernière transaction a eu lieu à %s (moment de la journalisation)." -#: access/transam/xlog.c:10129 +#: access/transam/xlog.c:10146 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "point de restauration « %s » créé à %X/%X" -#: access/transam/xlog.c:10274 +#: access/transam/xlog.c:10291 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "identifiant de timeline précédent %u inattendu (identifiant de la timeline courante %u) dans l'enregistrement du point de vérification" -#: access/transam/xlog.c:10283 +#: access/transam/xlog.c:10300 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "" "identifiant timeline %u inattendu (après %u) dans l'enregistrement du point\n" "de vérification" -#: access/transam/xlog.c:10299 +#: access/transam/xlog.c:10316 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "identifiant timeline %u inattendu dans l'enregistrement du checkpoint, avant d'atteindre le point de restauration minimum %X/%X sur la timeline %u" -#: access/transam/xlog.c:10374 +#: access/transam/xlog.c:10391 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "la sauvegarde en ligne a été annulée, la restauration ne peut pas continuer" -#: access/transam/xlog.c:10430 access/transam/xlog.c:10486 access/transam/xlog.c:10516 +#: access/transam/xlog.c:10447 access/transam/xlog.c:10503 access/transam/xlog.c:10533 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "" "identifiant timeline %u inattendu (devrait être %u) dans l'enregistrement du\n" "point de vérification" -#: access/transam/xlog.c:10674 +#: access/transam/xlog.c:10691 #, c-format msgid "successfully skipped missing contrecord at %X/%X, overwritten at %s" msgstr "ignore avec succès le contrecord manquant à %X/%X, surchargé à %s" -#: access/transam/xlog.c:10889 +#: access/transam/xlog.c:10906 #, c-format msgid "could not fsync write-through file \"%s\": %m" msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier %s : %m" -#: access/transam/xlog.c:10895 +#: access/transam/xlog.c:10912 #, c-format msgid "could not fdatasync file \"%s\": %m" msgstr "n'a pas pu synchroniser sur disque (fdatasync) le fichier « %s » : %m" -#: access/transam/xlog.c:11006 access/transam/xlog.c:11543 access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 access/transam/xlogfuncs.c:383 +#: access/transam/xlog.c:11023 access/transam/xlog.c:11560 access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 access/transam/xlogfuncs.c:383 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "les fonctions de contrôle des journaux de transactions ne peuvent pas être exécutées lors de la restauration." -#: access/transam/xlog.c:11015 access/transam/xlog.c:11552 +#: access/transam/xlog.c:11032 access/transam/xlog.c:11569 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "Le niveau de journalisation n'est pas suffisant pour faire une sauvegarde en ligne" -#: access/transam/xlog.c:11016 access/transam/xlog.c:11553 access/transam/xlogfuncs.c:308 +#: access/transam/xlog.c:11033 access/transam/xlog.c:11570 access/transam/xlogfuncs.c:308 #, c-format msgid "wal_level must be set to \"replica\" or \"logical\" at server start." msgstr "" "wal_level doit être configuré à « replica » ou « logical »\n" "au démarrage du serveur." -#: access/transam/xlog.c:11021 +#: access/transam/xlog.c:11038 #, c-format msgid "backup label too long (max %d bytes)" msgstr "label de sauvegarde trop long (%d octets maximum)" -#: access/transam/xlog.c:11058 access/transam/xlog.c:11342 access/transam/xlog.c:11380 +#: access/transam/xlog.c:11075 access/transam/xlog.c:11359 access/transam/xlog.c:11397 #, c-format msgid "a backup is already in progress" msgstr "une sauvegarde est déjà en cours" -#: access/transam/xlog.c:11059 +#: access/transam/xlog.c:11076 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Exécutez pg_stop_backup() et tentez de nouveau." @@ -2770,157 +2775,157 @@ # * (i.e., since last restartpoint used as backup starting # * checkpoint) contain full-page writes. # */ -#: access/transam/xlog.c:11155 +#: access/transam/xlog.c:11172 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "Un journal de transaction généré avec full_page_writes=off a été rejoué depuis le dernier point de reprise (restartpoint)" -#: access/transam/xlog.c:11157 access/transam/xlog.c:11748 +#: access/transam/xlog.c:11174 access/transam/xlog.c:11765 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the primary, and then try an online backup again." msgstr "Cela signifie que la sauvegarde en cours de réalisation sur le secondaire est corrompue et ne devrait pas être utilisée. Activez full_page_writes et lancez CHECKPOINT sur le primaire, puis recommencez la sauvegarde." -#: access/transam/xlog.c:11241 replication/basebackup.c:1439 utils/adt/misc.c:374 +#: access/transam/xlog.c:11258 replication/basebackup.c:1439 utils/adt/misc.c:374 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "la cible du lien symbolique « %s » est trop longue" -#: access/transam/xlog.c:11291 commands/tablespace.c:385 commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 +#: access/transam/xlog.c:11308 commands/tablespace.c:385 commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 #, c-format msgid "tablespaces are not supported on this platform" msgstr "les tablespaces ne sont pas supportés sur cette plateforme" -#: access/transam/xlog.c:11343 access/transam/xlog.c:11381 +#: access/transam/xlog.c:11360 access/transam/xlog.c:11398 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "" "Si vous êtes certain qu'aucune sauvegarde n'est en cours, supprimez le\n" "fichier « %s » et recommencez de nouveau." -#: access/transam/xlog.c:11568 +#: access/transam/xlog.c:11585 #, c-format msgid "exclusive backup not in progress" msgstr "une sauvegarde exclusive n'est pas en cours" -#: access/transam/xlog.c:11595 +#: access/transam/xlog.c:11612 #, c-format msgid "a backup is not in progress" msgstr "aucune sauvegarde n'est en cours" -#: access/transam/xlog.c:11681 access/transam/xlog.c:11694 access/transam/xlog.c:12085 access/transam/xlog.c:12091 access/transam/xlog.c:12139 access/transam/xlog.c:12219 access/transam/xlog.c:12243 access/transam/xlogfuncs.c:733 +#: access/transam/xlog.c:11698 access/transam/xlog.c:11711 access/transam/xlog.c:12102 access/transam/xlog.c:12108 access/transam/xlog.c:12156 access/transam/xlog.c:12236 access/transam/xlog.c:12260 access/transam/xlogfuncs.c:733 #, c-format msgid "invalid data in file \"%s\"" msgstr "données invalides dans le fichier « %s »" -#: access/transam/xlog.c:11698 replication/basebackup.c:1287 +#: access/transam/xlog.c:11715 replication/basebackup.c:1287 #, c-format msgid "the standby was promoted during online backup" msgstr "le standby a été promu lors de la sauvegarde en ligne" -#: access/transam/xlog.c:11699 replication/basebackup.c:1288 +#: access/transam/xlog.c:11716 replication/basebackup.c:1288 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "" "Cela signifie que la sauvegarde en cours de réalisation est corrompue et ne\n" "doit pas être utilisée. Recommencez la sauvegarde." -#: access/transam/xlog.c:11746 +#: access/transam/xlog.c:11763 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "Un journal de transaction généré avec full_page_writes=off a été rejoué pendant la sauvegarde en ligne" -#: access/transam/xlog.c:11866 +#: access/transam/xlog.c:11883 #, c-format msgid "base backup done, waiting for required WAL segments to be archived" msgstr "backup de base terminé, en attente de l'archivage des journaux de transactions nécessaires" -#: access/transam/xlog.c:11878 +#: access/transam/xlog.c:11895 #, c-format msgid "still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "toujours en attente de la fin de l'archivage de tous les segments de journaux de transactions requis (%d secondes passées)" -#: access/transam/xlog.c:11880 +#: access/transam/xlog.c:11897 #, c-format msgid "Check that your archive_command is executing properly. You can safely cancel this backup, but the database backup will not be usable without all the WAL segments." msgstr "Vérifiez que votre archive_command s'exécute correctement. Vous pouvez annuler cette sauvegarde sans souci, mais elle ne sera pas utilisable sans tous les segments WAL." -#: access/transam/xlog.c:11887 +#: access/transam/xlog.c:11904 #, c-format msgid "all required WAL segments have been archived" msgstr "tous les journaux de transactions requis ont été archivés" -#: access/transam/xlog.c:11891 +#: access/transam/xlog.c:11908 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "L'archivage des journaux de transactions n'est pas activé ; vous devez vous assurer que tous les des journaux de transactions requis sont copiés par d'autres moyens pour terminer la sauvegarde" -#: access/transam/xlog.c:11946 +#: access/transam/xlog.c:11963 #, c-format msgid "aborting backup due to backend exiting before pg_stop_backup was called" msgstr "annulation de la sauvegarde due à la déconnexion du processus serveur avant que pg_stop_backup ne soit appelé" -#: access/transam/xlog.c:12140 +#: access/transam/xlog.c:12157 #, c-format msgid "Timeline ID parsed is %u, but expected %u." msgstr "L'identifiant de timeline parsé est %u, mais %u était attendu." #. translator: %s is a WAL record description -#: access/transam/xlog.c:12268 +#: access/transam/xlog.c:12285 #, c-format msgid "WAL redo at %X/%X for %s" msgstr "rejeu des WAL à %X/%X pour %s" -#: access/transam/xlog.c:12316 +#: access/transam/xlog.c:12333 #, c-format msgid "online backup mode was not canceled" msgstr "le mode de sauvegarde en ligne n'a pas été annulé" -#: access/transam/xlog.c:12317 +#: access/transam/xlog.c:12334 #, c-format msgid "File \"%s\" could not be renamed to \"%s\": %m." msgstr "Le fichier « %s » n'a pas pu être renommé en « %s » : %m." -#: access/transam/xlog.c:12326 access/transam/xlog.c:12338 access/transam/xlog.c:12348 +#: access/transam/xlog.c:12343 access/transam/xlog.c:12355 access/transam/xlog.c:12365 #, c-format msgid "online backup mode canceled" msgstr "mode de sauvegarde en ligne annulé" -#: access/transam/xlog.c:12339 +#: access/transam/xlog.c:12356 #, c-format msgid "Files \"%s\" and \"%s\" were renamed to \"%s\" and \"%s\", respectively." msgstr "Les fichiers « %s » et « %s » sont renommés respectivement « %s » et « %s »." -#: access/transam/xlog.c:12349 +#: access/transam/xlog.c:12366 #, c-format msgid "File \"%s\" was renamed to \"%s\", but file \"%s\" could not be renamed to \"%s\": %m." msgstr "Le fichier « %s » a été renommé en « %s », mais le fichier « %s » n'a pas pu être renommé en « %s » : %m." -#: access/transam/xlog.c:12482 access/transam/xlogutils.c:967 +#: access/transam/xlog.c:12499 access/transam/xlogutils.c:967 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "n'a pas pu lire le journal de transactions %s, décalage %u : %m" -#: access/transam/xlog.c:12488 access/transam/xlogutils.c:974 +#: access/transam/xlog.c:12505 access/transam/xlogutils.c:974 #, c-format msgid "could not read from log segment %s, offset %u: read %d of %zu" msgstr "n'a pas pu lire à partir du segment %s du journal de transactions, décalage %u: lu %d sur %zu" -#: access/transam/xlog.c:13033 +#: access/transam/xlog.c:13050 #, c-format msgid "WAL receiver process shutdown requested" msgstr "le processus wal receiver a reçu une demande d'arrêt" -#: access/transam/xlog.c:13128 +#: access/transam/xlog.c:13145 #, c-format msgid "received promote request" msgstr "a reçu une demande de promotion" -#: access/transam/xlog.c:13141 +#: access/transam/xlog.c:13158 #, c-format msgid "promote trigger file found: %s" msgstr "fichier trigger de promotion trouvé : %s" -#: access/transam/xlog.c:13149 +#: access/transam/xlog.c:13166 #, c-format msgid "could not stat promote trigger file \"%s\": %m" msgstr "n'a pas pu récupérer les propriétés du fichier trigger pour la promotion « %s » : %m" @@ -2978,15 +2983,15 @@ msgid "Did you mean to use pg_stop_backup('f')?" msgstr "Souhaitiez-vous utiliser pg_stop_backup('f') ?" -#: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 commands/event_trigger.c:1869 commands/extension.c:1945 commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1058 foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 replication/slotfuncs.c:255 replication/walsender.c:3328 storage/ipc/shmem.c:554 utils/adt/datetime.c:4812 utils/adt/genfile.c:507 utils/adt/genfile.c:590 utils/adt/jsonfuncs.c:1935 utils/adt/jsonfuncs.c:2047 utils/adt/jsonfuncs.c:2235 utils/adt/jsonfuncs.c:2344 -#: utils/adt/jsonfuncs.c:3805 utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 utils/adt/varlena.c:4825 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 utils/mmgr/portalmem.c:1145 +#: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 commands/event_trigger.c:1869 commands/extension.c:1945 commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1073 foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 replication/slotfuncs.c:255 replication/walsender.c:3328 storage/ipc/shmem.c:554 utils/adt/datetime.c:4812 utils/adt/genfile.c:507 utils/adt/genfile.c:590 utils/adt/jsonfuncs.c:1935 utils/adt/jsonfuncs.c:2047 utils/adt/jsonfuncs.c:2235 utils/adt/jsonfuncs.c:2344 +#: utils/adt/jsonfuncs.c:3805 utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 utils/adt/varlena.c:4821 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 utils/mmgr/portalmem.c:1145 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "" "la fonction renvoyant un ensemble a été appelée dans un contexte qui n'accepte pas\n" "un ensemble" -#: access/transam/xlogfuncs.c:189 commands/event_trigger.c:1315 commands/event_trigger.c:1873 commands/extension.c:1949 commands/extension.c:2057 commands/extension.c:2342 commands/prepare.c:717 foreign/foreign.c:525 libpq/hba.c:2726 replication/logical/launcher.c:941 replication/logical/logicalfuncs.c:161 replication/logical/origin.c:1498 replication/slotfuncs.c:259 replication/walsender.c:3332 storage/ipc/shmem.c:558 utils/adt/datetime.c:4816 utils/adt/genfile.c:511 utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4829 utils/misc/guc.c:10021 +#: access/transam/xlogfuncs.c:189 commands/event_trigger.c:1315 commands/event_trigger.c:1873 commands/extension.c:1949 commands/extension.c:2057 commands/extension.c:2342 commands/prepare.c:717 foreign/foreign.c:525 libpq/hba.c:2726 replication/logical/launcher.c:941 replication/logical/logicalfuncs.c:161 replication/logical/origin.c:1498 replication/slotfuncs.c:259 replication/walsender.c:3332 storage/ipc/shmem.c:558 utils/adt/datetime.c:4816 utils/adt/genfile.c:511 utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4825 utils/misc/guc.c:10021 #: utils/misc/pg_config.c:43 utils/mmgr/portalmem.c:1149 #, c-format msgid "materialize mode required, but it is not allowed in this context" @@ -3349,9 +3354,9 @@ msgstr "le « Large Object » %u n'existe pas" #: catalog/aclchk.c:926 catalog/aclchk.c:935 commands/collationcmds.c:119 commands/copy.c:362 commands/copy.c:382 commands/copy.c:392 commands/copy.c:401 commands/copy.c:410 commands/copy.c:420 commands/copy.c:429 commands/copy.c:438 commands/copy.c:456 commands/copy.c:472 commands/copy.c:492 commands/copy.c:509 commands/dbcommands.c:158 commands/dbcommands.c:167 commands/dbcommands.c:176 commands/dbcommands.c:185 commands/dbcommands.c:194 commands/dbcommands.c:203 commands/dbcommands.c:212 commands/dbcommands.c:221 commands/dbcommands.c:230 commands/dbcommands.c:239 commands/dbcommands.c:261 commands/dbcommands.c:1503 commands/dbcommands.c:1512 commands/dbcommands.c:1521 -#: commands/dbcommands.c:1530 commands/extension.c:1736 commands/extension.c:1746 commands/extension.c:1756 commands/extension.c:3056 commands/foreigncmds.c:539 commands/foreigncmds.c:548 commands/functioncmds.c:605 commands/functioncmds.c:771 commands/functioncmds.c:780 commands/functioncmds.c:789 commands/functioncmds.c:798 commands/functioncmds.c:2096 commands/functioncmds.c:2104 commands/publicationcmds.c:87 commands/publicationcmds.c:130 commands/sequence.c:1266 commands/sequence.c:1276 commands/sequence.c:1286 commands/sequence.c:1296 commands/sequence.c:1306 commands/sequence.c:1316 commands/sequence.c:1326 commands/sequence.c:1336 commands/sequence.c:1346 -#: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 commands/subscriptioncmds.c:195 commands/subscriptioncmds.c:205 commands/subscriptioncmds.c:215 commands/tablecmds.c:7566 commands/typecmds.c:335 commands/typecmds.c:1416 commands/typecmds.c:1425 commands/typecmds.c:1433 commands/typecmds.c:1441 commands/typecmds.c:1449 commands/typecmds.c:1457 commands/user.c:133 commands/user.c:147 commands/user.c:156 commands/user.c:165 commands/user.c:174 commands/user.c:183 commands/user.c:192 commands/user.c:201 commands/user.c:210 commands/user.c:219 -#: commands/user.c:228 commands/user.c:237 commands/user.c:246 commands/user.c:582 commands/user.c:590 commands/user.c:598 commands/user.c:606 commands/user.c:614 commands/user.c:622 commands/user.c:630 commands/user.c:638 commands/user.c:647 commands/user.c:655 commands/user.c:663 parser/parse_utilcmd.c:397 replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 replication/walsender.c:894 replication/walsender.c:904 +#: commands/dbcommands.c:1530 commands/extension.c:1736 commands/extension.c:1746 commands/extension.c:1756 commands/extension.c:3056 commands/foreigncmds.c:539 commands/foreigncmds.c:548 commands/functioncmds.c:605 commands/functioncmds.c:771 commands/functioncmds.c:780 commands/functioncmds.c:789 commands/functioncmds.c:798 commands/functioncmds.c:2096 commands/functioncmds.c:2104 commands/publicationcmds.c:87 commands/publicationcmds.c:130 commands/sequence.c:1274 commands/sequence.c:1284 commands/sequence.c:1294 commands/sequence.c:1304 commands/sequence.c:1314 commands/sequence.c:1324 commands/sequence.c:1334 commands/sequence.c:1344 commands/sequence.c:1354 +#: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 commands/subscriptioncmds.c:195 commands/subscriptioncmds.c:205 commands/subscriptioncmds.c:215 commands/tablecmds.c:7588 commands/typecmds.c:335 commands/typecmds.c:1416 commands/typecmds.c:1425 commands/typecmds.c:1433 commands/typecmds.c:1441 commands/typecmds.c:1449 commands/typecmds.c:1457 commands/user.c:133 commands/user.c:147 commands/user.c:156 commands/user.c:165 commands/user.c:174 commands/user.c:183 commands/user.c:192 commands/user.c:201 commands/user.c:210 commands/user.c:219 +#: commands/user.c:228 commands/user.c:237 commands/user.c:246 commands/user.c:582 commands/user.c:590 commands/user.c:598 commands/user.c:606 commands/user.c:614 commands/user.c:622 commands/user.c:630 commands/user.c:638 commands/user.c:647 commands/user.c:655 commands/user.c:663 parser/parse_utilcmd.c:407 replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 replication/walsender.c:894 replication/walsender.c:904 #, c-format msgid "conflicting or redundant options" msgstr "options en conflit ou redondantes" @@ -3366,13 +3371,13 @@ msgid "cannot use IN SCHEMA clause when using GRANT/REVOKE ON SCHEMAS" msgstr "ne peut pas utiliser la clause IN SCHEMA lors de l'utilisation de GRANT/REVOKE ON SCHEMAS" -#: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1701 commands/tablecmds.c:7029 commands/tablecmds.c:7185 commands/tablecmds.c:7235 commands/tablecmds.c:7309 commands/tablecmds.c:7379 commands/tablecmds.c:7491 commands/tablecmds.c:7585 commands/tablecmds.c:7644 commands/tablecmds.c:7733 commands/tablecmds.c:7762 commands/tablecmds.c:7917 commands/tablecmds.c:7999 commands/tablecmds.c:8155 commands/tablecmds.c:8273 commands/tablecmds.c:11622 commands/tablecmds.c:11803 commands/tablecmds.c:11963 commands/tablecmds.c:13106 commands/tablecmds.c:15671 commands/trigger.c:942 parser/analyze.c:2422 -#: parser/parse_relation.c:714 parser/parse_target.c:1063 parser/parse_type.c:144 parser/parse_utilcmd.c:3421 parser/parse_utilcmd.c:3457 parser/parse_utilcmd.c:3499 utils/adt/acl.c:2845 utils/adt/ruleutils.c:2716 +#: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1709 commands/tablecmds.c:7051 commands/tablecmds.c:7207 commands/tablecmds.c:7257 commands/tablecmds.c:7331 commands/tablecmds.c:7401 commands/tablecmds.c:7513 commands/tablecmds.c:7607 commands/tablecmds.c:7666 commands/tablecmds.c:7755 commands/tablecmds.c:7784 commands/tablecmds.c:7939 commands/tablecmds.c:8021 commands/tablecmds.c:8177 commands/tablecmds.c:8295 commands/tablecmds.c:11674 commands/tablecmds.c:11855 commands/tablecmds.c:12015 commands/tablecmds.c:13158 commands/tablecmds.c:15725 commands/trigger.c:942 parser/analyze.c:2422 +#: parser/parse_relation.c:714 parser/parse_target.c:1063 parser/parse_type.c:144 parser/parse_utilcmd.c:3431 parser/parse_utilcmd.c:3467 parser/parse_utilcmd.c:3509 utils/adt/acl.c:2845 utils/adt/ruleutils.c:2716 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "la colonne « %s » de la relation « %s » n'existe pas" -#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1139 commands/tablecmds.c:249 commands/tablecmds.c:16535 utils/adt/acl.c:2053 utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 utils/adt/acl.c:2175 utils/adt/acl.c:2205 +#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1147 commands/tablecmds.c:249 commands/tablecmds.c:16589 utils/adt/acl.c:2053 utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 utils/adt/acl.c:2175 utils/adt/acl.c:2205 #, c-format msgid "\"%s\" is not a sequence" msgstr "« %s » n'est pas une séquence" @@ -3547,7 +3552,7 @@ msgid "permission denied for schema %s" msgstr "droit refusé pour le schéma %s" -#: catalog/aclchk.c:3400 commands/sequence.c:610 commands/sequence.c:844 commands/sequence.c:886 commands/sequence.c:927 commands/sequence.c:1799 commands/sequence.c:1863 +#: catalog/aclchk.c:3400 commands/sequence.c:618 commands/sequence.c:852 commands/sequence.c:894 commands/sequence.c:935 commands/sequence.c:1807 commands/sequence.c:1871 #, c-format msgid "permission denied for sequence %s" msgstr "droit refusé pour la séquence %s" @@ -3896,7 +3901,7 @@ msgid "pg_nextoid() can only be used on system catalogs" msgstr "pg_nextoid() ne peut être utilisé que pour les catalogues système" -#: catalog/catalog.c:549 parser/parse_utilcmd.c:2266 +#: catalog/catalog.c:549 parser/parse_utilcmd.c:2276 #, c-format msgid "index \"%s\" does not belong to table \"%s\"" msgstr "l'index « %s » n'appartient pas à la table « %s »" @@ -3956,7 +3961,7 @@ msgid "cannot drop %s because other objects depend on it" msgstr "n'a pas pu supprimer %s car d'autres objets en dépendent" -#: catalog/dependency.c:1196 catalog/dependency.c:1197 catalog/dependency.c:1203 catalog/dependency.c:1204 catalog/dependency.c:1215 catalog/dependency.c:1216 commands/tablecmds.c:1303 commands/tablecmds.c:13724 commands/tablespace.c:464 commands/user.c:1095 commands/view.c:492 libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 storage/lmgr/proc.c:1433 utils/adt/acl.c:5250 utils/adt/jsonfuncs.c:618 utils/adt/jsonfuncs.c:624 utils/misc/guc.c:7128 utils/misc/guc.c:7164 utils/misc/guc.c:7234 utils/misc/guc.c:11424 utils/misc/guc.c:11458 utils/misc/guc.c:11492 utils/misc/guc.c:11535 utils/misc/guc.c:11577 +#: catalog/dependency.c:1197 catalog/dependency.c:1204 catalog/dependency.c:1216 commands/tablecmds.c:1304 commands/tablecmds.c:13776 commands/tablespace.c:464 commands/user.c:1095 commands/view.c:506 libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 storage/lmgr/proc.c:1433 utils/misc/guc.c:7128 utils/misc/guc.c:7164 utils/misc/guc.c:7234 utils/misc/guc.c:11424 utils/misc/guc.c:11458 utils/misc/guc.c:11492 utils/misc/guc.c:11535 utils/misc/guc.c:11577 #, c-format msgid "%s" msgstr "%s" @@ -3994,12 +3999,12 @@ msgid "System catalog modifications are currently disallowed." msgstr "Les modifications du catalogue système sont actuellement interdites." -#: catalog/heap.c:511 commands/tablecmds.c:2315 commands/tablecmds.c:2952 commands/tablecmds.c:6620 +#: catalog/heap.c:511 commands/tablecmds.c:2316 commands/tablecmds.c:2953 commands/tablecmds.c:6642 #, c-format msgid "tables can have at most %d columns" msgstr "les tables peuvent avoir au plus %d colonnes" -#: catalog/heap.c:529 commands/tablecmds.c:6919 +#: catalog/heap.c:529 commands/tablecmds.c:6941 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "le nom de la colonne « %s » entre en conflit avec le nom d'une colonne système" @@ -4031,17 +4036,17 @@ msgid "no collation was derived for partition key column %s with collatable type %s" msgstr "aucun collationnement n'a été dérivé pour la colonne « %s » sur la clé de partitionnement et de type collationnable %s" -#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:500 +#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:512 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "aucun collationnement n'a été dérivé pour la colonne « %s » de type collationnable %s" -#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:405 commands/tablecmds.c:3857 +#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:408 commands/tablecmds.c:3858 #, c-format msgid "relation \"%s\" already exists" msgstr "la relation « %s » existe déjà" -#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:781 catalog/pg_type.c:928 commands/typecmds.c:249 commands/typecmds.c:261 commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 commands/typecmds.c:1590 commands/typecmds.c:2562 +#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:784 catalog/pg_type.c:931 commands/typecmds.c:249 commands/typecmds.c:261 commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 commands/typecmds.c:1590 commands/typecmds.c:2562 #, c-format msgid "type \"%s\" already exists" msgstr "le type « %s » existe déjà" @@ -4066,7 +4071,7 @@ msgid "check constraint \"%s\" already exists" msgstr "la contrainte de vérification « %s » existe déjà" -#: catalog/heap.c:2903 catalog/index.c:885 catalog/pg_constraint.c:670 commands/tablecmds.c:8647 +#: catalog/heap.c:2903 catalog/index.c:885 catalog/pg_constraint.c:670 commands/tablecmds.c:8669 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "la contrainte « %s » de la relation « %s » existe déjà" @@ -4116,12 +4121,12 @@ msgid "generation expression is not immutable" msgstr "l'expression de génération n'est pas immuable" -#: catalog/heap.c:3131 rewrite/rewriteHandler.c:1268 +#: catalog/heap.c:3131 rewrite/rewriteHandler.c:1269 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "la colonne « %s » est de type %s alors que l'expression par défaut est de type %s" -#: catalog/heap.c:3136 commands/prepare.c:368 parser/analyze.c:2646 parser/parse_target.c:594 parser/parse_target.c:882 parser/parse_target.c:892 rewrite/rewriteHandler.c:1273 +#: catalog/heap.c:3136 commands/prepare.c:368 parser/analyze.c:2646 parser/parse_target.c:594 parser/parse_target.c:882 parser/parse_target.c:892 rewrite/rewriteHandler.c:1274 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Vous devez réécrire l'expression ou lui appliquer une transformation de type." @@ -4158,7 +4163,7 @@ msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "Tronquez la table « %s » en même temps, ou utilisez TRUNCATE ... CASCADE." -#: catalog/index.c:222 parser/parse_utilcmd.c:2172 +#: catalog/index.c:222 parser/parse_utilcmd.c:2182 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "les clés primaires multiples ne sont pas autorisées pour la table « %s »" @@ -4200,7 +4205,7 @@ msgid "shared indexes cannot be created after initdb" msgstr "les index partagés ne peuvent pas être créés après initdb" -#: catalog/index.c:863 commands/createas.c:411 commands/sequence.c:154 parser/parse_utilcmd.c:201 +#: catalog/index.c:863 commands/createas.c:423 commands/sequence.c:162 parser/parse_utilcmd.c:211 #, c-format msgid "relation \"%s\" already exists, skipping" msgstr "la relation « %s » existe déjà, poursuite du traitement" @@ -4220,12 +4225,12 @@ msgid "cannot reindex temporary tables of other sessions" msgstr "ne peut pas ré-indexer les tables temporaires des autres sessions" -#: catalog/index.c:3639 commands/indexcmds.c:3544 +#: catalog/index.c:3639 commands/indexcmds.c:3555 #, c-format msgid "cannot reindex invalid index on TOAST table" msgstr "ne peut pas réindexer un index invalide sur une table TOAST" -#: catalog/index.c:3655 commands/indexcmds.c:3424 commands/indexcmds.c:3568 commands/tablecmds.c:3272 +#: catalog/index.c:3655 commands/indexcmds.c:3435 commands/indexcmds.c:3579 commands/tablecmds.c:3273 #, c-format msgid "cannot move system relation \"%s\"" msgstr "ne peut pas déplacer la colonne système « %s »" @@ -4240,7 +4245,7 @@ msgid "cannot reindex invalid index \"%s.%s\" on TOAST table, skipping" msgstr "ne peut pas réindexer l'index invalide « %s.%s » sur une table TOAST, ignoré" -#: catalog/namespace.c:259 catalog/namespace.c:463 catalog/namespace.c:555 commands/trigger.c:5152 +#: catalog/namespace.c:259 catalog/namespace.c:463 catalog/namespace.c:555 commands/trigger.c:5202 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "les références entre bases de données ne sont pas implémentées : « %s.%s.%s »" @@ -4320,7 +4325,7 @@ msgid "cross-database references are not implemented: %s" msgstr "les références entre bases de données ne sont pas implémentées : %s" -#: catalog/namespace.c:2889 gram.y:15102 gram.y:17076 parser/parse_expr.c:817 parser/parse_target.c:1262 +#: catalog/namespace.c:2889 gram.y:15103 gram.y:17077 parser/parse_expr.c:817 parser/parse_target.c:1262 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "mauvaise qualification du nom (trop de points entre les noms) : %s" @@ -4335,7 +4340,7 @@ msgid "cannot move objects into or out of TOAST schema" msgstr "ne peut pas déplacer les objets dans ou à partir des schémas TOAST" -#: catalog/namespace.c:3098 commands/schemacmds.c:234 commands/schemacmds.c:314 commands/tablecmds.c:1248 +#: catalog/namespace.c:3098 commands/schemacmds.c:245 commands/schemacmds.c:325 commands/tablecmds.c:1249 #, c-format msgid "schema \"%s\" does not exist" msgstr "le schéma « %s » n'existe pas" @@ -4375,22 +4380,22 @@ msgid "List syntax is invalid." msgstr "La syntaxe de la liste est invalide." -#: catalog/objectaddress.c:1370 catalog/pg_publication.c:58 commands/policy.c:96 commands/policy.c:376 commands/tablecmds.c:243 commands/tablecmds.c:285 commands/tablecmds.c:2159 commands/tablecmds.c:6060 commands/tablecmds.c:11739 +#: catalog/objectaddress.c:1370 catalog/pg_publication.c:58 commands/policy.c:96 commands/policy.c:376 commands/tablecmds.c:243 commands/tablecmds.c:285 commands/tablecmds.c:2160 commands/tablecmds.c:6082 commands/tablecmds.c:11791 #, c-format msgid "\"%s\" is not a table" msgstr "« %s » n'est pas une table" -#: catalog/objectaddress.c:1377 commands/tablecmds.c:255 commands/tablecmds.c:6099 commands/tablecmds.c:16540 commands/view.c:119 +#: catalog/objectaddress.c:1377 commands/tablecmds.c:255 commands/tablecmds.c:6121 commands/tablecmds.c:16594 commands/view.c:119 #, c-format msgid "\"%s\" is not a view" msgstr "« %s » n'est pas une vue" -#: catalog/objectaddress.c:1384 commands/matview.c:186 commands/tablecmds.c:261 commands/tablecmds.c:16545 +#: catalog/objectaddress.c:1384 commands/matview.c:186 commands/tablecmds.c:261 commands/tablecmds.c:16599 #, c-format msgid "\"%s\" is not a materialized view" msgstr "« %s » n'est pas une vue matérialisée" -#: catalog/objectaddress.c:1391 commands/tablecmds.c:279 commands/tablecmds.c:6102 commands/tablecmds.c:16550 +#: catalog/objectaddress.c:1391 commands/tablecmds.c:279 commands/tablecmds.c:6124 commands/tablecmds.c:16604 #, c-format msgid "\"%s\" is not a foreign table" msgstr "« %s » n'est pas une table distante" @@ -4430,7 +4435,7 @@ msgid "user mapping for user \"%s\" on server \"%s\" does not exist" msgstr "la correspondance pour l'utilisateur « %s » sur le serveur « %s » n'existe pas" -#: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 commands/foreigncmds.c:988 commands/foreigncmds.c:1347 foreign/foreign.c:723 +#: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 commands/foreigncmds.c:997 commands/foreigncmds.c:1360 foreign/foreign.c:723 #, c-format msgid "server \"%s\" does not exist" msgstr "le serveur « %s » n'existe pas" @@ -4960,22 +4965,22 @@ msgid "cast from type %s to type %s already exists" msgstr "la conversion du type %s vers le type %s existe déjà" -#: catalog/pg_collation.c:93 catalog/pg_collation.c:140 +#: catalog/pg_collation.c:103 catalog/pg_collation.c:161 #, c-format msgid "collation \"%s\" already exists, skipping" msgstr "le collationnement « %s » existe déjà, poursuite du traitement" -#: catalog/pg_collation.c:95 +#: catalog/pg_collation.c:105 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists, skipping" msgstr "le collationnement « %s » pour l'encodage « %s » existe déjà, poursuite du traitement" -#: catalog/pg_collation.c:103 catalog/pg_collation.c:147 +#: catalog/pg_collation.c:113 catalog/pg_collation.c:168 #, c-format msgid "collation \"%s\" already exists" msgstr "le collationnement « %s » existe déjà" -#: catalog/pg_collation.c:105 +#: catalog/pg_collation.c:115 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists" msgstr "le collationnement « %s » pour l'encodage « %s » existe déjà" @@ -4990,7 +4995,7 @@ msgid "constraint \"%s\" for table \"%s\" does not exist" msgstr "la contrainte « %s » de la table « %s » n'existe pas" -#: catalog/pg_constraint.c:1056 +#: catalog/pg_constraint.c:1067 #, c-format msgid "constraint \"%s\" for domain %s does not exist" msgstr "la contrainte « %s » du domaine %s n'existe pas" @@ -5005,12 +5010,27 @@ msgid "default conversion for %s to %s already exists" msgstr "la conversion par défaut de %s vers %s existe déjà" -#: catalog/pg_depend.c:211 commands/extension.c:3352 +#: catalog/pg_depend.c:218 commands/extension.c:3352 #, c-format msgid "%s is already a member of extension \"%s\"" msgstr "%s est déjà un membre de l'extension « %s »" -#: catalog/pg_depend.c:587 +#: catalog/pg_depend.c:225 catalog/pg_depend.c:276 commands/extension.c:3392 +#, c-format +msgid "%s is not a member of extension \"%s\"" +msgstr "%s n'est pas un membre de l'extension « %s »" + +#: catalog/pg_depend.c:228 +#, c-format +msgid "An extension is not allowed to replace an object that it does not own." +msgstr "Une extension n'est pas autorisée à remplacer un objet qu'elle ne possède pas." + +#: catalog/pg_depend.c:279 +#, c-format +msgid "An extension may only use CREATE ... IF NOT EXISTS to skip object creation if the conflicting object is one that it already owns." +msgstr "Un extension pourrait n'utiliser CREATE ... IF NOT EXISTS que pour ne pas créer l'objet si l'objet en conflit est un objet qui lui appartient déjà." + +#: catalog/pg_depend.c:644 #, c-format msgid "cannot remove dependency on %s because it is a system object" msgstr "ne peut pas supprimer la dépendance sur %s car il s'agit d'un objet système" @@ -5060,7 +5080,7 @@ msgid "The partition is being detached concurrently or has an unfinished detach." msgstr "La partition est en cours de détachement ou à un détachement non terminé." -#: catalog/pg_inherits.c:596 commands/tablecmds.c:4450 commands/tablecmds.c:14840 +#: catalog/pg_inherits.c:596 commands/tablecmds.c:4455 commands/tablecmds.c:14894 #, c-format msgid "Use ALTER TABLE ... DETACH PARTITION ... FINALIZE to complete the pending detach operation." msgstr "Utiliser ALTER TABLE ... DETACH PARTITION ... FINALIZE pour terminer l'opération de détachement en attente." @@ -5075,7 +5095,7 @@ msgid "There's no pending concurrent detach." msgstr "Il n'y a pas de détachement en attente." -#: catalog/pg_namespace.c:64 commands/schemacmds.c:243 +#: catalog/pg_namespace.c:64 commands/schemacmds.c:254 #, c-format msgid "schema \"%s\" already exists" msgstr "le schéma « %s » existe déjà" @@ -5230,7 +5250,7 @@ msgid "SQL functions cannot have arguments of type %s" msgstr "les fonctions SQL ne peuvent avoir d'arguments du type %s" -#: catalog/pg_proc.c:995 executor/functions.c:1458 +#: catalog/pg_proc.c:995 executor/functions.c:1473 #, c-format msgid "SQL function \"%s\"" msgstr "Fonction SQL « %s »" @@ -5393,17 +5413,17 @@ msgid "fixed-size types must have storage PLAIN" msgstr "les types de taille fixe doivent avoir un stockage de base" -#: catalog/pg_type.c:824 +#: catalog/pg_type.c:827 #, c-format msgid "could not form array type name for type \"%s\"" msgstr "n'a pas pu former le nom du type array pour le type de données « %s »" -#: catalog/pg_type.c:929 +#: catalog/pg_type.c:932 #, c-format msgid "Failed while creating a multirange type for type \"%s\"." msgstr "Échec lors de la création d'un type multirange pour le type « %s »." -#: catalog/pg_type.c:930 +#: catalog/pg_type.c:933 #, c-format msgid "You can manually specify a multirange type name using the \"multirange_type_name\" attribute." msgstr "Vous pouvez spécifier manuellement un nom de type multirange en utilisant l'attribut « multirange_type_name »" @@ -5413,7 +5433,7 @@ msgid "invalid page in block %u of relation %s" msgstr "page invalide dans le bloc %u de la relation %s" -#: catalog/toasting.c:110 commands/indexcmds.c:692 commands/tablecmds.c:6072 commands/tablecmds.c:16405 +#: catalog/toasting.c:110 commands/indexcmds.c:692 commands/tablecmds.c:6094 commands/tablecmds.c:16459 #, c-format msgid "\"%s\" is not a table or materialized view" msgstr "« %s » n'est ni une table ni une vue matérialisée" @@ -5518,7 +5538,7 @@ msgid "foreign-data wrapper \"%s\" already exists" msgstr "le wrapper de données distantes « %s » existe déjà" -#: commands/alter.c:90 commands/foreigncmds.c:879 +#: commands/alter.c:90 commands/foreigncmds.c:888 #, c-format msgid "server \"%s\" already exists" msgstr "le serveur « %s » existe déjà" @@ -5721,7 +5741,7 @@ msgid "there is no previously clustered index for table \"%s\"" msgstr "il n'y a pas d'index CLUSTER précédent pour la table « %s »" -#: commands/cluster.c:187 commands/tablecmds.c:13561 commands/tablecmds.c:15433 +#: commands/cluster.c:187 commands/tablecmds.c:13613 commands/tablecmds.c:15487 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "l'index « %s » pour la table « %s » n'existe pas" @@ -5736,7 +5756,7 @@ msgid "cannot vacuum temporary tables of other sessions" msgstr "ne peut pas exécuter VACUUM sur les tables temporaires des autres sessions" -#: commands/cluster.c:471 commands/tablecmds.c:15443 +#: commands/cluster.c:471 commands/tablecmds.c:15497 #, c-format msgid "\"%s\" is not an index for table \"%s\"" msgstr "« %s » n'est pas un index de la table « %s »" @@ -5867,7 +5887,7 @@ msgid "database \"%s\" does not exist" msgstr "la base de données « %s » n'existe pas" -#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:979 +#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:989 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table" msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni un type composite, ni une table distante" @@ -6072,12 +6092,12 @@ msgid "Generated columns cannot be used in COPY." msgstr "Les colonnes générées ne peuvent pas être utilisées dans COPY." -#: commands/copy.c:746 commands/indexcmds.c:1831 commands/statscmds.c:241 commands/tablecmds.c:2346 commands/tablecmds.c:3002 commands/tablecmds.c:3495 parser/parse_relation.c:3637 parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 +#: commands/copy.c:746 commands/indexcmds.c:1842 commands/statscmds.c:245 commands/tablecmds.c:2347 commands/tablecmds.c:3003 commands/tablecmds.c:3496 parser/parse_relation.c:3637 parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 #, c-format msgid "column \"%s\" does not exist" msgstr "la colonne « %s » n'existe pas" -#: commands/copy.c:753 commands/tablecmds.c:2372 commands/trigger.c:951 parser/parse_target.c:1079 parser/parse_target.c:1090 +#: commands/copy.c:753 commands/tablecmds.c:2373 commands/trigger.c:951 parser/parse_target.c:1079 parser/parse_target.c:1090 #, c-format msgid "column \"%s\" specified more than once" msgstr "la colonne « %s » est spécifiée plus d'une fois" @@ -6419,12 +6439,12 @@ msgid "COPY TO instructs the PostgreSQL server process to write a file. You may want a client-side facility such as psql's \\copy." msgstr "COPY TO indique au serveur PostgreSQL d'écrire un fichier. Vous pourriez vouloir utiliser la fonctionnalité \\copy de psql pour écrire en local." -#: commands/createas.c:215 commands/createas.c:511 +#: commands/createas.c:215 commands/createas.c:523 #, c-format msgid "too many column names were specified" msgstr "trop de noms de colonnes ont été spécifiés" -#: commands/createas.c:534 +#: commands/createas.c:546 #, c-format msgid "policies not yet implemented for this command" msgstr "politiques non encore implémentées pour cette commande" @@ -6742,12 +6762,12 @@ msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "Utiliser DROP AGGREGATE pour supprimer les fonctions d'agrégat." -#: commands/dropcmds.c:158 commands/sequence.c:447 commands/tablecmds.c:3579 commands/tablecmds.c:3737 commands/tablecmds.c:3790 commands/tablecmds.c:15866 tcop/utility.c:1324 +#: commands/dropcmds.c:158 commands/sequence.c:455 commands/tablecmds.c:3580 commands/tablecmds.c:3738 commands/tablecmds.c:3791 commands/tablecmds.c:15920 tcop/utility.c:1324 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "la relation « %s » n'existe pas, poursuite du traitement" -#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1253 +#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1254 #, c-format msgid "schema \"%s\" does not exist, skipping" msgstr "le schéma « %s » n'existe pas, poursuite du traitement" @@ -6772,7 +6792,7 @@ msgid "conversion \"%s\" does not exist, skipping" msgstr "la conversion « %s » n'existe pas, poursuite du traitement" -#: commands/dropcmds.c:293 commands/statscmds.c:670 +#: commands/dropcmds.c:293 commands/statscmds.c:674 #, c-format msgid "statistics object \"%s\" does not exist, skipping" msgstr "l'objet statistique « %s » n'existe pas, poursuite du traitement" @@ -6873,7 +6893,7 @@ msgid "foreign-data wrapper \"%s\" does not exist, skipping" msgstr "le wrapper de données distantes « %s » n'existe pas, poursuite du traitement" -#: commands/dropcmds.c:453 commands/foreigncmds.c:1351 +#: commands/dropcmds.c:453 commands/foreigncmds.c:1364 #, c-format msgid "server \"%s\" does not exist, skipping" msgstr "le serveur « %s » n'existe pas, poursuite du traitement" @@ -7224,11 +7244,6 @@ "ne peut pas ajouter le schéma « %s » à l'extension « %s » car le schéma\n" "contient l'extension" -#: commands/extension.c:3392 -#, c-format -msgid "%s is not a member of extension \"%s\"" -msgstr "%s n'est pas un membre de l'extension « %s »" - #: commands/extension.c:3458 #, c-format msgid "file \"%s\" is too large" @@ -7300,42 +7315,42 @@ "la modification du validateur du wrapper de données distantes peut faire en\n" "sorte que les options des objets dépendants deviennent invalides" -#: commands/foreigncmds.c:871 +#: commands/foreigncmds.c:880 #, c-format msgid "server \"%s\" already exists, skipping" msgstr "le serveur « %s » existe déjà, poursuite du traitement" -#: commands/foreigncmds.c:1135 +#: commands/foreigncmds.c:1148 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\", skipping" msgstr "la correspondance d'utilisateur « %s » existe déjà pour le serveur « %s », poursuite du traitement" -#: commands/foreigncmds.c:1145 +#: commands/foreigncmds.c:1158 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\"" msgstr "la correspondance d'utilisateur « %s » existe déjà pour le serveur « %s »" -#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1365 +#: commands/foreigncmds.c:1258 commands/foreigncmds.c:1378 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\"" msgstr "la correspondance d'utilisateur « %s » n'existe pas pour le serveur « %s »" -#: commands/foreigncmds.c:1370 +#: commands/foreigncmds.c:1383 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\", skipping" msgstr "la correspondance d'utilisateur « %s » n'existe pas pour le serveur « %s », poursuite du traitement" -#: commands/foreigncmds.c:1498 foreign/foreign.c:389 +#: commands/foreigncmds.c:1511 foreign/foreign.c:389 #, c-format msgid "foreign-data wrapper \"%s\" has no handler" msgstr "le wrapper de données distantes « %s » n'a pas de gestionnaire" -#: commands/foreigncmds.c:1504 +#: commands/foreigncmds.c:1517 #, c-format msgid "foreign-data wrapper \"%s\" does not support IMPORT FOREIGN SCHEMA" msgstr "le wrapper de données distantes « %s » ne supporte pas IMPORT FOREIGN SCHEMA" -#: commands/foreigncmds.c:1606 +#: commands/foreigncmds.c:1619 #, c-format msgid "importing foreign table \"%s\"" msgstr "import de la table distante « %s »" @@ -7736,12 +7751,12 @@ msgid "cannot create indexes on temporary tables of other sessions" msgstr "ne peut pas créer les index sur les tables temporaires des autres sessions" -#: commands/indexcmds.c:770 commands/tablecmds.c:753 commands/tablespace.c:1184 +#: commands/indexcmds.c:770 commands/tablecmds.c:754 commands/tablespace.c:1184 #, c-format msgid "cannot specify default tablespace for partitioned relations" msgstr "ne peut pas spécifier un tablespace par défaut pour les relations partitionnées" -#: commands/indexcmds.c:802 commands/tablecmds.c:788 commands/tablecmds.c:3279 +#: commands/indexcmds.c:802 commands/tablecmds.c:789 commands/tablecmds.c:3280 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "seules les relations partagées peuvent être placées dans le tablespace pg_global" @@ -7801,207 +7816,207 @@ msgid "index creation on system columns is not supported" msgstr "la création d'un index sur les tables du catalogue système n'est pas supportée" -#: commands/indexcmds.c:1276 tcop/utility.c:1510 +#: commands/indexcmds.c:1285 tcop/utility.c:1510 #, c-format msgid "cannot create unique index on partitioned table \"%s\"" msgstr "ne peut pas créer un index unique sur la table partitionnée « %s »" -#: commands/indexcmds.c:1278 tcop/utility.c:1512 +#: commands/indexcmds.c:1287 tcop/utility.c:1512 #, c-format msgid "Table \"%s\" contains partitions that are foreign tables." msgstr "La table « %s » contient des partitions qui ne sont pas des tables distantes." -#: commands/indexcmds.c:1748 +#: commands/indexcmds.c:1759 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "les fonctions dans un prédicat d'index doivent être marquées comme IMMUTABLE" -#: commands/indexcmds.c:1826 parser/parse_utilcmd.c:2515 parser/parse_utilcmd.c:2650 +#: commands/indexcmds.c:1837 parser/parse_utilcmd.c:2525 parser/parse_utilcmd.c:2660 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "la colonne « %s » nommée dans la clé n'existe pas" -#: commands/indexcmds.c:1850 parser/parse_utilcmd.c:1814 +#: commands/indexcmds.c:1861 parser/parse_utilcmd.c:1824 #, c-format msgid "expressions are not supported in included columns" msgstr "les expressions ne sont pas supportées dans les colonnes incluses" -#: commands/indexcmds.c:1891 +#: commands/indexcmds.c:1902 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "" "les fonctions dans l'expression de l'index doivent être marquées comme\n" "IMMUTABLE" -#: commands/indexcmds.c:1906 +#: commands/indexcmds.c:1917 #, c-format msgid "including column does not support a collation" msgstr "une colonne incluse ne supporte pas de collationnement" -#: commands/indexcmds.c:1910 +#: commands/indexcmds.c:1921 #, c-format msgid "including column does not support an operator class" msgstr "une colonne incluse ne supporte pas de classe d'opérateur" -#: commands/indexcmds.c:1914 +#: commands/indexcmds.c:1925 #, c-format msgid "including column does not support ASC/DESC options" msgstr "une colonne incluse ne supporte pas d'options ASC/DESC" -#: commands/indexcmds.c:1918 +#: commands/indexcmds.c:1929 #, c-format msgid "including column does not support NULLS FIRST/LAST options" msgstr "une colonne incluse ne supporte pas d'options NULLS FIRST/LAST" -#: commands/indexcmds.c:1959 +#: commands/indexcmds.c:1970 #, c-format msgid "could not determine which collation to use for index expression" msgstr "n'a pas pu déterminer le collationnement à utiliser pour l'expression d'index" -#: commands/indexcmds.c:1967 commands/tablecmds.c:16871 commands/typecmds.c:810 parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3782 utils/adt/misc.c:628 +#: commands/indexcmds.c:1978 commands/tablecmds.c:16925 commands/typecmds.c:810 parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3792 utils/adt/misc.c:628 #, c-format msgid "collations are not supported by type %s" msgstr "les collationnements ne sont pas supportés par le type %s" -#: commands/indexcmds.c:2032 +#: commands/indexcmds.c:2043 #, c-format msgid "operator %s is not commutative" msgstr "l'opérateur %s n'est pas commutatif" -#: commands/indexcmds.c:2034 +#: commands/indexcmds.c:2045 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "Seuls les opérateurs commutatifs peuvent être utilisés dans les contraintes d'exclusion." -#: commands/indexcmds.c:2060 +#: commands/indexcmds.c:2071 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "l'opérateur %s n'est pas un membre de la famille d'opérateur « %s »" -#: commands/indexcmds.c:2063 +#: commands/indexcmds.c:2074 #, c-format msgid "The exclusion operator must be related to the index operator class for the constraint." msgstr "" "L'opérateur d'exclusion doit être en relation avec la classe d'opérateur de\n" "l'index pour la contrainte." -#: commands/indexcmds.c:2098 +#: commands/indexcmds.c:2109 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "la méthode d'accès « %s » ne supporte pas les options ASC/DESC" -#: commands/indexcmds.c:2103 +#: commands/indexcmds.c:2114 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "la méthode d'accès « %s » ne supporte pas les options NULLS FIRST/LAST" -#: commands/indexcmds.c:2149 commands/tablecmds.c:16896 commands/tablecmds.c:16902 commands/typecmds.c:2317 +#: commands/indexcmds.c:2160 commands/tablecmds.c:16950 commands/tablecmds.c:16956 commands/typecmds.c:2317 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "" "le type de données %s n'a pas de classe d'opérateurs par défaut pour la\n" "méthode d'accès « %s »" -#: commands/indexcmds.c:2151 +#: commands/indexcmds.c:2162 #, c-format msgid "You must specify an operator class for the index or define a default operator class for the data type." msgstr "" "Vous devez spécifier une classe d'opérateur pour l'index ou définir une\n" "classe d'opérateur par défaut pour le type de données." -#: commands/indexcmds.c:2180 commands/indexcmds.c:2188 commands/opclasscmds.c:205 +#: commands/indexcmds.c:2191 commands/indexcmds.c:2199 commands/opclasscmds.c:205 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "la classe d'opérateur « %s » n'existe pas pour la méthode d'accès « %s »" -#: commands/indexcmds.c:2202 commands/typecmds.c:2305 +#: commands/indexcmds.c:2213 commands/typecmds.c:2305 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "la classe d'opérateur « %s » n'accepte pas le type de données %s" -#: commands/indexcmds.c:2292 +#: commands/indexcmds.c:2303 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "" "il existe de nombreuses classes d'opérateur par défaut pour le type de\n" "données %s" -#: commands/indexcmds.c:2620 +#: commands/indexcmds.c:2631 #, c-format msgid "unrecognized REINDEX option \"%s\"" msgstr "option de REINDEX « %s » non reconnue" -#: commands/indexcmds.c:2844 +#: commands/indexcmds.c:2855 #, c-format msgid "table \"%s\" has no indexes that can be reindexed concurrently" msgstr "la table « %s » n'a pas d'index qui puisse être réindexé concuremment" -#: commands/indexcmds.c:2858 +#: commands/indexcmds.c:2869 #, c-format msgid "table \"%s\" has no indexes to reindex" msgstr "la table « %s » n'a pas d'index à réindexer" -#: commands/indexcmds.c:2898 commands/indexcmds.c:3405 commands/indexcmds.c:3533 +#: commands/indexcmds.c:2909 commands/indexcmds.c:3416 commands/indexcmds.c:3544 #, c-format msgid "cannot reindex system catalogs concurrently" msgstr "ne peut pas réindexer les catalogues système de manière concurrente" -#: commands/indexcmds.c:2921 +#: commands/indexcmds.c:2932 #, c-format msgid "can only reindex the currently open database" msgstr "peut seulement réindexer la base de données en cours" -#: commands/indexcmds.c:3009 +#: commands/indexcmds.c:3020 #, c-format msgid "cannot reindex system catalogs concurrently, skipping all" msgstr "ne peut pas réindexer les catalogues système de manière concurrente, ignore tout" -#: commands/indexcmds.c:3042 +#: commands/indexcmds.c:3053 #, c-format msgid "cannot move system relations, skipping all" msgstr "ne peut pas déplacer les relations systèmes, toutes ignorées" -#: commands/indexcmds.c:3089 +#: commands/indexcmds.c:3100 #, c-format msgid "while reindexing partitioned table \"%s.%s\"" msgstr "lors de la réindexation de la table partitionnée « %s.%s »" -#: commands/indexcmds.c:3092 +#: commands/indexcmds.c:3103 #, c-format msgid "while reindexing partitioned index \"%s.%s\"" msgstr "lors de la réindexation de l'index partitionné « %s.%s »" -#: commands/indexcmds.c:3285 commands/indexcmds.c:4141 +#: commands/indexcmds.c:3296 commands/indexcmds.c:4152 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "la table « %s.%s » a été réindexée" -#: commands/indexcmds.c:3437 commands/indexcmds.c:3489 +#: commands/indexcmds.c:3448 commands/indexcmds.c:3500 #, c-format msgid "cannot reindex invalid index \"%s.%s\" concurrently, skipping" msgstr "ne peut pas réindexer l'index invalide « %s.%s » de manière concurrente, ignoré" -#: commands/indexcmds.c:3443 +#: commands/indexcmds.c:3454 #, c-format msgid "cannot reindex exclusion constraint index \"%s.%s\" concurrently, skipping" msgstr "ne peut pas réindexer l'index de contrainte d'exclusion « %s.%s » de manière concurrente, ignoré" -#: commands/indexcmds.c:3598 +#: commands/indexcmds.c:3609 #, c-format msgid "cannot reindex this type of relation concurrently" msgstr "ne peut pas réindexer ce type de relation de manière concurrente" -#: commands/indexcmds.c:3619 +#: commands/indexcmds.c:3630 #, c-format msgid "cannot move non-shared relation to tablespace \"%s\"" msgstr "ne peut pas déplacer la relation non partagée dans le tablespace « %s »" -#: commands/indexcmds.c:4122 commands/indexcmds.c:4134 +#: commands/indexcmds.c:4133 commands/indexcmds.c:4145 #, c-format msgid "index \"%s.%s\" was reindexed" msgstr "l'index « %s.%s » a été réindexé" -#: commands/lockcmds.c:92 commands/tablecmds.c:6063 commands/trigger.c:307 rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:938 +#: commands/lockcmds.c:92 commands/tablecmds.c:6085 commands/trigger.c:307 rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:950 #, c-format msgid "\"%s\" is not a table or view" msgstr "« %s » n'est ni une table ni une vue" @@ -8011,7 +8026,7 @@ msgid "CONCURRENTLY cannot be used when the materialized view is not populated" msgstr "CONCURRENTLY ne peut pas être utilisé quand la vue matérialisée n'est pas peuplée" -#: commands/matview.c:199 gram.y:16812 +#: commands/matview.c:199 gram.y:16813 #, c-format msgid "%s and %s options cannot be used together" msgstr "les options %s et %s ne peuvent pas être utilisées ensemble" @@ -8318,7 +8333,7 @@ msgid "operator attribute \"%s\" cannot be changed" msgstr "l'attribut « %s » de l'opérateur ne peut pas être changé" -#: commands/policy.c:89 commands/policy.c:382 commands/statscmds.c:151 commands/tablecmds.c:1584 commands/tablecmds.c:2164 commands/tablecmds.c:3389 commands/tablecmds.c:6042 commands/tablecmds.c:8926 commands/tablecmds.c:16461 commands/tablecmds.c:16496 commands/trigger.c:313 commands/trigger.c:1289 commands/trigger.c:1398 rewrite/rewriteDefine.c:277 rewrite/rewriteDefine.c:943 rewrite/rewriteRemove.c:80 +#: commands/policy.c:89 commands/policy.c:382 commands/statscmds.c:151 commands/tablecmds.c:1585 commands/tablecmds.c:2165 commands/tablecmds.c:3390 commands/tablecmds.c:6064 commands/tablecmds.c:8948 commands/tablecmds.c:16515 commands/tablecmds.c:16550 commands/trigger.c:313 commands/trigger.c:1289 commands/trigger.c:1398 rewrite/rewriteDefine.c:277 rewrite/rewriteDefine.c:955 rewrite/rewriteRemove.c:80 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "droit refusé : « %s » est un catalogue système" @@ -8480,17 +8495,17 @@ msgid "The owner of a FOR ALL TABLES publication must be a superuser." msgstr "Le propriétaire d'une publication FOR ALL TABLES doit être un super-utilisateur." -#: commands/schemacmds.c:105 commands/schemacmds.c:259 +#: commands/schemacmds.c:105 commands/schemacmds.c:270 #, c-format msgid "unacceptable schema name \"%s\"" msgstr "nom de schéma « %s » inacceptable" -#: commands/schemacmds.c:106 commands/schemacmds.c:260 +#: commands/schemacmds.c:106 commands/schemacmds.c:271 #, c-format msgid "The prefix \"pg_\" is reserved for system schemas." msgstr "Le préfixe « pg_ » est réservé pour les schémas système." -#: commands/schemacmds.c:120 +#: commands/schemacmds.c:130 #, c-format msgid "schema \"%s\" already exists, skipping" msgstr "la schéma « %s » existe déjà, poursuite du traitement" @@ -8520,124 +8535,124 @@ msgid "unlogged sequences are not supported" msgstr "les séquences non tracées ne sont pas supportées" -#: commands/sequence.c:709 +#: commands/sequence.c:717 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval : valeur maximale de la séquence « %s » (%s) atteinte" -#: commands/sequence.c:732 +#: commands/sequence.c:740 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval : valeur minimale de la séquence « %s » (%s) atteinte" -#: commands/sequence.c:850 +#: commands/sequence.c:858 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "" "la valeur courante (currval) de la séquence « %s » n'est pas encore définie\n" "dans cette session" -#: commands/sequence.c:869 commands/sequence.c:875 +#: commands/sequence.c:877 commands/sequence.c:883 #, c-format msgid "lastval is not yet defined in this session" msgstr "la dernière valeur (lastval) n'est pas encore définie dans cette session" -#: commands/sequence.c:963 +#: commands/sequence.c:971 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "setval : la valeur %s est en dehors des limites de la séquence « %s » (%s..%s)" -#: commands/sequence.c:1359 +#: commands/sequence.c:1367 #, c-format msgid "invalid sequence option SEQUENCE NAME" msgstr "option SEQUENCE NAME invalide" -#: commands/sequence.c:1385 +#: commands/sequence.c:1393 #, c-format msgid "identity column type must be smallint, integer, or bigint" msgstr "le type de colonne identité doit être smallint, integer ou bigint" -#: commands/sequence.c:1386 +#: commands/sequence.c:1394 #, c-format msgid "sequence type must be smallint, integer, or bigint" msgstr "le type de séquence doit être smallint, integer ou bigint" -#: commands/sequence.c:1420 +#: commands/sequence.c:1428 #, c-format msgid "INCREMENT must not be zero" msgstr "la valeur INCREMENT ne doit pas être zéro" -#: commands/sequence.c:1473 +#: commands/sequence.c:1481 #, c-format msgid "MAXVALUE (%s) is out of range for sequence data type %s" msgstr "MAXVALUE (%s) est hors des limites pour le type de données séquence %s" -#: commands/sequence.c:1510 +#: commands/sequence.c:1518 #, c-format msgid "MINVALUE (%s) is out of range for sequence data type %s" msgstr "MINVALUE (%s) est hors des limites pour le type de données séquence %s" -#: commands/sequence.c:1524 +#: commands/sequence.c:1532 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "la valeur MINVALUE (%s) doit être moindre que la valeur MAXVALUE (%s)" -#: commands/sequence.c:1551 +#: commands/sequence.c:1559 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "la valeur START (%s) ne peut pas être plus petite que MINVALUE (%s)" -#: commands/sequence.c:1563 +#: commands/sequence.c:1571 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "la valeur START (%s) ne peut pas être plus grande que MAXVALUE (%s)" -#: commands/sequence.c:1593 +#: commands/sequence.c:1601 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "la valeur RESTART (%s) ne peut pas être plus petite que celle de MINVALUE (%s)" -#: commands/sequence.c:1605 +#: commands/sequence.c:1613 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "la valeur RESTART (%s) ne peut pas être plus grande que celle de MAXVALUE (%s)" -#: commands/sequence.c:1620 +#: commands/sequence.c:1628 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "la valeur CACHE (%s) doit être plus grande que zéro" -#: commands/sequence.c:1657 +#: commands/sequence.c:1665 #, c-format msgid "invalid OWNED BY option" msgstr "option OWNED BY invalide" -#: commands/sequence.c:1658 +#: commands/sequence.c:1666 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Indiquer OWNED BY table.colonne ou OWNED BY NONE." -#: commands/sequence.c:1683 +#: commands/sequence.c:1691 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "la relation référencée « %s » n'est ni une table ni une table distante" -#: commands/sequence.c:1690 +#: commands/sequence.c:1698 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "la séquence doit avoir le même propriétaire que la table avec laquelle elle est liée" -#: commands/sequence.c:1694 +#: commands/sequence.c:1702 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "la séquence doit être dans le même schéma que la table avec laquelle elle est liée" -#: commands/sequence.c:1716 +#: commands/sequence.c:1724 #, c-format msgid "cannot change ownership of identity sequence" msgstr "ne peut pas modifier le propriétaire de la séquence d'identité" -#: commands/sequence.c:1717 commands/tablecmds.c:13253 commands/tablecmds.c:15886 +#: commands/sequence.c:1725 commands/tablecmds.c:13305 commands/tablecmds.c:15940 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "La séquence « %s » est liée à la table « %s »." @@ -8652,72 +8667,72 @@ msgid "relation \"%s\" is not a table, foreign table, or materialized view" msgstr "la relation « %s » n'est pas une table, une table distante ou une vue matérialisée" -#: commands/statscmds.c:189 +#: commands/statscmds.c:193 #, c-format msgid "statistics object \"%s\" already exists, skipping" msgstr "l'objet statistique « %s » existe déjà, poursuite du traitement" -#: commands/statscmds.c:197 +#: commands/statscmds.c:201 #, c-format msgid "statistics object \"%s\" already exists" msgstr "l'objet statistique « %s » existe déjà" -#: commands/statscmds.c:208 +#: commands/statscmds.c:212 #, c-format msgid "cannot have more than %d columns in statistics" msgstr "ne peut pas avoir plus de %d colonnes dans des statistiques" -#: commands/statscmds.c:249 commands/statscmds.c:272 commands/statscmds.c:305 +#: commands/statscmds.c:253 commands/statscmds.c:276 commands/statscmds.c:309 #, c-format msgid "statistics creation on system columns is not supported" msgstr "la création de statistiques sur les colonnes systèmes n'est pas supportée" -#: commands/statscmds.c:256 commands/statscmds.c:279 +#: commands/statscmds.c:260 commands/statscmds.c:283 #, c-format msgid "column \"%s\" cannot be used in statistics because its type %s has no default btree operator class" msgstr "la colonne « %s » ne peut pas être utilisée dans des statistiques parce que son type %s n'a pas de classe d'opérateur btree par défaut" -#: commands/statscmds.c:322 +#: commands/statscmds.c:326 #, c-format msgid "expression cannot be used in multivariate statistics because its type %s has no default btree operator class" msgstr "l'expression ne peut pas être utilisée dans des statistiques multivariates parce que son type %s n'a pas de classe d'opérateur btree par défaut" -#: commands/statscmds.c:343 +#: commands/statscmds.c:347 #, c-format msgid "when building statistics on a single expression, statistics kinds may not be specified" msgstr "lors de la construction de statistiques sur une simple expression, les types de statistiques n'ont pas besoin d'être spécifiés" -#: commands/statscmds.c:372 +#: commands/statscmds.c:376 #, c-format msgid "unrecognized statistics kind \"%s\"" msgstr "type de statistique « %s » non reconnu" -#: commands/statscmds.c:401 +#: commands/statscmds.c:405 #, c-format msgid "extended statistics require at least 2 columns" msgstr "les statistiques étendues requièrent au moins 2 colonnes" -#: commands/statscmds.c:419 +#: commands/statscmds.c:423 #, c-format msgid "duplicate column name in statistics definition" msgstr "nom de colonne dupliqué dans la définition des statistiques" -#: commands/statscmds.c:454 +#: commands/statscmds.c:458 #, c-format msgid "duplicate expression in statistics definition" msgstr "expression dupliquée dans la définition des statistiques" -#: commands/statscmds.c:635 commands/tablecmds.c:7896 +#: commands/statscmds.c:639 commands/tablecmds.c:7918 #, c-format msgid "statistics target %d is too low" msgstr "la cible statistique %d est trop basse" -#: commands/statscmds.c:643 commands/tablecmds.c:7904 +#: commands/statscmds.c:647 commands/tablecmds.c:7926 #, c-format msgid "lowering statistics target to %d" msgstr "abaissement de la cible statistique à %d" -#: commands/statscmds.c:666 +#: commands/statscmds.c:670 #, c-format msgid "statistics object \"%s.%s\" does not exist, skipping" msgstr "l'objet statistique « %s.%s » n'existe pas, poursuite du traitement" @@ -8744,7 +8759,7 @@ msgid "must be superuser to create subscriptions" msgstr "doit être super-utilisateur pour créer des souscriptions" -#: commands/subscriptioncmds.c:474 commands/subscriptioncmds.c:572 replication/logical/tablesync.c:975 replication/logical/worker.c:3210 +#: commands/subscriptioncmds.c:474 commands/subscriptioncmds.c:572 replication/logical/tablesync.c:975 replication/logical/worker.c:3224 #, c-format msgid "could not connect to the publisher: %s" msgstr "n'a pas pu se connecter au publieur : %s" @@ -8902,7 +8917,7 @@ msgid "Use DROP MATERIALIZED VIEW to remove a materialized view." msgstr "Utilisez DROP MATERIALIZED VIEW pour supprimer une vue matérialisée." -#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18342 parser/parse_utilcmd.c:2247 +#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18406 parser/parse_utilcmd.c:2257 #, c-format msgid "index \"%s\" does not exist" msgstr "l'index « %s » n'existe pas" @@ -8925,7 +8940,7 @@ msgid "Use DROP TYPE to remove a type." msgstr "Utilisez DROP TYPE pour supprimer un type." -#: commands/tablecmds.c:277 commands/tablecmds.c:13092 commands/tablecmds.c:15589 +#: commands/tablecmds.c:277 commands/tablecmds.c:13144 commands/tablecmds.c:15643 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "la table distante « %s » n'existe pas" @@ -8939,287 +8954,287 @@ msgid "Use DROP FOREIGN TABLE to remove a foreign table." msgstr "Utilisez DROP FOREIGN TABLE pour supprimer une table distante." -#: commands/tablecmds.c:669 +#: commands/tablecmds.c:670 #, c-format msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT peut seulement être utilisé sur des tables temporaires" -#: commands/tablecmds.c:700 +#: commands/tablecmds.c:701 #, c-format msgid "cannot create temporary table within security-restricted operation" msgstr "" "ne peut pas créer une table temporaire à l'intérieur d'une fonction\n" "restreinte pour sécurité" -#: commands/tablecmds.c:736 commands/tablecmds.c:14376 +#: commands/tablecmds.c:737 commands/tablecmds.c:14430 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "la relation « %s » serait héritée plus d'une fois" -#: commands/tablecmds.c:921 +#: commands/tablecmds.c:922 #, c-format msgid "specifying a table access method is not supported on a partitioned table" msgstr "spécifier une méthode d'accès à la table n'est pas supporté sur une partitionnée" -#: commands/tablecmds.c:1017 +#: commands/tablecmds.c:1018 #, c-format msgid "\"%s\" is not partitioned" msgstr "« %s » n'est pas partitionné" -#: commands/tablecmds.c:1112 +#: commands/tablecmds.c:1113 #, c-format msgid "cannot partition using more than %d columns" msgstr "ne peut pas partitionner en utilisant plus de %d colonnes" -#: commands/tablecmds.c:1168 +#: commands/tablecmds.c:1169 #, c-format msgid "cannot create foreign partition of partitioned table \"%s\"" msgstr "ne peut pas créer une partition distante sur la table partitionnée « %s »" -#: commands/tablecmds.c:1170 +#: commands/tablecmds.c:1171 #, c-format msgid "Table \"%s\" contains indexes that are unique." msgstr "La table « %s » contient des index qui sont uniques." -#: commands/tablecmds.c:1333 +#: commands/tablecmds.c:1334 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLY ne permet pas de supprimer plusieurs objets" -#: commands/tablecmds.c:1337 +#: commands/tablecmds.c:1338 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY ne permet pas la CASCADE" -#: commands/tablecmds.c:1441 +#: commands/tablecmds.c:1442 #, c-format msgid "cannot drop partitioned index \"%s\" concurrently" msgstr "ne peut pas supprimer l'index partitionné « %s » de manière concurrente" -#: commands/tablecmds.c:1729 +#: commands/tablecmds.c:1730 #, c-format msgid "cannot truncate only a partitioned table" msgstr "ne peut pas seulement tronquer une table partitionnée" -#: commands/tablecmds.c:1730 +#: commands/tablecmds.c:1731 #, c-format msgid "Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions directly." msgstr "Ne spécifiez pas le mot clé ONLY ou utilisez TRUNCATE ONLY directement sur les partitions." -#: commands/tablecmds.c:1802 +#: commands/tablecmds.c:1803 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "TRUNCATE cascade sur la table « %s »" -#: commands/tablecmds.c:2152 +#: commands/tablecmds.c:2153 #, c-format msgid "cannot truncate foreign table \"%s\"" msgstr "ne peut pas tronquer la table distante « %s »" -#: commands/tablecmds.c:2201 +#: commands/tablecmds.c:2202 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "ne peut pas tronquer les tables temporaires des autres sessions" -#: commands/tablecmds.c:2429 commands/tablecmds.c:14273 +#: commands/tablecmds.c:2430 commands/tablecmds.c:14327 #, c-format msgid "cannot inherit from partitioned table \"%s\"" msgstr "ne peut pas hériter de la table partitionnée « %s »" -#: commands/tablecmds.c:2434 +#: commands/tablecmds.c:2435 #, c-format msgid "cannot inherit from partition \"%s\"" msgstr "ne peut pas hériter de la partition « %s »" -#: commands/tablecmds.c:2442 parser/parse_utilcmd.c:2477 parser/parse_utilcmd.c:2619 +#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2487 parser/parse_utilcmd.c:2629 #, c-format msgid "inherited relation \"%s\" is not a table or foreign table" msgstr "la relation héritée « %s » n'est ni une table ni une table distante" -#: commands/tablecmds.c:2454 +#: commands/tablecmds.c:2455 #, c-format msgid "cannot create a temporary relation as partition of permanent relation \"%s\"" msgstr "ne peut pas créer une relation temporaire comme partition de la relation permanente « %s »" -#: commands/tablecmds.c:2463 commands/tablecmds.c:14252 +#: commands/tablecmds.c:2464 commands/tablecmds.c:14306 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "ne peut pas hériter à partir d'une relation temporaire « %s »" -#: commands/tablecmds.c:2473 commands/tablecmds.c:14260 +#: commands/tablecmds.c:2474 commands/tablecmds.c:14314 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "ne peut pas hériter de la table temporaire d'une autre session" -#: commands/tablecmds.c:2527 +#: commands/tablecmds.c:2528 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "assemblage de plusieurs définitions d'héritage pour la colonne « %s »" -#: commands/tablecmds.c:2535 +#: commands/tablecmds.c:2536 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "la colonne héritée « %s » a un conflit de type" -#: commands/tablecmds.c:2537 commands/tablecmds.c:2560 commands/tablecmds.c:2577 commands/tablecmds.c:2833 commands/tablecmds.c:2863 commands/tablecmds.c:2877 parser/parse_coerce.c:2155 parser/parse_coerce.c:2175 parser/parse_coerce.c:2195 parser/parse_coerce.c:2216 parser/parse_coerce.c:2271 parser/parse_coerce.c:2305 parser/parse_coerce.c:2381 parser/parse_coerce.c:2412 parser/parse_coerce.c:2451 parser/parse_coerce.c:2518 parser/parse_param.c:227 +#: commands/tablecmds.c:2538 commands/tablecmds.c:2561 commands/tablecmds.c:2578 commands/tablecmds.c:2834 commands/tablecmds.c:2864 commands/tablecmds.c:2878 parser/parse_coerce.c:2155 parser/parse_coerce.c:2175 parser/parse_coerce.c:2195 parser/parse_coerce.c:2216 parser/parse_coerce.c:2271 parser/parse_coerce.c:2305 parser/parse_coerce.c:2381 parser/parse_coerce.c:2412 parser/parse_coerce.c:2451 parser/parse_coerce.c:2518 parser/parse_param.c:227 #, c-format msgid "%s versus %s" msgstr "%s versus %s" -#: commands/tablecmds.c:2546 +#: commands/tablecmds.c:2547 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "la colonne héritée « %s » a un conflit sur le collationnement" -#: commands/tablecmds.c:2548 commands/tablecmds.c:2845 commands/tablecmds.c:6551 +#: commands/tablecmds.c:2549 commands/tablecmds.c:2846 commands/tablecmds.c:6573 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "« %s » versus « %s »" -#: commands/tablecmds.c:2558 +#: commands/tablecmds.c:2559 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "la colonne héritée « %s » a un conflit de paramètre de stockage" -#: commands/tablecmds.c:2575 commands/tablecmds.c:2875 +#: commands/tablecmds.c:2576 commands/tablecmds.c:2876 #, c-format msgid "column \"%s\" has a compression method conflict" msgstr "la colonne « %s » a un conflit sur la méthode de compression" -#: commands/tablecmds.c:2590 +#: commands/tablecmds.c:2591 #, c-format msgid "inherited column \"%s\" has a generation conflict" msgstr "la colonne héritée « %s » a un conflit de génération" -#: commands/tablecmds.c:2684 commands/tablecmds.c:2739 commands/tablecmds.c:11837 parser/parse_utilcmd.c:1291 parser/parse_utilcmd.c:1334 parser/parse_utilcmd.c:1742 parser/parse_utilcmd.c:1850 +#: commands/tablecmds.c:2685 commands/tablecmds.c:2740 commands/tablecmds.c:11889 parser/parse_utilcmd.c:1301 parser/parse_utilcmd.c:1344 parser/parse_utilcmd.c:1752 parser/parse_utilcmd.c:1860 #, c-format msgid "cannot convert whole-row table reference" msgstr "ne peut pas convertir une référence de ligne complète de table" -#: commands/tablecmds.c:2685 parser/parse_utilcmd.c:1292 +#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1302 #, c-format msgid "Generation expression for column \"%s\" contains a whole-row reference to table \"%s\"." msgstr "L'expression de génération de la colonne « %s » contient une référence de ligne complète vers la table « %s »." -#: commands/tablecmds.c:2740 parser/parse_utilcmd.c:1335 +#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1345 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "La contrainte « %s » contient une référence de ligne complète vers la table « %s »." -#: commands/tablecmds.c:2819 +#: commands/tablecmds.c:2820 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "assemblage de la colonne « %s » avec une définition héritée" -#: commands/tablecmds.c:2823 +#: commands/tablecmds.c:2824 #, c-format msgid "moving and merging column \"%s\" with inherited definition" msgstr "déplacement et assemblage de la colonne « %s » avec une définition héritée" -#: commands/tablecmds.c:2824 +#: commands/tablecmds.c:2825 #, c-format msgid "User-specified column moved to the position of the inherited column." msgstr "Colonne utilisateur déplacée à la position de la colonne héritée." -#: commands/tablecmds.c:2831 +#: commands/tablecmds.c:2832 #, c-format msgid "column \"%s\" has a type conflict" msgstr "la colonne « %s » a un conflit de type" -#: commands/tablecmds.c:2843 +#: commands/tablecmds.c:2844 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "la colonne « %s » a un conflit sur le collationnement" -#: commands/tablecmds.c:2861 +#: commands/tablecmds.c:2862 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "la colonne « %s » a un conflit de paramètre de stockage" -#: commands/tablecmds.c:2902 +#: commands/tablecmds.c:2903 #, c-format msgid "child column \"%s\" specifies generation expression" msgstr "la colonne enfant « %s » précise une expression de génération" -#: commands/tablecmds.c:2904 +#: commands/tablecmds.c:2905 #, c-format msgid "Omit the generation expression in the definition of the child table column to inherit the generation expression from the parent table." msgstr "Omettre l'expression de génération dans la définition de la colonne de la table fille pour hériter de l'expression de génération de la table parent." -#: commands/tablecmds.c:2908 +#: commands/tablecmds.c:2909 #, c-format msgid "column \"%s\" inherits from generated column but specifies default" msgstr "la colonne « %s » hérite d'une colonne générée mais indique une valeur par défaut" -#: commands/tablecmds.c:2913 +#: commands/tablecmds.c:2914 #, c-format msgid "column \"%s\" inherits from generated column but specifies identity" msgstr "la colonne « %s » hérite d'une colonne générée mais précise une identité" -#: commands/tablecmds.c:3022 +#: commands/tablecmds.c:3023 #, c-format msgid "column \"%s\" inherits conflicting generation expressions" msgstr "la colonne « %s » hérite d'expressions de génération en conflit" -#: commands/tablecmds.c:3027 +#: commands/tablecmds.c:3028 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "la colonne « %s » hérite de valeurs par défaut conflictuelles" -#: commands/tablecmds.c:3029 +#: commands/tablecmds.c:3030 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Pour résoudre le conflit, spécifiez explicitement une valeur par défaut." -#: commands/tablecmds.c:3075 +#: commands/tablecmds.c:3076 #, c-format msgid "check constraint name \"%s\" appears multiple times but with different expressions" msgstr "" "le nom de la contrainte de vérification, « %s », apparaît plusieurs fois\n" "mais avec des expressions différentes" -#: commands/tablecmds.c:3288 +#: commands/tablecmds.c:3289 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "ne peut pas déplacer les tables temporaires d'autres sessions" -#: commands/tablecmds.c:3358 +#: commands/tablecmds.c:3359 #, c-format msgid "cannot rename column of typed table" msgstr "ne peut pas renommer une colonne d'une table typée" -#: commands/tablecmds.c:3377 +#: commands/tablecmds.c:3378 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, index, or foreign table" msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni un type composite, ni un index, ni une table distante" -#: commands/tablecmds.c:3471 +#: commands/tablecmds.c:3472 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "la colonne héritée « %s » doit aussi être renommée pour les tables filles" -#: commands/tablecmds.c:3503 +#: commands/tablecmds.c:3504 #, c-format msgid "cannot rename system column \"%s\"" msgstr "ne peut pas renommer la colonne système « %s »" -#: commands/tablecmds.c:3518 +#: commands/tablecmds.c:3519 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "ne peut pas renommer la colonne héritée « %s »" -#: commands/tablecmds.c:3670 +#: commands/tablecmds.c:3671 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "la contrainte héritée « %s » doit aussi être renommée pour les tables enfants" -#: commands/tablecmds.c:3677 +#: commands/tablecmds.c:3678 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "ne peut pas renommer la colonne héritée « %s »" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3975 +#: commands/tablecmds.c:3976 #, c-format msgid "cannot %s \"%s\" because it is being used by active queries in this session" msgstr "" @@ -9227,1076 +9242,1076 @@ "des requêtes actives dans cette session" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3984 +#: commands/tablecmds.c:3985 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "ne peut pas exécuter %s « %s » car il reste des événements sur les triggers" -#: commands/tablecmds.c:4448 +#: commands/tablecmds.c:4453 #, c-format msgid "cannot alter partition \"%s\" with an incomplete detach" msgstr "ne peut pas modifier la partition « %s » avec un détachement incomplet" -#: commands/tablecmds.c:4641 commands/tablecmds.c:4656 +#: commands/tablecmds.c:4646 commands/tablecmds.c:4661 #, c-format msgid "cannot change persistence setting twice" msgstr "ne peut pas modifier la configuration de la persistence deux fois" -#: commands/tablecmds.c:5399 +#: commands/tablecmds.c:5421 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "ne peut pas ré-écrire la relation système « %s »" -#: commands/tablecmds.c:5405 +#: commands/tablecmds.c:5427 #, c-format msgid "cannot rewrite table \"%s\" used as a catalog table" msgstr "ne peut pas réécrire la table « %s » utilisée comme une table catalogue" -#: commands/tablecmds.c:5415 +#: commands/tablecmds.c:5437 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "ne peut pas ré-écrire les tables temporaires des autres sessions" -#: commands/tablecmds.c:5876 +#: commands/tablecmds.c:5898 #, c-format msgid "column \"%s\" of relation \"%s\" contains null values" msgstr "la colonne « %s » de la table « %s » contient des valeurs NULL" -#: commands/tablecmds.c:5893 +#: commands/tablecmds.c:5915 #, c-format msgid "check constraint \"%s\" of relation \"%s\" is violated by some row" msgstr "la contrainte de vérification « %s » de la relation « %s » est violée par une ligne" -#: commands/tablecmds.c:5912 partitioning/partbounds.c:3292 +#: commands/tablecmds.c:5934 partitioning/partbounds.c:3292 #, c-format msgid "updated partition constraint for default partition \"%s\" would be violated by some row" msgstr "la contrainte de partition mise à jour pour la partition par défaut « %s » serait transgressée par des lignes" -#: commands/tablecmds.c:5918 +#: commands/tablecmds.c:5940 #, c-format msgid "partition constraint of relation \"%s\" is violated by some row" msgstr "la contrainte de partition de la relation « %s » est violée par une ligne" -#: commands/tablecmds.c:6066 commands/trigger.c:1283 commands/trigger.c:1389 +#: commands/tablecmds.c:6088 commands/trigger.c:1283 commands/trigger.c:1389 #, c-format msgid "\"%s\" is not a table, view, or foreign table" msgstr "« %s » n'est ni une table, ni une vue, ni une table distante" -#: commands/tablecmds.c:6069 +#: commands/tablecmds.c:6091 #, c-format msgid "\"%s\" is not a table, view, materialized view, or index" msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni une séquence, ni une table distante" -#: commands/tablecmds.c:6075 +#: commands/tablecmds.c:6097 #, c-format msgid "\"%s\" is not a table, materialized view, or index" msgstr "« %s » n'est ni une table, ni une vue matérialisée, ni un index" -#: commands/tablecmds.c:6078 +#: commands/tablecmds.c:6100 #, c-format msgid "\"%s\" is not a table, materialized view, index, or partitioned index" msgstr "« %s » n'est ni une table, ni une vue matérialisée, ni un index, ni un index partitionné" -#: commands/tablecmds.c:6081 +#: commands/tablecmds.c:6103 #, c-format msgid "\"%s\" is not a table, materialized view, index, partitioned index, or foreign table" msgstr "« %s » n'est ni une table, ni une vue matérialisée, ni un index, ni un index partitionné, ni une table distante" -#: commands/tablecmds.c:6084 +#: commands/tablecmds.c:6106 #, c-format msgid "\"%s\" is not a table, materialized view, or foreign table" msgstr "« %s » n'est ni une table, ni une vue matérialisée, ni une table distante" -#: commands/tablecmds.c:6087 +#: commands/tablecmds.c:6109 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "« %s » n'est ni une table ni une table distante" -#: commands/tablecmds.c:6090 +#: commands/tablecmds.c:6112 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "« %s » n'est ni une table, ni un type composite, ni une table distante" -#: commands/tablecmds.c:6093 +#: commands/tablecmds.c:6115 #, c-format msgid "\"%s\" is not a table, materialized view, index, or foreign table" msgstr "« %s » n'est ni une table, ni une vue matérialisée, ni un index, ni une table distante" -#: commands/tablecmds.c:6096 +#: commands/tablecmds.c:6118 #, c-format msgid "\"%s\" is not a table or partitioned index" msgstr "« %s » n'est ni une table ni un index partitionné" -#: commands/tablecmds.c:6106 +#: commands/tablecmds.c:6128 #, c-format msgid "\"%s\" is of the wrong type" msgstr "« %s » est du mauvais type" -#: commands/tablecmds.c:6309 commands/tablecmds.c:6316 +#: commands/tablecmds.c:6331 commands/tablecmds.c:6338 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "ne peux pas modifier le type « %s » car la colonne « %s.%s » l'utilise" -#: commands/tablecmds.c:6323 +#: commands/tablecmds.c:6345 #, c-format msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" msgstr "" "ne peut pas modifier la table distante « %s » car la colonne « %s.%s » utilise\n" "son type de ligne" -#: commands/tablecmds.c:6330 +#: commands/tablecmds.c:6352 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "" "ne peut pas modifier la table « %s » car la colonne « %s.%s » utilise\n" "son type de ligne" -#: commands/tablecmds.c:6386 +#: commands/tablecmds.c:6408 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "ne peut pas modifier le type « %s » car il s'agit du type d'une table de type" -#: commands/tablecmds.c:6388 +#: commands/tablecmds.c:6410 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "Utilisez ALTER ... CASCADE pour modifier aussi les tables de type." -#: commands/tablecmds.c:6434 +#: commands/tablecmds.c:6456 #, c-format msgid "type %s is not a composite type" msgstr "le type %s n'est pas un type composite" -#: commands/tablecmds.c:6461 +#: commands/tablecmds.c:6483 #, c-format msgid "cannot add column to typed table" msgstr "ne peut pas ajouter une colonne à une table typée" -#: commands/tablecmds.c:6514 +#: commands/tablecmds.c:6536 #, c-format msgid "cannot add column to a partition" msgstr "ne peut pas ajouter une colonne à une partition" -#: commands/tablecmds.c:6543 commands/tablecmds.c:14503 +#: commands/tablecmds.c:6565 commands/tablecmds.c:14557 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "la table fille « %s » a un type différent pour la colonne « %s »" -#: commands/tablecmds.c:6549 commands/tablecmds.c:14510 +#: commands/tablecmds.c:6571 commands/tablecmds.c:14564 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "la table fille « %s » a un collationnement différent pour la colonne « %s »" -#: commands/tablecmds.c:6563 +#: commands/tablecmds.c:6585 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "assemblage de la définition de la colonne « %s » pour le fils « %s »" -#: commands/tablecmds.c:6606 +#: commands/tablecmds.c:6628 #, c-format msgid "cannot recursively add identity column to table that has child tables" msgstr "ne peut pas ajouter récursivement la colonne identité à une table qui a des tables filles" -#: commands/tablecmds.c:6849 +#: commands/tablecmds.c:6871 #, c-format msgid "column must be added to child tables too" msgstr "la colonne doit aussi être ajoutée aux tables filles" -#: commands/tablecmds.c:6927 +#: commands/tablecmds.c:6949 #, c-format msgid "column \"%s\" of relation \"%s\" already exists, skipping" msgstr "la colonne « %s » de la relation « %s » existe déjà, poursuite du traitement" -#: commands/tablecmds.c:6934 +#: commands/tablecmds.c:6956 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "la colonne « %s » de la relation « %s » existe déjà" -#: commands/tablecmds.c:7000 commands/tablecmds.c:11476 +#: commands/tablecmds.c:7022 commands/tablecmds.c:11528 #, c-format msgid "cannot remove constraint from only the partitioned table when partitions exist" msgstr "ne peut pas supprimer une contrainte uniquement d'une table partitionnée quand des partitions existent" -#: commands/tablecmds.c:7001 commands/tablecmds.c:7318 commands/tablecmds.c:8341 commands/tablecmds.c:11477 +#: commands/tablecmds.c:7023 commands/tablecmds.c:7340 commands/tablecmds.c:8363 commands/tablecmds.c:11529 #, c-format msgid "Do not specify the ONLY keyword." msgstr "Ne spécifiez pas le mot clé ONLY." -#: commands/tablecmds.c:7038 commands/tablecmds.c:7244 commands/tablecmds.c:7386 commands/tablecmds.c:7500 commands/tablecmds.c:7594 commands/tablecmds.c:7653 commands/tablecmds.c:7771 commands/tablecmds.c:7937 commands/tablecmds.c:8007 commands/tablecmds.c:8163 commands/tablecmds.c:11631 commands/tablecmds.c:13115 commands/tablecmds.c:15680 +#: commands/tablecmds.c:7060 commands/tablecmds.c:7266 commands/tablecmds.c:7408 commands/tablecmds.c:7522 commands/tablecmds.c:7616 commands/tablecmds.c:7675 commands/tablecmds.c:7793 commands/tablecmds.c:7959 commands/tablecmds.c:8029 commands/tablecmds.c:8185 commands/tablecmds.c:11683 commands/tablecmds.c:13167 commands/tablecmds.c:15734 #, c-format msgid "cannot alter system column \"%s\"" msgstr "n'a pas pu modifier la colonne système « %s »" -#: commands/tablecmds.c:7044 commands/tablecmds.c:7392 +#: commands/tablecmds.c:7066 commands/tablecmds.c:7414 #, c-format msgid "column \"%s\" of relation \"%s\" is an identity column" msgstr "la colonne « %s » de la relation « %s » n'est pas une colonne d'identité" -#: commands/tablecmds.c:7087 +#: commands/tablecmds.c:7109 #, c-format msgid "column \"%s\" is in a primary key" msgstr "la colonne « %s » est dans une clé primaire" -#: commands/tablecmds.c:7092 +#: commands/tablecmds.c:7114 #, c-format msgid "column \"%s\" is in index used as replica identity" msgstr "la colonne « %s » est dans un index utilisé comme identité de réplicat" -#: commands/tablecmds.c:7115 +#: commands/tablecmds.c:7137 #, c-format msgid "column \"%s\" is marked NOT NULL in parent table" msgstr "la colonne « %s » est marquée NOT NULL dans la table parent" -#: commands/tablecmds.c:7315 commands/tablecmds.c:8824 +#: commands/tablecmds.c:7337 commands/tablecmds.c:8846 #, c-format msgid "constraint must be added to child tables too" msgstr "la contrainte doit aussi être ajoutée aux tables filles" -#: commands/tablecmds.c:7316 +#: commands/tablecmds.c:7338 #, c-format msgid "Column \"%s\" of relation \"%s\" is not already NOT NULL." msgstr "la colonne « %s » de la relation « %s » n'est pas déjà NOT NULL." -#: commands/tablecmds.c:7394 +#: commands/tablecmds.c:7416 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY instead." msgstr "Utilisez à la place ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY." -#: commands/tablecmds.c:7399 +#: commands/tablecmds.c:7421 #, c-format msgid "column \"%s\" of relation \"%s\" is a generated column" msgstr "la colonne « %s » de la relation « %s » est une colonne générée" -#: commands/tablecmds.c:7402 +#: commands/tablecmds.c:7424 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION instead." msgstr "Utilisez à la place ALTER TABLE ... ALTER COLUMN ... DROP EXTENSION." -#: commands/tablecmds.c:7511 +#: commands/tablecmds.c:7533 #, c-format msgid "column \"%s\" of relation \"%s\" must be declared NOT NULL before identity can be added" msgstr "la colonne « %s » de la relation « %s » doit être déclarée NOT NULL avant que la colonne identité puisse être ajoutée" -#: commands/tablecmds.c:7517 +#: commands/tablecmds.c:7539 #, c-format msgid "column \"%s\" of relation \"%s\" is already an identity column" msgstr "la colonne « %s » de la relation « %s » est déjà une colonne d'identité" -#: commands/tablecmds.c:7523 +#: commands/tablecmds.c:7545 #, c-format msgid "column \"%s\" of relation \"%s\" already has a default value" msgstr "la colonne « %s » de la relation « %s » a déjà une valeur par défaut" -#: commands/tablecmds.c:7600 commands/tablecmds.c:7661 +#: commands/tablecmds.c:7622 commands/tablecmds.c:7683 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column" msgstr "la colonne « %s » de la relation « %s » n'est pas une colonne d'identité" -#: commands/tablecmds.c:7666 +#: commands/tablecmds.c:7688 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column, skipping" msgstr "la colonne « %s » de la relation « %s » n'est pas une colonne d'identité, poursuite du traitement" -#: commands/tablecmds.c:7719 +#: commands/tablecmds.c:7741 #, c-format msgid "ALTER TABLE / DROP EXPRESSION must be applied to child tables too" msgstr "ALTER TABLE / DROP EXPRESSION doit aussi être appliqué aux tables filles" -#: commands/tablecmds.c:7741 +#: commands/tablecmds.c:7763 #, c-format msgid "cannot drop generation expression from inherited column" msgstr "ne peut pas supprimer l'expression de génération à partir d'une colonne héritée" -#: commands/tablecmds.c:7779 +#: commands/tablecmds.c:7801 #, c-format msgid "column \"%s\" of relation \"%s\" is not a stored generated column" msgstr "la colonne « %s » de la relation « %s » n'est pas une colonne générée stockée" -#: commands/tablecmds.c:7784 +#: commands/tablecmds.c:7806 #, c-format msgid "column \"%s\" of relation \"%s\" is not a stored generated column, skipping" msgstr "la colonne « %s » de la relation « %s » n'est pas une colonne générée stockée, ignoré" -#: commands/tablecmds.c:7884 +#: commands/tablecmds.c:7906 #, c-format msgid "cannot refer to non-index column by number" msgstr "impossible de référencer une colonne non liée à une table par un nombre" -#: commands/tablecmds.c:7927 +#: commands/tablecmds.c:7949 #, c-format msgid "column number %d of relation \"%s\" does not exist" msgstr "la colonne numéro %d de la relation « %s » n'existe pas" -#: commands/tablecmds.c:7946 +#: commands/tablecmds.c:7968 #, c-format msgid "cannot alter statistics on included column \"%s\" of index \"%s\"" msgstr "ne peut modifier les statistiques sur la colonne incluse « %s » de l'index « %s »" -#: commands/tablecmds.c:7951 +#: commands/tablecmds.c:7973 #, c-format msgid "cannot alter statistics on non-expression column \"%s\" of index \"%s\"" msgstr "ne peut modifier les statistiques sur la colonne « %s » de l'index « %s », qui n'est pas une expression" -#: commands/tablecmds.c:7953 +#: commands/tablecmds.c:7975 #, c-format msgid "Alter statistics on table column instead." msgstr "Modifiez les statistiques sur la colonne de la table à la place." -#: commands/tablecmds.c:8143 +#: commands/tablecmds.c:8165 #, c-format msgid "invalid storage type \"%s\"" msgstr "type de stockage « %s » invalide" -#: commands/tablecmds.c:8175 +#: commands/tablecmds.c:8197 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "le type de données %s de la colonne peut seulement avoir un stockage PLAIN" -#: commands/tablecmds.c:8220 +#: commands/tablecmds.c:8242 #, c-format msgid "cannot drop column from typed table" msgstr "ne peut pas supprimer une colonne à une table typée" -#: commands/tablecmds.c:8279 +#: commands/tablecmds.c:8301 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "la colonne « %s » de la relation « %s » n'existe pas, ignore" -#: commands/tablecmds.c:8292 +#: commands/tablecmds.c:8314 #, c-format msgid "cannot drop system column \"%s\"" msgstr "ne peut pas supprimer la colonne système « %s »" -#: commands/tablecmds.c:8302 +#: commands/tablecmds.c:8324 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "ne peut pas supprimer la colonne héritée « %s »" -#: commands/tablecmds.c:8315 +#: commands/tablecmds.c:8337 #, c-format msgid "cannot drop column \"%s\" because it is part of the partition key of relation \"%s\"" msgstr "ne peut supprimer la colonne « %s » car elle fait partie de la clé de partitionnement de la relation « %s »" -#: commands/tablecmds.c:8340 +#: commands/tablecmds.c:8362 #, c-format msgid "cannot drop column from only the partitioned table when partitions exist" msgstr "ne peut pas supprimer une colonne sur une seule partition quand plusieurs partitions existent" -#: commands/tablecmds.c:8544 +#: commands/tablecmds.c:8566 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX is not supported on partitioned tables" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX n'est pas supporté sur les tables partitionnées" -#: commands/tablecmds.c:8569 +#: commands/tablecmds.c:8591 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX renommera l'index « %s » en « %s »" -#: commands/tablecmds.c:8904 +#: commands/tablecmds.c:8926 #, c-format msgid "cannot use ONLY for foreign key on partitioned table \"%s\" referencing relation \"%s\"" msgstr "ne peut pas utiliser ONLY pour une clé étrangère sur la table partitionnée « %s » référençant la relation « %s »" -#: commands/tablecmds.c:8910 +#: commands/tablecmds.c:8932 #, c-format msgid "cannot add NOT VALID foreign key on partitioned table \"%s\" referencing relation \"%s\"" msgstr "ne peut pas ajouter de clé étrangère NOT VALID sur la table partitionnée « %s » référençant la relation « %s »" -#: commands/tablecmds.c:8913 +#: commands/tablecmds.c:8935 #, c-format msgid "This feature is not yet supported on partitioned tables." msgstr "Cette fonctionnalité n'est pas encore implémentée sur les tables partitionnées." -#: commands/tablecmds.c:8920 commands/tablecmds.c:9325 +#: commands/tablecmds.c:8942 commands/tablecmds.c:9347 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "la relation référencée « %s » n'est pas une table" -#: commands/tablecmds.c:8943 +#: commands/tablecmds.c:8965 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "les contraintes sur les tables permanentes peuvent seulement référencer des tables permanentes" -#: commands/tablecmds.c:8950 +#: commands/tablecmds.c:8972 #, c-format msgid "constraints on unlogged tables may reference only permanent or unlogged tables" msgstr "les contraintes sur les tables non tracées peuvent seulement référencer des tables permanentes ou non tracées" -#: commands/tablecmds.c:8956 +#: commands/tablecmds.c:8978 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "" "les contraintes sur des tables temporaires ne peuvent référencer que des\n" "tables temporaires" -#: commands/tablecmds.c:8960 +#: commands/tablecmds.c:8982 #, c-format msgid "constraints on temporary tables must involve temporary tables of this session" msgstr "" "les contraintes sur des tables temporaires doivent référencer les tables\n" "temporaires de cette session" -#: commands/tablecmds.c:9026 commands/tablecmds.c:9032 +#: commands/tablecmds.c:9048 commands/tablecmds.c:9054 #, c-format msgid "invalid %s action for foreign key constraint containing generated column" msgstr "action %s invalide pour une clé étrangère contenant une colonne générée" -#: commands/tablecmds.c:9048 +#: commands/tablecmds.c:9070 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" msgstr "nombre de colonnes de référence et référencées pour la clé étrangère en désaccord" -#: commands/tablecmds.c:9155 +#: commands/tablecmds.c:9177 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "la contrainte de clé étrangère « %s » ne peut pas être implémentée" -#: commands/tablecmds.c:9157 +#: commands/tablecmds.c:9179 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Les colonnes clés « %s » et « %s » sont de types incompatibles : %s et %s." -#: commands/tablecmds.c:9520 commands/tablecmds.c:9913 parser/parse_utilcmd.c:786 parser/parse_utilcmd.c:915 +#: commands/tablecmds.c:9542 commands/tablecmds.c:9955 parser/parse_utilcmd.c:796 parser/parse_utilcmd.c:925 #, c-format msgid "foreign key constraints are not supported on foreign tables" msgstr "les clés étrangères ne sont pas supportées par les tables distantes" -#: commands/tablecmds.c:10280 commands/tablecmds.c:10558 commands/tablecmds.c:11433 commands/tablecmds.c:11508 +#: commands/tablecmds.c:10332 commands/tablecmds.c:10610 commands/tablecmds.c:11485 commands/tablecmds.c:11560 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "la contrainte « %s » de la relation « %s » n'existe pas" -#: commands/tablecmds.c:10287 +#: commands/tablecmds.c:10339 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key constraint" msgstr "la contrainte « %s » de la relation « %s » n'est pas une clé étrangère" -#: commands/tablecmds.c:10325 +#: commands/tablecmds.c:10377 #, c-format msgid "cannot alter constraint \"%s\" on relation \"%s\"" msgstr "ne peut pas modifier la contrainte « %s » de la relation « %s »" -#: commands/tablecmds.c:10328 +#: commands/tablecmds.c:10380 #, c-format msgid "Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\"." msgstr "La contrainte « %s » est dérivée de la contrainte « %s » de la relation « %s »" -#: commands/tablecmds.c:10330 +#: commands/tablecmds.c:10382 #, c-format msgid "You may alter the constraint it derives from, instead." msgstr "Vous pouvez modifier la contrainte dont elle dérive à la place." -#: commands/tablecmds.c:10566 +#: commands/tablecmds.c:10618 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" msgstr "la contrainte « %s » de la relation « %s » n'est pas une clé étrangère ou une contrainte de vérification" -#: commands/tablecmds.c:10644 +#: commands/tablecmds.c:10696 #, c-format msgid "constraint must be validated on child tables too" msgstr "la contrainte doit aussi être validée sur les tables enfants" -#: commands/tablecmds.c:10728 +#: commands/tablecmds.c:10780 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "la colonne « %s » référencée dans la contrainte de clé étrangère n'existe pas" -#: commands/tablecmds.c:10733 +#: commands/tablecmds.c:10785 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "ne peut pas avoir plus de %d clés dans une clé étrangère" -#: commands/tablecmds.c:10798 +#: commands/tablecmds.c:10850 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "ne peut pas utiliser une clé primaire déferrable pour la table « %s » référencée" -#: commands/tablecmds.c:10815 +#: commands/tablecmds.c:10867 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "il n'y a pas de clé primaire pour la table « %s » référencée" -#: commands/tablecmds.c:10880 +#: commands/tablecmds.c:10932 #, c-format msgid "foreign key referenced-columns list must not contain duplicates" msgstr "la liste de colonnes référencées dans la clé étrangère ne doit pas contenir de duplicats" -#: commands/tablecmds.c:10974 +#: commands/tablecmds.c:11026 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "" "ne peut pas utiliser une contrainte unique déferrable pour la table\n" "référencée « %s »" -#: commands/tablecmds.c:10979 +#: commands/tablecmds.c:11031 #, c-format msgid "there is no unique constraint matching given keys for referenced table \"%s\"" msgstr "il n'existe aucune contrainte unique correspondant aux clés données pour la table « %s » référencée" -#: commands/tablecmds.c:11389 +#: commands/tablecmds.c:11441 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "ne peut pas supprimer la contrainte héritée « %s » de la relation « %s »" -#: commands/tablecmds.c:11439 +#: commands/tablecmds.c:11491 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "la contrainte « %s » de la relation « %s » n'existe pas, ignore" -#: commands/tablecmds.c:11615 +#: commands/tablecmds.c:11667 #, c-format msgid "cannot alter column type of typed table" msgstr "ne peut pas modifier le type d'une colonne appartenant à une table typée" -#: commands/tablecmds.c:11642 +#: commands/tablecmds.c:11694 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "ne peut pas modifier la colonne héritée « %s »" -#: commands/tablecmds.c:11651 +#: commands/tablecmds.c:11703 #, c-format msgid "cannot alter column \"%s\" because it is part of the partition key of relation \"%s\"" msgstr "ne peut pas modifier la colonne « %s » car elle fait partie de la clé de partitionnement de la relation « %s »" -#: commands/tablecmds.c:11701 +#: commands/tablecmds.c:11753 #, c-format msgid "result of USING clause for column \"%s\" cannot be cast automatically to type %s" msgstr "le résultat de la clause USING pour la colonne « %s » ne peut pas être converti automatiquement vers le type %s" -#: commands/tablecmds.c:11704 +#: commands/tablecmds.c:11756 #, c-format msgid "You might need to add an explicit cast." msgstr "Vous pouvez avoir besoin d'ajouter une conversion explicite." -#: commands/tablecmds.c:11708 +#: commands/tablecmds.c:11760 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "la colonne « %s » ne peut pas être convertie vers le type %s" #. translator: USING is SQL, don't translate it -#: commands/tablecmds.c:11711 +#: commands/tablecmds.c:11763 #, c-format msgid "You might need to specify \"USING %s::%s\"." msgstr "Vous pouvez avoir besoin de spécifier \"USING %s::%s\"." -#: commands/tablecmds.c:11810 +#: commands/tablecmds.c:11862 #, c-format msgid "cannot alter inherited column \"%s\" of relation \"%s\"" msgstr "ne peut pas modifier la colonne héritée « %s » de la relation « %s »" -#: commands/tablecmds.c:11838 +#: commands/tablecmds.c:11890 #, c-format msgid "USING expression contains a whole-row table reference." msgstr "l'expression USING contient une référence de table de ligne complète." -#: commands/tablecmds.c:11849 +#: commands/tablecmds.c:11901 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "le type de colonne héritée « %s » doit aussi être renommée pour les tables filles" -#: commands/tablecmds.c:11974 +#: commands/tablecmds.c:12026 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "ne peut pas modifier la colonne « %s » deux fois" -#: commands/tablecmds.c:12012 +#: commands/tablecmds.c:12064 #, c-format msgid "generation expression for column \"%s\" cannot be cast automatically to type %s" msgstr "l'expression de génération de la colonne « %s » ne peut pas être convertie vers le type %s automatiquement" -#: commands/tablecmds.c:12017 +#: commands/tablecmds.c:12069 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "" "la valeur par défaut de la colonne « %s » ne peut pas être convertie vers le\n" "type %s automatiquement" -#: commands/tablecmds.c:12095 +#: commands/tablecmds.c:12147 #, c-format msgid "cannot alter type of a column used by a generated column" msgstr "ne peut pas modifier le type d'une colonne utilisée dans colonne générée" -#: commands/tablecmds.c:12096 +#: commands/tablecmds.c:12148 #, c-format msgid "Column \"%s\" is used by generated column \"%s\"." msgstr "La colonne « %s » est utilisée par la colonne générée « %s »" -#: commands/tablecmds.c:12117 +#: commands/tablecmds.c:12169 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "ne peut pas modifier le type d'une colonne utilisée dans une vue ou une règle" -#: commands/tablecmds.c:12118 commands/tablecmds.c:12137 commands/tablecmds.c:12155 +#: commands/tablecmds.c:12170 commands/tablecmds.c:12189 commands/tablecmds.c:12207 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s dépend de la colonne « %s »" -#: commands/tablecmds.c:12136 +#: commands/tablecmds.c:12188 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "ne peut pas modifier le type d'une colonne utilisée dans la définition d'un trigger" -#: commands/tablecmds.c:12154 +#: commands/tablecmds.c:12206 #, c-format msgid "cannot alter type of a column used in a policy definition" msgstr "ne peut pas modifier le type d'une colonne utilisée dans la définition d'une politique" -#: commands/tablecmds.c:13223 commands/tablecmds.c:13235 +#: commands/tablecmds.c:13275 commands/tablecmds.c:13287 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "ne peut pas modifier le propriétaire de l'index « %s »" -#: commands/tablecmds.c:13225 commands/tablecmds.c:13237 +#: commands/tablecmds.c:13277 commands/tablecmds.c:13289 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "Modifier à la place le propriétaire de la table concernée par l'index." -#: commands/tablecmds.c:13251 +#: commands/tablecmds.c:13303 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "ne peut pas modifier le propriétaire de la séquence « %s »" -#: commands/tablecmds.c:13265 commands/tablecmds.c:16572 +#: commands/tablecmds.c:13317 commands/tablecmds.c:16626 #, c-format msgid "Use ALTER TYPE instead." msgstr "Utilisez ALTER TYPE à la place." -#: commands/tablecmds.c:13274 +#: commands/tablecmds.c:13326 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "« %s » n'est ni une table, ni une vue, ni une séquence, ni une table distante" -#: commands/tablecmds.c:13613 +#: commands/tablecmds.c:13665 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "ne peut pas avoir de nombreuses sous-commandes SET TABLESPACE" -#: commands/tablecmds.c:13690 +#: commands/tablecmds.c:13742 #, c-format msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni un index, ni une table TOAST" -#: commands/tablecmds.c:13723 commands/view.c:491 +#: commands/tablecmds.c:13775 commands/view.c:505 #, c-format msgid "WITH CHECK OPTION is supported only on automatically updatable views" msgstr "WITH CHECK OPTION est uniquement accepté pour les vues dont la mise à jour est automatique" -#: commands/tablecmds.c:13975 +#: commands/tablecmds.c:14027 #, c-format msgid "only tables, indexes, and materialized views exist in tablespaces" msgstr "seuls les tables, index et vues matérialisées existent dans les tablespaces" -#: commands/tablecmds.c:13987 +#: commands/tablecmds.c:14039 #, c-format msgid "cannot move relations in to or out of pg_global tablespace" msgstr "ne peut pas déplacer les relations dans ou à partir du tablespace pg_global" -#: commands/tablecmds.c:14079 +#: commands/tablecmds.c:14131 #, c-format msgid "aborting because lock on relation \"%s.%s\" is not available" msgstr "annulation car le verrou sur la relation « %s.%s » n'est pas disponible" -#: commands/tablecmds.c:14095 +#: commands/tablecmds.c:14147 #, c-format msgid "no matching relations in tablespace \"%s\" found" msgstr "aucune relation correspondante trouvée dans le tablespace « %s »" -#: commands/tablecmds.c:14211 +#: commands/tablecmds.c:14265 #, c-format msgid "cannot change inheritance of typed table" msgstr "ne peut pas modifier l'héritage d'une table typée" -#: commands/tablecmds.c:14216 commands/tablecmds.c:14772 +#: commands/tablecmds.c:14270 commands/tablecmds.c:14826 #, c-format msgid "cannot change inheritance of a partition" msgstr "ne peut pas modifier l'héritage d'une partition" -#: commands/tablecmds.c:14221 +#: commands/tablecmds.c:14275 #, c-format msgid "cannot change inheritance of partitioned table" msgstr "ne peut pas modifier l'héritage d'une table partitionnée" -#: commands/tablecmds.c:14267 +#: commands/tablecmds.c:14321 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "ne peut pas hériter à partir d'une relation temporaire d'une autre session" -#: commands/tablecmds.c:14280 +#: commands/tablecmds.c:14334 #, c-format msgid "cannot inherit from a partition" msgstr "ne peut pas hériter d'une partition" -#: commands/tablecmds.c:14302 commands/tablecmds.c:17216 +#: commands/tablecmds.c:14356 commands/tablecmds.c:17270 #, c-format msgid "circular inheritance not allowed" msgstr "héritage circulaire interdit" -#: commands/tablecmds.c:14303 commands/tablecmds.c:17217 +#: commands/tablecmds.c:14357 commands/tablecmds.c:17271 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "« %s » est déjà un enfant de « %s »." -#: commands/tablecmds.c:14316 +#: commands/tablecmds.c:14370 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming an inheritance child" msgstr "le trigger « %s » empêche la table « %s » de devenir une fille dans l'héritage" -#: commands/tablecmds.c:14318 +#: commands/tablecmds.c:14372 #, c-format msgid "ROW triggers with transition tables are not supported in inheritance hierarchies." msgstr "les triggers ROW avec des tables de transition ne sont pas supportés dans les hiérarchies d'héritage." -#: commands/tablecmds.c:14521 +#: commands/tablecmds.c:14575 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "la colonne « %s » de la table enfant doit être marquée comme NOT NULL" -#: commands/tablecmds.c:14530 +#: commands/tablecmds.c:14584 #, c-format msgid "column \"%s\" in child table must be a generated column" msgstr "la colonne « %s » de la table enfant doit être une colonne générée" -#: commands/tablecmds.c:14580 +#: commands/tablecmds.c:14634 #, c-format msgid "column \"%s\" in child table has a conflicting generation expression" msgstr "la colonne « %s » de la table enfant a une expression de génération en conflit" -#: commands/tablecmds.c:14608 +#: commands/tablecmds.c:14662 #, c-format msgid "child table is missing column \"%s\"" msgstr "la table enfant n'a pas de colonne « %s »" -#: commands/tablecmds.c:14696 +#: commands/tablecmds.c:14750 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "la table fille « %s » a un type différent pour la contrainte de vérification « %s »" -#: commands/tablecmds.c:14704 +#: commands/tablecmds.c:14758 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" msgstr "la contrainte « %s » entre en conflit avec une contrainte non héritée sur la table fille « %s »" -#: commands/tablecmds.c:14715 +#: commands/tablecmds.c:14769 #, c-format msgid "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\"" msgstr "la contrainte « %s » entre en conflit avec une contrainte NOT VALID sur la table fille « %s »" -#: commands/tablecmds.c:14750 +#: commands/tablecmds.c:14804 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "la table enfant n'a pas de contrainte « %s »" -#: commands/tablecmds.c:14836 +#: commands/tablecmds.c:14890 #, c-format msgid "partition \"%s\" already pending detach in partitioned table \"%s.%s\"" msgstr "la partition « %s » déjà en attente de détachement de la table partitionnée « %s.%s »" -#: commands/tablecmds.c:14865 commands/tablecmds.c:14913 +#: commands/tablecmds.c:14919 commands/tablecmds.c:14967 #, c-format msgid "relation \"%s\" is not a partition of relation \"%s\"" msgstr "la relation « %s » n'est pas une partition de la relation « %s »" -#: commands/tablecmds.c:14919 +#: commands/tablecmds.c:14973 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "la relation « %s » n'est pas un parent de la relation « %s »" -#: commands/tablecmds.c:15147 +#: commands/tablecmds.c:15201 #, c-format msgid "typed tables cannot inherit" msgstr "les tables avec type ne peuvent pas hériter d'autres tables" -#: commands/tablecmds.c:15177 +#: commands/tablecmds.c:15231 #, c-format msgid "table is missing column \"%s\"" msgstr "la colonne « %s » manque à la table" -#: commands/tablecmds.c:15188 +#: commands/tablecmds.c:15242 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "la table a une colonne « %s » alors que le type impose « %s »" -#: commands/tablecmds.c:15197 +#: commands/tablecmds.c:15251 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "la table « %s » a un type différent pour la colonne « %s »" -#: commands/tablecmds.c:15211 +#: commands/tablecmds.c:15265 #, c-format msgid "table has extra column \"%s\"" msgstr "la table a une colonne supplémentaire « %s »" -#: commands/tablecmds.c:15263 +#: commands/tablecmds.c:15317 #, c-format msgid "\"%s\" is not a typed table" msgstr "« %s » n'est pas une table typée" -#: commands/tablecmds.c:15451 +#: commands/tablecmds.c:15505 #, c-format msgid "cannot use non-unique index \"%s\" as replica identity" msgstr "ne peut pas utiliser l'index non unique « %s » comme identité de réplicat" -#: commands/tablecmds.c:15457 +#: commands/tablecmds.c:15511 #, c-format msgid "cannot use non-immediate index \"%s\" as replica identity" msgstr "ne peut pas utiliser l'index « %s » immédiat comme identité de réplicat" -#: commands/tablecmds.c:15463 +#: commands/tablecmds.c:15517 #, c-format msgid "cannot use expression index \"%s\" as replica identity" msgstr "ne peut pas utiliser un index par expression « %s » comme identité de réplicat" -#: commands/tablecmds.c:15469 +#: commands/tablecmds.c:15523 #, c-format msgid "cannot use partial index \"%s\" as replica identity" msgstr "ne peut pas utiliser l'index partiel « %s » comme identité de réplicat" -#: commands/tablecmds.c:15475 +#: commands/tablecmds.c:15529 #, c-format msgid "cannot use invalid index \"%s\" as replica identity" msgstr "ne peut pas utiliser l'index invalide « %s » comme identité de réplicat" -#: commands/tablecmds.c:15492 +#: commands/tablecmds.c:15546 #, c-format msgid "index \"%s\" cannot be used as replica identity because column %d is a system column" msgstr "l'index « %s » ne peut pas être utilisé comme identité de réplicat car la colonne %d est une colonne système" -#: commands/tablecmds.c:15499 +#: commands/tablecmds.c:15553 #, c-format msgid "index \"%s\" cannot be used as replica identity because column \"%s\" is nullable" msgstr "l'index « %s » ne peut pas être utilisé comme identité de réplicat car la colonne « %s » peut être NULL" -#: commands/tablecmds.c:15746 +#: commands/tablecmds.c:15800 #, c-format msgid "cannot change logged status of table \"%s\" because it is temporary" msgstr "ne peut pas modifier le statut de journalisation de la table « %s » parce qu'elle est temporaire" -#: commands/tablecmds.c:15770 +#: commands/tablecmds.c:15824 #, c-format msgid "cannot change table \"%s\" to unlogged because it is part of a publication" msgstr "ne peut pas modifier la table « %s » en non journalisée car elle fait partie d'une publication" -#: commands/tablecmds.c:15772 +#: commands/tablecmds.c:15826 #, c-format msgid "Unlogged relations cannot be replicated." msgstr "Les relations non journalisées ne peuvent pas être répliquées." -#: commands/tablecmds.c:15817 +#: commands/tablecmds.c:15871 #, c-format msgid "could not change table \"%s\" to logged because it references unlogged table \"%s\"" msgstr "n'a pas pu passer la table « %s » en journalisé car elle référence la table non journalisée « %s »" -#: commands/tablecmds.c:15827 +#: commands/tablecmds.c:15881 #, c-format msgid "could not change table \"%s\" to unlogged because it references logged table \"%s\"" msgstr "n'a pas pu passer la table « %s » en non journalisé car elle référence la table journalisée « %s »" -#: commands/tablecmds.c:15885 +#: commands/tablecmds.c:15939 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "ne peut pas déplacer une séquence OWNED BY dans un autre schéma" -#: commands/tablecmds.c:15992 +#: commands/tablecmds.c:16046 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "la relation « %s » existe déjà dans le schéma « %s »" -#: commands/tablecmds.c:16555 +#: commands/tablecmds.c:16609 #, c-format msgid "\"%s\" is not a composite type" msgstr "« %s » n'est pas un type composite" -#: commands/tablecmds.c:16587 +#: commands/tablecmds.c:16641 #, c-format msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table" msgstr "« %s » n'est ni une table, ni une vue, ni une vue matérialisée, ni une séquence, ni une table distante" -#: commands/tablecmds.c:16622 +#: commands/tablecmds.c:16676 #, c-format msgid "unrecognized partitioning strategy \"%s\"" msgstr "stratégie de partitionnement « %s » non reconnue" -#: commands/tablecmds.c:16630 +#: commands/tablecmds.c:16684 #, c-format msgid "cannot use \"list\" partition strategy with more than one column" msgstr "ne peut pas utiliser la stratégie de partitionnement « list » avec plus d'une colonne" -#: commands/tablecmds.c:16696 +#: commands/tablecmds.c:16750 #, c-format msgid "column \"%s\" named in partition key does not exist" msgstr "la colonne « %s » nommée dans la clé de partitionnement n'existe pas" -#: commands/tablecmds.c:16704 +#: commands/tablecmds.c:16758 #, c-format msgid "cannot use system column \"%s\" in partition key" msgstr "ne peut pas utiliser la colonne système « %s » comme clé de partitionnement" -#: commands/tablecmds.c:16715 commands/tablecmds.c:16829 +#: commands/tablecmds.c:16769 commands/tablecmds.c:16883 #, c-format msgid "cannot use generated column in partition key" msgstr "ne peut pas utiliser une colonne générée dans une clé de partitionnement" -#: commands/tablecmds.c:16716 commands/tablecmds.c:16830 commands/trigger.c:653 rewrite/rewriteHandler.c:907 rewrite/rewriteHandler.c:942 +#: commands/tablecmds.c:16770 commands/tablecmds.c:16884 commands/trigger.c:653 rewrite/rewriteHandler.c:908 rewrite/rewriteHandler.c:943 #, c-format msgid "Column \"%s\" is a generated column." msgstr "la colonne « %s » est une colonne générée." -#: commands/tablecmds.c:16792 +#: commands/tablecmds.c:16846 #, c-format msgid "functions in partition key expression must be marked IMMUTABLE" msgstr "" "les fonctions dans une expression de clé de partitionnement doivent être marquées comme\n" "IMMUTABLE" -#: commands/tablecmds.c:16812 +#: commands/tablecmds.c:16866 #, c-format msgid "partition key expressions cannot contain system column references" msgstr "les expressions de la clé de partitionnement ne peuvent pas contenir des références aux colonnes systèmes" -#: commands/tablecmds.c:16842 +#: commands/tablecmds.c:16896 #, c-format msgid "cannot use constant expression as partition key" msgstr "ne peut pas utiliser une expression constante comme clé de partitionnement" -#: commands/tablecmds.c:16863 +#: commands/tablecmds.c:16917 #, c-format msgid "could not determine which collation to use for partition expression" msgstr "n'a pas pu déterminer le collationnement à utiliser pour l'expression de partitionnement" -#: commands/tablecmds.c:16898 +#: commands/tablecmds.c:16952 #, c-format msgid "You must specify a hash operator class or define a default hash operator class for the data type." msgstr "" "Vous devez spécifier une classe d'opérateur hash ou définir une\n" "classe d'opérateur hash par défaut pour le type de données." -#: commands/tablecmds.c:16904 +#: commands/tablecmds.c:16958 #, c-format msgid "You must specify a btree operator class or define a default btree operator class for the data type." msgstr "" "Vous devez spécifier une classe d'opérateur btree ou définir une\n" "classe d'opérateur btree par défaut pour le type de données." -#: commands/tablecmds.c:17156 +#: commands/tablecmds.c:17210 #, c-format msgid "\"%s\" is already a partition" msgstr "« %s » est déjà une partition" -#: commands/tablecmds.c:17162 +#: commands/tablecmds.c:17216 #, c-format msgid "cannot attach a typed table as partition" msgstr "ne peut pas attacher une table typée à une partition" -#: commands/tablecmds.c:17178 +#: commands/tablecmds.c:17232 #, c-format msgid "cannot attach inheritance child as partition" msgstr "ne peut pas ajouter la table en héritage comme une partition" -#: commands/tablecmds.c:17192 +#: commands/tablecmds.c:17246 #, c-format msgid "cannot attach inheritance parent as partition" msgstr "ne peut pas attacher le parent d'héritage comme partition" -#: commands/tablecmds.c:17226 +#: commands/tablecmds.c:17280 #, c-format msgid "cannot attach a temporary relation as partition of permanent relation \"%s\"" msgstr "ne peut pas attacher une relation temporaire comme partition de la relation permanente « %s »" -#: commands/tablecmds.c:17234 +#: commands/tablecmds.c:17288 #, c-format msgid "cannot attach a permanent relation as partition of temporary relation \"%s\"" msgstr "ne peut pas attacher une relation permanente comme partition de la relation temporaire « %s »" -#: commands/tablecmds.c:17242 +#: commands/tablecmds.c:17296 #, c-format msgid "cannot attach as partition of temporary relation of another session" msgstr "ne peut pas attacher comme partition d'une relation temporaire d'une autre session" -#: commands/tablecmds.c:17249 +#: commands/tablecmds.c:17303 #, c-format msgid "cannot attach temporary relation of another session as partition" msgstr "ne peut pas attacher une relation temporaire d'une autre session comme partition" -#: commands/tablecmds.c:17269 +#: commands/tablecmds.c:17323 #, c-format msgid "table \"%s\" contains column \"%s\" not found in parent \"%s\"" msgstr "la table « %s » contient la colonne « %s » introuvable dans le parent « %s »" -#: commands/tablecmds.c:17272 +#: commands/tablecmds.c:17326 #, c-format msgid "The new partition may contain only the columns present in parent." msgstr "La nouvelle partition pourrait seulement contenir les colonnes présentes dans le parent." -#: commands/tablecmds.c:17284 +#: commands/tablecmds.c:17338 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming a partition" msgstr "le trigger « %s » empêche la table « %s » de devenir une partition" -#: commands/tablecmds.c:17286 commands/trigger.c:459 +#: commands/tablecmds.c:17340 commands/trigger.c:459 #, c-format msgid "ROW triggers with transition tables are not supported on partitions" msgstr "les triggers ROW avec des tables de transition ne sont pas supportés sur les partitions" -#: commands/tablecmds.c:17465 +#: commands/tablecmds.c:17519 #, c-format msgid "cannot attach foreign table \"%s\" as partition of partitioned table \"%s\"" msgstr "ne peut pas attacher la table distante « %s » comme partition de la table partitionnée « %s »" -#: commands/tablecmds.c:17468 +#: commands/tablecmds.c:17522 #, c-format msgid "Partitioned table \"%s\" contains unique indexes." msgstr "La table partitionnée « %s » contient des index uniques." -#: commands/tablecmds.c:17788 +#: commands/tablecmds.c:17842 #, c-format msgid "cannot detach partitions concurrently when a default partition exists" msgstr "ne peut pas détacher les partitions en parallèle quand une partition par défaut existe" -#: commands/tablecmds.c:17897 +#: commands/tablecmds.c:17951 #, c-format msgid "partitioned table \"%s\" was removed concurrently" msgstr "la table partitionnée « %s » a été supprimée de manière concurrente" -#: commands/tablecmds.c:17903 +#: commands/tablecmds.c:17957 #, c-format msgid "partition \"%s\" was removed concurrently" msgstr "la partition « %s » a été supprimée de façon concurrente" -#: commands/tablecmds.c:18376 commands/tablecmds.c:18396 commands/tablecmds.c:18416 commands/tablecmds.c:18435 commands/tablecmds.c:18477 +#: commands/tablecmds.c:18440 commands/tablecmds.c:18460 commands/tablecmds.c:18480 commands/tablecmds.c:18499 commands/tablecmds.c:18541 #, c-format msgid "cannot attach index \"%s\" as a partition of index \"%s\"" msgstr "ne peut pas attacher l'index « %s » comme une partition de l'index « %s »" -#: commands/tablecmds.c:18379 +#: commands/tablecmds.c:18443 #, c-format msgid "Index \"%s\" is already attached to another index." msgstr "L'index « %s » est déjà attaché à un autre index." -#: commands/tablecmds.c:18399 +#: commands/tablecmds.c:18463 #, c-format msgid "Index \"%s\" is not an index on any partition of table \"%s\"." msgstr "L'index « %s » n'est un index sur aucune des partitions de la table « %s »." -#: commands/tablecmds.c:18419 +#: commands/tablecmds.c:18483 #, c-format msgid "The index definitions do not match." msgstr "La définition de l'index correspond pas." -#: commands/tablecmds.c:18438 +#: commands/tablecmds.c:18502 #, c-format msgid "The index \"%s\" belongs to a constraint in table \"%s\" but no constraint exists for index \"%s\"." msgstr "L'index « %s » appartient à une contrainte dans la table « %s » mais aucune contrainte n'existe pour l'index « %s »." -#: commands/tablecmds.c:18480 +#: commands/tablecmds.c:18544 #, c-format msgid "Another index is already attached for partition \"%s\"." msgstr "Un autre index est déjà attaché pour la partition « %s »." -#: commands/tablecmds.c:18710 +#: commands/tablecmds.c:18774 #, c-format msgid "column data type %s does not support compression" msgstr "le type de données %s ne supporte pas la compression" -#: commands/tablecmds.c:18717 +#: commands/tablecmds.c:18781 #, c-format msgid "invalid compression method \"%s\"" msgstr "méthode de compression « %s » invalide" @@ -10396,7 +10411,7 @@ msgid "directory \"%s\" already in use as a tablespace" msgstr "répertoire « %s » déjà utilisé comme tablespace" -#: commands/tablespace.c:768 commands/tablespace.c:781 commands/tablespace.c:817 commands/tablespace.c:909 storage/file/fd.c:3163 storage/file/fd.c:3559 +#: commands/tablespace.c:768 commands/tablespace.c:781 commands/tablespace.c:817 commands/tablespace.c:909 storage/file/fd.c:3169 storage/file/fd.c:3565 #, c-format msgid "could not remove directory \"%s\": %m" msgstr "n'a pas pu supprimer le répertoire « %s » : %m" @@ -10443,8 +10458,8 @@ #: commands/trigger.c:252 #, c-format -msgid "Triggers on partitioned tables cannot have transition tables." -msgstr "Les triggers sur les tables partitionnées ne peuvent pas avoir de tables de transition." +msgid "ROW triggers with transition tables are not supported on partitioned tables." +msgstr "Les triggers ROW avec des tables de transition ne sont pas supportés sur les tables partitionnées." #: commands/trigger.c:264 commands/trigger.c:271 commands/trigger.c:441 #, c-format @@ -10618,67 +10633,67 @@ msgid "trigger \"%s\" for relation \"%s\" is a constraint trigger" msgstr "le trigger « %s » de la relation « %s » est un trigger de contrainte" -#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1630 +#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1660 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "le trigger « %s » de la table « %s » n'existe pas" -#: commands/trigger.c:1598 +#: commands/trigger.c:1600 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "droit refusé : « %s » est un trigger système" -#: commands/trigger.c:2178 +#: commands/trigger.c:2221 #, c-format msgid "trigger function %u returned null value" msgstr "la fonction trigger %u a renvoyé la valeur NULL" -#: commands/trigger.c:2238 commands/trigger.c:2452 commands/trigger.c:2691 commands/trigger.c:2995 +#: commands/trigger.c:2281 commands/trigger.c:2495 commands/trigger.c:2734 commands/trigger.c:3038 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "un trigger BEFORE STATEMENT ne peut pas renvoyer une valeur" -#: commands/trigger.c:2312 +#: commands/trigger.c:2355 #, c-format msgid "moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported" msgstr "le déplacement de la ligne vers une autre partition par un trigger BEFORE FOR EACH ROW n'est pas supporté" -#: commands/trigger.c:2313 +#: commands/trigger.c:2356 #, c-format msgid "Before executing trigger \"%s\", the row was to be in partition \"%s.%s\"." msgstr "Avant d'exécuter le trigger « %s », la ligne devait aller dans la partition « %s.%s »." -#: commands/trigger.c:3061 executor/nodeModifyTable.c:1824 executor/nodeModifyTable.c:1906 +#: commands/trigger.c:3104 executor/nodeModifyTable.c:1825 executor/nodeModifyTable.c:1907 #, c-format msgid "tuple to be updated was already modified by an operation triggered by the current command" msgstr "la ligne à mettre à jour était déjà modifiée par une opération déclenchée par la commande courante" -#: commands/trigger.c:3062 executor/nodeModifyTable.c:1206 executor/nodeModifyTable.c:1280 executor/nodeModifyTable.c:1825 executor/nodeModifyTable.c:1907 +#: commands/trigger.c:3105 executor/nodeModifyTable.c:1207 executor/nodeModifyTable.c:1281 executor/nodeModifyTable.c:1826 executor/nodeModifyTable.c:1908 #, c-format msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." msgstr "Considérez l'utilisation d'un trigger AFTER au lieu d'un trigger BEFORE pour propager les changements sur les autres lignes." -#: commands/trigger.c:3091 executor/nodeLockRows.c:229 executor/nodeLockRows.c:238 executor/nodeModifyTable.c:228 executor/nodeModifyTable.c:1222 executor/nodeModifyTable.c:1842 executor/nodeModifyTable.c:2072 +#: commands/trigger.c:3134 executor/nodeLockRows.c:229 executor/nodeLockRows.c:238 executor/nodeModifyTable.c:228 executor/nodeModifyTable.c:1223 executor/nodeModifyTable.c:1843 executor/nodeModifyTable.c:2073 #, c-format msgid "could not serialize access due to concurrent update" msgstr "n'a pas pu sérialiser un accès à cause d'une mise à jour en parallèle" -#: commands/trigger.c:3099 executor/nodeModifyTable.c:1312 executor/nodeModifyTable.c:1924 executor/nodeModifyTable.c:2096 +#: commands/trigger.c:3142 executor/nodeModifyTable.c:1313 executor/nodeModifyTable.c:1925 executor/nodeModifyTable.c:2097 #, c-format msgid "could not serialize access due to concurrent delete" msgstr "n'a pas pu sérialiser un accès à cause d'une suppression en parallèle" -#: commands/trigger.c:4160 +#: commands/trigger.c:4203 #, c-format msgid "cannot fire deferred trigger within security-restricted operation" msgstr "ne peut pas déclencher un trigger déferré à l'intérieur d'une opération restreinte pour sécurité" -#: commands/trigger.c:5203 +#: commands/trigger.c:5253 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "la contrainte « %s » n'est pas DEFERRABLE" -#: commands/trigger.c:5226 +#: commands/trigger.c:5276 #, c-format msgid "constraint \"%s\" does not exist" msgstr "la contrainte « %s » n'existe pas" @@ -11157,7 +11172,7 @@ msgid "permission denied to create role" msgstr "droit refusé pour créer un rôle" -#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15259 gram.y:15304 utils/adt/acl.c:5248 utils/adt/acl.c:5254 +#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15260 gram.y:15305 utils/adt/acl.c:5248 utils/adt/acl.c:5254 #, c-format msgid "role name \"%s\" is reserved" msgstr "le nom du rôle « %s » est réservé" @@ -11182,6 +11197,10 @@ msgid "pg_authid OID value not set when in binary upgrade mode" msgstr "la valeur d'OID de pg_authid n'est pas positionnée en mode de mise à jour binaire" +#: commands/user.c:570 commands/user.c:925 +msgid "Cannot alter reserved roles." +msgstr "Ne peut pas modifier les rôles réservés." + #: commands/user.c:722 #, c-format msgid "must be superuser to alter superuser roles or change superuser attribute" @@ -11597,47 +11616,47 @@ msgid "could not determine which collation to use for view column \"%s\"" msgstr "n'a pas pu déterminer le collationnement à utiliser pour la colonne « %s » de la vue" -#: commands/view.c:265 commands/view.c:276 +#: commands/view.c:279 commands/view.c:290 #, c-format msgid "cannot drop columns from view" msgstr "ne peut pas supprimer les colonnes d'une vue" -#: commands/view.c:281 +#: commands/view.c:295 #, c-format msgid "cannot change name of view column \"%s\" to \"%s\"" msgstr "ne peut pas modifier le nom de la colonne « %s » de la vue en « %s »" -#: commands/view.c:284 +#: commands/view.c:298 #, c-format msgid "Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead." msgstr "À la place, utilisez ALTER VIEW ... RENAME COLUMN ... pour modifier le nom de la colonne d'une vue." -#: commands/view.c:290 +#: commands/view.c:304 #, c-format msgid "cannot change data type of view column \"%s\" from %s to %s" msgstr "ne peut pas modifier le type de données de la colonne « %s » de la vue de %s à %s" -#: commands/view.c:438 +#: commands/view.c:452 #, c-format msgid "views must not contain SELECT INTO" msgstr "les vues ne peuvent pas contenir SELECT INTO" -#: commands/view.c:450 +#: commands/view.c:464 #, c-format msgid "views must not contain data-modifying statements in WITH" msgstr "les vues ne peuvent pas contenir d'instructions de modifications de données avec WITH" -#: commands/view.c:520 +#: commands/view.c:534 #, c-format msgid "CREATE VIEW specifies more column names than columns" msgstr "CREATE VIEW spécifie plus de noms de colonnes que de colonnes" -#: commands/view.c:528 +#: commands/view.c:542 #, c-format msgid "views cannot be unlogged because they do not have storage" msgstr "les vues ne peuvent pas être non tracées car elles n'ont pas de stockage" -#: commands/view.c:542 +#: commands/view.c:556 #, c-format msgid "view \"%s\" will be a temporary view" msgstr "la vue « %s » sera une vue temporaire" @@ -11751,7 +11770,7 @@ msgid "Table has type %s, but query expects %s." msgstr "La table a le type %s alors que la requête attend %s." -#: executor/execExprInterp.c:2003 utils/adt/expandedrecord.c:99 utils/adt/expandedrecord.c:231 utils/cache/typcache.c:1751 utils/cache/typcache.c:1907 utils/cache/typcache.c:2054 utils/fmgr/funcapi.c:458 +#: executor/execExprInterp.c:2003 utils/adt/expandedrecord.c:99 utils/adt/expandedrecord.c:231 utils/cache/typcache.c:1751 utils/cache/typcache.c:1907 utils/cache/typcache.c:2054 utils/fmgr/funcapi.c:492 #, c-format msgid "type %s is not composite" msgstr "le type %s n'est pas un type composite" @@ -11857,32 +11876,32 @@ msgid "cannot change TOAST relation \"%s\"" msgstr "ne peut pas modifier la relation TOAST « %s »" -#: executor/execMain.c:1031 rewrite/rewriteHandler.c:3064 rewrite/rewriteHandler.c:3861 +#: executor/execMain.c:1031 rewrite/rewriteHandler.c:3098 rewrite/rewriteHandler.c:3892 #, c-format msgid "cannot insert into view \"%s\"" msgstr "ne peut pas insérer dans la vue « %s »" -#: executor/execMain.c:1033 rewrite/rewriteHandler.c:3067 rewrite/rewriteHandler.c:3864 +#: executor/execMain.c:1033 rewrite/rewriteHandler.c:3101 rewrite/rewriteHandler.c:3895 #, c-format msgid "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule." msgstr "Pour activer l'insertion dans la vue, fournissez un trigger INSTEAD OF INSERT ou une règle ON INSERT DO INSTEAD sans condition." -#: executor/execMain.c:1039 rewrite/rewriteHandler.c:3072 rewrite/rewriteHandler.c:3869 +#: executor/execMain.c:1039 rewrite/rewriteHandler.c:3106 rewrite/rewriteHandler.c:3900 #, c-format msgid "cannot update view \"%s\"" msgstr "ne peut pas mettre à jour la vue « %s »" -#: executor/execMain.c:1041 rewrite/rewriteHandler.c:3075 rewrite/rewriteHandler.c:3872 +#: executor/execMain.c:1041 rewrite/rewriteHandler.c:3109 rewrite/rewriteHandler.c:3903 #, c-format msgid "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule." msgstr "Pour activer la mise à jour dans la vue, fournissez un trigger INSTEAD OF UPDATE ou une règle ON UPDATE DO INSTEAD sans condition." -#: executor/execMain.c:1047 rewrite/rewriteHandler.c:3080 rewrite/rewriteHandler.c:3877 +#: executor/execMain.c:1047 rewrite/rewriteHandler.c:3114 rewrite/rewriteHandler.c:3908 #, c-format msgid "cannot delete from view \"%s\"" msgstr "ne peut pas supprimer à partir de la vue « %s »" -#: executor/execMain.c:1049 rewrite/rewriteHandler.c:3083 rewrite/rewriteHandler.c:3880 +#: executor/execMain.c:1049 rewrite/rewriteHandler.c:3117 rewrite/rewriteHandler.c:3911 #, c-format msgid "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule." msgstr "Pour activer la suppression dans la vue, fournissez un trigger INSTEAD OF DELETE ou une règle ON DELETE DO INSTEAD sans condition." @@ -12032,37 +12051,37 @@ msgid "could not identify an equality operator for type %s" msgstr "n'a pas pu identifier un opérateur d'égalité pour le type %s" -#: executor/execReplication.c:590 +#: executor/execReplication.c:597 #, c-format msgid "cannot update table \"%s\" because it does not have a replica identity and publishes updates" msgstr "ne peut pas mettre à jour la table « %s » car elle n'a pas d'identité de réplicat et publie des mises à jour" -#: executor/execReplication.c:592 +#: executor/execReplication.c:599 #, c-format msgid "To enable updating the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "Pour permettre les mises à jour sur la table, configurez REPLICA IDENTITY en utilisant ALTER TABLE." -#: executor/execReplication.c:596 +#: executor/execReplication.c:603 #, c-format msgid "cannot delete from table \"%s\" because it does not have a replica identity and publishes deletes" msgstr "ne peut pas supprimer à partir de la table « %s » car elle n'a pas d'identité de réplicat et publie des suppressions" -#: executor/execReplication.c:598 +#: executor/execReplication.c:605 #, c-format msgid "To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "Pour permettre les suppressions sur la table, configurez REPLICA IDENTITY en utilisant ALTER TABLE." -#: executor/execReplication.c:617 executor/execReplication.c:625 +#: executor/execReplication.c:624 executor/execReplication.c:632 #, c-format msgid "cannot use relation \"%s.%s\" as logical replication target" msgstr "ne peut pas utiliser la relation « %s.%s » comme cible d'une réplication logique" -#: executor/execReplication.c:619 +#: executor/execReplication.c:626 #, c-format msgid "\"%s.%s\" is a foreign table." msgstr "« %s.%s » est une table distante." -#: executor/execReplication.c:627 +#: executor/execReplication.c:634 #, c-format msgid "\"%s.%s\" is not a table." msgstr "« %s.%s » n'est pas une table." @@ -12148,59 +12167,59 @@ msgid "%s is not allowed in a non-volatile function" msgstr "%s n'est pas autorisé dans une fonction non volatile" -#: executor/functions.c:1442 +#: executor/functions.c:1457 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "fonction SQL « %s », instruction %d" -#: executor/functions.c:1468 +#: executor/functions.c:1483 #, c-format msgid "SQL function \"%s\" during startup" msgstr "fonction SQL « %s » lors du lancement" -#: executor/functions.c:1553 +#: executor/functions.c:1568 #, c-format msgid "calling procedures with output arguments is not supported in SQL functions" msgstr "l'appel à des procédures avec des arguments en sortie n'est pas supporté dans les fonctions SQL" -#: executor/functions.c:1686 executor/functions.c:1724 executor/functions.c:1738 executor/functions.c:1828 executor/functions.c:1861 executor/functions.c:1875 +#: executor/functions.c:1701 executor/functions.c:1739 executor/functions.c:1753 executor/functions.c:1843 executor/functions.c:1876 executor/functions.c:1890 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "le type de retour ne correspond pas à la fonction déclarant renvoyer %s" -#: executor/functions.c:1688 +#: executor/functions.c:1703 #, c-format msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "" "L'instruction finale de la fonction doit être un SELECT ou un\n" "INSERT/UPDATE/DELETE RETURNING." -#: executor/functions.c:1726 +#: executor/functions.c:1741 #, c-format msgid "Final statement must return exactly one column." msgstr "L'instruction finale doit renvoyer exactement une colonne." -#: executor/functions.c:1740 +#: executor/functions.c:1755 #, c-format msgid "Actual return type is %s." msgstr "Le code de retour réel est %s." -#: executor/functions.c:1830 +#: executor/functions.c:1845 #, c-format msgid "Final statement returns too many columns." msgstr "L'instruction finale renvoie beaucoup trop de colonnes." -#: executor/functions.c:1863 +#: executor/functions.c:1878 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "L'instruction finale renvoie %s au lieu de %s pour la colonne %d." -#: executor/functions.c:1877 +#: executor/functions.c:1892 #, c-format msgid "Final statement returns too few columns." msgstr "L'instruction finale renvoie trop peu de colonnes." -#: executor/functions.c:1905 +#: executor/functions.c:1920 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "le type de retour %s n'est pas supporté pour les fonctions SQL" @@ -12265,27 +12284,27 @@ msgid "Query has too few columns." msgstr "La requête n'a pas assez de colonnes." -#: executor/nodeModifyTable.c:1205 executor/nodeModifyTable.c:1279 +#: executor/nodeModifyTable.c:1206 executor/nodeModifyTable.c:1280 #, c-format msgid "tuple to be deleted was already modified by an operation triggered by the current command" msgstr "la ligne à supprimer était déjà modifiée par une opération déclenchée par la commande courante" -#: executor/nodeModifyTable.c:1454 +#: executor/nodeModifyTable.c:1455 #, c-format msgid "invalid ON UPDATE specification" msgstr "spécification ON UPDATE invalide" -#: executor/nodeModifyTable.c:1455 +#: executor/nodeModifyTable.c:1456 #, c-format msgid "The result tuple would appear in a different partition than the original tuple." msgstr "La ligne résultante apparaîtrait dans une partition différente de la ligne originale." -#: executor/nodeModifyTable.c:2051 +#: executor/nodeModifyTable.c:2052 #, c-format msgid "ON CONFLICT DO UPDATE command cannot affect row a second time" msgstr "la commande ON CONFLICT DO UPDATE ne peut pas affecter une ligne la deuxième fois" -#: executor/nodeModifyTable.c:2052 +#: executor/nodeModifyTable.c:2053 #, c-format msgid "Ensure that no rows proposed for insertion within the same command have duplicate constrained values." msgstr "S'assure qu'aucune ligne proposée à l'insertion dans la même commande n'a de valeurs contraintes dupliquées." @@ -12457,363 +12476,363 @@ msgid "Valid options in this context are: %s" msgstr "Les options valides dans ce contexte sont %s" -#: gram.y:1107 +#: gram.y:1108 #, c-format msgid "UNENCRYPTED PASSWORD is no longer supported" msgstr "UNENCRYPTED PASSWORD n'est plus supporté" -#: gram.y:1108 +#: gram.y:1109 #, c-format msgid "Remove UNENCRYPTED to store the password in encrypted form instead." msgstr "Supprimez UNENCRYPTED pour enregistrer le mot de passe dans sa forme chiffrée à la place." -#: gram.y:1170 +#: gram.y:1171 #, c-format msgid "unrecognized role option \"%s\"" msgstr "option « %s » du rôle non reconnue" -#: gram.y:1417 gram.y:1432 +#: gram.y:1418 gram.y:1433 #, c-format msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" msgstr "CREATE SCHEMA IF NOT EXISTS n'inclut pas les éléments du schéma" -#: gram.y:1578 +#: gram.y:1579 #, c-format msgid "current database cannot be changed" msgstr "la base de données actuelle ne peut pas être changée" -#: gram.y:1702 +#: gram.y:1703 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "l'intervalle de fuseau horaire doit être HOUR ou HOUR TO MINUTE" -#: gram.y:2270 +#: gram.y:2271 #, c-format msgid "column number must be in range from 1 to %d" msgstr "le numéro de colonne doit être dans l'intervalle entre 1 et %d" -#: gram.y:2811 +#: gram.y:2812 #, c-format msgid "sequence option \"%s\" not supported here" msgstr "option de séquence « %s » non supportée ici" -#: gram.y:2840 +#: gram.y:2841 #, c-format msgid "modulus for hash partition provided more than once" msgstr "le modulo pour la partition hash est spécifié plus d'une fois" -#: gram.y:2849 +#: gram.y:2850 #, c-format msgid "remainder for hash partition provided more than once" msgstr "le reste pour la partition hash est spécifié plus d'une fois" -#: gram.y:2856 +#: gram.y:2857 #, c-format msgid "unrecognized hash partition bound specification \"%s\"" msgstr "spécification de limite de partition hash non reconnue « %s »" -#: gram.y:2864 +#: gram.y:2865 #, c-format msgid "modulus for hash partition must be specified" msgstr "le modulo pour les partitions hash doit être spécifié" -#: gram.y:2868 +#: gram.y:2869 #, c-format msgid "remainder for hash partition must be specified" msgstr "le reste pour les partition hash doit être spécifié" -#: gram.y:3069 gram.y:3102 +#: gram.y:3070 gram.y:3103 #, c-format msgid "STDIN/STDOUT not allowed with PROGRAM" msgstr "STDIN/STDOUT non autorisé dans PROGRAM" -#: gram.y:3075 +#: gram.y:3076 #, c-format msgid "WHERE clause not allowed with COPY TO" msgstr "la clause WHERE n'est pas autorisée avec COPY TO" -#: gram.y:3407 gram.y:3414 gram.y:11665 gram.y:11673 +#: gram.y:3408 gram.y:3415 gram.y:11666 gram.y:11674 #, c-format msgid "GLOBAL is deprecated in temporary table creation" msgstr "GLOBAL est obsolète dans la création de la table temporaire" -#: gram.y:3665 +#: gram.y:3666 #, c-format msgid "for a generated column, GENERATED ALWAYS must be specified" msgstr "pour une colonne générée, GENERATED ALWAYS doit toujours être spécifié" -#: gram.y:3933 utils/adt/ri_triggers.c:2032 +#: gram.y:3934 utils/adt/ri_triggers.c:2032 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "MATCH PARTIAL non implémenté" -#: gram.y:4634 +#: gram.y:4635 #, c-format msgid "CREATE EXTENSION ... FROM is no longer supported" msgstr "CREATE EXTENSION ... FROM n'est plus supporté" -#: gram.y:5297 +#: gram.y:5298 #, c-format msgid "unrecognized row security option \"%s\"" msgstr "option « %s » de sécurité de ligne non reconnue" -#: gram.y:5298 +#: gram.y:5299 #, c-format msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently." msgstr "Seules les politiques PERMISSIVE et RESTRICTIVE sont supportées actuellement." -#: gram.y:5380 +#: gram.y:5381 #, c-format msgid "CREATE OR REPLACE CONSTRAINT TRIGGER is not supported" msgstr "CREATE OR REPLACE CONSTRAINT TRIGGER n'est pas supporté" -#: gram.y:5417 +#: gram.y:5418 msgid "duplicate trigger events specified" msgstr "événements de trigger dupliqués spécifiés" -#: gram.y:5558 parser/parse_utilcmd.c:3703 parser/parse_utilcmd.c:3729 +#: gram.y:5559 parser/parse_utilcmd.c:3713 parser/parse_utilcmd.c:3739 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" msgstr "la contrainte déclarée INITIALLY DEFERRED doit être DEFERRABLE" -#: gram.y:5565 +#: gram.y:5566 #, c-format msgid "conflicting constraint properties" msgstr "propriétés de contrainte en conflit" -#: gram.y:5661 +#: gram.y:5662 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "CREATE ASSERTION n'est pas encore implémenté" -#: gram.y:6044 +#: gram.y:6045 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK n'est plus nécessaire" -#: gram.y:6045 +#: gram.y:6046 #, c-format msgid "Update your data type." msgstr "Mettez à jour votre type de données." -#: gram.y:7741 +#: gram.y:7742 #, c-format msgid "aggregates cannot have output arguments" msgstr "les agrégats ne peuvent pas avoir d'arguments en sortie" -#: gram.y:8188 utils/adt/regproc.c:710 utils/adt/regproc.c:751 +#: gram.y:8189 utils/adt/regproc.c:710 utils/adt/regproc.c:751 #, c-format msgid "missing argument" msgstr "argument manquant" -#: gram.y:8189 utils/adt/regproc.c:711 utils/adt/regproc.c:752 +#: gram.y:8190 utils/adt/regproc.c:711 utils/adt/regproc.c:752 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." msgstr "Utilisez NONE pour dénoter l'argument manquant d'un opérateur unitaire." -#: gram.y:10128 gram.y:10146 +#: gram.y:10129 gram.y:10147 #, c-format msgid "WITH CHECK OPTION not supported on recursive views" msgstr "WITH CHECK OPTION non supporté sur les vues récursives" -#: gram.y:11802 +#: gram.y:11803 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "la syntaxe LIMIT #,# n'est pas supportée" -#: gram.y:11803 +#: gram.y:11804 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "Utilisez les clauses séparées LIMIT et OFFSET." -#: gram.y:12141 gram.y:12166 +#: gram.y:12142 gram.y:12167 #, c-format msgid "VALUES in FROM must have an alias" msgstr "VALUES dans FROM doit avoir un alias" -#: gram.y:12142 gram.y:12167 +#: gram.y:12143 gram.y:12168 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "Par exemple, FROM (VALUES ...) [AS] quelquechose." -#: gram.y:12147 gram.y:12172 +#: gram.y:12148 gram.y:12173 #, c-format msgid "subquery in FROM must have an alias" msgstr "la sous-requête du FROM doit avoir un alias" -#: gram.y:12148 gram.y:12173 +#: gram.y:12149 gram.y:12174 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "Par exemple, FROM (SELECT...) [AS] quelquechose." -#: gram.y:12668 +#: gram.y:12669 #, c-format msgid "only one DEFAULT value is allowed" msgstr "seule une valeur DEFAULT est autorisée" -#: gram.y:12677 +#: gram.y:12678 #, c-format msgid "only one PATH value per column is allowed" msgstr "seule une valeur PATH par colonne est autorisée" -#: gram.y:12686 +#: gram.y:12687 #, c-format msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\"" msgstr "déclarations NULL/NOT NULL en conflit ou redondantes pour la colonne « %s »" -#: gram.y:12695 +#: gram.y:12696 #, c-format msgid "unrecognized column option \"%s\"" msgstr "option de colonne « %s » non reconnue" -#: gram.y:12949 +#: gram.y:12950 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "la précision du type float doit être d'au moins un bit" -#: gram.y:12958 +#: gram.y:12959 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "la précision du type float doit être inférieur à 54 bits" -#: gram.y:13456 +#: gram.y:13457 #, c-format msgid "wrong number of parameters on left side of OVERLAPS expression" msgstr "mauvais nombre de paramètres sur le côté gauche de l'expression OVERLAPS" -#: gram.y:13461 +#: gram.y:13462 #, c-format msgid "wrong number of parameters on right side of OVERLAPS expression" msgstr "mauvais nombre de paramètres sur le côté droit de l'expression OVERLAPS" -#: gram.y:13629 +#: gram.y:13630 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "prédicat UNIQUE non implémenté" -#: gram.y:13988 +#: gram.y:13989 #, c-format msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" msgstr "ne peut pas utiliser des clauses ORDER BY multiples dans WITHIN GROUP" -#: gram.y:13993 +#: gram.y:13994 #, c-format msgid "cannot use DISTINCT with WITHIN GROUP" msgstr "ne peut pas utiliser DISTINCT avec WITHIN GROUP" -#: gram.y:13998 +#: gram.y:13999 #, c-format msgid "cannot use VARIADIC with WITHIN GROUP" msgstr "ne peut pas utiliser VARIADIC avec WITHIN GROUP" -#: gram.y:14522 gram.y:14545 +#: gram.y:14523 gram.y:14546 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "la fin du frame ne peut pas être UNBOUNDED FOLLOWING" -#: gram.y:14527 +#: gram.y:14528 #, c-format msgid "frame starting from following row cannot end with current row" msgstr "la frame commençant après la ligne suivante ne peut pas se terminer avec la ligne actuelle" -#: gram.y:14550 +#: gram.y:14551 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "la fin du frame ne peut pas être UNBOUNDED PRECEDING" -#: gram.y:14556 +#: gram.y:14557 #, c-format msgid "frame starting from current row cannot have preceding rows" msgstr "la frame commençant à la ligne courante ne peut pas avoir des lignes précédentes" -#: gram.y:14563 +#: gram.y:14564 #, c-format msgid "frame starting from following row cannot have preceding rows" msgstr "la frame commençant à la ligne suivante ne peut pas avoir des lignes précédentes" -#: gram.y:15195 +#: gram.y:15196 #, c-format msgid "type modifier cannot have parameter name" msgstr "le modificateur de type ne peut pas avoir de nom de paramètre" -#: gram.y:15201 +#: gram.y:15202 #, c-format msgid "type modifier cannot have ORDER BY" msgstr "le modificateur de type ne peut pas avoir de clause ORDER BY" -#: gram.y:15266 gram.y:15273 gram.y:15280 +#: gram.y:15267 gram.y:15274 gram.y:15281 #, c-format msgid "%s cannot be used as a role name here" msgstr "%s ne peut pas être utilisé comme nom de rôle ici" -#: gram.y:15369 gram.y:16800 +#: gram.y:15370 gram.y:16801 #, c-format msgid "WITH TIES cannot be specified without ORDER BY clause" msgstr "WITH TIES ne peut pas être indiqué sans clause ORDER BY" -#: gram.y:16477 gram.y:16666 +#: gram.y:16478 gram.y:16667 msgid "improper use of \"*\"" msgstr "mauvaise utilisation de « * »" -#: gram.y:16629 gram.y:16646 tsearch/spell.c:982 tsearch/spell.c:999 tsearch/spell.c:1016 tsearch/spell.c:1033 tsearch/spell.c:1098 +#: gram.y:16630 gram.y:16647 tsearch/spell.c:983 tsearch/spell.c:1000 tsearch/spell.c:1017 tsearch/spell.c:1034 tsearch/spell.c:1099 #, c-format msgid "syntax error" msgstr "erreur de syntaxe" -#: gram.y:16730 +#: gram.y:16731 #, c-format msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type" msgstr "un agrégat par ensemble ordonné avec un argument VARIADIC direct doit avoir un argument VARIADIC agrégé du même type de données" -#: gram.y:16767 +#: gram.y:16768 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "clauses ORDER BY multiples non autorisées" -#: gram.y:16778 +#: gram.y:16779 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "clauses OFFSET multiples non autorisées" -#: gram.y:16787 +#: gram.y:16788 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "clauses LIMIT multiples non autorisées" -#: gram.y:16796 +#: gram.y:16797 #, c-format msgid "multiple limit options not allowed" msgstr "options limite multiples non autorisées" -#: gram.y:16823 +#: gram.y:16824 #, c-format msgid "multiple WITH clauses not allowed" msgstr "clauses WITH multiples non autorisées" -#: gram.y:17017 +#: gram.y:17018 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "les arguments OUT et INOUT ne sont pas autorisés dans des fonctions TABLE" -#: gram.y:17113 +#: gram.y:17114 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "clauses COLLATE multiples non autorisées" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17151 gram.y:17164 +#: gram.y:17152 gram.y:17165 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "les contraintes %s ne peuvent pas être marquées comme DEFERRABLE" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17177 +#: gram.y:17178 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "les contraintes %s ne peuvent pas être marquées comme NOT VALID" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17190 +#: gram.y:17191 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "les contraintes %s ne peuvent pas être marquées NO INHERIT" @@ -12912,17 +12931,17 @@ msgid "could not access file \"%s\": %m" msgstr "n'a pas pu accéder au fichier « %s » : %m" -#: jsonpath_gram.y:527 jsonpath_scan.l:519 jsonpath_scan.l:530 jsonpath_scan.l:540 jsonpath_scan.l:582 utils/adt/encode.c:482 utils/adt/encode.c:547 utils/adt/jsonfuncs.c:623 utils/adt/varlena.c:336 utils/adt/varlena.c:377 +#: jsonpath_gram.y:528 jsonpath_scan.l:519 jsonpath_scan.l:530 jsonpath_scan.l:540 jsonpath_scan.l:582 utils/adt/encode.c:482 utils/adt/encode.c:547 utils/adt/jsonfuncs.c:623 utils/adt/varlena.c:336 utils/adt/varlena.c:377 #, c-format msgid "invalid input syntax for type %s" msgstr "syntaxe en entrée invalide pour le type %s" -#: jsonpath_gram.y:528 +#: jsonpath_gram.y:529 #, c-format msgid "unrecognized flag character \"%.*s\" in LIKE_REGEX predicate" msgstr "caractère d'état « %.*s » non reconnu dans un prédicat LIKE_REGEX" -#: jsonpath_gram.y:582 +#: jsonpath_gram.y:583 #, c-format msgid "XQuery \"x\" flag (expanded regular expressions) is not implemented" msgstr "le flag XQuery « x » (expression régulière étendue) n'est pas implémenté" @@ -14769,8 +14788,8 @@ #: main/main.c:335 #, c-format -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr " -f s|i|n|m|h interdit l'utilisation de certains types de plan\n" +msgid " -f s|i|o|b|t|n|m|h forbid use of some plan types\n" +msgstr " -f s|i|o|b|t|n|m|h interdit l'utilisation de certains types de plan\n" #: main/main.c:336 #, c-format @@ -14943,12 +14962,12 @@ msgid "ExtensibleNodeMethods \"%s\" was not registered" msgstr "ExtensibleNodeMethods \"%s\" n'a pas été enregistré" -#: nodes/makefuncs.c:150 statistics/extended_stats.c:2293 +#: nodes/makefuncs.c:150 statistics/extended_stats.c:2346 #, c-format msgid "relation \"%s\" does not have a composite type" msgstr "la relation « %s » n'a pas un type composite" -#: nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:145 parser/parse_coerce.c:2567 parser/parse_coerce.c:2705 parser/parse_coerce.c:2752 parser/parse_expr.c:2026 parser/parse_func.c:710 parser/parse_oper.c:883 utils/fmgr/funcapi.c:558 +#: nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:145 parser/parse_coerce.c:2567 parser/parse_coerce.c:2705 parser/parse_coerce.c:2752 parser/parse_expr.c:2026 parser/parse_func.c:710 parser/parse_oper.c:883 utils/fmgr/funcapi.c:592 #, c-format msgid "could not find array type for data type %s" msgstr "n'a pas pu trouver de type tableau pour le type de données %s" @@ -15047,27 +15066,32 @@ msgid "SQL function \"%s\" during inlining" msgstr "fonction SQL « %s » durant « inlining »" -#: optimizer/util/plancat.c:132 +#: optimizer/util/plancat.c:140 +#, c-format +msgid "cannot open relation \"%s\"" +msgstr "ne peut pas ouvrir la relation « %s »" + +#: optimizer/util/plancat.c:148 #, c-format msgid "cannot access temporary or unlogged relations during recovery" msgstr "ne peut pas accéder à des tables temporaires et non tracées lors de la restauration" -#: optimizer/util/plancat.c:672 +#: optimizer/util/plancat.c:688 #, c-format msgid "whole row unique index inference specifications are not supported" msgstr "les spécifications d'inférence d'index unique pour une ligne entière ne sont pas supportées" -#: optimizer/util/plancat.c:689 +#: optimizer/util/plancat.c:705 #, c-format msgid "constraint in ON CONFLICT clause has no associated index" msgstr "la contrainte de la clause ON CONFLICT n'a pas d'index associé" -#: optimizer/util/plancat.c:739 +#: optimizer/util/plancat.c:755 #, c-format msgid "ON CONFLICT DO UPDATE not supported with exclusion constraints" msgstr "ON CONFLICT DO UPDATE non supporté avec les contraintes d'exclusion" -#: optimizer/util/plancat.c:844 +#: optimizer/util/plancat.c:860 #, c-format msgid "there is no unique or exclusion constraint matching the ON CONFLICT specification" msgstr "il n'existe aucune contrainte unique ou contrainte d'exclusion correspondant à la spécification ON CONFLICT" @@ -15470,7 +15494,7 @@ msgstr "les fonctions de regroupement ne sont pas autorisées dans les conditions WHERE d'un COPY FROM" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:578 parser/parse_clause.c:1831 +#: parser/parse_agg.c:578 parser/parse_clause.c:1834 #, c-format msgid "aggregate functions are not allowed in %s" msgstr "les fonctions d'agrégat ne sont pas autorisées dans %s" @@ -15570,12 +15594,12 @@ msgstr "les fonctions de fenêtrage ne sont pas autorisées dans les expressions de génération de colonne" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:964 parser/parse_clause.c:1840 +#: parser/parse_agg.c:964 parser/parse_clause.c:1843 #, c-format msgid "window functions are not allowed in %s" msgstr "les fonctions de fenêtrage ne sont pas autorisés dans %s" -#: parser/parse_agg.c:998 parser/parse_clause.c:2674 +#: parser/parse_agg.c:998 parser/parse_clause.c:2677 #, c-format msgid "window \"%s\" does not exist" msgstr "le window « %s » n'existe pas" @@ -15694,205 +15718,205 @@ msgid "tablesample method %s does not support REPEATABLE" msgstr "la méthode d'échantillonage %s ne supporte pas REPEATABLE" -#: parser/parse_clause.c:1134 +#: parser/parse_clause.c:1137 #, c-format msgid "TABLESAMPLE clause can only be applied to tables and materialized views" msgstr "la clause TABLESAMPLE n'est applicable qu'aux tables et vues matérialisées" -#: parser/parse_clause.c:1324 +#: parser/parse_clause.c:1327 #, c-format msgid "column name \"%s\" appears more than once in USING clause" msgstr "le nom de la colonne « %s » apparaît plus d'une fois dans la clause USING" -#: parser/parse_clause.c:1339 +#: parser/parse_clause.c:1342 #, c-format msgid "common column name \"%s\" appears more than once in left table" msgstr "" "le nom commun de la colonne « %s » apparaît plus d'une fois dans la table de\n" "gauche" -#: parser/parse_clause.c:1348 +#: parser/parse_clause.c:1351 #, c-format msgid "column \"%s\" specified in USING clause does not exist in left table" msgstr "" "la colonne « %s » spécifiée dans la clause USING n'existe pas dans la table\n" "de gauche" -#: parser/parse_clause.c:1363 +#: parser/parse_clause.c:1366 #, c-format msgid "common column name \"%s\" appears more than once in right table" msgstr "" "le nom commun de la colonne « %s » apparaît plus d'une fois dans la table de\n" " droite" -#: parser/parse_clause.c:1372 +#: parser/parse_clause.c:1375 #, c-format msgid "column \"%s\" specified in USING clause does not exist in right table" msgstr "" "la colonne « %s » spécifiée dans la clause USING n'existe pas dans la table\n" "de droite" -#: parser/parse_clause.c:1776 +#: parser/parse_clause.c:1779 #, c-format msgid "row count cannot be null in FETCH FIRST ... WITH TIES clause" msgstr "un nombre de lignes ne peut pas être NULL dans une clause FETCH FIRST ... WITH TIES" #. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1801 +#: parser/parse_clause.c:1804 #, c-format msgid "argument of %s must not contain variables" msgstr "l'argument de « %s » ne doit pas contenir de variables" #. translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1966 +#: parser/parse_clause.c:1969 #, c-format msgid "%s \"%s\" is ambiguous" msgstr "%s « %s » est ambigu" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1995 +#: parser/parse_clause.c:1998 #, c-format msgid "non-integer constant in %s" msgstr "constante non entière dans %s" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:2017 +#: parser/parse_clause.c:2020 #, c-format msgid "%s position %d is not in select list" msgstr "%s, à la position %d, n'est pas dans la liste SELECT" -#: parser/parse_clause.c:2456 +#: parser/parse_clause.c:2459 #, c-format msgid "CUBE is limited to 12 elements" msgstr "CUBE est limité à 12 éléments" -#: parser/parse_clause.c:2662 +#: parser/parse_clause.c:2665 #, c-format msgid "window \"%s\" is already defined" msgstr "le window « %s » est déjà définie" -#: parser/parse_clause.c:2723 +#: parser/parse_clause.c:2726 #, c-format msgid "cannot override PARTITION BY clause of window \"%s\"" msgstr "n'a pas pu surcharger la clause PARTITION BY de window « %s »" -#: parser/parse_clause.c:2735 +#: parser/parse_clause.c:2738 #, c-format msgid "cannot override ORDER BY clause of window \"%s\"" msgstr "n'a pas pu surcharger la clause ORDER BY de window « %s »" -#: parser/parse_clause.c:2765 parser/parse_clause.c:2771 +#: parser/parse_clause.c:2768 parser/parse_clause.c:2774 #, c-format msgid "cannot copy window \"%s\" because it has a frame clause" msgstr "ne peut pas copier la fenêtre « %s » car il dispose d'une clause de portée" -#: parser/parse_clause.c:2773 +#: parser/parse_clause.c:2776 #, c-format msgid "Omit the parentheses in this OVER clause." msgstr "Omettre les parenthèses dans cette clause OVER." -#: parser/parse_clause.c:2793 +#: parser/parse_clause.c:2796 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column" msgstr "RANGE avec offset PRECEDING/FOLLOWING nécessite exactement une colonne ORDER BY" -#: parser/parse_clause.c:2816 +#: parser/parse_clause.c:2819 #, c-format msgid "GROUPS mode requires an ORDER BY clause" msgstr "le mode GROUPS nécessite une clause ORDER BY" -#: parser/parse_clause.c:2886 +#: parser/parse_clause.c:2889 #, c-format msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" msgstr "" "dans un agrégat avec DISTINCT, les expressions ORDER BY doivent apparaître\n" "dans la liste d'argument" -#: parser/parse_clause.c:2887 +#: parser/parse_clause.c:2890 #, c-format msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" msgstr "" "pour SELECT DISTINCT, ORDER BY, les expressions doivent apparaître dans la\n" "liste SELECT" -#: parser/parse_clause.c:2919 +#: parser/parse_clause.c:2922 #, c-format msgid "an aggregate with DISTINCT must have at least one argument" msgstr "un agrégat avec DISTINCT doit avoir au moins un argument" -#: parser/parse_clause.c:2920 +#: parser/parse_clause.c:2923 #, c-format msgid "SELECT DISTINCT must have at least one column" msgstr "SELECT DISTINCT doit avoir au moins une colonne" -#: parser/parse_clause.c:2986 parser/parse_clause.c:3018 +#: parser/parse_clause.c:2989 parser/parse_clause.c:3021 #, c-format msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" msgstr "les expressions SELECT DISTINCT ON doivent correspondre aux expressions ORDER BY initiales" -#: parser/parse_clause.c:3096 +#: parser/parse_clause.c:3099 #, c-format msgid "ASC/DESC is not allowed in ON CONFLICT clause" msgstr "ASC/DESC n'est pas autorisé avec la clause ON CONFLICT" -#: parser/parse_clause.c:3102 +#: parser/parse_clause.c:3105 #, c-format msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause" msgstr "NULLS FIRST/LAST n'est pas autorisé avec la clause ON CONFLICT" -#: parser/parse_clause.c:3181 +#: parser/parse_clause.c:3184 #, c-format msgid "ON CONFLICT DO UPDATE requires inference specification or constraint name" msgstr "ON CONFLICT DO UPDATE requiert une spécification d'inférence ou un nom de contrainte" -#: parser/parse_clause.c:3182 +#: parser/parse_clause.c:3185 #, c-format msgid "For example, ON CONFLICT (column_name)." msgstr "Par exemple, ON CONFLICT (nom_colonne)" -#: parser/parse_clause.c:3193 +#: parser/parse_clause.c:3196 #, c-format msgid "ON CONFLICT is not supported with system catalog tables" msgstr "ON CONFLICT n'est pas supporté avec les catalogues systèmes" -#: parser/parse_clause.c:3201 +#: parser/parse_clause.c:3204 #, c-format msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table" msgstr "ON CONFLICT n'est pas supporté sur la table « %s » utilisée comme une table catalogue" -#: parser/parse_clause.c:3331 +#: parser/parse_clause.c:3334 #, c-format msgid "operator %s is not a valid ordering operator" msgstr "l'opérateur %s n'est pas un opérateur de tri valide" -#: parser/parse_clause.c:3333 +#: parser/parse_clause.c:3336 #, c-format msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." msgstr "" "Les opérateurs de tri doivent être les membres « < » ou « > » des familles\n" "d'opérateurs btree." -#: parser/parse_clause.c:3644 +#: parser/parse_clause.c:3647 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s" msgstr "RANGE avec offset PRECEDING/FOLLOWING n'est pas supporté pour le type de collone %s" -#: parser/parse_clause.c:3650 +#: parser/parse_clause.c:3653 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s and offset type %s" msgstr "RANGE avec offset PRECEDING/FOLLOWING n'est pas supporté pour le type de colonne %s et le type d'ossfet %s" -#: parser/parse_clause.c:3653 +#: parser/parse_clause.c:3656 #, c-format msgid "Cast the offset value to an appropriate type." msgstr "Transtypez la valeur d'offset vers un type approprié." -#: parser/parse_clause.c:3658 +#: parser/parse_clause.c:3661 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for column type %s and offset type %s" msgstr "RANGE avec offset PRECEDING/FOLLOWING a de multiples interprétations pour le type de colonne %s et le type d'offset %s" -#: parser/parse_clause.c:3661 +#: parser/parse_clause.c:3664 #, c-format msgid "Cast the offset value to the exact intended type." msgstr "Transtypez la valeur d'offset vers exactement le type attendu." @@ -15953,17 +15977,17 @@ msgid "arguments declared \"%s\" are not all alike" msgstr "les arguments déclarés « %s » ne sont pas tous identiques" -#: parser/parse_coerce.c:2249 parser/parse_coerce.c:2362 utils/fmgr/funcapi.c:489 +#: parser/parse_coerce.c:2249 parser/parse_coerce.c:2362 utils/fmgr/funcapi.c:523 #, c-format msgid "argument declared %s is not an array but type %s" msgstr "l'argument déclaré %s n'est pas un tableau mais est du type %s" -#: parser/parse_coerce.c:2282 parser/parse_coerce.c:2432 utils/fmgr/funcapi.c:503 +#: parser/parse_coerce.c:2282 parser/parse_coerce.c:2432 utils/fmgr/funcapi.c:537 #, c-format msgid "argument declared %s is not a range type but type %s" msgstr "l'argument déclaré %s n'est pas un type d'intervalle mais est du type %s" -#: parser/parse_coerce.c:2316 parser/parse_coerce.c:2396 parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:521 utils/fmgr/funcapi.c:586 +#: parser/parse_coerce.c:2316 parser/parse_coerce.c:2396 parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:555 utils/fmgr/funcapi.c:620 #, c-format msgid "argument declared %s is not a multirange type but type %s" msgstr "l'argument déclaré %s n'est pas un type multirange mais est du type %s" @@ -17128,333 +17152,333 @@ msgid "invalid type name \"%s\"" msgstr "nom de type « %s » invalide" -#: parser/parse_utilcmd.c:256 +#: parser/parse_utilcmd.c:266 #, c-format msgid "cannot create partitioned table as inheritance child" msgstr "ne peut pas créer une table partitionnée comme la fille d'un héritage" -#: parser/parse_utilcmd.c:570 +#: parser/parse_utilcmd.c:580 #, c-format msgid "array of serial is not implemented" msgstr "le tableau de type serial n'est pas implémenté" -#: parser/parse_utilcmd.c:649 parser/parse_utilcmd.c:661 parser/parse_utilcmd.c:720 +#: parser/parse_utilcmd.c:659 parser/parse_utilcmd.c:671 parser/parse_utilcmd.c:730 #, c-format msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" msgstr "déclarations NULL/NOT NULL en conflit pour la colonne « %s » de la table « %s »" -#: parser/parse_utilcmd.c:673 +#: parser/parse_utilcmd.c:683 #, c-format msgid "multiple default values specified for column \"%s\" of table \"%s\"" msgstr "" "plusieurs valeurs par défaut sont spécifiées pour la colonne « %s » de la table\n" "« %s »" -#: parser/parse_utilcmd.c:690 +#: parser/parse_utilcmd.c:700 #, c-format msgid "identity columns are not supported on typed tables" msgstr "les colonnes d'identité uniques ne sont pas supportées sur les tables typées" -#: parser/parse_utilcmd.c:694 +#: parser/parse_utilcmd.c:704 #, c-format msgid "identity columns are not supported on partitions" msgstr "les colonnes d'identité ne sont pas supportées sur les partitions" -#: parser/parse_utilcmd.c:703 +#: parser/parse_utilcmd.c:713 #, c-format msgid "multiple identity specifications for column \"%s\" of table \"%s\"" msgstr "plusieurs spécifications d'identité pour la colonne « %s » de la table « %s »" -#: parser/parse_utilcmd.c:733 +#: parser/parse_utilcmd.c:743 #, c-format msgid "generated columns are not supported on typed tables" msgstr "les colonnes générées ne sont pas supportées sur les tables typées" -#: parser/parse_utilcmd.c:737 +#: parser/parse_utilcmd.c:747 #, c-format msgid "generated columns are not supported on partitions" msgstr "les colonnes générées ne sont pas supportées sur les partitions" -#: parser/parse_utilcmd.c:742 +#: parser/parse_utilcmd.c:752 #, c-format msgid "multiple generation clauses specified for column \"%s\" of table \"%s\"" msgstr "plusieurs expressions de géénration sont spécifiées pour la colonne « %s » de la table « %s »" -#: parser/parse_utilcmd.c:760 parser/parse_utilcmd.c:875 +#: parser/parse_utilcmd.c:770 parser/parse_utilcmd.c:885 #, c-format msgid "primary key constraints are not supported on foreign tables" msgstr "les clés primaires ne sont pas supportées par les tables distantes" -#: parser/parse_utilcmd.c:769 parser/parse_utilcmd.c:885 +#: parser/parse_utilcmd.c:779 parser/parse_utilcmd.c:895 #, c-format msgid "unique constraints are not supported on foreign tables" msgstr "les contraintes uniques ne sont pas supportées par les tables distantes" -#: parser/parse_utilcmd.c:814 +#: parser/parse_utilcmd.c:824 #, c-format msgid "both default and identity specified for column \"%s\" of table \"%s\"" msgstr "une valeur par défaut et une identité ont été spécifiées pour la colonne « %s » de la table « %s »" -#: parser/parse_utilcmd.c:822 +#: parser/parse_utilcmd.c:832 #, c-format msgid "both default and generation expression specified for column \"%s\" of table \"%s\"" msgstr "une valeur par défaut et une expression de génération ont été spécifiées à la fois pour la colonne « %s » de la table « %s »" -#: parser/parse_utilcmd.c:830 +#: parser/parse_utilcmd.c:840 #, c-format msgid "both identity and generation expression specified for column \"%s\" of table \"%s\"" msgstr "une identité et une expression de génération ont été spécifiées à la fois pour la colonne « %s » de la table « %s »" -#: parser/parse_utilcmd.c:895 +#: parser/parse_utilcmd.c:905 #, c-format msgid "exclusion constraints are not supported on foreign tables" msgstr "les contraintes d'exclusion ne sont pas supportées par les tables distantes" -#: parser/parse_utilcmd.c:901 +#: parser/parse_utilcmd.c:911 #, c-format msgid "exclusion constraints are not supported on partitioned tables" msgstr "les contraintes d'exclusion ne sont pas supportées sur les tables partitionnées" -#: parser/parse_utilcmd.c:966 +#: parser/parse_utilcmd.c:976 #, c-format msgid "LIKE is not supported for creating foreign tables" msgstr "LIKE n'est pas supporté pour la création de tables distantes" -#: parser/parse_utilcmd.c:1743 parser/parse_utilcmd.c:1851 +#: parser/parse_utilcmd.c:1753 parser/parse_utilcmd.c:1861 #, c-format msgid "Index \"%s\" contains a whole-row table reference." msgstr "l'index « %s » contient une référence de table de ligne complète" -#: parser/parse_utilcmd.c:2238 +#: parser/parse_utilcmd.c:2248 #, c-format msgid "cannot use an existing index in CREATE TABLE" msgstr "ne peut pas utiliser un index existant dans CREATE TABLE" -#: parser/parse_utilcmd.c:2258 +#: parser/parse_utilcmd.c:2268 #, c-format msgid "index \"%s\" is already associated with a constraint" msgstr "l'index « %s » est déjà associé à une contrainte" -#: parser/parse_utilcmd.c:2273 +#: parser/parse_utilcmd.c:2283 #, c-format msgid "index \"%s\" is not valid" msgstr "l'index « %s » n'est pas valide" -#: parser/parse_utilcmd.c:2279 +#: parser/parse_utilcmd.c:2289 #, c-format msgid "\"%s\" is not a unique index" msgstr "« %s » n'est pas un index unique" -#: parser/parse_utilcmd.c:2280 parser/parse_utilcmd.c:2287 parser/parse_utilcmd.c:2294 parser/parse_utilcmd.c:2371 +#: parser/parse_utilcmd.c:2290 parser/parse_utilcmd.c:2297 parser/parse_utilcmd.c:2304 parser/parse_utilcmd.c:2381 #, c-format msgid "Cannot create a primary key or unique constraint using such an index." msgstr "Ne peut pas créer une clé primaire ou une contrainte unique avec cet index." -#: parser/parse_utilcmd.c:2286 +#: parser/parse_utilcmd.c:2296 #, c-format msgid "index \"%s\" contains expressions" msgstr "l'index « %s » contient des expressions" -#: parser/parse_utilcmd.c:2293 +#: parser/parse_utilcmd.c:2303 #, c-format msgid "\"%s\" is a partial index" msgstr "« %s » est un index partiel" -#: parser/parse_utilcmd.c:2305 +#: parser/parse_utilcmd.c:2315 #, c-format msgid "\"%s\" is a deferrable index" msgstr "« %s » est un index déferrable" -#: parser/parse_utilcmd.c:2306 +#: parser/parse_utilcmd.c:2316 #, c-format msgid "Cannot create a non-deferrable constraint using a deferrable index." msgstr "Ne peut pas créer une contrainte non-déferrable utilisant un index déferrable." -#: parser/parse_utilcmd.c:2370 +#: parser/parse_utilcmd.c:2380 #, c-format msgid "index \"%s\" column number %d does not have default sorting behavior" msgstr "l'index « %s », colonne numéro %d, n'a pas de tri par défaut" -#: parser/parse_utilcmd.c:2527 +#: parser/parse_utilcmd.c:2537 #, c-format msgid "column \"%s\" appears twice in primary key constraint" msgstr "la colonne « %s » apparaît deux fois dans la contrainte de la clé primaire" -#: parser/parse_utilcmd.c:2533 +#: parser/parse_utilcmd.c:2543 #, c-format msgid "column \"%s\" appears twice in unique constraint" msgstr "la colonne « %s » apparaît deux fois sur une contrainte unique" -#: parser/parse_utilcmd.c:2880 +#: parser/parse_utilcmd.c:2890 #, c-format msgid "index expressions and predicates can refer only to the table being indexed" msgstr "les expressions et prédicats d'index peuvent seulement faire référence à la table en cours d'indexage" -#: parser/parse_utilcmd.c:2952 +#: parser/parse_utilcmd.c:2962 #, c-format msgid "statistics expressions can refer only to the table being referenced" msgstr "les expressions statistiques peuvent seulement faire référence à la table référencée" -#: parser/parse_utilcmd.c:2995 +#: parser/parse_utilcmd.c:3005 #, c-format msgid "rules on materialized views are not supported" msgstr "les règles ne sont pas supportés sur les vues matérialisées" -#: parser/parse_utilcmd.c:3058 +#: parser/parse_utilcmd.c:3068 #, c-format msgid "rule WHERE condition cannot contain references to other relations" msgstr "" "la condition WHERE d'une règle ne devrait pas contenir de références à d'autres\n" "relations" -#: parser/parse_utilcmd.c:3131 +#: parser/parse_utilcmd.c:3141 #, c-format msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" msgstr "les règles avec des conditions WHERE ne peuvent contenir que des actions SELECT, INSERT, UPDATE ou DELETE " -#: parser/parse_utilcmd.c:3149 parser/parse_utilcmd.c:3250 rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 +#: parser/parse_utilcmd.c:3159 parser/parse_utilcmd.c:3260 rewrite/rewriteHandler.c:509 rewrite/rewriteManip.c:1018 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "" "les instructions conditionnelles UNION/INTERSECT/EXCEPT ne sont pas\n" "implémentées" -#: parser/parse_utilcmd.c:3167 +#: parser/parse_utilcmd.c:3177 #, c-format msgid "ON SELECT rule cannot use OLD" msgstr "la règle ON SELECT ne peut pas utiliser OLD" -#: parser/parse_utilcmd.c:3171 +#: parser/parse_utilcmd.c:3181 #, c-format msgid "ON SELECT rule cannot use NEW" msgstr "la règle ON SELECT ne peut pas utiliser NEW" -#: parser/parse_utilcmd.c:3180 +#: parser/parse_utilcmd.c:3190 #, c-format msgid "ON INSERT rule cannot use OLD" msgstr "la règle ON INSERT ne peut pas utiliser OLD" -#: parser/parse_utilcmd.c:3186 +#: parser/parse_utilcmd.c:3196 #, c-format msgid "ON DELETE rule cannot use NEW" msgstr "la règle ON INSERT ne peut pas utiliser NEW" -#: parser/parse_utilcmd.c:3214 +#: parser/parse_utilcmd.c:3224 #, c-format msgid "cannot refer to OLD within WITH query" msgstr "ne peut référencer OLD dans une requête WITH" -#: parser/parse_utilcmd.c:3221 +#: parser/parse_utilcmd.c:3231 #, c-format msgid "cannot refer to NEW within WITH query" msgstr "ne peut référencer NEW dans une requête WITH" -#: parser/parse_utilcmd.c:3675 +#: parser/parse_utilcmd.c:3685 #, c-format msgid "misplaced DEFERRABLE clause" msgstr "clause DEFERRABLE mal placée" -#: parser/parse_utilcmd.c:3680 parser/parse_utilcmd.c:3695 +#: parser/parse_utilcmd.c:3690 parser/parse_utilcmd.c:3705 #, c-format msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" msgstr "clauses DEFERRABLE/NOT DEFERRABLE multiples non autorisées" -#: parser/parse_utilcmd.c:3690 +#: parser/parse_utilcmd.c:3700 #, c-format msgid "misplaced NOT DEFERRABLE clause" msgstr "clause NOT DEFERRABLE mal placée" -#: parser/parse_utilcmd.c:3711 +#: parser/parse_utilcmd.c:3721 #, c-format msgid "misplaced INITIALLY DEFERRED clause" msgstr "clause INITIALLY DEFERRED mal placée" -#: parser/parse_utilcmd.c:3716 parser/parse_utilcmd.c:3742 +#: parser/parse_utilcmd.c:3726 parser/parse_utilcmd.c:3752 #, c-format msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" msgstr "clauses INITIALLY IMMEDIATE/DEFERRED multiples non autorisées" -#: parser/parse_utilcmd.c:3737 +#: parser/parse_utilcmd.c:3747 #, c-format msgid "misplaced INITIALLY IMMEDIATE clause" msgstr "clause INITIALLY IMMEDIATE mal placée" -#: parser/parse_utilcmd.c:3928 +#: parser/parse_utilcmd.c:3938 #, c-format msgid "CREATE specifies a schema (%s) different from the one being created (%s)" msgstr "CREATE spécifie un schéma (%s) différent de celui tout juste créé (%s)" -#: parser/parse_utilcmd.c:3963 +#: parser/parse_utilcmd.c:3973 #, c-format msgid "\"%s\" is not a partitioned table" msgstr "« %s » n'est pas une table partitionnée" -#: parser/parse_utilcmd.c:3970 +#: parser/parse_utilcmd.c:3980 #, c-format msgid "table \"%s\" is not partitioned" msgstr "la table « %s » n'est pas partitionnée" -#: parser/parse_utilcmd.c:3977 +#: parser/parse_utilcmd.c:3987 #, c-format msgid "index \"%s\" is not partitioned" msgstr "l'index « %s » n'est pas partitionné" -#: parser/parse_utilcmd.c:4017 +#: parser/parse_utilcmd.c:4027 #, c-format msgid "a hash-partitioned table may not have a default partition" msgstr "une table partitionnée par hachage ne peut pas avoir de partition par défaut" -#: parser/parse_utilcmd.c:4034 +#: parser/parse_utilcmd.c:4044 #, c-format msgid "invalid bound specification for a hash partition" msgstr "spécification de limite invalide pour une partition par hachage" -#: parser/parse_utilcmd.c:4040 partitioning/partbounds.c:4711 +#: parser/parse_utilcmd.c:4050 partitioning/partbounds.c:4711 #, c-format msgid "modulus for hash partition must be an integer value greater than zero" msgstr "le modulo pour une partition par hachage doit être un entier dont la valeur est supérieure à zéro" -#: parser/parse_utilcmd.c:4047 partitioning/partbounds.c:4719 +#: parser/parse_utilcmd.c:4057 partitioning/partbounds.c:4719 #, c-format msgid "remainder for hash partition must be less than modulus" msgstr "le reste pour une partition par hachage doit être inférieur au modulo" -#: parser/parse_utilcmd.c:4060 +#: parser/parse_utilcmd.c:4070 #, c-format msgid "invalid bound specification for a list partition" msgstr "spécification de limite invalide pour une partition par liste" -#: parser/parse_utilcmd.c:4113 +#: parser/parse_utilcmd.c:4123 #, c-format msgid "invalid bound specification for a range partition" msgstr "spécification de limite invalide pour une partition par intervalle" -#: parser/parse_utilcmd.c:4119 +#: parser/parse_utilcmd.c:4129 #, c-format msgid "FROM must specify exactly one value per partitioning column" msgstr "FROM doit spécifier exactement une valeur par colonne de partitionnement" -#: parser/parse_utilcmd.c:4123 +#: parser/parse_utilcmd.c:4133 #, c-format msgid "TO must specify exactly one value per partitioning column" msgstr "TO doit spécifier exactement une valeur par colonne de partitionnement" -#: parser/parse_utilcmd.c:4237 +#: parser/parse_utilcmd.c:4247 #, c-format msgid "cannot specify NULL in range bound" msgstr "ne peut pas spécifier NULL dans la limite de l'intervalle" -#: parser/parse_utilcmd.c:4286 +#: parser/parse_utilcmd.c:4296 #, c-format msgid "every bound following MAXVALUE must also be MAXVALUE" msgstr "chaque limite suivant MAXVALUE doit aussi être MAXVALUE" -#: parser/parse_utilcmd.c:4293 +#: parser/parse_utilcmd.c:4303 #, c-format msgid "every bound following MINVALUE must also be MINVALUE" msgstr "chaque limite suivant MINVALUE doit aussi être MINVALUE" -#: parser/parse_utilcmd.c:4336 +#: parser/parse_utilcmd.c:4346 #, c-format msgid "specified value cannot be cast to type %s for column \"%s\"" msgstr "la valeur spécifiée ne peut pas être convertie vers le type %s pour la colonne « %s »" @@ -17472,7 +17496,7 @@ msgid "invalid Unicode escape value" msgstr "valeur d'échappement Unicode invalide" -#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6559 +#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6555 #, c-format msgid "invalid Unicode escape" msgstr "échappement Unicode invalide" @@ -17482,7 +17506,7 @@ msgid "Unicode escapes must be \\XXXX or \\+XXXXXX." msgstr "Les échappements Unicode doivent être de la forme \\XXXX ou \\+XXXXXX." -#: parser/parser.c:497 scan.l:638 scan.l:654 scan.l:670 utils/adt/varlena.c:6584 +#: parser/parser.c:497 scan.l:638 scan.l:654 scan.l:670 utils/adt/varlena.c:6580 #, c-format msgid "invalid Unicode surrogate pair" msgstr "paire surrogate Unicode invalide" @@ -17800,32 +17824,32 @@ msgid "could not fork autovacuum worker process: %m" msgstr "n'a pas pu exécuter le processus autovacuum worker : %m" -#: postmaster/autovacuum.c:2283 +#: postmaster/autovacuum.c:2286 #, c-format msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\"" msgstr "autovacuum : suppression de la table temporaire orpheline « %s.%s.%s »" -#: postmaster/autovacuum.c:2512 +#: postmaster/autovacuum.c:2515 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "VACUUM automatique de la table « %s.%s.%s »" -#: postmaster/autovacuum.c:2515 +#: postmaster/autovacuum.c:2518 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "ANALYZE automatique de la table « %s.%s.%s »" -#: postmaster/autovacuum.c:2708 +#: postmaster/autovacuum.c:2711 #, c-format msgid "processing work entry for relation \"%s.%s.%s\"" msgstr "traitement de l'enregistrement de travail pour la relation « %s.%s.%s »" -#: postmaster/autovacuum.c:3394 +#: postmaster/autovacuum.c:3397 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "autovacuum non démarré à cause d'une mauvaise configuration" -#: postmaster/autovacuum.c:3395 +#: postmaster/autovacuum.c:3398 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Activez l'option « track_counts »." @@ -19313,98 +19337,98 @@ msgid "logical replication target relation \"%s.%s\" does not exist" msgstr "la relation cible de la réplication logique « %s.%s » n'existe pas" -#: replication/logical/reorderbuffer.c:3802 +#: replication/logical/reorderbuffer.c:3818 #, c-format msgid "could not write to data file for XID %u: %m" msgstr "n'a pas pu écrire dans le fichier pour le XID %u : %m" -#: replication/logical/reorderbuffer.c:4146 replication/logical/reorderbuffer.c:4171 +#: replication/logical/reorderbuffer.c:4164 replication/logical/reorderbuffer.c:4189 #, c-format msgid "could not read from reorderbuffer spill file: %m" msgstr "n'a pas pu lire le fichier « reorderbuffer spill » : %m" -#: replication/logical/reorderbuffer.c:4150 replication/logical/reorderbuffer.c:4175 +#: replication/logical/reorderbuffer.c:4168 replication/logical/reorderbuffer.c:4193 #, c-format msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes" msgstr "" "n'a pas pu lire à partir du fichier « reorderbuffer spill » : a lu seulement %d octets\n" "sur %u" -#: replication/logical/reorderbuffer.c:4425 +#: replication/logical/reorderbuffer.c:4443 #, c-format msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m" msgstr "n'a pas pu supprimer le fichier « %s » pendant la suppression de pg_replslot/%s/xid* : %m" -#: replication/logical/reorderbuffer.c:4924 +#: replication/logical/reorderbuffer.c:4942 #, c-format msgid "could not read from file \"%s\": read %d instead of %d bytes" msgstr "n'a pas pu lire à partir du fichier « %s » : lu %d octets au lieu de %d octets" -#: replication/logical/snapbuild.c:588 +#: replication/logical/snapbuild.c:618 #, c-format msgid "initial slot snapshot too large" msgstr "snapshot du slot initial trop gros" -#: replication/logical/snapbuild.c:642 +#: replication/logical/snapbuild.c:672 #, c-format msgid "exported logical decoding snapshot: \"%s\" with %u transaction ID" msgid_plural "exported logical decoding snapshot: \"%s\" with %u transaction IDs" msgstr[0] "snapshot exporté pour le décodage logique : « %s » avec %u identifiant de transaction" msgstr[1] "snapshot exporté pour le décodage logique : « %s » avec %u identifiants de transaction" -#: replication/logical/snapbuild.c:1270 replication/logical/snapbuild.c:1363 replication/logical/snapbuild.c:1894 +#: replication/logical/snapbuild.c:1351 replication/logical/snapbuild.c:1458 replication/logical/snapbuild.c:1989 #, c-format msgid "logical decoding found consistent point at %X/%X" msgstr "le décodage logique a trouvé le point de cohérence à %X/%X" -#: replication/logical/snapbuild.c:1272 +#: replication/logical/snapbuild.c:1353 #, c-format msgid "There are no running transactions." msgstr "Il n'existe pas de transactions en cours." -#: replication/logical/snapbuild.c:1314 +#: replication/logical/snapbuild.c:1409 #, c-format msgid "logical decoding found initial starting point at %X/%X" msgstr "le décodage logique a trouvé le point de démarrage à %X/%X" -#: replication/logical/snapbuild.c:1316 replication/logical/snapbuild.c:1340 +#: replication/logical/snapbuild.c:1411 replication/logical/snapbuild.c:1435 #, c-format msgid "Waiting for transactions (approximately %d) older than %u to end." msgstr "En attente de transactions (approximativement %d) plus anciennes que %u pour terminer." -#: replication/logical/snapbuild.c:1338 +#: replication/logical/snapbuild.c:1433 #, c-format msgid "logical decoding found initial consistent point at %X/%X" msgstr "le décodage logique a trouvé le point de cohérence initial à %X/%X" -#: replication/logical/snapbuild.c:1365 +#: replication/logical/snapbuild.c:1460 #, c-format msgid "There are no old transactions anymore." msgstr "Il n'existe plus d'anciennes transactions." -#: replication/logical/snapbuild.c:1762 +#: replication/logical/snapbuild.c:1857 #, c-format msgid "snapbuild state file \"%s\" has wrong magic number: %u instead of %u" msgstr "le fichier d'état snapbuild « %s » a le nombre magique: %u au lieu de %u" -#: replication/logical/snapbuild.c:1768 +#: replication/logical/snapbuild.c:1863 #, c-format msgid "snapbuild state file \"%s\" has unsupported version: %u instead of %u" msgstr "le fichier d'état snapbuild « %s » a une version non supportée : %u au lieu de %u" -#: replication/logical/snapbuild.c:1839 +#: replication/logical/snapbuild.c:1934 #, c-format msgid "checksum mismatch for snapbuild state file \"%s\": is %u, should be %u" msgstr "" "différence de somme de contrôle pour lefichier d'état snapbuild %s :\n" "est %u, devrait être %u" -#: replication/logical/snapbuild.c:1896 +#: replication/logical/snapbuild.c:1991 #, c-format msgid "Logical decoding will begin using saved snapshot." msgstr "Le décodage logique commencera en utilisant un snapshot sauvegardé." -#: replication/logical/snapbuild.c:1968 +#: replication/logical/snapbuild.c:2063 #, c-format msgid "could not parse file name \"%s\"" msgstr "n'a pas pu analyser le mode du fichier « %s »" @@ -19469,57 +19493,57 @@ msgid "logical replication target relation \"%s.%s\" has neither REPLICA IDENTITY index nor PRIMARY KEY and published relation does not have REPLICA IDENTITY FULL" msgstr "la relation cible « %s.%s » de réplication logique n'a ni un index REPLICA IDENTITY ni une clé primaire, et la relation publiée n'a pas REPLICA IDENTITY FULL" -#: replication/logical/worker.c:2239 +#: replication/logical/worker.c:2253 #, c-format msgid "data stream from publisher has ended" msgstr "le flux de données provenant du publieur s'est terminé" -#: replication/logical/worker.c:2390 +#: replication/logical/worker.c:2404 #, c-format msgid "terminating logical replication worker due to timeout" msgstr "arrêt du processus worker de la réplication logique suite à l'expiration du délai de réplication" -#: replication/logical/worker.c:2538 +#: replication/logical/worker.c:2552 #, c-format msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was removed" msgstr "le processus apply de réplication logique pour la souscription « %s » s'arrêtera car la souscription a été supprimée" -#: replication/logical/worker.c:2552 +#: replication/logical/worker.c:2566 #, c-format msgid "logical replication apply worker for subscription \"%s\" will stop because the subscription was disabled" msgstr "le processus apply de réplication logique pour la souscription « %s » s'arrêtera car la souscription a été désactivée" -#: replication/logical/worker.c:2574 +#: replication/logical/worker.c:2588 #, c-format msgid "logical replication apply worker for subscription \"%s\" will restart because of a parameter change" msgstr "le processus apply de réplication logique pour la souscription « %s » redémarrera car un paramètre a été modifié" -#: replication/logical/worker.c:2739 replication/logical/worker.c:2761 +#: replication/logical/worker.c:2753 replication/logical/worker.c:2775 #, c-format msgid "could not read from streaming transaction's subxact file \"%s\": %m" msgstr "n'a pas pu lire à partir du fichier subxact de transaction en flux « %s » : %m" -#: replication/logical/worker.c:3120 +#: replication/logical/worker.c:3134 #, c-format msgid "logical replication apply worker for subscription %u will not start because the subscription was removed during startup" msgstr "le processus apply de réplication logique pour la souscription %u ne démarrera pas car la souscription a été désactivée au démarrage" -#: replication/logical/worker.c:3132 +#: replication/logical/worker.c:3146 #, c-format msgid "logical replication apply worker for subscription \"%s\" will not start because the subscription was disabled during startup" msgstr "le processus apply de réplication logique pour la souscription « %s » ne démarrera pas car la souscription a été désactivée au démarrage" -#: replication/logical/worker.c:3150 +#: replication/logical/worker.c:3164 #, c-format msgid "logical replication table synchronization worker for subscription \"%s\", table \"%s\" has started" msgstr "le processus de synchronisation des tables en réplication logique pour la souscription « %s », table « %s » a démarré" -#: replication/logical/worker.c:3154 +#: replication/logical/worker.c:3168 #, c-format msgid "logical replication apply worker for subscription \"%s\" has started" msgstr "le processus apply de réplication logique pour la souscription « %s » a démarré" -#: replication/logical/worker.c:3192 +#: replication/logical/worker.c:3206 #, c-format msgid "subscription has no replication slot set" msgstr "la souscription n'a aucun ensemble de slot de réplication" @@ -19969,7 +19993,7 @@ msgid "terminating walsender process due to replication timeout" msgstr "arrêt du processus walreceiver suite à l'expiration du délai de réplication" -#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:999 +#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:1011 #, c-format msgid "rule \"%s\" for relation \"%s\" already exists" msgstr "la règle « %s » existe déjà pour la relation « %s »" @@ -20105,286 +20129,291 @@ msgid "RETURNING lists are not supported in non-INSTEAD rules" msgstr "les listes RETURNING ne sont pas supportées dans des règles autres que INSTEAD" -#: rewrite/rewriteDefine.c:693 +#: rewrite/rewriteDefine.c:543 +#, c-format +msgid "non-view rule for \"%s\" must not be named \"%s\"" +msgstr "la règle d'un objet autre qu'une vue pour « %s » ne doit pas être nommée « %s »" + +#: rewrite/rewriteDefine.c:705 #, c-format msgid "SELECT rule's target list has too many entries" msgstr "la liste cible de la règle SELECT a trop d'entrées" -#: rewrite/rewriteDefine.c:694 +#: rewrite/rewriteDefine.c:706 #, c-format msgid "RETURNING list has too many entries" msgstr "la liste RETURNING a trop d'entrées" -#: rewrite/rewriteDefine.c:721 +#: rewrite/rewriteDefine.c:733 #, c-format msgid "cannot convert relation containing dropped columns to view" msgstr "ne peut pas convertir la relation contenant les colonnes supprimées de la vue" -#: rewrite/rewriteDefine.c:722 +#: rewrite/rewriteDefine.c:734 #, c-format msgid "cannot create a RETURNING list for a relation containing dropped columns" msgstr "ne peut pas créer une liste RETURNING pour une relation contenant des colonnes supprimées" -#: rewrite/rewriteDefine.c:728 +#: rewrite/rewriteDefine.c:740 #, c-format msgid "SELECT rule's target entry %d has different column name from column \"%s\"" msgstr "l'entrée cible de la règle SELECT %d a un nom de colonne différent pour la colonne « %s »" -#: rewrite/rewriteDefine.c:730 +#: rewrite/rewriteDefine.c:742 #, c-format msgid "SELECT target entry is named \"%s\"." msgstr "l'entrée cible de la règle SELECT est nommée « %s »." -#: rewrite/rewriteDefine.c:739 +#: rewrite/rewriteDefine.c:751 #, c-format msgid "SELECT rule's target entry %d has different type from column \"%s\"" msgstr "l'entrée cible de la règle SELECT %d a un type différent de la colonne « %s »" -#: rewrite/rewriteDefine.c:741 +#: rewrite/rewriteDefine.c:753 #, c-format msgid "RETURNING list's entry %d has different type from column \"%s\"" msgstr "l'entrée %d de la liste RETURNING a un type différent de la colonne « %s »" -#: rewrite/rewriteDefine.c:744 rewrite/rewriteDefine.c:768 +#: rewrite/rewriteDefine.c:756 rewrite/rewriteDefine.c:780 #, c-format msgid "SELECT target entry has type %s, but column has type %s." msgstr "l'entrée de la liste SELECT a le type %s alors que la colonne a le type %s." -#: rewrite/rewriteDefine.c:747 rewrite/rewriteDefine.c:772 +#: rewrite/rewriteDefine.c:759 rewrite/rewriteDefine.c:784 #, c-format msgid "RETURNING list entry has type %s, but column has type %s." msgstr "l'entrée de la liste RETURNING a le type %s alors que la colonne a le type %s." -#: rewrite/rewriteDefine.c:763 +#: rewrite/rewriteDefine.c:775 #, c-format msgid "SELECT rule's target entry %d has different size from column \"%s\"" msgstr "l'entrée cible de la règle SELECT %d a un taille différente de la colonne « %s »" -#: rewrite/rewriteDefine.c:765 +#: rewrite/rewriteDefine.c:777 #, c-format msgid "RETURNING list's entry %d has different size from column \"%s\"" msgstr "l'entrée %d de la liste RETURNING a une taille différente de la colonne « %s »" -#: rewrite/rewriteDefine.c:782 +#: rewrite/rewriteDefine.c:794 #, c-format msgid "SELECT rule's target list has too few entries" msgstr "l'entrée cible de la règle SELECT n'a pas assez d'entrées" -#: rewrite/rewriteDefine.c:783 +#: rewrite/rewriteDefine.c:795 #, c-format msgid "RETURNING list has too few entries" msgstr "la liste RETURNING n'a pas assez d'entrées" -#: rewrite/rewriteDefine.c:876 rewrite/rewriteDefine.c:990 rewrite/rewriteSupport.c:109 +#: rewrite/rewriteDefine.c:888 rewrite/rewriteDefine.c:1002 rewrite/rewriteSupport.c:109 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "la règle « %s » de la relation « %s » n'existe pas" -#: rewrite/rewriteDefine.c:1009 +#: rewrite/rewriteDefine.c:1021 #, c-format msgid "renaming an ON SELECT rule is not allowed" msgstr "le renommage d'une règle ON SELECT n'est pas autorisé" -#: rewrite/rewriteHandler.c:554 +#: rewrite/rewriteHandler.c:555 #, c-format msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" msgstr "Le nom de la requête WITH « %s » apparaît à la fois dans l'action d'une règle et dans la requête en cours de ré-écriture" -#: rewrite/rewriteHandler.c:581 +#: rewrite/rewriteHandler.c:582 #, c-format msgid "INSERT...SELECT rule actions are not supported for queries having data-modifying statements in WITH" msgstr "les actions de règle INSERT...SELECT ne sont pas supportées par les requêtes de modification de données dans WITH" -#: rewrite/rewriteHandler.c:634 +#: rewrite/rewriteHandler.c:635 #, c-format msgid "cannot have RETURNING lists in multiple rules" msgstr "ne peut pas avoir des listes RETURNING dans plusieurs règles" -#: rewrite/rewriteHandler.c:866 rewrite/rewriteHandler.c:905 +#: rewrite/rewriteHandler.c:867 rewrite/rewriteHandler.c:906 #, c-format msgid "cannot insert a non-DEFAULT value into column \"%s\"" msgstr "ne peut pas insérer une valeur pas par défaut dans la colonne « %s »" -#: rewrite/rewriteHandler.c:868 rewrite/rewriteHandler.c:934 +#: rewrite/rewriteHandler.c:869 rewrite/rewriteHandler.c:935 #, c-format msgid "Column \"%s\" is an identity column defined as GENERATED ALWAYS." msgstr "La colonne « %s » est une colonne d'identité définie comme GENERATED ALWAYS." -#: rewrite/rewriteHandler.c:870 +#: rewrite/rewriteHandler.c:871 #, c-format msgid "Use OVERRIDING SYSTEM VALUE to override." msgstr "Utilisez OVERRIDING SYSTEM VALUE pour surcharger." -#: rewrite/rewriteHandler.c:932 rewrite/rewriteHandler.c:940 +#: rewrite/rewriteHandler.c:933 rewrite/rewriteHandler.c:941 #, c-format msgid "column \"%s\" can only be updated to DEFAULT" msgstr "la colonne « %s » peut seulement être mise à jour en DEFAULT" -#: rewrite/rewriteHandler.c:1087 rewrite/rewriteHandler.c:1105 +#: rewrite/rewriteHandler.c:1088 rewrite/rewriteHandler.c:1106 #, c-format msgid "multiple assignments to same column \"%s\"" msgstr "affectations multiples pour la même colonne « %s »" -#: rewrite/rewriteHandler.c:2107 rewrite/rewriteHandler.c:3935 +#: rewrite/rewriteHandler.c:2141 rewrite/rewriteHandler.c:3966 #, c-format msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "récursion infinie détectée dans les règles de la relation « %s »" -#: rewrite/rewriteHandler.c:2192 +#: rewrite/rewriteHandler.c:2226 #, c-format msgid "infinite recursion detected in policy for relation \"%s\"" msgstr "récursion infinie détectée dans la politique pour la relation « %s »" -#: rewrite/rewriteHandler.c:2512 +#: rewrite/rewriteHandler.c:2546 msgid "Junk view columns are not updatable." msgstr "Les colonnes « junk » des vues ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2517 +#: rewrite/rewriteHandler.c:2551 msgid "View columns that are not columns of their base relation are not updatable." msgstr "Les colonnes des vues qui ne font pas référence à des colonnes de la relation de base ne sont pas automatiquement modifiables." -#: rewrite/rewriteHandler.c:2520 +#: rewrite/rewriteHandler.c:2554 msgid "View columns that refer to system columns are not updatable." msgstr "Les colonnes des vues qui font référence à des colonnes systèmes ne sont pas automatiquement modifiables." -#: rewrite/rewriteHandler.c:2523 +#: rewrite/rewriteHandler.c:2557 msgid "View columns that return whole-row references are not updatable." msgstr "Les colonnes de vue qui font références à des lignes complètes ne sont pas automatiquement modifiables." -#: rewrite/rewriteHandler.c:2584 +#: rewrite/rewriteHandler.c:2618 msgid "Views containing DISTINCT are not automatically updatable." msgstr "Les vues contenant DISTINCT ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2587 +#: rewrite/rewriteHandler.c:2621 msgid "Views containing GROUP BY are not automatically updatable." msgstr "Les vues contenant GROUP BY ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2590 +#: rewrite/rewriteHandler.c:2624 msgid "Views containing HAVING are not automatically updatable." msgstr "Les vues contenant HAVING ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2593 +#: rewrite/rewriteHandler.c:2627 msgid "Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable." msgstr "Les vues contenant UNION, INTERSECT ou EXCEPT ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2596 +#: rewrite/rewriteHandler.c:2630 msgid "Views containing WITH are not automatically updatable." msgstr "Les vues contenant WITH ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2599 +#: rewrite/rewriteHandler.c:2633 msgid "Views containing LIMIT or OFFSET are not automatically updatable." msgstr "Les vues contenant LIMIT ou OFFSET ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2611 +#: rewrite/rewriteHandler.c:2645 msgid "Views that return aggregate functions are not automatically updatable." msgstr "Les vues qui renvoient des fonctions d'agrégat ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2614 +#: rewrite/rewriteHandler.c:2648 msgid "Views that return window functions are not automatically updatable." msgstr "Les vues qui renvoient des fonctions de fenêtrage ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2617 +#: rewrite/rewriteHandler.c:2651 msgid "Views that return set-returning functions are not automatically updatable." msgstr "Les vues qui renvoient des fonctions à plusieurs lignes ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2624 rewrite/rewriteHandler.c:2628 rewrite/rewriteHandler.c:2636 +#: rewrite/rewriteHandler.c:2658 rewrite/rewriteHandler.c:2662 rewrite/rewriteHandler.c:2670 msgid "Views that do not select from a single table or view are not automatically updatable." msgstr "Les vues qui lisent plusieurs tables ou vues ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2639 +#: rewrite/rewriteHandler.c:2673 msgid "Views containing TABLESAMPLE are not automatically updatable." msgstr "Les vues contenant TABLESAMPLE ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:2663 +#: rewrite/rewriteHandler.c:2697 msgid "Views that have no updatable columns are not automatically updatable." msgstr "Les vues qui possèdent des colonnes non modifiables ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:3140 +#: rewrite/rewriteHandler.c:3174 #, c-format msgid "cannot insert into column \"%s\" of view \"%s\"" msgstr "ne peut pas insérer dans la colonne « %s » de la vue « %s »" -#: rewrite/rewriteHandler.c:3148 +#: rewrite/rewriteHandler.c:3182 #, c-format msgid "cannot update column \"%s\" of view \"%s\"" msgstr "ne peut pas mettre à jour la colonne « %s » de la vue « %s »" -#: rewrite/rewriteHandler.c:3629 +#: rewrite/rewriteHandler.c:3663 #, c-format msgid "DO INSTEAD NOTIFY rules are not supported for data-modifying statements in WITH" msgstr "les règles DO INSTEAD NOTHING ne sont pas supportées par les instructions de modification de données dans WITH" -#: rewrite/rewriteHandler.c:3640 +#: rewrite/rewriteHandler.c:3674 #, c-format msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" msgstr "les règles DO INSTEAD NOTHING ne sont pas supportées par les instructions de modification de données dans WITH" -#: rewrite/rewriteHandler.c:3654 +#: rewrite/rewriteHandler.c:3688 #, c-format msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "" "les règles DO INSTEAD conditionnelles ne sont pas supportées par les\n" "instructions de modification de données dans WITH" -#: rewrite/rewriteHandler.c:3658 +#: rewrite/rewriteHandler.c:3692 #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" msgstr "les règles DO ALSO ne sont pas supportées par les instructions de modification de données dans WITH" -#: rewrite/rewriteHandler.c:3663 +#: rewrite/rewriteHandler.c:3697 #, c-format msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "" "les règles DO INSTEAD multi-instructions ne sont pas supportées pour les\n" "instructions de modification de données dans WITH" -#: rewrite/rewriteHandler.c:3863 rewrite/rewriteHandler.c:3871 rewrite/rewriteHandler.c:3879 +#: rewrite/rewriteHandler.c:3894 rewrite/rewriteHandler.c:3902 rewrite/rewriteHandler.c:3910 #, c-format msgid "Views with conditional DO INSTEAD rules are not automatically updatable." msgstr "Les vues contenant des règles DO INSTEAD conditionnelles ne sont pas automatiquement disponibles en écriture." -#: rewrite/rewriteHandler.c:3972 +#: rewrite/rewriteHandler.c:4003 #, c-format msgid "cannot perform INSERT RETURNING on relation \"%s\"" msgstr "ne peut pas exécuter INSERT RETURNING sur la relation « %s »" -#: rewrite/rewriteHandler.c:3974 +#: rewrite/rewriteHandler.c:4005 #, c-format msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." msgstr "" "Vous avez besoin d'une règle ON INSERT DO INSTEAD sans condition avec une\n" "clause RETURNING." -#: rewrite/rewriteHandler.c:3979 +#: rewrite/rewriteHandler.c:4010 #, c-format msgid "cannot perform UPDATE RETURNING on relation \"%s\"" msgstr "ne peut pas exécuter UPDATE RETURNING sur la relation « %s »" -#: rewrite/rewriteHandler.c:3981 +#: rewrite/rewriteHandler.c:4012 #, c-format msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." msgstr "" "Vous avez besoin d'une règle ON UPDATE DO INSTEAD sans condition avec une\n" "clause RETURNING." -#: rewrite/rewriteHandler.c:3986 +#: rewrite/rewriteHandler.c:4017 #, c-format msgid "cannot perform DELETE RETURNING on relation \"%s\"" msgstr "ne peut pas exécuter DELETE RETURNING sur la relation « %s »" -#: rewrite/rewriteHandler.c:3988 +#: rewrite/rewriteHandler.c:4019 #, c-format msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." msgstr "" "Vous avez besoin d'une règle ON DELETE DO INSTEAD sans condition avec une\n" "clause RETURNING." -#: rewrite/rewriteHandler.c:4006 +#: rewrite/rewriteHandler.c:4037 #, c-format msgid "INSERT with ON CONFLICT clause cannot be used with table that has INSERT or UPDATE rules" msgstr "INSERT avec une clause ON CONFLICT ne peut pas être utilisée avec une table qui a des règles pour INSERT ou UPDATE" -#: rewrite/rewriteHandler.c:4063 +#: rewrite/rewriteHandler.c:4094 #, c-format msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" msgstr "WITH ne peut pas être utilisé dans une requête réécrite par des règles en plusieurs requêtes" @@ -20652,87 +20681,87 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "n'a pas pu lier le fichier « %s » à « %s » : %m" -#: storage/file/fd.c:931 +#: storage/file/fd.c:937 #, c-format msgid "getrlimit failed: %m" msgstr "échec de getrlimit : %m" -#: storage/file/fd.c:1021 +#: storage/file/fd.c:1027 #, c-format msgid "insufficient file descriptors available to start server process" msgstr "nombre de descripteurs de fichier insuffisant pour lancer le processus serveur" -#: storage/file/fd.c:1022 +#: storage/file/fd.c:1028 #, c-format msgid "System allows %d, we need at least %d." msgstr "Le système autorise %d, nous avons besoin d'au moins %d." -#: storage/file/fd.c:1073 storage/file/fd.c:2410 storage/file/fd.c:2520 storage/file/fd.c:2671 +#: storage/file/fd.c:1079 storage/file/fd.c:2416 storage/file/fd.c:2526 storage/file/fd.c:2677 #, c-format msgid "out of file descriptors: %m; release and retry" msgstr "plus de descripteurs de fichiers : %m; quittez et ré-essayez" -#: storage/file/fd.c:1447 +#: storage/file/fd.c:1453 #, c-format msgid "temporary file: path \"%s\", size %lu" msgstr "fichier temporaire : chemin « %s », taille %lu" -#: storage/file/fd.c:1578 +#: storage/file/fd.c:1584 #, c-format msgid "cannot create temporary directory \"%s\": %m" msgstr "ne peut pas créer le répertoire temporaire « %s » : %m" -#: storage/file/fd.c:1585 +#: storage/file/fd.c:1591 #, c-format msgid "cannot create temporary subdirectory \"%s\": %m" msgstr "ne peut pas créer le sous-répertoire temporaire « %s » : %m" -#: storage/file/fd.c:1778 +#: storage/file/fd.c:1784 #, c-format msgid "could not create temporary file \"%s\": %m" msgstr "n'a pas pu créer le fichier temporaire « %s » : %m" -#: storage/file/fd.c:1812 +#: storage/file/fd.c:1818 #, c-format msgid "could not open temporary file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier temporaire « %s » : %m" -#: storage/file/fd.c:1853 +#: storage/file/fd.c:1859 #, c-format msgid "could not unlink temporary file \"%s\": %m" msgstr "n'a pas pu supprimer le fichier temporaire « %s » : %m" -#: storage/file/fd.c:1941 +#: storage/file/fd.c:1947 #, c-format msgid "could not delete file \"%s\": %m" msgstr "n'a pas pu supprimer le fichier « %s » : %m" -#: storage/file/fd.c:2121 +#: storage/file/fd.c:2127 #, c-format msgid "temporary file size exceeds temp_file_limit (%dkB)" msgstr "la taille du fichier temporaire dépasse temp_file_limit (%d Ko)" -#: storage/file/fd.c:2386 storage/file/fd.c:2445 +#: storage/file/fd.c:2392 storage/file/fd.c:2451 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" msgstr "dépassement de maxAllocatedDescs (%d) lors de la tentative d'ouverture du fichier « %s »" -#: storage/file/fd.c:2490 +#: storage/file/fd.c:2496 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to execute command \"%s\"" msgstr "dépassement de maxAllocatedDescs (%d) lors de la tentative d'exécution de la commande « %s »" -#: storage/file/fd.c:2647 +#: storage/file/fd.c:2653 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" msgstr "dépassement de maxAllocatedDescs (%d) lors de la tentative d'ouverture du répertoire « %s »" -#: storage/file/fd.c:3177 +#: storage/file/fd.c:3183 #, c-format msgid "unexpected file found in temporary-files directory: \"%s\"" msgstr "fichier non attendu dans le répertoire des fichiers temporaires : « %s »" -#: storage/file/fd.c:3306 +#: storage/file/fd.c:3312 #, c-format msgid "could not synchronize file system for file \"%s\": %m" msgstr "n'a pas pu synchroniser sur disque (fsync) le système de fichiers pour le fichier « %s » : %m" @@ -21842,62 +21871,62 @@ msgid "missing Dictionary parameter" msgstr "paramètre Dictionary manquant" -#: tsearch/spell.c:380 tsearch/spell.c:397 tsearch/spell.c:406 tsearch/spell.c:1062 +#: tsearch/spell.c:381 tsearch/spell.c:398 tsearch/spell.c:407 tsearch/spell.c:1063 #, c-format msgid "invalid affix flag \"%s\"" msgstr "drapeau d'affixe invalide « %s »" -#: tsearch/spell.c:384 tsearch/spell.c:1066 +#: tsearch/spell.c:385 tsearch/spell.c:1067 #, c-format msgid "affix flag \"%s\" is out of range" msgstr "le drapeau d'affixe « %s » est en dehors des limites" -#: tsearch/spell.c:414 +#: tsearch/spell.c:415 #, c-format msgid "invalid character in affix flag \"%s\"" msgstr "données invalides dans le drapeau d'affixe « %s »" -#: tsearch/spell.c:434 +#: tsearch/spell.c:435 #, c-format msgid "invalid affix flag \"%s\" with \"long\" flag value" msgstr "drapeau d'affixe invalide « %s » avec la valeur de drapeau « long »" -#: tsearch/spell.c:524 +#: tsearch/spell.c:525 #, c-format msgid "could not open dictionary file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier dictionnaire « %s » : %m" -#: tsearch/spell.c:763 utils/adt/regexp.c:208 +#: tsearch/spell.c:764 utils/adt/regexp.c:208 #, c-format msgid "invalid regular expression: %s" msgstr "expression rationnelle invalide : %s" -#: tsearch/spell.c:1189 tsearch/spell.c:1201 tsearch/spell.c:1760 tsearch/spell.c:1765 tsearch/spell.c:1770 +#: tsearch/spell.c:1190 tsearch/spell.c:1202 tsearch/spell.c:1761 tsearch/spell.c:1766 tsearch/spell.c:1771 #, c-format msgid "invalid affix alias \"%s\"" msgstr "alias d'affixe invalide « %s »" -#: tsearch/spell.c:1242 tsearch/spell.c:1313 tsearch/spell.c:1462 +#: tsearch/spell.c:1243 tsearch/spell.c:1314 tsearch/spell.c:1463 #, c-format msgid "could not open affix file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier affixe « %s » : %m" -#: tsearch/spell.c:1296 +#: tsearch/spell.c:1297 #, c-format msgid "Ispell dictionary supports only \"default\", \"long\", and \"num\" flag values" msgstr "le dictionnaire Ispell supporte seulement les valeurs de drapeau « default », « long » et « num »" -#: tsearch/spell.c:1340 +#: tsearch/spell.c:1341 #, c-format msgid "invalid number of flag vector aliases" msgstr "nombre d'alias de vecteur de drapeau invalide" -#: tsearch/spell.c:1363 +#: tsearch/spell.c:1364 #, c-format msgid "number of aliases exceeds specified number %d" msgstr "le nombre d'alias excède le nombre %d spécifié" -#: tsearch/spell.c:1578 +#: tsearch/spell.c:1579 #, c-format msgid "affix file contains both old-style and new-style commands" msgstr "le fichier d'affixes contient des commandes ancien et nouveau style" @@ -22092,7 +22121,7 @@ msgid "input data type is not an array" msgstr "le type de données en entrée n'est pas un tableau" -#: utils/adt/array_userfuncs.c:129 utils/adt/array_userfuncs.c:181 utils/adt/float.c:1233 utils/adt/float.c:1307 utils/adt/float.c:4052 utils/adt/float.c:4066 utils/adt/int.c:757 utils/adt/int.c:779 utils/adt/int.c:793 utils/adt/int.c:807 utils/adt/int.c:838 utils/adt/int.c:859 utils/adt/int.c:976 utils/adt/int.c:990 utils/adt/int.c:1004 utils/adt/int.c:1037 utils/adt/int.c:1051 utils/adt/int.c:1065 utils/adt/int.c:1096 utils/adt/int.c:1178 utils/adt/int.c:1242 utils/adt/int.c:1310 utils/adt/int.c:1316 utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 utils/adt/varlena.c:3426 +#: utils/adt/array_userfuncs.c:129 utils/adt/array_userfuncs.c:181 utils/adt/float.c:1233 utils/adt/float.c:1307 utils/adt/float.c:4052 utils/adt/float.c:4066 utils/adt/int.c:757 utils/adt/int.c:779 utils/adt/int.c:793 utils/adt/int.c:807 utils/adt/int.c:838 utils/adt/int.c:859 utils/adt/int.c:976 utils/adt/int.c:990 utils/adt/int.c:1004 utils/adt/int.c:1037 utils/adt/int.c:1051 utils/adt/int.c:1065 utils/adt/int.c:1096 utils/adt/int.c:1178 utils/adt/int.c:1242 utils/adt/int.c:1310 utils/adt/int.c:1316 utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 utils/adt/varlena.c:3422 #, c-format msgid "integer out of range" msgstr "entier en dehors des limites" @@ -22395,7 +22424,7 @@ msgstr "la conversion de l'encodage de %s vers l'ASCII n'est pas supportée" #. translator: first %s is inet or cidr -#: utils/adt/bool.c:153 utils/adt/cash.c:277 utils/adt/datetime.c:3802 utils/adt/float.c:187 utils/adt/float.c:271 utils/adt/float.c:283 utils/adt/float.c:400 utils/adt/float.c:485 utils/adt/float.c:501 utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4657 utils/adt/geo_ops.c:4672 utils/adt/geo_ops.c:4679 utils/adt/int8.c:126 utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 utils/adt/mac8.c:166 utils/adt/mac8.c:184 +#: utils/adt/bool.c:153 utils/adt/cash.c:277 utils/adt/datetime.c:3802 utils/adt/float.c:187 utils/adt/float.c:271 utils/adt/float.c:283 utils/adt/float.c:400 utils/adt/float.c:485 utils/adt/float.c:501 utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4660 utils/adt/geo_ops.c:4675 utils/adt/geo_ops.c:4682 utils/adt/int8.c:126 utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 utils/adt/mac8.c:166 utils/adt/mac8.c:184 #: utils/adt/mac8.c:202 utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 utils/adt/numeric.c:713 utils/adt/numeric.c:6858 utils/adt/numeric.c:6882 utils/adt/numeric.c:6906 utils/adt/numeric.c:7864 utils/adt/numutils.c:116 utils/adt/numutils.c:126 utils/adt/numutils.c:170 utils/adt/numutils.c:246 utils/adt/numutils.c:322 utils/adt/oid.c:44 utils/adt/oid.c:58 utils/adt/oid.c:64 utils/adt/oid.c:86 utils/adt/pg_lsn.c:74 utils/adt/tid.c:76 utils/adt/tid.c:84 utils/adt/tid.c:92 utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:347 #, c-format msgid "invalid input syntax for type %s: \"%s\"" @@ -23027,7 +23056,7 @@ msgid "invalid line specification: must be two distinct points" msgstr "spécification de ligne invalide : doit être deux points distincts" -#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4366 utils/adt/geo_ops.c:5260 +#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4369 utils/adt/geo_ops.c:5263 #, c-format msgid "too many points requested" msgstr "trop de points demandé" @@ -23062,32 +23091,32 @@ msgid "invalid number of points in external \"polygon\" value" msgstr "nombre de points invalide dans la valeur externe de « polygon »" -#: utils/adt/geo_ops.c:4081 +#: utils/adt/geo_ops.c:4084 #, c-format msgid "function \"poly_distance\" not implemented" msgstr "la fonction « poly_distance » n'est pas implémentée" -#: utils/adt/geo_ops.c:4458 +#: utils/adt/geo_ops.c:4461 #, c-format msgid "function \"path_center\" not implemented" msgstr "la fonction « path_center » n'est pas implémentée" -#: utils/adt/geo_ops.c:4475 +#: utils/adt/geo_ops.c:4478 #, c-format msgid "open path cannot be converted to polygon" msgstr "le chemin ouvert ne peut être converti en polygône" -#: utils/adt/geo_ops.c:4725 +#: utils/adt/geo_ops.c:4728 #, c-format msgid "invalid radius in external \"circle\" value" msgstr "diamètre invalide pour la valeur externe de « circle »" -#: utils/adt/geo_ops.c:5246 +#: utils/adt/geo_ops.c:5249 #, c-format msgid "cannot convert circle with radius zero to polygon" msgstr "ne peut pas convertir le cercle avec un diamètre zéro en un polygône" -#: utils/adt/geo_ops.c:5251 +#: utils/adt/geo_ops.c:5254 #, c-format msgid "must request at least 2 points" msgstr "doit demander au moins deux points" @@ -23127,7 +23156,7 @@ msgid "key value must be scalar, not array, composite, or json" msgstr "la valeur clé doit être scalaire, et non pas un tableau ou une valeur composite ou un json" -#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:1992 +#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:2026 #, c-format msgid "could not determine data type for argument %d" msgstr "n'a pas pu déterminer le type de données pour l'argument %d" @@ -23625,7 +23654,7 @@ msgid "nondeterministic collations are not supported for LIKE" msgstr "les collationnements non déterministes ne sont pas supportés pour LIKE" -#: utils/adt/like.c:193 utils/adt/like_support.c:1002 +#: utils/adt/like.c:193 utils/adt/like_support.c:1003 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "n'a pas pu déterminer le collationnement à utiliser pour ILIKE" @@ -23650,12 +23679,12 @@ msgid "Escape string must be empty or one character." msgstr "La chaîne d'échappement doit être vide ou ne contenir qu'un caractère." -#: utils/adt/like_support.c:987 +#: utils/adt/like_support.c:988 #, c-format msgid "case insensitive matching not supported on type bytea" msgstr "la recherche insensible à la casse n'est pas supportée avec le type bytea" -#: utils/adt/like_support.c:1089 +#: utils/adt/like_support.c:1090 #, c-format msgid "regular-expression matching not supported on type bytea" msgstr "la recherche par expression rationnelle n'est pas supportée sur le type bytea" @@ -24202,7 +24231,7 @@ msgid "Junk after right parenthesis or bracket." msgstr "Problème après la parenthèse droite ou le crochet droit." -#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4553 +#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4549 #, c-format msgid "regular expression failed: %s" msgstr "l'expression rationnelle a échoué : %s" @@ -24243,7 +24272,7 @@ msgid "more than one operator named %s" msgstr "il existe plus d'un opérateur nommé%s" -#: utils/adt/regproc.c:715 utils/adt/regproc.c:756 utils/adt/regproc.c:2055 utils/adt/ruleutils.c:9769 utils/adt/ruleutils.c:9938 +#: utils/adt/regproc.c:715 utils/adt/regproc.c:756 utils/adt/regproc.c:2055 utils/adt/ruleutils.c:9770 utils/adt/ruleutils.c:9939 #, c-format msgid "too many arguments" msgstr "trop d'arguments" @@ -24253,7 +24282,7 @@ msgid "Provide two argument types for operator." msgstr "Fournit deux types d'argument pour l'opérateur." -#: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 utils/adt/varlena.c:3702 utils/adt/varlena.c:3707 +#: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 utils/adt/varlena.c:3698 utils/adt/varlena.c:3703 #, c-format msgid "invalid name syntax" msgstr "syntaxe du nom invalide" @@ -24767,7 +24796,7 @@ msgid "bit string too long for type bit varying(%d)" msgstr "la chaîne de bits est trop longue pour le type bit varying(%d)" -#: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3344 utils/adt/varlena.c:3422 +#: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3340 utils/adt/varlena.c:3418 #, c-format msgid "negative substring length not allowed" msgstr "longueur de sous-chaîne négative non autorisée" @@ -24792,7 +24821,7 @@ msgid "bit index %d out of valid range (0..%d)" msgstr "index de bit %d en dehors des limites valides (0..%d)" -#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3626 +#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3622 #, c-format msgid "new bit must be 0 or 1" msgstr "le nouveau bit doit valoir soit 0 soit 1" @@ -24827,87 +24856,87 @@ msgid "could not compare Unicode strings: %m" msgstr "n'a pas pu comparer les chaînes unicode : %m" -#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2408 +#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2406 #, c-format msgid "collation failed: %s" msgstr "échec du collationnement : %s" -#: utils/adt/varlena.c:2616 +#: utils/adt/varlena.c:2613 #, c-format msgid "sort key generation failed: %s" msgstr "échec de génération de la clé de tri : %s" -#: utils/adt/varlena.c:3510 utils/adt/varlena.c:3577 +#: utils/adt/varlena.c:3506 utils/adt/varlena.c:3573 #, c-format msgid "index %d out of valid range, 0..%d" msgstr "index %d en dehors des limites valides, 0..%d" -#: utils/adt/varlena.c:3541 utils/adt/varlena.c:3613 +#: utils/adt/varlena.c:3537 utils/adt/varlena.c:3609 #, c-format msgid "index %lld out of valid range, 0..%lld" msgstr "index %lld en dehors des limites valides, 0..%lld" -#: utils/adt/varlena.c:4649 +#: utils/adt/varlena.c:4645 #, c-format msgid "field position must not be zero" msgstr "la position du champ ne doit pas être zéro" -#: utils/adt/varlena.c:5690 +#: utils/adt/varlena.c:5686 #, c-format msgid "unterminated format() type specifier" msgstr "spécificateur de type pour format() non terminé" -#: utils/adt/varlena.c:5691 utils/adt/varlena.c:5825 utils/adt/varlena.c:5946 +#: utils/adt/varlena.c:5687 utils/adt/varlena.c:5821 utils/adt/varlena.c:5942 #, c-format msgid "For a single \"%%\" use \"%%%%\"." msgstr "Pour un unique \"%%\" utilisez \"%%%%\"." -#: utils/adt/varlena.c:5823 utils/adt/varlena.c:5944 +#: utils/adt/varlena.c:5819 utils/adt/varlena.c:5940 #, c-format msgid "unrecognized format() type specifier \"%.*s\"" msgstr "spécificateur de type « %.*s » pour format() non reconnu" -#: utils/adt/varlena.c:5836 utils/adt/varlena.c:5893 +#: utils/adt/varlena.c:5832 utils/adt/varlena.c:5889 #, c-format msgid "too few arguments for format()" msgstr "trop peu d'arguments pour format()" -#: utils/adt/varlena.c:5989 utils/adt/varlena.c:6171 +#: utils/adt/varlena.c:5985 utils/adt/varlena.c:6167 #, c-format msgid "number is out of range" msgstr "le nombre est en dehors des limites" -#: utils/adt/varlena.c:6052 utils/adt/varlena.c:6080 +#: utils/adt/varlena.c:6048 utils/adt/varlena.c:6076 #, c-format msgid "format specifies argument 0, but arguments are numbered from 1" msgstr "le format indique l'argument 0 mais les arguments sont numérotés à partir de 1" -#: utils/adt/varlena.c:6073 +#: utils/adt/varlena.c:6069 #, c-format msgid "width argument position must be ended by \"$\"" msgstr "la position de l'argument width doit se terminer par « $ »" -#: utils/adt/varlena.c:6118 +#: utils/adt/varlena.c:6114 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "les valeurs NULL ne peuvent pas être formatés comme un identifiant SQL" -#: utils/adt/varlena.c:6244 +#: utils/adt/varlena.c:6240 #, c-format msgid "Unicode normalization can only be performed if server encoding is UTF8" msgstr "La normalisation Unicode peut seulement être exécutée si l'encodage serveur est UTF8" -#: utils/adt/varlena.c:6257 +#: utils/adt/varlena.c:6253 #, c-format msgid "invalid normalization form: %s" msgstr "forme de normalisation invalide : %s" -#: utils/adt/varlena.c:6460 utils/adt/varlena.c:6495 utils/adt/varlena.c:6530 +#: utils/adt/varlena.c:6456 utils/adt/varlena.c:6491 utils/adt/varlena.c:6526 #, c-format msgid "invalid Unicode code point: %04X" msgstr "point code Unicode invalide : %04X" -#: utils/adt/varlena.c:6560 +#: utils/adt/varlena.c:6556 #, c-format msgid "Unicode escapes must be \\XXXX, \\+XXXXXX, \\uXXXX, or \\UXXXXXXXX." msgstr "Les échappements Unicode doivent être de la forme \\XXXX, \\+XXXXXX, \\uXXXX ou \\UXXXXXXXX." @@ -25157,7 +25186,7 @@ "le fichier de correspondance des relations « %s » contient une somme de\n" "contrôle incorrecte" -#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:463 +#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:497 #, c-format msgid "record type has not been registered" msgstr "le type d'enregistrement n'a pas été enregistré" @@ -25377,34 +25406,34 @@ msgid "language validation function %u called for language %u instead of %u" msgstr "fonction %u de validation du langage appelée pour le langage %u au lieu de %u" -#: utils/fmgr/funcapi.c:386 +#: utils/fmgr/funcapi.c:420 #, c-format msgid "could not determine actual result type for function \"%s\" declared to return type %s" msgstr "" "n'a pas pu déterminer le type du résultat actuel pour la fonction « %s »\n" "déclarant retourner le type %s" -#: utils/fmgr/funcapi.c:531 +#: utils/fmgr/funcapi.c:565 #, c-format msgid "argument declared %s does not contain a range type but type %s" msgstr "l'argument déclaré %s ne contient pas un type d'intervalle mais un type %s" -#: utils/fmgr/funcapi.c:614 +#: utils/fmgr/funcapi.c:648 #, c-format msgid "could not find multirange type for data type %s" msgstr "n'a pas pu trouver le type multirange pour le type de données %s" -#: utils/fmgr/funcapi.c:1831 utils/fmgr/funcapi.c:1863 +#: utils/fmgr/funcapi.c:1865 utils/fmgr/funcapi.c:1897 #, c-format msgid "number of aliases does not match number of columns" msgstr "le nombre d'alias ne correspond pas au nombre de colonnes" -#: utils/fmgr/funcapi.c:1857 +#: utils/fmgr/funcapi.c:1891 #, c-format msgid "no column alias was provided" msgstr "aucun alias de colonne n'a été fourni" -#: utils/fmgr/funcapi.c:1881 +#: utils/fmgr/funcapi.c:1915 #, c-format msgid "could not determine row description for function returning record" msgstr "" @@ -28222,7 +28251,7 @@ msgid "@INCLUDE without file name in time zone file \"%s\", line %d" msgstr "@INCLUDE sans nom de fichier dans le fichier des fuseaux horaires « %s », ligne %d" -#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:237 +#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:239 #, c-format msgid "Failed while creating memory context \"%s\"." msgstr "Échec lors de la création du contexte mémoire « %s »." @@ -29345,6 +29374,10 @@ #~ msgid "Transaction ID %u finished; no more running transactions." #~ msgstr "Identifiant de transaction %u terminé ; plus de transactions en cours." +#, c-format +#~ msgid "Triggers on partitioned tables cannot have transition tables." +#~ msgstr "Les triggers sur les tables partitionnées ne peuvent pas avoir de tables de transition." + #~ msgid "Try putting the literal value in single quotes." #~ msgstr "Placer la valeur littérale en guillemets simples." diff -Nru postgresql-14-14.5/src/backend/po/ja.po postgresql-14-14.6/src/backend/po/ja.po --- postgresql-14-14.5/src/backend/po/ja.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/po/ja.po 2022-11-07 21:38:53.000000000 +0000 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: postgres (PostgreSQL 14)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-08-02 09:31+0900\n" -"PO-Revision-Date: 2022-08-02 10:26+0900\n" +"POT-Creation-Date: 2022-09-29 10:03+0900\n" +"PO-Revision-Date: 2022-09-29 10:15+0900\n" "Last-Translator: Kyotaro Horiguchi \n" "Language-Team: jpug-doc \n" "Language: ja\n" @@ -33,21 +33,21 @@ msgid "could not open file \"%s\" for reading: %m" msgstr "ファイル\"%s\"を読み取り用にオープンできませんでした: %m" -#: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 access/transam/timeline.c:143 access/transam/timeline.c:362 access/transam/twophase.c:1329 access/transam/xlog.c:3570 access/transam/xlog.c:4808 access/transam/xlog.c:11603 access/transam/xlog.c:11616 access/transam/xlog.c:12071 access/transam/xlog.c:12151 access/transam/xlog.c:12188 access/transam/xlog.c:12248 access/transam/xlogfuncs.c:703 access/transam/xlogfuncs.c:722 -#: commands/extension.c:3474 libpq/hba.c:534 replication/basebackup.c:2026 replication/logical/origin.c:729 replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4917 replication/logical/snapbuild.c:1749 replication/logical/snapbuild.c:1791 replication/logical/snapbuild.c:1818 replication/slot.c:1720 replication/slot.c:1761 replication/walsender.c:545 storage/file/buffile.c:445 storage/file/copydir.c:195 utils/adt/genfile.c:202 utils/adt/misc.c:888 +#: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 access/transam/timeline.c:143 access/transam/timeline.c:362 access/transam/twophase.c:1329 access/transam/xlog.c:3573 access/transam/xlog.c:4817 access/transam/xlog.c:11620 access/transam/xlog.c:11633 access/transam/xlog.c:12088 access/transam/xlog.c:12168 access/transam/xlog.c:12205 access/transam/xlog.c:12265 access/transam/xlogfuncs.c:703 access/transam/xlogfuncs.c:722 +#: commands/extension.c:3474 libpq/hba.c:534 replication/basebackup.c:2026 replication/logical/origin.c:729 replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4919 replication/logical/snapbuild.c:1841 replication/logical/snapbuild.c:1883 replication/logical/snapbuild.c:1910 replication/slot.c:1720 replication/slot.c:1761 replication/walsender.c:545 storage/file/buffile.c:445 storage/file/copydir.c:195 utils/adt/genfile.c:202 utils/adt/misc.c:888 #: utils/cache/relmapper.c:744 #, c-format msgid "could not read file \"%s\": %m" msgstr "ファイル\"%s\"の読み取りに失敗しました: %m" -#: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 access/transam/xlog.c:3575 access/transam/xlog.c:4813 replication/basebackup.c:2030 replication/logical/origin.c:734 replication/logical/origin.c:773 replication/logical/snapbuild.c:1754 replication/logical/snapbuild.c:1796 replication/logical/snapbuild.c:1823 replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 utils/cache/relmapper.c:748 +#: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 access/transam/xlog.c:3578 access/transam/xlog.c:4822 replication/basebackup.c:2030 replication/logical/origin.c:734 replication/logical/origin.c:773 replication/logical/snapbuild.c:1846 replication/logical/snapbuild.c:1888 replication/logical/snapbuild.c:1915 replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 utils/cache/relmapper.c:748 #, c-format msgid "could not read file \"%s\": read %d of %zu" msgstr "ファイル\"%1$s\"を読み込めませんでした: %3$zuバイトのうち%2$dバイトを読み込みました" -#: ../common/controldata_utils.c:112 ../common/controldata_utils.c:117 ../common/controldata_utils.c:256 ../common/controldata_utils.c:259 access/heap/rewriteheap.c:1185 access/heap/rewriteheap.c:1288 access/transam/timeline.c:392 access/transam/timeline.c:438 access/transam/timeline.c:516 access/transam/twophase.c:1341 access/transam/twophase.c:1746 access/transam/xlog.c:3442 access/transam/xlog.c:3610 access/transam/xlog.c:3615 access/transam/xlog.c:3943 -#: access/transam/xlog.c:4778 access/transam/xlog.c:5703 access/transam/xlogfuncs.c:728 commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 libpq/be-fsstubs.c:525 replication/logical/origin.c:667 replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4975 replication/logical/snapbuild.c:1658 replication/logical/snapbuild.c:1831 replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 storage/file/copydir.c:218 -#: storage/file/copydir.c:223 storage/file/fd.c:738 storage/file/fd.c:3536 storage/file/fd.c:3639 utils/cache/relmapper.c:759 utils/cache/relmapper.c:898 +#: ../common/controldata_utils.c:112 ../common/controldata_utils.c:117 ../common/controldata_utils.c:256 ../common/controldata_utils.c:259 access/heap/rewriteheap.c:1185 access/heap/rewriteheap.c:1288 access/transam/timeline.c:392 access/transam/timeline.c:438 access/transam/timeline.c:516 access/transam/twophase.c:1341 access/transam/twophase.c:1746 access/transam/xlog.c:3442 access/transam/xlog.c:3613 access/transam/xlog.c:3618 access/transam/xlog.c:3946 +#: access/transam/xlog.c:4787 access/transam/xlog.c:5712 access/transam/xlogfuncs.c:728 commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 libpq/be-fsstubs.c:525 replication/logical/origin.c:667 replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4977 replication/logical/snapbuild.c:1750 replication/logical/snapbuild.c:1923 replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 storage/file/copydir.c:218 +#: storage/file/copydir.c:223 storage/file/fd.c:738 storage/file/fd.c:3542 storage/file/fd.c:3645 utils/cache/relmapper.c:759 utils/cache/relmapper.c:898 #, c-format msgid "could not close file \"%s\": %m" msgstr "ファイル\"%s\"をクローズできませんでした: %m" @@ -69,29 +69,29 @@ "されるものと一致しないようです。この場合以下の結果は不正確になります。また、\n" "このPostgreSQLはこのデータディレクトリと互換性がなくなります。" -#: ../common/controldata_utils.c:197 ../common/controldata_utils.c:203 ../common/file_utils.c:232 ../common/file_utils.c:291 ../common/file_utils.c:365 access/heap/rewriteheap.c:1271 access/transam/timeline.c:111 access/transam/timeline.c:251 access/transam/timeline.c:348 access/transam/twophase.c:1285 access/transam/xlog.c:3328 access/transam/xlog.c:3484 access/transam/xlog.c:3525 access/transam/xlog.c:3723 access/transam/xlog.c:3808 access/transam/xlog.c:3911 -#: access/transam/xlog.c:4798 access/transam/xlogutils.c:803 postmaster/syslogger.c:1488 replication/basebackup.c:616 replication/basebackup.c:1616 replication/logical/origin.c:719 replication/logical/reorderbuffer.c:3572 replication/logical/reorderbuffer.c:4121 replication/logical/reorderbuffer.c:4897 replication/logical/snapbuild.c:1613 replication/logical/snapbuild.c:1720 replication/slot.c:1692 replication/walsender.c:518 replication/walsender.c:2563 -#: storage/file/copydir.c:161 storage/file/fd.c:713 storage/file/fd.c:3300 storage/file/fd.c:3523 storage/file/fd.c:3610 storage/smgr/md.c:503 utils/cache/relmapper.c:724 utils/cache/relmapper.c:842 utils/error/elog.c:1938 utils/init/miscinit.c:1351 utils/init/miscinit.c:1485 utils/init/miscinit.c:1562 utils/misc/guc.c:8618 utils/misc/guc.c:8650 +#: ../common/controldata_utils.c:197 ../common/controldata_utils.c:203 ../common/file_utils.c:232 ../common/file_utils.c:291 ../common/file_utils.c:365 access/heap/rewriteheap.c:1271 access/transam/timeline.c:111 access/transam/timeline.c:251 access/transam/timeline.c:348 access/transam/twophase.c:1285 access/transam/xlog.c:3328 access/transam/xlog.c:3484 access/transam/xlog.c:3528 access/transam/xlog.c:3726 access/transam/xlog.c:3811 access/transam/xlog.c:3914 +#: access/transam/xlog.c:4807 access/transam/xlogutils.c:803 postmaster/syslogger.c:1488 replication/basebackup.c:616 replication/basebackup.c:1616 replication/logical/origin.c:719 replication/logical/reorderbuffer.c:3574 replication/logical/reorderbuffer.c:4123 replication/logical/reorderbuffer.c:4899 replication/logical/snapbuild.c:1705 replication/logical/snapbuild.c:1812 replication/slot.c:1692 replication/walsender.c:518 replication/walsender.c:2563 +#: storage/file/copydir.c:161 storage/file/fd.c:713 storage/file/fd.c:3306 storage/file/fd.c:3529 storage/file/fd.c:3616 storage/smgr/md.c:503 utils/cache/relmapper.c:724 utils/cache/relmapper.c:842 utils/error/elog.c:1938 utils/init/miscinit.c:1351 utils/init/miscinit.c:1485 utils/init/miscinit.c:1562 utils/misc/guc.c:8618 utils/misc/guc.c:8650 #, c-format msgid "could not open file \"%s\": %m" msgstr "ファイル\"%s\"をオープンできませんでした: %m" -#: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 access/transam/twophase.c:1719 access/transam/twophase.c:1728 access/transam/xlog.c:11360 access/transam/xlog.c:11398 access/transam/xlog.c:11811 access/transam/xlogfuncs.c:782 postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 +#: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 access/transam/twophase.c:1719 access/transam/twophase.c:1728 access/transam/xlog.c:11377 access/transam/xlog.c:11415 access/transam/xlog.c:11828 access/transam/xlogfuncs.c:782 postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 #, c-format msgid "could not write file \"%s\": %m" msgstr "ファイル\"%s\"を書き出せませんでした: %m" -#: ../common/controldata_utils.c:239 ../common/controldata_utils.c:245 ../common/file_utils.c:303 ../common/file_utils.c:373 access/heap/rewriteheap.c:967 access/heap/rewriteheap.c:1179 access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 access/transam/timeline.c:510 access/transam/twophase.c:1740 access/transam/xlog.c:3435 access/transam/xlog.c:3604 access/transam/xlog.c:4771 access/transam/xlog.c:10843 access/transam/xlog.c:10884 -#: replication/logical/snapbuild.c:1651 replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 storage/file/fd.c:3631 storage/smgr/md.c:951 storage/smgr/md.c:992 storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8405 +#: ../common/controldata_utils.c:239 ../common/controldata_utils.c:245 ../common/file_utils.c:303 ../common/file_utils.c:373 access/heap/rewriteheap.c:967 access/heap/rewriteheap.c:1179 access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 access/transam/timeline.c:510 access/transam/twophase.c:1740 access/transam/xlog.c:3435 access/transam/xlog.c:3607 access/transam/xlog.c:4780 access/transam/xlog.c:10860 access/transam/xlog.c:10901 +#: replication/logical/snapbuild.c:1743 replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 storage/file/fd.c:3637 storage/smgr/md.c:951 storage/smgr/md.c:992 storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8405 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "ファイル\"%s\"をfsyncできませんでした: %m" -#: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6678 lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 postmaster/bgworker.c:948 -#: postmaster/postmaster.c:2540 postmaster/postmaster.c:4198 postmaster/postmaster.c:4868 postmaster/postmaster.c:5607 postmaster/postmaster.c:5971 replication/libpqwalreceiver/libpqwalreceiver.c:283 replication/logical/logical.c:205 replication/walsender.c:592 storage/buffer/localbuf.c:442 storage/file/fd.c:882 storage/file/fd.c:1354 storage/file/fd.c:1515 storage/file/fd.c:2323 storage/ipc/procarray.c:1445 storage/ipc/procarray.c:2249 +#: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6687 lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 postmaster/bgworker.c:948 +#: postmaster/postmaster.c:2540 postmaster/postmaster.c:4198 postmaster/postmaster.c:4868 postmaster/postmaster.c:5607 postmaster/postmaster.c:5971 replication/libpqwalreceiver/libpqwalreceiver.c:283 replication/logical/logical.c:205 replication/walsender.c:592 storage/buffer/localbuf.c:442 storage/file/fd.c:888 storage/file/fd.c:1360 storage/file/fd.c:1521 storage/file/fd.c:2329 storage/ipc/procarray.c:1445 storage/ipc/procarray.c:2249 #: storage/ipc/procarray.c:2256 storage/ipc/procarray.c:2759 storage/ipc/procarray.c:3436 utils/adt/cryptohashfuncs.c:46 utils/adt/cryptohashfuncs.c:66 utils/adt/formatting.c:1699 utils/adt/formatting.c:1823 utils/adt/formatting.c:1948 utils/adt/pg_locale.c:450 utils/adt/pg_locale.c:614 utils/adt/regexp.c:223 utils/fmgr/dfmgr.c:229 utils/hash/dynahash.c:513 utils/hash/dynahash.c:613 utils/hash/dynahash.c:1116 utils/mb/mbutils.c:401 utils/mb/mbutils.c:429 #: utils/mb/mbutils.c:814 utils/mb/mbutils.c:841 utils/misc/guc.c:5049 utils/misc/guc.c:5065 utils/misc/guc.c:5078 utils/misc/guc.c:8383 utils/misc/tzparser.c:476 utils/mmgr/aset.c:476 utils/mmgr/dsa.c:701 utils/mmgr/dsa.c:723 utils/mmgr/dsa.c:804 utils/mmgr/generation.c:234 utils/mmgr/mcxt.c:888 utils/mmgr/mcxt.c:924 utils/mmgr/mcxt.c:962 utils/mmgr/mcxt.c:1000 utils/mmgr/mcxt.c:1088 utils/mmgr/mcxt.c:1119 utils/mmgr/mcxt.c:1155 utils/mmgr/mcxt.c:1207 -#: utils/mmgr/mcxt.c:1242 utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:236 +#: utils/mmgr/mcxt.c:1242 utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:238 #, c-format msgid "out of memory" msgstr "メモリ不足" @@ -121,7 +121,7 @@ msgid "could not change directory to \"%s\": %m" msgstr "ディレクトリ\"%s\"に移動できませんでした: %m" -#: ../common/exec.c:291 access/transam/xlog.c:11234 replication/basebackup.c:1434 utils/adt/misc.c:369 +#: ../common/exec.c:291 access/transam/xlog.c:11251 replication/basebackup.c:1434 utils/adt/misc.c:369 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "シンボリックリンク\"%s\"を読めませんでした: %m" @@ -141,23 +141,23 @@ msgid "cannot duplicate null pointer (internal error)\n" msgstr "nullポインタは複製できません (内部エラー)\n" -#: ../common/file_utils.c:87 ../common/file_utils.c:451 ../common/file_utils.c:455 access/transam/twophase.c:1297 access/transam/xlog.c:11336 access/transam/xlog.c:11374 access/transam/xlog.c:11591 access/transam/xlogarchive.c:110 access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 commands/tablespace.c:897 guc-file.l:1063 replication/basebackup.c:439 replication/basebackup.c:622 -#: replication/basebackup.c:698 replication/logical/snapbuild.c:1530 storage/file/copydir.c:68 storage/file/copydir.c:107 storage/file/fd.c:1865 storage/file/fd.c:1951 storage/file/fd.c:3151 storage/file/fd.c:3355 utils/adt/dbsize.c:70 utils/adt/dbsize.c:222 utils/adt/dbsize.c:302 utils/adt/genfile.c:418 utils/adt/genfile.c:644 utils/adt/misc.c:354 +#: ../common/file_utils.c:87 ../common/file_utils.c:451 ../common/file_utils.c:455 access/transam/twophase.c:1297 access/transam/xlog.c:11353 access/transam/xlog.c:11391 access/transam/xlog.c:11608 access/transam/xlogarchive.c:110 access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 commands/tablespace.c:897 guc-file.l:1063 replication/basebackup.c:439 replication/basebackup.c:622 +#: replication/basebackup.c:698 replication/logical/snapbuild.c:1622 storage/file/copydir.c:68 storage/file/copydir.c:107 storage/file/fd.c:1871 storage/file/fd.c:1957 storage/file/fd.c:3157 storage/file/fd.c:3361 utils/adt/dbsize.c:70 utils/adt/dbsize.c:222 utils/adt/dbsize.c:302 utils/adt/genfile.c:418 utils/adt/genfile.c:644 utils/adt/misc.c:354 #, c-format msgid "could not stat file \"%s\": %m" msgstr "ファイル\"%s\"のstatに失敗しました: %m" -#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:729 commands/tablespace.c:739 postmaster/postmaster.c:1515 storage/file/fd.c:2726 storage/file/reinit.c:122 utils/adt/misc.c:263 utils/misc/tzparser.c:338 +#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:729 commands/tablespace.c:739 postmaster/postmaster.c:1515 storage/file/fd.c:2732 storage/file/reinit.c:122 utils/adt/misc.c:263 utils/misc/tzparser.c:338 #, c-format msgid "could not open directory \"%s\": %m" msgstr "ディレクトリ\"%s\"をオープンできませんでした: %m" -#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2738 +#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2744 #, c-format msgid "could not read directory \"%s\": %m" msgstr "ディレクトリ\"%s\"を読み取れませんでした: %m" -#: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1670 replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 storage/file/fd.c:748 storage/file/fd.c:846 utils/time/snapmgr.c:1282 +#: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1762 replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 storage/file/fd.c:748 storage/file/fd.c:849 utils/time/snapmgr.c:1282 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "ファイル\"%s\"の名前を\"%s\"に変更できませんでした: %m" @@ -467,7 +467,7 @@ msgid "request for BRIN range summarization for index \"%s\" page %u was not recorded" msgstr "インデックス\"%s\" ページ%uのBRIN範囲要約のリクエストは登録されていません" -#: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1035 access/transam/xlog.c:11005 access/transam/xlog.c:11542 access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 access/transam/xlogfuncs.c:509 +#: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1035 access/transam/xlog.c:11022 access/transam/xlog.c:11559 access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 access/transam/xlogfuncs.c:509 #, c-format msgid "recovery is in progress" msgstr "リカバリは現在進行中です" @@ -492,18 +492,18 @@ msgid "could not open parent table of index \"%s\"" msgstr "インデックス\"%s\"の親テーブルをオープンできませんでした" -#: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793 access/brin/brin_minmax_multi.c:3004 access/brin/brin_minmax_multi.c:3147 statistics/dependencies.c:662 statistics/dependencies.c:715 statistics/mcv.c:1483 statistics/mcv.c:1514 statistics/mvdistinct.c:343 statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:43 utils/adt/pseudotypes.c:77 utils/adt/pseudotypes.c:252 +#: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793 access/brin/brin_minmax_multi.c:3008 access/brin/brin_minmax_multi.c:3151 statistics/dependencies.c:662 statistics/dependencies.c:715 statistics/mcv.c:1483 statistics/mcv.c:1514 statistics/mvdistinct.c:343 statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:43 utils/adt/pseudotypes.c:77 utils/adt/pseudotypes.c:252 #, c-format msgid "cannot accept a value of type %s" msgstr "%s型の値は受け付けられません" -#: access/brin/brin_minmax_multi.c:2163 access/brin/brin_minmax_multi.c:2170 access/brin/brin_minmax_multi.c:2177 utils/adt/timestamp.c:941 utils/adt/timestamp.c:1515 utils/adt/timestamp.c:1982 utils/adt/timestamp.c:3059 utils/adt/timestamp.c:3064 utils/adt/timestamp.c:3069 utils/adt/timestamp.c:3119 utils/adt/timestamp.c:3126 utils/adt/timestamp.c:3133 utils/adt/timestamp.c:3153 utils/adt/timestamp.c:3160 utils/adt/timestamp.c:3167 utils/adt/timestamp.c:3197 +#: access/brin/brin_minmax_multi.c:2167 access/brin/brin_minmax_multi.c:2174 access/brin/brin_minmax_multi.c:2181 utils/adt/timestamp.c:941 utils/adt/timestamp.c:1515 utils/adt/timestamp.c:1982 utils/adt/timestamp.c:3059 utils/adt/timestamp.c:3064 utils/adt/timestamp.c:3069 utils/adt/timestamp.c:3119 utils/adt/timestamp.c:3126 utils/adt/timestamp.c:3133 utils/adt/timestamp.c:3153 utils/adt/timestamp.c:3160 utils/adt/timestamp.c:3167 utils/adt/timestamp.c:3197 #: utils/adt/timestamp.c:3205 utils/adt/timestamp.c:3249 utils/adt/timestamp.c:3676 utils/adt/timestamp.c:3801 utils/adt/timestamp.c:4359 #, c-format msgid "interval out of range" msgstr "intervalが範囲外です" -#: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:362 access/brin/brin_pageops.c:843 access/gin/ginentrypage.c:110 access/gist/gist.c:1441 access/spgist/spgdoinsert.c:2000 access/spgist/spgdoinsert.c:2275 +#: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:362 access/brin/brin_pageops.c:848 access/gin/ginentrypage.c:110 access/gist/gist.c:1441 access/spgist/spgdoinsert.c:2000 access/spgist/spgdoinsert.c:2275 #, c-format msgid "index row size %zu exceeds maximum %zu for index \"%s\"" msgstr "インデックス行サイズ%1$zuはインデックス\"%3$s\"での最大値%2$zuを超えています" @@ -816,7 +816,7 @@ msgid "could not determine which collation to use for string hashing" msgstr "文字列のハッシュ値計算で使用する照合順序を特定できませんでした" -#: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 catalog/heap.c:719 commands/createas.c:206 commands/createas.c:503 commands/indexcmds.c:1960 commands/tablecmds.c:16864 commands/view.c:86 regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 utils/adt/like_support.c:1003 utils/adt/varchar.c:733 utils/adt/varchar.c:994 utils/adt/varchar.c:1054 +#: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 catalog/heap.c:719 commands/createas.c:206 commands/createas.c:515 commands/indexcmds.c:1971 commands/tablecmds.c:16888 commands/view.c:86 regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 utils/adt/like_support.c:1004 utils/adt/varchar.c:733 utils/adt/varchar.c:994 utils/adt/varchar.c:1054 #: utils/adt/varlena.c:1517 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." @@ -882,17 +882,17 @@ msgid "attempted to delete invisible tuple" msgstr "不可視のタプルを削除しようとしました" -#: access/heap/heapam.c:3238 access/heap/heapam.c:6098 +#: access/heap/heapam.c:3246 access/heap/heapam.c:6106 #, c-format msgid "cannot update tuples during a parallel operation" msgstr "並列処理中はタプルの更新はできません" -#: access/heap/heapam.c:3379 +#: access/heap/heapam.c:3387 #, c-format msgid "attempted to update invisible tuple" msgstr "不可視のタプルを更新しようとしました" -#: access/heap/heapam.c:4742 access/heap/heapam.c:4780 access/heap/heapam.c:5045 access/heap/heapam_handler.c:457 +#: access/heap/heapam.c:4750 access/heap/heapam.c:4788 access/heap/heapam.c:5053 access/heap/heapam_handler.c:457 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "リレーション\"%s\"の行ロックを取得できませんでした" @@ -912,7 +912,7 @@ msgid "could not write to file \"%s\", wrote %d of %d: %m" msgstr "ファイル\"%1$s\"に書き込めませんでした、%3$dバイト中%2$dバイト書き込みました: %m" -#: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 access/transam/timeline.c:329 access/transam/timeline.c:485 access/transam/xlog.c:3351 access/transam/xlog.c:3539 access/transam/xlog.c:4750 access/transam/xlog.c:11351 access/transam/xlog.c:11389 access/transam/xlog.c:11794 access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 postmaster/postmaster.c:5669 replication/logical/origin.c:587 replication/slot.c:1544 storage/file/copydir.c:167 +#: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 access/transam/timeline.c:329 access/transam/timeline.c:485 access/transam/xlog.c:3351 access/transam/xlog.c:3542 access/transam/xlog.c:4759 access/transam/xlog.c:11368 access/transam/xlog.c:11406 access/transam/xlog.c:11811 access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 postmaster/postmaster.c:5669 replication/logical/origin.c:587 replication/slot.c:1544 storage/file/copydir.c:167 #: storage/smgr/md.c:218 utils/time/snapmgr.c:1261 #, c-format msgid "could not create file \"%s\": %m" @@ -923,13 +923,13 @@ msgid "could not truncate file \"%s\" to %u: %m" msgstr "ファイル\"%s\"を%uバイトに切り詰められませんでした: %m" -#: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 access/transam/timeline.c:424 access/transam/timeline.c:502 access/transam/xlog.c:3423 access/transam/xlog.c:3595 access/transam/xlog.c:4762 postmaster/postmaster.c:4633 postmaster/postmaster.c:4643 replication/logical/origin.c:599 replication/logical/origin.c:641 replication/logical/origin.c:660 replication/logical/snapbuild.c:1627 replication/slot.c:1579 storage/file/buffile.c:506 +#: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 access/transam/timeline.c:424 access/transam/timeline.c:502 access/transam/xlog.c:3423 access/transam/xlog.c:3598 access/transam/xlog.c:4771 postmaster/postmaster.c:4633 postmaster/postmaster.c:4643 replication/logical/origin.c:599 replication/logical/origin.c:641 replication/logical/origin.c:660 replication/logical/snapbuild.c:1719 replication/slot.c:1579 storage/file/buffile.c:506 #: storage/file/copydir.c:207 utils/init/miscinit.c:1426 utils/init/miscinit.c:1437 utils/init/miscinit.c:1445 utils/misc/guc.c:8366 utils/misc/guc.c:8397 utils/misc/guc.c:10316 utils/misc/guc.c:10330 utils/time/snapmgr.c:1266 utils/time/snapmgr.c:1273 #, c-format msgid "could not write to file \"%s\": %m" msgstr "ファイル\"%s\"に書き込めませんでした: %m" -#: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4390 replication/logical/snapbuild.c:1572 replication/logical/snapbuild.c:1988 replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3171 storage/file/fd.c:3233 storage/file/reinit.c:250 +#: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4392 replication/logical/snapbuild.c:1664 replication/logical/snapbuild.c:2080 replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3177 storage/file/fd.c:3239 storage/file/reinit.c:250 #: storage/ipc/dsm.c:315 storage/smgr/md.c:344 storage/smgr/md.c:394 storage/sync/sync.c:250 utils/time/snapmgr.c:1606 #, c-format msgid "could not remove file \"%s\": %m" @@ -1055,7 +1055,7 @@ msgstr[0] "凍結のため%uページがスキップされました。\n" msgstr[1] "凍結のため%uページがスキップされました。\n" -#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4124 commands/indexcmds.c:4143 +#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4135 commands/indexcmds.c:4154 #, c-format msgid "%s." msgstr "%s。" @@ -1206,7 +1206,7 @@ msgid "transaction aborted during system catalog scan" msgstr "システムカタログのスキャン中にトランザクションがアボートしました" -#: access/index/indexam.c:142 catalog/objectaddress.c:1355 commands/indexcmds.c:2788 commands/tablecmds.c:267 commands/tablecmds.c:291 commands/tablecmds.c:16562 commands/tablecmds.c:18299 +#: access/index/indexam.c:142 catalog/objectaddress.c:1355 commands/indexcmds.c:2799 commands/tablecmds.c:267 commands/tablecmds.c:291 commands/tablecmds.c:16586 commands/tablecmds.c:18323 #, c-format msgid "\"%s\" is not an index" msgstr "\"%s\"はインデックスではありません" @@ -1231,7 +1231,7 @@ msgid "This may be because of a non-immutable index expression." msgstr "これは不変でないインデックス式が原因である可能性があります" -#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 parser/parse_utilcmd.c:2319 +#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 parser/parse_utilcmd.c:2329 #, c-format msgid "index \"%s\" is not a btree" msgstr "インデックス\"%s\"はbtreeではありません" @@ -1300,7 +1300,7 @@ msgid "\"%s\" is an index" msgstr "\"%s\"はインデックスです" -#: access/table/table.c:54 access/table/table.c:88 access/table/table.c:117 access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13263 commands/tablecmds.c:16571 +#: access/table/table.c:54 access/table/table.c:88 access/table/table.c:117 access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13285 commands/tablecmds.c:16595 #, c-format msgid "\"%s\" is a composite type" msgstr "\"%s\"は複合型です" @@ -1469,7 +1469,7 @@ #: access/transam/parallel.c:719 access/transam/parallel.c:838 #, c-format msgid "More details may be available in the server log." -msgstr "詳細な情報がはサーバーログにあるかもしれません。" +msgstr "詳細な情報がサーバーログにあるかもしれません。" #: access/transam/parallel.c:899 #, c-format @@ -1687,7 +1687,7 @@ msgid "calculated CRC checksum does not match value stored in file \"%s\"" msgstr "算出されたCRCチェックサムがファイル\"%s\"に格納されている値と一致しません" -#: access/transam/twophase.c:1400 access/transam/xlog.c:6679 +#: access/transam/twophase.c:1400 access/transam/xlog.c:6688 #, c-format msgid "Failed while allocating a WAL reading processor." msgstr "WALリーダの割り当てに中に失敗しました。" @@ -1765,7 +1765,7 @@ "Stop the postmaster and vacuum that database in single-user mode.\n" "You might also need to commit or roll back old prepared transactions, or drop stale replication slots." msgstr "" -"postmaster を停止後、シングルユーザーモードでデータベースをVACUUMを実行してください。\n" +"postmaster を停止後、シングルユーザーモードでデータベースにVACUUMを実行してください。\n" "古い準備済みトランザクションのコミットまたはロールバック、もしくは古いレプリケーションスロットの削除も必要かもしれません。" #: access/transam/varsup.c:136 @@ -1897,424 +1897,429 @@ msgid "could not write to log file %s at offset %u, length %zu: %m" msgstr "ログファイル%sのオフセット%uに長さ%zuの書き込みができませんでした: %m" -#: access/transam/xlog.c:4011 access/transam/xlogutils.c:798 replication/walsender.c:2557 +#: access/transam/xlog.c:3486 storage/file/fd.c:839 storage/file/fd.c:852 +#, c-format +msgid "This is known to fail occasionally during archive recovery, where it is harmless." +msgstr "これはアーカイブリカバリ中にたまに起きますが、その場合は無害であることがわかっています。" + +#: access/transam/xlog.c:4014 access/transam/xlogutils.c:798 replication/walsender.c:2557 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "要求された WAL セグメント %s はすでに削除されています" -#: access/transam/xlog.c:4286 +#: access/transam/xlog.c:4289 #, c-format msgid "could not rename file \"%s\": %m" msgstr "ファイル\"%s\"の名前を変更できませんでした: %m" -#: access/transam/xlog.c:4328 access/transam/xlog.c:4338 +#: access/transam/xlog.c:4331 access/transam/xlog.c:4341 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "WALディレクトリ\"%s\"は存在しません" -#: access/transam/xlog.c:4344 +#: access/transam/xlog.c:4347 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "なかったWALディレクトリ\"%s\"を作成しています" -#: access/transam/xlog.c:4347 commands/dbcommands.c:2208 +#: access/transam/xlog.c:4350 commands/dbcommands.c:2208 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "なかったディレクトリ\"%s\"の作成に失敗しました: %m" -#: access/transam/xlog.c:4463 +#: access/transam/xlog.c:4472 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "ログファイル%2$s、オフセット%3$uのタイムラインID%1$uは想定外です" -#: access/transam/xlog.c:4601 +#: access/transam/xlog.c:4610 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "新しいタイムライン%uはデータベースシステムのタイムライン%uの子ではありません" -#: access/transam/xlog.c:4615 +#: access/transam/xlog.c:4624 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "新しいタイムライン%uは現在のデータベースシステムのタイムライン%uから現在のリカバリポイント%X/%Xより前に分岐しています" -#: access/transam/xlog.c:4634 +#: access/transam/xlog.c:4643 #, c-format msgid "new target timeline is %u" msgstr "新しい目標タイムラインは%uです" -#: access/transam/xlog.c:4670 +#: access/transam/xlog.c:4679 #, c-format msgid "could not generate secret authorization token" msgstr "秘密の認証トークンを生成できませんでした" -#: access/transam/xlog.c:4829 access/transam/xlog.c:4838 access/transam/xlog.c:4862 access/transam/xlog.c:4869 access/transam/xlog.c:4876 access/transam/xlog.c:4881 access/transam/xlog.c:4888 access/transam/xlog.c:4895 access/transam/xlog.c:4902 access/transam/xlog.c:4909 access/transam/xlog.c:4916 access/transam/xlog.c:4923 access/transam/xlog.c:4932 access/transam/xlog.c:4939 utils/init/miscinit.c:1583 +#: access/transam/xlog.c:4838 access/transam/xlog.c:4847 access/transam/xlog.c:4871 access/transam/xlog.c:4878 access/transam/xlog.c:4885 access/transam/xlog.c:4890 access/transam/xlog.c:4897 access/transam/xlog.c:4904 access/transam/xlog.c:4911 access/transam/xlog.c:4918 access/transam/xlog.c:4925 access/transam/xlog.c:4932 access/transam/xlog.c:4941 access/transam/xlog.c:4948 utils/init/miscinit.c:1583 #, c-format msgid "database files are incompatible with server" msgstr "データベースファイルがサーバーと互換性がありません" -#: access/transam/xlog.c:4830 +#: access/transam/xlog.c:4839 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "データベースクラスタはPG_CONTROL_VERSION %d (0x%08x)で初期化されましたが、サーバーはPG_CONTROL_VERSION %d (0x%08x)でコンパイルされています。" -#: access/transam/xlog.c:4834 +#: access/transam/xlog.c:4843 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "バイトオーダーの不整合の可能性があります。initdbを実行する必要がありそうです。" -#: access/transam/xlog.c:4839 +#: access/transam/xlog.c:4848 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "データベースクラスタはPG_CONTROL_VERSION %d で初期化されましたが、サーバーは PG_CONTROL_VERSION %d でコンパイルされています。" -#: access/transam/xlog.c:4842 access/transam/xlog.c:4866 access/transam/xlog.c:4873 access/transam/xlog.c:4878 +#: access/transam/xlog.c:4851 access/transam/xlog.c:4875 access/transam/xlog.c:4882 access/transam/xlog.c:4887 #, c-format msgid "It looks like you need to initdb." msgstr "initdbが必要のようです。" -#: access/transam/xlog.c:4853 +#: access/transam/xlog.c:4862 #, c-format msgid "incorrect checksum in control file" msgstr "制御ファイル内のチェックサムが不正です" -#: access/transam/xlog.c:4863 +#: access/transam/xlog.c:4872 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "データベースクラスタは CATALOG_VERSION_NO %d で初期化されましたが、サーバーは CATALOG_VERSION_NO %d でコンパイルされています。" -#: access/transam/xlog.c:4870 +#: access/transam/xlog.c:4879 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "データベースクラスタは MAXALIGN %d で初期化されましたが、サーバーは MAXALIGN %d でコンパイルされています。" -#: access/transam/xlog.c:4877 +#: access/transam/xlog.c:4886 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "データベースクラスタはサーバー実行ファイルと異なる浮動小数点書式を使用しているようです。" -#: access/transam/xlog.c:4882 +#: access/transam/xlog.c:4891 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "データベースクラスタは BLCKSZ %d で初期化されましたが、サーバーは BLCKSZ %d でコンパイルされています。" -#: access/transam/xlog.c:4885 access/transam/xlog.c:4892 access/transam/xlog.c:4899 access/transam/xlog.c:4906 access/transam/xlog.c:4913 access/transam/xlog.c:4920 access/transam/xlog.c:4927 access/transam/xlog.c:4935 access/transam/xlog.c:4942 +#: access/transam/xlog.c:4894 access/transam/xlog.c:4901 access/transam/xlog.c:4908 access/transam/xlog.c:4915 access/transam/xlog.c:4922 access/transam/xlog.c:4929 access/transam/xlog.c:4936 access/transam/xlog.c:4944 access/transam/xlog.c:4951 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "再コンパイルもしくは initdb が必要そうです。" -#: access/transam/xlog.c:4889 +#: access/transam/xlog.c:4898 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "データベースクラスタは RELSEG_SIZE %d で初期化されましたが、サーバーは RELSEG_SIZE %d でコンパイルされています。" -#: access/transam/xlog.c:4896 +#: access/transam/xlog.c:4905 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "データベースクラスタは XLOG_BLCKSZ %d で初期化されましたが、サーバーは XLOG_BLCKSZ %d でコンパイルされています。" -#: access/transam/xlog.c:4903 +#: access/transam/xlog.c:4912 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "データベースクラスタは NAMEDATALEN %d で初期化されましたが、サーバーは NAMEDATALEN %d でコンパイルされています。" -#: access/transam/xlog.c:4910 +#: access/transam/xlog.c:4919 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "データベースクラスタは INDEX_MAX_KEYS %d で初期化されましたが、サーバーは INDEX_MAX_KEYS %d でコンパイルされています。" -#: access/transam/xlog.c:4917 +#: access/transam/xlog.c:4926 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "データベースクラスタは TOAST_MAX_CHUNK_SIZE %d で初期化されましたが、サーバーは TOAST_MAX_CHUNK_SIZE %d でコンパイルされています。" -#: access/transam/xlog.c:4924 +#: access/transam/xlog.c:4933 #, c-format msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d." msgstr "データベースクラスタは LOBLKSIZE %d で初期化されましたが、サーバーは LOBLKSIZE %d でコンパイルされています。" -#: access/transam/xlog.c:4933 +#: access/transam/xlog.c:4942 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "データベースクラスタは USE_FLOAT8_BYVAL なしで初期化されましたが、サーバー側は USE_FLOAT8_BYVAL 付きでコンパイルされています。" -#: access/transam/xlog.c:4940 +#: access/transam/xlog.c:4949 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "データベースクラスタは USE_FLOAT8_BYVAL 付きで初期化されましたが、サーバー側は USE_FLOAT8_BYVAL なしでコンパイルされています。" -#: access/transam/xlog.c:4949 +#: access/transam/xlog.c:4958 #, c-format msgid "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d byte" msgid_plural "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d bytes" msgstr[0] "WALセグメントのサイズ指定は1MBと1GBの間の2の累乗でなければなりません、しかしコントロールファイルでは%dバイトとなっています" msgstr[1] "WALセグメントのサイズ指定は1MBと1GBの間の2の累乗でなければなりません、しかしコントロールファイルでは%dバイトとなっています" -#: access/transam/xlog.c:4961 +#: access/transam/xlog.c:4970 #, c-format msgid "\"min_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "\"min_wal_size\"は最低でも\"wal_segment_size\"の2倍である必要があります。" -#: access/transam/xlog.c:4965 +#: access/transam/xlog.c:4974 #, c-format msgid "\"max_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "\"max_wal_size\"は最低でも\"wal_segment_size\"の2倍である必要があります。" -#: access/transam/xlog.c:5399 +#: access/transam/xlog.c:5408 #, c-format msgid "could not write bootstrap write-ahead log file: %m" msgstr "ブートストラップの先行書き込みログファイルに書き込めませんでした: %m" -#: access/transam/xlog.c:5407 +#: access/transam/xlog.c:5416 #, c-format msgid "could not fsync bootstrap write-ahead log file: %m" msgstr "ブートストラップの先行書き込みログファイルをfsyncできませんでした: %m" -#: access/transam/xlog.c:5413 +#: access/transam/xlog.c:5422 #, c-format msgid "could not close bootstrap write-ahead log file: %m" msgstr "ブートストラップの先行書き込みログファイルをクローズできませんでした: %m" -#: access/transam/xlog.c:5474 +#: access/transam/xlog.c:5483 #, c-format msgid "using recovery command file \"%s\" is not supported" msgstr "リカバリコマンドファイル \"%s\"の使用はサポートされません" -#: access/transam/xlog.c:5539 +#: access/transam/xlog.c:5548 #, c-format msgid "standby mode is not supported by single-user servers" msgstr "スタンバイモードはシングルユーザーサーバーではサポートされません" -#: access/transam/xlog.c:5556 +#: access/transam/xlog.c:5565 #, c-format msgid "specified neither primary_conninfo nor restore_command" msgstr "primary_conninfo と restore_command のどちらも指定されていません" -#: access/transam/xlog.c:5557 +#: access/transam/xlog.c:5566 #, c-format msgid "The database server will regularly poll the pg_wal subdirectory to check for files placed there." msgstr "データベースサーバーはpg_walサブディレクトリに置かれたファイルを定期的に確認します。" -#: access/transam/xlog.c:5565 +#: access/transam/xlog.c:5574 #, c-format msgid "must specify restore_command when standby mode is not enabled" msgstr "スタンバイモードを有効にしない場合は、restore_command の指定が必要です" -#: access/transam/xlog.c:5603 +#: access/transam/xlog.c:5612 #, c-format msgid "recovery target timeline %u does not exist" msgstr "リカバリ目標タイムライン%uが存在しません" -#: access/transam/xlog.c:5725 +#: access/transam/xlog.c:5734 #, c-format msgid "archive recovery complete" msgstr "アーカイブリカバリが完了しました" -#: access/transam/xlog.c:5791 access/transam/xlog.c:6062 +#: access/transam/xlog.c:5800 access/transam/xlog.c:6071 #, c-format msgid "recovery stopping after reaching consistency" msgstr "リカバリ処理は一貫性確保後に停止します" -#: access/transam/xlog.c:5812 +#: access/transam/xlog.c:5821 #, c-format msgid "recovery stopping before WAL location (LSN) \"%X/%X\"" msgstr "リカバリ処理はWAL位置(LSN)\"%X/%X\"の前で停止します" -#: access/transam/xlog.c:5897 +#: access/transam/xlog.c:5906 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "リカバリ処理はトランザクション%uのコミット、時刻%sの前に停止します" -#: access/transam/xlog.c:5904 +#: access/transam/xlog.c:5913 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "リカバリ処理はトランザクション%uのアボート、時刻%sの前に停止します" -#: access/transam/xlog.c:5957 +#: access/transam/xlog.c:5966 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "リカバリ処理は復元ポイント\"%s\"、時刻%s に停止します" -#: access/transam/xlog.c:5975 +#: access/transam/xlog.c:5984 #, c-format msgid "recovery stopping after WAL location (LSN) \"%X/%X\"" msgstr "リカバリ処理はWAL位置(LSN)\"%X/%X\"の後で停止します" -#: access/transam/xlog.c:6042 +#: access/transam/xlog.c:6051 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "リカバリ処理はトランザクション%uのコミット、時刻%sの後に停止します" -#: access/transam/xlog.c:6050 +#: access/transam/xlog.c:6059 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "リカバリ処理はトランザクション%uのアボート、時刻%sの後に停止します" -#: access/transam/xlog.c:6095 +#: access/transam/xlog.c:6104 #, c-format msgid "pausing at the end of recovery" msgstr "リカバリ完了位置で一時停止しています" -#: access/transam/xlog.c:6096 +#: access/transam/xlog.c:6105 #, c-format msgid "Execute pg_wal_replay_resume() to promote." msgstr "再開するには pg_wal_replay_resume() を実行してください" -#: access/transam/xlog.c:6099 access/transam/xlog.c:6381 +#: access/transam/xlog.c:6108 access/transam/xlog.c:6390 #, c-format msgid "recovery has paused" msgstr "リカバリは一時停止中です" -#: access/transam/xlog.c:6100 +#: access/transam/xlog.c:6109 #, c-format msgid "Execute pg_wal_replay_resume() to continue." msgstr "再開するには pg_xlog_replay_resume() を実行してください" -#: access/transam/xlog.c:6372 +#: access/transam/xlog.c:6381 #, c-format msgid "hot standby is not possible because of insufficient parameter settings" msgstr "パラメータ設定値が十分でないため、ホットスタンバイを使用できません" -#: access/transam/xlog.c:6373 access/transam/xlog.c:6400 access/transam/xlog.c:6430 +#: access/transam/xlog.c:6382 access/transam/xlog.c:6409 access/transam/xlog.c:6439 #, c-format msgid "%s = %d is a lower setting than on the primary server, where its value was %d." msgstr "%s = %d はプライマリサーバーでの設定値%dより小さいです。" -#: access/transam/xlog.c:6382 +#: access/transam/xlog.c:6391 #, c-format msgid "If recovery is unpaused, the server will shut down." msgstr "一時停止が解除されると、サーバーはシャットダウンします。" -#: access/transam/xlog.c:6383 +#: access/transam/xlog.c:6392 #, c-format msgid "You can then restart the server after making the necessary configuration changes." msgstr "その後必要な設定変更を行い、サーバーを再起動できます。" -#: access/transam/xlog.c:6394 +#: access/transam/xlog.c:6403 #, c-format msgid "promotion is not possible because of insufficient parameter settings" msgstr "パラメータ設定値が十分でないため昇格できません" -#: access/transam/xlog.c:6404 +#: access/transam/xlog.c:6413 #, c-format msgid "Restart the server after making the necessary configuration changes." msgstr "必要な設定変更を行った後にサーバーを再起動してください。" -#: access/transam/xlog.c:6428 +#: access/transam/xlog.c:6437 #, c-format msgid "recovery aborted because of insufficient parameter settings" msgstr "パラメータの設定値が不足しているためリカバリを中断しました" -#: access/transam/xlog.c:6434 +#: access/transam/xlog.c:6443 #, c-format msgid "You can restart the server after making the necessary configuration changes." msgstr "必要な設定変更を行った後、再起動することができます。" -#: access/transam/xlog.c:6456 +#: access/transam/xlog.c:6465 #, c-format msgid "WAL was generated with wal_level=minimal, cannot continue recovering" msgstr "wal_level=minimal でWALが生成されました、リカバリは継続できません" -#: access/transam/xlog.c:6457 +#: access/transam/xlog.c:6466 #, c-format msgid "This happens if you temporarily set wal_level=minimal on the server." msgstr "これは一時的に wal_level=minimal にした場合に起こります。" -#: access/transam/xlog.c:6458 +#: access/transam/xlog.c:6467 #, c-format msgid "Use a backup taken after setting wal_level to higher than minimal." msgstr "wal_levelをminimalより上に設定したあとに取得されたバックアップを使用してください。" -#: access/transam/xlog.c:6527 +#: access/transam/xlog.c:6536 #, c-format msgid "control file contains invalid checkpoint location" msgstr "制御ファイル内のチェックポイント位置が不正です" -#: access/transam/xlog.c:6538 +#: access/transam/xlog.c:6547 #, c-format msgid "database system was shut down at %s" msgstr "データベースシステムは %s にシャットダウンしました" -#: access/transam/xlog.c:6544 +#: access/transam/xlog.c:6553 #, c-format msgid "database system was shut down in recovery at %s" msgstr "データベースシステムはリカバリ中 %s にシャットダウンしました" -#: access/transam/xlog.c:6550 +#: access/transam/xlog.c:6559 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "データベースシステムはシャットダウン中に中断されました; %s まで動作していたことは確認できます" -#: access/transam/xlog.c:6556 +#: access/transam/xlog.c:6565 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "データベースシステムはリカバリ中 %s に中断されました" -#: access/transam/xlog.c:6558 +#: access/transam/xlog.c:6567 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "これはおそらくデータ破損があり、リカバリのために直前のバックアップを使用しなければならないことを意味します。" -#: access/transam/xlog.c:6564 +#: access/transam/xlog.c:6573 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "データベースシステムはリカバリ中ログ時刻 %s に中断されました" -#: access/transam/xlog.c:6566 +#: access/transam/xlog.c:6575 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "これが1回以上起きた場合はデータが破損している可能性があるため、より以前のリカバリ目標を選ぶ必要があるかもしれません。" -#: access/transam/xlog.c:6572 +#: access/transam/xlog.c:6581 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "データベースシステムは中断されました: %s まで動作していたことは確認できます" -#: access/transam/xlog.c:6578 +#: access/transam/xlog.c:6587 #, c-format msgid "control file contains invalid database cluster state" msgstr "制御ファイル内のデータベース・クラスタ状態が不正です" -#: access/transam/xlog.c:6635 +#: access/transam/xlog.c:6644 #, c-format msgid "entering standby mode" msgstr "スタンバイモードに入ります" -#: access/transam/xlog.c:6638 +#: access/transam/xlog.c:6647 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "XID%uまでのポイントインタイムリカバリを開始します" -#: access/transam/xlog.c:6642 +#: access/transam/xlog.c:6651 #, c-format msgid "starting point-in-time recovery to %s" msgstr "%sまでのポイントインタイムリカバリを開始します" -#: access/transam/xlog.c:6646 +#: access/transam/xlog.c:6655 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "\"%s\"までのポイントインタイムリカバリを開始します" -#: access/transam/xlog.c:6650 +#: access/transam/xlog.c:6659 #, c-format msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\"" msgstr "WAL位置(LSN) \"%X/%X\"までのポイントインタイムリカバリを開始します" -#: access/transam/xlog.c:6654 +#: access/transam/xlog.c:6663 #, c-format msgid "starting point-in-time recovery to earliest consistent point" msgstr "最も古い一貫性確保点までのポイントインタイムリカバリを開始します" -#: access/transam/xlog.c:6657 +#: access/transam/xlog.c:6666 #, c-format msgid "starting archive recovery" msgstr "アーカイブリカバリを開始しています" -#: access/transam/xlog.c:6731 +#: access/transam/xlog.c:6740 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "チェックポイントレコードが参照している redo 位置を見つけられませんでした" -#: access/transam/xlog.c:6732 access/transam/xlog.c:6742 +#: access/transam/xlog.c:6741 access/transam/xlog.c:6751 #, c-format msgid "" "If you are restoring from a backup, touch \"%s/recovery.signal\" and add required recovery options.\n" @@ -2325,475 +2330,475 @@ "バックアップからの復旧でなければ、\"%s/backup_label\"の削除を試みてください。.\n" "バックアップから復旧で\"%s/backup_label\"を削除すると、クラスタは壊れた状態で復旧されることに注意してください。" -#: access/transam/xlog.c:6741 +#: access/transam/xlog.c:6750 #, c-format msgid "could not locate required checkpoint record" msgstr "必要なチェックポイントが見つかりませんでした" -#: access/transam/xlog.c:6770 commands/tablespace.c:665 +#: access/transam/xlog.c:6779 commands/tablespace.c:665 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "シンボリックリンク\"%s\"を作成できませんでした: %m" -#: access/transam/xlog.c:6802 access/transam/xlog.c:6808 +#: access/transam/xlog.c:6811 access/transam/xlog.c:6817 #, c-format msgid "ignoring file \"%s\" because no file \"%s\" exists" msgstr "ファイル\"%2$s\"が存在しないためファイル\"%1$s\"を無視します" -#: access/transam/xlog.c:6804 access/transam/xlog.c:12327 +#: access/transam/xlog.c:6813 access/transam/xlog.c:12344 #, c-format msgid "File \"%s\" was renamed to \"%s\"." msgstr "ファイル\"%s\"は\"%s\"にリネームされました。" -#: access/transam/xlog.c:6810 +#: access/transam/xlog.c:6819 #, c-format msgid "Could not rename file \"%s\" to \"%s\": %m." msgstr "ファイル\"%s\"の名前を\"%s\"に変更できませんでした: %m。" -#: access/transam/xlog.c:6861 +#: access/transam/xlog.c:6870 #, c-format msgid "could not locate a valid checkpoint record" msgstr "有効なチェックポイントが見つかりませんでした" -#: access/transam/xlog.c:6899 +#: access/transam/xlog.c:6908 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "要求されたタイムライン%uはこのサーバーの履歴からの子孫ではありません" -#: access/transam/xlog.c:6901 +#: access/transam/xlog.c:6910 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "タイムライン%3$uの最終チェックポイントは%1$X/%2$Xですが、要求されたタイムラインの履歴の中ではサーバーはそのタイムラインから%4$X/%5$Xで分岐しています。" -#: access/transam/xlog.c:6915 +#: access/transam/xlog.c:6924 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "要求されたタイムライン%1$uはタイムライン%4$uの最小リカバリポイント%2$X/%3$Xを含みません" -#: access/transam/xlog.c:6945 +#: access/transam/xlog.c:6954 #, c-format msgid "invalid next transaction ID" msgstr "次のトランザクションIDが不正です" -#: access/transam/xlog.c:7045 +#: access/transam/xlog.c:7054 #, c-format msgid "invalid redo in checkpoint record" msgstr "チェックポイントレコード内の不正なREDO" -#: access/transam/xlog.c:7056 +#: access/transam/xlog.c:7065 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "シャットダウン・チェックポイントにおける不正なREDOレコード" -#: access/transam/xlog.c:7096 +#: access/transam/xlog.c:7105 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "データベースシステムは正しくシャットダウンされていません; 自動リカバリを実行中" -#: access/transam/xlog.c:7100 +#: access/transam/xlog.c:7109 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "タイムライン%uから、タイムライン%uを目標としてクラッシュリカバリを開始します" -#: access/transam/xlog.c:7147 +#: access/transam/xlog.c:7156 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_labelに制御ファイルと整合しないデータが含まれます" -#: access/transam/xlog.c:7148 +#: access/transam/xlog.c:7157 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "これはバックアップが破損しており、リカバリには他のバックアップを使用しなければならないことを意味します。" -#: access/transam/xlog.c:7374 +#: access/transam/xlog.c:7383 #, c-format msgid "redo starts at %X/%X" msgstr "REDOを%X/%Xから開始します" -#: access/transam/xlog.c:7599 +#: access/transam/xlog.c:7608 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "要求されたリカバリ停止ポイントは、一貫性があるリカバリポイントより前にあります" -#: access/transam/xlog.c:7637 +#: access/transam/xlog.c:7646 #, c-format msgid "redo done at %X/%X system usage: %s" msgstr "REDOが%X/%Xで終了 システム使用状況: %s" -#: access/transam/xlog.c:7643 +#: access/transam/xlog.c:7652 #, c-format msgid "last completed transaction was at log time %s" msgstr "最後に完了したトランザクションのログ時刻は%sでした" -#: access/transam/xlog.c:7652 +#: access/transam/xlog.c:7661 #, c-format msgid "redo is not required" msgstr "REDOは必要ありません" -#: access/transam/xlog.c:7664 +#: access/transam/xlog.c:7673 #, c-format msgid "recovery ended before configured recovery target was reached" msgstr "指定したリカバリターゲットに到達する前にリカバリが終了しました" -#: access/transam/xlog.c:7748 access/transam/xlog.c:7752 +#: access/transam/xlog.c:7757 access/transam/xlog.c:7761 #, c-format msgid "WAL ends before end of online backup" msgstr "オンラインバックアップの終了より前にWALが終了しました" -#: access/transam/xlog.c:7749 +#: access/transam/xlog.c:7758 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "オンラインバックアップ中に生成されたすべてのWALがリカバリで利用可能である必要があります。" -#: access/transam/xlog.c:7753 +#: access/transam/xlog.c:7762 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "pg_start_backup() を使ったオンラインバックアップは pg_stop_backup() で終了なければならず、かつその時点までのすべてのWALはリカバリで利用可能である必要があります" -#: access/transam/xlog.c:7756 +#: access/transam/xlog.c:7765 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WALが一貫性があるリカバリポイントより前で終了しました" -#: access/transam/xlog.c:7791 +#: access/transam/xlog.c:7800 #, c-format msgid "selected new timeline ID: %u" msgstr "新しいタイムラインIDを選択: %u" -#: access/transam/xlog.c:8223 +#: access/transam/xlog.c:8240 #, c-format msgid "unexpected directory entry \"%s\" found in %s" msgstr "%2$s で想定外のディレクトリエントリ\"%1$s\"が見つかりました" -#: access/transam/xlog.c:8225 +#: access/transam/xlog.c:8242 #, c-format msgid "All directory entries in pg_tblspc/ should be symbolic links." msgstr "Pg_tblspc/ のすべてのディレクトリエントリは、シンボリックリンクである必要があります。" -#: access/transam/xlog.c:8226 +#: access/transam/xlog.c:8243 #, c-format msgid "Remove those directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete." msgstr "これらのディレクトリを削除するか、またはallow_in_place_tablespacesを一時的にONに設定することでリカバリを完了させることができます。" -#: access/transam/xlog.c:8310 +#: access/transam/xlog.c:8327 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "%X/%X でリカバリの一貫性が確保されました" -#: access/transam/xlog.c:8519 +#: access/transam/xlog.c:8536 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "制御ファイル内の最初のチェックポイントへのリンクが不正です" -#: access/transam/xlog.c:8523 +#: access/transam/xlog.c:8540 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "backup_labelファイル内のチェックポイントへのリンクが不正です" -#: access/transam/xlog.c:8541 +#: access/transam/xlog.c:8558 #, c-format msgid "invalid primary checkpoint record" msgstr "最初のチェックポイントレコードが不正です" -#: access/transam/xlog.c:8545 +#: access/transam/xlog.c:8562 #, c-format msgid "invalid checkpoint record" msgstr "チェックポイントレコードが不正です" -#: access/transam/xlog.c:8556 +#: access/transam/xlog.c:8573 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "プライマリチェックポイントレコード内のリソースマネージャIDが不正です" -#: access/transam/xlog.c:8560 +#: access/transam/xlog.c:8577 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "チェックポイントレコード内のリソースマネージャIDがで不正です" -#: access/transam/xlog.c:8573 +#: access/transam/xlog.c:8590 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "最初のチェックポイントレコード内のxl_infoが不正です" -#: access/transam/xlog.c:8577 +#: access/transam/xlog.c:8594 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "チェックポイントレコード内のxl_infoが不正です" -#: access/transam/xlog.c:8588 +#: access/transam/xlog.c:8605 #, c-format msgid "invalid length of primary checkpoint record" msgstr "最初のチェックポイントレコード長が不正です" -#: access/transam/xlog.c:8592 +#: access/transam/xlog.c:8609 #, c-format msgid "invalid length of checkpoint record" msgstr "チェックポイントレコード長が不正です" -#: access/transam/xlog.c:8773 +#: access/transam/xlog.c:8790 #, c-format msgid "shutting down" msgstr "シャットダウン処理中" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8812 +#: access/transam/xlog.c:8829 #, c-format msgid "restartpoint starting:%s%s%s%s%s%s%s%s" msgstr "リスタートポイント開始:%s%s%s%s%s%s%s%s" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8824 +#: access/transam/xlog.c:8841 #, c-format msgid "checkpoint starting:%s%s%s%s%s%s%s%s" msgstr "チェックポイント開始:%s%s%s%s%s%s%s%s" -#: access/transam/xlog.c:8884 +#: access/transam/xlog.c:8901 #, c-format msgid "restartpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "リスタートポイント完了: %d個のバッファを出力 (%.1f%%); %d個のWALファイルを追加、%d個を削除、%d個を再利用; 書き出し=%ld.%03d秒, 同期=%ld.%03d秒, 全体=%ld.%03d秒; 同期したファイル=%d, 最長=%ld.%03d秒, 平均=%ld.%03d秒; 距離=%d kB, 予測=%d kB" -#: access/transam/xlog.c:8904 +#: access/transam/xlog.c:8921 #, c-format msgid "checkpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "チェックポイント完了: %d個のバッファを出力 (%.1f%%); %d個のWALファイルを追加、%d個を削除、%d個を再利用; 書き出し=%ld.%03d秒, 同期=%ld.%03d秒, 全体=%ld.%03d秒; 同期したファイル=%d, 最長=%ld.%03d秒, 平均=%ld.%03d秒; 距離=%d kB, 予測=%d kB" -#: access/transam/xlog.c:9348 +#: access/transam/xlog.c:9365 #, c-format msgid "concurrent write-ahead log activity while database system is shutting down" msgstr "データベースのシャットダウンに並行して、先行書き込みログが発生しました" -#: access/transam/xlog.c:9881 +#: access/transam/xlog.c:9898 #, c-format msgid "recovery restart point at %X/%X" msgstr "リカバリ再開ポイントは%X/%Xです" -#: access/transam/xlog.c:9883 +#: access/transam/xlog.c:9900 #, c-format msgid "Last completed transaction was at log time %s." msgstr "最後に完了したトランザクションはログ時刻 %s のものです" -#: access/transam/xlog.c:10129 +#: access/transam/xlog.c:10146 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "復帰ポイント\"%s\"が%X/%Xに作成されました" -#: access/transam/xlog.c:10274 +#: access/transam/xlog.c:10291 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "チェックポイントレコードにおいて想定外の前回のタイムラインID %u(現在のタイムラインIDは%u)がありました" -#: access/transam/xlog.c:10283 +#: access/transam/xlog.c:10300 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "チェックポイントレコードにおいて想定外のタイムラインID %u (%uの後)がありました" -#: access/transam/xlog.c:10299 +#: access/transam/xlog.c:10316 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "タイムライン%4$uの最小リカバリポイント%2$X/%3$Xに達する前のチェックポイントレコード内の想定外のタイムラインID%1$u。" -#: access/transam/xlog.c:10374 +#: access/transam/xlog.c:10391 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "オンラインバックアップはキャンセルされ、リカバリを継続できません" -#: access/transam/xlog.c:10430 access/transam/xlog.c:10486 access/transam/xlog.c:10516 +#: access/transam/xlog.c:10447 access/transam/xlog.c:10503 access/transam/xlog.c:10533 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "チェックポイントレコードにおいて想定外のタイムラインID %u(%uのはず)がありました" -#: access/transam/xlog.c:10674 +#: access/transam/xlog.c:10691 #, c-format msgid "successfully skipped missing contrecord at %X/%X, overwritten at %s" msgstr "%X/%Xで%sに上書きされて失われた継続行を正常にスキップしました" -#: access/transam/xlog.c:10889 +#: access/transam/xlog.c:10906 #, c-format msgid "could not fsync write-through file \"%s\": %m" msgstr "ライトスルーファイル\"%s\"をfsyncできませんでした: %m" -#: access/transam/xlog.c:10895 +#: access/transam/xlog.c:10912 #, c-format msgid "could not fdatasync file \"%s\": %m" msgstr "ファイル\"%s\"をfdatasyncできませんでした: %m" -#: access/transam/xlog.c:11006 access/transam/xlog.c:11543 access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 access/transam/xlogfuncs.c:383 +#: access/transam/xlog.c:11023 access/transam/xlog.c:11560 access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 access/transam/xlogfuncs.c:383 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "リカバリ中はWAL制御関数は実行できません。" -#: access/transam/xlog.c:11015 access/transam/xlog.c:11552 +#: access/transam/xlog.c:11032 access/transam/xlog.c:11569 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "オンラインバックアップを行うにはWALレベルが不十分です" -#: access/transam/xlog.c:11016 access/transam/xlog.c:11553 access/transam/xlogfuncs.c:308 +#: access/transam/xlog.c:11033 access/transam/xlog.c:11570 access/transam/xlogfuncs.c:308 #, c-format msgid "wal_level must be set to \"replica\" or \"logical\" at server start." msgstr "サーバーの開始時にwal_levelを\"replica\"または \"logical\"にセットする必要があります。" -#: access/transam/xlog.c:11021 +#: access/transam/xlog.c:11038 #, c-format msgid "backup label too long (max %d bytes)" msgstr "バックアップラベルが長すぎます (最大%dバイト)" -#: access/transam/xlog.c:11058 access/transam/xlog.c:11342 access/transam/xlog.c:11380 +#: access/transam/xlog.c:11075 access/transam/xlog.c:11359 access/transam/xlog.c:11397 #, c-format msgid "a backup is already in progress" msgstr "すでにバックアップが進行中です" -#: access/transam/xlog.c:11059 +#: access/transam/xlog.c:11076 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "pg_stop_backup()を実行後に再試行してください" -#: access/transam/xlog.c:11155 +#: access/transam/xlog.c:11172 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "full_page_writes=off で生成されたWALは最終リスタートポイントから再生されます" -#: access/transam/xlog.c:11157 access/transam/xlog.c:11748 +#: access/transam/xlog.c:11174 access/transam/xlog.c:11765 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the primary, and then try an online backup again." msgstr "つまりこのスタンバイで取得されたバックアップは破損しており、使用すべきではありません。プライマリでfull_page_writesを有効にしCHECKPOINTを実行したのち、再度オンラインバックアップを試行してください。" -#: access/transam/xlog.c:11241 replication/basebackup.c:1439 utils/adt/misc.c:374 +#: access/transam/xlog.c:11258 replication/basebackup.c:1439 utils/adt/misc.c:374 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "シンボリックリンク\"%s\"の参照先が長すぎます" -#: access/transam/xlog.c:11291 commands/tablespace.c:385 commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 +#: access/transam/xlog.c:11308 commands/tablespace.c:385 commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 #, c-format msgid "tablespaces are not supported on this platform" msgstr "このプラットフォームではテーブル空間はサポートしていません" -#: access/transam/xlog.c:11343 access/transam/xlog.c:11381 +#: access/transam/xlog.c:11360 access/transam/xlog.c:11398 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "バックアップが進行中でないことが確かであれば、ファイル\"%s\"を削除し再実行してください。" -#: access/transam/xlog.c:11568 +#: access/transam/xlog.c:11585 #, c-format msgid "exclusive backup not in progress" msgstr "排他バックアップは進行中ではありません" -#: access/transam/xlog.c:11595 +#: access/transam/xlog.c:11612 #, c-format msgid "a backup is not in progress" msgstr "バックアップが進行中ではありません" -#: access/transam/xlog.c:11681 access/transam/xlog.c:11694 access/transam/xlog.c:12085 access/transam/xlog.c:12091 access/transam/xlog.c:12139 access/transam/xlog.c:12219 access/transam/xlog.c:12243 access/transam/xlogfuncs.c:733 +#: access/transam/xlog.c:11698 access/transam/xlog.c:11711 access/transam/xlog.c:12102 access/transam/xlog.c:12108 access/transam/xlog.c:12156 access/transam/xlog.c:12236 access/transam/xlog.c:12260 access/transam/xlogfuncs.c:733 #, c-format msgid "invalid data in file \"%s\"" msgstr "ファイル\"%s\"内の不正なデータ" -#: access/transam/xlog.c:11698 replication/basebackup.c:1287 +#: access/transam/xlog.c:11715 replication/basebackup.c:1287 #, c-format msgid "the standby was promoted during online backup" msgstr "オンラインバックアップ中にスタンバイが昇格しました" -#: access/transam/xlog.c:11699 replication/basebackup.c:1288 +#: access/transam/xlog.c:11716 replication/basebackup.c:1288 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "つまり取得中のバックアップは破損しているため使用してはいけません。再度オンラインバックアップを取得してください。" -#: access/transam/xlog.c:11746 +#: access/transam/xlog.c:11763 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "full_page_writes=offで生成されたWALはオンラインバックアップ中に再生されます" -#: access/transam/xlog.c:11866 +#: access/transam/xlog.c:11883 #, c-format msgid "base backup done, waiting for required WAL segments to be archived" msgstr "ベースバックアップ完了、必要な WAL セグメントがアーカイブされるのを待っています" -#: access/transam/xlog.c:11878 +#: access/transam/xlog.c:11895 #, c-format msgid "still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "まだ必要なすべての WAL セグメントがアーカイブされるのを待っています(%d 秒経過)" -#: access/transam/xlog.c:11880 +#: access/transam/xlog.c:11897 #, c-format msgid "Check that your archive_command is executing properly. You can safely cancel this backup, but the database backup will not be usable without all the WAL segments." msgstr "archive_commandが適切に実行されていることを確認してください。バックアップ処理は安全に取り消すことができますが、全てのWALセグメントがそろわなければこのバックアップは利用できません。" -#: access/transam/xlog.c:11887 +#: access/transam/xlog.c:11904 #, c-format msgid "all required WAL segments have been archived" msgstr "必要なすべての WAL セグメントがアーカイブされました" -#: access/transam/xlog.c:11891 +#: access/transam/xlog.c:11908 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "WAL アーカイブが有効になっていません。バックアップを完了させるには、すべての必要なWALセグメントが他の方法でコピーされたことを確認してください。" -#: access/transam/xlog.c:11946 +#: access/transam/xlog.c:11963 #, c-format msgid "aborting backup due to backend exiting before pg_stop_backup was called" msgstr "バックエンドが pg_stop_backup の呼び出し前に終了したため、バックアップは異常終了しました" -#: access/transam/xlog.c:12140 +#: access/transam/xlog.c:12157 #, c-format msgid "Timeline ID parsed is %u, but expected %u." msgstr "読み取られたタイムラインIDは%uでしたが、%uであるはずです。" #. translator: %s is a WAL record description -#: access/transam/xlog.c:12268 +#: access/transam/xlog.c:12285 #, c-format msgid "WAL redo at %X/%X for %s" msgstr "%X/%Xにある%sのWAL再生" -#: access/transam/xlog.c:12316 +#: access/transam/xlog.c:12333 #, c-format msgid "online backup mode was not canceled" msgstr "オンラインバックアップモードはキャンセルされていません" -#: access/transam/xlog.c:12317 +#: access/transam/xlog.c:12334 #, c-format msgid "File \"%s\" could not be renamed to \"%s\": %m." msgstr "ファイル\"%s\"の名前を\"%s\"に変更できませんでした: %m。" -#: access/transam/xlog.c:12326 access/transam/xlog.c:12338 access/transam/xlog.c:12348 +#: access/transam/xlog.c:12343 access/transam/xlog.c:12355 access/transam/xlog.c:12365 #, c-format msgid "online backup mode canceled" msgstr "オンラインバックアップモードがキャンセルされました" -#: access/transam/xlog.c:12339 +#: access/transam/xlog.c:12356 #, c-format msgid "Files \"%s\" and \"%s\" were renamed to \"%s\" and \"%s\", respectively." msgstr "ファイル\"%s\"、\"%s\"の名前はそれぞれ\"%s\"、\"%s\"へと変更されました。" -#: access/transam/xlog.c:12349 +#: access/transam/xlog.c:12366 #, c-format msgid "File \"%s\" was renamed to \"%s\", but file \"%s\" could not be renamed to \"%s\": %m." msgstr "ファイル\"%s\"の名前は\"%s\"に変更できましたが、\"%s\"の名前は\"%s\"に変更できませんでした: %m" -#: access/transam/xlog.c:12482 access/transam/xlogutils.c:967 +#: access/transam/xlog.c:12499 access/transam/xlogutils.c:967 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "ログセグメント%s、オフセット%uを読み取れませんでした: %m" -#: access/transam/xlog.c:12488 access/transam/xlogutils.c:974 +#: access/transam/xlog.c:12505 access/transam/xlogutils.c:974 #, c-format msgid "could not read from log segment %s, offset %u: read %d of %zu" msgstr "ログセグメント%1$s、オフセット%2$uを読み取れませんでした: %4$zu 中 %3$d の読み取り" -#: access/transam/xlog.c:13033 +#: access/transam/xlog.c:13050 #, c-format msgid "WAL receiver process shutdown requested" msgstr "WAL受信プロセスのシャットダウンが要求されました" -#: access/transam/xlog.c:13128 +#: access/transam/xlog.c:13145 #, c-format msgid "received promote request" msgstr "昇格要求を受信しました" -#: access/transam/xlog.c:13141 +#: access/transam/xlog.c:13158 #, c-format msgid "promote trigger file found: %s" msgstr "昇格トリガーファイルがあります: %s" -#: access/transam/xlog.c:13149 +#: access/transam/xlog.c:13166 #, c-format msgid "could not stat promote trigger file \"%s\": %m" msgstr "昇格トリガーファイル\"%s\"のstatに失敗しました: %m" @@ -2851,15 +2856,15 @@ msgid "Did you mean to use pg_stop_backup('f')?" msgstr "pg_stop_backup('f') を実行しようとしていたのではないですか?" -#: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 commands/event_trigger.c:1869 commands/extension.c:1945 commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1058 foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 replication/slotfuncs.c:255 -#: replication/walsender.c:3328 storage/ipc/shmem.c:554 utils/adt/datetime.c:4812 utils/adt/genfile.c:507 utils/adt/genfile.c:590 utils/adt/jsonfuncs.c:1935 utils/adt/jsonfuncs.c:2047 utils/adt/jsonfuncs.c:2235 utils/adt/jsonfuncs.c:2344 utils/adt/jsonfuncs.c:3805 utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 utils/adt/varlena.c:4825 utils/fmgr/funcapi.c:74 +#: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 commands/event_trigger.c:1869 commands/extension.c:1945 commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1073 foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 replication/slotfuncs.c:255 +#: replication/walsender.c:3328 storage/ipc/shmem.c:554 utils/adt/datetime.c:4812 utils/adt/genfile.c:507 utils/adt/genfile.c:590 utils/adt/jsonfuncs.c:1935 utils/adt/jsonfuncs.c:2047 utils/adt/jsonfuncs.c:2235 utils/adt/jsonfuncs.c:2344 utils/adt/jsonfuncs.c:3805 utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 utils/adt/varlena.c:4821 utils/fmgr/funcapi.c:74 #: utils/misc/guc.c:10017 utils/mmgr/portalmem.c:1145 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "集合を受け付けないコンテキストで集合値関数が呼び出されました" #: access/transam/xlogfuncs.c:189 commands/event_trigger.c:1315 commands/event_trigger.c:1873 commands/extension.c:1949 commands/extension.c:2057 commands/extension.c:2342 commands/prepare.c:717 foreign/foreign.c:525 libpq/hba.c:2726 replication/logical/launcher.c:941 replication/logical/logicalfuncs.c:161 replication/logical/origin.c:1498 replication/slotfuncs.c:259 replication/walsender.c:3332 storage/ipc/shmem.c:558 utils/adt/datetime.c:4816 -#: utils/adt/genfile.c:511 utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4829 utils/misc/guc.c:10021 utils/misc/pg_config.c:43 utils/mmgr/portalmem.c:1149 +#: utils/adt/genfile.c:511 utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4825 utils/misc/guc.c:10021 utils/misc/pg_config.c:43 utils/mmgr/portalmem.c:1149 #, c-format msgid "materialize mode required, but it is not allowed in this context" msgstr "マテリアライズモードが必要ですが、現在のコンテクストで禁止されています" @@ -3218,10 +3223,10 @@ #: catalog/aclchk.c:926 catalog/aclchk.c:935 commands/collationcmds.c:119 commands/copy.c:362 commands/copy.c:382 commands/copy.c:392 commands/copy.c:401 commands/copy.c:410 commands/copy.c:420 commands/copy.c:429 commands/copy.c:438 commands/copy.c:456 commands/copy.c:472 commands/copy.c:492 commands/copy.c:509 commands/dbcommands.c:158 commands/dbcommands.c:167 commands/dbcommands.c:176 commands/dbcommands.c:185 commands/dbcommands.c:194 #: commands/dbcommands.c:203 commands/dbcommands.c:212 commands/dbcommands.c:221 commands/dbcommands.c:230 commands/dbcommands.c:239 commands/dbcommands.c:261 commands/dbcommands.c:1503 commands/dbcommands.c:1512 commands/dbcommands.c:1521 commands/dbcommands.c:1530 commands/extension.c:1736 commands/extension.c:1746 commands/extension.c:1756 commands/extension.c:3056 commands/foreigncmds.c:539 commands/foreigncmds.c:548 commands/functioncmds.c:605 -#: commands/functioncmds.c:771 commands/functioncmds.c:780 commands/functioncmds.c:789 commands/functioncmds.c:798 commands/functioncmds.c:2096 commands/functioncmds.c:2104 commands/publicationcmds.c:87 commands/publicationcmds.c:130 commands/sequence.c:1266 commands/sequence.c:1276 commands/sequence.c:1286 commands/sequence.c:1296 commands/sequence.c:1306 commands/sequence.c:1316 commands/sequence.c:1326 commands/sequence.c:1336 commands/sequence.c:1346 -#: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 commands/subscriptioncmds.c:195 commands/subscriptioncmds.c:205 commands/subscriptioncmds.c:215 commands/tablecmds.c:7566 commands/typecmds.c:335 commands/typecmds.c:1416 commands/typecmds.c:1425 commands/typecmds.c:1433 commands/typecmds.c:1441 commands/typecmds.c:1449 +#: commands/functioncmds.c:771 commands/functioncmds.c:780 commands/functioncmds.c:789 commands/functioncmds.c:798 commands/functioncmds.c:2096 commands/functioncmds.c:2104 commands/publicationcmds.c:87 commands/publicationcmds.c:130 commands/sequence.c:1274 commands/sequence.c:1284 commands/sequence.c:1294 commands/sequence.c:1304 commands/sequence.c:1314 commands/sequence.c:1324 commands/sequence.c:1334 commands/sequence.c:1344 commands/sequence.c:1354 +#: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 commands/subscriptioncmds.c:195 commands/subscriptioncmds.c:205 commands/subscriptioncmds.c:215 commands/tablecmds.c:7588 commands/typecmds.c:335 commands/typecmds.c:1416 commands/typecmds.c:1425 commands/typecmds.c:1433 commands/typecmds.c:1441 commands/typecmds.c:1449 #: commands/typecmds.c:1457 commands/user.c:133 commands/user.c:147 commands/user.c:156 commands/user.c:165 commands/user.c:174 commands/user.c:183 commands/user.c:192 commands/user.c:201 commands/user.c:210 commands/user.c:219 commands/user.c:228 commands/user.c:237 commands/user.c:246 commands/user.c:582 commands/user.c:590 commands/user.c:598 commands/user.c:606 commands/user.c:614 commands/user.c:622 commands/user.c:630 commands/user.c:638 commands/user.c:647 -#: commands/user.c:655 commands/user.c:663 parser/parse_utilcmd.c:397 replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 replication/walsender.c:894 replication/walsender.c:904 +#: commands/user.c:655 commands/user.c:663 parser/parse_utilcmd.c:407 replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 replication/walsender.c:894 replication/walsender.c:904 #, c-format msgid "conflicting or redundant options" msgstr "競合するオプション、あるいは余計なオプションがあります" @@ -3236,13 +3241,13 @@ msgid "cannot use IN SCHEMA clause when using GRANT/REVOKE ON SCHEMAS" msgstr "GRANT/REVOKE ON SCHEMAS を使っている時には IN SCHEMA 句は指定できません" -#: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1701 commands/tablecmds.c:7029 commands/tablecmds.c:7185 commands/tablecmds.c:7235 commands/tablecmds.c:7309 commands/tablecmds.c:7379 commands/tablecmds.c:7491 commands/tablecmds.c:7585 commands/tablecmds.c:7644 commands/tablecmds.c:7733 commands/tablecmds.c:7762 commands/tablecmds.c:7917 commands/tablecmds.c:7999 -#: commands/tablecmds.c:8155 commands/tablecmds.c:8273 commands/tablecmds.c:11622 commands/tablecmds.c:11803 commands/tablecmds.c:11963 commands/tablecmds.c:13106 commands/tablecmds.c:15671 commands/trigger.c:942 parser/analyze.c:2422 parser/parse_relation.c:714 parser/parse_target.c:1063 parser/parse_type.c:144 parser/parse_utilcmd.c:3421 parser/parse_utilcmd.c:3457 parser/parse_utilcmd.c:3499 utils/adt/acl.c:2845 utils/adt/ruleutils.c:2716 +#: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1709 commands/tablecmds.c:7051 commands/tablecmds.c:7207 commands/tablecmds.c:7257 commands/tablecmds.c:7331 commands/tablecmds.c:7401 commands/tablecmds.c:7513 commands/tablecmds.c:7607 commands/tablecmds.c:7666 commands/tablecmds.c:7755 commands/tablecmds.c:7784 commands/tablecmds.c:7939 commands/tablecmds.c:8021 +#: commands/tablecmds.c:8177 commands/tablecmds.c:8295 commands/tablecmds.c:11644 commands/tablecmds.c:11825 commands/tablecmds.c:11985 commands/tablecmds.c:13128 commands/tablecmds.c:15695 commands/trigger.c:942 parser/analyze.c:2422 parser/parse_relation.c:714 parser/parse_target.c:1063 parser/parse_type.c:144 parser/parse_utilcmd.c:3431 parser/parse_utilcmd.c:3467 parser/parse_utilcmd.c:3509 utils/adt/acl.c:2845 utils/adt/ruleutils.c:2716 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "リレーション\"%2$s\"の列\"%1$s\"は存在しません" -#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1139 commands/tablecmds.c:249 commands/tablecmds.c:16535 utils/adt/acl.c:2053 utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 utils/adt/acl.c:2175 utils/adt/acl.c:2205 +#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1147 commands/tablecmds.c:249 commands/tablecmds.c:16559 utils/adt/acl.c:2053 utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 utils/adt/acl.c:2175 utils/adt/acl.c:2205 #, c-format msgid "\"%s\" is not a sequence" msgstr "\"%s\"はシーケンスではありません" @@ -3417,7 +3422,7 @@ msgid "permission denied for schema %s" msgstr "スキーマ %s へのアクセスが拒否されました" -#: catalog/aclchk.c:3400 commands/sequence.c:610 commands/sequence.c:844 commands/sequence.c:886 commands/sequence.c:927 commands/sequence.c:1799 commands/sequence.c:1863 +#: catalog/aclchk.c:3400 commands/sequence.c:618 commands/sequence.c:852 commands/sequence.c:894 commands/sequence.c:935 commands/sequence.c:1807 commands/sequence.c:1871 #, c-format msgid "permission denied for sequence %s" msgstr "シーケンス %s へのアクセスが拒否されました" @@ -3766,7 +3771,7 @@ msgid "pg_nextoid() can only be used on system catalogs" msgstr "pg_nextoid() はシステムカタログでのみ使用できます" -#: catalog/catalog.c:549 parser/parse_utilcmd.c:2266 +#: catalog/catalog.c:549 parser/parse_utilcmd.c:2276 #, c-format msgid "index \"%s\" does not belong to table \"%s\"" msgstr "インデックス\"%s\"はテーブル\"%s\"には属していません" @@ -3826,8 +3831,8 @@ msgid "cannot drop %s because other objects depend on it" msgstr "他のオブジェクトが依存しているため%sを削除できません" -#: catalog/dependency.c:1196 catalog/dependency.c:1197 catalog/dependency.c:1203 catalog/dependency.c:1204 catalog/dependency.c:1215 catalog/dependency.c:1216 commands/tablecmds.c:1303 commands/tablecmds.c:13724 commands/tablespace.c:464 commands/user.c:1095 commands/view.c:492 libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 storage/lmgr/proc.c:1433 utils/adt/acl.c:5250 utils/adt/jsonfuncs.c:618 utils/adt/jsonfuncs.c:624 -#: utils/misc/guc.c:7128 utils/misc/guc.c:7164 utils/misc/guc.c:7234 utils/misc/guc.c:11424 utils/misc/guc.c:11458 utils/misc/guc.c:11492 utils/misc/guc.c:11535 utils/misc/guc.c:11577 +#: catalog/dependency.c:1197 catalog/dependency.c:1204 catalog/dependency.c:1216 commands/tablecmds.c:1304 commands/tablecmds.c:13746 commands/tablespace.c:464 commands/user.c:1095 commands/view.c:506 libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 storage/lmgr/proc.c:1433 utils/misc/guc.c:7128 utils/misc/guc.c:7164 utils/misc/guc.c:7234 utils/misc/guc.c:11424 utils/misc/guc.c:11458 utils/misc/guc.c:11492 utils/misc/guc.c:11535 +#: utils/misc/guc.c:11577 #, c-format msgid "%s" msgstr "%s" @@ -3865,12 +3870,12 @@ msgid "System catalog modifications are currently disallowed." msgstr "システムカタログの更新は現在禁止されています" -#: catalog/heap.c:511 commands/tablecmds.c:2315 commands/tablecmds.c:2952 commands/tablecmds.c:6620 +#: catalog/heap.c:511 commands/tablecmds.c:2316 commands/tablecmds.c:2953 commands/tablecmds.c:6642 #, c-format msgid "tables can have at most %d columns" msgstr "テーブルは最大で%d列までしか持てません" -#: catalog/heap.c:529 commands/tablecmds.c:6919 +#: catalog/heap.c:529 commands/tablecmds.c:6941 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "列名\"%s\"はシステム用の列名に使われています" @@ -3902,17 +3907,17 @@ msgid "no collation was derived for partition key column %s with collatable type %s" msgstr "照合可能な型 %2$s のパーティションキー列%1$sのための照合順序が見つかりませんでした" -#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:500 +#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:512 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "照合可能な型 %2$s を持つ列\"%1$s\"のための照合順序を決定できませんでした" -#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:405 commands/tablecmds.c:3857 +#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:408 commands/tablecmds.c:3858 #, c-format msgid "relation \"%s\" already exists" msgstr "リレーション\"%s\"はすでに存在します" -#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:781 catalog/pg_type.c:928 commands/typecmds.c:249 commands/typecmds.c:261 commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 commands/typecmds.c:1590 commands/typecmds.c:2562 +#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:784 catalog/pg_type.c:931 commands/typecmds.c:249 commands/typecmds.c:261 commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 commands/typecmds.c:1590 commands/typecmds.c:2562 #, c-format msgid "type \"%s\" already exists" msgstr "型\"%s\"はすでに存在します" @@ -3937,7 +3942,7 @@ msgid "check constraint \"%s\" already exists" msgstr "検査制約\"%s\"はすでに存在します" -#: catalog/heap.c:2903 catalog/index.c:885 catalog/pg_constraint.c:670 commands/tablecmds.c:8647 +#: catalog/heap.c:2903 catalog/index.c:885 catalog/pg_constraint.c:670 commands/tablecmds.c:8669 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "すでに制約\"%s\"はリレーション\"%s\"に存在します" @@ -4027,7 +4032,7 @@ msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "同時にテーブル\"%s\"がtruncateされました。TRUNCATE ... CASCADEを使用してください。" -#: catalog/index.c:222 parser/parse_utilcmd.c:2172 +#: catalog/index.c:222 parser/parse_utilcmd.c:2182 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "テーブル\"%s\"に複数のプライマリキーを持たせることはできません" @@ -4067,7 +4072,7 @@ msgid "shared indexes cannot be created after initdb" msgstr "initdbの後に共有インデックスを作成できません" -#: catalog/index.c:863 commands/createas.c:411 commands/sequence.c:154 parser/parse_utilcmd.c:201 +#: catalog/index.c:863 commands/createas.c:423 commands/sequence.c:162 parser/parse_utilcmd.c:211 #, c-format msgid "relation \"%s\" already exists, skipping" msgstr "リレーション\"%s\"はすでに存在します、スキップします" @@ -4087,12 +4092,12 @@ msgid "cannot reindex temporary tables of other sessions" msgstr "他のセッションの一時テーブルはインデクス再構築できません" -#: catalog/index.c:3639 commands/indexcmds.c:3544 +#: catalog/index.c:3639 commands/indexcmds.c:3555 #, c-format msgid "cannot reindex invalid index on TOAST table" msgstr "TOASTテーブルの無効なインデックスの再作成はできません" -#: catalog/index.c:3655 commands/indexcmds.c:3424 commands/indexcmds.c:3568 commands/tablecmds.c:3272 +#: catalog/index.c:3655 commands/indexcmds.c:3435 commands/indexcmds.c:3579 commands/tablecmds.c:3273 #, c-format msgid "cannot move system relation \"%s\"" msgstr "システムリレーション\"%s\"を移動できません" @@ -4107,7 +4112,7 @@ msgid "cannot reindex invalid index \"%s.%s\" on TOAST table, skipping" msgstr "TOASTテーブルの無効なインデックス \"%s.%s\"の再作成はできません、スキップします " -#: catalog/namespace.c:259 catalog/namespace.c:463 catalog/namespace.c:555 commands/trigger.c:5152 +#: catalog/namespace.c:259 catalog/namespace.c:463 catalog/namespace.c:555 commands/trigger.c:5202 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "データベース間の参照は実装されていません: \"%s.%s.%s\"" @@ -4187,7 +4192,7 @@ msgid "cross-database references are not implemented: %s" msgstr "データベース間の参照は実装されていません: %s" -#: catalog/namespace.c:2889 gram.y:15102 gram.y:17076 parser/parse_expr.c:817 parser/parse_target.c:1262 +#: catalog/namespace.c:2889 gram.y:15103 gram.y:17077 parser/parse_expr.c:817 parser/parse_target.c:1262 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "修飾名が不適切です(ドット区切りの名前が多すぎます): %s" @@ -4202,7 +4207,7 @@ msgid "cannot move objects into or out of TOAST schema" msgstr "TOASTスキーマへ、またはTOASTスキーマからオブジェクトを移動できません" -#: catalog/namespace.c:3098 commands/schemacmds.c:234 commands/schemacmds.c:314 commands/tablecmds.c:1248 +#: catalog/namespace.c:3098 commands/schemacmds.c:245 commands/schemacmds.c:325 commands/tablecmds.c:1249 #, c-format msgid "schema \"%s\" does not exist" msgstr "スキーマ\"%s\"は存在しません" @@ -4242,22 +4247,22 @@ msgid "List syntax is invalid." msgstr "リスト文法が無効です" -#: catalog/objectaddress.c:1370 catalog/pg_publication.c:58 commands/policy.c:96 commands/policy.c:376 commands/tablecmds.c:243 commands/tablecmds.c:285 commands/tablecmds.c:2159 commands/tablecmds.c:6060 commands/tablecmds.c:11739 +#: catalog/objectaddress.c:1370 catalog/pg_publication.c:58 commands/policy.c:96 commands/policy.c:376 commands/tablecmds.c:243 commands/tablecmds.c:285 commands/tablecmds.c:2160 commands/tablecmds.c:6082 commands/tablecmds.c:11761 #, c-format msgid "\"%s\" is not a table" msgstr "\"%s\"はテーブルではありません" -#: catalog/objectaddress.c:1377 commands/tablecmds.c:255 commands/tablecmds.c:6099 commands/tablecmds.c:16540 commands/view.c:119 +#: catalog/objectaddress.c:1377 commands/tablecmds.c:255 commands/tablecmds.c:6121 commands/tablecmds.c:16564 commands/view.c:119 #, c-format msgid "\"%s\" is not a view" msgstr "\"%s\"はビューではありません" -#: catalog/objectaddress.c:1384 commands/matview.c:186 commands/tablecmds.c:261 commands/tablecmds.c:16545 +#: catalog/objectaddress.c:1384 commands/matview.c:186 commands/tablecmds.c:261 commands/tablecmds.c:16569 #, c-format msgid "\"%s\" is not a materialized view" msgstr "\"%s\"は実体化ビューではありません" -#: catalog/objectaddress.c:1391 commands/tablecmds.c:279 commands/tablecmds.c:6102 commands/tablecmds.c:16550 +#: catalog/objectaddress.c:1391 commands/tablecmds.c:279 commands/tablecmds.c:6124 commands/tablecmds.c:16574 #, c-format msgid "\"%s\" is not a foreign table" msgstr "\"%s\"は外部テーブルではありません" @@ -4297,7 +4302,7 @@ msgid "user mapping for user \"%s\" on server \"%s\" does not exist" msgstr "ユーザー\"%s\"に対するユーザーマッピングがサーバー\"%s\"には存在しません" -#: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 commands/foreigncmds.c:988 commands/foreigncmds.c:1347 foreign/foreign.c:723 +#: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 commands/foreigncmds.c:997 commands/foreigncmds.c:1360 foreign/foreign.c:723 #, c-format msgid "server \"%s\" does not exist" msgstr "サーバー\"%s\"は存在しません" @@ -4825,22 +4830,22 @@ msgid "cast from type %s to type %s already exists" msgstr "型%sから型%sへのキャストはすでに存在しています" -#: catalog/pg_collation.c:93 catalog/pg_collation.c:140 +#: catalog/pg_collation.c:103 catalog/pg_collation.c:161 #, c-format msgid "collation \"%s\" already exists, skipping" msgstr "照合順序\"%s\"はすでに存在します、スキップします" -#: catalog/pg_collation.c:95 +#: catalog/pg_collation.c:105 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists, skipping" msgstr "エンコーディング\"%2$s\"に対する照合順序\"%1$s\"はすでに存在します、スキップします" -#: catalog/pg_collation.c:103 catalog/pg_collation.c:147 +#: catalog/pg_collation.c:113 catalog/pg_collation.c:168 #, c-format msgid "collation \"%s\" already exists" msgstr "照合順序\"%s\"はすでに存在します" -#: catalog/pg_collation.c:105 +#: catalog/pg_collation.c:115 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists" msgstr "エンコーディング\"%2$s\"の照合順序\"%1$s\"はすでに存在します" @@ -4870,12 +4875,27 @@ msgid "default conversion for %s to %s already exists" msgstr "%sから%sへのデフォルトの変換はすでに存在します" -#: catalog/pg_depend.c:211 commands/extension.c:3352 +#: catalog/pg_depend.c:218 commands/extension.c:3352 #, c-format msgid "%s is already a member of extension \"%s\"" msgstr "%sはすでに機能拡張\"%s\"のメンバです" -#: catalog/pg_depend.c:587 +#: catalog/pg_depend.c:225 catalog/pg_depend.c:276 commands/extension.c:3392 +#, c-format +msgid "%s is not a member of extension \"%s\"" +msgstr "%s は機能拡張\"%s\"のメンバではありません" + +#: catalog/pg_depend.c:228 +#, c-format +msgid "An extension is not allowed to replace an object that it does not own." +msgstr "機能拡張は自身が所有していないオブジェクトを置き換えることができません。" + +#: catalog/pg_depend.c:279 +#, c-format +msgid "An extension may only use CREATE ... IF NOT EXISTS to skip object creation if the conflicting object is one that it already owns." +msgstr "機能拡張はCREATE ... IF NOT EXISTSを自身がすでに所有しているオブジェクトと競合するオブジェクトの生成をスキップするためにのみ使用することができます。" + +#: catalog/pg_depend.c:644 #, c-format msgid "cannot remove dependency on %s because it is a system object" msgstr "システムオブジェクトであるため、%sの依存関係を削除できません。" @@ -4925,7 +4945,7 @@ msgid "The partition is being detached concurrently or has an unfinished detach." msgstr "このパーティションは今現在取り外し中であるか取り外し処理が未完了の状態です。" -#: catalog/pg_inherits.c:596 commands/tablecmds.c:4450 commands/tablecmds.c:14840 +#: catalog/pg_inherits.c:596 commands/tablecmds.c:4455 commands/tablecmds.c:14864 #, c-format msgid "Use ALTER TABLE ... DETACH PARTITION ... FINALIZE to complete the pending detach operation." msgstr "ALTER TABLE ... DETACH PARTITION ... FINALIZE を実行して保留中の取り外し処理を完了させてください。" @@ -4940,7 +4960,7 @@ msgid "There's no pending concurrent detach." msgstr "保留中の並列的取り外しはありません。" -#: catalog/pg_namespace.c:64 commands/schemacmds.c:243 +#: catalog/pg_namespace.c:64 commands/schemacmds.c:254 #, c-format msgid "schema \"%s\" already exists" msgstr "スキーマ\"%s\"はすでに存在します" @@ -5091,7 +5111,7 @@ msgid "SQL functions cannot have arguments of type %s" msgstr "SQL関数は型%sの引数と取ることができません" -#: catalog/pg_proc.c:995 executor/functions.c:1458 +#: catalog/pg_proc.c:995 executor/functions.c:1473 #, c-format msgid "SQL function \"%s\"" msgstr "SQL関数\"%s\"" @@ -5252,17 +5272,17 @@ msgid "fixed-size types must have storage PLAIN" msgstr "固定長型の場合はPLAIN格納方式でなければなりません" -#: catalog/pg_type.c:824 +#: catalog/pg_type.c:827 #, c-format msgid "could not form array type name for type \"%s\"" msgstr "\"%s\"型向けの配列型の名前を形成できませんでした" -#: catalog/pg_type.c:929 +#: catalog/pg_type.c:932 #, c-format msgid "Failed while creating a multirange type for type \"%s\"." msgstr "\"%s\"の複範囲型を作成中に失敗しました。" -#: catalog/pg_type.c:930 +#: catalog/pg_type.c:933 #, c-format msgid "You can manually specify a multirange type name using the \"multirange_type_name\" attribute." msgstr "\"multirange_type_name\"属性で複範囲型の型名を手動で指定することができます。" @@ -5272,7 +5292,7 @@ msgid "invalid page in block %u of relation %s" msgstr "リレーション%2$sのブロック%1$uに不正なページ" -#: catalog/toasting.c:110 commands/indexcmds.c:692 commands/tablecmds.c:6072 commands/tablecmds.c:16405 +#: catalog/toasting.c:110 commands/indexcmds.c:692 commands/tablecmds.c:6094 commands/tablecmds.c:16429 #, c-format msgid "\"%s\" is not a table or materialized view" msgstr "\"%s\"はテーブルや実体化ビューではありません" @@ -5377,7 +5397,7 @@ msgid "foreign-data wrapper \"%s\" already exists" msgstr "外部データラッパー\"%s\"はすでに存在します" -#: commands/alter.c:90 commands/foreigncmds.c:879 +#: commands/alter.c:90 commands/foreigncmds.c:888 #, c-format msgid "server \"%s\" already exists" msgstr "サーバー\"%s\"はすでに存在します" @@ -5572,7 +5592,7 @@ msgid "there is no previously clustered index for table \"%s\"" msgstr "テーブル\"%s\"には事前にクラスタ化されたインデックスはありません" -#: commands/cluster.c:187 commands/tablecmds.c:13561 commands/tablecmds.c:15433 +#: commands/cluster.c:187 commands/tablecmds.c:13583 commands/tablecmds.c:15457 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "テーブル\"%2$s\"にはインデックス\"%1$s\"は存在しません" @@ -5587,7 +5607,7 @@ msgid "cannot vacuum temporary tables of other sessions" msgstr "他のセッションの一時テーブルに対してはVACUUMを実行できません" -#: commands/cluster.c:471 commands/tablecmds.c:15443 +#: commands/cluster.c:471 commands/tablecmds.c:15467 #, c-format msgid "\"%s\" is not an index for table \"%s\"" msgstr "\"%s\"はテーブル\"%s\"のインデックスではありません" @@ -5716,7 +5736,7 @@ msgid "database \"%s\" does not exist" msgstr "データベース\"%s\"は存在しません" -#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:979 +#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:989 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table" msgstr "\"%s\"はテーブル、ビュー、実体化ビュー、複合型、外部テーブルのいずれでもありません" @@ -5921,12 +5941,12 @@ msgid "Generated columns cannot be used in COPY." msgstr "生成カラムはCOPYでは使えません。" -#: commands/copy.c:746 commands/indexcmds.c:1831 commands/statscmds.c:241 commands/tablecmds.c:2346 commands/tablecmds.c:3002 commands/tablecmds.c:3495 parser/parse_relation.c:3637 parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 +#: commands/copy.c:746 commands/indexcmds.c:1842 commands/statscmds.c:245 commands/tablecmds.c:2347 commands/tablecmds.c:3003 commands/tablecmds.c:3496 parser/parse_relation.c:3637 parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 #, c-format msgid "column \"%s\" does not exist" msgstr "列\"%s\"は存在しません" -#: commands/copy.c:753 commands/tablecmds.c:2372 commands/trigger.c:951 parser/parse_target.c:1079 parser/parse_target.c:1090 +#: commands/copy.c:753 commands/tablecmds.c:2373 commands/trigger.c:951 parser/parse_target.c:1079 parser/parse_target.c:1090 #, c-format msgid "column \"%s\" specified more than once" msgstr "列\"%s\"が複数指定されました" @@ -6266,12 +6286,12 @@ msgid "COPY TO instructs the PostgreSQL server process to write a file. You may want a client-side facility such as psql's \\copy." msgstr "COPY TOによってPostgreSQLサーバープロセスはファイルの書き込みを行います。psqlの \\copy のようなクライアント側の仕組みが必要かもしれません" -#: commands/createas.c:215 commands/createas.c:511 +#: commands/createas.c:215 commands/createas.c:523 #, c-format msgid "too many column names were specified" msgstr "指定された列別名が多すぎます" -#: commands/createas.c:534 +#: commands/createas.c:546 #, c-format msgid "policies not yet implemented for this command" msgstr "このコマンドにはポリシは実装されていません" @@ -6571,12 +6591,12 @@ msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "集約関数を削除するにはDROP AGGREGATEを使用してください" -#: commands/dropcmds.c:158 commands/sequence.c:447 commands/tablecmds.c:3579 commands/tablecmds.c:3737 commands/tablecmds.c:3790 commands/tablecmds.c:15866 tcop/utility.c:1324 +#: commands/dropcmds.c:158 commands/sequence.c:455 commands/tablecmds.c:3580 commands/tablecmds.c:3738 commands/tablecmds.c:3791 commands/tablecmds.c:15890 tcop/utility.c:1324 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "リレーション\"%s\"は存在しません、スキップします" -#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1253 +#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1254 #, c-format msgid "schema \"%s\" does not exist, skipping" msgstr "スキーマ\"%s\"は存在しません、スキップします" @@ -6601,7 +6621,7 @@ msgid "conversion \"%s\" does not exist, skipping" msgstr "変換\"%sは存在しません、スキップします" -#: commands/dropcmds.c:293 commands/statscmds.c:670 +#: commands/dropcmds.c:293 commands/statscmds.c:674 #, c-format msgid "statistics object \"%s\" does not exist, skipping" msgstr "統計情報オブジェクト\"%s\"は存在しません、スキップします" @@ -6696,7 +6716,7 @@ msgid "foreign-data wrapper \"%s\" does not exist, skipping" msgstr "外部データラッパ\"%s\"は存在しません、スキップします" -#: commands/dropcmds.c:453 commands/foreigncmds.c:1351 +#: commands/dropcmds.c:453 commands/foreigncmds.c:1364 #, c-format msgid "server \"%s\" does not exist, skipping" msgstr "外部データラッパ\"%s\"は存在しません、スキップします" @@ -7037,11 +7057,6 @@ msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension" msgstr "スキーマ\"%s\"を拡張\"%s\"に追加できません。そのスキーマにその拡張が含まれているためです" -#: commands/extension.c:3392 -#, c-format -msgid "%s is not a member of extension \"%s\"" -msgstr "%s は機能拡張\"%s\"のメンバではありません" - #: commands/extension.c:3458 #, c-format msgid "file \"%s\" is too large" @@ -7107,42 +7122,42 @@ msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid" msgstr "外部データラッパーのバリデータ(検証用関数)を変更すると、それに依存するオプションが不正になる場合があります" -#: commands/foreigncmds.c:871 +#: commands/foreigncmds.c:880 #, c-format msgid "server \"%s\" already exists, skipping" msgstr "サーバー\"%s\"はすでに存在します、スキップします" -#: commands/foreigncmds.c:1135 +#: commands/foreigncmds.c:1148 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\", skipping" msgstr "\"%s\"のユーザーマッピングはサーバー\"%s\"に対してすでに存在します、スキップします" -#: commands/foreigncmds.c:1145 +#: commands/foreigncmds.c:1158 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\"" msgstr "\"%s\"のユーザーマッピングはサーバー\"%s\"に対してすでに存在します" -#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1365 +#: commands/foreigncmds.c:1258 commands/foreigncmds.c:1378 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\"" msgstr "\"%s\"のユーザーマッピングはサーバー\"%s\"に対しては存在しません" -#: commands/foreigncmds.c:1370 +#: commands/foreigncmds.c:1383 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\", skipping" msgstr "\"%s\"のユーザーマッピングはサーバー\"%s\"に対しては存在しません、スキップします" -#: commands/foreigncmds.c:1498 foreign/foreign.c:389 +#: commands/foreigncmds.c:1511 foreign/foreign.c:389 #, c-format msgid "foreign-data wrapper \"%s\" has no handler" msgstr "外部データラッパー\"%s\"にはハンドラがありません" -#: commands/foreigncmds.c:1504 +#: commands/foreigncmds.c:1517 #, c-format msgid "foreign-data wrapper \"%s\" does not support IMPORT FOREIGN SCHEMA" msgstr "外部データラッパー\"%s\"は IMPORT FOREIGN SCHEMA をサポートしていません" -#: commands/foreigncmds.c:1606 +#: commands/foreigncmds.c:1619 #, c-format msgid "importing foreign table \"%s\"" msgstr "外部テーブル\"%s\"をインポートします" @@ -7539,12 +7554,12 @@ msgid "cannot create indexes on temporary tables of other sessions" msgstr "他のセッションの一時テーブルに対するインデックスを作成できません" -#: commands/indexcmds.c:770 commands/tablecmds.c:753 commands/tablespace.c:1184 +#: commands/indexcmds.c:770 commands/tablecmds.c:754 commands/tablespace.c:1184 #, c-format msgid "cannot specify default tablespace for partitioned relations" msgstr "パーティション親リレーションにはデフォルトテーブル空間は指定できません" -#: commands/indexcmds.c:802 commands/tablecmds.c:788 commands/tablecmds.c:3279 +#: commands/indexcmds.c:802 commands/tablecmds.c:789 commands/tablecmds.c:3280 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "共有リレーションのみをpg_globalテーブル空間に格納することができます" @@ -7604,197 +7619,197 @@ msgid "index creation on system columns is not supported" msgstr "システム列へのインデックス作成はサポートされていません" -#: commands/indexcmds.c:1276 tcop/utility.c:1510 +#: commands/indexcmds.c:1285 tcop/utility.c:1510 #, c-format msgid "cannot create unique index on partitioned table \"%s\"" msgstr "パーティション親テーブル\"%s\"にはユニークインデックスを構築できません" -#: commands/indexcmds.c:1278 tcop/utility.c:1512 +#: commands/indexcmds.c:1287 tcop/utility.c:1512 #, c-format msgid "Table \"%s\" contains partitions that are foreign tables." msgstr "テーブル\"%s\"は外部テーブルを子テーブルとして含んでいます" -#: commands/indexcmds.c:1748 +#: commands/indexcmds.c:1759 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "インデックスの述部の関数はIMMUTABLEマークが必要です" -#: commands/indexcmds.c:1826 parser/parse_utilcmd.c:2515 parser/parse_utilcmd.c:2650 +#: commands/indexcmds.c:1837 parser/parse_utilcmd.c:2525 parser/parse_utilcmd.c:2660 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "キーとして指名された列\"%s\"は存在しません" -#: commands/indexcmds.c:1850 parser/parse_utilcmd.c:1814 +#: commands/indexcmds.c:1861 parser/parse_utilcmd.c:1824 #, c-format msgid "expressions are not supported in included columns" msgstr "包含列では式はサポートされません" -#: commands/indexcmds.c:1891 +#: commands/indexcmds.c:1902 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "式インデックスの関数はIMMUTABLEマークが必要です" -#: commands/indexcmds.c:1906 +#: commands/indexcmds.c:1917 #, c-format msgid "including column does not support a collation" msgstr "包含列は照合順序をサポートしません" -#: commands/indexcmds.c:1910 +#: commands/indexcmds.c:1921 #, c-format msgid "including column does not support an operator class" msgstr "包含列は演算子クラスをサポートしません" -#: commands/indexcmds.c:1914 +#: commands/indexcmds.c:1925 #, c-format msgid "including column does not support ASC/DESC options" msgstr "包含列は ASC/DESC オプションをサポートしません" -#: commands/indexcmds.c:1918 +#: commands/indexcmds.c:1929 #, c-format msgid "including column does not support NULLS FIRST/LAST options" msgstr "包含列はNULLS FIRST/LASTオプションをサポートしません" -#: commands/indexcmds.c:1959 +#: commands/indexcmds.c:1970 #, c-format msgid "could not determine which collation to use for index expression" msgstr "インデックス式で使用する照合順序を特定できませんでした" -#: commands/indexcmds.c:1967 commands/tablecmds.c:16871 commands/typecmds.c:810 parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3782 utils/adt/misc.c:628 +#: commands/indexcmds.c:1978 commands/tablecmds.c:16895 commands/typecmds.c:810 parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3792 utils/adt/misc.c:628 #, c-format msgid "collations are not supported by type %s" msgstr "%s型では照合順序はサポートされません" -#: commands/indexcmds.c:2032 +#: commands/indexcmds.c:2043 #, c-format msgid "operator %s is not commutative" msgstr "演算子%sは可換ではありません" -#: commands/indexcmds.c:2034 +#: commands/indexcmds.c:2045 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "排除制約で使えるのは可換演算子だけです" -#: commands/indexcmds.c:2060 +#: commands/indexcmds.c:2071 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "演算子%sは演算子族\"%s\"のメンバーではありません" -#: commands/indexcmds.c:2063 +#: commands/indexcmds.c:2074 #, c-format msgid "The exclusion operator must be related to the index operator class for the constraint." msgstr "この排除に使用する演算子はこの制約に使用するインデックス演算子に関連付けられている必要があります。" -#: commands/indexcmds.c:2098 +#: commands/indexcmds.c:2109 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "アクセスメソッド\"%s\"はASC/DESCオプションをサポートしません" -#: commands/indexcmds.c:2103 +#: commands/indexcmds.c:2114 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "アクセスメソッド\"%s\"はNULLS FIRST/LASTオプションをサポートしません" -#: commands/indexcmds.c:2149 commands/tablecmds.c:16896 commands/tablecmds.c:16902 commands/typecmds.c:2317 +#: commands/indexcmds.c:2160 commands/tablecmds.c:16920 commands/tablecmds.c:16926 commands/typecmds.c:2317 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "アクセスメソッド\"%2$s\"にはデータ型%1$s用のデフォルトの演算子クラスがありません" -#: commands/indexcmds.c:2151 +#: commands/indexcmds.c:2162 #, c-format msgid "You must specify an operator class for the index or define a default operator class for the data type." msgstr "このインデックスの演算子クラスを指定するか、あるいはこのデータ型のデフォルト演算子クラスを定義しなければなりません。" -#: commands/indexcmds.c:2180 commands/indexcmds.c:2188 commands/opclasscmds.c:205 +#: commands/indexcmds.c:2191 commands/indexcmds.c:2199 commands/opclasscmds.c:205 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "アクセスメソッド\"%2$s\"用の演算子クラス\"%1$s\"は存在しません" -#: commands/indexcmds.c:2202 commands/typecmds.c:2305 +#: commands/indexcmds.c:2213 commands/typecmds.c:2305 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "演算子クラス\"%s\"はデータ型%sを受け付けません" -#: commands/indexcmds.c:2292 +#: commands/indexcmds.c:2303 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "データ型%sには複数のデフォルトの演算子クラスがあります" -#: commands/indexcmds.c:2620 +#: commands/indexcmds.c:2631 #, c-format msgid "unrecognized REINDEX option \"%s\"" msgstr "認識されないREINDEXのオプション\"%s\"" -#: commands/indexcmds.c:2844 +#: commands/indexcmds.c:2855 #, c-format msgid "table \"%s\" has no indexes that can be reindexed concurrently" msgstr "テーブル\"%s\"には並行インデックス再作成が可能なインデックスがありません" -#: commands/indexcmds.c:2858 +#: commands/indexcmds.c:2869 #, c-format msgid "table \"%s\" has no indexes to reindex" msgstr "テーブル\"%s\"には再構築すべきインデックスはありません" -#: commands/indexcmds.c:2898 commands/indexcmds.c:3405 commands/indexcmds.c:3533 +#: commands/indexcmds.c:2909 commands/indexcmds.c:3416 commands/indexcmds.c:3544 #, c-format msgid "cannot reindex system catalogs concurrently" msgstr "システムカタログではインデックスの並行再構築はできません" -#: commands/indexcmds.c:2921 +#: commands/indexcmds.c:2932 #, c-format msgid "can only reindex the currently open database" msgstr "現在オープンしているデータベースのみをインデックス再構築することができます" -#: commands/indexcmds.c:3009 +#: commands/indexcmds.c:3020 #, c-format msgid "cannot reindex system catalogs concurrently, skipping all" msgstr "システムカタログではインデックスの並行再構築はできません、全てスキップします" -#: commands/indexcmds.c:3042 +#: commands/indexcmds.c:3053 #, c-format msgid "cannot move system relations, skipping all" msgstr "システムリレーションは移動できません、すべてスキップします" -#: commands/indexcmds.c:3089 +#: commands/indexcmds.c:3100 #, c-format msgid "while reindexing partitioned table \"%s.%s\"" msgstr "パーティションテーブル\"%s.%s\"のインデックス再構築中" -#: commands/indexcmds.c:3092 +#: commands/indexcmds.c:3103 #, c-format msgid "while reindexing partitioned index \"%s.%s\"" msgstr "パーティションインデックス\"%s.%s\"の再構築中" -#: commands/indexcmds.c:3285 commands/indexcmds.c:4141 +#: commands/indexcmds.c:3296 commands/indexcmds.c:4152 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "テーブル\"%s.%s\"のインデックス再構築が完了しました" -#: commands/indexcmds.c:3437 commands/indexcmds.c:3489 +#: commands/indexcmds.c:3448 commands/indexcmds.c:3500 #, c-format msgid "cannot reindex invalid index \"%s.%s\" concurrently, skipping" msgstr "無効なインデックス \"%s.%s\"の並行再構築はできません、スキップします " -#: commands/indexcmds.c:3443 +#: commands/indexcmds.c:3454 #, c-format msgid "cannot reindex exclusion constraint index \"%s.%s\" concurrently, skipping" msgstr "排他制約インデックス\"%s.%s\"を並行再構築することはできません、スキップします " -#: commands/indexcmds.c:3598 +#: commands/indexcmds.c:3609 #, c-format msgid "cannot reindex this type of relation concurrently" msgstr "このタイプのリレーションでインデックス並列再構築はできません" -#: commands/indexcmds.c:3619 +#: commands/indexcmds.c:3630 #, c-format msgid "cannot move non-shared relation to tablespace \"%s\"" msgstr "非共有リレーションをテーブルスペース\"%s\"へ移動できません" -#: commands/indexcmds.c:4122 commands/indexcmds.c:4134 +#: commands/indexcmds.c:4133 commands/indexcmds.c:4145 #, c-format msgid "index \"%s.%s\" was reindexed" msgstr " インデックス\"%s.%s\"の再構築が完了しました " -#: commands/lockcmds.c:92 commands/tablecmds.c:6063 commands/trigger.c:307 rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:938 +#: commands/lockcmds.c:92 commands/tablecmds.c:6085 commands/trigger.c:307 rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:938 #, c-format msgid "\"%s\" is not a table or view" msgstr "\"%s\"はテーブルやビューではありません" @@ -7804,7 +7819,7 @@ msgid "CONCURRENTLY cannot be used when the materialized view is not populated" msgstr "実体化ビューにデータが投入されていない場合はCONCURRENTLYを使用することはできません" -#: commands/matview.c:199 gram.y:16812 +#: commands/matview.c:199 gram.y:16813 #, c-format msgid "%s and %s options cannot be used together" msgstr "%sオプションと%sオプションとを同時に使用することはできません" @@ -8099,7 +8114,7 @@ msgid "operator attribute \"%s\" cannot be changed" msgstr "演算子の属性\"%s\"は変更できません" -#: commands/policy.c:89 commands/policy.c:382 commands/statscmds.c:151 commands/tablecmds.c:1584 commands/tablecmds.c:2164 commands/tablecmds.c:3389 commands/tablecmds.c:6042 commands/tablecmds.c:8926 commands/tablecmds.c:16461 commands/tablecmds.c:16496 commands/trigger.c:313 commands/trigger.c:1289 commands/trigger.c:1398 rewrite/rewriteDefine.c:277 rewrite/rewriteDefine.c:943 rewrite/rewriteRemove.c:80 +#: commands/policy.c:89 commands/policy.c:382 commands/statscmds.c:151 commands/tablecmds.c:1585 commands/tablecmds.c:2165 commands/tablecmds.c:3390 commands/tablecmds.c:6064 commands/tablecmds.c:8948 commands/tablecmds.c:16485 commands/tablecmds.c:16520 commands/trigger.c:313 commands/trigger.c:1289 commands/trigger.c:1398 rewrite/rewriteDefine.c:277 rewrite/rewriteDefine.c:943 rewrite/rewriteRemove.c:80 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "権限がありません: \"%s\"はシステムカタログです" @@ -8259,17 +8274,17 @@ msgid "The owner of a FOR ALL TABLES publication must be a superuser." msgstr "FOR ALL TABLES設定のパブリケーションの所有者はスーパーユーザーである必要があります" -#: commands/schemacmds.c:105 commands/schemacmds.c:259 +#: commands/schemacmds.c:105 commands/schemacmds.c:270 #, c-format msgid "unacceptable schema name \"%s\"" msgstr "スキーマ名\"%s\"は受け付けられません" -#: commands/schemacmds.c:106 commands/schemacmds.c:260 +#: commands/schemacmds.c:106 commands/schemacmds.c:271 #, c-format msgid "The prefix \"pg_\" is reserved for system schemas." msgstr "接頭辞\"pg_\"はシステムスキーマ用に予約されています" -#: commands/schemacmds.c:120 +#: commands/schemacmds.c:130 #, c-format msgid "schema \"%s\" already exists, skipping" msgstr "スキーマ\"%s\"はすでに存在します、スキップします" @@ -8300,122 +8315,122 @@ msgstr "UNLOGGEDシーケンスはサポートされません" # (%s) -#: commands/sequence.c:709 +#: commands/sequence.c:717 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval: シーケンス\"%s\"の最大値(%s)に達しました" -#: commands/sequence.c:732 +#: commands/sequence.c:740 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval: シーケンス\"%s\"の最小値(%s)に達しました" -#: commands/sequence.c:850 +#: commands/sequence.c:858 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "本セッションでシーケンス\"%s\"のcurrvalはまだ定義されていません" -#: commands/sequence.c:869 commands/sequence.c:875 +#: commands/sequence.c:877 commands/sequence.c:883 #, c-format msgid "lastval is not yet defined in this session" msgstr "本セッションでlastvalはまだ定義されていません" -#: commands/sequence.c:963 +#: commands/sequence.c:971 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "setval: 値%sはシーケンス\"%s\"の範囲(%s..%s)外です\"" -#: commands/sequence.c:1359 +#: commands/sequence.c:1367 #, c-format msgid "invalid sequence option SEQUENCE NAME" msgstr "不正なオプション SEQUENCE NAME" -#: commands/sequence.c:1385 +#: commands/sequence.c:1393 #, c-format msgid "identity column type must be smallint, integer, or bigint" msgstr "識別列の型はsmallint、integerまたはbigintでなくてはなりません" -#: commands/sequence.c:1386 +#: commands/sequence.c:1394 #, c-format msgid "sequence type must be smallint, integer, or bigint" msgstr "シーケンスの型はsmallint、integerまたはbigintでなくてはなりません" -#: commands/sequence.c:1420 +#: commands/sequence.c:1428 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENTはゼロではいけません" -#: commands/sequence.c:1473 +#: commands/sequence.c:1481 #, c-format msgid "MAXVALUE (%s) is out of range for sequence data type %s" msgstr "MAXVALUE (%s) はシーケンスデータ型%sの範囲外です" -#: commands/sequence.c:1510 +#: commands/sequence.c:1518 #, c-format msgid "MINVALUE (%s) is out of range for sequence data type %s" msgstr "MINVALUE (%s) はシーケンスデータ型%sの範囲外です" -#: commands/sequence.c:1524 +#: commands/sequence.c:1532 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s)はMAXVALUE (%s)より小さくなければなりません" -#: commands/sequence.c:1551 +#: commands/sequence.c:1559 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "STARTの値(%s)はMINVALUE(%s)より小さくすることはできません" -#: commands/sequence.c:1563 +#: commands/sequence.c:1571 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "STARTの値(%s)はMAXVALUE(%s)より大きくすることはできません" -#: commands/sequence.c:1593 +#: commands/sequence.c:1601 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "RESTART の値(%s)は MINVALUE(%s) より小さくすることはできません" -#: commands/sequence.c:1605 +#: commands/sequence.c:1613 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "RESTART の値(%s)は MAXVALUE(%s) より大きくすることはできません" -#: commands/sequence.c:1620 +#: commands/sequence.c:1628 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "CACHE(%s)はゼロより大きくなければなりません" -#: commands/sequence.c:1657 +#: commands/sequence.c:1665 #, c-format msgid "invalid OWNED BY option" msgstr "不正なOWNED BYオプションです" -#: commands/sequence.c:1658 +#: commands/sequence.c:1666 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "OWNED BY table.column または OWNED BY NONEを指定してください。" -#: commands/sequence.c:1683 +#: commands/sequence.c:1691 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "参照先のリレーション\"%s\"はテーブルまたは外部テーブルではありません" -#: commands/sequence.c:1690 +#: commands/sequence.c:1698 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "シーケンスは関連するテーブルと同じ所有者でなければなりません" -#: commands/sequence.c:1694 +#: commands/sequence.c:1702 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "シーケンスは関連するテーブルと同じスキーマでなければなりません" -#: commands/sequence.c:1716 +#: commands/sequence.c:1724 #, c-format msgid "cannot change ownership of identity sequence" msgstr "識別シーケンスの所有者は変更できません" -#: commands/sequence.c:1717 commands/tablecmds.c:13253 commands/tablecmds.c:15886 +#: commands/sequence.c:1725 commands/tablecmds.c:13275 commands/tablecmds.c:15910 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "シーケンス\"%s\"はテーブル\"%s\"にリンクされています" @@ -8430,72 +8445,72 @@ msgid "relation \"%s\" is not a table, foreign table, or materialized view" msgstr "リレーション\"%s\"はテーブルや外部テーブル、または実体化ビューではありません" -#: commands/statscmds.c:189 +#: commands/statscmds.c:193 #, c-format msgid "statistics object \"%s\" already exists, skipping" msgstr "統計情報オブジェクト\"%s\"はすでに存在します、スキップします" -#: commands/statscmds.c:197 +#: commands/statscmds.c:201 #, c-format msgid "statistics object \"%s\" already exists" msgstr "統計情報オブジェクト\"%s\"はすでに存在します" -#: commands/statscmds.c:208 +#: commands/statscmds.c:212 #, c-format msgid "cannot have more than %d columns in statistics" msgstr "統計情報は%dを超える列を使用できません" -#: commands/statscmds.c:249 commands/statscmds.c:272 commands/statscmds.c:305 +#: commands/statscmds.c:253 commands/statscmds.c:276 commands/statscmds.c:309 #, c-format msgid "statistics creation on system columns is not supported" msgstr "システム列に対する統計情報の作成はサポートされていません" -#: commands/statscmds.c:256 commands/statscmds.c:279 +#: commands/statscmds.c:260 commands/statscmds.c:283 #, c-format msgid "column \"%s\" cannot be used in statistics because its type %s has no default btree operator class" msgstr "列\"%s\"の型%sはデフォルトのbtreeオペレータクラスを持たないため統計情報では利用できません" -#: commands/statscmds.c:322 +#: commands/statscmds.c:326 #, c-format msgid "expression cannot be used in multivariate statistics because its type %s has no default btree operator class" msgstr "結果の型%sはデフォルトのbtree演算子クラスがないため、式は多値統計情報では使用できません" -#: commands/statscmds.c:343 +#: commands/statscmds.c:347 #, c-format msgid "when building statistics on a single expression, statistics kinds may not be specified" msgstr "単一の式に対する統計情報を構築する際には、統計種別を指定できません" -#: commands/statscmds.c:372 +#: commands/statscmds.c:376 #, c-format msgid "unrecognized statistics kind \"%s\"" msgstr "認識できない統計情報種別\"%s\"" -#: commands/statscmds.c:401 +#: commands/statscmds.c:405 #, c-format msgid "extended statistics require at least 2 columns" msgstr "拡張統計情報には最低でも2つの列が必要です" -#: commands/statscmds.c:419 +#: commands/statscmds.c:423 #, c-format msgid "duplicate column name in statistics definition" msgstr "定形情報定義中の列名が重複しています" -#: commands/statscmds.c:454 +#: commands/statscmds.c:458 #, c-format msgid "duplicate expression in statistics definition" msgstr "統計情報定義中の式が重複しています" -#: commands/statscmds.c:635 commands/tablecmds.c:7896 +#: commands/statscmds.c:639 commands/tablecmds.c:7918 #, c-format msgid "statistics target %d is too low" msgstr "統計情報目標%dは小さすぎます" -#: commands/statscmds.c:643 commands/tablecmds.c:7904 +#: commands/statscmds.c:647 commands/tablecmds.c:7926 #, c-format msgid "lowering statistics target to %d" msgstr "統計情報目標を%dに減らします" -#: commands/statscmds.c:666 +#: commands/statscmds.c:670 #, c-format msgid "statistics object \"%s.%s\" does not exist, skipping" msgstr "統計情報オブジェクト\"%s.%s\"は存在しません、スキップします" @@ -8680,7 +8695,7 @@ msgid "Use DROP MATERIALIZED VIEW to remove a materialized view." msgstr "実体化ビューを削除するにはDROP MATERIALIZED VIEWを使用してください。" -#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18342 parser/parse_utilcmd.c:2247 +#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18366 parser/parse_utilcmd.c:2257 #, c-format msgid "index \"%s\" does not exist" msgstr "インデックス\"%s\"は存在しません" @@ -8703,7 +8718,7 @@ msgid "Use DROP TYPE to remove a type." msgstr "型を削除するにはDROP TYPEを使用してください" -#: commands/tablecmds.c:277 commands/tablecmds.c:13092 commands/tablecmds.c:15589 +#: commands/tablecmds.c:277 commands/tablecmds.c:13114 commands/tablecmds.c:15613 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "外部テーブル\"%s\"は存在しません" @@ -8717,1340 +8732,1340 @@ msgid "Use DROP FOREIGN TABLE to remove a foreign table." msgstr "外部テーブルを削除するには DROP FOREIGN TABLE を使用してください。" -#: commands/tablecmds.c:669 +#: commands/tablecmds.c:670 #, c-format msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMITは一時テーブルでのみ使用できます" -#: commands/tablecmds.c:700 +#: commands/tablecmds.c:701 #, c-format msgid "cannot create temporary table within security-restricted operation" msgstr "セキュリティー制限された処理中は、一時テーブルを作成できません" -#: commands/tablecmds.c:736 commands/tablecmds.c:14376 +#: commands/tablecmds.c:737 commands/tablecmds.c:14400 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "リレーション\"%s\"が複数回継承されました" -#: commands/tablecmds.c:921 +#: commands/tablecmds.c:922 #, c-format msgid "specifying a table access method is not supported on a partitioned table" msgstr "パーティション親テーブルではテーブルアクセスメソッドの指定はサポートされていません" -#: commands/tablecmds.c:1017 +#: commands/tablecmds.c:1018 #, c-format msgid "\"%s\" is not partitioned" msgstr "\"%s\"はパーティションされていません" -#: commands/tablecmds.c:1112 +#: commands/tablecmds.c:1113 #, c-format msgid "cannot partition using more than %d columns" msgstr "%d以上の列を使ったパーティションはできません" -#: commands/tablecmds.c:1168 +#: commands/tablecmds.c:1169 #, c-format msgid "cannot create foreign partition of partitioned table \"%s\"" msgstr "パーティションテーブル\"%s\"では外部子テーブルを作成できません" -#: commands/tablecmds.c:1170 +#: commands/tablecmds.c:1171 #, c-format msgid "Table \"%s\" contains indexes that are unique." msgstr "テーブル\"%s\"はユニークインデックスを持っています" -#: commands/tablecmds.c:1333 +#: commands/tablecmds.c:1334 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLYは複数オブジェクトの削除をサポートしていません" -#: commands/tablecmds.c:1337 +#: commands/tablecmds.c:1338 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLYはCASCADEをサポートしません" -#: commands/tablecmds.c:1441 +#: commands/tablecmds.c:1442 #, c-format msgid "cannot drop partitioned index \"%s\" concurrently" msgstr "パーティション親インデックス\"%s\"は並行的に削除することはできません" -#: commands/tablecmds.c:1729 +#: commands/tablecmds.c:1730 #, c-format msgid "cannot truncate only a partitioned table" msgstr "パーティションの親テーブルのみの切り詰めはできません" -#: commands/tablecmds.c:1730 +#: commands/tablecmds.c:1731 #, c-format msgid "Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions directly." msgstr "ONLY キーワードを指定しないでください、もしくは子テーブルに対して直接 TRUNCATE ONLY を実行してください。" -#: commands/tablecmds.c:1802 +#: commands/tablecmds.c:1803 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "テーブル\"%s\"へのカスケードを削除します" -#: commands/tablecmds.c:2152 +#: commands/tablecmds.c:2153 #, c-format msgid "cannot truncate foreign table \"%s\"" msgstr "外部テーブル\"%s\"の切り詰めができません" -#: commands/tablecmds.c:2201 +#: commands/tablecmds.c:2202 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "他のセッションの一時テーブルを削除できません" -#: commands/tablecmds.c:2429 commands/tablecmds.c:14273 +#: commands/tablecmds.c:2430 commands/tablecmds.c:14297 #, c-format msgid "cannot inherit from partitioned table \"%s\"" msgstr "パーティション親テーブル\"%s\"からの継承はできません" -#: commands/tablecmds.c:2434 +#: commands/tablecmds.c:2435 #, c-format msgid "cannot inherit from partition \"%s\"" msgstr "パーティション子テーブル\"%s\"からの継承はできません" -#: commands/tablecmds.c:2442 parser/parse_utilcmd.c:2477 parser/parse_utilcmd.c:2619 +#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2487 parser/parse_utilcmd.c:2629 #, c-format msgid "inherited relation \"%s\" is not a table or foreign table" msgstr "継承しようとしたリレーション\"%s\"はテーブルまたは外部テーブルではありません" -#: commands/tablecmds.c:2454 +#: commands/tablecmds.c:2455 #, c-format msgid "cannot create a temporary relation as partition of permanent relation \"%s\"" msgstr "一時リレーションを永続リレーション \"%s\" のパーティション子テーブルとして作ることはできません" -#: commands/tablecmds.c:2463 commands/tablecmds.c:14252 +#: commands/tablecmds.c:2464 commands/tablecmds.c:14276 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "一時リレーション\"%s\"から継承することはできません" -#: commands/tablecmds.c:2473 commands/tablecmds.c:14260 +#: commands/tablecmds.c:2474 commands/tablecmds.c:14284 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "他のセッションの一時リレーションから継承することはできません" -#: commands/tablecmds.c:2527 +#: commands/tablecmds.c:2528 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "複数の継承される列\"%s\"の定義をマージしています" -#: commands/tablecmds.c:2535 +#: commands/tablecmds.c:2536 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "継承される列\"%s\"の型が競合しています" -#: commands/tablecmds.c:2537 commands/tablecmds.c:2560 commands/tablecmds.c:2577 commands/tablecmds.c:2833 commands/tablecmds.c:2863 commands/tablecmds.c:2877 parser/parse_coerce.c:2155 parser/parse_coerce.c:2175 parser/parse_coerce.c:2195 parser/parse_coerce.c:2216 parser/parse_coerce.c:2271 parser/parse_coerce.c:2305 parser/parse_coerce.c:2381 parser/parse_coerce.c:2412 parser/parse_coerce.c:2451 parser/parse_coerce.c:2518 parser/parse_param.c:227 +#: commands/tablecmds.c:2538 commands/tablecmds.c:2561 commands/tablecmds.c:2578 commands/tablecmds.c:2834 commands/tablecmds.c:2864 commands/tablecmds.c:2878 parser/parse_coerce.c:2155 parser/parse_coerce.c:2175 parser/parse_coerce.c:2195 parser/parse_coerce.c:2216 parser/parse_coerce.c:2271 parser/parse_coerce.c:2305 parser/parse_coerce.c:2381 parser/parse_coerce.c:2412 parser/parse_coerce.c:2451 parser/parse_coerce.c:2518 parser/parse_param.c:227 #, c-format msgid "%s versus %s" msgstr "%s対%s" -#: commands/tablecmds.c:2546 +#: commands/tablecmds.c:2547 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "継承される列 \"%s\"の照合順序が競合しています" -#: commands/tablecmds.c:2548 commands/tablecmds.c:2845 commands/tablecmds.c:6551 +#: commands/tablecmds.c:2549 commands/tablecmds.c:2846 commands/tablecmds.c:6573 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "\"%s\"対\"%s\"" -#: commands/tablecmds.c:2558 +#: commands/tablecmds.c:2559 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "継承される列 \"%s\"の格納パラメーターが競合しています" -#: commands/tablecmds.c:2575 commands/tablecmds.c:2875 +#: commands/tablecmds.c:2576 commands/tablecmds.c:2876 #, c-format msgid "column \"%s\" has a compression method conflict" msgstr "列\"%s\"の圧縮方法が競合しています" -#: commands/tablecmds.c:2590 +#: commands/tablecmds.c:2591 #, c-format msgid "inherited column \"%s\" has a generation conflict" msgstr "継承された列 \"%s\"の生成が競合しています" -#: commands/tablecmds.c:2684 commands/tablecmds.c:2739 commands/tablecmds.c:11837 parser/parse_utilcmd.c:1291 parser/parse_utilcmd.c:1334 parser/parse_utilcmd.c:1742 parser/parse_utilcmd.c:1850 +#: commands/tablecmds.c:2685 commands/tablecmds.c:2740 commands/tablecmds.c:11859 parser/parse_utilcmd.c:1301 parser/parse_utilcmd.c:1344 parser/parse_utilcmd.c:1752 parser/parse_utilcmd.c:1860 #, c-format msgid "cannot convert whole-row table reference" msgstr "行全体テーブル参照を変換できません" -#: commands/tablecmds.c:2685 parser/parse_utilcmd.c:1292 +#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1302 #, c-format msgid "Generation expression for column \"%s\" contains a whole-row reference to table \"%s\"." msgstr "制約\"%s\"はテーブル\"%s\"への行全体参照を含みます。" -#: commands/tablecmds.c:2740 parser/parse_utilcmd.c:1335 +#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1345 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "制約\"%s\"はテーブル\"%s\"への行全体参照を含みます。" -#: commands/tablecmds.c:2819 +#: commands/tablecmds.c:2820 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "継承される定義で列\"%s\"をマージしています" -#: commands/tablecmds.c:2823 +#: commands/tablecmds.c:2824 #, c-format msgid "moving and merging column \"%s\" with inherited definition" msgstr "継承される定義で列\"%s\"を移動してマージします" -#: commands/tablecmds.c:2824 +#: commands/tablecmds.c:2825 #, c-format msgid "User-specified column moved to the position of the inherited column." msgstr "ユーザーが指定した列が継承した列の位置に移動されました。" -#: commands/tablecmds.c:2831 +#: commands/tablecmds.c:2832 #, c-format msgid "column \"%s\" has a type conflict" msgstr "列\"%s\"の型が競合しています" -#: commands/tablecmds.c:2843 +#: commands/tablecmds.c:2844 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "列\"%s\"の照合順序が競合しています" -#: commands/tablecmds.c:2861 +#: commands/tablecmds.c:2862 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "列\"%s\"の格納パラメーターが競合しています" -#: commands/tablecmds.c:2902 +#: commands/tablecmds.c:2903 #, c-format msgid "child column \"%s\" specifies generation expression" msgstr "子テーブルの列\"%s\"は生成式を指定しています" -#: commands/tablecmds.c:2904 +#: commands/tablecmds.c:2905 #, c-format msgid "Omit the generation expression in the definition of the child table column to inherit the generation expression from the parent table." msgstr "親テーブルの生成式を継承するために、子テーブルのカラムの生成式定義を無視しました" -#: commands/tablecmds.c:2908 +#: commands/tablecmds.c:2909 #, c-format msgid "column \"%s\" inherits from generated column but specifies default" msgstr "列\"%s\"は生成列を継承しますが、default 指定がされています" -#: commands/tablecmds.c:2913 +#: commands/tablecmds.c:2914 #, c-format msgid "column \"%s\" inherits from generated column but specifies identity" msgstr "列\"%s\"は生成列を継承しますが、識別列と指定されています" -#: commands/tablecmds.c:3022 +#: commands/tablecmds.c:3023 #, c-format msgid "column \"%s\" inherits conflicting generation expressions" msgstr "列\"%s\"は競合する生成式を継承します" -#: commands/tablecmds.c:3027 +#: commands/tablecmds.c:3028 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "列\"%s\"は競合するデフォルト値を継承します" -#: commands/tablecmds.c:3029 +#: commands/tablecmds.c:3030 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "競合を解消するには明示的にデフォルトを指定してください" -#: commands/tablecmds.c:3075 +#: commands/tablecmds.c:3076 #, c-format msgid "check constraint name \"%s\" appears multiple times but with different expressions" msgstr "異なる式を持つ検査制約名\"%s\"が複数あります。" -#: commands/tablecmds.c:3288 +#: commands/tablecmds.c:3289 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "他のセッションの一時テーブルを移動できません" -#: commands/tablecmds.c:3358 +#: commands/tablecmds.c:3359 #, c-format msgid "cannot rename column of typed table" msgstr "型付けされたテーブルの列をリネームできません" -#: commands/tablecmds.c:3377 +#: commands/tablecmds.c:3378 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, index, or foreign table" msgstr "\"%s\" はテーブル、ビュー、実体化ビュー、複合型、インデックス、外部テーブルのいずれでもありません" -#: commands/tablecmds.c:3471 +#: commands/tablecmds.c:3472 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "継承される列\"%s\"の名前を子テーブルでも変更する必要があります" -#: commands/tablecmds.c:3503 +#: commands/tablecmds.c:3504 #, c-format msgid "cannot rename system column \"%s\"" msgstr "システム列%s\"の名前を変更できません" -#: commands/tablecmds.c:3518 +#: commands/tablecmds.c:3519 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "継承される列\"%s\"の名前を変更できません" -#: commands/tablecmds.c:3670 +#: commands/tablecmds.c:3671 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "継承される制約\"%s\"の名前を子テーブルでも変更する必要があります" -#: commands/tablecmds.c:3677 +#: commands/tablecmds.c:3678 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "継承される制約\"%s\"の名前を変更できません" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3975 +#: commands/tablecmds.c:3976 #, c-format msgid "cannot %s \"%s\" because it is being used by active queries in this session" msgstr "このセッションで実行中の問い合わせで使用されているため\"%2$s\"を%1$sできません" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3984 +#: commands/tablecmds.c:3985 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "保留中のトリガーイベントがあるため\"%2$s\"を%1$sできません" -#: commands/tablecmds.c:4448 +#: commands/tablecmds.c:4453 #, c-format msgid "cannot alter partition \"%s\" with an incomplete detach" msgstr "未完了の取り外しが存在するパーティション\"%s\"の定義変更はできません" -#: commands/tablecmds.c:4641 commands/tablecmds.c:4656 +#: commands/tablecmds.c:4646 commands/tablecmds.c:4661 #, c-format msgid "cannot change persistence setting twice" msgstr "永続性設定の変更は2度はできません" -#: commands/tablecmds.c:5399 +#: commands/tablecmds.c:5421 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "システムリレーション\"%sを書き換えられません" -#: commands/tablecmds.c:5405 +#: commands/tablecmds.c:5427 #, c-format msgid "cannot rewrite table \"%s\" used as a catalog table" msgstr "カタログテーブルとして使用されているテーブル\"%s\"は書き換えられません" -#: commands/tablecmds.c:5415 +#: commands/tablecmds.c:5437 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "他のセッションの一時テーブルを書き換えられません" -#: commands/tablecmds.c:5876 +#: commands/tablecmds.c:5898 #, c-format msgid "column \"%s\" of relation \"%s\" contains null values" msgstr "リレーション\"%2$s\"の列\"%1$s\"にNULL値があります" -#: commands/tablecmds.c:5893 +#: commands/tablecmds.c:5915 #, c-format msgid "check constraint \"%s\" of relation \"%s\" is violated by some row" msgstr "一部の行がリレーション\"%2$s\"の検査制約\"%1$s\"に違反してます" -#: commands/tablecmds.c:5912 partitioning/partbounds.c:3292 +#: commands/tablecmds.c:5934 partitioning/partbounds.c:3292 #, c-format msgid "updated partition constraint for default partition \"%s\" would be violated by some row" msgstr "デフォルトパーティション\"%s\"の一部の行が更新後のパーティション制約に違反しています" -#: commands/tablecmds.c:5918 +#: commands/tablecmds.c:5940 #, c-format msgid "partition constraint of relation \"%s\" is violated by some row" msgstr "一部の行がリレーション\"%s\"のパーティション制約に違反しています" -#: commands/tablecmds.c:6066 commands/trigger.c:1283 commands/trigger.c:1389 +#: commands/tablecmds.c:6088 commands/trigger.c:1283 commands/trigger.c:1389 #, c-format msgid "\"%s\" is not a table, view, or foreign table" msgstr "\"%s\"はテーブルやビュー、または外部テーブルではありません" -#: commands/tablecmds.c:6069 +#: commands/tablecmds.c:6091 #, c-format msgid "\"%s\" is not a table, view, materialized view, or index" msgstr "\"%s\"はテーブル、ビュー、実体化ビュー、インデックスではありません" -#: commands/tablecmds.c:6075 +#: commands/tablecmds.c:6097 #, c-format msgid "\"%s\" is not a table, materialized view, or index" msgstr "\"%s\"はテーブルや実体化ビュー、インデックスではありません" -#: commands/tablecmds.c:6078 +#: commands/tablecmds.c:6100 #, c-format msgid "\"%s\" is not a table, materialized view, index, or partitioned index" msgstr "\"%s\"はテーブル、実体化ビュー、インデックス、またはパーティションインデックスではありません" -#: commands/tablecmds.c:6081 +#: commands/tablecmds.c:6103 #, c-format msgid "\"%s\" is not a table, materialized view, index, partitioned index, or foreign table" msgstr "\"%s\"はテーブル、実体化ビュー、インデックス、パーティションインデックス、または外部テーブルではありません" -#: commands/tablecmds.c:6084 +#: commands/tablecmds.c:6106 #, c-format msgid "\"%s\" is not a table, materialized view, or foreign table" msgstr "\"%s\"はテーブルや実体化ビュー、または外部テーブルではありません" -#: commands/tablecmds.c:6087 +#: commands/tablecmds.c:6109 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "\"%s\"はテーブルや外部テーブルではありません" -#: commands/tablecmds.c:6090 +#: commands/tablecmds.c:6112 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "\"%s\"はテーブル、複合型、外部テーブルのいずれでもありません" -#: commands/tablecmds.c:6093 +#: commands/tablecmds.c:6115 #, c-format msgid "\"%s\" is not a table, materialized view, index, or foreign table" msgstr "\"%s\"はテーブルやインデックス、実体化ビュー、インデックス、外部テーブルではありません" -#: commands/tablecmds.c:6096 +#: commands/tablecmds.c:6118 #, c-format msgid "\"%s\" is not a table or partitioned index" msgstr "\"%s\"はテーブルまたはパーティションインデックスではありません" -#: commands/tablecmds.c:6106 +#: commands/tablecmds.c:6128 #, c-format msgid "\"%s\" is of the wrong type" msgstr "\"%s\"は誤った型です" -#: commands/tablecmds.c:6309 commands/tablecmds.c:6316 +#: commands/tablecmds.c:6331 commands/tablecmds.c:6338 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "型\"%s\"を変更できません。列\"%s\".\"%s\"でその型を使用しているためです" -#: commands/tablecmds.c:6323 +#: commands/tablecmds.c:6345 #, c-format msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" msgstr "列%2$s\".\"%3$s\"がその行型を使用しているため、外部テーブル\"%1$s\"を変更できません。" -#: commands/tablecmds.c:6330 +#: commands/tablecmds.c:6352 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "テーブル\"%s\"を変更できません。その行型を列\"%s\".\"%s\"で使用しているためです" -#: commands/tablecmds.c:6386 +#: commands/tablecmds.c:6408 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "型付けされたテーブルの型であるため、外部テーブル\"%s\"を変更できません。" -#: commands/tablecmds.c:6388 +#: commands/tablecmds.c:6410 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "型付けされたテーブルを変更する場合も ALTER .. CASCADE を使用してください" -#: commands/tablecmds.c:6434 +#: commands/tablecmds.c:6456 #, c-format msgid "type %s is not a composite type" msgstr "型 %s は複合型ではありません" -#: commands/tablecmds.c:6461 +#: commands/tablecmds.c:6483 #, c-format msgid "cannot add column to typed table" msgstr "型付けされたテーブルに列を追加できません" -#: commands/tablecmds.c:6514 +#: commands/tablecmds.c:6536 #, c-format msgid "cannot add column to a partition" msgstr "パーティションに列は追加できません" -#: commands/tablecmds.c:6543 commands/tablecmds.c:14503 +#: commands/tablecmds.c:6565 commands/tablecmds.c:14527 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "子テーブル\"%s\"に異なる型の列\"%s\"があります" -#: commands/tablecmds.c:6549 commands/tablecmds.c:14510 +#: commands/tablecmds.c:6571 commands/tablecmds.c:14534 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "子テーブル\"%s\"に異なる照合順序の列\"%s\"があります" -#: commands/tablecmds.c:6563 +#: commands/tablecmds.c:6585 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "子\"%2$s\"の列\"%1$s\"の定義をマージしています" -#: commands/tablecmds.c:6606 +#: commands/tablecmds.c:6628 #, c-format msgid "cannot recursively add identity column to table that has child tables" msgstr "子テーブルを持つテーブルに識別列を再帰的に追加することはできません" -#: commands/tablecmds.c:6849 +#: commands/tablecmds.c:6871 #, c-format msgid "column must be added to child tables too" msgstr "列は子テーブルでも追加する必要があります" -#: commands/tablecmds.c:6927 +#: commands/tablecmds.c:6949 #, c-format msgid "column \"%s\" of relation \"%s\" already exists, skipping" msgstr "リレーション\"%2$s\"の列\"%1$s\"はすでに存在します、スキップします" -#: commands/tablecmds.c:6934 +#: commands/tablecmds.c:6956 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "リレーション\"%2$s\"の列\"%1$s\"はすでに存在します" -#: commands/tablecmds.c:7000 commands/tablecmds.c:11476 +#: commands/tablecmds.c:7022 commands/tablecmds.c:11498 #, c-format msgid "cannot remove constraint from only the partitioned table when partitions exist" msgstr "パーティションが存在する場合にはパーティション親テーブルのみから制約を削除することはできません" -#: commands/tablecmds.c:7001 commands/tablecmds.c:7318 commands/tablecmds.c:8341 commands/tablecmds.c:11477 +#: commands/tablecmds.c:7023 commands/tablecmds.c:7340 commands/tablecmds.c:8363 commands/tablecmds.c:11499 #, c-format msgid "Do not specify the ONLY keyword." msgstr "ONLYキーワードを指定しないでください。" -#: commands/tablecmds.c:7038 commands/tablecmds.c:7244 commands/tablecmds.c:7386 commands/tablecmds.c:7500 commands/tablecmds.c:7594 commands/tablecmds.c:7653 commands/tablecmds.c:7771 commands/tablecmds.c:7937 commands/tablecmds.c:8007 commands/tablecmds.c:8163 commands/tablecmds.c:11631 commands/tablecmds.c:13115 commands/tablecmds.c:15680 +#: commands/tablecmds.c:7060 commands/tablecmds.c:7266 commands/tablecmds.c:7408 commands/tablecmds.c:7522 commands/tablecmds.c:7616 commands/tablecmds.c:7675 commands/tablecmds.c:7793 commands/tablecmds.c:7959 commands/tablecmds.c:8029 commands/tablecmds.c:8185 commands/tablecmds.c:11653 commands/tablecmds.c:13137 commands/tablecmds.c:15704 #, c-format msgid "cannot alter system column \"%s\"" msgstr "システム列\"%s\"を変更できません" -#: commands/tablecmds.c:7044 commands/tablecmds.c:7392 +#: commands/tablecmds.c:7066 commands/tablecmds.c:7414 #, c-format msgid "column \"%s\" of relation \"%s\" is an identity column" msgstr "リレーション\"%2$s\"の列\"%1$s\"は識別列です" -#: commands/tablecmds.c:7087 +#: commands/tablecmds.c:7109 #, c-format msgid "column \"%s\" is in a primary key" msgstr "列\"%s\"はプライマリキーで使用しています" -#: commands/tablecmds.c:7092 +#: commands/tablecmds.c:7114 #, c-format msgid "column \"%s\" is in index used as replica identity" msgstr "列\"%s\"は複製識別として使用中のインデックスに含まれています" -#: commands/tablecmds.c:7115 +#: commands/tablecmds.c:7137 #, c-format msgid "column \"%s\" is marked NOT NULL in parent table" msgstr "列\"%s\"は親テーブルでNOT NULL指定されています" -#: commands/tablecmds.c:7315 commands/tablecmds.c:8824 +#: commands/tablecmds.c:7337 commands/tablecmds.c:8846 #, c-format msgid "constraint must be added to child tables too" msgstr "制約は子テーブルにも追加する必要があります" -#: commands/tablecmds.c:7316 +#: commands/tablecmds.c:7338 #, c-format msgid "Column \"%s\" of relation \"%s\" is not already NOT NULL." msgstr "リレーション\"%2$s\"の列\"%1$s\"はすでにNOT NULLLではありません。" -#: commands/tablecmds.c:7394 +#: commands/tablecmds.c:7416 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY instead." msgstr "代わりに ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY を使ってください。" -#: commands/tablecmds.c:7399 +#: commands/tablecmds.c:7421 #, c-format msgid "column \"%s\" of relation \"%s\" is a generated column" msgstr "リレーション\"%2$s\"の列\"%1$s\"は生成カラムです" -#: commands/tablecmds.c:7402 +#: commands/tablecmds.c:7424 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION instead." msgstr "代わりに ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION を使ってください。" -#: commands/tablecmds.c:7511 +#: commands/tablecmds.c:7533 #, c-format msgid "column \"%s\" of relation \"%s\" must be declared NOT NULL before identity can be added" msgstr "識別列を追加するにはリレーション\"%s\"の列\"%s\"はNOT NULLと宣言されている必要があります" -#: commands/tablecmds.c:7517 +#: commands/tablecmds.c:7539 #, c-format msgid "column \"%s\" of relation \"%s\" is already an identity column" msgstr "リレーション\"%2$s\"の列\"%1$s\"はすでに識別列です" -#: commands/tablecmds.c:7523 +#: commands/tablecmds.c:7545 #, c-format msgid "column \"%s\" of relation \"%s\" already has a default value" msgstr "リレーション\"%2$s\"の列\"%1$s\"はすでにデフォルト値が指定されています" -#: commands/tablecmds.c:7600 commands/tablecmds.c:7661 +#: commands/tablecmds.c:7622 commands/tablecmds.c:7683 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column" msgstr "リレーション\"%2$s\"の列\"%1$s\"は識別列ではありません" -#: commands/tablecmds.c:7666 +#: commands/tablecmds.c:7688 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column, skipping" msgstr "リレーション\"%2$s\"の列\"%1$s\"は識別列ではありません、スキップします" -#: commands/tablecmds.c:7719 +#: commands/tablecmds.c:7741 #, c-format msgid "ALTER TABLE / DROP EXPRESSION must be applied to child tables too" msgstr "ALTER TABLE / DROP EXPRESSION は子テーブルに対しても適用する必要があります" -#: commands/tablecmds.c:7741 +#: commands/tablecmds.c:7763 #, c-format msgid "cannot drop generation expression from inherited column" msgstr "継承列から生成式を削除することはできません" -#: commands/tablecmds.c:7779 +#: commands/tablecmds.c:7801 #, c-format msgid "column \"%s\" of relation \"%s\" is not a stored generated column" msgstr "リレーション\"%2$s\"の列\"%1$s\"は格納生成列ではありません" -#: commands/tablecmds.c:7784 +#: commands/tablecmds.c:7806 #, c-format msgid "column \"%s\" of relation \"%s\" is not a stored generated column, skipping" msgstr "リレーション\"%2$s\"の列\"%1$s\"は格納生成列ではありません、スキップします" -#: commands/tablecmds.c:7884 +#: commands/tablecmds.c:7906 #, c-format msgid "cannot refer to non-index column by number" msgstr "非インデックス列を番号で参照することはできません" -#: commands/tablecmds.c:7927 +#: commands/tablecmds.c:7949 #, c-format msgid "column number %d of relation \"%s\" does not exist" msgstr "リレーション \"%2$s\"の列 %1$d は存在しません" -#: commands/tablecmds.c:7946 +#: commands/tablecmds.c:7968 #, c-format msgid "cannot alter statistics on included column \"%s\" of index \"%s\"" msgstr "インデックス\"%2$s\"の包含列\"%1$s\"への統計情報の変更はできません" -#: commands/tablecmds.c:7951 +#: commands/tablecmds.c:7973 #, c-format msgid "cannot alter statistics on non-expression column \"%s\" of index \"%s\"" msgstr "インデックス \"%2$s\"の非式列\"%1$s\"の統計情報の変更はできません" -#: commands/tablecmds.c:7953 +#: commands/tablecmds.c:7975 #, c-format msgid "Alter statistics on table column instead." msgstr "代わりにテーブルカラムの統計情報を変更してください。" -#: commands/tablecmds.c:8143 +#: commands/tablecmds.c:8165 #, c-format msgid "invalid storage type \"%s\"" msgstr "不正な格納タイプ\"%s\"" -#: commands/tablecmds.c:8175 +#: commands/tablecmds.c:8197 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "列のデータ型%sは格納タイプPLAINしか取ることができません" -#: commands/tablecmds.c:8220 +#: commands/tablecmds.c:8242 #, c-format msgid "cannot drop column from typed table" msgstr "型付けされたテーブルから列を削除できません" -#: commands/tablecmds.c:8279 +#: commands/tablecmds.c:8301 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "リレーション\"%2$s\"の列\"%1$s\"は存在しません、スキップします" -#: commands/tablecmds.c:8292 +#: commands/tablecmds.c:8314 #, c-format msgid "cannot drop system column \"%s\"" msgstr "システム列\"%s\"を削除できません" -#: commands/tablecmds.c:8302 +#: commands/tablecmds.c:8324 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "継承される列\"%s\"を削除できません" -#: commands/tablecmds.c:8315 +#: commands/tablecmds.c:8337 #, c-format msgid "cannot drop column \"%s\" because it is part of the partition key of relation \"%s\"" msgstr "列\"%s\"はリレーション\"%s\"のパーティションキーの一部であるため、削除できません" -#: commands/tablecmds.c:8340 +#: commands/tablecmds.c:8362 #, c-format msgid "cannot drop column from only the partitioned table when partitions exist" msgstr "子テーブルが存在する場合にはパーティション親テーブルのみから列を削除することはできません" -#: commands/tablecmds.c:8544 +#: commands/tablecmds.c:8566 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX is not supported on partitioned tables" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX はパーティション親テーブルではサポートされていません" -#: commands/tablecmds.c:8569 +#: commands/tablecmds.c:8591 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX はインデックス\"%s\"を\"%s\"にリネームします" -#: commands/tablecmds.c:8904 +#: commands/tablecmds.c:8926 #, c-format msgid "cannot use ONLY for foreign key on partitioned table \"%s\" referencing relation \"%s\"" msgstr "パーティションテーブル\"%s\"上のリレーション\"%s\"を参照する外部キー定義ではONLY指定はできません " -#: commands/tablecmds.c:8910 +#: commands/tablecmds.c:8932 #, c-format msgid "cannot add NOT VALID foreign key on partitioned table \"%s\" referencing relation \"%s\"" msgstr "パーティションテーブル\"%1$s\"にリレーション\"%2$s\"を参照する NOT VALID 指定の外部キーは追加できません " -#: commands/tablecmds.c:8913 +#: commands/tablecmds.c:8935 #, c-format msgid "This feature is not yet supported on partitioned tables." msgstr "この機能はパーティション親テーブルに対してはサポートされていません。" -#: commands/tablecmds.c:8920 commands/tablecmds.c:9325 +#: commands/tablecmds.c:8942 commands/tablecmds.c:9347 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "参照先のリレーション\"%s\"はテーブルではありません" -#: commands/tablecmds.c:8943 +#: commands/tablecmds.c:8965 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "永続テーブルの制約は永続テーブルだけを参照できます" -#: commands/tablecmds.c:8950 +#: commands/tablecmds.c:8972 #, c-format msgid "constraints on unlogged tables may reference only permanent or unlogged tables" msgstr "UNLOGGEDテーブルに対する制約は、永続テーブルまたはUNLOGGEDテーブルだけを参照する場合があります" -#: commands/tablecmds.c:8956 +#: commands/tablecmds.c:8978 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "一時テーブルに対する制約は一時テーブルだけを参照する場合があります" -#: commands/tablecmds.c:8960 +#: commands/tablecmds.c:8982 #, c-format msgid "constraints on temporary tables must involve temporary tables of this session" msgstr "一時テーブルに対する制約にはこのセッションの一時テーブルを加える必要があります" -#: commands/tablecmds.c:9026 commands/tablecmds.c:9032 +#: commands/tablecmds.c:9048 commands/tablecmds.c:9054 #, c-format msgid "invalid %s action for foreign key constraint containing generated column" msgstr "生成カラムを含む外部キー制約に対する不正な %s 処理" -#: commands/tablecmds.c:9048 +#: commands/tablecmds.c:9070 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" -msgstr "外部キーの参照列数と非参照列数が合いません" +msgstr "外部キーの参照列数と被参照列数が合いません" -#: commands/tablecmds.c:9155 +#: commands/tablecmds.c:9177 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "外部キー制約\"%sは実装されていません" -#: commands/tablecmds.c:9157 +#: commands/tablecmds.c:9179 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "キーとなる列\"%s\"と\"%s\"との間で型に互換性がありません:%sと%s" -#: commands/tablecmds.c:9520 commands/tablecmds.c:9913 parser/parse_utilcmd.c:786 parser/parse_utilcmd.c:915 +#: commands/tablecmds.c:9542 commands/tablecmds.c:9935 parser/parse_utilcmd.c:796 parser/parse_utilcmd.c:925 #, c-format msgid "foreign key constraints are not supported on foreign tables" msgstr "外部テーブルでは外部キー制約はサポートされていません" -#: commands/tablecmds.c:10280 commands/tablecmds.c:10558 commands/tablecmds.c:11433 commands/tablecmds.c:11508 +#: commands/tablecmds.c:10302 commands/tablecmds.c:10580 commands/tablecmds.c:11455 commands/tablecmds.c:11530 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "リレーション\"%2$s\"の制約\"%1$s\"は存在しません" -#: commands/tablecmds.c:10287 +#: commands/tablecmds.c:10309 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key constraint" msgstr "リレーション\"%2$s\"の制約\"%1$s\"は外部キー制約ではありません" -#: commands/tablecmds.c:10325 +#: commands/tablecmds.c:10347 #, c-format msgid "cannot alter constraint \"%s\" on relation \"%s\"" msgstr "リレーション\"%2$s\"の制約\"%1$s\"を変更できません" -#: commands/tablecmds.c:10328 +#: commands/tablecmds.c:10350 #, c-format msgid "Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\"." msgstr "制約\"%1$s\"は、リレーション\"%3$s\"の制約\"%2$s\"から継承されています。" -#: commands/tablecmds.c:10330 +#: commands/tablecmds.c:10352 #, c-format msgid "You may alter the constraint it derives from, instead." msgstr "代わりに派生元の制約を変更することができます。" -#: commands/tablecmds.c:10566 +#: commands/tablecmds.c:10588 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" msgstr "リレーション\"%2$s\"の制約\"%1$s\"は外部キー制約でも検査制約でもありません" -#: commands/tablecmds.c:10644 +#: commands/tablecmds.c:10666 #, c-format msgid "constraint must be validated on child tables too" msgstr "制約は子テーブルでも検証される必要があります" -#: commands/tablecmds.c:10728 +#: commands/tablecmds.c:10750 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "外部キー制約で参照される列\"%s\"が存在しません" -#: commands/tablecmds.c:10733 +#: commands/tablecmds.c:10755 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "外部キーでは%dを超えるキーを持つことができません" -#: commands/tablecmds.c:10798 +#: commands/tablecmds.c:10820 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "被参照テーブル\"%s\"には遅延可能プライマリキーは使用できません" -#: commands/tablecmds.c:10815 +#: commands/tablecmds.c:10837 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "被参照テーブル\"%s\"にはプライマリキーがありません" -#: commands/tablecmds.c:10880 +#: commands/tablecmds.c:10902 #, c-format msgid "foreign key referenced-columns list must not contain duplicates" msgstr "外部キーの被参照列リストには重複があってはなりません" -#: commands/tablecmds.c:10974 +#: commands/tablecmds.c:10996 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "被参照テーブル\"%s\"に対しては、遅延可能な一意性制約は使用できません" -#: commands/tablecmds.c:10979 +#: commands/tablecmds.c:11001 #, c-format msgid "there is no unique constraint matching given keys for referenced table \"%s\"" msgstr "被参照テーブル\"%s\"に、指定したキーに合致する一意性制約がありません" -#: commands/tablecmds.c:11389 +#: commands/tablecmds.c:11411 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "リレーション\"%2$s\"の継承された制約\"%1$s\"を削除できません" -#: commands/tablecmds.c:11439 +#: commands/tablecmds.c:11461 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "リレーション\"%2$s\"の制約\"%1$s\"は存在しません、スキップします" -#: commands/tablecmds.c:11615 +#: commands/tablecmds.c:11637 #, c-format msgid "cannot alter column type of typed table" msgstr "型付けされたテーブルの列の型を変更できません" -#: commands/tablecmds.c:11642 +#: commands/tablecmds.c:11664 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "継承される列\"%s\"を変更できません" -#: commands/tablecmds.c:11651 +#: commands/tablecmds.c:11673 #, c-format msgid "cannot alter column \"%s\" because it is part of the partition key of relation \"%s\"" msgstr "列\"%s\"はリレーション\"%s\"のパーティションキーの一部であるため、変更できません" -#: commands/tablecmds.c:11701 +#: commands/tablecmds.c:11723 #, c-format msgid "result of USING clause for column \"%s\" cannot be cast automatically to type %s" msgstr "列\"%s\"に対するUSING句の結果は自動的に%s型に型変換できません" -#: commands/tablecmds.c:11704 +#: commands/tablecmds.c:11726 #, c-format msgid "You might need to add an explicit cast." msgstr "必要に応じて明示的な型変換を追加してください。" -#: commands/tablecmds.c:11708 +#: commands/tablecmds.c:11730 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "列\"%s\"は型%sには自動的に型変換できません" #. translator: USING is SQL, don't translate it -#: commands/tablecmds.c:11711 +#: commands/tablecmds.c:11733 #, c-format msgid "You might need to specify \"USING %s::%s\"." msgstr "必要に応じて\"USING %s::%s\"を追加してください。" -#: commands/tablecmds.c:11810 +#: commands/tablecmds.c:11832 #, c-format msgid "cannot alter inherited column \"%s\" of relation \"%s\"" msgstr "リレーション\"%2$s\"の継承列\"%1$s\"は変更できません" -#: commands/tablecmds.c:11838 +#: commands/tablecmds.c:11860 #, c-format msgid "USING expression contains a whole-row table reference." msgstr "USING式が行全体テーブル参照を含んでいます。" -#: commands/tablecmds.c:11849 +#: commands/tablecmds.c:11871 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "継承される列\"%s\"の型を子テーブルで変更しなければなりません" -#: commands/tablecmds.c:11974 +#: commands/tablecmds.c:11996 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "列\"%s\"の型を2回変更することはできません" -#: commands/tablecmds.c:12012 +#: commands/tablecmds.c:12034 #, c-format msgid "generation expression for column \"%s\" cannot be cast automatically to type %s" msgstr "カラム\"%s\"に対する生成式は自動的に%s型にキャストできません" -#: commands/tablecmds.c:12017 +#: commands/tablecmds.c:12039 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "列\"%s\"のデフォルト値を自動的に%s型にキャストできません" -#: commands/tablecmds.c:12095 +#: commands/tablecmds.c:12117 #, c-format msgid "cannot alter type of a column used by a generated column" msgstr "生成カラムで使用される列の型は変更できません" -#: commands/tablecmds.c:12096 +#: commands/tablecmds.c:12118 #, c-format msgid "Column \"%s\" is used by generated column \"%s\"." msgstr "カラム\"%s\"は生成カラム\"%s\"で使われています。" -#: commands/tablecmds.c:12117 +#: commands/tablecmds.c:12139 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "ビューまたはルールで使用される列の型は変更できません" -#: commands/tablecmds.c:12118 commands/tablecmds.c:12137 commands/tablecmds.c:12155 +#: commands/tablecmds.c:12140 commands/tablecmds.c:12159 commands/tablecmds.c:12177 #, c-format msgid "%s depends on column \"%s\"" msgstr "%sは列\"%s\"に依存しています" -#: commands/tablecmds.c:12136 +#: commands/tablecmds.c:12158 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "トリガー定義で使用される列の型は変更できません" -#: commands/tablecmds.c:12154 +#: commands/tablecmds.c:12176 #, c-format msgid "cannot alter type of a column used in a policy definition" msgstr "ポリシ定義で使用されている列の型は変更できません" -#: commands/tablecmds.c:13223 commands/tablecmds.c:13235 +#: commands/tablecmds.c:13245 commands/tablecmds.c:13257 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "インデックス\"%s\"の所有者を変更できません" -#: commands/tablecmds.c:13225 commands/tablecmds.c:13237 +#: commands/tablecmds.c:13247 commands/tablecmds.c:13259 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "代わりにインデックスのテーブルの所有者を変更してください" -#: commands/tablecmds.c:13251 +#: commands/tablecmds.c:13273 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "シーケンス\"%s\"の所有者を変更できません" -#: commands/tablecmds.c:13265 commands/tablecmds.c:16572 +#: commands/tablecmds.c:13287 commands/tablecmds.c:16596 #, c-format msgid "Use ALTER TYPE instead." msgstr "代わりにALTER TYPEを使用してください。" -#: commands/tablecmds.c:13274 +#: commands/tablecmds.c:13296 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "\"%s\"はテーブル、ビュー、シーケンス、外部テーブルではありません" -#: commands/tablecmds.c:13613 +#: commands/tablecmds.c:13635 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "SET TABLESPACEサブコマンドを複数指定できません" -#: commands/tablecmds.c:13690 +#: commands/tablecmds.c:13712 #, c-format msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" msgstr "\"%s\"はテーブル、ビュー、実体化ビュー、インデックス、TOASTテーブルではありません" -#: commands/tablecmds.c:13723 commands/view.c:491 +#: commands/tablecmds.c:13745 commands/view.c:505 #, c-format msgid "WITH CHECK OPTION is supported only on automatically updatable views" msgstr "WITH CHECK OPTIONは自動更新可能ビューでのみサポートされます" -#: commands/tablecmds.c:13975 +#: commands/tablecmds.c:13997 #, c-format msgid "only tables, indexes, and materialized views exist in tablespaces" msgstr "テーブルスペースにはテーブル、インデックスおよび実体化ビューしかありません" -#: commands/tablecmds.c:13987 +#: commands/tablecmds.c:14009 #, c-format msgid "cannot move relations in to or out of pg_global tablespace" msgstr "pg_globalテーブルスペースとの間のリレーションの移動はできません" -#: commands/tablecmds.c:14079 +#: commands/tablecmds.c:14101 #, c-format msgid "aborting because lock on relation \"%s.%s\" is not available" msgstr "リレーション\"%s.%s\"のロックが獲得できなかったため中断します" -#: commands/tablecmds.c:14095 +#: commands/tablecmds.c:14117 #, c-format msgid "no matching relations in tablespace \"%s\" found" msgstr "テーブルスペース\"%s\"には合致するリレーションはありませんでした" -#: commands/tablecmds.c:14211 +#: commands/tablecmds.c:14235 #, c-format msgid "cannot change inheritance of typed table" msgstr "型付けされたテーブルの継承を変更できません" -#: commands/tablecmds.c:14216 commands/tablecmds.c:14772 +#: commands/tablecmds.c:14240 commands/tablecmds.c:14796 #, c-format msgid "cannot change inheritance of a partition" msgstr "パーティションの継承は変更できません" -#: commands/tablecmds.c:14221 +#: commands/tablecmds.c:14245 #, c-format msgid "cannot change inheritance of partitioned table" msgstr "パーティション親テーブルの継承は変更できません" -#: commands/tablecmds.c:14267 +#: commands/tablecmds.c:14291 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "他のセッションの一時テーブルを継承できません" -#: commands/tablecmds.c:14280 +#: commands/tablecmds.c:14304 #, c-format msgid "cannot inherit from a partition" msgstr "パーティションからの継承はできません" -#: commands/tablecmds.c:14302 commands/tablecmds.c:17216 +#: commands/tablecmds.c:14326 commands/tablecmds.c:17240 #, c-format msgid "circular inheritance not allowed" msgstr "循環継承を行うことはできません" -#: commands/tablecmds.c:14303 commands/tablecmds.c:17217 +#: commands/tablecmds.c:14327 commands/tablecmds.c:17241 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "\"%s\"はすでに\"%s\"の子です" -#: commands/tablecmds.c:14316 +#: commands/tablecmds.c:14340 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming an inheritance child" msgstr "トリガー\"%s\"によってテーブル\"%s\"が継承子テーブルになることができません" -#: commands/tablecmds.c:14318 +#: commands/tablecmds.c:14342 #, c-format msgid "ROW triggers with transition tables are not supported in inheritance hierarchies." msgstr "遷移テーブルを使用したROWトリガーは継承関係ではサポートされていません。" -#: commands/tablecmds.c:14521 +#: commands/tablecmds.c:14545 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "子テーブルの列\"%s\"はNOT NULLである必要があります" -#: commands/tablecmds.c:14530 +#: commands/tablecmds.c:14554 #, c-format msgid "column \"%s\" in child table must be a generated column" msgstr "子テーブルの列\"%s\"は生成列である必要があります" -#: commands/tablecmds.c:14580 +#: commands/tablecmds.c:14604 #, c-format msgid "column \"%s\" in child table has a conflicting generation expression" msgstr "子テーブルの列\"%s\"は競合する生成式を持っています" -#: commands/tablecmds.c:14608 +#: commands/tablecmds.c:14632 #, c-format msgid "child table is missing column \"%s\"" msgstr "子テーブルには列\"%s\"がありません" -#: commands/tablecmds.c:14696 +#: commands/tablecmds.c:14720 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "子テーブル\"%s\"では検査制約\"%s\"に異なった定義がされています" -#: commands/tablecmds.c:14704 +#: commands/tablecmds.c:14728 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" msgstr "制約\"%s\"は子テーブル\"%s\"上の継承されない制約と競合します" -#: commands/tablecmds.c:14715 +#: commands/tablecmds.c:14739 #, c-format msgid "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\"" msgstr "制約\"%s\"は子テーブル\"%s\"のNOT VALID制約と衝突しています" -#: commands/tablecmds.c:14750 +#: commands/tablecmds.c:14774 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "子テーブルには制約\"%s\"がありません" -#: commands/tablecmds.c:14836 +#: commands/tablecmds.c:14860 #, c-format msgid "partition \"%s\" already pending detach in partitioned table \"%s.%s\"" msgstr "パーティション子テーブル\"%s\"はすでにパーティション\"%s.%s\"で取り外しが進行中です" -#: commands/tablecmds.c:14865 commands/tablecmds.c:14913 +#: commands/tablecmds.c:14889 commands/tablecmds.c:14937 #, c-format msgid "relation \"%s\" is not a partition of relation \"%s\"" msgstr "リレーション\"%s\"はリレーション\"%s\"のパーティション子テーブルではありません" -#: commands/tablecmds.c:14919 +#: commands/tablecmds.c:14943 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "リレーション\"%s\"はリレーション\"%s\"の親ではありません" -#: commands/tablecmds.c:15147 +#: commands/tablecmds.c:15171 #, c-format msgid "typed tables cannot inherit" msgstr "型付けされたテーブルは継承できません" -#: commands/tablecmds.c:15177 +#: commands/tablecmds.c:15201 #, c-format msgid "table is missing column \"%s\"" msgstr "テーブルには列\"%s\"がありません" -#: commands/tablecmds.c:15188 +#: commands/tablecmds.c:15212 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "テーブルには列\"%s\"がありますが型は\"%s\"を必要としています" -#: commands/tablecmds.c:15197 +#: commands/tablecmds.c:15221 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "テーブル\"%s\"では列\"%s\"の型が異なっています" -#: commands/tablecmds.c:15211 +#: commands/tablecmds.c:15235 #, c-format msgid "table has extra column \"%s\"" msgstr "テーブルに余分な列\"%s\"があります" -#: commands/tablecmds.c:15263 +#: commands/tablecmds.c:15287 #, c-format msgid "\"%s\" is not a typed table" msgstr "\"%s\"は型付けされたテーブルではありません" -#: commands/tablecmds.c:15451 +#: commands/tablecmds.c:15475 #, c-format msgid "cannot use non-unique index \"%s\" as replica identity" msgstr "非ユニークインデックス\"%s\"は複製識別としては使用できません" -#: commands/tablecmds.c:15457 +#: commands/tablecmds.c:15481 #, c-format msgid "cannot use non-immediate index \"%s\" as replica identity" msgstr "一意性を即時検査しないインデックス\"%s\"は複製識別には使用できません" -#: commands/tablecmds.c:15463 +#: commands/tablecmds.c:15487 #, c-format msgid "cannot use expression index \"%s\" as replica identity" msgstr "式インデックス\"%s\"は複製識別としては使用できません" -#: commands/tablecmds.c:15469 +#: commands/tablecmds.c:15493 #, c-format msgid "cannot use partial index \"%s\" as replica identity" msgstr "部分インデックス\"%s\"を複製識別としては使用できません" -#: commands/tablecmds.c:15475 +#: commands/tablecmds.c:15499 #, c-format msgid "cannot use invalid index \"%s\" as replica identity" msgstr "無効なインデックス\"%s\"は複製識別としては使用できません" -#: commands/tablecmds.c:15492 +#: commands/tablecmds.c:15516 #, c-format msgid "index \"%s\" cannot be used as replica identity because column %d is a system column" msgstr "列%2$dはシステム列であるためインデックス\"%1$s\"は複製識別には使えません" -#: commands/tablecmds.c:15499 +#: commands/tablecmds.c:15523 #, c-format msgid "index \"%s\" cannot be used as replica identity because column \"%s\" is nullable" msgstr "列\"%2$s\"はnull可であるためインデックス\"%1$s\"は複製識別には使えません" -#: commands/tablecmds.c:15746 +#: commands/tablecmds.c:15770 #, c-format msgid "cannot change logged status of table \"%s\" because it is temporary" msgstr "テーブル\"%s\"は一時テーブルであるため、ログ出力設定を変更できません" -#: commands/tablecmds.c:15770 +#: commands/tablecmds.c:15794 #, c-format msgid "cannot change table \"%s\" to unlogged because it is part of a publication" msgstr "テーブル\"%s\"はパブリケーションの一部であるため、UNLOGGEDに変更できません" -#: commands/tablecmds.c:15772 +#: commands/tablecmds.c:15796 #, c-format msgid "Unlogged relations cannot be replicated." msgstr "UNLOGGEDリレーションはレプリケーションできません。" -#: commands/tablecmds.c:15817 +#: commands/tablecmds.c:15841 #, c-format msgid "could not change table \"%s\" to logged because it references unlogged table \"%s\"" msgstr "テーブル\"%s\"はUNLOGGEDテーブル\"%s\"を参照しているためLOGGEDには設定できません" -#: commands/tablecmds.c:15827 +#: commands/tablecmds.c:15851 #, c-format msgid "could not change table \"%s\" to unlogged because it references logged table \"%s\"" msgstr "テーブル\"%s\"はLOGGEDテーブル\"%s\"を参照しているためUNLOGGEDには設定できません" -#: commands/tablecmds.c:15885 +#: commands/tablecmds.c:15909 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "所有するシーケンスを他のスキーマに移動することができません" -#: commands/tablecmds.c:15992 +#: commands/tablecmds.c:16016 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "リレーション\"%s\"はスキーマ\"%s\"内にすでに存在します" -#: commands/tablecmds.c:16555 +#: commands/tablecmds.c:16579 #, c-format msgid "\"%s\" is not a composite type" msgstr "\"%s\"は複合型ではありません" -#: commands/tablecmds.c:16587 +#: commands/tablecmds.c:16611 #, c-format msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table" msgstr "\"%s\"はテーブル、ビュー、実体化ビュー、シーケンス、外部テーブルではありません" -#: commands/tablecmds.c:16622 +#: commands/tablecmds.c:16646 #, c-format msgid "unrecognized partitioning strategy \"%s\"" msgstr "識別できないパーティションストラテジ \"%s\"" -#: commands/tablecmds.c:16630 +#: commands/tablecmds.c:16654 #, c-format msgid "cannot use \"list\" partition strategy with more than one column" msgstr "\"list\"パーティションストラテジは2つ以上の列に対しては使えません" -#: commands/tablecmds.c:16696 +#: commands/tablecmds.c:16720 #, c-format msgid "column \"%s\" named in partition key does not exist" msgstr "パーティションキーに指定されている列\"%s\"は存在しません" -#: commands/tablecmds.c:16704 +#: commands/tablecmds.c:16728 #, c-format msgid "cannot use system column \"%s\" in partition key" msgstr "パーティションキーでシステム列\"%s\"は使用できません" -#: commands/tablecmds.c:16715 commands/tablecmds.c:16829 +#: commands/tablecmds.c:16739 commands/tablecmds.c:16853 #, c-format msgid "cannot use generated column in partition key" msgstr "パーティションキーで生成カラムは使用できません" -#: commands/tablecmds.c:16716 commands/tablecmds.c:16830 commands/trigger.c:653 rewrite/rewriteHandler.c:907 rewrite/rewriteHandler.c:942 +#: commands/tablecmds.c:16740 commands/tablecmds.c:16854 commands/trigger.c:653 rewrite/rewriteHandler.c:907 rewrite/rewriteHandler.c:942 #, c-format msgid "Column \"%s\" is a generated column." msgstr "列\"%s\"は生成カラムです。" -#: commands/tablecmds.c:16792 +#: commands/tablecmds.c:16816 #, c-format msgid "functions in partition key expression must be marked IMMUTABLE" msgstr "パーティションキー式で使われる関数はIMMUTABLE指定されている必要があります" -#: commands/tablecmds.c:16812 +#: commands/tablecmds.c:16836 #, c-format msgid "partition key expressions cannot contain system column references" msgstr "パーティションキー式はシステム列への参照を含むことができません" -#: commands/tablecmds.c:16842 +#: commands/tablecmds.c:16866 #, c-format msgid "cannot use constant expression as partition key" msgstr "定数式をパーティションキーとして使うことはできません" -#: commands/tablecmds.c:16863 +#: commands/tablecmds.c:16887 #, c-format msgid "could not determine which collation to use for partition expression" msgstr "パーティション式で使用する照合順序を特定できませんでした" -#: commands/tablecmds.c:16898 +#: commands/tablecmds.c:16922 #, c-format msgid "You must specify a hash operator class or define a default hash operator class for the data type." msgstr "ハッシュ演算子クラスを指定するか、もしくはこのデータ型にデフォルトのハッシュ演算子クラスを定義する必要があります。" -#: commands/tablecmds.c:16904 +#: commands/tablecmds.c:16928 #, c-format msgid "You must specify a btree operator class or define a default btree operator class for the data type." msgstr "btree演算子クラスを指定するか、もしくはこのデータ型にデフォルトのbtree演算子クラスを定義するかする必要があります。" -#: commands/tablecmds.c:17156 +#: commands/tablecmds.c:17180 #, c-format msgid "\"%s\" is already a partition" msgstr "\"%s\"はすでパーティションです" -#: commands/tablecmds.c:17162 +#: commands/tablecmds.c:17186 #, c-format msgid "cannot attach a typed table as partition" msgstr "型付けされたテーブルをパーティションにアタッチすることはできません" -#: commands/tablecmds.c:17178 +#: commands/tablecmds.c:17202 #, c-format msgid "cannot attach inheritance child as partition" msgstr "継承子テーブルをパーティションにアタッチすることはできません" -#: commands/tablecmds.c:17192 +#: commands/tablecmds.c:17216 #, c-format msgid "cannot attach inheritance parent as partition" msgstr "継承親テーブルをパーティションにアタッチすることはできません" -#: commands/tablecmds.c:17226 +#: commands/tablecmds.c:17250 #, c-format msgid "cannot attach a temporary relation as partition of permanent relation \"%s\"" msgstr "一時リレーションを永続リレーション\"%s\"の子テーブルとしてアタッチすることはできません" -#: commands/tablecmds.c:17234 +#: commands/tablecmds.c:17258 #, c-format msgid "cannot attach a permanent relation as partition of temporary relation \"%s\"" msgstr "永続リレーションを一時リレーション\"%s\"のパーティション子テーブルとしてアタッチすることはできません" -#: commands/tablecmds.c:17242 +#: commands/tablecmds.c:17266 #, c-format msgid "cannot attach as partition of temporary relation of another session" msgstr "他セッションの一時リレーションのパーティション子テーブルとしてアタッチすることはできません" -#: commands/tablecmds.c:17249 +#: commands/tablecmds.c:17273 #, c-format msgid "cannot attach temporary relation of another session as partition" msgstr "他セッションの一時リレーションにパーティション子テーブルとしてアタッチすることはできません" -#: commands/tablecmds.c:17269 +#: commands/tablecmds.c:17293 #, c-format msgid "table \"%s\" contains column \"%s\" not found in parent \"%s\"" msgstr "テーブル\"%1$s\"は親テーブル\"%3$s\"にない列\"%2$s\"を含んでいます" -#: commands/tablecmds.c:17272 +#: commands/tablecmds.c:17296 #, c-format msgid "The new partition may contain only the columns present in parent." msgstr "新しいパーティションは親に存在する列のみを含むことができます。" -#: commands/tablecmds.c:17284 +#: commands/tablecmds.c:17308 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming a partition" msgstr "トリガー\"%s\"のため、テーブル\"%s\"はパーティション子テーブルにはなれません" -#: commands/tablecmds.c:17286 commands/trigger.c:459 +#: commands/tablecmds.c:17310 commands/trigger.c:459 #, c-format msgid "ROW triggers with transition tables are not supported on partitions" msgstr "遷移テーブルを使用するROWトリガーはパーティションではサポートされません" -#: commands/tablecmds.c:17465 +#: commands/tablecmds.c:17489 #, c-format msgid "cannot attach foreign table \"%s\" as partition of partitioned table \"%s\"" msgstr "外部テーブル\"%s\"はパーティションテーブル\"%s\"の子テーブルとしてアタッチすることはできません" -#: commands/tablecmds.c:17468 +#: commands/tablecmds.c:17492 #, c-format msgid "Partitioned table \"%s\" contains unique indexes." msgstr "パーティションテーブル\"%s\"はユニークインデックスを持っています。" -#: commands/tablecmds.c:17788 +#: commands/tablecmds.c:17812 #, c-format msgid "cannot detach partitions concurrently when a default partition exists" msgstr "デフォルトパーティションがある場合はパーティション子テーブルを並列的に取り外すことはできません" -#: commands/tablecmds.c:17897 +#: commands/tablecmds.c:17921 #, c-format msgid "partitioned table \"%s\" was removed concurrently" msgstr "パーティションテーブル\"%s\"は同時に削除されました" -#: commands/tablecmds.c:17903 +#: commands/tablecmds.c:17927 #, c-format msgid "partition \"%s\" was removed concurrently" msgstr "パーティションテーブル\"%s\"は同時に削除されました" -#: commands/tablecmds.c:18376 commands/tablecmds.c:18396 commands/tablecmds.c:18416 commands/tablecmds.c:18435 commands/tablecmds.c:18477 +#: commands/tablecmds.c:18400 commands/tablecmds.c:18420 commands/tablecmds.c:18440 commands/tablecmds.c:18459 commands/tablecmds.c:18501 #, c-format msgid "cannot attach index \"%s\" as a partition of index \"%s\"" msgstr "インデックス\"%s\"をインデックス\"%s\"の子インデックスとしてアタッチすることはできません" -#: commands/tablecmds.c:18379 +#: commands/tablecmds.c:18403 #, c-format msgid "Index \"%s\" is already attached to another index." msgstr "インデックス\"%s\"はすでに別のインデックスにアタッチされています。" -#: commands/tablecmds.c:18399 +#: commands/tablecmds.c:18423 #, c-format msgid "Index \"%s\" is not an index on any partition of table \"%s\"." msgstr "インデックス\"%s\"はテーブル\"%s\"のどの子テーブルのインデックスでもありません。" -#: commands/tablecmds.c:18419 +#: commands/tablecmds.c:18443 #, c-format msgid "The index definitions do not match." msgstr "インデックス定義が合致しません。" -#: commands/tablecmds.c:18438 +#: commands/tablecmds.c:18462 #, c-format msgid "The index \"%s\" belongs to a constraint in table \"%s\" but no constraint exists for index \"%s\"." msgstr "インデックス\"%s\"はテーブル\"%s\"の制約に属していますが、インデックス\"%s\"には制約がありません。" -#: commands/tablecmds.c:18480 +#: commands/tablecmds.c:18504 #, c-format msgid "Another index is already attached for partition \"%s\"." msgstr "子テーブル\"%s\"にはすでに他のインデックスがアタッチされています。" -#: commands/tablecmds.c:18710 +#: commands/tablecmds.c:18734 #, c-format msgid "column data type %s does not support compression" msgstr "列データ型%sは圧縮をサポートしていません" -#: commands/tablecmds.c:18717 +#: commands/tablecmds.c:18741 #, c-format msgid "invalid compression method \"%s\"" msgstr "無効な圧縮方式 \"%s\"" @@ -10150,7 +10165,7 @@ msgid "directory \"%s\" already in use as a tablespace" msgstr "ディレクトリ\"%s\"はすでにテーブルスペースとして使われています" -#: commands/tablespace.c:768 commands/tablespace.c:781 commands/tablespace.c:817 commands/tablespace.c:909 storage/file/fd.c:3163 storage/file/fd.c:3559 +#: commands/tablespace.c:768 commands/tablespace.c:781 commands/tablespace.c:817 commands/tablespace.c:909 storage/file/fd.c:3169 storage/file/fd.c:3565 #, c-format msgid "could not remove directory \"%s\": %m" msgstr "ディレクトリ\"%s\"を削除できませんでした: %m" @@ -10370,67 +10385,67 @@ msgid "trigger \"%s\" for relation \"%s\" is a constraint trigger" msgstr "リレーション\"%2$s\"のトリガー\"%1$s\"は制約トリガーです" -#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1630 +#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1660 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "テーブル\"%2$s\"のトリガー\"%1$s\"は存在しません" -#: commands/trigger.c:1598 +#: commands/trigger.c:1600 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "権限がありません: \"%s\"はシステムトリガーです" -#: commands/trigger.c:2178 +#: commands/trigger.c:2221 #, c-format msgid "trigger function %u returned null value" msgstr "トリガー関数%uはNULL値を返しました" -#: commands/trigger.c:2238 commands/trigger.c:2452 commands/trigger.c:2691 commands/trigger.c:2995 +#: commands/trigger.c:2281 commands/trigger.c:2495 commands/trigger.c:2734 commands/trigger.c:3038 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "BEFORE STATEMENTトリガーは値を返すことができません" -#: commands/trigger.c:2312 +#: commands/trigger.c:2355 #, c-format msgid "moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported" msgstr "BEFORE FOR EACH ROWトリガーの実行では、他のパーティションへの行の移動はサポートされていません" -#: commands/trigger.c:2313 +#: commands/trigger.c:2356 #, c-format msgid "Before executing trigger \"%s\", the row was to be in partition \"%s.%s\"." msgstr "トリガー\"%s\"の実行前には、この行はパーティション\"%s.%s\"に置かれるはずでした。" -#: commands/trigger.c:3061 executor/nodeModifyTable.c:1824 executor/nodeModifyTable.c:1906 +#: commands/trigger.c:3104 executor/nodeModifyTable.c:1826 executor/nodeModifyTable.c:1908 #, c-format msgid "tuple to be updated was already modified by an operation triggered by the current command" msgstr "更新対象のタプルはすでに現在のコマンドによって発行された操作によって変更されています" -#: commands/trigger.c:3062 executor/nodeModifyTable.c:1206 executor/nodeModifyTable.c:1280 executor/nodeModifyTable.c:1825 executor/nodeModifyTable.c:1907 +#: commands/trigger.c:3105 executor/nodeModifyTable.c:1208 executor/nodeModifyTable.c:1282 executor/nodeModifyTable.c:1827 executor/nodeModifyTable.c:1909 #, c-format msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." msgstr "他の行への変更を伝搬させるためにBEFOREトリガーではなくAFTERトリガーの使用を検討してください" -#: commands/trigger.c:3091 executor/nodeLockRows.c:229 executor/nodeLockRows.c:238 executor/nodeModifyTable.c:228 executor/nodeModifyTable.c:1222 executor/nodeModifyTable.c:1842 executor/nodeModifyTable.c:2072 +#: commands/trigger.c:3134 executor/nodeLockRows.c:229 executor/nodeLockRows.c:238 executor/nodeModifyTable.c:228 executor/nodeModifyTable.c:1224 executor/nodeModifyTable.c:1844 executor/nodeModifyTable.c:2074 #, c-format msgid "could not serialize access due to concurrent update" msgstr "更新が同時に行われたためアクセスの直列化ができませんでした" -#: commands/trigger.c:3099 executor/nodeModifyTable.c:1312 executor/nodeModifyTable.c:1924 executor/nodeModifyTable.c:2096 +#: commands/trigger.c:3142 executor/nodeModifyTable.c:1314 executor/nodeModifyTable.c:1926 executor/nodeModifyTable.c:2098 #, c-format msgid "could not serialize access due to concurrent delete" msgstr "削除が同時に行われたためアクセスの直列化ができませんでした" -#: commands/trigger.c:4160 +#: commands/trigger.c:4203 #, c-format msgid "cannot fire deferred trigger within security-restricted operation" msgstr "セキュリティー制限された処理中は、遅延トリガーは発火させられません" -#: commands/trigger.c:5203 +#: commands/trigger.c:5253 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "制約\"%s\"は遅延可能ではありません" -#: commands/trigger.c:5226 +#: commands/trigger.c:5276 #, c-format msgid "constraint \"%s\" does not exist" msgstr "制約\"%s\"は存在しません" @@ -10895,7 +10910,7 @@ msgid "permission denied to create role" msgstr "ロールを作成する権限がありません" -#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15259 gram.y:15304 utils/adt/acl.c:5248 utils/adt/acl.c:5254 +#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15260 gram.y:15305 utils/adt/acl.c:5248 utils/adt/acl.c:5254 #, c-format msgid "role name \"%s\" is reserved" msgstr "ロール名\"%s\"は予約されています" @@ -10920,6 +10935,10 @@ msgid "pg_authid OID value not set when in binary upgrade mode" msgstr "バイナリアップグレードモード中にpg_authidのOIDが設定されていません" +#: commands/user.c:570 commands/user.c:925 +msgid "Cannot alter reserved roles." +msgstr "予約ロールは変更できません。" + #: commands/user.c:722 #, c-format msgid "must be superuser to alter superuser roles or change superuser attribute" @@ -11033,7 +11052,7 @@ #: commands/user.c:1495 commands/user.c:1673 #, c-format msgid "must have admin option on role \"%s\"" -msgstr "ロール\"%s\"には ADMIN OPTION が必要です" +msgstr "ロール\"%s\"の管理者オプションが必要です" #: commands/user.c:1509 #, c-format @@ -11309,47 +11328,47 @@ msgid "could not determine which collation to use for view column \"%s\"" msgstr "ビューの列\"%s\"で使用する照合順序を特定できませんでした" -#: commands/view.c:265 commands/view.c:276 +#: commands/view.c:279 commands/view.c:290 #, c-format msgid "cannot drop columns from view" msgstr "ビューからは列を削除できません" -#: commands/view.c:281 +#: commands/view.c:295 #, c-format msgid "cannot change name of view column \"%s\" to \"%s\"" msgstr "ビューの列名を\"%s\"から\"%s\"に変更できません" -#: commands/view.c:284 +#: commands/view.c:298 #, c-format msgid "Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead." msgstr "代わりに ALTER VIEW ... RENAME COLUMN ... を使用してビューカラムの名前を変更してください。" -#: commands/view.c:290 +#: commands/view.c:304 #, c-format msgid "cannot change data type of view column \"%s\" from %s to %s" msgstr "ビューの列 \"%s\"のデータ型を %s から %s に変更できません" -#: commands/view.c:438 +#: commands/view.c:452 #, c-format msgid "views must not contain SELECT INTO" msgstr "ビューでは SELECT INTO を使用できません" -#: commands/view.c:450 +#: commands/view.c:464 #, c-format msgid "views must not contain data-modifying statements in WITH" msgstr "ビューではWITH句にデータを変更する文を含むことはできません" -#: commands/view.c:520 +#: commands/view.c:534 #, c-format msgid "CREATE VIEW specifies more column names than columns" msgstr "CREATE VIEW で列よりも多くの列名が指定されています" -#: commands/view.c:528 +#: commands/view.c:542 #, c-format msgid "views cannot be unlogged because they do not have storage" msgstr "ビューは自身の格納領域を持たないので、UNLOGGEDにはできません" -#: commands/view.c:542 +#: commands/view.c:556 #, c-format msgid "view \"%s\" will be a temporary view" msgstr "ビュー\"%s\"は一時ビューとなります" @@ -11738,37 +11757,37 @@ msgid "could not identify an equality operator for type %s" msgstr "型%sの等価性演算子を識別できませんでした" -#: executor/execReplication.c:590 +#: executor/execReplication.c:597 #, c-format msgid "cannot update table \"%s\" because it does not have a replica identity and publishes updates" msgstr "テーブル\"%s\"は複製識別を持たずかつ更新を発行しているため、更新できません" -#: executor/execReplication.c:592 +#: executor/execReplication.c:599 #, c-format msgid "To enable updating the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "テーブルの更新を可能にするには ALTER TABLE で REPLICA IDENTITY を設定してください。" -#: executor/execReplication.c:596 +#: executor/execReplication.c:603 #, c-format msgid "cannot delete from table \"%s\" because it does not have a replica identity and publishes deletes" msgstr "テーブル\"%s\"は複製識別がなくかつ削除を発行しているため、このテーブルでは行の削除ができません" -#: executor/execReplication.c:598 +#: executor/execReplication.c:605 #, c-format msgid "To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "このテーブルでの行削除を可能にするには ALTER TABLE で REPLICA IDENTITY を設定してください。" -#: executor/execReplication.c:617 executor/execReplication.c:625 +#: executor/execReplication.c:624 executor/execReplication.c:632 #, c-format msgid "cannot use relation \"%s.%s\" as logical replication target" msgstr "リレーション\"%s.%s\"は論理レプリケーション先としては使用できません" -#: executor/execReplication.c:619 +#: executor/execReplication.c:626 #, c-format msgid "\"%s.%s\" is a foreign table." msgstr "\"%s.%s\"は外部テーブルです。" -#: executor/execReplication.c:627 +#: executor/execReplication.c:634 #, c-format msgid "\"%s.%s\" is not a table." msgstr "\"%s.%s\"はテーブルではありません" @@ -11852,57 +11871,57 @@ msgid "%s is not allowed in a non-volatile function" msgstr "volatile関数以外では%sは許可されません" -#: executor/functions.c:1442 +#: executor/functions.c:1457 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "SQL関数\"%s\"の行番号 %d" -#: executor/functions.c:1468 +#: executor/functions.c:1483 #, c-format msgid "SQL function \"%s\" during startup" msgstr "SQL関数\"%s\"の起動中" -#: executor/functions.c:1553 +#: executor/functions.c:1568 #, c-format msgid "calling procedures with output arguments is not supported in SQL functions" msgstr "出力引数を持つプロシージャの呼び出しはSQL関数ではサポートされていません" -#: executor/functions.c:1686 executor/functions.c:1724 executor/functions.c:1738 executor/functions.c:1828 executor/functions.c:1861 executor/functions.c:1875 +#: executor/functions.c:1701 executor/functions.c:1739 executor/functions.c:1753 executor/functions.c:1843 executor/functions.c:1876 executor/functions.c:1890 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "%sを返すと宣言された関数において戻り値型が一致しません" -#: executor/functions.c:1688 +#: executor/functions.c:1703 #, c-format msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "関数の最後のステートメントは SELECT もしくは INSERT/UPDATE/DELETE RETURNING のいずれかである必要があります" -#: executor/functions.c:1726 +#: executor/functions.c:1741 #, c-format msgid "Final statement must return exactly one column." msgstr "最後のステートメントはちょうど1列を返さなければなりません。" -#: executor/functions.c:1740 +#: executor/functions.c:1755 #, c-format msgid "Actual return type is %s." msgstr "実際の戻り値型は%sです。" -#: executor/functions.c:1830 +#: executor/functions.c:1845 #, c-format msgid "Final statement returns too many columns." msgstr "最後のステートメントが返す列が多すぎます。" -#: executor/functions.c:1863 +#: executor/functions.c:1878 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "最後のステートメントが列%3$dで%2$sではなく%1$sを返しました。" -#: executor/functions.c:1877 +#: executor/functions.c:1892 #, c-format msgid "Final statement returns too few columns." msgstr "最後のステートメントが返す列が少なすぎます。" -#: executor/functions.c:1905 +#: executor/functions.c:1920 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "戻り値型%sはSQL関数でサポートされていません" @@ -11967,27 +11986,27 @@ msgid "Query has too few columns." msgstr "問い合わせの列が少なすぎます。" -#: executor/nodeModifyTable.c:1205 executor/nodeModifyTable.c:1279 +#: executor/nodeModifyTable.c:1207 executor/nodeModifyTable.c:1281 #, c-format msgid "tuple to be deleted was already modified by an operation triggered by the current command" msgstr "削除対象のタプルはすでに現在のコマンドによって引き起こされた操作によって変更されています" -#: executor/nodeModifyTable.c:1454 +#: executor/nodeModifyTable.c:1456 #, c-format msgid "invalid ON UPDATE specification" msgstr "不正な ON UPDATE 指定です" -#: executor/nodeModifyTable.c:1455 +#: executor/nodeModifyTable.c:1457 #, c-format msgid "The result tuple would appear in a different partition than the original tuple." msgstr "結果タプルをもとのパーティションではなく異なるパーティションに追加しようとしました。" -#: executor/nodeModifyTable.c:2051 +#: executor/nodeModifyTable.c:2053 #, c-format msgid "ON CONFLICT DO UPDATE command cannot affect row a second time" msgstr "ON CONFLICT DO UPDATE コマンドは行に再度影響を与えることはできません" -#: executor/nodeModifyTable.c:2052 +#: executor/nodeModifyTable.c:2054 #, c-format msgid "Ensure that no rows proposed for insertion within the same command have duplicate constrained values." msgstr "同じコマンドでの挿入候補の行が同じ制約値を持つことがないようにしてください" @@ -12159,363 +12178,363 @@ msgid "Valid options in this context are: %s" msgstr "この文脈で有効なオプション: %s" -#: gram.y:1107 +#: gram.y:1108 #, c-format msgid "UNENCRYPTED PASSWORD is no longer supported" msgstr "UNENCRYPTED PASSWORD は今後サポートされません" -#: gram.y:1108 +#: gram.y:1109 #, c-format msgid "Remove UNENCRYPTED to store the password in encrypted form instead." msgstr "UNENCRYPTED を削除してください。そうすれば替わりにパスワードを暗号化形式で格納します。" -#: gram.y:1170 +#: gram.y:1171 #, c-format msgid "unrecognized role option \"%s\"" msgstr "ロールオプション\"%s\"が認識できません" -#: gram.y:1417 gram.y:1432 +#: gram.y:1418 gram.y:1433 #, c-format msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" -msgstr "CREATE SCHEMA IF NOT EXISTSんはスキーマ要素を含めることはできません" +msgstr "CREATE SCHEMA IF NOT EXISTSにはスキーマ要素を含めることはできません" -#: gram.y:1578 +#: gram.y:1579 #, c-format msgid "current database cannot be changed" msgstr "現在のデータベースを変更できません" -#: gram.y:1702 +#: gram.y:1703 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "タイムゾーンの間隔はHOURまたはHOUR TO MINUTEでなければなりません" -#: gram.y:2270 +#: gram.y:2271 #, c-format msgid "column number must be in range from 1 to %d" msgstr "列番号は1から%dまでの範囲でなければなりません" -#: gram.y:2811 +#: gram.y:2812 #, c-format msgid "sequence option \"%s\" not supported here" msgstr "シーケンスのオプション\"%s\"はここではサポートされていません" -#: gram.y:2840 +#: gram.y:2841 #, c-format msgid "modulus for hash partition provided more than once" msgstr "ハッシュパーティションで法(除数)が2回以上指定されています" -#: gram.y:2849 +#: gram.y:2850 #, c-format msgid "remainder for hash partition provided more than once" msgstr "ハッシュパーティションで剰余が2回以上指定されています" -#: gram.y:2856 +#: gram.y:2857 #, c-format msgid "unrecognized hash partition bound specification \"%s\"" msgstr "ハッシュパーティションの境界条件\"%s\"が認識できません" -#: gram.y:2864 +#: gram.y:2865 #, c-format msgid "modulus for hash partition must be specified" msgstr "ハッシュパーティションでは法(除数)の指定が必要です" -#: gram.y:2868 +#: gram.y:2869 #, c-format msgid "remainder for hash partition must be specified" msgstr "ハッシュパーティションでは剰余の指定が必要です" -#: gram.y:3069 gram.y:3102 +#: gram.y:3070 gram.y:3103 #, c-format msgid "STDIN/STDOUT not allowed with PROGRAM" msgstr "STDIN/STDOUTはPROGRAMと同時に使用できません" -#: gram.y:3075 +#: gram.y:3076 #, c-format msgid "WHERE clause not allowed with COPY TO" msgstr "COPY TO で WHERE 句は使用できません" -#: gram.y:3407 gram.y:3414 gram.y:11665 gram.y:11673 +#: gram.y:3408 gram.y:3415 gram.y:11666 gram.y:11674 #, c-format msgid "GLOBAL is deprecated in temporary table creation" msgstr "一時テーブル作成におけるGLOBALは廃止予定です" -#: gram.y:3665 +#: gram.y:3666 #, c-format msgid "for a generated column, GENERATED ALWAYS must be specified" msgstr "生成カラムに対しては GENERATED ALWAYS の指定が必須です" -#: gram.y:3933 utils/adt/ri_triggers.c:2032 +#: gram.y:3934 utils/adt/ri_triggers.c:2032 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "MMATCH PARTIAL はまだ実装されていません" -#: gram.y:4634 +#: gram.y:4635 #, c-format msgid "CREATE EXTENSION ... FROM is no longer supported" msgstr "CREATE EXTENSION ... FROM はすでにサポートされていません" -#: gram.y:5297 +#: gram.y:5298 #, c-format msgid "unrecognized row security option \"%s\"" msgstr "認識できない行セキュリティオプション \"%s\"" -#: gram.y:5298 +#: gram.y:5299 #, c-format msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently." msgstr "現時点ではPERMISSIVEもしくはRESTRICTIVEポリシのみがサポートされています" -#: gram.y:5380 +#: gram.y:5381 #, c-format msgid "CREATE OR REPLACE CONSTRAINT TRIGGER is not supported" msgstr "CREATE OR REPLACE CONSTRAINT TRIGGER はサポートされていません" -#: gram.y:5417 +#: gram.y:5418 msgid "duplicate trigger events specified" msgstr "重複したトリガーイベントが指定されました" -#: gram.y:5558 parser/parse_utilcmd.c:3703 parser/parse_utilcmd.c:3729 +#: gram.y:5559 parser/parse_utilcmd.c:3713 parser/parse_utilcmd.c:3739 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" msgstr "INITIALLY DEFERREDと宣言された制約はDEFERRABLEでなければなりません" -#: gram.y:5565 +#: gram.y:5566 #, c-format msgid "conflicting constraint properties" msgstr "制約属性の競合" -#: gram.y:5661 +#: gram.y:5662 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "CREATE ASSERTIONはまだ実装されていません" -#: gram.y:6044 +#: gram.y:6045 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK はもはや必要とされません" -#: gram.y:6045 +#: gram.y:6046 #, c-format msgid "Update your data type." msgstr "データ型を更新してください" -#: gram.y:7741 +#: gram.y:7742 #, c-format msgid "aggregates cannot have output arguments" msgstr "集約は出力の引数を持つことができません" -#: gram.y:8188 utils/adt/regproc.c:710 utils/adt/regproc.c:751 +#: gram.y:8189 utils/adt/regproc.c:710 utils/adt/regproc.c:751 #, c-format msgid "missing argument" msgstr "引数が足りません" -#: gram.y:8189 utils/adt/regproc.c:711 utils/adt/regproc.c:752 +#: gram.y:8190 utils/adt/regproc.c:711 utils/adt/regproc.c:752 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." msgstr "単項演算子の存在しない引数を表すにはNONEを使用してください。" -#: gram.y:10128 gram.y:10146 +#: gram.y:10129 gram.y:10147 #, c-format msgid "WITH CHECK OPTION not supported on recursive views" msgstr "WITH CHECK OPTIONは再帰ビューではサポートされていません" -#: gram.y:11802 +#: gram.y:11803 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "LIMIT #,#構文は実装されていません" -#: gram.y:11803 +#: gram.y:11804 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "分割してLIMITとOFFSET句を使用してください" -#: gram.y:12141 gram.y:12166 +#: gram.y:12142 gram.y:12167 #, c-format msgid "VALUES in FROM must have an alias" msgstr "FROM句のVALUESには別名が必要です" -#: gram.y:12142 gram.y:12167 +#: gram.y:12143 gram.y:12168 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "例えば、FROM (VALUES ...) [AS] foo。" -#: gram.y:12147 gram.y:12172 +#: gram.y:12148 gram.y:12173 #, c-format msgid "subquery in FROM must have an alias" msgstr "FROM句の副問い合わせには別名が必要です" -#: gram.y:12148 gram.y:12173 +#: gram.y:12149 gram.y:12174 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "例えば、FROM (SELECT ...) [AS] foo。" -#: gram.y:12668 +#: gram.y:12669 #, c-format msgid "only one DEFAULT value is allowed" msgstr "DEFAULT値は一つだけ指定可能です" -#: gram.y:12677 +#: gram.y:12678 #, c-format msgid "only one PATH value per column is allowed" msgstr "列一つにつきPATH値は一つだけ指定可能です" -#: gram.y:12686 +#: gram.y:12687 #, c-format msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\"" msgstr "列\"%s\"でNULL / NOT NULL宣言が衝突しているか重複しています" -#: gram.y:12695 +#: gram.y:12696 #, c-format msgid "unrecognized column option \"%s\"" msgstr "認識できない列オプション \"%s\"" -#: gram.y:12949 +#: gram.y:12950 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "浮動小数点数の型の精度は最低でも1ビット必要です" -#: gram.y:12958 +#: gram.y:12959 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "浮動小数点型の精度は54ビットより低くなければなりません" -#: gram.y:13456 +#: gram.y:13457 #, c-format msgid "wrong number of parameters on left side of OVERLAPS expression" msgstr "OVERLAPS式の左辺のパラメータ数が間違っています" -#: gram.y:13461 +#: gram.y:13462 #, c-format msgid "wrong number of parameters on right side of OVERLAPS expression" msgstr "OVERLAPS式の右辺のパラメータ数が間違っています" -#: gram.y:13629 +#: gram.y:13630 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "UNIQUE 述部はまだ実装されていません" -#: gram.y:13988 +#: gram.y:13989 #, c-format msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" msgstr "複数のORDER BY句はWITHIN GROUPと一緒には使用できません" -#: gram.y:13993 +#: gram.y:13994 #, c-format msgid "cannot use DISTINCT with WITHIN GROUP" msgstr "DISTINCT は WITHIN GROUP と同時には使えません" -#: gram.y:13998 +#: gram.y:13999 #, c-format msgid "cannot use VARIADIC with WITHIN GROUP" msgstr "VARIADIC は WITHIN GROUP と同時には使えません" -#: gram.y:14522 gram.y:14545 +#: gram.y:14523 gram.y:14546 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "フレームの開始は UNBOUNDED FOLLOWING であってはなりません" -#: gram.y:14527 +#: gram.y:14528 #, c-format msgid "frame starting from following row cannot end with current row" msgstr "次の行から始まるフレームは、現在行では終了できません" -#: gram.y:14550 +#: gram.y:14551 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "フレームの終了は UNBOUNDED PRECEDING であってはなりません" -#: gram.y:14556 +#: gram.y:14557 #, c-format msgid "frame starting from current row cannot have preceding rows" msgstr "現在行から始まるフレームは、先行する行を含むことができません" -#: gram.y:14563 +#: gram.y:14564 #, c-format msgid "frame starting from following row cannot have preceding rows" msgstr "次の行から始まるフレームは、先行する行を含むことができません" -#: gram.y:15195 +#: gram.y:15196 #, c-format msgid "type modifier cannot have parameter name" msgstr "型修正子はパラメータ名を持つことはできません" -#: gram.y:15201 +#: gram.y:15202 #, c-format msgid "type modifier cannot have ORDER BY" msgstr "型修正子はORDER BYを持つことはできません" -#: gram.y:15266 gram.y:15273 gram.y:15280 +#: gram.y:15267 gram.y:15274 gram.y:15281 #, c-format msgid "%s cannot be used as a role name here" msgstr "%sはここではロール名として使用できません" -#: gram.y:15369 gram.y:16800 +#: gram.y:15370 gram.y:16801 #, c-format msgid "WITH TIES cannot be specified without ORDER BY clause" msgstr "WITH TIESはORDER BY句なしで指定はできません" -#: gram.y:16477 gram.y:16666 +#: gram.y:16478 gram.y:16667 msgid "improper use of \"*\"" msgstr "\"*\"の使い方が不適切です" -#: gram.y:16629 gram.y:16646 tsearch/spell.c:982 tsearch/spell.c:999 tsearch/spell.c:1016 tsearch/spell.c:1033 tsearch/spell.c:1098 +#: gram.y:16630 gram.y:16647 tsearch/spell.c:983 tsearch/spell.c:1000 tsearch/spell.c:1017 tsearch/spell.c:1034 tsearch/spell.c:1099 #, c-format msgid "syntax error" msgstr "構文エラー" -#: gram.y:16730 +#: gram.y:16731 #, c-format msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type" msgstr "VARIADIC直接引数を使った順序集合集約は同じデータタイプのVARIADIC集約引数を一つ持つ必要があります" -#: gram.y:16767 +#: gram.y:16768 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "複数のORDER BY句は使用できません" -#: gram.y:16778 +#: gram.y:16779 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "複数のOFFSET句は使用できません" -#: gram.y:16787 +#: gram.y:16788 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "複数のLIMIT句は使用できません" -#: gram.y:16796 +#: gram.y:16797 #, c-format msgid "multiple limit options not allowed" msgstr "複数のLIMITオプションは使用できません" -#: gram.y:16823 +#: gram.y:16824 #, c-format msgid "multiple WITH clauses not allowed" msgstr "複数の WITH 句は使用できません" -#: gram.y:17017 +#: gram.y:17018 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "テーブル関数では OUT と INOUT 引数は使用できません" -#: gram.y:17113 +#: gram.y:17114 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "複数の COLLATE 句は使用できません" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17151 gram.y:17164 +#: gram.y:17152 gram.y:17165 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "%s制約は遅延可能にはできません" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17177 +#: gram.y:17178 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "%s制約をNOT VALIDとマークすることはできません" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17190 +#: gram.y:17191 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "%s制約をNO INHERITをマークすることはできません" @@ -12610,17 +12629,17 @@ msgid "could not access file \"%s\": %m" msgstr "ファイル\"%s\"にアクセスできませんでした: %m" -#: jsonpath_gram.y:527 jsonpath_scan.l:520 jsonpath_scan.l:531 jsonpath_scan.l:541 jsonpath_scan.l:583 utils/adt/encode.c:482 utils/adt/encode.c:547 utils/adt/jsonfuncs.c:623 utils/adt/varlena.c:336 utils/adt/varlena.c:377 +#: jsonpath_gram.y:528 jsonpath_scan.l:520 jsonpath_scan.l:531 jsonpath_scan.l:541 jsonpath_scan.l:583 utils/adt/encode.c:482 utils/adt/encode.c:547 utils/adt/jsonfuncs.c:623 utils/adt/varlena.c:336 utils/adt/varlena.c:377 #, c-format msgid "invalid input syntax for type %s" msgstr "%s型に対する不正な入力構文" -#: jsonpath_gram.y:528 +#: jsonpath_gram.y:529 #, c-format msgid "unrecognized flag character \"%.*s\" in LIKE_REGEX predicate" msgstr "LIKE_REGEX 述語の中に認識できないフラグ文字\"%.*s\"があります" -#: jsonpath_gram.y:582 +#: jsonpath_gram.y:583 #, c-format msgid "XQuery \"x\" flag (expanded regular expressions) is not implemented" msgstr "XQueryの\"x\"フラグ(拡張正規表現)は実装されていません" @@ -14322,87 +14341,87 @@ #: main/main.c:312 #, c-format msgid " -B NBUFFERS number of shared buffers\n" -msgstr " -B NBUFFERS 共有バッファの数\n" +msgstr " -B NBUFFERS 共有バッファの数\n" #: main/main.c:313 #, c-format msgid " -c NAME=VALUE set run-time parameter\n" -msgstr " -c NAME=VALUE 実行時パラメータの設定\n" +msgstr " -c NAME=VALUE 実行時パラメータの設定\n" #: main/main.c:314 #, c-format msgid " -C NAME print value of run-time parameter, then exit\n" -msgstr " -C NAME 実行時パラメータの値を表示し、終了します\n" +msgstr " -C NAME 実行時パラメータの値を表示し、終了します\n" #: main/main.c:315 #, c-format msgid " -d 1-5 debugging level\n" -msgstr " -d 1-5 デバッグレベル\n" +msgstr " -d 1-5 デバッグレベル\n" #: main/main.c:316 #, c-format msgid " -D DATADIR database directory\n" -msgstr " -D DATADIR データベースディレクトリ\n" +msgstr " -D DATADIR データベースディレクトリ\n" #: main/main.c:317 #, c-format msgid " -e use European date input format (DMY)\n" -msgstr " -e ヨーロッパ式の日付フォーマットでの入力(DMY)\n" +msgstr " -e ヨーロッパ式の日付フォーマットでの入力(DMY)\n" #: main/main.c:318 #, c-format msgid " -F turn fsync off\n" -msgstr " -F fsyncを無効にします\n" +msgstr " -F fsyncを無効にします\n" #: main/main.c:319 #, c-format msgid " -h HOSTNAME host name or IP address to listen on\n" -msgstr " -h HOSTNAME 接続を待ち受けるホスト名またはIPアドレス\n" +msgstr " -h HOSTNAME 接続を待ち受けるホスト名またはIPアドレス\n" #: main/main.c:320 #, c-format msgid " -i enable TCP/IP connections\n" -msgstr " -i TCP/IP接続を有効にします\n" +msgstr " -i TCP/IP接続を有効にします\n" #: main/main.c:321 #, c-format msgid " -k DIRECTORY Unix-domain socket location\n" -msgstr " -k DIRECTORY Unixドメインソケットの場所\n" +msgstr " -k DIRECTORY Unixドメインソケットの場所\n" #: main/main.c:323 #, c-format msgid " -l enable SSL connections\n" -msgstr " -l SSL接続を有効にします\n" +msgstr " -l SSL接続を有効にします\n" #: main/main.c:325 #, c-format msgid " -N MAX-CONNECT maximum number of allowed connections\n" -msgstr " -N MAX-CONNECT 許容する最大接続数\n" +msgstr " -N MAX-CONNECT 許容する最大接続数\n" #: main/main.c:326 #, c-format msgid " -p PORT port number to listen on\n" -msgstr " -p PORT 接続を待ち受けるポート番号\n" +msgstr " -p PORT 接続を待ち受けるポート番号\n" #: main/main.c:327 #, c-format msgid " -s show statistics after each query\n" -msgstr " -s 各問い合わせの後に統計情報を表示します\n" +msgstr " -s 各問い合わせの後に統計情報を表示します\n" #: main/main.c:328 #, c-format msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" -msgstr " -S WORK-MEM ソート用のメモリ量 (KB単位)\n" +msgstr " -S WORK-MEM ソート用のメモリ量 (KB単位)\n" #: main/main.c:329 #, c-format msgid " -V, --version output version information, then exit\n" -msgstr " -V, --version バージョン情報を表示し、終了します\n" +msgstr " -V, --version バージョン情報を表示し、終了します\n" #: main/main.c:330 #, c-format msgid " --NAME=VALUE set run-time parameter\n" -msgstr " --NAME=VALUE 実行時パラメータを設定します\n" +msgstr " --NAME=VALUE 実行時パラメータを設定します\n" #: main/main.c:331 #, c-format @@ -14412,7 +14431,7 @@ #: main/main.c:332 #, c-format msgid " -?, --help show this help, then exit\n" -msgstr " -?, --help このヘルプを表示し、終了します\n" +msgstr " -?, --help このヘルプを表示し、終了します\n" #: main/main.c:334 #, c-format @@ -14425,40 +14444,40 @@ #: main/main.c:335 #, c-format -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr " -f s|i|n|m|h いくつかのプランタイプを禁止します\n" +msgid " -f s|i|o|b|t|n|m|h forbid use of some plan types\n" +msgstr " -f s|i|o|b|t|n|m|h いくつかのプランタイプを禁止します\n" #: main/main.c:336 #, c-format msgid " -n do not reinitialize shared memory after abnormal exit\n" -msgstr " -n 異常終了後に共有メモリの再初期化を行いません\n" +msgstr " -n 異常終了後に共有メモリの再初期化を行いません\n" #: main/main.c:337 #, c-format msgid " -O allow system table structure changes\n" -msgstr " -O システムテーブル構造の変更を許可します\n" +msgstr " -O システムテーブル構造の変更を許可します\n" #: main/main.c:338 #, c-format msgid " -P disable system indexes\n" -msgstr " -P システムインデックスを無効にします\n" +msgstr " -P システムインデックスを無効にします\n" #: main/main.c:339 #, c-format msgid " -t pa|pl|ex show timings after each query\n" -msgstr " -t pa|pl|ex 各問い合わせの後に時間情報を表示します\n" +msgstr " -t pa|pl|ex 各問い合わせの後に時間情報を表示します\n" #: main/main.c:340 #, c-format msgid " -T send SIGSTOP to all backend processes if one dies\n" msgstr "" -" -T ひとつのバックエンドプロセス異常停止した時に全ての\n" -" バックエンドプロセスSIGSTOPを送信します\n" +" -T ひとつのバックエンドプロセスが異常停止した時に全ての\n" +" バックエンドプロセスにSIGSTOPを送信します\n" #: main/main.c:341 #, c-format msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" -msgstr " -W NUM デバッガをアタッチできるようにNUM秒待機します\n" +msgstr " -W NUM デバッガをアタッチできるようにNUM秒待機します\n" #: main/main.c:343 #, c-format @@ -14473,33 +14492,33 @@ #, c-format msgid " --single selects single-user mode (must be first argument)\n" msgstr "" -" --single シングルユーザーモードを選択します(最初の引数でなければ\n" -" なりません)\n" +" --single シングルユーザーモードを選択します(最初の引数でなければ\n" +" なりません)\n" #: main/main.c:345 #, c-format msgid " DBNAME database name (defaults to user name)\n" -msgstr " DBNAME データベース名(デフォルトはユーザー名です)\n" +msgstr " DBNAME データベース名(デフォルトはユーザー名です)\n" #: main/main.c:346 #, c-format msgid " -d 0-5 override debugging level\n" -msgstr " -d 0-5 デバッグレベルを上書きします\n" +msgstr " -d 0-5 デバッグレベルを上書きします\n" #: main/main.c:347 #, c-format msgid " -E echo statement before execution\n" -msgstr " -E 実行前に文を表示します\n" +msgstr " -E 実行前に文を表示します\n" #: main/main.c:348 #, c-format msgid " -j do not use newline as interactive query delimiter\n" -msgstr " -j 対話式問い合わせの区切りとして改行を使用しません\n" +msgstr " -j 対話式問い合わせの区切りとして改行を使用しません\n" #: main/main.c:349 main/main.c:354 #, c-format msgid " -r FILENAME send stdout and stderr to given file\n" -msgstr " -r FILENAME 標準出力と標準エラー出力を指定したファイルに出力します\n" +msgstr " -r FILENAME 標準出力と標準エラー出力を指定したファイルに出力します\n" #: main/main.c:351 #, c-format @@ -14513,17 +14532,19 @@ #: main/main.c:352 #, c-format msgid " --boot selects bootstrapping mode (must be first argument)\n" -msgstr " --boot 初期起動モードを選択します(最初の引数でなければなりません)\n" +msgstr "" +" --boot 初期起動モードを選択します(最初の引数でなければ\n" +" なりません)\n" #: main/main.c:353 #, c-format msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" -msgstr " DBNAME データベース名(初期起動モードでは必須の引数)\n" +msgstr " DBNAME データベース名(初期起動モードでは必須の引数)\n" #: main/main.c:355 #, c-format msgid " -x NUM internal use\n" -msgstr " -x NUM 内部使用\n" +msgstr " -x NUM 内部使用\n" #: main/main.c:357 #, c-format @@ -14588,7 +14609,7 @@ msgid "ExtensibleNodeMethods \"%s\" was not registered" msgstr "ExtensibleNodeMethods \"%s\"は登録されていません" -#: nodes/makefuncs.c:150 statistics/extended_stats.c:2293 +#: nodes/makefuncs.c:150 statistics/extended_stats.c:2346 #, c-format msgid "relation \"%s\" does not have a composite type" msgstr "リレーション\"%s\"は複合型を持っていません" @@ -15102,7 +15123,7 @@ msgstr "グルーピング演算は COPY FROM の WHERE 条件の中では使用できません" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:578 parser/parse_clause.c:1831 +#: parser/parse_agg.c:578 parser/parse_clause.c:1834 #, c-format msgid "aggregate functions are not allowed in %s" msgstr "集約関数は%sでは使用できません" @@ -15202,12 +15223,12 @@ msgstr "ウィンドウ関数はカラム生成式では使用できません" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:964 parser/parse_clause.c:1840 +#: parser/parse_agg.c:964 parser/parse_clause.c:1843 #, c-format msgid "window functions are not allowed in %s" msgstr "ウィンドウ関数は%sの中では使用できません" -#: parser/parse_agg.c:998 parser/parse_clause.c:2674 +#: parser/parse_agg.c:998 parser/parse_clause.c:2677 #, c-format msgid "window \"%s\" does not exist" msgstr "ウィンドウ\"%s\"は存在しません" @@ -15324,191 +15345,191 @@ msgid "tablesample method %s does not support REPEATABLE" msgstr "テーブルサンプルメソッド%sはREPEATABLEをサポートしていません" -#: parser/parse_clause.c:1134 +#: parser/parse_clause.c:1137 #, c-format msgid "TABLESAMPLE clause can only be applied to tables and materialized views" msgstr "TABLESAMPLE句はテーブルおよび実体化ビューのみに適用可能です" -#: parser/parse_clause.c:1324 +#: parser/parse_clause.c:1327 #, c-format msgid "column name \"%s\" appears more than once in USING clause" msgstr "USING句に列名\"%s\"が複数あります" -#: parser/parse_clause.c:1339 +#: parser/parse_clause.c:1342 #, c-format msgid "common column name \"%s\" appears more than once in left table" msgstr "左テーブルに列名\"%s\"が複数あります" -#: parser/parse_clause.c:1348 +#: parser/parse_clause.c:1351 #, c-format msgid "column \"%s\" specified in USING clause does not exist in left table" msgstr "USING句で指定した列\"%sが左テーブルに存在しません" -#: parser/parse_clause.c:1363 +#: parser/parse_clause.c:1366 #, c-format msgid "common column name \"%s\" appears more than once in right table" msgstr "右テーブルに列名\"%s\"が複数あります" -#: parser/parse_clause.c:1372 +#: parser/parse_clause.c:1375 #, c-format msgid "column \"%s\" specified in USING clause does not exist in right table" msgstr "USING句で指定した列\"%sが右テーブルに存在しません" -#: parser/parse_clause.c:1776 +#: parser/parse_clause.c:1779 #, c-format msgid "row count cannot be null in FETCH FIRST ... WITH TIES clause" msgstr "FETCH FIRST ... WITH TIES 節で行数にnullは指定できません" #. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1801 +#: parser/parse_clause.c:1804 #, c-format msgid "argument of %s must not contain variables" msgstr "%sの引数には変数を使用できません" #. translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1966 +#: parser/parse_clause.c:1969 #, c-format msgid "%s \"%s\" is ambiguous" msgstr "%s \"%s\"は曖昧です" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1995 +#: parser/parse_clause.c:1998 #, c-format msgid "non-integer constant in %s" msgstr "%sに整数以外の定数があります" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:2017 +#: parser/parse_clause.c:2020 #, c-format msgid "%s position %d is not in select list" msgstr "%sの位置%dはSELECTリストにありません" -#: parser/parse_clause.c:2456 +#: parser/parse_clause.c:2459 #, c-format msgid "CUBE is limited to 12 elements" msgstr "CUBEは12要素に制限されています" -#: parser/parse_clause.c:2662 +#: parser/parse_clause.c:2665 #, c-format msgid "window \"%s\" is already defined" msgstr "ウィンドウ\"%s\"はすでに定義済みです" -#: parser/parse_clause.c:2723 +#: parser/parse_clause.c:2726 #, c-format msgid "cannot override PARTITION BY clause of window \"%s\"" msgstr "ウィンドウ\"%s\"のPARTITION BY句をオーバーライドできません" -#: parser/parse_clause.c:2735 +#: parser/parse_clause.c:2738 #, c-format msgid "cannot override ORDER BY clause of window \"%s\"" msgstr "ウィンドウ\"%s\"のORDER BY句をオーバーライドできません" -#: parser/parse_clause.c:2765 parser/parse_clause.c:2771 +#: parser/parse_clause.c:2768 parser/parse_clause.c:2774 #, c-format msgid "cannot copy window \"%s\" because it has a frame clause" msgstr "フレーム句をもっているため、ウィンドウ\"%s\"はコピーできません" -#: parser/parse_clause.c:2773 +#: parser/parse_clause.c:2776 #, c-format msgid "Omit the parentheses in this OVER clause." msgstr "このOVER句中の括弧を無視しました" -#: parser/parse_clause.c:2793 +#: parser/parse_clause.c:2796 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column" msgstr "offset PRECEDING/FOLLOWING を伴った RANGE はただ一つの ORDER BY 列を必要とします" -#: parser/parse_clause.c:2816 +#: parser/parse_clause.c:2819 #, c-format msgid "GROUPS mode requires an ORDER BY clause" msgstr "GROUPSフレーム指定はORDER BY句を必要とします" -#: parser/parse_clause.c:2886 +#: parser/parse_clause.c:2889 #, c-format msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" msgstr "DISTINCT や ORDER BY 表現を伴なう集約は引数リストの中に現れなければなりません" -#: parser/parse_clause.c:2887 +#: parser/parse_clause.c:2890 #, c-format msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" msgstr "SELECT DISTINCTではORDER BYの式はSELECTリスト内になければなりません" -#: parser/parse_clause.c:2919 +#: parser/parse_clause.c:2922 #, c-format msgid "an aggregate with DISTINCT must have at least one argument" msgstr "DISTINCTを伴った集約は、最低でも一つの引数を取る必要があります" -#: parser/parse_clause.c:2920 +#: parser/parse_clause.c:2923 #, c-format msgid "SELECT DISTINCT must have at least one column" msgstr "SELECT DISTINCTには少なくとも1つの列が必要です" -#: parser/parse_clause.c:2986 parser/parse_clause.c:3018 +#: parser/parse_clause.c:2989 parser/parse_clause.c:3021 #, c-format msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" msgstr "SELECT DISTINCT ONの式はORDER BY式の先頭に一致しなければなりません" -#: parser/parse_clause.c:3096 +#: parser/parse_clause.c:3099 #, c-format msgid "ASC/DESC is not allowed in ON CONFLICT clause" msgstr "ASC/DESCはON CONFLICT句では指定できません" -#: parser/parse_clause.c:3102 +#: parser/parse_clause.c:3105 #, c-format msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause" msgstr "NULLS FIRST/LASTはON CONFLICT句では指定できません" -#: parser/parse_clause.c:3181 +#: parser/parse_clause.c:3184 #, c-format msgid "ON CONFLICT DO UPDATE requires inference specification or constraint name" msgstr "ON CONFLICT DO UPDATE は推定指定または制約名を必要とします" -#: parser/parse_clause.c:3182 +#: parser/parse_clause.c:3185 #, c-format msgid "For example, ON CONFLICT (column_name)." msgstr "例えば、 ON CONFLICT (column_name)。" -#: parser/parse_clause.c:3193 +#: parser/parse_clause.c:3196 #, c-format msgid "ON CONFLICT is not supported with system catalog tables" msgstr "システムカタログテーブルではON CONFLICTはサポートしていません" -#: parser/parse_clause.c:3201 +#: parser/parse_clause.c:3204 #, c-format msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table" msgstr "ON CONFLICT はカタログテーブルとして使用中のテーブル\"%s\"ではサポートされません" -#: parser/parse_clause.c:3331 +#: parser/parse_clause.c:3334 #, c-format msgid "operator %s is not a valid ordering operator" msgstr "演算子\"%s\"は有効な順序付け演算子名ではありません" -#: parser/parse_clause.c:3333 +#: parser/parse_clause.c:3336 #, c-format msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." msgstr "順序付け演算子はB-Tree演算子族の\"<\"または\">\"要素でなければなりません。" -#: parser/parse_clause.c:3644 +#: parser/parse_clause.c:3647 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s" msgstr "offset PRECEDING/FOLLOWING を伴った RANGE は列型 %s に対してはサポートされません" -#: parser/parse_clause.c:3650 +#: parser/parse_clause.c:3653 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s and offset type %s" msgstr "offset PRECEDING/FOLLOWING を伴った RANGE は列型 %s とオフセット型 %s に対してはサポートされません" -#: parser/parse_clause.c:3653 +#: parser/parse_clause.c:3656 #, c-format msgid "Cast the offset value to an appropriate type." msgstr "オフセット値を適切な型にキャストしてください。" -#: parser/parse_clause.c:3658 +#: parser/parse_clause.c:3661 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for column type %s and offset type %s" msgstr "offset PRECEDING/FOLLOWING を伴った RANGE は列型 %s とオフセット型 %s に対して複数の解釈が可能になっています" -#: parser/parse_clause.c:3661 +#: parser/parse_clause.c:3664 #, c-format msgid "Cast the offset value to the exact intended type." msgstr "オフセット値を意図した型そのものにキャストしてください。" @@ -16695,327 +16716,327 @@ msgid "invalid type name \"%s\"" msgstr "不正な型名\"%s\"" -#: parser/parse_utilcmd.c:256 +#: parser/parse_utilcmd.c:266 #, c-format msgid "cannot create partitioned table as inheritance child" msgstr "パーティション親テーブルを継承の子テーブルとして作成はできません" -#: parser/parse_utilcmd.c:570 +#: parser/parse_utilcmd.c:580 #, c-format msgid "array of serial is not implemented" msgstr "連番(SERIAL)の配列は実装されていません" -#: parser/parse_utilcmd.c:649 parser/parse_utilcmd.c:661 parser/parse_utilcmd.c:720 +#: parser/parse_utilcmd.c:659 parser/parse_utilcmd.c:671 parser/parse_utilcmd.c:730 #, c-format msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" msgstr "テーブル\"%2$s\"の列\"%1$s\"でNULL宣言とNOT NULL宣言が競合しています" -#: parser/parse_utilcmd.c:673 +#: parser/parse_utilcmd.c:683 #, c-format msgid "multiple default values specified for column \"%s\" of table \"%s\"" msgstr "テーブル\"%2$s\"の列\"%1$s\"で複数のデフォルト値の指定があります" -#: parser/parse_utilcmd.c:690 +#: parser/parse_utilcmd.c:700 #, c-format msgid "identity columns are not supported on typed tables" msgstr "型付けされたテーブルでは識別列はサポートされていません" -#: parser/parse_utilcmd.c:694 +#: parser/parse_utilcmd.c:704 #, c-format msgid "identity columns are not supported on partitions" msgstr "パーティションでは識別列はサポートされていません" -#: parser/parse_utilcmd.c:703 +#: parser/parse_utilcmd.c:713 #, c-format msgid "multiple identity specifications for column \"%s\" of table \"%s\"" msgstr "テーブル\"%2$s\"の列\"%1$s\"に複数の識別指定があります" -#: parser/parse_utilcmd.c:733 +#: parser/parse_utilcmd.c:743 #, c-format msgid "generated columns are not supported on typed tables" msgstr "型付けされたテーブルでは生成カラムはサポートされていません" -#: parser/parse_utilcmd.c:737 +#: parser/parse_utilcmd.c:747 #, c-format msgid "generated columns are not supported on partitions" msgstr "パーティションでは生成カラムはサポートされていません" -#: parser/parse_utilcmd.c:742 +#: parser/parse_utilcmd.c:752 #, c-format msgid "multiple generation clauses specified for column \"%s\" of table \"%s\"" msgstr "テーブル\"%2$s\"の列\"%1$s\"に複数のGENERATED句の指定があります" -#: parser/parse_utilcmd.c:760 parser/parse_utilcmd.c:875 +#: parser/parse_utilcmd.c:770 parser/parse_utilcmd.c:885 #, c-format msgid "primary key constraints are not supported on foreign tables" msgstr "外部テーブルでは主キー制約はサポートされていません" -#: parser/parse_utilcmd.c:769 parser/parse_utilcmd.c:885 +#: parser/parse_utilcmd.c:779 parser/parse_utilcmd.c:895 #, c-format msgid "unique constraints are not supported on foreign tables" msgstr "外部テーブルではユニーク制約はサポートされていません" -#: parser/parse_utilcmd.c:814 +#: parser/parse_utilcmd.c:824 #, c-format msgid "both default and identity specified for column \"%s\" of table \"%s\"" msgstr "デフォルト値と識別指定の両方がテーブル\"%2$s\"の列\"%1$s\"に指定されています" -#: parser/parse_utilcmd.c:822 +#: parser/parse_utilcmd.c:832 #, c-format msgid "both default and generation expression specified for column \"%s\" of table \"%s\"" msgstr "テーブル\"%2$s\"の列\"%1$s\"にデフォルト値と生成式の両方が指定されています" -#: parser/parse_utilcmd.c:830 +#: parser/parse_utilcmd.c:840 #, c-format msgid "both identity and generation expression specified for column \"%s\" of table \"%s\"" msgstr "テーブル\"%2$s\"の列\"%1$s\"に識別指定と生成式の両方が指定されています" -#: parser/parse_utilcmd.c:895 +#: parser/parse_utilcmd.c:905 #, c-format msgid "exclusion constraints are not supported on foreign tables" msgstr "外部テーブルでは除外制約はサポートされていません" -#: parser/parse_utilcmd.c:901 +#: parser/parse_utilcmd.c:911 #, c-format msgid "exclusion constraints are not supported on partitioned tables" msgstr "パーティション親テーブルでは除外制約はサポートされていません" -#: parser/parse_utilcmd.c:966 +#: parser/parse_utilcmd.c:976 #, c-format msgid "LIKE is not supported for creating foreign tables" msgstr "外部テーブルの作成においてLIKEはサポートされていません" -#: parser/parse_utilcmd.c:1743 parser/parse_utilcmd.c:1851 +#: parser/parse_utilcmd.c:1753 parser/parse_utilcmd.c:1861 #, c-format msgid "Index \"%s\" contains a whole-row table reference." msgstr "インデックス\"%s\"には行全体テーブル参照が含まれます" -#: parser/parse_utilcmd.c:2238 +#: parser/parse_utilcmd.c:2248 #, c-format msgid "cannot use an existing index in CREATE TABLE" msgstr "CREATE TABLE では既存のインデックスを使えません" -#: parser/parse_utilcmd.c:2258 +#: parser/parse_utilcmd.c:2268 #, c-format msgid "index \"%s\" is already associated with a constraint" -msgstr "インデックス\"%s\"はすでに1つの制約に割り当てられれいます" +msgstr "インデックス\"%s\"はすでに1つの制約に割り当てられています" -#: parser/parse_utilcmd.c:2273 +#: parser/parse_utilcmd.c:2283 #, c-format msgid "index \"%s\" is not valid" msgstr "インデックス\"%s\"は有効ではありません" -#: parser/parse_utilcmd.c:2279 +#: parser/parse_utilcmd.c:2289 #, c-format msgid "\"%s\" is not a unique index" msgstr "\"%s\"はユニークインデックスではありません" -#: parser/parse_utilcmd.c:2280 parser/parse_utilcmd.c:2287 parser/parse_utilcmd.c:2294 parser/parse_utilcmd.c:2371 +#: parser/parse_utilcmd.c:2290 parser/parse_utilcmd.c:2297 parser/parse_utilcmd.c:2304 parser/parse_utilcmd.c:2381 #, c-format msgid "Cannot create a primary key or unique constraint using such an index." msgstr "このようなインデックスを使ってプライマリキーや一意性制約を作成することはできません" -#: parser/parse_utilcmd.c:2286 +#: parser/parse_utilcmd.c:2296 #, c-format msgid "index \"%s\" contains expressions" msgstr "インデックス\"%s\"は式を含んでいます" -#: parser/parse_utilcmd.c:2293 +#: parser/parse_utilcmd.c:2303 #, c-format msgid "\"%s\" is a partial index" msgstr "\"%s\"は部分インデックスです" -#: parser/parse_utilcmd.c:2305 +#: parser/parse_utilcmd.c:2315 #, c-format msgid "\"%s\" is a deferrable index" msgstr "\"%s\"は遅延可能インデックスです" -#: parser/parse_utilcmd.c:2306 +#: parser/parse_utilcmd.c:2316 #, c-format msgid "Cannot create a non-deferrable constraint using a deferrable index." msgstr "遅延可能インデックスを使った遅延不可制約は作れません。" -#: parser/parse_utilcmd.c:2370 +#: parser/parse_utilcmd.c:2380 #, c-format msgid "index \"%s\" column number %d does not have default sorting behavior" msgstr "インデックス\"%s\"の列番号%dにはデフォルトのソート動作がありません" -#: parser/parse_utilcmd.c:2527 +#: parser/parse_utilcmd.c:2537 #, c-format msgid "column \"%s\" appears twice in primary key constraint" msgstr "列\"%s\"がプライマリキー制約内に2回出現します" -#: parser/parse_utilcmd.c:2533 +#: parser/parse_utilcmd.c:2543 #, c-format msgid "column \"%s\" appears twice in unique constraint" msgstr "列\"%s\"が一意性制約内に2回出現します" -#: parser/parse_utilcmd.c:2880 +#: parser/parse_utilcmd.c:2890 #, c-format msgid "index expressions and predicates can refer only to the table being indexed" msgstr "インデックス式と述語はインデックス付けされるテーブルのみを参照できます" -#: parser/parse_utilcmd.c:2952 +#: parser/parse_utilcmd.c:2962 #, c-format msgid "statistics expressions can refer only to the table being referenced" msgstr "統計情報式は参照されているテーブルのみを参照できます" -#: parser/parse_utilcmd.c:2995 +#: parser/parse_utilcmd.c:3005 #, c-format msgid "rules on materialized views are not supported" msgstr "実体化ビューに対するルールはサポートされません" -#: parser/parse_utilcmd.c:3058 +#: parser/parse_utilcmd.c:3068 #, c-format msgid "rule WHERE condition cannot contain references to other relations" msgstr "ルールのWHERE条件に他のリレーションへの参照を持たせられません" -#: parser/parse_utilcmd.c:3131 +#: parser/parse_utilcmd.c:3141 #, c-format msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" msgstr "ルールのWHERE条件はSELECT、INSERT、UPDATE、DELETE動作のみを持つことができます" -#: parser/parse_utilcmd.c:3149 parser/parse_utilcmd.c:3250 rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 +#: parser/parse_utilcmd.c:3159 parser/parse_utilcmd.c:3260 rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "条件付きのUNION/INTERSECT/EXCEPT文は実装されていません" -#: parser/parse_utilcmd.c:3167 +#: parser/parse_utilcmd.c:3177 #, c-format msgid "ON SELECT rule cannot use OLD" msgstr "ON SELECTルールではOLDを使用できません" -#: parser/parse_utilcmd.c:3171 +#: parser/parse_utilcmd.c:3181 #, c-format msgid "ON SELECT rule cannot use NEW" msgstr "ON SELECTルールではNEWを使用できません" -#: parser/parse_utilcmd.c:3180 +#: parser/parse_utilcmd.c:3190 #, c-format msgid "ON INSERT rule cannot use OLD" msgstr "ON INSERTルールではOLDを使用できません" -#: parser/parse_utilcmd.c:3186 +#: parser/parse_utilcmd.c:3196 #, c-format msgid "ON DELETE rule cannot use NEW" msgstr "ON DELETEルールではNEWを使用できません" -#: parser/parse_utilcmd.c:3214 +#: parser/parse_utilcmd.c:3224 #, c-format msgid "cannot refer to OLD within WITH query" msgstr "WITH 問い合わせ内では OLD は参照できません" -#: parser/parse_utilcmd.c:3221 +#: parser/parse_utilcmd.c:3231 #, c-format msgid "cannot refer to NEW within WITH query" msgstr "WITH 問い合わせ内では NEW は参照できません" -#: parser/parse_utilcmd.c:3675 +#: parser/parse_utilcmd.c:3685 #, c-format msgid "misplaced DEFERRABLE clause" msgstr "DEFERRABLE句の場所が間違っています" -#: parser/parse_utilcmd.c:3680 parser/parse_utilcmd.c:3695 +#: parser/parse_utilcmd.c:3690 parser/parse_utilcmd.c:3705 #, c-format msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" msgstr "複数のDEFERRABLE/NOT DEFERRABLE句を使用できません" -#: parser/parse_utilcmd.c:3690 +#: parser/parse_utilcmd.c:3700 #, c-format msgid "misplaced NOT DEFERRABLE clause" msgstr "NOT DEFERRABLE句の場所が間違っています" -#: parser/parse_utilcmd.c:3711 +#: parser/parse_utilcmd.c:3721 #, c-format msgid "misplaced INITIALLY DEFERRED clause" msgstr "INITIALLY DEFERRED句の場所が間違っています<" -#: parser/parse_utilcmd.c:3716 parser/parse_utilcmd.c:3742 +#: parser/parse_utilcmd.c:3726 parser/parse_utilcmd.c:3752 #, c-format msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" msgstr "複数のINITIALLY IMMEDIATE/DEFERRED句を使用できません" -#: parser/parse_utilcmd.c:3737 +#: parser/parse_utilcmd.c:3747 #, c-format msgid "misplaced INITIALLY IMMEDIATE clause" msgstr "INITIALLY IMMEDIATE句の場所が間違っています<" -#: parser/parse_utilcmd.c:3928 +#: parser/parse_utilcmd.c:3938 #, c-format msgid "CREATE specifies a schema (%s) different from the one being created (%s)" msgstr "CREATEで指定したスキーマ(%s)が作成先のスキーマ(%s)と異なります" -#: parser/parse_utilcmd.c:3963 +#: parser/parse_utilcmd.c:3973 #, c-format msgid "\"%s\" is not a partitioned table" msgstr "\"%s\"はパーティション親テーブルではありません" -#: parser/parse_utilcmd.c:3970 +#: parser/parse_utilcmd.c:3980 #, c-format msgid "table \"%s\" is not partitioned" msgstr "テーブル\"%s\"はパーティションされていません" -#: parser/parse_utilcmd.c:3977 +#: parser/parse_utilcmd.c:3987 #, c-format msgid "index \"%s\" is not partitioned" msgstr "インデックス\"%s\"はパーティションされていません" -#: parser/parse_utilcmd.c:4017 +#: parser/parse_utilcmd.c:4027 #, c-format msgid "a hash-partitioned table may not have a default partition" msgstr "ハッシュパーティションテーブルはデフォルトパーティションを持つことができません" -#: parser/parse_utilcmd.c:4034 +#: parser/parse_utilcmd.c:4044 #, c-format msgid "invalid bound specification for a hash partition" msgstr "ハッシュパーティションに対する不正な境界指定" -#: parser/parse_utilcmd.c:4040 partitioning/partbounds.c:4711 +#: parser/parse_utilcmd.c:4050 partitioning/partbounds.c:4711 #, c-format msgid "modulus for hash partition must be an integer value greater than zero" msgstr "ハッシュパーティションの法は0より大きい整数にする必要があります" -#: parser/parse_utilcmd.c:4047 partitioning/partbounds.c:4719 +#: parser/parse_utilcmd.c:4057 partitioning/partbounds.c:4719 #, c-format msgid "remainder for hash partition must be less than modulus" msgstr "ハッシュパーティションの剰余は法よりも小さくなければなりません" -#: parser/parse_utilcmd.c:4060 +#: parser/parse_utilcmd.c:4070 #, c-format msgid "invalid bound specification for a list partition" msgstr "リストパーティションに対する不正な境界指定" -#: parser/parse_utilcmd.c:4113 +#: parser/parse_utilcmd.c:4123 #, c-format msgid "invalid bound specification for a range partition" msgstr "範囲パーティションに対する不正な境界指定" -#: parser/parse_utilcmd.c:4119 +#: parser/parse_utilcmd.c:4129 #, c-format msgid "FROM must specify exactly one value per partitioning column" msgstr "FROMは全てのパーティション列ごとに一つの値を指定しなければなりません" -#: parser/parse_utilcmd.c:4123 +#: parser/parse_utilcmd.c:4133 #, c-format msgid "TO must specify exactly one value per partitioning column" msgstr "TOは全てのパーティション列ごとに一つの値を指定しなければなりません" -#: parser/parse_utilcmd.c:4237 +#: parser/parse_utilcmd.c:4247 #, c-format msgid "cannot specify NULL in range bound" msgstr "範囲境界でNULLは使用できません" -#: parser/parse_utilcmd.c:4286 +#: parser/parse_utilcmd.c:4296 #, c-format msgid "every bound following MAXVALUE must also be MAXVALUE" msgstr "MAXVALUEに続く境界値はMAXVALUEでなければなりません" -#: parser/parse_utilcmd.c:4293 +#: parser/parse_utilcmd.c:4303 #, c-format msgid "every bound following MINVALUE must also be MINVALUE" msgstr "MINVALUEに続く境界値はMINVALUEでなければなりません" -#: parser/parse_utilcmd.c:4336 +#: parser/parse_utilcmd.c:4346 #, c-format msgid "specified value cannot be cast to type %s for column \"%s\"" msgstr "指定した値は列\"%s\"の%s型に変換できません" @@ -17033,7 +17054,7 @@ msgid "invalid Unicode escape value" msgstr "不正なUnicodeエスケープシーケンスの値" -#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6559 +#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6555 #, c-format msgid "invalid Unicode escape" msgstr "不正なUnicodeエスケープ" @@ -17043,7 +17064,7 @@ msgid "Unicode escapes must be \\XXXX or \\+XXXXXX." msgstr "Unicodeエスケープは\\XXXXまたは\\+XXXXXXでなければなりません。" -#: parser/parser.c:497 scan.l:638 scan.l:654 scan.l:670 utils/adt/varlena.c:6584 +#: parser/parser.c:497 scan.l:638 scan.l:654 scan.l:670 utils/adt/varlena.c:6580 #, c-format msgid "invalid Unicode surrogate pair" msgstr "不正なUnicodeサロゲートペア" @@ -17343,32 +17364,32 @@ msgid "could not fork autovacuum worker process: %m" msgstr "自動VACUUMワーカープロセスをforkできませんでした: %m" -#: postmaster/autovacuum.c:2283 +#: postmaster/autovacuum.c:2286 #, c-format msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\"" msgstr "自動VACUUM: 孤立した一時テーブル\"%s.%s.%s\"を削除します" -#: postmaster/autovacuum.c:2512 +#: postmaster/autovacuum.c:2515 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "テーブル\"%s.%s.%s\"に対する自動VACUUM" -#: postmaster/autovacuum.c:2515 +#: postmaster/autovacuum.c:2518 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "テーブル\"%s.%s.%s\"に対する自動ANALYZE" -#: postmaster/autovacuum.c:2708 +#: postmaster/autovacuum.c:2711 #, c-format msgid "processing work entry for relation \"%s.%s.%s\"" msgstr "リレーション\"%s.%s.%s\"の作業エントリを処理しています" -#: postmaster/autovacuum.c:3394 +#: postmaster/autovacuum.c:3397 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "誤設定のため自動VACUUMが起動できません" -#: postmaster/autovacuum.c:3395 +#: postmaster/autovacuum.c:3398 #, c-format msgid "Enable the \"track_counts\" option." msgstr "\"track_counts\"オプションを有効にしてください。" @@ -18700,7 +18721,7 @@ #: replication/logical/origin.c:188 #, c-format msgid "cannot query or manipulate replication origin when max_replication_slots = 0" -msgstr "max_replication_slots = 0 の時はレプリケーション起点の問い合わせは操作はできません" +msgstr "max_replication_slots = 0 の時はレプリケーション基点の問い合わせは操作はできません" #: replication/logical/origin.c:193 #, c-format @@ -18715,12 +18736,12 @@ #: replication/logical/origin.c:319 #, c-format msgid "could not find free replication origin OID" -msgstr "複製基点OIDの空きがありません" +msgstr "レプリケーション基点OIDの空きがありません" #: replication/logical/origin.c:355 #, c-format msgid "could not drop replication origin with OID %d, in use by PID %d" -msgstr "OID%dのレプリケーション起点を削除できません, PID%dで使用中です" +msgstr "OID%dのレプリケーション基点を削除できません, PID%dで使用中です" #: replication/logical/origin.c:476 #, c-format @@ -18750,7 +18771,7 @@ #: replication/logical/origin.c:928 replication/logical/origin.c:1114 #, c-format msgid "replication origin with OID %d is already active for PID %d" -msgstr "OID%dのレプリケーション起点は既にPID%dで使用中です" +msgstr "OID%dのレプリケーション基点は既にPID%dで使用中です" #: replication/logical/origin.c:939 replication/logical/origin.c:1126 #, c-format @@ -18765,22 +18786,22 @@ #: replication/logical/origin.c:1085 #, c-format msgid "cannot setup replication origin when one is already setup" -msgstr "既に初期化されている場合はレプリケーション起点の初期化はできません" +msgstr "既に初期化されている場合はレプリケーション基点の初期化はできません" #: replication/logical/origin.c:1165 replication/logical/origin.c:1377 replication/logical/origin.c:1397 #, c-format msgid "no replication origin is configured" -msgstr "レプリケーション起点が構成されていません" +msgstr "レプリケーション基点が構成されていません" #: replication/logical/origin.c:1248 #, c-format msgid "replication origin name \"%s\" is reserved" -msgstr "レプリケーション起点名\"%s\"は予約されています" +msgstr "レプリケーション基点名\"%s\"は予約されています" #: replication/logical/origin.c:1250 #, c-format msgid "Origin names starting with \"pg_\" are reserved." -msgstr "\"pg_\"で始まる起点名は予約されています。" +msgstr "\"pg_\"で始まる基点名は予約されています。" #: replication/logical/relation.c:234 #, c-format @@ -18809,94 +18830,94 @@ msgid "logical replication target relation \"%s.%s\" does not exist" msgstr "論理レプリケーション先のリレーション\"%s.%s\"は存在しません" -#: replication/logical/reorderbuffer.c:3802 +#: replication/logical/reorderbuffer.c:3804 #, c-format msgid "could not write to data file for XID %u: %m" msgstr "XID%uのためのデータファイルの書き出しに失敗しました: %m" -#: replication/logical/reorderbuffer.c:4146 replication/logical/reorderbuffer.c:4171 +#: replication/logical/reorderbuffer.c:4148 replication/logical/reorderbuffer.c:4173 #, c-format msgid "could not read from reorderbuffer spill file: %m" msgstr "並べ替えバッファのあふれファイルの読み込みに失敗しました: %m" -#: replication/logical/reorderbuffer.c:4150 replication/logical/reorderbuffer.c:4175 +#: replication/logical/reorderbuffer.c:4152 replication/logical/reorderbuffer.c:4177 #, c-format msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes" msgstr "並べ替えバッファのあふれファイルの読み込みに失敗しました: %2$uバイトのはずが%1$dバイトでした" -#: replication/logical/reorderbuffer.c:4425 +#: replication/logical/reorderbuffer.c:4427 #, c-format msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m" msgstr "pg_replslot/%2$s/xid* の削除中にファイル\"%1$s\"が削除できませんでした: %3$m" -#: replication/logical/reorderbuffer.c:4924 +#: replication/logical/reorderbuffer.c:4926 #, c-format msgid "could not read from file \"%s\": read %d instead of %d bytes" msgstr "ファイル\"%1$s\"の読み込みに失敗しました: %3$dバイトのはずが%2$dバイトでした" -#: replication/logical/snapbuild.c:588 +#: replication/logical/snapbuild.c:618 #, c-format msgid "initial slot snapshot too large" msgstr "初期スロットスナップショットが大きすぎます" -#: replication/logical/snapbuild.c:642 +#: replication/logical/snapbuild.c:672 #, c-format msgid "exported logical decoding snapshot: \"%s\" with %u transaction ID" msgid_plural "exported logical decoding snapshot: \"%s\" with %u transaction IDs" msgstr[0] "エクスポートされた論理デコードスナップショット: \"%s\" (%u個のトランザクションID を含む)" msgstr[1] "エクスポートされた論理デコードスナップショット: \"%s\" (%u個のトランザクションID を含む)" -#: replication/logical/snapbuild.c:1270 replication/logical/snapbuild.c:1363 replication/logical/snapbuild.c:1894 +#: replication/logical/snapbuild.c:1348 replication/logical/snapbuild.c:1455 replication/logical/snapbuild.c:1986 #, c-format msgid "logical decoding found consistent point at %X/%X" msgstr "論理デコードは一貫性ポイントを%X/%Xで発見しました" -#: replication/logical/snapbuild.c:1272 +#: replication/logical/snapbuild.c:1350 #, c-format msgid "There are no running transactions." msgstr "実行中のトランザクションはありません。" -#: replication/logical/snapbuild.c:1314 +#: replication/logical/snapbuild.c:1406 #, c-format msgid "logical decoding found initial starting point at %X/%X" msgstr "論理デコードは初期開始点を%X/%Xで発見しました" -#: replication/logical/snapbuild.c:1316 replication/logical/snapbuild.c:1340 +#: replication/logical/snapbuild.c:1408 replication/logical/snapbuild.c:1432 #, c-format msgid "Waiting for transactions (approximately %d) older than %u to end." msgstr "%2$uより古いトランザクション(おおよそ%1$d個)の完了を待っています" -#: replication/logical/snapbuild.c:1338 +#: replication/logical/snapbuild.c:1430 #, c-format msgid "logical decoding found initial consistent point at %X/%X" msgstr "論理デコードは初期の一貫性ポイントを%X/%Xで発見しました" -#: replication/logical/snapbuild.c:1365 +#: replication/logical/snapbuild.c:1457 #, c-format msgid "There are no old transactions anymore." msgstr "古いトランザクションはこれ以上はありません" -#: replication/logical/snapbuild.c:1762 +#: replication/logical/snapbuild.c:1854 #, c-format msgid "snapbuild state file \"%s\" has wrong magic number: %u instead of %u" msgstr "スナップショット構築状態ファイル\"%1$s\"のマジックナンバーが不正です: %3$uのはずが%2$uでした" -#: replication/logical/snapbuild.c:1768 +#: replication/logical/snapbuild.c:1860 #, c-format msgid "snapbuild state file \"%s\" has unsupported version: %u instead of %u" msgstr "スナップショット状態ファイル\"%1$s\"のバージョン%2$uはサポート外です: %3$uのはずが%2$uでした" -#: replication/logical/snapbuild.c:1839 +#: replication/logical/snapbuild.c:1931 #, c-format msgid "checksum mismatch for snapbuild state file \"%s\": is %u, should be %u" msgstr "スナップショット生成状態ファイル\"%s\"のチェックサムが一致しません: %uですが、%uであるべきです" -#: replication/logical/snapbuild.c:1896 +#: replication/logical/snapbuild.c:1988 #, c-format msgid "Logical decoding will begin using saved snapshot." msgstr "論理デコードは保存されたスナップショットを使って開始します。" -#: replication/logical/snapbuild.c:1968 +#: replication/logical/snapbuild.c:2060 #, c-format msgid "could not parse file name \"%s\"" msgstr "ファイル名\"%s\"をパースできませんでした" @@ -20105,87 +20126,87 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "ファイル\"%s\"から\"%s\"へのリンクができませんでした: %m" -#: storage/file/fd.c:931 +#: storage/file/fd.c:937 #, c-format msgid "getrlimit failed: %m" msgstr "getrlimitが失敗しました: %m" -#: storage/file/fd.c:1021 +#: storage/file/fd.c:1027 #, c-format msgid "insufficient file descriptors available to start server process" msgstr "サーバープロセスを起動させるために利用できるファイル記述子が不足しています" -#: storage/file/fd.c:1022 +#: storage/file/fd.c:1028 #, c-format msgid "System allows %d, we need at least %d." msgstr "システムでは%d使用できますが、少なくとも%d必要です" -#: storage/file/fd.c:1073 storage/file/fd.c:2410 storage/file/fd.c:2520 storage/file/fd.c:2671 +#: storage/file/fd.c:1079 storage/file/fd.c:2416 storage/file/fd.c:2526 storage/file/fd.c:2677 #, c-format msgid "out of file descriptors: %m; release and retry" msgstr "ファイル記述子が不足しています: %m: 解放後再実行してください" -#: storage/file/fd.c:1447 +#: storage/file/fd.c:1453 #, c-format msgid "temporary file: path \"%s\", size %lu" msgstr "一時ファイル: パス \"%s\"、サイズ %lu" -#: storage/file/fd.c:1578 +#: storage/file/fd.c:1584 #, c-format msgid "cannot create temporary directory \"%s\": %m" msgstr "一時ディレクトリ\"%s\"を作成できませんでした: %m" -#: storage/file/fd.c:1585 +#: storage/file/fd.c:1591 #, c-format msgid "cannot create temporary subdirectory \"%s\": %m" msgstr "一時サブディレクトリ\"%s\"を作成できませんでした: %m" -#: storage/file/fd.c:1778 +#: storage/file/fd.c:1784 #, c-format msgid "could not create temporary file \"%s\": %m" msgstr "一時ファイル\"%s\"を作成できませんでした: %m" -#: storage/file/fd.c:1812 +#: storage/file/fd.c:1818 #, c-format msgid "could not open temporary file \"%s\": %m" msgstr "一時ファイル\"%s\"をオープンできませんでした: %m" -#: storage/file/fd.c:1853 +#: storage/file/fd.c:1859 #, c-format msgid "could not unlink temporary file \"%s\": %m" msgstr "一時ファイル\"%s\"を unlink できませんでした: %m" -#: storage/file/fd.c:1941 +#: storage/file/fd.c:1947 #, c-format msgid "could not delete file \"%s\": %m" msgstr "ファイル\"%s\"を削除できませんでした: %m" -#: storage/file/fd.c:2121 +#: storage/file/fd.c:2127 #, c-format msgid "temporary file size exceeds temp_file_limit (%dkB)" msgstr "一時ファイルのサイズがtemp_file_limit(%d KB)を超えています" -#: storage/file/fd.c:2386 storage/file/fd.c:2445 +#: storage/file/fd.c:2392 storage/file/fd.c:2451 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" msgstr "ファイル\"%2$s\"をオープンしようとした時にmaxAllocatedDescs(%1$d)を超えました" -#: storage/file/fd.c:2490 +#: storage/file/fd.c:2496 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to execute command \"%s\"" msgstr "コマンド\"%2$s\"を実行しようとした時にmaxAllocatedDescs(%1$d)を超えました" -#: storage/file/fd.c:2647 +#: storage/file/fd.c:2653 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" msgstr "ディレクトリ\"%2$s\"をオープンしようとした時にmaxAllocatedDescs(%1$d)を超えました" -#: storage/file/fd.c:3177 +#: storage/file/fd.c:3183 #, c-format msgid "unexpected file found in temporary-files directory: \"%s\"" msgstr "一時ファイル用ディレクトリに想定外のファイルがありました: \"%s\"" -#: storage/file/fd.c:3306 +#: storage/file/fd.c:3312 #, c-format msgid "could not synchronize file system for file \"%s\": %m" msgstr "\"%s\"を含むファイルシステムを同期できません: %m" @@ -21252,62 +21273,62 @@ msgid "missing Dictionary parameter" msgstr "Dictionaryパラメータがありません" -#: tsearch/spell.c:380 tsearch/spell.c:397 tsearch/spell.c:406 tsearch/spell.c:1062 +#: tsearch/spell.c:381 tsearch/spell.c:398 tsearch/spell.c:407 tsearch/spell.c:1063 #, c-format msgid "invalid affix flag \"%s\"" msgstr "不正な接辞フラグ\"%s\"" -#: tsearch/spell.c:384 tsearch/spell.c:1066 +#: tsearch/spell.c:385 tsearch/spell.c:1067 #, c-format msgid "affix flag \"%s\" is out of range" msgstr "接辞フラグ\"%s\"は範囲外です" -#: tsearch/spell.c:414 +#: tsearch/spell.c:415 #, c-format msgid "invalid character in affix flag \"%s\"" msgstr "接辞フラグ中の不正な文字\"%s\"" -#: tsearch/spell.c:434 +#: tsearch/spell.c:435 #, c-format msgid "invalid affix flag \"%s\" with \"long\" flag value" msgstr "\"long\"フラグ値を伴った不正な接辞フラグ\"%s\"" -#: tsearch/spell.c:524 +#: tsearch/spell.c:525 #, c-format msgid "could not open dictionary file \"%s\": %m" msgstr "辞書ファイル\"%s\"をオープンできませんでした: %m" -#: tsearch/spell.c:763 utils/adt/regexp.c:208 +#: tsearch/spell.c:764 utils/adt/regexp.c:208 #, c-format msgid "invalid regular expression: %s" msgstr "正規表現が不正です: %s" -#: tsearch/spell.c:1189 tsearch/spell.c:1201 tsearch/spell.c:1760 tsearch/spell.c:1765 tsearch/spell.c:1770 +#: tsearch/spell.c:1190 tsearch/spell.c:1202 tsearch/spell.c:1761 tsearch/spell.c:1766 tsearch/spell.c:1771 #, c-format msgid "invalid affix alias \"%s\"" msgstr "不正な接辞の別名 \"%s\"" -#: tsearch/spell.c:1242 tsearch/spell.c:1313 tsearch/spell.c:1462 +#: tsearch/spell.c:1243 tsearch/spell.c:1314 tsearch/spell.c:1463 #, c-format msgid "could not open affix file \"%s\": %m" msgstr "affixファイル\"%s\"をオープンできませんでした: %m" -#: tsearch/spell.c:1296 +#: tsearch/spell.c:1297 #, c-format msgid "Ispell dictionary supports only \"default\", \"long\", and \"num\" flag values" msgstr "Ispell辞書はフラグ値\"default\"、\"long\"および\"num\"のみをサポートします" -#: tsearch/spell.c:1340 +#: tsearch/spell.c:1341 #, c-format msgid "invalid number of flag vector aliases" msgstr "不正な数のフラグベクタの別名" -#: tsearch/spell.c:1363 +#: tsearch/spell.c:1364 #, c-format msgid "number of aliases exceeds specified number %d" msgstr "別名の数が指定された数 %d を超えています" -#: tsearch/spell.c:1578 +#: tsearch/spell.c:1579 #, c-format msgid "affix file contains both old-style and new-style commands" msgstr "接辞ファイルが新旧両方の形式のコマンドを含んでいます" @@ -21503,7 +21524,7 @@ msgstr "入力データ型は配列ではありません" #: utils/adt/array_userfuncs.c:129 utils/adt/array_userfuncs.c:181 utils/adt/float.c:1233 utils/adt/float.c:1307 utils/adt/float.c:4052 utils/adt/float.c:4066 utils/adt/int.c:757 utils/adt/int.c:779 utils/adt/int.c:793 utils/adt/int.c:807 utils/adt/int.c:838 utils/adt/int.c:859 utils/adt/int.c:976 utils/adt/int.c:990 utils/adt/int.c:1004 utils/adt/int.c:1037 utils/adt/int.c:1051 utils/adt/int.c:1065 utils/adt/int.c:1096 utils/adt/int.c:1178 utils/adt/int.c:1242 -#: utils/adt/int.c:1310 utils/adt/int.c:1316 utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 utils/adt/varlena.c:3426 +#: utils/adt/int.c:1310 utils/adt/int.c:1316 utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 utils/adt/varlena.c:3422 #, c-format msgid "integer out of range" msgstr "integerの範囲外です" @@ -21806,7 +21827,7 @@ #. translator: first %s is inet or cidr #: utils/adt/bool.c:153 utils/adt/cash.c:277 utils/adt/datetime.c:3802 utils/adt/float.c:187 utils/adt/float.c:271 utils/adt/float.c:283 utils/adt/float.c:400 utils/adt/float.c:485 utils/adt/float.c:501 utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 utils/adt/geo_ops.c:1432 -#: utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4657 utils/adt/geo_ops.c:4672 utils/adt/geo_ops.c:4679 utils/adt/int8.c:126 utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 utils/adt/mac8.c:166 utils/adt/mac8.c:184 utils/adt/mac8.c:202 utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 utils/adt/numeric.c:713 utils/adt/numeric.c:6858 utils/adt/numeric.c:6882 utils/adt/numeric.c:6906 utils/adt/numeric.c:7864 +#: utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4660 utils/adt/geo_ops.c:4675 utils/adt/geo_ops.c:4682 utils/adt/int8.c:126 utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 utils/adt/mac8.c:166 utils/adt/mac8.c:184 utils/adt/mac8.c:202 utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 utils/adt/numeric.c:713 utils/adt/numeric.c:6858 utils/adt/numeric.c:6882 utils/adt/numeric.c:6906 utils/adt/numeric.c:7864 #: utils/adt/numutils.c:116 utils/adt/numutils.c:126 utils/adt/numutils.c:170 utils/adt/numutils.c:246 utils/adt/numutils.c:322 utils/adt/oid.c:44 utils/adt/oid.c:58 utils/adt/oid.c:64 utils/adt/oid.c:86 utils/adt/pg_lsn.c:74 utils/adt/tid.c:76 utils/adt/tid.c:84 utils/adt/tid.c:92 utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:347 #, c-format msgid "invalid input syntax for type %s: \"%s\"" @@ -22436,7 +22457,7 @@ msgid "invalid line specification: must be two distinct points" msgstr "不正な直線の指定: 2つの点は異なっている必要があります" -#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4366 utils/adt/geo_ops.c:5260 +#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4369 utils/adt/geo_ops.c:5263 #, c-format msgid "too many points requested" msgstr "要求された点が多すぎます" @@ -22471,32 +22492,32 @@ msgid "invalid number of points in external \"polygon\" value" msgstr "\"polygon\"の外部値の点の数が不正です" -#: utils/adt/geo_ops.c:4081 +#: utils/adt/geo_ops.c:4084 #, c-format msgid "function \"poly_distance\" not implemented" msgstr "関数\"poly_distance\"は実装されていません" -#: utils/adt/geo_ops.c:4458 +#: utils/adt/geo_ops.c:4461 #, c-format msgid "function \"path_center\" not implemented" msgstr "関数\"path_center\"は実装されていません" -#: utils/adt/geo_ops.c:4475 +#: utils/adt/geo_ops.c:4478 #, c-format msgid "open path cannot be converted to polygon" msgstr "開経路を多角形に変換できません" -#: utils/adt/geo_ops.c:4725 +#: utils/adt/geo_ops.c:4728 #, c-format msgid "invalid radius in external \"circle\" value" msgstr "\"circle\"の外部値の半径が不正です" -#: utils/adt/geo_ops.c:5246 +#: utils/adt/geo_ops.c:5249 #, c-format msgid "cannot convert circle with radius zero to polygon" msgstr "半径0の円を多角形に返還できません" -#: utils/adt/geo_ops.c:5251 +#: utils/adt/geo_ops.c:5254 #, c-format msgid "must request at least 2 points" msgstr "少なくとも2ポイントを要求しなければなりません" @@ -23035,7 +23056,7 @@ msgid "nondeterministic collations are not supported for LIKE" msgstr "非決定的照合順序はLIKEではサポートされません" -#: utils/adt/like.c:193 utils/adt/like_support.c:1002 +#: utils/adt/like.c:193 utils/adt/like_support.c:1003 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "ILIKE で使用する照合順序を特定できませんでした" @@ -23060,12 +23081,12 @@ msgid "Escape string must be empty or one character." msgstr "エスケープ文字は空か1文字でなければなりません。" -#: utils/adt/like_support.c:987 +#: utils/adt/like_support.c:988 #, c-format msgid "case insensitive matching not supported on type bytea" msgstr "型byteaでは大文字小文字の区別をしないマッチをサポートしません" -#: utils/adt/like_support.c:1089 +#: utils/adt/like_support.c:1090 #, c-format msgid "regular-expression matching not supported on type bytea" msgstr "型byteaでは正規表現のマッチをサポートしません" @@ -23602,7 +23623,7 @@ msgid "Junk after right parenthesis or bracket." msgstr "右括弧または右角括弧の後にゴミがあります" -#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4553 +#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4549 #, c-format msgid "regular expression failed: %s" msgstr "正規表現が失敗しました: %s" @@ -23653,7 +23674,7 @@ msgid "Provide two argument types for operator." msgstr "演算子では2つの引数型を指定してください" -#: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 utils/adt/varlena.c:3702 utils/adt/varlena.c:3707 +#: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 utils/adt/varlena.c:3698 utils/adt/varlena.c:3703 #, c-format msgid "invalid name syntax" msgstr "不正な名前の構文" @@ -24086,7 +24107,7 @@ #: utils/adt/tsvector_op.c:2660 #, c-format msgid "text search configuration name \"%s\" must be schema-qualified" -msgstr "テキスト検索設定名称\"%s\"はスキーマ修飾しなけれナバりません" +msgstr "テキスト検索設定名称\"%s\"はスキーマ修飾しなければなりません" #: utils/adt/tsvector_op.c:2685 #, c-format @@ -24153,7 +24174,7 @@ msgid "bit string too long for type bit varying(%d)" msgstr "ビット列は型bit varying(%d)には長すぎます" -#: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3344 utils/adt/varlena.c:3422 +#: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3340 utils/adt/varlena.c:3418 #, c-format msgid "negative substring length not allowed" msgstr "負の部分文字列長は指定できません" @@ -24178,7 +24199,7 @@ msgid "bit index %d out of valid range (0..%d)" msgstr "ビット位置指定%dが有効範囲0..%dの間にありません" -#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3626 +#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3622 #, c-format msgid "new bit must be 0 or 1" msgstr "新しいビットは0か1でなければなりません" @@ -24213,87 +24234,87 @@ msgid "could not compare Unicode strings: %m" msgstr "Unicode文字列を比較できませんでした: %m" -#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2408 +#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2406 #, c-format msgid "collation failed: %s" msgstr "照合順序による比較に失敗しました: %s" -#: utils/adt/varlena.c:2616 +#: utils/adt/varlena.c:2613 #, c-format msgid "sort key generation failed: %s" msgstr "ソートキーの生成に失敗しました: %s" -#: utils/adt/varlena.c:3510 utils/adt/varlena.c:3577 +#: utils/adt/varlena.c:3506 utils/adt/varlena.c:3573 #, c-format msgid "index %d out of valid range, 0..%d" msgstr "インデックス%dは有効範囲0..%dの間にありません" -#: utils/adt/varlena.c:3541 utils/adt/varlena.c:3613 +#: utils/adt/varlena.c:3537 utils/adt/varlena.c:3609 #, c-format msgid "index %lld out of valid range, 0..%lld" msgstr "インデックス%lldは有効範囲0..%lldの間にありません" -#: utils/adt/varlena.c:4649 +#: utils/adt/varlena.c:4645 #, c-format msgid "field position must not be zero" msgstr "フィールド位置に0は指定できません" -#: utils/adt/varlena.c:5690 +#: utils/adt/varlena.c:5686 #, c-format msgid "unterminated format() type specifier" msgstr "終端されていないformat()型指定子" -#: utils/adt/varlena.c:5691 utils/adt/varlena.c:5825 utils/adt/varlena.c:5946 +#: utils/adt/varlena.c:5687 utils/adt/varlena.c:5821 utils/adt/varlena.c:5942 #, c-format msgid "For a single \"%%\" use \"%%%%\"." msgstr "一つの\"%%\"には\"%%%%\"を使ってください。" -#: utils/adt/varlena.c:5823 utils/adt/varlena.c:5944 +#: utils/adt/varlena.c:5819 utils/adt/varlena.c:5940 #, c-format msgid "unrecognized format() type specifier \"%.*s\"" msgstr "認識できない format() の型指定子\"%.*s\"" -#: utils/adt/varlena.c:5836 utils/adt/varlena.c:5893 +#: utils/adt/varlena.c:5832 utils/adt/varlena.c:5889 #, c-format msgid "too few arguments for format()" msgstr "format()の引数が少なすぎます" -#: utils/adt/varlena.c:5989 utils/adt/varlena.c:6171 +#: utils/adt/varlena.c:5985 utils/adt/varlena.c:6167 #, c-format msgid "number is out of range" msgstr "数値が範囲外です" -#: utils/adt/varlena.c:6052 utils/adt/varlena.c:6080 +#: utils/adt/varlena.c:6048 utils/adt/varlena.c:6076 #, c-format msgid "format specifies argument 0, but arguments are numbered from 1" msgstr "書式は引数0を指定していますが、引数が1から始まっています" -#: utils/adt/varlena.c:6073 +#: utils/adt/varlena.c:6069 #, c-format msgid "width argument position must be ended by \"$\"" msgstr "width引数の位置は\"$\"で終わらなければなりません" -#: utils/adt/varlena.c:6118 +#: utils/adt/varlena.c:6114 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "nullはSQL識別子として書式付けできません" -#: utils/adt/varlena.c:6244 +#: utils/adt/varlena.c:6240 #, c-format msgid "Unicode normalization can only be performed if server encoding is UTF8" msgstr "Unicode正規化はサーバーエンコーディングがUTF-8の場合にのみ実行されます" -#: utils/adt/varlena.c:6257 +#: utils/adt/varlena.c:6253 #, c-format msgid "invalid normalization form: %s" msgstr "不正な正規化形式: %s" -#: utils/adt/varlena.c:6460 utils/adt/varlena.c:6495 utils/adt/varlena.c:6530 +#: utils/adt/varlena.c:6456 utils/adt/varlena.c:6491 utils/adt/varlena.c:6526 #, c-format msgid "invalid Unicode code point: %04X" msgstr "不正なUnicodeコードポイント: %04X" -#: utils/adt/varlena.c:6560 +#: utils/adt/varlena.c:6556 #, c-format msgid "Unicode escapes must be \\XXXX, \\+XXXXXX, \\uXXXX, or \\UXXXXXXXX." msgstr "Unicodeエスケープは \\XXXX, \\+XXXXXX, \\uXXXX, または \\UXXXXXXXX である必要があります。" @@ -25558,7 +25579,7 @@ #: utils/misc/guc.c:1439 msgid "Logs each query's rewritten parse tree." -msgstr "リライト後の問い合わせのパースツリーをログを記録します。" +msgstr "リライト後の問い合わせのパースツリーをログに記録します。" #: utils/misc/guc.c:1448 msgid "Logs each query's execution plan." @@ -27393,7 +27414,7 @@ msgid "@INCLUDE without file name in time zone file \"%s\", line %d" msgstr "タイムゾーンファイル\"%s\"の行%dにファイル名がない@INCLUDEがあります" -#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:237 +#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:239 #, c-format msgid "Failed while creating memory context \"%s\"." msgstr "メモリコンテキスト\"%s\"の作成時に失敗しました" @@ -27436,7 +27457,7 @@ #: utils/mmgr/portalmem.c:487 #, c-format msgid "cannot drop active portal \"%s\"" -msgstr "アクテイブなポータル\"%s\"を削除できません" +msgstr "アクティブなポータル\"%s\"は削除できません" #: utils/mmgr/portalmem.c:738 #, c-format @@ -27552,32 +27573,3 @@ #, c-format msgid "cannot import a snapshot from a different database" msgstr "異なるデータベースからのスナップショットを読み込むことはできません" - -#~ msgid "I/O timings:" -#~ msgstr "I/O時間:" - -#~ msgid " read: %.3f ms" -#~ msgstr " 読み込み: %.3f ms" - -#~ msgid "," -#~ msgstr "、" - -#~ msgid " write: %.3f ms" -#~ msgstr " 書き込み: %.3f ms" - -#~ msgid "system usage: %s\n" -#~ msgstr "システム使用状況: %s\n" - -#~ msgid "%u page removed.\n" -#~ msgid_plural "%u pages removed.\n" -#~ msgstr[0] "%uページ削除。\n" -#~ msgstr[1] "%uページ削除。\n" - -#~ msgid "connection was re-authenticated" -#~ msgstr "接続は再認証されました" - -#~ msgid "type %u does not match constructor type" -#~ msgstr "型%uはコンストラクタ型と合致していません" - -#~ msgid "column alias list for \"%s\" has too many entries" -#~ msgstr "列\"%s\"の別名リストのエントリが多すぎます" diff -Nru postgresql-14-14.5/src/backend/po/ru.po postgresql-14-14.6/src/backend/po/ru.po --- postgresql-14-14.5/src/backend/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: postgres (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-05-07 06:06+0300\n" -"PO-Revision-Date: 2022-05-07 06:38+0300\n" +"POT-Creation-Date: 2022-11-01 14:41+0300\n" +"PO-Revision-Date: 2022-11-02 10:35+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -36,29 +36,29 @@ #: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 #: access/transam/timeline.c:143 access/transam/timeline.c:362 -#: access/transam/twophase.c:1329 access/transam/xlog.c:3569 -#: access/transam/xlog.c:4807 access/transam/xlog.c:11531 -#: access/transam/xlog.c:11544 access/transam/xlog.c:11997 -#: access/transam/xlog.c:12077 access/transam/xlog.c:12114 -#: access/transam/xlog.c:12174 access/transam/xlogfuncs.c:703 +#: access/transam/twophase.c:1329 access/transam/xlog.c:3573 +#: access/transam/xlog.c:4817 access/transam/xlog.c:11620 +#: access/transam/xlog.c:11633 access/transam/xlog.c:12088 +#: access/transam/xlog.c:12168 access/transam/xlog.c:12205 +#: access/transam/xlog.c:12265 access/transam/xlogfuncs.c:703 #: access/transam/xlogfuncs.c:722 commands/extension.c:3474 libpq/hba.c:534 -#: replication/basebackup.c:2020 replication/logical/origin.c:729 -#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4917 -#: replication/logical/snapbuild.c:1749 replication/logical/snapbuild.c:1791 -#: replication/logical/snapbuild.c:1818 replication/slot.c:1720 -#: replication/slot.c:1761 replication/walsender.c:544 +#: replication/basebackup.c:2026 replication/logical/origin.c:729 +#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4935 +#: replication/logical/snapbuild.c:1844 replication/logical/snapbuild.c:1886 +#: replication/logical/snapbuild.c:1913 replication/slot.c:1720 +#: replication/slot.c:1761 replication/walsender.c:545 #: storage/file/buffile.c:445 storage/file/copydir.c:195 -#: utils/adt/genfile.c:202 utils/adt/misc.c:859 utils/cache/relmapper.c:744 +#: utils/adt/genfile.c:202 utils/adt/misc.c:888 utils/cache/relmapper.c:744 #, c-format msgid "could not read file \"%s\": %m" msgstr "не удалось прочитать файл \"%s\": %m" #: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 -#: access/transam/xlog.c:3574 access/transam/xlog.c:4812 -#: replication/basebackup.c:2024 replication/logical/origin.c:734 -#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1754 -#: replication/logical/snapbuild.c:1796 replication/logical/snapbuild.c:1823 -#: replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:549 +#: access/transam/xlog.c:3578 access/transam/xlog.c:4822 +#: replication/basebackup.c:2030 replication/logical/origin.c:734 +#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1849 +#: replication/logical/snapbuild.c:1891 replication/logical/snapbuild.c:1918 +#: replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 #: utils/cache/relmapper.c:748 #, c-format msgid "could not read file \"%s\": read %d of %zu" @@ -69,17 +69,17 @@ #: access/heap/rewriteheap.c:1185 access/heap/rewriteheap.c:1288 #: access/transam/timeline.c:392 access/transam/timeline.c:438 #: access/transam/timeline.c:516 access/transam/twophase.c:1341 -#: access/transam/twophase.c:1746 access/transam/xlog.c:3441 -#: access/transam/xlog.c:3609 access/transam/xlog.c:3614 -#: access/transam/xlog.c:3942 access/transam/xlog.c:4777 -#: access/transam/xlog.c:5702 access/transam/xlogfuncs.c:728 +#: access/transam/twophase.c:1746 access/transam/xlog.c:3442 +#: access/transam/xlog.c:3613 access/transam/xlog.c:3618 +#: access/transam/xlog.c:3946 access/transam/xlog.c:4787 +#: access/transam/xlog.c:5712 access/transam/xlogfuncs.c:728 #: commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 #: libpq/be-fsstubs.c:525 replication/logical/origin.c:667 -#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4975 -#: replication/logical/snapbuild.c:1658 replication/logical/snapbuild.c:1831 -#: replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:559 +#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4993 +#: replication/logical/snapbuild.c:1753 replication/logical/snapbuild.c:1926 +#: replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 #: storage/file/copydir.c:218 storage/file/copydir.c:223 storage/file/fd.c:738 -#: storage/file/fd.c:3536 storage/file/fd.c:3639 utils/cache/relmapper.c:759 +#: storage/file/fd.c:3542 storage/file/fd.c:3645 utils/cache/relmapper.c:759 #: utils/cache/relmapper.c:898 #, c-format msgid "could not close file \"%s\": %m" @@ -108,31 +108,31 @@ #: ../common/file_utils.c:365 access/heap/rewriteheap.c:1271 #: access/transam/timeline.c:111 access/transam/timeline.c:251 #: access/transam/timeline.c:348 access/transam/twophase.c:1285 -#: access/transam/xlog.c:3327 access/transam/xlog.c:3483 -#: access/transam/xlog.c:3524 access/transam/xlog.c:3722 -#: access/transam/xlog.c:3807 access/transam/xlog.c:3910 -#: access/transam/xlog.c:4797 access/transam/xlogutils.c:803 +#: access/transam/xlog.c:3328 access/transam/xlog.c:3484 +#: access/transam/xlog.c:3528 access/transam/xlog.c:3726 +#: access/transam/xlog.c:3811 access/transam/xlog.c:3914 +#: access/transam/xlog.c:4807 access/transam/xlogutils.c:803 #: postmaster/syslogger.c:1488 replication/basebackup.c:616 -#: replication/basebackup.c:1610 replication/logical/origin.c:719 -#: replication/logical/reorderbuffer.c:3572 -#: replication/logical/reorderbuffer.c:4121 -#: replication/logical/reorderbuffer.c:4897 -#: replication/logical/snapbuild.c:1613 replication/logical/snapbuild.c:1720 -#: replication/slot.c:1692 replication/walsender.c:517 -#: replication/walsender.c:2535 storage/file/copydir.c:161 -#: storage/file/fd.c:713 storage/file/fd.c:3300 storage/file/fd.c:3523 -#: storage/file/fd.c:3610 storage/smgr/md.c:503 utils/cache/relmapper.c:724 +#: replication/basebackup.c:1616 replication/logical/origin.c:719 +#: replication/logical/reorderbuffer.c:3588 +#: replication/logical/reorderbuffer.c:4139 +#: replication/logical/reorderbuffer.c:4915 +#: replication/logical/snapbuild.c:1708 replication/logical/snapbuild.c:1815 +#: replication/slot.c:1692 replication/walsender.c:518 +#: replication/walsender.c:2563 storage/file/copydir.c:161 +#: storage/file/fd.c:713 storage/file/fd.c:3306 storage/file/fd.c:3529 +#: storage/file/fd.c:3616 storage/smgr/md.c:503 utils/cache/relmapper.c:724 #: utils/cache/relmapper.c:842 utils/error/elog.c:1938 -#: utils/init/miscinit.c:1345 utils/init/miscinit.c:1479 -#: utils/init/miscinit.c:1556 utils/misc/guc.c:8606 utils/misc/guc.c:8638 +#: utils/init/miscinit.c:1351 utils/init/miscinit.c:1485 +#: utils/init/miscinit.c:1562 utils/misc/guc.c:8618 utils/misc/guc.c:8650 #, c-format msgid "could not open file \"%s\": %m" msgstr "не удалось открыть файл \"%s\": %m" #: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 #: access/transam/twophase.c:1719 access/transam/twophase.c:1728 -#: access/transam/xlog.c:11288 access/transam/xlog.c:11326 -#: access/transam/xlog.c:11739 access/transam/xlogfuncs.c:782 +#: access/transam/xlog.c:11377 access/transam/xlog.c:11415 +#: access/transam/xlog.c:11828 access/transam/xlogfuncs.c:782 #: postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 #: postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 #, c-format @@ -144,12 +144,12 @@ #: access/heap/rewriteheap.c:967 access/heap/rewriteheap.c:1179 #: access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 #: access/transam/timeline.c:510 access/transam/twophase.c:1740 -#: access/transam/xlog.c:3434 access/transam/xlog.c:3603 -#: access/transam/xlog.c:4770 access/transam/xlog.c:10779 -#: access/transam/xlog.c:10820 replication/logical/snapbuild.c:1651 +#: access/transam/xlog.c:3435 access/transam/xlog.c:3607 +#: access/transam/xlog.c:4780 access/transam/xlog.c:10860 +#: access/transam/xlog.c:10901 replication/logical/snapbuild.c:1746 #: replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 -#: storage/file/fd.c:3631 storage/smgr/md.c:951 storage/smgr/md.c:992 -#: storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8393 +#: storage/file/fd.c:3637 storage/smgr/md.c:951 storage/smgr/md.c:992 +#: storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8405 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "не удалось синхронизировать с ФС файл \"%s\": %m" @@ -157,32 +157,32 @@ #: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 #: ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 #: ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 -#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6677 -#: lib/dshash.c:246 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 +#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6687 +#: lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 #: libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 #: postmaster/bgworker.c:948 postmaster/postmaster.c:2540 #: postmaster/postmaster.c:4198 postmaster/postmaster.c:4868 #: postmaster/postmaster.c:5607 postmaster/postmaster.c:5971 #: replication/libpqwalreceiver/libpqwalreceiver.c:283 -#: replication/logical/logical.c:205 replication/walsender.c:591 -#: storage/buffer/localbuf.c:442 storage/file/fd.c:882 storage/file/fd.c:1354 -#: storage/file/fd.c:1515 storage/file/fd.c:2323 storage/ipc/procarray.c:1440 -#: storage/ipc/procarray.c:2265 storage/ipc/procarray.c:2272 -#: storage/ipc/procarray.c:2774 storage/ipc/procarray.c:3451 +#: replication/logical/logical.c:205 replication/walsender.c:592 +#: storage/buffer/localbuf.c:442 storage/file/fd.c:888 storage/file/fd.c:1360 +#: storage/file/fd.c:1521 storage/file/fd.c:2329 storage/ipc/procarray.c:1445 +#: storage/ipc/procarray.c:2249 storage/ipc/procarray.c:2256 +#: storage/ipc/procarray.c:2759 storage/ipc/procarray.c:3436 #: utils/adt/cryptohashfuncs.c:46 utils/adt/cryptohashfuncs.c:66 #: utils/adt/formatting.c:1699 utils/adt/formatting.c:1823 #: utils/adt/formatting.c:1948 utils/adt/pg_locale.c:450 #: utils/adt/pg_locale.c:614 utils/adt/regexp.c:223 utils/fmgr/dfmgr.c:229 #: utils/hash/dynahash.c:513 utils/hash/dynahash.c:613 #: utils/hash/dynahash.c:1116 utils/mb/mbutils.c:401 utils/mb/mbutils.c:429 -#: utils/mb/mbutils.c:814 utils/mb/mbutils.c:841 utils/misc/guc.c:5037 -#: utils/misc/guc.c:5053 utils/misc/guc.c:5066 utils/misc/guc.c:8371 -#: utils/misc/tzparser.c:467 utils/mmgr/aset.c:476 utils/mmgr/dsa.c:701 +#: utils/mb/mbutils.c:814 utils/mb/mbutils.c:841 utils/misc/guc.c:5049 +#: utils/misc/guc.c:5065 utils/misc/guc.c:5078 utils/misc/guc.c:8383 +#: utils/misc/tzparser.c:476 utils/mmgr/aset.c:476 utils/mmgr/dsa.c:701 #: utils/mmgr/dsa.c:723 utils/mmgr/dsa.c:804 utils/mmgr/generation.c:234 #: utils/mmgr/mcxt.c:888 utils/mmgr/mcxt.c:924 utils/mmgr/mcxt.c:962 #: utils/mmgr/mcxt.c:1000 utils/mmgr/mcxt.c:1088 utils/mmgr/mcxt.c:1119 #: utils/mmgr/mcxt.c:1155 utils/mmgr/mcxt.c:1207 utils/mmgr/mcxt.c:1242 -#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:236 +#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:238 #, c-format msgid "out of memory" msgstr "нехватка памяти" @@ -212,15 +212,15 @@ msgid "could not change directory to \"%s\": %m" msgstr "не удалось перейти в каталог \"%s\": %m" -#: ../common/exec.c:291 access/transam/xlog.c:11162 -#: replication/basebackup.c:1428 utils/adt/misc.c:340 +#: ../common/exec.c:291 access/transam/xlog.c:11251 +#: replication/basebackup.c:1434 utils/adt/misc.c:369 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "не удалось прочитать символическую ссылку \"%s\": %m" -#: ../common/exec.c:414 libpq/pqcomm.c:746 storage/ipc/latch.c:1063 -#: storage/ipc/latch.c:1232 storage/ipc/latch.c:1461 storage/ipc/latch.c:1613 -#: storage/ipc/latch.c:1729 +#: ../common/exec.c:414 libpq/pqcomm.c:746 storage/ipc/latch.c:1085 +#: storage/ipc/latch.c:1254 storage/ipc/latch.c:1483 storage/ipc/latch.c:1635 +#: storage/ipc/latch.c:1751 #, c-format msgid "%s() failed: %m" msgstr "ошибка в %s(): %m" @@ -241,38 +241,38 @@ #: ../common/file_utils.c:87 ../common/file_utils.c:451 #: ../common/file_utils.c:455 access/transam/twophase.c:1297 -#: access/transam/xlog.c:11264 access/transam/xlog.c:11302 -#: access/transam/xlog.c:11519 access/transam/xlogarchive.c:110 +#: access/transam/xlog.c:11353 access/transam/xlog.c:11391 +#: access/transam/xlog.c:11608 access/transam/xlogarchive.c:110 #: access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 -#: commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:803 -#: commands/tablespace.c:894 replication/basebackup.c:439 +#: commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 +#: commands/tablespace.c:897 replication/basebackup.c:439 #: replication/basebackup.c:622 replication/basebackup.c:698 -#: replication/logical/snapbuild.c:1530 storage/file/copydir.c:68 -#: storage/file/copydir.c:107 storage/file/fd.c:1865 storage/file/fd.c:1951 -#: storage/file/fd.c:3151 storage/file/fd.c:3355 utils/adt/dbsize.c:70 +#: replication/logical/snapbuild.c:1625 storage/file/copydir.c:68 +#: storage/file/copydir.c:107 storage/file/fd.c:1871 storage/file/fd.c:1957 +#: storage/file/fd.c:3157 storage/file/fd.c:3361 utils/adt/dbsize.c:70 #: utils/adt/dbsize.c:222 utils/adt/dbsize.c:302 utils/adt/genfile.c:418 -#: utils/adt/genfile.c:644 guc-file.l:1062 +#: utils/adt/genfile.c:644 utils/adt/misc.c:354 guc-file.l:1062 #, c-format msgid "could not stat file \"%s\": %m" msgstr "не удалось получить информацию о файле \"%s\": %m" -#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:726 -#: commands/tablespace.c:736 postmaster/postmaster.c:1515 -#: storage/file/fd.c:2726 storage/file/reinit.c:122 utils/adt/misc.c:262 +#: ../common/file_utils.c:166 ../common/pgfnames.c:48 commands/tablespace.c:729 +#: commands/tablespace.c:739 postmaster/postmaster.c:1515 +#: storage/file/fd.c:2732 storage/file/reinit.c:122 utils/adt/misc.c:263 #: utils/misc/tzparser.c:338 #, c-format msgid "could not open directory \"%s\": %m" msgstr "не удалось открыть каталог \"%s\": %m" -#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2738 +#: ../common/file_utils.c:200 ../common/pgfnames.c:69 storage/file/fd.c:2744 #, c-format msgid "could not read directory \"%s\": %m" msgstr "не удалось прочитать каталог \"%s\": %m" #: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 -#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1670 +#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1765 #: replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 -#: storage/file/fd.c:748 storage/file/fd.c:846 utils/time/snapmgr.c:1282 +#: storage/file/fd.c:748 storage/file/fd.c:849 utils/time/snapmgr.c:1282 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "не удалось переименовать файл \"%s\" в \"%s\": %m" @@ -435,8 +435,8 @@ msgid "could not get exit code from subprocess: error code %lu" msgstr "не удалось получить код выхода от подпроцесса (код ошибки: %lu)" -#: ../common/rmtree.c:79 replication/basebackup.c:1181 -#: replication/basebackup.c:1357 +#: ../common/rmtree.c:79 replication/basebackup.c:1187 +#: replication/basebackup.c:1363 #, c-format msgid "could not stat file or directory \"%s\": %m" msgstr "не удалось получить информацию о файле или каталоге \"%s\": %m" @@ -602,8 +602,8 @@ "запрос на расчёт сводки диапазона BRIN для индекса \"%s\" страницы %u не был " "записан" -#: access/brin/brin.c:1015 access/brin/brin.c:1092 access/gin/ginfast.c:1035 -#: access/transam/xlog.c:10941 access/transam/xlog.c:11470 +#: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1038 +#: access/transam/xlog.c:11022 access/transam/xlog.c:11559 #: access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 #: access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 #: access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 @@ -612,28 +612,28 @@ msgid "recovery is in progress" msgstr "идёт процесс восстановления" -#: access/brin/brin.c:1016 access/brin/brin.c:1093 +#: access/brin/brin.c:1019 access/brin/brin.c:1123 #, c-format msgid "BRIN control functions cannot be executed during recovery." msgstr "Функции управления BRIN нельзя использовать в процессе восстановления." -#: access/brin/brin.c:1024 access/brin/brin.c:1101 +#: access/brin/brin.c:1027 access/brin/brin.c:1131 #, c-format msgid "block number out of range: %s" msgstr "номер блока вне диапазона: %s" -#: access/brin/brin.c:1047 access/brin/brin.c:1124 +#: access/brin/brin.c:1071 access/brin/brin.c:1157 #, c-format msgid "\"%s\" is not a BRIN index" msgstr "\"%s\" - это не индекс BRIN" -#: access/brin/brin.c:1063 access/brin/brin.c:1140 +#: access/brin/brin.c:1087 access/brin/brin.c:1173 #, c-format msgid "could not open parent table of index \"%s\"" msgstr "не удалось открыть родительскую таблицу индекса \"%s\"" #: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793 -#: access/brin/brin_minmax_multi.c:3004 access/brin/brin_minmax_multi.c:3147 +#: access/brin/brin_minmax_multi.c:3008 access/brin/brin_minmax_multi.c:3151 #: statistics/dependencies.c:662 statistics/dependencies.c:715 #: statistics/mcv.c:1483 statistics/mcv.c:1514 statistics/mvdistinct.c:343 #: statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:43 @@ -642,8 +642,8 @@ msgid "cannot accept a value of type %s" msgstr "значение типа %s нельзя ввести" -#: access/brin/brin_minmax_multi.c:2163 access/brin/brin_minmax_multi.c:2170 -#: access/brin/brin_minmax_multi.c:2177 utils/adt/timestamp.c:941 +#: access/brin/brin_minmax_multi.c:2167 access/brin/brin_minmax_multi.c:2174 +#: access/brin/brin_minmax_multi.c:2181 utils/adt/timestamp.c:941 #: utils/adt/timestamp.c:1515 utils/adt/timestamp.c:1982 #: utils/adt/timestamp.c:3059 utils/adt/timestamp.c:3064 #: utils/adt/timestamp.c:3069 utils/adt/timestamp.c:3119 @@ -658,7 +658,7 @@ msgstr "interval вне диапазона" #: access/brin/brin_pageops.c:76 access/brin/brin_pageops.c:362 -#: access/brin/brin_pageops.c:843 access/gin/ginentrypage.c:110 +#: access/brin/brin_pageops.c:848 access/gin/ginentrypage.c:110 #: access/gist/gist.c:1441 access/spgist/spgdoinsert.c:2000 #: access/spgist/spgdoinsert.c:2275 #, c-format @@ -809,7 +809,7 @@ msgstr "строка индекса требует байт: %zu, при максимуме: %zu" #: access/common/printtup.c:292 tcop/fastpath.c:106 tcop/fastpath.c:453 -#: tcop/postgres.c:1900 +#: tcop/postgres.c:1906 #, c-format msgid "unsupported format code: %d" msgstr "неподдерживаемый код формата: %d" @@ -837,7 +837,7 @@ msgid "unrecognized parameter namespace \"%s\"" msgstr "нераспознанное пространство имён параметров \"%s\"" -#: access/common/reloptions.c:1294 utils/misc/guc.c:12516 +#: access/common/reloptions.c:1294 utils/misc/guc.c:12538 #, c-format msgid "tables declared WITH OIDS are not supported" msgstr "таблицы со свойством WITH OIDS не поддерживаются" @@ -904,7 +904,7 @@ msgstr "Необходимо перекомпилировать PostgreSQL с ключом %s." #: access/common/tupdesc.c:825 parser/parse_clause.c:771 -#: parser/parse_relation.c:1838 +#: parser/parse_relation.c:1846 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "столбец \"%s\" не может быть объявлен как SETOF" @@ -919,17 +919,17 @@ msgid "Reduce maintenance_work_mem." msgstr "Уменьшите maintenance_work_mem." -#: access/gin/ginfast.c:1036 +#: access/gin/ginfast.c:1039 #, c-format msgid "GIN pending list cannot be cleaned up during recovery." msgstr "Очередь записей GIN нельзя очистить в процессе восстановления." -#: access/gin/ginfast.c:1043 +#: access/gin/ginfast.c:1046 #, c-format msgid "\"%s\" is not a GIN index" msgstr "\"%s\" - это не индекс GIN" -#: access/gin/ginfast.c:1054 +#: access/gin/ginfast.c:1057 #, c-format msgid "cannot access temporary indexes of other sessions" msgstr "обращаться к временным индексам других сеансов нельзя" @@ -1063,11 +1063,11 @@ "строк" #: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 -#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:503 -#: commands/indexcmds.c:1869 commands/tablecmds.c:16864 commands/view.c:86 +#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:515 +#: commands/indexcmds.c:1971 commands/tablecmds.c:16901 commands/view.c:86 #: regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 #: utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 -#: utils/adt/like_support.c:1003 utils/adt/varchar.c:733 +#: utils/adt/like_support.c:1004 utils/adt/varchar.c:733 #: utils/adt/varchar.c:994 utils/adt/varchar.c:1054 utils/adt/varlena.c:1517 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." @@ -1140,18 +1140,18 @@ msgid "attempted to delete invisible tuple" msgstr "попытка удаления невидимого кортежа" -#: access/heap/heapam.c:3238 access/heap/heapam.c:6098 +#: access/heap/heapam.c:3246 access/heap/heapam.c:6106 #, c-format msgid "cannot update tuples during a parallel operation" msgstr "изменять кортежи во время параллельных операций нельзя" -#: access/heap/heapam.c:3379 +#: access/heap/heapam.c:3387 #, c-format msgid "attempted to update invisible tuple" msgstr "попытка изменения невидимого кортежа" -#: access/heap/heapam.c:4742 access/heap/heapam.c:4780 -#: access/heap/heapam.c:5045 access/heap/heapam_handler.c:457 +#: access/heap/heapam.c:4750 access/heap/heapam.c:4788 +#: access/heap/heapam.c:5053 access/heap/heapam_handler.c:457 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "не удалось получить блокировку строки в таблице \"%s\"" @@ -1177,9 +1177,9 @@ #: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 #: access/transam/timeline.c:329 access/transam/timeline.c:485 -#: access/transam/xlog.c:3350 access/transam/xlog.c:3538 -#: access/transam/xlog.c:4749 access/transam/xlog.c:11279 -#: access/transam/xlog.c:11317 access/transam/xlog.c:11722 +#: access/transam/xlog.c:3351 access/transam/xlog.c:3542 +#: access/transam/xlog.c:4759 access/transam/xlog.c:11368 +#: access/transam/xlog.c:11406 access/transam/xlog.c:11811 #: access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 #: postmaster/postmaster.c:5669 replication/logical/origin.c:587 #: replication/slot.c:1544 storage/file/copydir.c:167 storage/smgr/md.c:218 @@ -1195,15 +1195,15 @@ #: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 #: access/transam/timeline.c:424 access/transam/timeline.c:502 -#: access/transam/xlog.c:3422 access/transam/xlog.c:3594 -#: access/transam/xlog.c:4761 postmaster/postmaster.c:4633 +#: access/transam/xlog.c:3423 access/transam/xlog.c:3598 +#: access/transam/xlog.c:4771 postmaster/postmaster.c:4633 #: postmaster/postmaster.c:4643 replication/logical/origin.c:599 #: replication/logical/origin.c:641 replication/logical/origin.c:660 -#: replication/logical/snapbuild.c:1627 replication/slot.c:1579 +#: replication/logical/snapbuild.c:1722 replication/slot.c:1579 #: storage/file/buffile.c:506 storage/file/copydir.c:207 -#: utils/init/miscinit.c:1420 utils/init/miscinit.c:1431 -#: utils/init/miscinit.c:1439 utils/misc/guc.c:8354 utils/misc/guc.c:8385 -#: utils/misc/guc.c:10294 utils/misc/guc.c:10308 utils/time/snapmgr.c:1266 +#: utils/init/miscinit.c:1426 utils/init/miscinit.c:1437 +#: utils/init/miscinit.c:1445 utils/misc/guc.c:8366 utils/misc/guc.c:8397 +#: utils/misc/guc.c:10316 utils/misc/guc.c:10330 utils/time/snapmgr.c:1266 #: utils/time/snapmgr.c:1273 #, c-format msgid "could not write to file \"%s\": %m" @@ -1212,10 +1212,10 @@ #: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 #: access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 #: postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 -#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4390 -#: replication/logical/snapbuild.c:1572 replication/logical/snapbuild.c:1988 -#: replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3171 -#: storage/file/fd.c:3233 storage/file/reinit.c:250 storage/ipc/dsm.c:315 +#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4408 +#: replication/logical/snapbuild.c:1667 replication/logical/snapbuild.c:2083 +#: replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3177 +#: storage/file/fd.c:3239 storage/file/reinit.c:250 storage/ipc/dsm.c:315 #: storage/smgr/md.c:344 storage/smgr/md.c:394 storage/sync/sync.c:250 #: utils/time/snapmgr.c:1606 #, c-format @@ -1345,7 +1345,7 @@ msgid "aggressively vacuuming \"%s.%s\"" msgstr "агрессивная очистка \"%s.%s\"" -#: access/heap/vacuumlazy.c:938 commands/cluster.c:898 +#: access/heap/vacuumlazy.c:938 commands/cluster.c:913 #, c-format msgid "vacuuming \"%s.%s\"" msgstr "очистка \"%s.%s\"" @@ -1379,8 +1379,8 @@ msgstr[1] "замороженных страниц: %u.\n" msgstr[2] "замороженных страниц: %u.\n" -#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:3986 -#: commands/indexcmds.c:4005 +#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4135 +#: commands/indexcmds.c:4154 #, c-format msgid "%s." msgstr "%s." @@ -1570,8 +1570,8 @@ msgstr "транзакция прервана во время сканирования системного каталога" #: access/index/indexam.c:142 catalog/objectaddress.c:1355 -#: commands/indexcmds.c:2670 commands/tablecmds.c:267 commands/tablecmds.c:291 -#: commands/tablecmds.c:16562 commands/tablecmds.c:18299 +#: commands/indexcmds.c:2799 commands/tablecmds.c:267 commands/tablecmds.c:291 +#: commands/tablecmds.c:16599 commands/tablecmds.c:18336 #, c-format msgid "\"%s\" is not an index" msgstr "\"%s\" - это не индекс" @@ -1597,7 +1597,7 @@ msgstr "Возможно, это вызвано переменной природой индексного выражения." #: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 -#: parser/parse_utilcmd.c:2319 +#: parser/parse_utilcmd.c:2329 #, c-format msgid "index \"%s\" is not a btree" msgstr "индекс \"%s\" не является b-деревом" @@ -1695,8 +1695,8 @@ msgstr "\"%s\" - это индекс" #: access/table/table.c:54 access/table/table.c:88 access/table/table.c:117 -#: access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13263 -#: commands/tablecmds.c:16571 +#: access/table/table.c:150 catalog/aclchk.c:1799 commands/tablecmds.c:13298 +#: commands/tablecmds.c:16608 #, c-format msgid "\"%s\" is a composite type" msgstr "\"%s\" - это составной тип" @@ -1712,7 +1712,7 @@ msgstr "Значение %s не может быть пустым." # well-spelled: симв -#: access/table/tableamapi.c:122 utils/misc/guc.c:12440 +#: access/table/tableamapi.c:122 utils/misc/guc.c:12462 #, c-format msgid "%s is too long (maximum %d characters)." msgstr "Длина %s превышает предел (%d симв.)." @@ -2176,7 +2176,7 @@ "вычисленная контрольная сумма (CRC) не соответствует значению, сохранённому " "в файле \"%s\"" -#: access/transam/twophase.c:1400 access/transam/xlog.c:6678 +#: access/transam/twophase.c:1400 access/transam/xlog.c:6688 #, c-format msgid "Failed while allocating a WAL reading processor." msgstr "Не удалось разместить обработчик журнала транзакций." @@ -2315,96 +2315,96 @@ msgstr "нельзя выполнить PREPARE для транзакции, снимки которой экспортированы" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3409 +#: access/transam/xact.c:3412 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s не может выполняться внутри блока транзакции" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3419 +#: access/transam/xact.c:3422 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s не может выполняться внутри подтранзакции" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3429 +#: access/transam/xact.c:3432 #, c-format msgid "%s cannot be executed from a function" msgstr "%s нельзя выполнять внутри функции" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3498 access/transam/xact.c:3804 -#: access/transam/xact.c:3883 access/transam/xact.c:4006 -#: access/transam/xact.c:4157 access/transam/xact.c:4226 -#: access/transam/xact.c:4337 +#: access/transam/xact.c:3503 access/transam/xact.c:3816 +#: access/transam/xact.c:3895 access/transam/xact.c:4018 +#: access/transam/xact.c:4169 access/transam/xact.c:4238 +#: access/transam/xact.c:4349 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s может выполняться только внутри блоков транзакций" -#: access/transam/xact.c:3690 +#: access/transam/xact.c:3702 #, c-format msgid "there is already a transaction in progress" msgstr "транзакция уже выполняется" -#: access/transam/xact.c:3809 access/transam/xact.c:3888 -#: access/transam/xact.c:4011 +#: access/transam/xact.c:3821 access/transam/xact.c:3900 +#: access/transam/xact.c:4023 #, c-format msgid "there is no transaction in progress" msgstr "нет незавершённой транзакции" -#: access/transam/xact.c:3899 +#: access/transam/xact.c:3911 #, c-format msgid "cannot commit during a parallel operation" msgstr "фиксировать транзакции во время параллельных операций нельзя" -#: access/transam/xact.c:4022 +#: access/transam/xact.c:4034 #, c-format msgid "cannot abort during a parallel operation" msgstr "прерывание во время параллельных операций невозможно" -#: access/transam/xact.c:4121 +#: access/transam/xact.c:4133 #, c-format msgid "cannot define savepoints during a parallel operation" msgstr "определять точки сохранения во время параллельных операций нельзя" -#: access/transam/xact.c:4208 +#: access/transam/xact.c:4220 #, c-format msgid "cannot release savepoints during a parallel operation" msgstr "высвобождать точки сохранения во время параллельных операций нельзя" -#: access/transam/xact.c:4218 access/transam/xact.c:4269 -#: access/transam/xact.c:4329 access/transam/xact.c:4378 +#: access/transam/xact.c:4230 access/transam/xact.c:4281 +#: access/transam/xact.c:4341 access/transam/xact.c:4390 #, c-format msgid "savepoint \"%s\" does not exist" msgstr "точка сохранения \"%s\" не существует" -#: access/transam/xact.c:4275 access/transam/xact.c:4384 +#: access/transam/xact.c:4287 access/transam/xact.c:4396 #, c-format msgid "savepoint \"%s\" does not exist within current savepoint level" msgstr "" "точка сохранения \"%s\" на текущем уровне точек сохранения не существует" -#: access/transam/xact.c:4317 +#: access/transam/xact.c:4329 #, c-format msgid "cannot rollback to savepoints during a parallel operation" msgstr "откатиться к точке сохранения во время параллельных операций нельзя" -#: access/transam/xact.c:4445 +#: access/transam/xact.c:4457 #, c-format msgid "cannot start subtransactions during a parallel operation" msgstr "запускать подтранзакции во время параллельных операций нельзя" -#: access/transam/xact.c:4513 +#: access/transam/xact.c:4525 #, c-format msgid "cannot commit subtransactions during a parallel operation" msgstr "фиксировать подтранзакции во время параллельных операций нельзя" -#: access/transam/xact.c:5160 +#: access/transam/xact.c:5172 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "в одной транзакции не может быть больше 2^32-1 подтранзакций" -#: access/transam/xlog.c:1835 +#: access/transam/xlog.c:1836 #, c-format msgid "" "request to flush past end of generated WAL; request %X/%X, current position " @@ -2413,49 +2413,58 @@ "запрос на сброс данных за концом сгенерированного WAL; запрошена позиция %X/" "%X, текущая позиция %X/%X" -#: access/transam/xlog.c:2608 +#: access/transam/xlog.c:2609 #, c-format msgid "could not write to log file %s at offset %u, length %zu: %m" msgstr "не удалось записать в файл журнала %s (смещение: %u, длина: %zu): %m" -#: access/transam/xlog.c:4010 access/transam/xlogutils.c:798 -#: replication/walsender.c:2529 +#: access/transam/xlog.c:3486 storage/file/fd.c:839 storage/file/fd.c:852 +#, c-format +msgid "" +"This is known to fail occasionally during archive recovery, where it is " +"harmless." +msgstr "" +"Это известная и безвредная ошибка, иногда возникающая при восстановлении " +"архива." + +#: access/transam/xlog.c:4014 access/transam/xlogutils.c:798 +#: replication/walsender.c:2557 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "запрошенный сегмент WAL %s уже удалён" -#: access/transam/xlog.c:4285 +#: access/transam/xlog.c:4289 #, c-format msgid "could not rename file \"%s\": %m" msgstr "не удалось переименовать файл \"%s\": %m" -#: access/transam/xlog.c:4327 access/transam/xlog.c:4337 +#: access/transam/xlog.c:4331 access/transam/xlog.c:4341 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "требуемый каталог WAL \"%s\" не существует" -#: access/transam/xlog.c:4343 +#: access/transam/xlog.c:4347 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "создаётся отсутствующий каталог WAL \"%s\"" -#: access/transam/xlog.c:4346 +#: access/transam/xlog.c:4350 commands/dbcommands.c:2208 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "не удалось создать отсутствующий каталог \"%s\": %m" -#: access/transam/xlog.c:4462 +#: access/transam/xlog.c:4472 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "неожиданный ID линии времени %u в сегменте журнала %s, смещение %u" -#: access/transam/xlog.c:4600 +#: access/transam/xlog.c:4610 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "" "новая линия времени %u не является ответвлением линии времени системы БД %u" -#: access/transam/xlog.c:4614 +#: access/transam/xlog.c:4624 #, c-format msgid "" "new timeline %u forked off current database system timeline %u before " @@ -2464,29 +2473,29 @@ "новая линия времени %u ответвилась от текущей линии времени базы данных %u " "до текущей точки восстановления %X/%X" -#: access/transam/xlog.c:4633 +#: access/transam/xlog.c:4643 #, c-format msgid "new target timeline is %u" msgstr "новая целевая линия времени %u" -#: access/transam/xlog.c:4669 +#: access/transam/xlog.c:4679 #, c-format msgid "could not generate secret authorization token" msgstr "не удалось сгенерировать случайное число для аутентификации" -#: access/transam/xlog.c:4828 access/transam/xlog.c:4837 -#: access/transam/xlog.c:4861 access/transam/xlog.c:4868 -#: access/transam/xlog.c:4875 access/transam/xlog.c:4880 -#: access/transam/xlog.c:4887 access/transam/xlog.c:4894 -#: access/transam/xlog.c:4901 access/transam/xlog.c:4908 -#: access/transam/xlog.c:4915 access/transam/xlog.c:4922 -#: access/transam/xlog.c:4931 access/transam/xlog.c:4938 -#: utils/init/miscinit.c:1577 +#: access/transam/xlog.c:4838 access/transam/xlog.c:4847 +#: access/transam/xlog.c:4871 access/transam/xlog.c:4878 +#: access/transam/xlog.c:4885 access/transam/xlog.c:4890 +#: access/transam/xlog.c:4897 access/transam/xlog.c:4904 +#: access/transam/xlog.c:4911 access/transam/xlog.c:4918 +#: access/transam/xlog.c:4925 access/transam/xlog.c:4932 +#: access/transam/xlog.c:4941 access/transam/xlog.c:4948 +#: utils/init/miscinit.c:1583 #, c-format msgid "database files are incompatible with server" msgstr "файлы базы данных несовместимы с сервером" -#: access/transam/xlog.c:4829 +#: access/transam/xlog.c:4839 #, c-format msgid "" "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), " @@ -2495,7 +2504,7 @@ "Кластер баз данных был инициализирован с PG_CONTROL_VERSION %d (0x%08x), но " "сервер скомпилирован с PG_CONTROL_VERSION %d (0x%08x)." -#: access/transam/xlog.c:4833 +#: access/transam/xlog.c:4843 #, c-format msgid "" "This could be a problem of mismatched byte ordering. It looks like you need " @@ -2504,7 +2513,7 @@ "Возможно, проблема вызвана разным порядком байт. Кажется, вам надо выполнить " "initdb." -#: access/transam/xlog.c:4838 +#: access/transam/xlog.c:4848 #, c-format msgid "" "The database cluster was initialized with PG_CONTROL_VERSION %d, but the " @@ -2513,18 +2522,18 @@ "Кластер баз данных был инициализирован с PG_CONTROL_VERSION %d, но сервер " "скомпилирован с PG_CONTROL_VERSION %d." -#: access/transam/xlog.c:4841 access/transam/xlog.c:4865 -#: access/transam/xlog.c:4872 access/transam/xlog.c:4877 +#: access/transam/xlog.c:4851 access/transam/xlog.c:4875 +#: access/transam/xlog.c:4882 access/transam/xlog.c:4887 #, c-format msgid "It looks like you need to initdb." msgstr "Кажется, вам надо выполнить initdb." -#: access/transam/xlog.c:4852 +#: access/transam/xlog.c:4862 #, c-format msgid "incorrect checksum in control file" msgstr "ошибка контрольной суммы в файле pg_control" -#: access/transam/xlog.c:4862 +#: access/transam/xlog.c:4872 #, c-format msgid "" "The database cluster was initialized with CATALOG_VERSION_NO %d, but the " @@ -2533,7 +2542,7 @@ "Кластер баз данных был инициализирован с CATALOG_VERSION_NO %d, но сервер " "скомпилирован с CATALOG_VERSION_NO %d." -#: access/transam/xlog.c:4869 +#: access/transam/xlog.c:4879 #, c-format msgid "" "The database cluster was initialized with MAXALIGN %d, but the server was " @@ -2542,7 +2551,7 @@ "Кластер баз данных был инициализирован с MAXALIGN %d, но сервер " "скомпилирован с MAXALIGN %d." -#: access/transam/xlog.c:4876 +#: access/transam/xlog.c:4886 #, c-format msgid "" "The database cluster appears to use a different floating-point number format " @@ -2551,7 +2560,7 @@ "Кажется, в кластере баз данных и в программе сервера используются разные " "форматы чисел с плавающей точкой." -#: access/transam/xlog.c:4881 +#: access/transam/xlog.c:4891 #, c-format msgid "" "The database cluster was initialized with BLCKSZ %d, but the server was " @@ -2560,16 +2569,16 @@ "Кластер баз данных был инициализирован с BLCKSZ %d, но сервер скомпилирован " "с BLCKSZ %d." -#: access/transam/xlog.c:4884 access/transam/xlog.c:4891 -#: access/transam/xlog.c:4898 access/transam/xlog.c:4905 -#: access/transam/xlog.c:4912 access/transam/xlog.c:4919 -#: access/transam/xlog.c:4926 access/transam/xlog.c:4934 -#: access/transam/xlog.c:4941 +#: access/transam/xlog.c:4894 access/transam/xlog.c:4901 +#: access/transam/xlog.c:4908 access/transam/xlog.c:4915 +#: access/transam/xlog.c:4922 access/transam/xlog.c:4929 +#: access/transam/xlog.c:4936 access/transam/xlog.c:4944 +#: access/transam/xlog.c:4951 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Кажется, вам надо перекомпилировать сервер или выполнить initdb." -#: access/transam/xlog.c:4888 +#: access/transam/xlog.c:4898 #, c-format msgid "" "The database cluster was initialized with RELSEG_SIZE %d, but the server was " @@ -2578,7 +2587,7 @@ "Кластер баз данных был инициализирован с RELSEG_SIZE %d, но сервер " "скомпилирован с RELSEG_SIZE %d." -#: access/transam/xlog.c:4895 +#: access/transam/xlog.c:4905 #, c-format msgid "" "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was " @@ -2587,7 +2596,7 @@ "Кластер баз данных был инициализирован с XLOG_BLCKSZ %d, но сервер " "скомпилирован с XLOG_BLCKSZ %d." -#: access/transam/xlog.c:4902 +#: access/transam/xlog.c:4912 #, c-format msgid "" "The database cluster was initialized with NAMEDATALEN %d, but the server was " @@ -2596,7 +2605,7 @@ "Кластер баз данных был инициализирован с NAMEDATALEN %d, но сервер " "скомпилирован с NAMEDATALEN %d." -#: access/transam/xlog.c:4909 +#: access/transam/xlog.c:4919 #, c-format msgid "" "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server " @@ -2605,7 +2614,7 @@ "Кластер баз данных был инициализирован с INDEX_MAX_KEYS %d, но сервер " "скомпилирован с INDEX_MAX_KEYS %d." -#: access/transam/xlog.c:4916 +#: access/transam/xlog.c:4926 #, c-format msgid "" "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the " @@ -2614,7 +2623,7 @@ "Кластер баз данных был инициализирован с TOAST_MAX_CHUNK_SIZE %d, но сервер " "скомпилирован с TOAST_MAX_CHUNK_SIZE %d." -#: access/transam/xlog.c:4923 +#: access/transam/xlog.c:4933 #, c-format msgid "" "The database cluster was initialized with LOBLKSIZE %d, but the server was " @@ -2623,7 +2632,7 @@ "Кластер баз данных был инициализирован с LOBLKSIZE %d, но сервер " "скомпилирован с LOBLKSIZE %d." -#: access/transam/xlog.c:4932 +#: access/transam/xlog.c:4942 #, c-format msgid "" "The database cluster was initialized without USE_FLOAT8_BYVAL but the server " @@ -2632,7 +2641,7 @@ "Кластер баз данных был инициализирован без USE_FLOAT8_BYVAL, но сервер " "скомпилирован с USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4939 +#: access/transam/xlog.c:4949 #, c-format msgid "" "The database cluster was initialized with USE_FLOAT8_BYVAL but the server " @@ -2641,7 +2650,7 @@ "Кластер баз данных был инициализирован с USE_FLOAT8_BYVAL, но сервер был " "скомпилирован без USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4948 +#: access/transam/xlog.c:4958 #, c-format msgid "" "WAL segment size must be a power of two between 1 MB and 1 GB, but the " @@ -2659,49 +2668,49 @@ "размер сегмента WAL должен задаваться степенью 2 в интервале от 1 МБ до 1 " "ГБ, но в управляющем файле указано значение: %d" -#: access/transam/xlog.c:4960 +#: access/transam/xlog.c:4970 #, c-format msgid "\"min_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "\"min_wal_size\" должен быть минимум вдвое больше \"wal_segment_size\"" -#: access/transam/xlog.c:4964 +#: access/transam/xlog.c:4974 #, c-format msgid "\"max_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "\"max_wal_size\" должен быть минимум вдвое больше \"wal_segment_size\"" -#: access/transam/xlog.c:5398 +#: access/transam/xlog.c:5408 #, c-format msgid "could not write bootstrap write-ahead log file: %m" msgstr "не удалось записать начальный файл журнала предзаписи: %m" -#: access/transam/xlog.c:5406 +#: access/transam/xlog.c:5416 #, c-format msgid "could not fsync bootstrap write-ahead log file: %m" msgstr "не удалось сбросить на диск начальный файл журнала предзаписи: %m" -#: access/transam/xlog.c:5412 +#: access/transam/xlog.c:5422 #, c-format msgid "could not close bootstrap write-ahead log file: %m" msgstr "не удалось закрыть начальный файл журнала предзаписи: %m" -#: access/transam/xlog.c:5473 +#: access/transam/xlog.c:5483 #, c-format msgid "using recovery command file \"%s\" is not supported" msgstr "" "использование файла с конфигурацией восстановления \"%s\" не поддерживается" -#: access/transam/xlog.c:5538 +#: access/transam/xlog.c:5548 #, c-format msgid "standby mode is not supported by single-user servers" msgstr "" "режим резервного сервера не поддерживается однопользовательским сервером" -#: access/transam/xlog.c:5555 +#: access/transam/xlog.c:5565 #, c-format msgid "specified neither primary_conninfo nor restore_command" msgstr "не указано ни primary_conninfo, ни restore_command" -#: access/transam/xlog.c:5556 +#: access/transam/xlog.c:5566 #, c-format msgid "" "The database server will regularly poll the pg_wal subdirectory to check for " @@ -2710,96 +2719,96 @@ "Сервер БД будет регулярно опрашивать подкаталог pg_wal и проверять " "содержащиеся в нём файлы." -#: access/transam/xlog.c:5564 +#: access/transam/xlog.c:5574 #, c-format msgid "must specify restore_command when standby mode is not enabled" msgstr "" "необходимо задать restore_command, если не выбран режим резервного сервера" -#: access/transam/xlog.c:5602 +#: access/transam/xlog.c:5612 #, c-format msgid "recovery target timeline %u does not exist" msgstr "целевая линия времени для восстановления %u не существует" -#: access/transam/xlog.c:5724 +#: access/transam/xlog.c:5734 #, c-format msgid "archive recovery complete" msgstr "восстановление архива завершено" -#: access/transam/xlog.c:5790 access/transam/xlog.c:6061 +#: access/transam/xlog.c:5800 access/transam/xlog.c:6071 #, c-format msgid "recovery stopping after reaching consistency" msgstr "" "восстановление останавливается после достижения согласованного состояния" -#: access/transam/xlog.c:5811 +#: access/transam/xlog.c:5821 #, c-format msgid "recovery stopping before WAL location (LSN) \"%X/%X\"" msgstr "восстановление останавливается перед позицией в WAL (LSN) \"%X/%X\"" -#: access/transam/xlog.c:5896 +#: access/transam/xlog.c:5906 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "" "восстановление останавливается перед фиксированием транзакции %u, время %s" -#: access/transam/xlog.c:5903 +#: access/transam/xlog.c:5913 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "" "восстановление останавливается перед прерыванием транзакции %u, время %s" -#: access/transam/xlog.c:5956 +#: access/transam/xlog.c:5966 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "восстановление останавливается в точке восстановления \"%s\", время %s" -#: access/transam/xlog.c:5974 +#: access/transam/xlog.c:5984 #, c-format msgid "recovery stopping after WAL location (LSN) \"%X/%X\"" msgstr "восстановление останавливается после позиции в WAL (LSN) \"%X/%X\"" -#: access/transam/xlog.c:6041 +#: access/transam/xlog.c:6051 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "" "восстановление останавливается после фиксирования транзакции %u, время %s" -#: access/transam/xlog.c:6049 +#: access/transam/xlog.c:6059 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "" "восстановление останавливается после прерывания транзакции %u, время %s" -#: access/transam/xlog.c:6094 +#: access/transam/xlog.c:6104 #, c-format msgid "pausing at the end of recovery" msgstr "остановка в конце восстановления" -#: access/transam/xlog.c:6095 +#: access/transam/xlog.c:6105 #, c-format msgid "Execute pg_wal_replay_resume() to promote." msgstr "Выполните pg_wal_replay_resume() для повышения." -#: access/transam/xlog.c:6098 access/transam/xlog.c:6380 +#: access/transam/xlog.c:6108 access/transam/xlog.c:6390 #, c-format msgid "recovery has paused" msgstr "восстановление приостановлено" -#: access/transam/xlog.c:6099 +#: access/transam/xlog.c:6109 #, c-format msgid "Execute pg_wal_replay_resume() to continue." msgstr "Выполните pg_wal_replay_resume() для продолжения." -#: access/transam/xlog.c:6371 +#: access/transam/xlog.c:6381 #, c-format msgid "hot standby is not possible because of insufficient parameter settings" msgstr "" "режим горячего резерва невозможен из-за отсутствия достаточных значений " "параметров" -#: access/transam/xlog.c:6372 access/transam/xlog.c:6399 -#: access/transam/xlog.c:6429 +#: access/transam/xlog.c:6382 access/transam/xlog.c:6409 +#: access/transam/xlog.c:6439 #, c-format msgid "" "%s = %d is a lower setting than on the primary server, where its value was " @@ -2807,12 +2816,12 @@ msgstr "" "Параметр %s = %d меньше, чем на ведущем сервере, где его значение было %d." -#: access/transam/xlog.c:6381 +#: access/transam/xlog.c:6391 #, c-format msgid "If recovery is unpaused, the server will shut down." msgstr "В случае возобновления восстановления сервер отключится." -#: access/transam/xlog.c:6382 +#: access/transam/xlog.c:6392 #, c-format msgid "" "You can then restart the server after making the necessary configuration " @@ -2821,24 +2830,24 @@ "Затем вы можете перезапустить сервер после внесения необходимых изменений " "конфигурации." -#: access/transam/xlog.c:6393 +#: access/transam/xlog.c:6403 #, c-format msgid "promotion is not possible because of insufficient parameter settings" msgstr "повышение невозможно из-за отсутствия достаточных значений параметров" -#: access/transam/xlog.c:6403 +#: access/transam/xlog.c:6413 #, c-format msgid "Restart the server after making the necessary configuration changes." msgstr "" "Перезапустите сервер после внесения необходимых изменений конфигурации." -#: access/transam/xlog.c:6427 +#: access/transam/xlog.c:6437 #, c-format msgid "recovery aborted because of insufficient parameter settings" msgstr "" "восстановление прервано из-за отсутствия достаточных значений параметров" -#: access/transam/xlog.c:6433 +#: access/transam/xlog.c:6443 #, c-format msgid "" "You can restart the server after making the necessary configuration changes." @@ -2846,51 +2855,51 @@ "Вы можете перезапустить сервер после внесения необходимых изменений " "конфигурации." -#: access/transam/xlog.c:6455 +#: access/transam/xlog.c:6465 #, c-format msgid "WAL was generated with wal_level=minimal, cannot continue recovering" msgstr "" "WAL был создан с параметром wal_level=minimal, продолжение восстановления " "невозможно" -#: access/transam/xlog.c:6456 +#: access/transam/xlog.c:6466 #, c-format msgid "This happens if you temporarily set wal_level=minimal on the server." msgstr "Это происходит, если вы на время устанавливали wal_level=minimal." -#: access/transam/xlog.c:6457 +#: access/transam/xlog.c:6467 #, c-format msgid "Use a backup taken after setting wal_level to higher than minimal." msgstr "" "Используйте резервную копию, сделанную после переключения wal_level на любой " "уровень выше minimal." -#: access/transam/xlog.c:6526 +#: access/transam/xlog.c:6536 #, c-format msgid "control file contains invalid checkpoint location" msgstr "файл pg_control содержит неправильную позицию контрольной точки" -#: access/transam/xlog.c:6537 +#: access/transam/xlog.c:6547 #, c-format msgid "database system was shut down at %s" msgstr "система БД была выключена: %s" -#: access/transam/xlog.c:6543 +#: access/transam/xlog.c:6553 #, c-format msgid "database system was shut down in recovery at %s" msgstr "система БД была выключена в процессе восстановления: %s" -#: access/transam/xlog.c:6549 +#: access/transam/xlog.c:6559 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "выключение системы БД было прервано; последний момент работы: %s" -#: access/transam/xlog.c:6555 +#: access/transam/xlog.c:6565 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "работа системы БД была прервана во время восстановления: %s" -#: access/transam/xlog.c:6557 +#: access/transam/xlog.c:6567 #, c-format msgid "" "This probably means that some data is corrupted and you will have to use the " @@ -2899,14 +2908,14 @@ "Это скорее всего означает, что некоторые данные повреждены и вам придётся " "восстановить БД из последней резервной копии." -#: access/transam/xlog.c:6563 +#: access/transam/xlog.c:6573 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "" "работа системы БД была прервана в процессе восстановления, время в журнале: " "%s" -#: access/transam/xlog.c:6565 +#: access/transam/xlog.c:6575 #, c-format msgid "" "If this has occurred more than once some data might be corrupted and you " @@ -2915,59 +2924,59 @@ "Если это происходит постоянно, возможно, какие-то данные были испорчены и " "для восстановления стоит выбрать более раннюю точку." -#: access/transam/xlog.c:6571 +#: access/transam/xlog.c:6581 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "работа системы БД была прервана; последний момент работы: %s" -#: access/transam/xlog.c:6577 +#: access/transam/xlog.c:6587 #, c-format msgid "control file contains invalid database cluster state" msgstr "файл pg_control содержит неверный код состояния кластера" -#: access/transam/xlog.c:6634 +#: access/transam/xlog.c:6644 #, c-format msgid "entering standby mode" msgstr "переход в режим резервного сервера" -#: access/transam/xlog.c:6637 +#: access/transam/xlog.c:6647 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "начинается восстановление точки во времени до XID %u" -#: access/transam/xlog.c:6641 +#: access/transam/xlog.c:6651 #, c-format msgid "starting point-in-time recovery to %s" msgstr "начинается восстановление точки во времени до %s" -#: access/transam/xlog.c:6645 +#: access/transam/xlog.c:6655 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "начинается восстановление точки во времени до \"%s\"" -#: access/transam/xlog.c:6649 +#: access/transam/xlog.c:6659 #, c-format msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\"" msgstr "" "начинается восстановление точки во времени до позиции в WAL (LSN) \"%X/%X\"" -#: access/transam/xlog.c:6653 +#: access/transam/xlog.c:6663 #, c-format msgid "starting point-in-time recovery to earliest consistent point" msgstr "" "начинается восстановление точки во времени до первой точки согласованности" -#: access/transam/xlog.c:6656 +#: access/transam/xlog.c:6666 #, c-format msgid "starting archive recovery" msgstr "начинается восстановление архива" -#: access/transam/xlog.c:6730 +#: access/transam/xlog.c:6740 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "не удалось найти положение REDO, указанное записью контрольной точки" -#: access/transam/xlog.c:6731 access/transam/xlog.c:6741 +#: access/transam/xlog.c:6741 access/transam/xlog.c:6751 #, c-format msgid "" "If you are restoring from a backup, touch \"%s/recovery.signal\" and add " @@ -2983,42 +2992,42 @@ "Будьте осторожны: при восстановлении резервной копии удаление \"%s/" "backup_label\" приведёт к повреждению кластера." -#: access/transam/xlog.c:6740 +#: access/transam/xlog.c:6750 #, c-format msgid "could not locate required checkpoint record" msgstr "не удалось считать нужную запись контрольной точки" -#: access/transam/xlog.c:6769 commands/tablespace.c:662 +#: access/transam/xlog.c:6779 commands/tablespace.c:665 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "не удалось создать символическую ссылку \"%s\": %m" -#: access/transam/xlog.c:6801 access/transam/xlog.c:6807 +#: access/transam/xlog.c:6811 access/transam/xlog.c:6817 #, c-format msgid "ignoring file \"%s\" because no file \"%s\" exists" msgstr "файл \"%s\" игнорируется ввиду отсутствия файла \"%s\"" -#: access/transam/xlog.c:6803 access/transam/xlog.c:12253 +#: access/transam/xlog.c:6813 access/transam/xlog.c:12344 #, c-format msgid "File \"%s\" was renamed to \"%s\"." msgstr "Файл \"%s\" был переименован в \"%s\"." -#: access/transam/xlog.c:6809 +#: access/transam/xlog.c:6819 #, c-format msgid "Could not rename file \"%s\" to \"%s\": %m." msgstr "Не удалось переименовать файл \"%s\" в \"%s\" (%m)." -#: access/transam/xlog.c:6860 +#: access/transam/xlog.c:6870 #, c-format msgid "could not locate a valid checkpoint record" msgstr "не удалось считать правильную запись контрольной точки" -#: access/transam/xlog.c:6898 +#: access/transam/xlog.c:6908 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "в истории сервера нет ответвления запрошенной линии времени %u" -#: access/transam/xlog.c:6900 +#: access/transam/xlog.c:6910 #, c-format msgid "" "Latest checkpoint is at %X/%X on timeline %u, but in the history of the " @@ -3027,7 +3036,7 @@ "Последняя контрольная точка: %X/%X на линии времени %u, но в истории " "запрошенной линии времени сервер ответвился с этой линии в %X/%X." -#: access/transam/xlog.c:6914 +#: access/transam/xlog.c:6924 #, c-format msgid "" "requested timeline %u does not contain minimum recovery point %X/%X on " @@ -3036,22 +3045,22 @@ "запрошенная линия времени %u не содержит минимальную точку восстановления %X/" "%X на линии времени %u" -#: access/transam/xlog.c:6944 +#: access/transam/xlog.c:6954 #, c-format msgid "invalid next transaction ID" msgstr "неверный ID следующей транзакции" -#: access/transam/xlog.c:7044 +#: access/transam/xlog.c:7054 #, c-format msgid "invalid redo in checkpoint record" msgstr "неверная запись REDO в контрольной точке" -#: access/transam/xlog.c:7055 +#: access/transam/xlog.c:7065 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "неверная запись REDO в контрольной точке выключения" -#: access/transam/xlog.c:7095 +#: access/transam/xlog.c:7105 #, c-format msgid "" "database system was not properly shut down; automatic recovery in progress" @@ -3059,19 +3068,19 @@ "система БД была остановлена нештатно; производится автоматическое " "восстановление" -#: access/transam/xlog.c:7099 +#: access/transam/xlog.c:7109 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "" "восстановление после сбоя начинается на линии времени %u, целевая линия " "времени: %u" -#: access/transam/xlog.c:7146 +#: access/transam/xlog.c:7156 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label содержит данные, не согласованные с файлом pg_control" -#: access/transam/xlog.c:7147 +#: access/transam/xlog.c:7157 #, c-format msgid "" "This means that the backup is corrupted and you will have to use another " @@ -3080,44 +3089,44 @@ "Это означает, что резервная копия повреждена и для восстановления БД " "придётся использовать другую копию." -#: access/transam/xlog.c:7373 +#: access/transam/xlog.c:7383 #, c-format msgid "redo starts at %X/%X" msgstr "запись REDO начинается со смещения %X/%X" -#: access/transam/xlog.c:7598 +#: access/transam/xlog.c:7608 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "" "запрошенная точка остановки восстановления предшествует согласованной точке " "восстановления" -#: access/transam/xlog.c:7636 +#: access/transam/xlog.c:7646 #, c-format msgid "redo done at %X/%X system usage: %s" msgstr "записи REDO обработаны до смещения %X/%X, нагрузка системы: %s" -#: access/transam/xlog.c:7642 +#: access/transam/xlog.c:7652 #, c-format msgid "last completed transaction was at log time %s" msgstr "последняя завершённая транзакция была выполнена в %s" -#: access/transam/xlog.c:7651 +#: access/transam/xlog.c:7661 #, c-format msgid "redo is not required" msgstr "данные REDO не требуются" -#: access/transam/xlog.c:7663 +#: access/transam/xlog.c:7673 #, c-format msgid "recovery ended before configured recovery target was reached" msgstr "восстановление окончилось до достижения заданной цели восстановления" -#: access/transam/xlog.c:7747 access/transam/xlog.c:7751 +#: access/transam/xlog.c:7757 access/transam/xlog.c:7761 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL закончился без признака окончания копирования" -#: access/transam/xlog.c:7748 +#: access/transam/xlog.c:7758 #, c-format msgid "" "All WAL generated while online backup was taken must be available at " @@ -3126,7 +3135,7 @@ "Все журналы WAL, созданные во время резервного копирования \"на ходу\", " "должны быть в наличии для восстановления." -#: access/transam/xlog.c:7752 +#: access/transam/xlog.c:7762 #, c-format msgid "" "Online backup started with pg_start_backup() must be ended with " @@ -3136,90 +3145,110 @@ "должно закончиться pg_stop_backup(), и для восстановления должны быть " "доступны все журналы WAL." -#: access/transam/xlog.c:7755 +#: access/transam/xlog.c:7765 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL закончился до согласованной точки восстановления" -#: access/transam/xlog.c:7790 +#: access/transam/xlog.c:7800 #, c-format msgid "selected new timeline ID: %u" msgstr "выбранный ID новой линии времени: %u" -#: access/transam/xlog.c:8260 +#: access/transam/xlog.c:8240 +#, c-format +msgid "unexpected directory entry \"%s\" found in %s" +msgstr "в %2$s обнаружен недопустимый элемент-каталог \"%1$s\"" + +#: access/transam/xlog.c:8242 +#, c-format +msgid "All directory entries in pg_tblspc/ should be symbolic links." +msgstr "" +"Все элементы-каталоги в pg_tblspc/ должны быть символическими ссылками." + +#: access/transam/xlog.c:8243 +#, c-format +msgid "" +"Remove those directories, or set allow_in_place_tablespaces to ON " +"transiently to let recovery complete." +msgstr "" +"Удалите эти каталоги или на время установите в allow_in_place_tablespaces " +"значение ON, чтобы восстановление завершилось." + +#: access/transam/xlog.c:8327 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "согласованное состояние восстановления достигнуто по смещению %X/%X" -#: access/transam/xlog.c:8469 +#: access/transam/xlog.c:8536 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "неверная ссылка на первичную контрольную точку в файле pg_control" -#: access/transam/xlog.c:8473 +#: access/transam/xlog.c:8540 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "неверная ссылка на контрольную точку в файле backup_label" -#: access/transam/xlog.c:8491 +#: access/transam/xlog.c:8558 #, c-format msgid "invalid primary checkpoint record" msgstr "неверная запись первичной контрольной точки" -#: access/transam/xlog.c:8495 +#: access/transam/xlog.c:8562 #, c-format msgid "invalid checkpoint record" msgstr "неверная запись контрольной точки" -#: access/transam/xlog.c:8506 +#: access/transam/xlog.c:8573 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "неверный ID менеджера ресурсов в записи первичной контрольной точки" -#: access/transam/xlog.c:8510 +#: access/transam/xlog.c:8577 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "неверный ID менеджера ресурсов в записи контрольной точки" -#: access/transam/xlog.c:8523 +#: access/transam/xlog.c:8590 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "неверные флаги xl_info в записи первичной контрольной точки" -#: access/transam/xlog.c:8527 +#: access/transam/xlog.c:8594 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "неверные флаги xl_info в записи контрольной точки" -#: access/transam/xlog.c:8538 +#: access/transam/xlog.c:8605 #, c-format msgid "invalid length of primary checkpoint record" msgstr "неверная длина записи первичной контрольной точки" -#: access/transam/xlog.c:8542 +#: access/transam/xlog.c:8609 #, c-format msgid "invalid length of checkpoint record" msgstr "неверная длина записи контрольной точки" -#: access/transam/xlog.c:8723 +#: access/transam/xlog.c:8790 #, c-format msgid "shutting down" msgstr "выключение" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8762 +#: access/transam/xlog.c:8829 #, c-format msgid "restartpoint starting:%s%s%s%s%s%s%s%s" msgstr "начата точка перезапуска:%s%s%s%s%s%s%s%s" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8774 +#: access/transam/xlog.c:8841 #, c-format msgid "checkpoint starting:%s%s%s%s%s%s%s%s" msgstr "начата контрольная точка:%s%s%s%s%s%s%s%s" # well-spelled: синхр -#: access/transam/xlog.c:8834 +#: access/transam/xlog.c:8901 #, c-format msgid "" "restartpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d " @@ -3233,7 +3262,7 @@ "%ld.%03d сек., средняя=%ld.%03d сек.; расстояние=%d kB, ожидалось=%d kB" # well-spelled: синхр -#: access/transam/xlog.c:8854 +#: access/transam/xlog.c:8921 #, c-format msgid "" "checkpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d " @@ -3246,7 +3275,7 @@ "сек., всего=%ld.%03d сек.; синхронизировано_файлов=%d, самая_долгая_синхр.=" "%ld.%03d сек., средняя=%ld.%03d сек.; расстояние=%d kB, ожидалось=%d kB" -#: access/transam/xlog.c:9298 +#: access/transam/xlog.c:9365 #, c-format msgid "" "concurrent write-ahead log activity while database system is shutting down" @@ -3254,22 +3283,22 @@ "во время выключения системы баз данных отмечена активность в журнале " "предзаписи" -#: access/transam/xlog.c:9817 +#: access/transam/xlog.c:9898 #, c-format msgid "recovery restart point at %X/%X" msgstr "точка перезапуска восстановления по смещению %X/%X" -#: access/transam/xlog.c:9819 +#: access/transam/xlog.c:9900 #, c-format msgid "Last completed transaction was at log time %s." msgstr "Последняя завершённая транзакция была выполнена в %s." -#: access/transam/xlog.c:10065 +#: access/transam/xlog.c:10146 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "точка восстановления \"%s\" создана по смещению %X/%X" -#: access/transam/xlog.c:10210 +#: access/transam/xlog.c:10291 #, c-format msgid "" "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint " @@ -3278,13 +3307,13 @@ "неожиданный ID предыдущей линии времени %u (ID текущей линии времени %u) в " "записи контрольной точки" -#: access/transam/xlog.c:10219 +#: access/transam/xlog.c:10300 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "неожиданный ID линии времени %u (после %u) в записи контрольной точки" # skip-rule: capital-letter-first -#: access/transam/xlog.c:10235 +#: access/transam/xlog.c:10316 #, c-format msgid "" "unexpected timeline ID %u in checkpoint record, before reaching minimum " @@ -3293,39 +3322,39 @@ "неожиданный ID линии времени %u в записи контрольной точки, до достижения " "минимальной к. т. %X/%X на линии времени %u" -#: access/transam/xlog.c:10310 +#: access/transam/xlog.c:10391 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "" "резервное копирование \"на ходу\" было отменено, продолжить восстановление " "нельзя" -#: access/transam/xlog.c:10366 access/transam/xlog.c:10422 -#: access/transam/xlog.c:10452 +#: access/transam/xlog.c:10447 access/transam/xlog.c:10503 +#: access/transam/xlog.c:10533 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "" "неожиданный ID линии времени %u (должен быть %u) в записи точки " "восстановления" -#: access/transam/xlog.c:10610 +#: access/transam/xlog.c:10691 #, c-format msgid "successfully skipped missing contrecord at %X/%X, overwritten at %s" msgstr "" "успешно пропущена отсутствующая запись contrecord в %X/%X, перезаписанная в " "%s" -#: access/transam/xlog.c:10825 +#: access/transam/xlog.c:10906 #, c-format msgid "could not fsync write-through file \"%s\": %m" msgstr "не удалось синхронизировать с ФС файл сквозной записи %s: %m" -#: access/transam/xlog.c:10831 +#: access/transam/xlog.c:10912 #, c-format msgid "could not fdatasync file \"%s\": %m" msgstr "не удалось синхронизировать с ФС данные (fdatasync) файла \"%s\": %m" -#: access/transam/xlog.c:10942 access/transam/xlog.c:11471 +#: access/transam/xlog.c:11023 access/transam/xlog.c:11560 #: access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 #: access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 #: access/transam/xlogfuncs.c:383 @@ -3333,35 +3362,35 @@ msgid "WAL control functions cannot be executed during recovery." msgstr "Функции управления WAL нельзя использовать в процессе восстановления." -#: access/transam/xlog.c:10951 access/transam/xlog.c:11480 +#: access/transam/xlog.c:11032 access/transam/xlog.c:11569 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "" "Выбранный уровень WAL недостаточен для резервного копирования \"на ходу\"" -#: access/transam/xlog.c:10952 access/transam/xlog.c:11481 +#: access/transam/xlog.c:11033 access/transam/xlog.c:11570 #: access/transam/xlogfuncs.c:308 #, c-format msgid "wal_level must be set to \"replica\" or \"logical\" at server start." msgstr "Установите wal_level \"replica\" или \"logical\" при запуске сервера." -#: access/transam/xlog.c:10957 +#: access/transam/xlog.c:11038 #, c-format msgid "backup label too long (max %d bytes)" msgstr "длина метки резервной копии превышает предел (%d байт)" -#: access/transam/xlog.c:10994 access/transam/xlog.c:11270 -#: access/transam/xlog.c:11308 +#: access/transam/xlog.c:11075 access/transam/xlog.c:11359 +#: access/transam/xlog.c:11397 #, c-format msgid "a backup is already in progress" msgstr "резервное копирование уже выполняется" -#: access/transam/xlog.c:10995 +#: access/transam/xlog.c:11076 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Выполните pg_stop_backup() и повторите операцию." -#: access/transam/xlog.c:11091 +#: access/transam/xlog.c:11172 #, c-format msgid "" "WAL generated with full_page_writes=off was replayed since last restartpoint" @@ -3369,7 +3398,7 @@ "После последней точки перезапуска был воспроизведён WAL, созданный в режиме " "full_page_writes=off." -#: access/transam/xlog.c:11093 access/transam/xlog.c:11676 +#: access/transam/xlog.c:11174 access/transam/xlog.c:11765 #, c-format msgid "" "This means that the backup being taken on the standby is corrupt and should " @@ -3381,19 +3410,19 @@ "CHECKPOINT на ведущем сервере, а затем попробуйте резервное копирование \"на " "ходу\" ещё раз." -#: access/transam/xlog.c:11169 replication/basebackup.c:1433 -#: utils/adt/misc.c:345 +#: access/transam/xlog.c:11258 replication/basebackup.c:1439 +#: utils/adt/misc.c:374 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "целевой путь символической ссылки \"%s\" слишком длинный" -#: access/transam/xlog.c:11219 commands/tablespace.c:402 -#: commands/tablespace.c:578 replication/basebackup.c:1448 utils/adt/misc.c:353 +#: access/transam/xlog.c:11308 commands/tablespace.c:385 +#: commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 #, c-format msgid "tablespaces are not supported on this platform" msgstr "табличные пространства не поддерживаются на этой платформе" -#: access/transam/xlog.c:11271 access/transam/xlog.c:11309 +#: access/transam/xlog.c:11360 access/transam/xlog.c:11398 #, c-format msgid "" "If you're sure there is no backup in progress, remove file \"%s\" and try " @@ -3402,31 +3431,31 @@ "Если вы считаете, что информация о резервном копировании неверна, удалите " "файл \"%s\" и попробуйте снова." -#: access/transam/xlog.c:11496 +#: access/transam/xlog.c:11585 #, c-format msgid "exclusive backup not in progress" msgstr "монопольное резервное копирование не выполняется" -#: access/transam/xlog.c:11523 +#: access/transam/xlog.c:11612 #, c-format msgid "a backup is not in progress" msgstr "резервное копирование не выполняется" -#: access/transam/xlog.c:11609 access/transam/xlog.c:11622 -#: access/transam/xlog.c:12011 access/transam/xlog.c:12017 -#: access/transam/xlog.c:12065 access/transam/xlog.c:12145 -#: access/transam/xlog.c:12169 access/transam/xlogfuncs.c:733 +#: access/transam/xlog.c:11698 access/transam/xlog.c:11711 +#: access/transam/xlog.c:12102 access/transam/xlog.c:12108 +#: access/transam/xlog.c:12156 access/transam/xlog.c:12236 +#: access/transam/xlog.c:12260 access/transam/xlogfuncs.c:733 #, c-format msgid "invalid data in file \"%s\"" msgstr "неверные данные в файле \"%s\"" -#: access/transam/xlog.c:11626 replication/basebackup.c:1281 +#: access/transam/xlog.c:11715 replication/basebackup.c:1287 #, c-format msgid "the standby was promoted during online backup" msgstr "" "дежурный сервер был повышен в процессе резервного копирования \"на ходу\"" -#: access/transam/xlog.c:11627 replication/basebackup.c:1282 +#: access/transam/xlog.c:11716 replication/basebackup.c:1288 #, c-format msgid "" "This means that the backup being taken is corrupt and should not be used. " @@ -3435,7 +3464,7 @@ "Это означает, что создаваемая резервная копия испорчена и использовать её не " "следует. Попробуйте резервное копирование \"на ходу\" ещё раз." -#: access/transam/xlog.c:11674 +#: access/transam/xlog.c:11763 #, c-format msgid "" "WAL generated with full_page_writes=off was replayed during online backup" @@ -3443,13 +3472,13 @@ "В процессе резервного копирования \"на ходу\" был воспроизведён WAL, " "созданный в режиме full_page_writes=off" -#: access/transam/xlog.c:11794 +#: access/transam/xlog.c:11883 #, c-format msgid "base backup done, waiting for required WAL segments to be archived" msgstr "" "базовое копирование выполнено, ожидается архивация нужных сегментов WAL" -#: access/transam/xlog.c:11806 +#: access/transam/xlog.c:11895 #, c-format msgid "" "still waiting for all required WAL segments to be archived (%d seconds " @@ -3457,7 +3486,7 @@ msgstr "" "продолжается ожидание архивации всех нужных сегментов WAL (прошло %d сек.)" -#: access/transam/xlog.c:11808 +#: access/transam/xlog.c:11897 #, c-format msgid "" "Check that your archive_command is executing properly. You can safely " @@ -3468,12 +3497,12 @@ "копирования можно отменить безопасно, но резервная копия базы будет " "непригодна без всех сегментов WAL." -#: access/transam/xlog.c:11815 +#: access/transam/xlog.c:11904 #, c-format msgid "all required WAL segments have been archived" msgstr "все нужные сегменты WAL заархивированы" -#: access/transam/xlog.c:11819 +#: access/transam/xlog.c:11908 #, c-format msgid "" "WAL archiving is not enabled; you must ensure that all required WAL segments " @@ -3482,48 +3511,48 @@ "архивация WAL не настроена; вы должны обеспечить копирование всех требуемых " "сегментов WAL другими средствами для получения резервной копии" -#: access/transam/xlog.c:11872 +#: access/transam/xlog.c:11963 #, c-format msgid "aborting backup due to backend exiting before pg_stop_backup was called" msgstr "" "прерывание резервного копирования из-за завершения обслуживающего процесса " "до вызова pg_stop_backup" -#: access/transam/xlog.c:12066 +#: access/transam/xlog.c:12157 #, c-format msgid "Timeline ID parsed is %u, but expected %u." msgstr "Получен идентификатор линии времени %u, но ожидался %u." #. translator: %s is a WAL record description -#: access/transam/xlog.c:12194 +#: access/transam/xlog.c:12285 #, c-format msgid "WAL redo at %X/%X for %s" msgstr "запись REDO в WAL в позиции %X/%X для %s" -#: access/transam/xlog.c:12242 +#: access/transam/xlog.c:12333 #, c-format msgid "online backup mode was not canceled" msgstr "режим копирования \"на ходу\" не был отменён" -#: access/transam/xlog.c:12243 +#: access/transam/xlog.c:12334 #, c-format msgid "File \"%s\" could not be renamed to \"%s\": %m." msgstr "Не удалось переименовать файл \"%s\" в \"%s\": %m." -#: access/transam/xlog.c:12252 access/transam/xlog.c:12264 -#: access/transam/xlog.c:12274 +#: access/transam/xlog.c:12343 access/transam/xlog.c:12355 +#: access/transam/xlog.c:12365 #, c-format msgid "online backup mode canceled" msgstr "режим копирования \"на ходу\" отменён" -#: access/transam/xlog.c:12265 +#: access/transam/xlog.c:12356 #, c-format msgid "" "Files \"%s\" and \"%s\" were renamed to \"%s\" and \"%s\", respectively." msgstr "" "Файлы \"%s\" и \"%s\" были переименованы в \"%s\" и \"%s\", соответственно." -#: access/transam/xlog.c:12275 +#: access/transam/xlog.c:12366 #, c-format msgid "" "File \"%s\" was renamed to \"%s\", but file \"%s\" could not be renamed to " @@ -3532,34 +3561,34 @@ "Файл \"%s\" был переименован в \"%s\", но переименовать \"%s\" в \"%s\" не " "удалось: %m." -#: access/transam/xlog.c:12408 access/transam/xlogutils.c:967 +#: access/transam/xlog.c:12499 access/transam/xlogutils.c:967 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "не удалось прочитать сегмент журнала %s, смещение %u: %m" -#: access/transam/xlog.c:12414 access/transam/xlogutils.c:974 +#: access/transam/xlog.c:12505 access/transam/xlogutils.c:974 #, c-format msgid "could not read from log segment %s, offset %u: read %d of %zu" msgstr "" "не удалось прочитать из сегмента журнала %s по смещению %u (прочитано байт: " "%d из %zu)" -#: access/transam/xlog.c:12959 +#: access/transam/xlog.c:13050 #, c-format msgid "WAL receiver process shutdown requested" msgstr "получен запрос на выключение процесса приёмника WAL" -#: access/transam/xlog.c:13054 +#: access/transam/xlog.c:13145 #, c-format msgid "received promote request" msgstr "получен запрос повышения статуса" -#: access/transam/xlog.c:13067 +#: access/transam/xlog.c:13158 #, c-format msgid "promote trigger file found: %s" msgstr "найден файл триггера повышения: %s" -#: access/transam/xlog.c:13075 +#: access/transam/xlog.c:13166 #, c-format msgid "could not stat promote trigger file \"%s\": %m" msgstr "не удалось получить информацию о файле триггера повышения \"%s\": %m" @@ -3604,7 +3633,7 @@ msgid "could not write archive status file \"%s\": %m" msgstr "не удалось записать файл состояния архива \"%s\": %m" -#: access/transam/xlogfuncs.c:74 +#: access/transam/xlogfuncs.c:74 replication/basebackup.c:940 #, c-format msgid "a backup is already in progress in this session" msgstr "резервное копирование уже выполняется в этом сеансе" @@ -3622,17 +3651,17 @@ #: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 #: commands/event_trigger.c:1869 commands/extension.c:1945 #: commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 -#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1058 +#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1073 #: foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 #: replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 -#: replication/slotfuncs.c:255 replication/walsender.c:3300 +#: replication/slotfuncs.c:255 replication/walsender.c:3328 #: storage/ipc/shmem.c:554 utils/adt/datetime.c:4812 utils/adt/genfile.c:507 #: utils/adt/genfile.c:590 utils/adt/jsonfuncs.c:1935 #: utils/adt/jsonfuncs.c:2047 utils/adt/jsonfuncs.c:2235 #: utils/adt/jsonfuncs.c:2344 utils/adt/jsonfuncs.c:3805 -#: utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:218 utils/adt/pgstatfuncs.c:477 +#: utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 #: utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 -#: utils/adt/varlena.c:4825 utils/fmgr/funcapi.c:74 utils/misc/guc.c:9995 +#: utils/adt/varlena.c:4821 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 #: utils/mmgr/portalmem.c:1145 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -3644,11 +3673,11 @@ #: commands/extension.c:2057 commands/extension.c:2342 commands/prepare.c:717 #: foreign/foreign.c:525 libpq/hba.c:2726 replication/logical/launcher.c:941 #: replication/logical/logicalfuncs.c:161 replication/logical/origin.c:1498 -#: replication/slotfuncs.c:259 replication/walsender.c:3304 +#: replication/slotfuncs.c:259 replication/walsender.c:3332 #: storage/ipc/shmem.c:558 utils/adt/datetime.c:4816 utils/adt/genfile.c:511 -#: utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:222 +#: utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 #: utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 -#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4829 utils/misc/guc.c:9999 +#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4825 utils/misc/guc.c:10021 #: utils/misc/pg_config.c:43 utils/mmgr/portalmem.c:1149 #, c-format msgid "materialize mode required, but it is not allowed in this context" @@ -3752,7 +3781,7 @@ #: access/transam/xlogreader.c:490 #, c-format msgid "invalid contrecord length %u (expected %lld) at %X/%X" -msgstr "неверная длина contrecord: %u (ожидалось %lld) в позиции %X/%X" +msgstr "неверная длина contrecord: %u (ожидалась %lld) в позиции %X/%X" #: access/transam/xlogreader.c:741 #, c-format @@ -3896,12 +3925,12 @@ msgstr "" "для -X требуется число, равное степени двух, в интервале от 1 МБ до 1 ГБ" -#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:847 tcop/postgres.c:3868 +#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:847 tcop/postgres.c:3869 #, c-format msgid "--%s requires a value" msgstr "для --%s требуется значение" -#: bootstrap/bootstrap.c:292 postmaster/postmaster.c:852 tcop/postgres.c:3873 +#: bootstrap/bootstrap.c:292 postmaster/postmaster.c:852 tcop/postgres.c:3874 #, c-format msgid "-c %s requires a value" msgstr "для -c %s требуется значение" @@ -4056,14 +4085,14 @@ #: commands/copy.c:401 commands/copy.c:410 commands/copy.c:420 #: commands/copy.c:429 commands/copy.c:438 commands/copy.c:456 #: commands/copy.c:472 commands/copy.c:492 commands/copy.c:509 -#: commands/dbcommands.c:157 commands/dbcommands.c:166 -#: commands/dbcommands.c:175 commands/dbcommands.c:184 -#: commands/dbcommands.c:193 commands/dbcommands.c:202 -#: commands/dbcommands.c:211 commands/dbcommands.c:220 -#: commands/dbcommands.c:229 commands/dbcommands.c:238 -#: commands/dbcommands.c:260 commands/dbcommands.c:1502 -#: commands/dbcommands.c:1511 commands/dbcommands.c:1520 -#: commands/dbcommands.c:1529 commands/extension.c:1736 +#: commands/dbcommands.c:158 commands/dbcommands.c:167 +#: commands/dbcommands.c:176 commands/dbcommands.c:185 +#: commands/dbcommands.c:194 commands/dbcommands.c:203 +#: commands/dbcommands.c:212 commands/dbcommands.c:221 +#: commands/dbcommands.c:230 commands/dbcommands.c:239 +#: commands/dbcommands.c:261 commands/dbcommands.c:1503 +#: commands/dbcommands.c:1512 commands/dbcommands.c:1521 +#: commands/dbcommands.c:1530 commands/extension.c:1736 #: commands/extension.c:1746 commands/extension.c:1756 #: commands/extension.c:3056 commands/foreigncmds.c:539 #: commands/foreigncmds.c:548 commands/functioncmds.c:605 @@ -4071,14 +4100,14 @@ #: commands/functioncmds.c:789 commands/functioncmds.c:798 #: commands/functioncmds.c:2096 commands/functioncmds.c:2104 #: commands/publicationcmds.c:87 commands/publicationcmds.c:130 -#: commands/sequence.c:1266 commands/sequence.c:1276 commands/sequence.c:1286 -#: commands/sequence.c:1296 commands/sequence.c:1306 commands/sequence.c:1316 -#: commands/sequence.c:1326 commands/sequence.c:1336 commands/sequence.c:1346 +#: commands/sequence.c:1274 commands/sequence.c:1284 commands/sequence.c:1294 +#: commands/sequence.c:1304 commands/sequence.c:1314 commands/sequence.c:1324 +#: commands/sequence.c:1334 commands/sequence.c:1344 commands/sequence.c:1354 #: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 #: commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 #: commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 #: commands/subscriptioncmds.c:195 commands/subscriptioncmds.c:205 -#: commands/subscriptioncmds.c:215 commands/tablecmds.c:7566 +#: commands/subscriptioncmds.c:215 commands/tablecmds.c:7588 #: commands/typecmds.c:335 commands/typecmds.c:1416 commands/typecmds.c:1425 #: commands/typecmds.c:1433 commands/typecmds.c:1441 commands/typecmds.c:1449 #: commands/typecmds.c:1457 commands/user.c:133 commands/user.c:147 @@ -4089,11 +4118,11 @@ #: commands/user.c:590 commands/user.c:598 commands/user.c:606 #: commands/user.c:614 commands/user.c:622 commands/user.c:630 #: commands/user.c:638 commands/user.c:647 commands/user.c:655 -#: commands/user.c:663 parser/parse_utilcmd.c:397 -#: replication/pgoutput/pgoutput.c:189 replication/pgoutput/pgoutput.c:210 -#: replication/pgoutput/pgoutput.c:224 replication/pgoutput/pgoutput.c:234 -#: replication/pgoutput/pgoutput.c:244 replication/walsender.c:882 -#: replication/walsender.c:893 replication/walsender.c:903 +#: commands/user.c:663 parser/parse_utilcmd.c:407 +#: replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 +#: replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 +#: replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 +#: replication/walsender.c:894 replication/walsender.c:904 #, c-format msgid "conflicting or redundant options" msgstr "конфликтующие или избыточные параметры" @@ -4109,27 +4138,27 @@ msgstr "предложение IN SCHEMA нельзя использовать в GRANT/REVOKE ON SCHEMAS" #: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 -#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1701 -#: commands/tablecmds.c:7029 commands/tablecmds.c:7185 -#: commands/tablecmds.c:7235 commands/tablecmds.c:7309 -#: commands/tablecmds.c:7379 commands/tablecmds.c:7491 -#: commands/tablecmds.c:7585 commands/tablecmds.c:7644 -#: commands/tablecmds.c:7733 commands/tablecmds.c:7762 -#: commands/tablecmds.c:7917 commands/tablecmds.c:7999 -#: commands/tablecmds.c:8155 commands/tablecmds.c:8273 -#: commands/tablecmds.c:11622 commands/tablecmds.c:11803 -#: commands/tablecmds.c:11963 commands/tablecmds.c:13106 -#: commands/tablecmds.c:15671 commands/trigger.c:942 parser/analyze.c:2428 +#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1709 +#: commands/tablecmds.c:7051 commands/tablecmds.c:7207 +#: commands/tablecmds.c:7257 commands/tablecmds.c:7331 +#: commands/tablecmds.c:7401 commands/tablecmds.c:7513 +#: commands/tablecmds.c:7607 commands/tablecmds.c:7666 +#: commands/tablecmds.c:7755 commands/tablecmds.c:7784 +#: commands/tablecmds.c:7939 commands/tablecmds.c:8021 +#: commands/tablecmds.c:8177 commands/tablecmds.c:8295 +#: commands/tablecmds.c:11657 commands/tablecmds.c:11838 +#: commands/tablecmds.c:11998 commands/tablecmds.c:13141 +#: commands/tablecmds.c:15708 commands/trigger.c:942 parser/analyze.c:2422 #: parser/parse_relation.c:714 parser/parse_target.c:1063 -#: parser/parse_type.c:144 parser/parse_utilcmd.c:3421 -#: parser/parse_utilcmd.c:3457 parser/parse_utilcmd.c:3499 utils/adt/acl.c:2845 -#: utils/adt/ruleutils.c:2712 +#: parser/parse_type.c:144 parser/parse_utilcmd.c:3431 +#: parser/parse_utilcmd.c:3467 parser/parse_utilcmd.c:3509 utils/adt/acl.c:2845 +#: utils/adt/ruleutils.c:2716 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "столбец \"%s\" в таблице \"%s\" не существует" -#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1139 -#: commands/tablecmds.c:249 commands/tablecmds.c:16535 utils/adt/acl.c:2053 +#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1147 +#: commands/tablecmds.c:249 commands/tablecmds.c:16572 utils/adt/acl.c:2053 #: utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 #: utils/adt/acl.c:2175 utils/adt/acl.c:2205 #, c-format @@ -4312,9 +4341,9 @@ msgid "permission denied for schema %s" msgstr "нет доступа к схеме %s" -#: catalog/aclchk.c:3400 commands/sequence.c:610 commands/sequence.c:844 -#: commands/sequence.c:886 commands/sequence.c:927 commands/sequence.c:1799 -#: commands/sequence.c:1863 +#: catalog/aclchk.c:3400 commands/sequence.c:618 commands/sequence.c:852 +#: commands/sequence.c:894 commands/sequence.c:935 commands/sequence.c:1807 +#: commands/sequence.c:1871 #, c-format msgid "permission denied for sequence %s" msgstr "нет доступа к последовательности %s" @@ -4677,7 +4706,7 @@ msgid "pg_nextoid() can only be used on system catalogs" msgstr "pg_nextoid() можно использовать только для системных каталогов" -#: catalog/catalog.c:549 parser/parse_utilcmd.c:2266 +#: catalog/catalog.c:549 parser/parse_utilcmd.c:2276 #, c-format msgid "index \"%s\" does not belong to table \"%s\"" msgstr "индекс \"%s\" не принадлежит таблице \"%s\"" @@ -4740,16 +4769,14 @@ msgid "cannot drop %s because other objects depend on it" msgstr "удалить объект %s нельзя, так как от него зависят другие объекты" -#: catalog/dependency.c:1196 catalog/dependency.c:1197 -#: catalog/dependency.c:1203 catalog/dependency.c:1204 -#: catalog/dependency.c:1215 catalog/dependency.c:1216 -#: commands/tablecmds.c:1303 commands/tablecmds.c:13724 -#: commands/tablespace.c:481 commands/user.c:1095 commands/view.c:492 -#: libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 -#: storage/lmgr/proc.c:1433 utils/adt/acl.c:5250 utils/adt/jsonfuncs.c:618 -#: utils/adt/jsonfuncs.c:624 utils/misc/guc.c:7116 utils/misc/guc.c:7152 -#: utils/misc/guc.c:7222 utils/misc/guc.c:11402 utils/misc/guc.c:11436 -#: utils/misc/guc.c:11470 utils/misc/guc.c:11513 utils/misc/guc.c:11555 +#: catalog/dependency.c:1197 catalog/dependency.c:1204 +#: catalog/dependency.c:1216 commands/tablecmds.c:1304 +#: commands/tablecmds.c:13759 commands/tablespace.c:464 commands/user.c:1095 +#: commands/view.c:506 libpq/auth.c:338 replication/syncrep.c:1043 +#: storage/lmgr/deadlock.c:1152 storage/lmgr/proc.c:1433 utils/misc/guc.c:7128 +#: utils/misc/guc.c:7164 utils/misc/guc.c:7234 utils/misc/guc.c:11424 +#: utils/misc/guc.c:11458 utils/misc/guc.c:11492 utils/misc/guc.c:11535 +#: utils/misc/guc.c:11577 #, c-format msgid "%s" msgstr "%s" @@ -4774,7 +4801,7 @@ msgstr[1] "удаление распространяется на ещё %d объекта" msgstr[2] "удаление распространяется на ещё %d объектов" -#: catalog/dependency.c:1875 +#: catalog/dependency.c:1882 #, c-format msgid "constant of the type %s cannot be used here" msgstr "константу типа %s здесь использовать нельзя" @@ -4789,13 +4816,13 @@ msgid "System catalog modifications are currently disallowed." msgstr "Изменение системного каталога в текущем состоянии запрещено." -#: catalog/heap.c:511 commands/tablecmds.c:2315 commands/tablecmds.c:2952 -#: commands/tablecmds.c:6620 +#: catalog/heap.c:511 commands/tablecmds.c:2316 commands/tablecmds.c:2953 +#: commands/tablecmds.c:6642 #, c-format msgid "tables can have at most %d columns" msgstr "максимальное число столбцов в таблице: %d" -#: catalog/heap.c:529 commands/tablecmds.c:6919 +#: catalog/heap.c:529 commands/tablecmds.c:6941 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "имя столбца \"%s\" конфликтует с системным столбцом" @@ -4830,21 +4857,21 @@ "для входящего в ключ разбиения столбца \"%s\" с сортируемым типом %s не " "удалось получить правило сортировки" -#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:500 +#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:512 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "" "для столбца \"%s\" с сортируемым типом %s не удалось получить правило " "сортировки" -#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:405 -#: commands/tablecmds.c:3857 +#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:408 +#: commands/tablecmds.c:3858 #, c-format msgid "relation \"%s\" already exists" msgstr "отношение \"%s\" уже существует" -#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:781 -#: catalog/pg_type.c:928 commands/typecmds.c:249 commands/typecmds.c:261 +#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:784 +#: catalog/pg_type.c:931 commands/typecmds.c:249 commands/typecmds.c:261 #: commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 #: commands/typecmds.c:1590 commands/typecmds.c:2562 #, c-format @@ -4877,7 +4904,7 @@ msgstr "ограничение-проверка \"%s\" уже существует" #: catalog/heap.c:2903 catalog/index.c:885 catalog/pg_constraint.c:670 -#: commands/tablecmds.c:8647 +#: commands/tablecmds.c:8669 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "ограничение \"%s\" для отношения \"%s\" уже существует" @@ -4939,14 +4966,14 @@ msgid "generation expression is not immutable" msgstr "генерирующее выражение не является постоянным" -#: catalog/heap.c:3131 rewrite/rewriteHandler.c:1268 +#: catalog/heap.c:3131 rewrite/rewriteHandler.c:1269 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "столбец \"%s\" имеет тип %s, но тип выражения по умолчанию %s" -#: catalog/heap.c:3136 commands/prepare.c:368 parser/analyze.c:2652 +#: catalog/heap.c:3136 commands/prepare.c:368 parser/analyze.c:2646 #: parser/parse_target.c:594 parser/parse_target.c:882 -#: parser/parse_target.c:892 rewrite/rewriteHandler.c:1273 +#: parser/parse_target.c:892 rewrite/rewriteHandler.c:1274 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Перепишите выражение или преобразуйте его тип." @@ -4985,7 +5012,7 @@ msgstr "" "Опустошите таблицу \"%s\" параллельно или используйте TRUNCATE ... CASCADE." -#: catalog/index.c:222 parser/parse_utilcmd.c:2172 +#: catalog/index.c:222 parser/parse_utilcmd.c:2182 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "таблица \"%s\" не может иметь несколько первичных ключей" @@ -5000,7 +5027,7 @@ msgid "primary key column \"%s\" is not marked NOT NULL" msgstr "столбец первичного ключа \"%s\" не помечен как NOT NULL" -#: catalog/index.c:770 catalog/index.c:1915 +#: catalog/index.c:770 catalog/index.c:1933 #, c-format msgid "user-defined indexes on system catalog tables are not supported" msgstr "" @@ -5031,8 +5058,8 @@ msgid "shared indexes cannot be created after initdb" msgstr "нельзя создать разделяемые индексы после initdb" -#: catalog/index.c:863 commands/createas.c:411 commands/sequence.c:154 -#: parser/parse_utilcmd.c:201 +#: catalog/index.c:863 commands/createas.c:423 commands/sequence.c:162 +#: parser/parse_utilcmd.c:211 #, c-format msgid "relation \"%s\" already exists, skipping" msgstr "отношение \"%s\" уже существует, пропускается" @@ -5043,33 +5070,33 @@ msgstr "" "значение OID индекса в pg_class не задано в режиме двоичного обновления" -#: catalog/index.c:2212 +#: catalog/index.c:2230 #, c-format msgid "DROP INDEX CONCURRENTLY must be first action in transaction" msgstr "DROP INDEX CONCURRENTLY должен быть первым действием в транзакции" -#: catalog/index.c:3597 +#: catalog/index.c:3628 #, c-format msgid "cannot reindex temporary tables of other sessions" msgstr "переиндексировать временные таблицы других сеансов нельзя" -#: catalog/index.c:3608 commands/indexcmds.c:3426 +#: catalog/index.c:3639 commands/indexcmds.c:3555 #, c-format msgid "cannot reindex invalid index on TOAST table" msgstr "перестроить нерабочий индекс в таблице TOAST нельзя" -#: catalog/index.c:3624 commands/indexcmds.c:3306 commands/indexcmds.c:3450 -#: commands/tablecmds.c:3272 +#: catalog/index.c:3655 commands/indexcmds.c:3435 commands/indexcmds.c:3579 +#: commands/tablecmds.c:3273 #, c-format msgid "cannot move system relation \"%s\"" msgstr "переместить системную таблицу \"%s\" нельзя" -#: catalog/index.c:3768 +#: catalog/index.c:3799 #, c-format msgid "index \"%s\" was reindexed" msgstr "индекс \"%s\" был перестроен" -#: catalog/index.c:3899 +#: catalog/index.c:3936 #, c-format msgid "cannot reindex invalid index \"%s.%s\" on TOAST table, skipping" msgstr "" @@ -5077,7 +5104,7 @@ "пропускается" #: catalog/namespace.c:259 catalog/namespace.c:463 catalog/namespace.c:555 -#: commands/trigger.c:5152 +#: commands/trigger.c:5202 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "ссылки между базами не реализованы: \"%s.%s.%s\"" @@ -5161,7 +5188,7 @@ msgstr "ссылки между базами не реализованы: %s" #: catalog/namespace.c:2889 parser/parse_expr.c:817 parser/parse_target.c:1262 -#: gram.y:15102 gram.y:17076 +#: gram.y:15103 gram.y:17077 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "неверное полное имя (слишком много компонентов): %s" @@ -5176,8 +5203,8 @@ msgid "cannot move objects into or out of TOAST schema" msgstr "перемещать объекты в/из схем TOAST нельзя" -#: catalog/namespace.c:3098 commands/schemacmds.c:234 commands/schemacmds.c:314 -#: commands/tablecmds.c:1248 +#: catalog/namespace.c:3098 commands/schemacmds.c:245 commands/schemacmds.c:325 +#: commands/tablecmds.c:1249 #, c-format msgid "schema \"%s\" does not exist" msgstr "схема \"%s\" не существует" @@ -5212,34 +5239,34 @@ msgid "cannot create temporary tables during a parallel operation" msgstr "создавать временные таблицы во время параллельных операций нельзя" -#: catalog/namespace.c:4334 commands/tablespace.c:1213 commands/variable.c:64 -#: utils/misc/guc.c:11587 utils/misc/guc.c:11665 +#: catalog/namespace.c:4334 commands/tablespace.c:1216 commands/variable.c:64 +#: utils/misc/guc.c:11609 utils/misc/guc.c:11687 #, c-format msgid "List syntax is invalid." msgstr "Ошибка синтаксиса в списке." #: catalog/objectaddress.c:1370 catalog/pg_publication.c:58 #: commands/policy.c:96 commands/policy.c:376 commands/tablecmds.c:243 -#: commands/tablecmds.c:285 commands/tablecmds.c:2159 commands/tablecmds.c:6060 -#: commands/tablecmds.c:11739 +#: commands/tablecmds.c:285 commands/tablecmds.c:2160 commands/tablecmds.c:6082 +#: commands/tablecmds.c:11774 #, c-format msgid "\"%s\" is not a table" msgstr "\"%s\" - это не таблица" #: catalog/objectaddress.c:1377 commands/tablecmds.c:255 -#: commands/tablecmds.c:6099 commands/tablecmds.c:16540 commands/view.c:119 +#: commands/tablecmds.c:6121 commands/tablecmds.c:16577 commands/view.c:119 #, c-format msgid "\"%s\" is not a view" msgstr "\"%s\" - это не представление" -#: catalog/objectaddress.c:1384 commands/matview.c:175 commands/tablecmds.c:261 -#: commands/tablecmds.c:16545 +#: catalog/objectaddress.c:1384 commands/matview.c:186 commands/tablecmds.c:261 +#: commands/tablecmds.c:16582 #, c-format msgid "\"%s\" is not a materialized view" msgstr "\"%s\" - это не материализованное представление" #: catalog/objectaddress.c:1391 commands/tablecmds.c:279 -#: commands/tablecmds.c:6102 commands/tablecmds.c:16550 +#: commands/tablecmds.c:6124 commands/tablecmds.c:16587 #, c-format msgid "\"%s\" is not a foreign table" msgstr "\"%s\" - это не сторонняя таблица" @@ -5284,7 +5311,7 @@ msgstr "сопоставление для пользователя \"%s\" на сервере \"%s\" не существует" #: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 -#: commands/foreigncmds.c:988 commands/foreigncmds.c:1347 foreign/foreign.c:723 +#: commands/foreigncmds.c:997 commands/foreigncmds.c:1360 foreign/foreign.c:723 #, c-format msgid "server \"%s\" does not exist" msgstr "сервер \"%s\" не существует" @@ -5853,23 +5880,23 @@ msgid "cast from type %s to type %s already exists" msgstr "приведение типа %s к типу %s уже существует" -#: catalog/pg_collation.c:93 catalog/pg_collation.c:140 +#: catalog/pg_collation.c:103 catalog/pg_collation.c:161 #, c-format msgid "collation \"%s\" already exists, skipping" msgstr "правило сортировки \"%s\" уже существует, пропускается" -#: catalog/pg_collation.c:95 +#: catalog/pg_collation.c:105 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists, skipping" msgstr "" "правило сортировки \"%s\" для кодировки \"%s\" уже существует, пропускается" -#: catalog/pg_collation.c:103 catalog/pg_collation.c:147 +#: catalog/pg_collation.c:113 catalog/pg_collation.c:168 #, c-format msgid "collation \"%s\" already exists" msgstr "правило сортировки \"%s\" уже существует" -#: catalog/pg_collation.c:105 +#: catalog/pg_collation.c:115 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists" msgstr "правило сортировки \"%s\" для кодировки \"%s\" уже существует" @@ -5884,7 +5911,7 @@ msgid "constraint \"%s\" for table \"%s\" does not exist" msgstr "ограничение \"%s\" для таблицы \"%s\" не существует" -#: catalog/pg_constraint.c:1056 +#: catalog/pg_constraint.c:1067 #, c-format msgid "constraint \"%s\" for domain %s does not exist" msgstr "ограничение \"%s\" для домена %s не существует" @@ -5899,12 +5926,32 @@ msgid "default conversion for %s to %s already exists" msgstr "преобразование по умолчанию из %s в %s уже существует" -#: catalog/pg_depend.c:211 commands/extension.c:3352 +#: catalog/pg_depend.c:218 commands/extension.c:3352 #, c-format msgid "%s is already a member of extension \"%s\"" msgstr "%s уже относится к расширению \"%s\"" -#: catalog/pg_depend.c:587 +#: catalog/pg_depend.c:225 catalog/pg_depend.c:276 commands/extension.c:3392 +#, c-format +msgid "%s is not a member of extension \"%s\"" +msgstr "%s не относится к расширению \"%s\"" + +#: catalog/pg_depend.c:228 +#, c-format +msgid "An extension is not allowed to replace an object that it does not own." +msgstr "" +"Расширениям не разрешается заменять объекты, которые им не принадлежат." + +#: catalog/pg_depend.c:279 +#, c-format +msgid "" +"An extension may only use CREATE ... IF NOT EXISTS to skip object creation " +"if the conflicting object is one that it already owns." +msgstr "" +"Расширение может выполнять CREATE ... IF NOT EXISTS только для того, чтобы " +"не создавать объект, когда оно уже владеет конфликтующим объектом." + +#: catalog/pg_depend.c:644 #, c-format msgid "cannot remove dependency on %s because it is a system object" msgstr "" @@ -5960,8 +6007,8 @@ "Эта секция отсоединяется параллельно или для неё не была завершена операция " "отсоединения." -#: catalog/pg_inherits.c:596 commands/tablecmds.c:4450 -#: commands/tablecmds.c:14840 +#: catalog/pg_inherits.c:596 commands/tablecmds.c:4455 +#: commands/tablecmds.c:14877 #, c-format msgid "" "Use ALTER TABLE ... DETACH PARTITION ... FINALIZE to complete the pending " @@ -5980,7 +6027,7 @@ msgid "There's no pending concurrent detach." msgstr "На данный момент все операции отсоединения завершены." -#: catalog/pg_namespace.c:64 commands/schemacmds.c:243 +#: catalog/pg_namespace.c:64 commands/schemacmds.c:254 #, c-format msgid "schema \"%s\" already exists" msgstr "схема \"%s\" уже существует" @@ -6142,7 +6189,7 @@ msgid "SQL functions cannot have arguments of type %s" msgstr "SQL-функции не могут иметь аргументы типа %s" -#: catalog/pg_proc.c:995 executor/functions.c:1458 +#: catalog/pg_proc.c:995 executor/functions.c:1473 #, c-format msgid "SQL function \"%s\"" msgstr "SQL-функция \"%s\"" @@ -6326,17 +6373,17 @@ msgid "fixed-size types must have storage PLAIN" msgstr "для типов постоянного размера применим только режим хранения PLAIN" -#: catalog/pg_type.c:824 +#: catalog/pg_type.c:827 #, c-format msgid "could not form array type name for type \"%s\"" msgstr "не удалось сформировать имя типа массива для типа \"%s\"" -#: catalog/pg_type.c:929 +#: catalog/pg_type.c:932 #, c-format msgid "Failed while creating a multirange type for type \"%s\"." msgstr "Ошибка при создании мультидиапазонного типа для типа \"%s\"." -#: catalog/pg_type.c:930 +#: catalog/pg_type.c:933 #, c-format msgid "" "You can manually specify a multirange type name using the " @@ -6345,13 +6392,13 @@ "Имя мультидиапазонного типа можно указать вручную, воспользовавшись " "атрибутом \"multirange_type_name\"." -#: catalog/storage.c:477 storage/buffer/bufmgr.c:1035 +#: catalog/storage.c:477 storage/buffer/bufmgr.c:1045 #, c-format msgid "invalid page in block %u of relation %s" msgstr "неверная страница в блоке %u отношения %s" -#: catalog/toasting.c:110 commands/indexcmds.c:667 commands/tablecmds.c:6072 -#: commands/tablecmds.c:16405 +#: catalog/toasting.c:110 commands/indexcmds.c:692 commands/tablecmds.c:6094 +#: commands/tablecmds.c:16442 #, c-format msgid "\"%s\" is not a table or materialized view" msgstr "\"%s\" - это не таблица и не материализованное представление" @@ -6464,7 +6511,7 @@ msgid "foreign-data wrapper \"%s\" already exists" msgstr "обёртка сторонних данных \"%s\" уже существует" -#: commands/alter.c:90 commands/foreigncmds.c:879 +#: commands/alter.c:90 commands/foreigncmds.c:888 #, c-format msgid "server \"%s\" already exists" msgstr "сервер \"%s\" уже существует" @@ -6539,8 +6586,8 @@ msgid "access method \"%s\" already exists" msgstr "метод доступа \"%s\" уже существует" -#: commands/amcmds.c:154 commands/indexcmds.c:210 commands/indexcmds.c:818 -#: commands/opclasscmds.c:370 commands/opclasscmds.c:824 +#: commands/amcmds.c:154 commands/indexcmds.c:213 commands/indexcmds.c:843 +#: commands/opclasscmds.c:375 commands/opclasscmds.c:833 #, c-format msgid "access method \"%s\" does not exist" msgstr "метод доступа \"%s\" не существует" @@ -6589,7 +6636,7 @@ msgid "automatic analyze of table \"%s.%s.%s\"\n" msgstr "автоматический анализ таблицы \"%s.%s.%s\"\n" -#: commands/analyze.c:1351 +#: commands/analyze.c:1352 #, c-format msgid "" "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead " @@ -6599,7 +6646,7 @@ "%.0f, \"мёртвых\" строк: %.0f; строк в выборке: %d, примерное общее число " "строк: %.0f" -#: commands/analyze.c:1431 +#: commands/analyze.c:1432 #, c-format msgid "" "skipping analyze of \"%s.%s\" inheritance tree --- this inheritance tree " @@ -6608,7 +6655,7 @@ "пропускается анализ дерева наследования \"%s.%s\" --- это дерево " "наследования не содержит дочерних таблиц" -#: commands/analyze.c:1529 +#: commands/analyze.c:1530 #, c-format msgid "" "skipping analyze of \"%s.%s\" inheritance tree --- this inheritance tree " @@ -6672,7 +6719,7 @@ msgid "unrecognized CLUSTER option \"%s\"" msgstr "нераспознанный параметр CLUSTER: \"%s\"" -#: commands/cluster.c:147 commands/cluster.c:386 +#: commands/cluster.c:147 commands/cluster.c:395 #, c-format msgid "cannot cluster temporary tables of other sessions" msgstr "кластеризовать временные таблицы других сеансов нельзя" @@ -6687,27 +6734,27 @@ msgid "there is no previously clustered index for table \"%s\"" msgstr "таблица \"%s\" ранее не кластеризовалась по какому-либо индексу" -#: commands/cluster.c:187 commands/tablecmds.c:13561 commands/tablecmds.c:15433 +#: commands/cluster.c:187 commands/tablecmds.c:13596 commands/tablecmds.c:15470 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "индекс \"%s\" для таблицы \"%s\" не существует" -#: commands/cluster.c:375 +#: commands/cluster.c:384 #, c-format msgid "cannot cluster a shared catalog" msgstr "кластеризовать разделяемый каталог нельзя" -#: commands/cluster.c:390 +#: commands/cluster.c:399 #, c-format msgid "cannot vacuum temporary tables of other sessions" msgstr "очищать временные таблицы других сеансов нельзя" -#: commands/cluster.c:456 commands/tablecmds.c:15443 +#: commands/cluster.c:471 commands/tablecmds.c:15480 #, c-format msgid "\"%s\" is not an index for table \"%s\"" msgstr "\"%s\" не является индексом таблицы \"%s\"" -#: commands/cluster.c:464 +#: commands/cluster.c:479 #, c-format msgid "" "cannot cluster on index \"%s\" because access method does not support " @@ -6715,33 +6762,33 @@ msgstr "" "кластеризация по индексу \"%s\" невозможна, её не поддерживает метод доступа" -#: commands/cluster.c:476 +#: commands/cluster.c:491 #, c-format msgid "cannot cluster on partial index \"%s\"" msgstr "кластеризовать по частичному индексу \"%s\" нельзя" -#: commands/cluster.c:490 +#: commands/cluster.c:505 #, c-format msgid "cannot cluster on invalid index \"%s\"" msgstr "нельзя кластеризовать таблицу по неверному индексу \"%s\"" -#: commands/cluster.c:514 +#: commands/cluster.c:529 #, c-format msgid "cannot mark index clustered in partitioned table" msgstr "пометить индекс как кластеризованный в секционированной таблице нельзя" -#: commands/cluster.c:887 +#: commands/cluster.c:902 #, c-format msgid "clustering \"%s.%s\" using index scan on \"%s\"" msgstr "кластеризация \"%s.%s\" путём сканирования индекса \"%s\"" -#: commands/cluster.c:893 +#: commands/cluster.c:908 #, c-format msgid "clustering \"%s.%s\" using sequential scan and sort" msgstr "" "кластеризация \"%s.%s\" путём последовательного сканирования и сортировки" -#: commands/cluster.c:924 +#: commands/cluster.c:939 #, c-format msgid "" "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages" @@ -6749,7 +6796,7 @@ "\"%s\": найдено удаляемых версий строк: %.0f, неудаляемых - %.0f, " "просмотрено страниц: %u" -#: commands/cluster.c:928 +#: commands/cluster.c:943 #, c-format msgid "" "%.0f dead row versions cannot be removed yet.\n" @@ -6837,16 +6884,16 @@ msgid "no usable system locales were found" msgstr "пригодные системные локали не найдены" -#: commands/comment.c:61 commands/dbcommands.c:841 commands/dbcommands.c:1037 -#: commands/dbcommands.c:1150 commands/dbcommands.c:1340 -#: commands/dbcommands.c:1588 commands/dbcommands.c:1702 -#: commands/dbcommands.c:2142 utils/init/postinit.c:887 +#: commands/comment.c:61 commands/dbcommands.c:842 commands/dbcommands.c:1038 +#: commands/dbcommands.c:1151 commands/dbcommands.c:1341 +#: commands/dbcommands.c:1589 commands/dbcommands.c:1703 +#: commands/dbcommands.c:2143 utils/init/postinit.c:887 #: utils/init/postinit.c:992 utils/init/postinit.c:1009 #, c-format msgid "database \"%s\" does not exist" msgstr "база данных \"%s\" не существует" -#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:979 +#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:989 #, c-format msgid "" "\"%s\" is not a table, view, materialized view, composite type, or foreign " @@ -6960,7 +7007,7 @@ msgid "argument to option \"%s\" must be a valid encoding name" msgstr "аргументом параметра \"%s\" должно быть название допустимой кодировки" -#: commands/copy.c:522 commands/dbcommands.c:253 commands/dbcommands.c:1536 +#: commands/copy.c:522 commands/dbcommands.c:254 commands/dbcommands.c:1537 #, c-format msgid "option \"%s\" not recognized" msgstr "параметр \"%s\" не распознан" @@ -7079,15 +7126,15 @@ msgid "Generated columns cannot be used in COPY." msgstr "Генерируемые столбцы нельзя использовать в COPY." -#: commands/copy.c:746 commands/indexcmds.c:1754 commands/statscmds.c:241 -#: commands/tablecmds.c:2346 commands/tablecmds.c:3002 -#: commands/tablecmds.c:3495 parser/parse_relation.c:3593 -#: parser/parse_relation.c:3613 utils/adt/tsvector_op.c:2680 +#: commands/copy.c:746 commands/indexcmds.c:1842 commands/statscmds.c:245 +#: commands/tablecmds.c:2347 commands/tablecmds.c:3003 +#: commands/tablecmds.c:3496 parser/parse_relation.c:3637 +#: parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 #, c-format msgid "column \"%s\" does not exist" msgstr "столбец \"%s\" не существует" -#: commands/copy.c:753 commands/tablecmds.c:2372 commands/trigger.c:951 +#: commands/copy.c:753 commands/tablecmds.c:2373 commands/trigger.c:951 #: parser/parse_target.c:1079 parser/parse_target.c:1090 #, c-format msgid "column \"%s\" specified more than once" @@ -7235,7 +7282,7 @@ msgstr "не удалось прочитать файл COPY: %m" #: commands/copyfromparse.c:277 commands/copyfromparse.c:302 -#: tcop/postgres.c:360 +#: tcop/postgres.c:359 #, c-format msgid "unexpected EOF on client connection with an open transaction" msgstr "неожиданный обрыв соединения с клиентом при открытой транзакции" @@ -7250,8 +7297,8 @@ msgid "COPY from stdin failed: %s" msgstr "ошибка при вводе данных COPY из stdin: %s" -#: commands/copyfromparse.c:841 commands/copyfromparse.c:1451 -#: commands/copyfromparse.c:1681 +#: commands/copyfromparse.c:841 commands/copyfromparse.c:1446 +#: commands/copyfromparse.c:1676 #, c-format msgid "extra data after last expected column" msgstr "лишние данные после содержимого последнего столбца" @@ -7271,72 +7318,72 @@ msgid "row field count is %d, expected %d" msgstr "количество полей в строке: %d, ожидалось: %d" -#: commands/copyfromparse.c:1233 commands/copyfromparse.c:1250 +#: commands/copyfromparse.c:1228 commands/copyfromparse.c:1245 #, c-format msgid "literal carriage return found in data" msgstr "в данных обнаружен явный возврат каретки" -#: commands/copyfromparse.c:1234 commands/copyfromparse.c:1251 +#: commands/copyfromparse.c:1229 commands/copyfromparse.c:1246 #, c-format msgid "unquoted carriage return found in data" msgstr "в данных обнаружен возврат каретки не в кавычках" -#: commands/copyfromparse.c:1236 commands/copyfromparse.c:1253 +#: commands/copyfromparse.c:1231 commands/copyfromparse.c:1248 #, c-format msgid "Use \"\\r\" to represent carriage return." msgstr "Представьте возврат каретки как \"\\r\"." -#: commands/copyfromparse.c:1237 commands/copyfromparse.c:1254 +#: commands/copyfromparse.c:1232 commands/copyfromparse.c:1249 #, c-format msgid "Use quoted CSV field to represent carriage return." msgstr "Заключите возврат каретки в кавычки CSV." -#: commands/copyfromparse.c:1266 +#: commands/copyfromparse.c:1261 #, c-format msgid "literal newline found in data" msgstr "в данных обнаружен явный символ новой строки" -#: commands/copyfromparse.c:1267 +#: commands/copyfromparse.c:1262 #, c-format msgid "unquoted newline found in data" msgstr "в данных обнаружен явный символ новой строки не в кавычках" -#: commands/copyfromparse.c:1269 +#: commands/copyfromparse.c:1264 #, c-format msgid "Use \"\\n\" to represent newline." msgstr "Представьте символ новой строки как \"\\n\"." -#: commands/copyfromparse.c:1270 +#: commands/copyfromparse.c:1265 #, c-format msgid "Use quoted CSV field to represent newline." msgstr "Заключите символ новой строки в кавычки CSV." -#: commands/copyfromparse.c:1316 commands/copyfromparse.c:1352 +#: commands/copyfromparse.c:1311 commands/copyfromparse.c:1347 #, c-format msgid "end-of-copy marker does not match previous newline style" msgstr "маркер \"конец копии\" не соответствует предыдущему стилю новой строки" -#: commands/copyfromparse.c:1325 commands/copyfromparse.c:1341 +#: commands/copyfromparse.c:1320 commands/copyfromparse.c:1336 #, c-format msgid "end-of-copy marker corrupt" msgstr "маркер \"конец копии\" испорчен" -#: commands/copyfromparse.c:1765 +#: commands/copyfromparse.c:1760 #, c-format msgid "unterminated CSV quoted field" msgstr "незавершённое поле в кавычках CSV" -#: commands/copyfromparse.c:1841 commands/copyfromparse.c:1860 +#: commands/copyfromparse.c:1836 commands/copyfromparse.c:1855 #, c-format msgid "unexpected EOF in COPY data" msgstr "неожиданный конец данных COPY" -#: commands/copyfromparse.c:1850 +#: commands/copyfromparse.c:1845 #, c-format msgid "invalid field size" msgstr "неверный размер поля" -#: commands/copyfromparse.c:1873 +#: commands/copyfromparse.c:1868 #, c-format msgid "incorrect binary data format" msgstr "неверный двоичный формат данных" @@ -7447,73 +7494,73 @@ "Возможно, на самом деле вам нужно клиентское средство, например, \\copy в " "psql." -#: commands/createas.c:215 commands/createas.c:511 +#: commands/createas.c:215 commands/createas.c:523 #, c-format msgid "too many column names were specified" msgstr "указано слишком много имён столбцов" -#: commands/createas.c:534 +#: commands/createas.c:546 #, c-format msgid "policies not yet implemented for this command" msgstr "политики для этой команды ещё не реализованы" -#: commands/dbcommands.c:246 +#: commands/dbcommands.c:247 #, c-format msgid "LOCATION is not supported anymore" msgstr "LOCATION больше не поддерживается" -#: commands/dbcommands.c:247 +#: commands/dbcommands.c:248 #, c-format msgid "Consider using tablespaces instead." msgstr "Рассмотрите возможность использования табличных пространств." -#: commands/dbcommands.c:261 +#: commands/dbcommands.c:262 #, c-format msgid "LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE." msgstr "LOCALE нельзя указать вместе с LC_COLLATE или LC_CTYPE." -#: commands/dbcommands.c:279 utils/adt/ascii.c:145 +#: commands/dbcommands.c:280 utils/adt/ascii.c:145 #, c-format msgid "%d is not a valid encoding code" msgstr "%d не является верным кодом кодировки" -#: commands/dbcommands.c:290 utils/adt/ascii.c:127 +#: commands/dbcommands.c:291 utils/adt/ascii.c:127 #, c-format msgid "%s is not a valid encoding name" msgstr "%s не является верным названием кодировки" -#: commands/dbcommands.c:314 commands/dbcommands.c:1569 commands/user.c:275 +#: commands/dbcommands.c:315 commands/dbcommands.c:1570 commands/user.c:275 #: commands/user.c:691 #, c-format msgid "invalid connection limit: %d" msgstr "неверный предел подключений: %d" -#: commands/dbcommands.c:333 +#: commands/dbcommands.c:334 #, c-format msgid "permission denied to create database" msgstr "нет прав на создание базы данных" -#: commands/dbcommands.c:356 +#: commands/dbcommands.c:357 #, c-format msgid "template database \"%s\" does not exist" msgstr "шаблон базы данных \"%s\" не существует" -#: commands/dbcommands.c:368 +#: commands/dbcommands.c:369 #, c-format msgid "permission denied to copy database \"%s\"" msgstr "нет прав на копирование базы данных \"%s\"" -#: commands/dbcommands.c:384 +#: commands/dbcommands.c:385 #, c-format msgid "invalid server encoding %d" msgstr "неверная кодировка для сервера: %d" -#: commands/dbcommands.c:390 commands/dbcommands.c:395 +#: commands/dbcommands.c:391 commands/dbcommands.c:396 #, c-format msgid "invalid locale name: \"%s\"" msgstr "неверное имя локали: \"%s\"" -#: commands/dbcommands.c:415 +#: commands/dbcommands.c:416 #, c-format msgid "" "new encoding (%s) is incompatible with the encoding of the template database " @@ -7521,7 +7568,7 @@ msgstr "" "новая кодировка (%s) несовместима с кодировкой шаблона базы данных (%s)" -#: commands/dbcommands.c:418 +#: commands/dbcommands.c:419 #, c-format msgid "" "Use the same encoding as in the template database, or use template0 as " @@ -7530,7 +7577,7 @@ "Используйте кодировку шаблона базы данных или выберите в качестве шаблона " "template0." -#: commands/dbcommands.c:423 +#: commands/dbcommands.c:424 #, c-format msgid "" "new collation (%s) is incompatible with the collation of the template " @@ -7539,7 +7586,7 @@ "новое правило сортировки (%s) несовместимо с правилом в шаблоне базы данных " "(%s)" -#: commands/dbcommands.c:425 +#: commands/dbcommands.c:426 #, c-format msgid "" "Use the same collation as in the template database, or use template0 as " @@ -7548,7 +7595,7 @@ "Используйте то же правило сортировки, что и в шаблоне базы данных, или " "выберите в качестве шаблона template0." -#: commands/dbcommands.c:430 +#: commands/dbcommands.c:431 #, c-format msgid "" "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database " @@ -7557,7 +7604,7 @@ "новый параметр LC_CTYPE (%s) несовместим с LC_CTYPE в шаблоне базы данных " "(%s)" -#: commands/dbcommands.c:432 +#: commands/dbcommands.c:433 #, c-format msgid "" "Use the same LC_CTYPE as in the template database, or use template0 as " @@ -7566,18 +7613,18 @@ "Используйте тот же LC_CTYPE, что и в шаблоне базы данных, или выберите в " "качестве шаблона template0." -#: commands/dbcommands.c:454 commands/dbcommands.c:1196 +#: commands/dbcommands.c:455 commands/dbcommands.c:1197 #, c-format msgid "pg_global cannot be used as default tablespace" msgstr "" "pg_global нельзя использовать в качестве табличного пространства по умолчанию" -#: commands/dbcommands.c:480 +#: commands/dbcommands.c:481 #, c-format msgid "cannot assign new default tablespace \"%s\"" msgstr "не удалось назначить новое табличное пространство по умолчанию \"%s\"" -#: commands/dbcommands.c:482 +#: commands/dbcommands.c:483 #, c-format msgid "" "There is a conflict because database \"%s\" already has some tables in this " @@ -7586,52 +7633,52 @@ "База данных \"%s\" содержит таблицы, которые уже находятся в этом табличном " "пространстве." -#: commands/dbcommands.c:512 commands/dbcommands.c:1066 +#: commands/dbcommands.c:513 commands/dbcommands.c:1067 #, c-format msgid "database \"%s\" already exists" msgstr "база данных \"%s\" уже существует" -#: commands/dbcommands.c:526 +#: commands/dbcommands.c:527 #, c-format msgid "source database \"%s\" is being accessed by other users" msgstr "исходная база \"%s\" занята другими пользователями" -#: commands/dbcommands.c:769 commands/dbcommands.c:784 +#: commands/dbcommands.c:770 commands/dbcommands.c:785 #, c-format msgid "encoding \"%s\" does not match locale \"%s\"" msgstr "кодировка \"%s\" не соответствует локали \"%s\"" -#: commands/dbcommands.c:772 +#: commands/dbcommands.c:773 #, c-format msgid "The chosen LC_CTYPE setting requires encoding \"%s\"." msgstr "Для выбранного параметра LC_CTYPE требуется кодировка \"%s\"." -#: commands/dbcommands.c:787 +#: commands/dbcommands.c:788 #, c-format msgid "The chosen LC_COLLATE setting requires encoding \"%s\"." msgstr "Для выбранного параметра LC_COLLATE требуется кодировка \"%s\"." -#: commands/dbcommands.c:848 +#: commands/dbcommands.c:849 #, c-format msgid "database \"%s\" does not exist, skipping" msgstr "база данных \"%s\" не существует, пропускается" -#: commands/dbcommands.c:872 +#: commands/dbcommands.c:873 #, c-format msgid "cannot drop a template database" msgstr "удалить шаблон базы данных нельзя" -#: commands/dbcommands.c:878 +#: commands/dbcommands.c:879 #, c-format msgid "cannot drop the currently open database" msgstr "удалить базу данных, открытую в данный момент, нельзя" -#: commands/dbcommands.c:891 +#: commands/dbcommands.c:892 #, c-format msgid "database \"%s\" is used by an active logical replication slot" msgstr "база \"%s\" используется активным слотом логической репликации" -#: commands/dbcommands.c:893 +#: commands/dbcommands.c:894 #, c-format msgid "There is %d active slot." msgid_plural "There are %d active slots." @@ -7639,12 +7686,12 @@ msgstr[1] "Обнаружены %d активных слота." msgstr[2] "Обнаружено %d активных слотов." -#: commands/dbcommands.c:907 +#: commands/dbcommands.c:908 #, c-format msgid "database \"%s\" is being used by logical replication subscription" msgstr "база \"%s\" используется в подписке с логической репликацией" -#: commands/dbcommands.c:909 +#: commands/dbcommands.c:910 #, c-format msgid "There is %d subscription." msgid_plural "There are %d subscriptions." @@ -7652,36 +7699,36 @@ msgstr[1] "Обнаружены %d подписки." msgstr[2] "Обнаружено %d подписок." -#: commands/dbcommands.c:930 commands/dbcommands.c:1088 -#: commands/dbcommands.c:1218 +#: commands/dbcommands.c:931 commands/dbcommands.c:1089 +#: commands/dbcommands.c:1219 #, c-format msgid "database \"%s\" is being accessed by other users" msgstr "база данных \"%s\" занята другими пользователями" -#: commands/dbcommands.c:1048 +#: commands/dbcommands.c:1049 #, c-format msgid "permission denied to rename database" msgstr "нет прав на переименование базы данных" -#: commands/dbcommands.c:1077 +#: commands/dbcommands.c:1078 #, c-format msgid "current database cannot be renamed" msgstr "нельзя переименовать текущую базу данных" -#: commands/dbcommands.c:1174 +#: commands/dbcommands.c:1175 #, c-format msgid "cannot change the tablespace of the currently open database" msgstr "" "изменить табличное пространство открытой в данный момент базы данных нельзя" -#: commands/dbcommands.c:1277 +#: commands/dbcommands.c:1278 #, c-format msgid "some relations of database \"%s\" are already in tablespace \"%s\"" msgstr "" "некоторые отношения базы данных \"%s\" уже находятся в табличном " "пространстве \"%s\"" -#: commands/dbcommands.c:1279 +#: commands/dbcommands.c:1280 #, c-format msgid "" "You must move them back to the database's default tablespace before using " @@ -7690,33 +7737,33 @@ "Прежде чем выполнять эту команду, вы должны вернуть их назад в табличное " "пространство по умолчанию для этой базы данных." -#: commands/dbcommands.c:1404 commands/dbcommands.c:1980 -#: commands/dbcommands.c:2203 commands/dbcommands.c:2261 +#: commands/dbcommands.c:1405 commands/dbcommands.c:1981 +#: commands/dbcommands.c:2244 commands/dbcommands.c:2330 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" msgstr "в старом каталоге базы данных \"%s\" могли остаться ненужные файлы" -#: commands/dbcommands.c:1460 +#: commands/dbcommands.c:1461 #, c-format msgid "unrecognized DROP DATABASE option \"%s\"" msgstr "нераспознанный параметр DROP DATABASE: \"%s\"" -#: commands/dbcommands.c:1550 +#: commands/dbcommands.c:1551 #, c-format msgid "option \"%s\" cannot be specified with other options" msgstr "параметр \"%s\" нельзя задать с другими параметрами" -#: commands/dbcommands.c:1606 +#: commands/dbcommands.c:1607 #, c-format msgid "cannot disallow connections for current database" msgstr "запретить подключения к текущей базе данных нельзя" -#: commands/dbcommands.c:1742 +#: commands/dbcommands.c:1743 #, c-format msgid "permission denied to change owner of database" msgstr "нет прав на изменение владельца базы данных" -#: commands/dbcommands.c:2086 +#: commands/dbcommands.c:2087 #, c-format msgid "" "There are %d other session(s) and %d prepared transaction(s) using the " @@ -7725,7 +7772,7 @@ "С этой базой данных связаны другие сеансы (%d) и подготовленные транзакции " "(%d)." -#: commands/dbcommands.c:2089 +#: commands/dbcommands.c:2090 #, c-format msgid "There is %d other session using the database." msgid_plural "There are %d other sessions using the database." @@ -7733,7 +7780,7 @@ msgstr[1] "Эта база данных используется ещё в %d сеансах." msgstr[2] "Эта база данных используется ещё в %d сеансах." -#: commands/dbcommands.c:2094 storage/ipc/procarray.c:3875 +#: commands/dbcommands.c:2095 storage/ipc/procarray.c:3860 #, c-format msgid "There is %d prepared transaction using the database." msgid_plural "There are %d prepared transactions using the database." @@ -7741,6 +7788,17 @@ msgstr[1] "С этой базой данных связаны %d подготовленные транзакции." msgstr[2] "С этой базой данных связаны %d подготовленных транзакций." +#: commands/dbcommands.c:2201 +#, c-format +msgid "missing directory \"%s\"" +msgstr "отсутствует каталог \"%s\"" + +#: commands/dbcommands.c:2260 commands/tablespace.c:188 +#: commands/tablespace.c:634 +#, c-format +msgid "could not stat directory \"%s\": %m" +msgstr "не удалось получить информацию о каталоге \"%s\": %m" + #: commands/define.c:54 commands/define.c:228 commands/define.c:260 #: commands/define.c:288 commands/define.c:334 #, c-format @@ -7779,7 +7837,7 @@ msgstr "неверный аргумент для %s: \"%s\"" #: commands/dropcmds.c:100 commands/functioncmds.c:1411 -#: utils/adt/ruleutils.c:2810 +#: utils/adt/ruleutils.c:2814 #, c-format msgid "\"%s\" is an aggregate function" msgstr "функция \"%s\" является агрегатной" @@ -7789,14 +7847,14 @@ msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "Используйте DROP AGGREGATE для удаления агрегатных функций." -#: commands/dropcmds.c:158 commands/sequence.c:447 commands/tablecmds.c:3579 -#: commands/tablecmds.c:3737 commands/tablecmds.c:3790 -#: commands/tablecmds.c:15866 tcop/utility.c:1324 +#: commands/dropcmds.c:158 commands/sequence.c:455 commands/tablecmds.c:3580 +#: commands/tablecmds.c:3738 commands/tablecmds.c:3791 +#: commands/tablecmds.c:15903 tcop/utility.c:1324 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "отношение \"%s\" не существует, пропускается" -#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1253 +#: commands/dropcmds.c:188 commands/dropcmds.c:287 commands/tablecmds.c:1254 #, c-format msgid "schema \"%s\" does not exist, skipping" msgstr "схема \"%s\" не существует, пропускается" @@ -7821,7 +7879,7 @@ msgid "conversion \"%s\" does not exist, skipping" msgstr "преобразование \"%s\" не существует, пропускается" -#: commands/dropcmds.c:293 commands/statscmds.c:670 +#: commands/dropcmds.c:293 commands/statscmds.c:674 #, c-format msgid "statistics object \"%s\" does not exist, skipping" msgstr "объект статистики \"%s\" не существует, пропускается" @@ -7916,7 +7974,7 @@ msgid "foreign-data wrapper \"%s\" does not exist, skipping" msgstr "обёртка сторонних данных \"%s\" не существует, пропускается" -#: commands/dropcmds.c:453 commands/foreigncmds.c:1351 +#: commands/dropcmds.c:453 commands/foreigncmds.c:1364 #, c-format msgid "server \"%s\" does not exist, skipping" msgstr "сервер \"%s\" не существует, пропускается" @@ -8097,7 +8155,7 @@ "параметр \"%s\" нельзя задавать в дополнительном управляющем файле расширения" #: commands/extension.c:552 commands/extension.c:560 commands/extension.c:568 -#: utils/misc/guc.c:7094 +#: utils/misc/guc.c:7106 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "параметр \"%s\" требует логическое значение" @@ -8291,11 +8349,6 @@ "добавить схему \"%s\" к расширению \"%s\" нельзя, так как схема содержит " "расширение" -#: commands/extension.c:3392 -#, c-format -msgid "%s is not a member of extension \"%s\"" -msgstr "%s не относится к расширению \"%s\"" - #: commands/extension.c:3458 #, c-format msgid "file \"%s\" is too large" @@ -8370,46 +8423,46 @@ "при изменении функции проверки в обёртке сторонних данных параметры " "зависимых объектов могут стать неверными" -#: commands/foreigncmds.c:871 +#: commands/foreigncmds.c:880 #, c-format msgid "server \"%s\" already exists, skipping" msgstr "сервер \"%s\" уже существует, пропускается" -#: commands/foreigncmds.c:1135 +#: commands/foreigncmds.c:1148 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\", skipping" msgstr "" "сопоставление пользователя \"%s\" для сервера \"%s\" уже существует, " "пропускается" -#: commands/foreigncmds.c:1145 +#: commands/foreigncmds.c:1158 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\"" msgstr "сопоставление пользователя \"%s\" для сервера \"%s\" уже существует" -#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1365 +#: commands/foreigncmds.c:1258 commands/foreigncmds.c:1378 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\"" msgstr "сопоставление пользователя \"%s\" для сервера \"%s\" не существует" -#: commands/foreigncmds.c:1370 +#: commands/foreigncmds.c:1383 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\", skipping" msgstr "" "сопоставление пользователя \"%s\" для сервера \"%s\" не существует, " "пропускается" -#: commands/foreigncmds.c:1498 foreign/foreign.c:389 +#: commands/foreigncmds.c:1511 foreign/foreign.c:389 #, c-format msgid "foreign-data wrapper \"%s\" has no handler" msgstr "обёртка сторонних данных \"%s\" не имеет обработчика" -#: commands/foreigncmds.c:1504 +#: commands/foreigncmds.c:1517 #, c-format msgid "foreign-data wrapper \"%s\" does not support IMPORT FOREIGN SCHEMA" msgstr "обёртка сторонних данных \"%s\" не поддерживает IMPORT FOREIGN SCHEMA" -#: commands/foreigncmds.c:1606 +#: commands/foreigncmds.c:1619 #, c-format msgid "importing foreign table \"%s\"" msgstr "импорт сторонней таблицы \"%s\"" @@ -8799,97 +8852,97 @@ msgstr[1] "процедуре нельзя передать больше %d аргументов" msgstr[2] "процедуре нельзя передать больше %d аргументов" -#: commands/indexcmds.c:618 +#: commands/indexcmds.c:634 #, c-format msgid "must specify at least one column" msgstr "нужно указать минимум один столбец" -#: commands/indexcmds.c:622 +#: commands/indexcmds.c:638 #, c-format msgid "cannot use more than %d columns in an index" msgstr "число столбцов в индексе не может превышать %d" -#: commands/indexcmds.c:661 +#: commands/indexcmds.c:686 #, c-format msgid "cannot create index on foreign table \"%s\"" msgstr "создать индекс в сторонней таблице \"%s\" нельзя" -#: commands/indexcmds.c:692 +#: commands/indexcmds.c:717 #, c-format msgid "cannot create index on partitioned table \"%s\" concurrently" msgstr "" "создать индекс в секционированной таблице \"%s\" параллельным способом нельзя" -#: commands/indexcmds.c:697 +#: commands/indexcmds.c:722 #, c-format msgid "cannot create exclusion constraints on partitioned table \"%s\"" msgstr "" "создать ограничение-исключение в секционированной таблице \"%s\" нельзя" -#: commands/indexcmds.c:707 +#: commands/indexcmds.c:732 #, c-format msgid "cannot create indexes on temporary tables of other sessions" msgstr "создавать индексы во временных таблицах других сеансов нельзя" -#: commands/indexcmds.c:745 commands/tablecmds.c:753 commands/tablespace.c:1181 +#: commands/indexcmds.c:770 commands/tablecmds.c:754 commands/tablespace.c:1184 #, c-format msgid "cannot specify default tablespace for partitioned relations" msgstr "" "для секционированных отношений нельзя назначить табличное пространство по " "умолчанию" -#: commands/indexcmds.c:777 commands/tablecmds.c:788 commands/tablecmds.c:3279 +#: commands/indexcmds.c:802 commands/tablecmds.c:789 commands/tablecmds.c:3280 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "" "в табличное пространство pg_global можно поместить только разделяемые таблицы" -#: commands/indexcmds.c:810 +#: commands/indexcmds.c:835 #, c-format msgid "substituting access method \"gist\" for obsolete method \"rtree\"" msgstr "устаревший метод доступа \"rtree\" подменяется методом \"gist\"" -#: commands/indexcmds.c:831 +#: commands/indexcmds.c:856 #, c-format msgid "access method \"%s\" does not support unique indexes" msgstr "метод доступа \"%s\" не поддерживает уникальные индексы" -#: commands/indexcmds.c:836 +#: commands/indexcmds.c:861 #, c-format msgid "access method \"%s\" does not support included columns" msgstr "метод доступа \"%s\" не поддерживает включаемые столбцы" -#: commands/indexcmds.c:841 +#: commands/indexcmds.c:866 #, c-format msgid "access method \"%s\" does not support multicolumn indexes" msgstr "метод доступа \"%s\" не поддерживает индексы по многим столбцам" -#: commands/indexcmds.c:846 +#: commands/indexcmds.c:871 #, c-format msgid "access method \"%s\" does not support exclusion constraints" msgstr "метод доступа \"%s\" не поддерживает ограничения-исключения" -#: commands/indexcmds.c:969 +#: commands/indexcmds.c:995 #, c-format msgid "cannot match partition key to an index using access method \"%s\"" msgstr "" "сопоставить ключ секционирования с индексом, использующим метод доступа \"%s" "\", нельзя" -#: commands/indexcmds.c:979 +#: commands/indexcmds.c:1005 #, c-format msgid "unsupported %s constraint with partition key definition" msgstr "" "неподдерживаемое ограничение \"%s\" с определением ключа секционирования" -#: commands/indexcmds.c:981 +#: commands/indexcmds.c:1007 #, c-format msgid "%s constraints cannot be used when partition keys include expressions." msgstr "" "Ограничения %s не могут использоваться, когда ключи секционирования включают " "выражения." -#: commands/indexcmds.c:1020 +#: commands/indexcmds.c:1046 #, c-format msgid "" "unique constraint on partitioned table must include all partitioning columns" @@ -8897,7 +8950,7 @@ "ограничение уникальности в секционированной таблице должно включать все " "секционирующие столбцы" -#: commands/indexcmds.c:1021 +#: commands/indexcmds.c:1047 #, c-format msgid "" "%s constraint on table \"%s\" lacks column \"%s\" which is part of the " @@ -8906,92 +8959,92 @@ "В ограничении %s таблицы \"%s\" не хватает столбца \"%s\", входящего в ключ " "секционирования." -#: commands/indexcmds.c:1040 commands/indexcmds.c:1059 +#: commands/indexcmds.c:1066 commands/indexcmds.c:1085 #, c-format msgid "index creation on system columns is not supported" msgstr "создание индекса для системных столбцов не поддерживается" -#: commands/indexcmds.c:1231 tcop/utility.c:1510 +#: commands/indexcmds.c:1285 tcop/utility.c:1510 #, c-format msgid "cannot create unique index on partitioned table \"%s\"" msgstr "создать уникальный индекс в секционированной таблице \"%s\" нельзя" -#: commands/indexcmds.c:1233 tcop/utility.c:1512 +#: commands/indexcmds.c:1287 tcop/utility.c:1512 #, c-format msgid "Table \"%s\" contains partitions that are foreign tables." msgstr "Таблица \"%s\" содержит секции, являющиеся сторонними таблицами." -#: commands/indexcmds.c:1683 +#: commands/indexcmds.c:1759 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "функции в предикате индекса должны быть помечены как IMMUTABLE" -#: commands/indexcmds.c:1749 parser/parse_utilcmd.c:2515 -#: parser/parse_utilcmd.c:2650 +#: commands/indexcmds.c:1837 parser/parse_utilcmd.c:2525 +#: parser/parse_utilcmd.c:2660 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "указанный в ключе столбец \"%s\" не существует" -#: commands/indexcmds.c:1773 parser/parse_utilcmd.c:1814 +#: commands/indexcmds.c:1861 parser/parse_utilcmd.c:1824 #, c-format msgid "expressions are not supported in included columns" msgstr "выражения во включаемых столбцах не поддерживаются" -#: commands/indexcmds.c:1814 +#: commands/indexcmds.c:1902 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "функции в индексном выражении должны быть помечены как IMMUTABLE" -#: commands/indexcmds.c:1829 +#: commands/indexcmds.c:1917 #, c-format msgid "including column does not support a collation" msgstr "включаемые столбцы не поддерживают правила сортировки" -#: commands/indexcmds.c:1833 +#: commands/indexcmds.c:1921 #, c-format msgid "including column does not support an operator class" msgstr "включаемые столбцы не поддерживают классы операторов" -#: commands/indexcmds.c:1837 +#: commands/indexcmds.c:1925 #, c-format msgid "including column does not support ASC/DESC options" msgstr "включаемые столбцы не поддерживают сортировку ASC/DESC" -#: commands/indexcmds.c:1841 +#: commands/indexcmds.c:1929 #, c-format msgid "including column does not support NULLS FIRST/LAST options" msgstr "включаемые столбцы не поддерживают указания NULLS FIRST/LAST" -#: commands/indexcmds.c:1868 +#: commands/indexcmds.c:1970 #, c-format msgid "could not determine which collation to use for index expression" msgstr "не удалось определить правило сортировки для индексного выражения" -#: commands/indexcmds.c:1876 commands/tablecmds.c:16871 commands/typecmds.c:810 -#: parser/parse_expr.c:2685 parser/parse_type.c:566 parser/parse_utilcmd.c:3782 -#: utils/adt/misc.c:599 +#: commands/indexcmds.c:1978 commands/tablecmds.c:16908 commands/typecmds.c:810 +#: parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3792 +#: utils/adt/misc.c:628 #, c-format msgid "collations are not supported by type %s" msgstr "тип %s не поддерживает сортировку (COLLATION)" -#: commands/indexcmds.c:1914 +#: commands/indexcmds.c:2043 #, c-format msgid "operator %s is not commutative" msgstr "оператор %s не коммутативен" -#: commands/indexcmds.c:1916 +#: commands/indexcmds.c:2045 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "" "В ограничениях-исключениях могут использоваться только коммутативные " "операторы." -#: commands/indexcmds.c:1942 +#: commands/indexcmds.c:2071 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "оператор \"%s\" не входит в семейство операторов \"%s\"" -#: commands/indexcmds.c:1945 +#: commands/indexcmds.c:2074 #, c-format msgid "" "The exclusion operator must be related to the index operator class for the " @@ -9000,25 +9053,25 @@ "Оператор исключения для ограничения должен относиться к классу операторов " "индекса." -#: commands/indexcmds.c:1980 +#: commands/indexcmds.c:2109 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "метод доступа \"%s\" не поддерживает сортировку ASC/DESC" -#: commands/indexcmds.c:1985 +#: commands/indexcmds.c:2114 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "метод доступа \"%s\" не поддерживает параметр NULLS FIRST/LAST" -#: commands/indexcmds.c:2031 commands/tablecmds.c:16896 -#: commands/tablecmds.c:16902 commands/typecmds.c:2317 +#: commands/indexcmds.c:2160 commands/tablecmds.c:16933 +#: commands/tablecmds.c:16939 commands/typecmds.c:2317 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "" "для типа данных %s не определён класс операторов по умолчанию для метода " "доступа \"%s\"" -#: commands/indexcmds.c:2033 +#: commands/indexcmds.c:2162 #, c-format msgid "" "You must specify an operator class for the index or define a default " @@ -9027,86 +9080,86 @@ "Вы должны указать класс операторов для индекса или определить класс " "операторов по умолчанию для этого типа данных." -#: commands/indexcmds.c:2062 commands/indexcmds.c:2070 +#: commands/indexcmds.c:2191 commands/indexcmds.c:2199 #: commands/opclasscmds.c:205 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "класс операторов \"%s\" для метода доступа \"%s\" не существует" -#: commands/indexcmds.c:2084 commands/typecmds.c:2305 +#: commands/indexcmds.c:2213 commands/typecmds.c:2305 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "класс операторов \"%s\" не принимает тип данных %s" -#: commands/indexcmds.c:2174 +#: commands/indexcmds.c:2303 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "" "для типа данных %s определено несколько классов операторов по умолчанию" -#: commands/indexcmds.c:2502 +#: commands/indexcmds.c:2631 #, c-format msgid "unrecognized REINDEX option \"%s\"" msgstr "нераспознанный параметр REINDEX: \"%s\"" -#: commands/indexcmds.c:2726 +#: commands/indexcmds.c:2855 #, c-format msgid "table \"%s\" has no indexes that can be reindexed concurrently" msgstr "" "в таблице \"%s\" нет индексов, которые можно переиндексировать неблокирующим " "способом" -#: commands/indexcmds.c:2740 +#: commands/indexcmds.c:2869 #, c-format msgid "table \"%s\" has no indexes to reindex" msgstr "в таблице \"%s\" нет индексов для переиндексации" -#: commands/indexcmds.c:2780 commands/indexcmds.c:3287 -#: commands/indexcmds.c:3415 +#: commands/indexcmds.c:2909 commands/indexcmds.c:3416 +#: commands/indexcmds.c:3544 #, c-format msgid "cannot reindex system catalogs concurrently" msgstr "Переиндексировать системные каталоги неблокирующим способом нельзя" -#: commands/indexcmds.c:2803 +#: commands/indexcmds.c:2932 #, c-format msgid "can only reindex the currently open database" msgstr "переиндексировать можно только текущую базу данных" -#: commands/indexcmds.c:2891 +#: commands/indexcmds.c:3020 #, c-format msgid "cannot reindex system catalogs concurrently, skipping all" msgstr "" "все системные каталоги пропускаются, так как их нельзя переиндексировать " "неблокирующим способом" -#: commands/indexcmds.c:2924 +#: commands/indexcmds.c:3053 #, c-format msgid "cannot move system relations, skipping all" msgstr "переместить системные отношения нельзя, все они пропускаются" -#: commands/indexcmds.c:2971 +#: commands/indexcmds.c:3100 #, c-format msgid "while reindexing partitioned table \"%s.%s\"" msgstr "при переиндексировании секционированной таблицы \"%s.%s\"" -#: commands/indexcmds.c:2974 +#: commands/indexcmds.c:3103 #, c-format msgid "while reindexing partitioned index \"%s.%s\"" msgstr "при перестроении секционированного индекса \"%s.%s\"" -#: commands/indexcmds.c:3167 commands/indexcmds.c:4003 +#: commands/indexcmds.c:3296 commands/indexcmds.c:4152 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "таблица \"%s.%s\" переиндексирована" -#: commands/indexcmds.c:3319 commands/indexcmds.c:3371 +#: commands/indexcmds.c:3448 commands/indexcmds.c:3500 #, c-format msgid "cannot reindex invalid index \"%s.%s\" concurrently, skipping" msgstr "" "перестроить нерабочий индекс \"%s.%s\" неблокирующим способом нельзя, он " "пропускается" -#: commands/indexcmds.c:3325 +#: commands/indexcmds.c:3454 #, c-format msgid "" "cannot reindex exclusion constraint index \"%s.%s\" concurrently, skipping" @@ -9114,47 +9167,47 @@ "перестроить индекс ограничения-исключения \"%s.%s\" неблокирующим способом " "нельзя, он пропускается" -#: commands/indexcmds.c:3480 +#: commands/indexcmds.c:3609 #, c-format msgid "cannot reindex this type of relation concurrently" msgstr "переиндексировать отношение такого типа неблокирующим способом нельзя" -#: commands/indexcmds.c:3501 +#: commands/indexcmds.c:3630 #, c-format msgid "cannot move non-shared relation to tablespace \"%s\"" msgstr "" "переместить отношение, не являющееся разделяемым, в табличное пространство " "\"%s\" нельзя" -#: commands/indexcmds.c:3984 commands/indexcmds.c:3996 +#: commands/indexcmds.c:4133 commands/indexcmds.c:4145 #, c-format msgid "index \"%s.%s\" was reindexed" msgstr "индекс \"%s.%s\" был перестроен" -#: commands/lockcmds.c:92 commands/tablecmds.c:6063 commands/trigger.c:307 -#: rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:938 +#: commands/lockcmds.c:92 commands/tablecmds.c:6085 commands/trigger.c:307 +#: rewrite/rewriteDefine.c:271 rewrite/rewriteDefine.c:950 #, c-format msgid "\"%s\" is not a table or view" msgstr "\"%s\" - это не таблица и не представление" -#: commands/matview.c:182 +#: commands/matview.c:193 #, c-format msgid "CONCURRENTLY cannot be used when the materialized view is not populated" msgstr "" "CONCURRENTLY нельзя использовать, когда материализованное представление не " "наполнено" -#: commands/matview.c:188 gram.y:16812 +#: commands/matview.c:199 gram.y:16813 #, c-format msgid "%s and %s options cannot be used together" msgstr "параметры %s и %s исключают друг друга" -#: commands/matview.c:245 +#: commands/matview.c:256 #, c-format msgid "cannot refresh materialized view \"%s\" concurrently" msgstr "обновить материализованное представление \"%s\" параллельно нельзя" -#: commands/matview.c:248 +#: commands/matview.c:259 #, c-format msgid "" "Create a unique index with no WHERE clause on one or more columns of the " @@ -9163,7 +9216,7 @@ "Создайте уникальный индекс без предложения WHERE для одного или нескольких " "столбцов материализованного представления." -#: commands/matview.c:660 +#: commands/matview.c:652 #, c-format msgid "" "new data for materialized view \"%s\" contains duplicate rows without any " @@ -9172,7 +9225,7 @@ "новые данные для материализованного представления \"%s\" содержат " "дублирующиеся строки (без учёта столбцов с NULL)" -#: commands/matview.c:662 +#: commands/matview.c:654 #, c-format msgid "Row: %s" msgstr "Строка: %s" @@ -9182,97 +9235,97 @@ msgid "operator family \"%s\" does not exist for access method \"%s\"" msgstr "семейство операторов \"%s\" для метода доступа \"%s\" не существует" -#: commands/opclasscmds.c:266 +#: commands/opclasscmds.c:267 #, c-format msgid "operator family \"%s\" for access method \"%s\" already exists" msgstr "семейство операторов \"%s\" для метода доступа \"%s\" уже существует" -#: commands/opclasscmds.c:411 +#: commands/opclasscmds.c:416 #, c-format msgid "must be superuser to create an operator class" msgstr "для создания класса операторов нужно быть суперпользователем" -#: commands/opclasscmds.c:484 commands/opclasscmds.c:901 -#: commands/opclasscmds.c:1047 +#: commands/opclasscmds.c:493 commands/opclasscmds.c:910 +#: commands/opclasscmds.c:1056 #, c-format msgid "invalid operator number %d, must be between 1 and %d" msgstr "неверный номер оператора (%d), требуется число от 1 до %d" -#: commands/opclasscmds.c:529 commands/opclasscmds.c:951 -#: commands/opclasscmds.c:1063 +#: commands/opclasscmds.c:538 commands/opclasscmds.c:960 +#: commands/opclasscmds.c:1072 #, c-format msgid "invalid function number %d, must be between 1 and %d" msgstr "неверный номер функции (%d), требуется число от 1 до %d" -#: commands/opclasscmds.c:558 +#: commands/opclasscmds.c:567 #, c-format msgid "storage type specified more than once" msgstr "тип хранения указан неоднократно" -#: commands/opclasscmds.c:585 +#: commands/opclasscmds.c:594 #, c-format msgid "" "storage type cannot be different from data type for access method \"%s\"" msgstr "" "тип хранения не может отличаться от типа данных для метода доступа \"%s\"" -#: commands/opclasscmds.c:601 +#: commands/opclasscmds.c:610 #, c-format msgid "operator class \"%s\" for access method \"%s\" already exists" msgstr "класс операторов \"%s\" для метода доступа \"%s\" уже существует" -#: commands/opclasscmds.c:629 +#: commands/opclasscmds.c:638 #, c-format msgid "could not make operator class \"%s\" be default for type %s" msgstr "" "класс операторов \"%s\" не удалось сделать классом по умолчанию для типа %s" -#: commands/opclasscmds.c:632 +#: commands/opclasscmds.c:641 #, c-format msgid "Operator class \"%s\" already is the default." msgstr "Класс операторов \"%s\" уже является классом по умолчанию." -#: commands/opclasscmds.c:792 +#: commands/opclasscmds.c:801 #, c-format msgid "must be superuser to create an operator family" msgstr "для создания семейства операторов нужно быть суперпользователем" -#: commands/opclasscmds.c:852 +#: commands/opclasscmds.c:861 #, c-format msgid "must be superuser to alter an operator family" msgstr "для изменения семейства операторов нужно быть суперпользователем" -#: commands/opclasscmds.c:910 +#: commands/opclasscmds.c:919 #, c-format msgid "operator argument types must be specified in ALTER OPERATOR FAMILY" msgstr "в ALTER OPERATOR FAMILY должны быть указаны типы аргументов оператора" -#: commands/opclasscmds.c:985 +#: commands/opclasscmds.c:994 #, c-format msgid "STORAGE cannot be specified in ALTER OPERATOR FAMILY" msgstr "в ALTER OPERATOR FAMILY нельзя указать STORAGE" -#: commands/opclasscmds.c:1119 +#: commands/opclasscmds.c:1128 #, c-format msgid "one or two argument types must be specified" msgstr "нужно указать один или два типа аргументов" -#: commands/opclasscmds.c:1145 +#: commands/opclasscmds.c:1154 #, c-format msgid "index operators must be binary" msgstr "индексные операторы должны быть бинарными" -#: commands/opclasscmds.c:1164 +#: commands/opclasscmds.c:1173 #, c-format msgid "access method \"%s\" does not support ordering operators" msgstr "метод доступа \"%s\" не поддерживает сортирующие операторы" -#: commands/opclasscmds.c:1175 +#: commands/opclasscmds.c:1184 #, c-format msgid "index search operators must return boolean" msgstr "операторы поиска по индексу должны возвращать логическое значение" -#: commands/opclasscmds.c:1215 +#: commands/opclasscmds.c:1224 #, c-format msgid "" "associated data types for operator class options parsing functions must " @@ -9281,7 +9334,7 @@ "связанные типы данных для функций, разбирающих параметры класса операторов, " "должны совпадать с входным типом класса" -#: commands/opclasscmds.c:1222 +#: commands/opclasscmds.c:1231 #, c-format msgid "" "left and right associated data types for operator class options parsing " @@ -9290,119 +9343,119 @@ "левый и правый типы данных для функций, разбирающих параметры класса " "операторов, должны совпадать" -#: commands/opclasscmds.c:1230 +#: commands/opclasscmds.c:1239 #, c-format msgid "invalid operator class options parsing function" msgstr "неправильная функция разбора параметров класса операторов" -#: commands/opclasscmds.c:1231 +#: commands/opclasscmds.c:1240 #, c-format msgid "Valid signature of operator class options parsing function is %s." msgstr "" "Правильная сигнатура функции, осуществляющей разбор параметров класса " "операторов: '%s'." -#: commands/opclasscmds.c:1250 +#: commands/opclasscmds.c:1259 #, c-format msgid "btree comparison functions must have two arguments" msgstr "функции сравнения btree должны иметь два аргумента" -#: commands/opclasscmds.c:1254 +#: commands/opclasscmds.c:1263 #, c-format msgid "btree comparison functions must return integer" msgstr "функции сравнения btree должны возвращать целое число" -#: commands/opclasscmds.c:1271 +#: commands/opclasscmds.c:1280 #, c-format msgid "btree sort support functions must accept type \"internal\"" msgstr "опорные функции сортировки btree должны принимать тип \"internal\"" -#: commands/opclasscmds.c:1275 +#: commands/opclasscmds.c:1284 #, c-format msgid "btree sort support functions must return void" msgstr "опорные функции сортировки btree должны возвращать пустое (void)" -#: commands/opclasscmds.c:1286 +#: commands/opclasscmds.c:1295 #, c-format msgid "btree in_range functions must have five arguments" msgstr "функции in_range для btree должны принимать пять аргументов" -#: commands/opclasscmds.c:1290 +#: commands/opclasscmds.c:1299 #, c-format msgid "btree in_range functions must return boolean" msgstr "функции in_range для btree должны возвращать логическое значение" -#: commands/opclasscmds.c:1306 +#: commands/opclasscmds.c:1315 #, c-format msgid "btree equal image functions must have one argument" msgstr "функции равенства образов btree должны иметь один аргумент" -#: commands/opclasscmds.c:1310 +#: commands/opclasscmds.c:1319 #, c-format msgid "btree equal image functions must return boolean" msgstr "функции равенства образов должны возвращать логическое значение" -#: commands/opclasscmds.c:1323 +#: commands/opclasscmds.c:1332 #, c-format msgid "btree equal image functions must not be cross-type" msgstr "функции равенства образов не должны быть межтиповыми" -#: commands/opclasscmds.c:1333 +#: commands/opclasscmds.c:1342 #, c-format msgid "hash function 1 must have one argument" msgstr "функция хеширования 1 должна принимать один аргумент" -#: commands/opclasscmds.c:1337 +#: commands/opclasscmds.c:1346 #, c-format msgid "hash function 1 must return integer" msgstr "функция хеширования 1 должна возвращать целое число" -#: commands/opclasscmds.c:1344 +#: commands/opclasscmds.c:1353 #, c-format msgid "hash function 2 must have two arguments" msgstr "функция хеширования 2 должна принимать два аргумента" -#: commands/opclasscmds.c:1348 +#: commands/opclasscmds.c:1357 #, c-format msgid "hash function 2 must return bigint" msgstr "функция хеширования 2 должна возвращать значение bigint" -#: commands/opclasscmds.c:1373 +#: commands/opclasscmds.c:1382 #, c-format msgid "associated data types must be specified for index support function" msgstr "для опорной функции индексов должны быть указаны связанные типы данных" -#: commands/opclasscmds.c:1398 +#: commands/opclasscmds.c:1407 #, c-format msgid "function number %d for (%s,%s) appears more than once" msgstr "номер функции %d для (%s,%s) дублируется" -#: commands/opclasscmds.c:1405 +#: commands/opclasscmds.c:1414 #, c-format msgid "operator number %d for (%s,%s) appears more than once" msgstr "номер оператора %d для (%s,%s) дублируется" -#: commands/opclasscmds.c:1451 +#: commands/opclasscmds.c:1460 #, c-format msgid "operator %d(%s,%s) already exists in operator family \"%s\"" msgstr "оператор %d(%s,%s) уже существует в семействе \"%s\"" -#: commands/opclasscmds.c:1557 +#: commands/opclasscmds.c:1566 #, c-format msgid "function %d(%s,%s) already exists in operator family \"%s\"" msgstr "функция %d(%s,%s) уже существует в семействе операторов \"%s\"" -#: commands/opclasscmds.c:1638 +#: commands/opclasscmds.c:1647 #, c-format msgid "operator %d(%s,%s) does not exist in operator family \"%s\"" msgstr "оператор %d(%s,%s) не существует в семействе операторов \"%s\"" -#: commands/opclasscmds.c:1678 +#: commands/opclasscmds.c:1687 #, c-format msgid "function %d(%s,%s) does not exist in operator family \"%s\"" msgstr "функция %d(%s,%s) не существует в семействе операторов \"%s\"" -#: commands/opclasscmds.c:1709 +#: commands/opclasscmds.c:1718 #, c-format msgid "" "operator class \"%s\" for access method \"%s\" already exists in schema \"%s" @@ -9411,7 +9464,7 @@ "класс операторов \"%s\" для метода доступа \"%s\" уже существует в схеме \"%s" "\"" -#: commands/opclasscmds.c:1732 +#: commands/opclasscmds.c:1741 #, c-format msgid "" "operator family \"%s\" for access method \"%s\" already exists in schema \"%s" @@ -9471,12 +9524,12 @@ msgstr "атрибут оператора \"%s\" нельзя изменить" #: commands/policy.c:89 commands/policy.c:382 commands/statscmds.c:151 -#: commands/tablecmds.c:1584 commands/tablecmds.c:2164 -#: commands/tablecmds.c:3389 commands/tablecmds.c:6042 -#: commands/tablecmds.c:8926 commands/tablecmds.c:16461 -#: commands/tablecmds.c:16496 commands/trigger.c:313 commands/trigger.c:1289 +#: commands/tablecmds.c:1585 commands/tablecmds.c:2165 +#: commands/tablecmds.c:3390 commands/tablecmds.c:6064 +#: commands/tablecmds.c:8948 commands/tablecmds.c:16498 +#: commands/tablecmds.c:16533 commands/trigger.c:313 commands/trigger.c:1289 #: commands/trigger.c:1398 rewrite/rewriteDefine.c:277 -#: rewrite/rewriteDefine.c:943 rewrite/rewriteRemove.c:80 +#: rewrite/rewriteDefine.c:955 rewrite/rewriteRemove.c:80 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "доступ запрещён: \"%s\" - это системный каталог" @@ -9539,7 +9592,7 @@ msgid "invalid statement name: must not be empty" msgstr "неверный оператор: имя не должно быть пустым" -#: commands/prepare.c:131 parser/parse_param.c:313 tcop/postgres.c:1473 +#: commands/prepare.c:131 parser/parse_param.c:313 tcop/postgres.c:1479 #, c-format msgid "could not determine data type of parameter $%d" msgstr "не удалось определить тип данных параметра $%d" @@ -9645,17 +9698,17 @@ "Владельцем публикации всех таблиц (FOR ALL TABLES) должен быть " "суперпользователь." -#: commands/schemacmds.c:105 commands/schemacmds.c:259 +#: commands/schemacmds.c:105 commands/schemacmds.c:270 #, c-format msgid "unacceptable schema name \"%s\"" msgstr "неприемлемое имя схемы: \"%s\"" -#: commands/schemacmds.c:106 commands/schemacmds.c:260 +#: commands/schemacmds.c:106 commands/schemacmds.c:271 #, c-format msgid "The prefix \"pg_\" is reserved for system schemas." msgstr "Префикс \"pg_\" зарезервирован для системных схем." -#: commands/schemacmds.c:120 +#: commands/schemacmds.c:130 #, c-format msgid "schema \"%s\" already exists, skipping" msgstr "схема \"%s\" уже существует, пропускается" @@ -9688,138 +9741,138 @@ msgid "unlogged sequences are not supported" msgstr "нежурналируемые последовательности не поддерживаются" -#: commands/sequence.c:709 +#: commands/sequence.c:717 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "функция nextval достигла максимума для последовательности \"%s\" (%s)" -#: commands/sequence.c:732 +#: commands/sequence.c:740 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "функция nextval достигла минимума для последовательности \"%s\" (%s)" -#: commands/sequence.c:850 +#: commands/sequence.c:858 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "" "текущее значение (currval) для последовательности \"%s\" ещё не определено в " "этом сеансе" -#: commands/sequence.c:869 commands/sequence.c:875 +#: commands/sequence.c:877 commands/sequence.c:883 #, c-format msgid "lastval is not yet defined in this session" msgstr "последнее значение (lastval) ещё не определено в этом сеансе" -#: commands/sequence.c:963 +#: commands/sequence.c:971 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "" "setval передано значение %s вне пределов последовательности \"%s\" (%s..%s)" -#: commands/sequence.c:1359 +#: commands/sequence.c:1367 #, c-format msgid "invalid sequence option SEQUENCE NAME" msgstr "неверное свойство последовательности SEQUENCE NAME" -#: commands/sequence.c:1385 +#: commands/sequence.c:1393 #, c-format msgid "identity column type must be smallint, integer, or bigint" msgstr "" "типом столбца идентификации может быть только smallint, integer или bigint" -#: commands/sequence.c:1386 +#: commands/sequence.c:1394 #, c-format msgid "sequence type must be smallint, integer, or bigint" msgstr "" "типом последовательности может быть только smallint, integer или bigint" -#: commands/sequence.c:1420 +#: commands/sequence.c:1428 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENT не может быть нулевым" -#: commands/sequence.c:1473 +#: commands/sequence.c:1481 #, c-format msgid "MAXVALUE (%s) is out of range for sequence data type %s" msgstr "MAXVALUE (%s) выходит за пределы типа данных последовательности (%s)" -#: commands/sequence.c:1510 +#: commands/sequence.c:1518 #, c-format msgid "MINVALUE (%s) is out of range for sequence data type %s" msgstr "MINVALUE (%s) выходит за пределы типа данных последовательности (%s)" -#: commands/sequence.c:1524 +#: commands/sequence.c:1532 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s) должно быть меньше MAXVALUE (%s)" -#: commands/sequence.c:1551 +#: commands/sequence.c:1559 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "значение START (%s) не может быть меньше MINVALUE (%s)" -#: commands/sequence.c:1563 +#: commands/sequence.c:1571 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "значение START (%s) не может быть больше MAXVALUE (%s)" -#: commands/sequence.c:1593 +#: commands/sequence.c:1601 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "значение RESTART (%s) не может быть меньше MINVALUE (%s)" -#: commands/sequence.c:1605 +#: commands/sequence.c:1613 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "значение RESTART (%s) не может быть больше MAXVALUE (%s)" -#: commands/sequence.c:1620 +#: commands/sequence.c:1628 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "значение CACHE (%s) должно быть больше нуля" -#: commands/sequence.c:1657 +#: commands/sequence.c:1665 #, c-format msgid "invalid OWNED BY option" msgstr "неверное указание OWNED BY" # skip-rule: no-space-after-period -#: commands/sequence.c:1658 +#: commands/sequence.c:1666 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Укажите OWNED BY таблица.столбец или OWNED BY NONE." -#: commands/sequence.c:1683 +#: commands/sequence.c:1691 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "указанный объект \"%s\" не является таблицей или сторонней таблицей" -#: commands/sequence.c:1690 +#: commands/sequence.c:1698 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "" "последовательность должна иметь того же владельца, что и таблица, с которой " "она связана" -#: commands/sequence.c:1694 +#: commands/sequence.c:1702 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "" "последовательность должна быть в той же схеме, что и таблица, с которой она " "связана" -#: commands/sequence.c:1716 +#: commands/sequence.c:1724 #, c-format msgid "cannot change ownership of identity sequence" msgstr "сменить владельца последовательности идентификации нельзя" -#: commands/sequence.c:1717 commands/tablecmds.c:13253 -#: commands/tablecmds.c:15886 +#: commands/sequence.c:1725 commands/tablecmds.c:13288 +#: commands/tablecmds.c:15923 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Последовательность \"%s\" связана с таблицей \"%s\"." -#: commands/statscmds.c:112 commands/statscmds.c:121 tcop/utility.c:1860 +#: commands/statscmds.c:112 commands/statscmds.c:121 tcop/utility.c:1866 #, c-format msgid "only a single relation is allowed in CREATE STATISTICS" msgstr "в CREATE STATISTICS можно указать только одно отношение" @@ -9831,27 +9884,27 @@ "отношение \"%s\" - это не таблица, не сторонняя таблица и не " "материализованное представление" -#: commands/statscmds.c:189 +#: commands/statscmds.c:193 #, c-format msgid "statistics object \"%s\" already exists, skipping" msgstr "объект статистики \"%s\" уже существует, пропускается" -#: commands/statscmds.c:197 +#: commands/statscmds.c:201 #, c-format msgid "statistics object \"%s\" already exists" msgstr "объект статистики \"%s\" уже существует" -#: commands/statscmds.c:208 +#: commands/statscmds.c:212 #, c-format msgid "cannot have more than %d columns in statistics" msgstr "в статистике не может быть больше %d столбцов" -#: commands/statscmds.c:249 commands/statscmds.c:272 commands/statscmds.c:305 +#: commands/statscmds.c:253 commands/statscmds.c:276 commands/statscmds.c:309 #, c-format msgid "statistics creation on system columns is not supported" msgstr "создание статистики для системных столбцов не поддерживается" -#: commands/statscmds.c:256 commands/statscmds.c:279 +#: commands/statscmds.c:260 commands/statscmds.c:283 #, c-format msgid "" "column \"%s\" cannot be used in statistics because its type %s has no " @@ -9860,7 +9913,7 @@ "столбец \"%s\" нельзя использовать в статистике, так как для его типа %s не " "определён класс операторов B-дерева по умолчанию" -#: commands/statscmds.c:322 +#: commands/statscmds.c:326 #, c-format msgid "" "expression cannot be used in multivariate statistics because its type %s has " @@ -9869,7 +9922,7 @@ "выражение нельзя использовать в многовариантной статистике, так как для его " "типа %s не определён класс операторов btree по умолчанию" -#: commands/statscmds.c:343 +#: commands/statscmds.c:347 #, c-format msgid "" "when building statistics on a single expression, statistics kinds may not be " @@ -9878,37 +9931,37 @@ "при построении статистики по единственному выражению указывать виды " "статистики нельзя" -#: commands/statscmds.c:372 +#: commands/statscmds.c:376 #, c-format msgid "unrecognized statistics kind \"%s\"" msgstr "нераспознанный вид статистики \"%s\"" -#: commands/statscmds.c:401 +#: commands/statscmds.c:405 #, c-format msgid "extended statistics require at least 2 columns" msgstr "для расширенной статистики требуются минимум 2 столбца" -#: commands/statscmds.c:419 +#: commands/statscmds.c:423 #, c-format msgid "duplicate column name in statistics definition" msgstr "повторяющееся имя столбца в определении статистики" -#: commands/statscmds.c:454 +#: commands/statscmds.c:458 #, c-format msgid "duplicate expression in statistics definition" msgstr "повторяющееся выражение в определении статистики" -#: commands/statscmds.c:635 commands/tablecmds.c:7896 +#: commands/statscmds.c:639 commands/tablecmds.c:7918 #, c-format msgid "statistics target %d is too low" msgstr "ориентир статистики слишком мал (%d)" -#: commands/statscmds.c:643 commands/tablecmds.c:7904 +#: commands/statscmds.c:647 commands/tablecmds.c:7926 #, c-format msgid "lowering statistics target to %d" msgstr "ориентир статистики снижается до %d" -#: commands/statscmds.c:666 +#: commands/statscmds.c:670 #, c-format msgid "statistics object \"%s.%s\" does not exist, skipping" msgstr "объект статистики \"%s.%s\" не существует, пропускается" @@ -9938,7 +9991,7 @@ msgstr "для создания подписок нужно быть суперпользователем" #: commands/subscriptioncmds.c:474 commands/subscriptioncmds.c:572 -#: replication/logical/tablesync.c:975 replication/logical/worker.c:3192 +#: replication/logical/tablesync.c:975 replication/logical/worker.c:3210 #, c-format msgid "could not connect to the publisher: %s" msgstr "не удалось подключиться к серверу публикации: %s" @@ -10110,8 +10163,8 @@ "Выполните DROP MATERIALIZED VIEW для удаления материализованного " "представления." -#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18342 -#: parser/parse_utilcmd.c:2247 +#: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18379 +#: parser/parse_utilcmd.c:2257 #, c-format msgid "index \"%s\" does not exist" msgstr "индекс \"%s\" не существует" @@ -10134,8 +10187,8 @@ msgid "Use DROP TYPE to remove a type." msgstr "Выполните DROP TYPE для удаления типа." -#: commands/tablecmds.c:277 commands/tablecmds.c:13092 -#: commands/tablecmds.c:15589 +#: commands/tablecmds.c:277 commands/tablecmds.c:13127 +#: commands/tablecmds.c:15626 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "сторонняя таблица \"%s\" не существует" @@ -10149,24 +10202,24 @@ msgid "Use DROP FOREIGN TABLE to remove a foreign table." msgstr "Выполните DROP FOREIGN TABLE для удаления сторонней таблицы." -#: commands/tablecmds.c:669 +#: commands/tablecmds.c:670 #, c-format msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT можно использовать только для временных таблиц" -#: commands/tablecmds.c:700 +#: commands/tablecmds.c:701 #, c-format msgid "cannot create temporary table within security-restricted operation" msgstr "" "в рамках операции с ограничениями по безопасности нельзя создать временную " "таблицу" -#: commands/tablecmds.c:736 commands/tablecmds.c:14376 +#: commands/tablecmds.c:737 commands/tablecmds.c:14413 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "отношение \"%s\" наследуется неоднократно" -#: commands/tablecmds.c:921 +#: commands/tablecmds.c:922 #, c-format msgid "" "specifying a table access method is not supported on a partitioned table" @@ -10174,47 +10227,47 @@ "указание табличного метода доступа для секционированных таблиц не " "поддерживаются" -#: commands/tablecmds.c:1017 +#: commands/tablecmds.c:1018 #, c-format msgid "\"%s\" is not partitioned" msgstr "отношение \"%s\" не является секционированным" -#: commands/tablecmds.c:1112 +#: commands/tablecmds.c:1113 #, c-format msgid "cannot partition using more than %d columns" msgstr "число столбцов в ключе секционирования не может превышать %d" -#: commands/tablecmds.c:1168 +#: commands/tablecmds.c:1169 #, c-format msgid "cannot create foreign partition of partitioned table \"%s\"" msgstr "создать стороннюю секцию для секционированной таблицы \"%s\" нельзя" -#: commands/tablecmds.c:1170 +#: commands/tablecmds.c:1171 #, c-format msgid "Table \"%s\" contains indexes that are unique." msgstr "Таблица \"%s\" содержит индексы, являющиеся уникальными." -#: commands/tablecmds.c:1333 +#: commands/tablecmds.c:1334 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLY не поддерживает удаление нескольких объектов" -#: commands/tablecmds.c:1337 +#: commands/tablecmds.c:1338 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY не поддерживает режим CASCADE" -#: commands/tablecmds.c:1441 +#: commands/tablecmds.c:1442 #, c-format msgid "cannot drop partitioned index \"%s\" concurrently" msgstr "удалить секционированный индекс \"%s\" параллельным способом нельзя" -#: commands/tablecmds.c:1729 +#: commands/tablecmds.c:1730 #, c-format msgid "cannot truncate only a partitioned table" msgstr "опустошить собственно секционированную таблицу нельзя" -#: commands/tablecmds.c:1730 +#: commands/tablecmds.c:1731 #, c-format msgid "" "Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions " @@ -10223,39 +10276,39 @@ "Не указывайте ключевое слово ONLY или выполните TRUNCATE ONLY " "непосредственно для секций." -#: commands/tablecmds.c:1802 +#: commands/tablecmds.c:1803 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "опустошение распространяется на таблицу %s" -#: commands/tablecmds.c:2152 +#: commands/tablecmds.c:2153 #, c-format msgid "cannot truncate foreign table \"%s\"" msgstr "опустошить стороннюю таблицу \"%s\" нельзя" -#: commands/tablecmds.c:2201 +#: commands/tablecmds.c:2202 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "временные таблицы других сеансов нельзя опустошить" -#: commands/tablecmds.c:2429 commands/tablecmds.c:14273 +#: commands/tablecmds.c:2430 commands/tablecmds.c:14310 #, c-format msgid "cannot inherit from partitioned table \"%s\"" msgstr "наследование от секционированной таблицы \"%s\" не допускается" -#: commands/tablecmds.c:2434 +#: commands/tablecmds.c:2435 #, c-format msgid "cannot inherit from partition \"%s\"" msgstr "наследование от секции \"%s\" не допускается" -#: commands/tablecmds.c:2442 parser/parse_utilcmd.c:2477 -#: parser/parse_utilcmd.c:2619 +#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2487 +#: parser/parse_utilcmd.c:2629 #, c-format msgid "inherited relation \"%s\" is not a table or foreign table" msgstr "" "наследуемое отношение \"%s\" не является таблицей или сторонней таблицей" -#: commands/tablecmds.c:2454 +#: commands/tablecmds.c:2455 #, c-format msgid "" "cannot create a temporary relation as partition of permanent relation \"%s\"" @@ -10263,29 +10316,29 @@ "создать временное отношение в качестве секции постоянного отношения \"%s\" " "нельзя" -#: commands/tablecmds.c:2463 commands/tablecmds.c:14252 +#: commands/tablecmds.c:2464 commands/tablecmds.c:14289 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "временное отношение \"%s\" не может наследоваться" -#: commands/tablecmds.c:2473 commands/tablecmds.c:14260 +#: commands/tablecmds.c:2474 commands/tablecmds.c:14297 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "наследование от временного отношения другого сеанса невозможно" -#: commands/tablecmds.c:2527 +#: commands/tablecmds.c:2528 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "слияние нескольких наследованных определений столбца \"%s\"" -#: commands/tablecmds.c:2535 +#: commands/tablecmds.c:2536 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "конфликт типов в наследованном столбце \"%s\"" -#: commands/tablecmds.c:2537 commands/tablecmds.c:2560 -#: commands/tablecmds.c:2577 commands/tablecmds.c:2833 -#: commands/tablecmds.c:2863 commands/tablecmds.c:2877 +#: commands/tablecmds.c:2538 commands/tablecmds.c:2561 +#: commands/tablecmds.c:2578 commands/tablecmds.c:2834 +#: commands/tablecmds.c:2864 commands/tablecmds.c:2878 #: parser/parse_coerce.c:2155 parser/parse_coerce.c:2175 #: parser/parse_coerce.c:2195 parser/parse_coerce.c:2216 #: parser/parse_coerce.c:2271 parser/parse_coerce.c:2305 @@ -10296,41 +10349,41 @@ msgid "%s versus %s" msgstr "%s и %s" -#: commands/tablecmds.c:2546 +#: commands/tablecmds.c:2547 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "конфликт правил сортировки в наследованном столбце \"%s\"" -#: commands/tablecmds.c:2548 commands/tablecmds.c:2845 -#: commands/tablecmds.c:6551 +#: commands/tablecmds.c:2549 commands/tablecmds.c:2846 +#: commands/tablecmds.c:6573 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "\"%s\" и \"%s\"" -#: commands/tablecmds.c:2558 +#: commands/tablecmds.c:2559 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "конфликт параметров хранения в наследованном столбце \"%s\"" -#: commands/tablecmds.c:2575 commands/tablecmds.c:2875 +#: commands/tablecmds.c:2576 commands/tablecmds.c:2876 #, c-format msgid "column \"%s\" has a compression method conflict" msgstr "в столбце \"%s\" возник конфликт методов сжатия" -#: commands/tablecmds.c:2590 +#: commands/tablecmds.c:2591 #, c-format msgid "inherited column \"%s\" has a generation conflict" msgstr "конфликт свойства генерирования в наследованном столбце \"%s\"" -#: commands/tablecmds.c:2684 commands/tablecmds.c:2739 -#: commands/tablecmds.c:11837 parser/parse_utilcmd.c:1291 -#: parser/parse_utilcmd.c:1334 parser/parse_utilcmd.c:1742 -#: parser/parse_utilcmd.c:1850 +#: commands/tablecmds.c:2685 commands/tablecmds.c:2740 +#: commands/tablecmds.c:11872 parser/parse_utilcmd.c:1301 +#: parser/parse_utilcmd.c:1344 parser/parse_utilcmd.c:1752 +#: parser/parse_utilcmd.c:1860 #, c-format msgid "cannot convert whole-row table reference" msgstr "преобразовать ссылку на тип всей строки таблицы нельзя" -#: commands/tablecmds.c:2685 parser/parse_utilcmd.c:1292 +#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1302 #, c-format msgid "" "Generation expression for column \"%s\" contains a whole-row reference to " @@ -10339,48 +10392,48 @@ "Генерирующее выражение столбца \"%s\" ссылается на тип всей строки в таблице " "\"%s\"." -#: commands/tablecmds.c:2740 parser/parse_utilcmd.c:1335 +#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1345 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Ограничение \"%s\" ссылается на тип всей строки в таблице \"%s\"." -#: commands/tablecmds.c:2819 +#: commands/tablecmds.c:2820 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "слияние столбца \"%s\" с наследованным определением" -#: commands/tablecmds.c:2823 +#: commands/tablecmds.c:2824 #, c-format msgid "moving and merging column \"%s\" with inherited definition" msgstr "перемещение и слияние столбца \"%s\" с наследуемым определением" -#: commands/tablecmds.c:2824 +#: commands/tablecmds.c:2825 #, c-format msgid "User-specified column moved to the position of the inherited column." msgstr "" "Определённый пользователем столбец перемещён в позицию наследуемого столбца." -#: commands/tablecmds.c:2831 +#: commands/tablecmds.c:2832 #, c-format msgid "column \"%s\" has a type conflict" msgstr "конфликт типов в столбце \"%s\"" -#: commands/tablecmds.c:2843 +#: commands/tablecmds.c:2844 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "конфликт правил сортировки в столбце \"%s\"" -#: commands/tablecmds.c:2861 +#: commands/tablecmds.c:2862 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "конфликт параметров хранения в столбце \"%s\"" -#: commands/tablecmds.c:2902 +#: commands/tablecmds.c:2903 #, c-format msgid "child column \"%s\" specifies generation expression" msgstr "для дочернего столбца \"%s\" указано генерирующее выражение" -#: commands/tablecmds.c:2904 +#: commands/tablecmds.c:2905 #, c-format msgid "" "Omit the generation expression in the definition of the child table column " @@ -10389,36 +10442,36 @@ "Уберите генерирующее выражение из определения столбца в дочерней таблице, " "чтобы это выражение наследовалось из родительской." -#: commands/tablecmds.c:2908 +#: commands/tablecmds.c:2909 #, c-format msgid "column \"%s\" inherits from generated column but specifies default" msgstr "" "столбец \"%s\" наследуется от генерируемого столбца, но для него задано " "значение по умолчанию" -#: commands/tablecmds.c:2913 +#: commands/tablecmds.c:2914 #, c-format msgid "column \"%s\" inherits from generated column but specifies identity" msgstr "" "столбец \"%s\" наследуется от генерируемого столбца, но для него задано " "свойство идентификации" -#: commands/tablecmds.c:3022 +#: commands/tablecmds.c:3023 #, c-format msgid "column \"%s\" inherits conflicting generation expressions" msgstr "столбец \"%s\" наследует конфликтующие генерирующие выражения" -#: commands/tablecmds.c:3027 +#: commands/tablecmds.c:3028 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "столбец \"%s\" наследует конфликтующие значения по умолчанию" -#: commands/tablecmds.c:3029 +#: commands/tablecmds.c:3030 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Для решения конфликта укажите желаемое значение по умолчанию." -#: commands/tablecmds.c:3075 +#: commands/tablecmds.c:3076 #, c-format msgid "" "check constraint name \"%s\" appears multiple times but with different " @@ -10427,17 +10480,17 @@ "имя ограничения-проверки \"%s\" фигурирует несколько раз, но с разными " "выражениями" -#: commands/tablecmds.c:3288 +#: commands/tablecmds.c:3289 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "перемещать временные таблицы других сеансов нельзя" -#: commands/tablecmds.c:3358 +#: commands/tablecmds.c:3359 #, c-format msgid "cannot rename column of typed table" msgstr "переименовать столбец типизированной таблицы нельзя" -#: commands/tablecmds.c:3377 +#: commands/tablecmds.c:3378 #, c-format msgid "" "\"%s\" is not a table, view, materialized view, composite type, index, or " @@ -10446,37 +10499,37 @@ "\"%s\" - это не таблица, представление, материализованное представление, " "составной тип, индекс или сторонняя таблица" -#: commands/tablecmds.c:3471 +#: commands/tablecmds.c:3472 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "" "наследованный столбец \"%s\" должен быть также переименован в дочерних " "таблицах" -#: commands/tablecmds.c:3503 +#: commands/tablecmds.c:3504 #, c-format msgid "cannot rename system column \"%s\"" msgstr "нельзя переименовать системный столбец \"%s\"" -#: commands/tablecmds.c:3518 +#: commands/tablecmds.c:3519 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "нельзя переименовать наследованный столбец \"%s\"" -#: commands/tablecmds.c:3670 +#: commands/tablecmds.c:3671 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "" "наследуемое ограничение \"%s\" должно быть также переименовано в дочерних " "таблицах" -#: commands/tablecmds.c:3677 +#: commands/tablecmds.c:3678 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "нельзя переименовать наследованное ограничение \"%s\"" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3975 +#: commands/tablecmds.c:3976 #, c-format msgid "" "cannot %s \"%s\" because it is being used by active queries in this session" @@ -10485,49 +10538,49 @@ "запросами в данном сеансе" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:3984 +#: commands/tablecmds.c:3985 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "" "нельзя выполнить %s \"%s\", так как с этим объектом связаны отложенные " "события триггеров" -#: commands/tablecmds.c:4448 +#: commands/tablecmds.c:4453 #, c-format msgid "cannot alter partition \"%s\" with an incomplete detach" msgstr "нельзя изменить секцию \"%s\", которая не полностью отсоединена" -#: commands/tablecmds.c:4641 commands/tablecmds.c:4656 +#: commands/tablecmds.c:4646 commands/tablecmds.c:4661 #, c-format msgid "cannot change persistence setting twice" msgstr "изменить характеристику хранения дважды нельзя" -#: commands/tablecmds.c:5399 +#: commands/tablecmds.c:5421 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "перезаписать системное отношение \"%s\" нельзя" -#: commands/tablecmds.c:5405 +#: commands/tablecmds.c:5427 #, c-format msgid "cannot rewrite table \"%s\" used as a catalog table" msgstr "перезаписать таблицу \"%s\", используемую как таблицу каталога, нельзя" -#: commands/tablecmds.c:5415 +#: commands/tablecmds.c:5437 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "перезаписывать временные таблицы других сеансов нельзя" -#: commands/tablecmds.c:5876 +#: commands/tablecmds.c:5898 #, c-format msgid "column \"%s\" of relation \"%s\" contains null values" msgstr "столбец \"%s\" отношения \"%s\" содержит значения NULL" -#: commands/tablecmds.c:5893 +#: commands/tablecmds.c:5915 #, c-format msgid "check constraint \"%s\" of relation \"%s\" is violated by some row" msgstr "ограничение-проверку \"%s\" отношения \"%s\" нарушает некоторая строка" -#: commands/tablecmds.c:5912 partitioning/partbounds.c:3292 +#: commands/tablecmds.c:5934 partitioning/partbounds.c:3292 #, c-format msgid "" "updated partition constraint for default partition \"%s\" would be violated " @@ -10536,36 +10589,36 @@ "изменённое ограничение секции для секции по умолчанию \"%s\" будет нарушено " "некоторыми строками" -#: commands/tablecmds.c:5918 +#: commands/tablecmds.c:5940 #, c-format msgid "partition constraint of relation \"%s\" is violated by some row" msgstr "ограничение секции отношения \"%s\" нарушает некоторая строка" -#: commands/tablecmds.c:6066 commands/trigger.c:1283 commands/trigger.c:1389 +#: commands/tablecmds.c:6088 commands/trigger.c:1283 commands/trigger.c:1389 #, c-format msgid "\"%s\" is not a table, view, or foreign table" msgstr "\"%s\" - это не таблица, представление и не сторонняя таблица" -#: commands/tablecmds.c:6069 +#: commands/tablecmds.c:6091 #, c-format msgid "\"%s\" is not a table, view, materialized view, or index" msgstr "" "\"%s\" - это не таблица, представление, материализованное представление или " "индекс" -#: commands/tablecmds.c:6075 +#: commands/tablecmds.c:6097 #, c-format msgid "\"%s\" is not a table, materialized view, or index" msgstr "\"%s\" - это не таблица, материализованное представление или индекс" -#: commands/tablecmds.c:6078 +#: commands/tablecmds.c:6100 #, c-format msgid "\"%s\" is not a table, materialized view, index, or partitioned index" msgstr "" "\"%s\" - это не таблица, материализованное представление, индекс или " "секционированный индекс" -#: commands/tablecmds.c:6081 +#: commands/tablecmds.c:6103 #, c-format msgid "" "\"%s\" is not a table, materialized view, index, partitioned index, or " @@ -10574,47 +10627,47 @@ "\"%s\" - это не таблица, материализованное представление, индекс, " "секционированный индекс или сторонняя таблица" -#: commands/tablecmds.c:6084 +#: commands/tablecmds.c:6106 #, c-format msgid "\"%s\" is not a table, materialized view, or foreign table" msgstr "" "\"%s\" - это не таблица, материализованное представление или сторонняя " "таблица" -#: commands/tablecmds.c:6087 +#: commands/tablecmds.c:6109 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "\"%s\" - это не таблица и не сторонняя таблица" -#: commands/tablecmds.c:6090 +#: commands/tablecmds.c:6112 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "\"%s\" - это не таблица, составной тип или сторонняя таблица" -#: commands/tablecmds.c:6093 +#: commands/tablecmds.c:6115 #, c-format msgid "\"%s\" is not a table, materialized view, index, or foreign table" msgstr "" "\"%s\" - это не таблица, материализованное представление, индекс или " "сторонняя таблица" -#: commands/tablecmds.c:6096 +#: commands/tablecmds.c:6118 #, c-format msgid "\"%s\" is not a table or partitioned index" msgstr "\"%s\" - это не таблица и не секционированный индекс" -#: commands/tablecmds.c:6106 +#: commands/tablecmds.c:6128 #, c-format msgid "\"%s\" is of the wrong type" msgstr "неправильный тип \"%s\"" -#: commands/tablecmds.c:6309 commands/tablecmds.c:6316 +#: commands/tablecmds.c:6331 commands/tablecmds.c:6338 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "" "изменить тип \"%s\" нельзя, так как он задействован в столбце \"%s.%s\"" -#: commands/tablecmds.c:6323 +#: commands/tablecmds.c:6345 #, c-format msgid "" "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" @@ -10622,77 +10675,77 @@ "изменить стороннюю таблицу \"%s\" нельзя, так как столбец \"%s.%s\" " "задействует тип её строки" -#: commands/tablecmds.c:6330 +#: commands/tablecmds.c:6352 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "" "изменить таблицу \"%s\" нельзя, так как столбец \"%s.%s\" задействует тип её " "строки" -#: commands/tablecmds.c:6386 +#: commands/tablecmds.c:6408 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "изменить тип \"%s\", так как это тип типизированной таблицы" -#: commands/tablecmds.c:6388 +#: commands/tablecmds.c:6410 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "" "Чтобы изменить также типизированные таблицы, выполните ALTER ... CASCADE." -#: commands/tablecmds.c:6434 +#: commands/tablecmds.c:6456 #, c-format msgid "type %s is not a composite type" msgstr "тип %s не является составным" -#: commands/tablecmds.c:6461 +#: commands/tablecmds.c:6483 #, c-format msgid "cannot add column to typed table" msgstr "добавить столбец в типизированную таблицу нельзя" -#: commands/tablecmds.c:6514 +#: commands/tablecmds.c:6536 #, c-format msgid "cannot add column to a partition" msgstr "добавить столбец в секцию нельзя" -#: commands/tablecmds.c:6543 commands/tablecmds.c:14503 +#: commands/tablecmds.c:6565 commands/tablecmds.c:14540 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "дочерняя таблица \"%s\" имеет другой тип для столбца \"%s\"" -#: commands/tablecmds.c:6549 commands/tablecmds.c:14510 +#: commands/tablecmds.c:6571 commands/tablecmds.c:14547 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "" "дочерняя таблица \"%s\" имеет другое правило сортировки для столбца \"%s\"" -#: commands/tablecmds.c:6563 +#: commands/tablecmds.c:6585 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "объединение определений столбца \"%s\" для потомка \"%s\"" -#: commands/tablecmds.c:6606 +#: commands/tablecmds.c:6628 #, c-format msgid "cannot recursively add identity column to table that has child tables" msgstr "" "добавить столбец идентификации в таблицу, у которой есть дочерние, нельзя" -#: commands/tablecmds.c:6849 +#: commands/tablecmds.c:6871 #, c-format msgid "column must be added to child tables too" msgstr "столбец также должен быть добавлен к дочерним таблицам" -#: commands/tablecmds.c:6927 +#: commands/tablecmds.c:6949 #, c-format msgid "column \"%s\" of relation \"%s\" already exists, skipping" msgstr "столбец \"%s\" отношения \"%s\" уже существует, пропускается" -#: commands/tablecmds.c:6934 +#: commands/tablecmds.c:6956 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "столбец \"%s\" отношения \"%s\" уже существует" -#: commands/tablecmds.c:7000 commands/tablecmds.c:11476 +#: commands/tablecmds.c:7022 commands/tablecmds.c:11511 #, c-format msgid "" "cannot remove constraint from only the partitioned table when partitions " @@ -10701,70 +10754,70 @@ "удалить ограничение только из секционированной таблицы, когда существуют " "секции, нельзя" -#: commands/tablecmds.c:7001 commands/tablecmds.c:7318 -#: commands/tablecmds.c:8341 commands/tablecmds.c:11477 +#: commands/tablecmds.c:7023 commands/tablecmds.c:7340 +#: commands/tablecmds.c:8363 commands/tablecmds.c:11512 #, c-format msgid "Do not specify the ONLY keyword." msgstr "Не указывайте ключевое слово ONLY." -#: commands/tablecmds.c:7038 commands/tablecmds.c:7244 -#: commands/tablecmds.c:7386 commands/tablecmds.c:7500 -#: commands/tablecmds.c:7594 commands/tablecmds.c:7653 -#: commands/tablecmds.c:7771 commands/tablecmds.c:7937 -#: commands/tablecmds.c:8007 commands/tablecmds.c:8163 -#: commands/tablecmds.c:11631 commands/tablecmds.c:13115 -#: commands/tablecmds.c:15680 +#: commands/tablecmds.c:7060 commands/tablecmds.c:7266 +#: commands/tablecmds.c:7408 commands/tablecmds.c:7522 +#: commands/tablecmds.c:7616 commands/tablecmds.c:7675 +#: commands/tablecmds.c:7793 commands/tablecmds.c:7959 +#: commands/tablecmds.c:8029 commands/tablecmds.c:8185 +#: commands/tablecmds.c:11666 commands/tablecmds.c:13150 +#: commands/tablecmds.c:15717 #, c-format msgid "cannot alter system column \"%s\"" msgstr "системный столбец \"%s\" нельзя изменить" -#: commands/tablecmds.c:7044 commands/tablecmds.c:7392 +#: commands/tablecmds.c:7066 commands/tablecmds.c:7414 #, c-format msgid "column \"%s\" of relation \"%s\" is an identity column" msgstr "столбец \"%s\" отношения \"%s\" является столбцом идентификации" -#: commands/tablecmds.c:7087 +#: commands/tablecmds.c:7109 #, c-format msgid "column \"%s\" is in a primary key" msgstr "столбец \"%s\" входит в первичный ключ" -#: commands/tablecmds.c:7092 +#: commands/tablecmds.c:7114 #, c-format msgid "column \"%s\" is in index used as replica identity" msgstr "столбец \"%s\" входит в индекс, используемый для идентификации реплики" -#: commands/tablecmds.c:7115 +#: commands/tablecmds.c:7137 #, c-format msgid "column \"%s\" is marked NOT NULL in parent table" msgstr "столбец \"%s\" в родительской таблице помечен как NOT NULL" -#: commands/tablecmds.c:7315 commands/tablecmds.c:8824 +#: commands/tablecmds.c:7337 commands/tablecmds.c:8846 #, c-format msgid "constraint must be added to child tables too" msgstr "ограничение также должно быть добавлено к дочерним таблицам" -#: commands/tablecmds.c:7316 +#: commands/tablecmds.c:7338 #, c-format msgid "Column \"%s\" of relation \"%s\" is not already NOT NULL." msgstr "Столбец \"%s\" отношения \"%s\" уже имеет свойство NOT NULL." -#: commands/tablecmds.c:7394 +#: commands/tablecmds.c:7416 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY instead." msgstr "Вместо этого выполните ALTER TABLE ... ALTER COLUMN ... DROP IDENTITY." -#: commands/tablecmds.c:7399 +#: commands/tablecmds.c:7421 #, c-format msgid "column \"%s\" of relation \"%s\" is a generated column" msgstr "столбец \"%s\" отношения \"%s\" является генерируемым" -#: commands/tablecmds.c:7402 +#: commands/tablecmds.c:7424 #, c-format msgid "Use ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION instead." msgstr "" "Вместо этого выполните ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION." -#: commands/tablecmds.c:7511 +#: commands/tablecmds.c:7533 #, c-format msgid "" "column \"%s\" of relation \"%s\" must be declared NOT NULL before identity " @@ -10773,46 +10826,46 @@ "столбец \"%s\" отношения \"%s\" должен быть объявлен как NOT NULL, чтобы его " "можно было сделать столбцом идентификации" -#: commands/tablecmds.c:7517 +#: commands/tablecmds.c:7539 #, c-format msgid "column \"%s\" of relation \"%s\" is already an identity column" msgstr "столбец \"%s\" отношения \"%s\" уже является столбцом идентификации" -#: commands/tablecmds.c:7523 +#: commands/tablecmds.c:7545 #, c-format msgid "column \"%s\" of relation \"%s\" already has a default value" msgstr "столбец \"%s\" отношения \"%s\" уже имеет значение по умолчанию" -#: commands/tablecmds.c:7600 commands/tablecmds.c:7661 +#: commands/tablecmds.c:7622 commands/tablecmds.c:7683 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column" msgstr "столбец \"%s\" отношения \"%s\" не является столбцом идентификации" -#: commands/tablecmds.c:7666 +#: commands/tablecmds.c:7688 #, c-format msgid "column \"%s\" of relation \"%s\" is not an identity column, skipping" msgstr "" "столбец \"%s\" отношения \"%s\" не является столбцом идентификации, " "пропускается" -#: commands/tablecmds.c:7719 +#: commands/tablecmds.c:7741 #, c-format msgid "ALTER TABLE / DROP EXPRESSION must be applied to child tables too" msgstr "" "ALTER TABLE / DROP EXPRESSION нужно применять также к дочерним таблицам" -#: commands/tablecmds.c:7741 +#: commands/tablecmds.c:7763 #, c-format msgid "cannot drop generation expression from inherited column" msgstr "нельзя удалить генерирующее выражение из наследуемого столбца" -#: commands/tablecmds.c:7779 +#: commands/tablecmds.c:7801 #, c-format msgid "column \"%s\" of relation \"%s\" is not a stored generated column" msgstr "" "столбец \"%s\" отношения \"%s\" не является сохранённым генерируемым столбцом" -#: commands/tablecmds.c:7784 +#: commands/tablecmds.c:7806 #, c-format msgid "" "column \"%s\" of relation \"%s\" is not a stored generated column, skipping" @@ -10820,63 +10873,63 @@ "столбец \"%s\" отношения \"%s\" пропускается, так как не является " "сохранённым генерируемым столбцом" -#: commands/tablecmds.c:7884 +#: commands/tablecmds.c:7906 #, c-format msgid "cannot refer to non-index column by number" msgstr "по номеру можно ссылаться только на столбец в индексе" -#: commands/tablecmds.c:7927 +#: commands/tablecmds.c:7949 #, c-format msgid "column number %d of relation \"%s\" does not exist" msgstr "столбец с номером %d отношения \"%s\" не существует" -#: commands/tablecmds.c:7946 +#: commands/tablecmds.c:7968 #, c-format msgid "cannot alter statistics on included column \"%s\" of index \"%s\"" msgstr "изменить статистику включённого столбца \"%s\" индекса \"%s\" нельзя" -#: commands/tablecmds.c:7951 +#: commands/tablecmds.c:7973 #, c-format msgid "cannot alter statistics on non-expression column \"%s\" of index \"%s\"" msgstr "" "изменить статистику столбца \"%s\" (не выражения) индекса \"%s\" нельзя" -#: commands/tablecmds.c:7953 +#: commands/tablecmds.c:7975 #, c-format msgid "Alter statistics on table column instead." msgstr "Вместо этого измените статистику для столбца в таблице." -#: commands/tablecmds.c:8143 +#: commands/tablecmds.c:8165 #, c-format msgid "invalid storage type \"%s\"" msgstr "неверный тип хранилища \"%s\"" -#: commands/tablecmds.c:8175 +#: commands/tablecmds.c:8197 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "тип данных столбца %s совместим только с хранилищем PLAIN" -#: commands/tablecmds.c:8220 +#: commands/tablecmds.c:8242 #, c-format msgid "cannot drop column from typed table" msgstr "нельзя удалить столбец в типизированной таблице" -#: commands/tablecmds.c:8279 +#: commands/tablecmds.c:8301 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "столбец \"%s\" в таблице\"%s\" не существует, пропускается" -#: commands/tablecmds.c:8292 +#: commands/tablecmds.c:8314 #, c-format msgid "cannot drop system column \"%s\"" msgstr "нельзя удалить системный столбец \"%s\"" -#: commands/tablecmds.c:8302 +#: commands/tablecmds.c:8324 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "нельзя удалить наследованный столбец \"%s\"" -#: commands/tablecmds.c:8315 +#: commands/tablecmds.c:8337 #, c-format msgid "" "cannot drop column \"%s\" because it is part of the partition key of " @@ -10885,7 +10938,7 @@ "удалить столбец \"%s\" нельзя, так как он входит в ключ разбиения отношения " "\"%s\"" -#: commands/tablecmds.c:8340 +#: commands/tablecmds.c:8362 #, c-format msgid "" "cannot drop column from only the partitioned table when partitions exist" @@ -10893,7 +10946,7 @@ "удалить столбец только из секционированной таблицы, когда существуют секции, " "нельзя" -#: commands/tablecmds.c:8544 +#: commands/tablecmds.c:8566 #, c-format msgid "" "ALTER TABLE / ADD CONSTRAINT USING INDEX is not supported on partitioned " @@ -10902,14 +10955,14 @@ "ALTER TABLE / ADD CONSTRAINT USING INDEX не поддерживается с " "секционированными таблицами" -#: commands/tablecmds.c:8569 +#: commands/tablecmds.c:8591 #, c-format msgid "" "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "" "ALTER TABLE / ADD CONSTRAINT USING INDEX переименует индекс \"%s\" в \"%s\"" -#: commands/tablecmds.c:8904 +#: commands/tablecmds.c:8926 #, c-format msgid "" "cannot use ONLY for foreign key on partitioned table \"%s\" referencing " @@ -10918,7 +10971,7 @@ "нельзя использовать ONLY для стороннего ключа в секционированной таблице \"%s" "\", ссылающегося на отношение \"%s\"" -#: commands/tablecmds.c:8910 +#: commands/tablecmds.c:8932 #, c-format msgid "" "cannot add NOT VALID foreign key on partitioned table \"%s\" referencing " @@ -10927,25 +10980,25 @@ "нельзя добавить с характеристикой NOT VALID сторонний ключ в " "секционированной таблице \"%s\", ссылающийся на отношение \"%s\"" -#: commands/tablecmds.c:8913 +#: commands/tablecmds.c:8935 #, c-format msgid "This feature is not yet supported on partitioned tables." msgstr "" "Эта функциональность с секционированными таблицами пока не поддерживается." -#: commands/tablecmds.c:8920 commands/tablecmds.c:9325 +#: commands/tablecmds.c:8942 commands/tablecmds.c:9347 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "указанный объект \"%s\" не является таблицей" -#: commands/tablecmds.c:8943 +#: commands/tablecmds.c:8965 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "" "ограничения в постоянных таблицах могут ссылаться только на постоянные " "таблицы" -#: commands/tablecmds.c:8950 +#: commands/tablecmds.c:8972 #, c-format msgid "" "constraints on unlogged tables may reference only permanent or unlogged " @@ -10954,13 +11007,13 @@ "ограничения в нежурналируемых таблицах могут ссылаться только на постоянные " "или нежурналируемые таблицы" -#: commands/tablecmds.c:8956 +#: commands/tablecmds.c:8978 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "" "ограничения во временных таблицах могут ссылаться только на временные таблицы" -#: commands/tablecmds.c:8960 +#: commands/tablecmds.c:8982 #, c-format msgid "" "constraints on temporary tables must involve temporary tables of this session" @@ -10968,7 +11021,7 @@ "ограничения во временных таблицах должны ссылаться только на временные " "таблицы текущего сеанса" -#: commands/tablecmds.c:9026 commands/tablecmds.c:9032 +#: commands/tablecmds.c:9048 commands/tablecmds.c:9054 #, c-format msgid "" "invalid %s action for foreign key constraint containing generated column" @@ -10976,55 +11029,55 @@ "некорректное действие %s для ограничения внешнего ключа, содержащего " "генерируемый столбец" -#: commands/tablecmds.c:9048 +#: commands/tablecmds.c:9070 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" msgstr "число столбцов в источнике и назначении внешнего ключа не совпадает" -#: commands/tablecmds.c:9155 +#: commands/tablecmds.c:9177 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "ограничение внешнего ключа \"%s\" нельзя реализовать" -#: commands/tablecmds.c:9157 +#: commands/tablecmds.c:9179 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Столбцы ключа \"%s\" и \"%s\" имеют несовместимые типы: %s и %s." -#: commands/tablecmds.c:9520 commands/tablecmds.c:9913 -#: parser/parse_utilcmd.c:786 parser/parse_utilcmd.c:915 +#: commands/tablecmds.c:9542 commands/tablecmds.c:9948 +#: parser/parse_utilcmd.c:796 parser/parse_utilcmd.c:925 #, c-format msgid "foreign key constraints are not supported on foreign tables" msgstr "ограничения внешнего ключа для сторонних таблиц не поддерживаются" -#: commands/tablecmds.c:10280 commands/tablecmds.c:10558 -#: commands/tablecmds.c:11433 commands/tablecmds.c:11508 +#: commands/tablecmds.c:10315 commands/tablecmds.c:10593 +#: commands/tablecmds.c:11468 commands/tablecmds.c:11543 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "ограничение \"%s\" в таблице \"%s\" не существует" -#: commands/tablecmds.c:10287 +#: commands/tablecmds.c:10322 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key constraint" msgstr "ограничение \"%s\" в таблице \"%s\" не является внешним ключом" -#: commands/tablecmds.c:10325 +#: commands/tablecmds.c:10360 #, c-format msgid "cannot alter constraint \"%s\" on relation \"%s\"" msgstr "изменить ограничение \"%s\" таблицы \"%s\" нельзя" -#: commands/tablecmds.c:10328 +#: commands/tablecmds.c:10363 #, c-format msgid "Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\"." msgstr "" "Ограничение \"%s\" является производным от ограничения \"%s\" таблицы \"%s\"." -#: commands/tablecmds.c:10330 +#: commands/tablecmds.c:10365 #, c-format msgid "You may alter the constraint it derives from, instead." msgstr "Вместо этого вы можете изменить родительское ограничение." -#: commands/tablecmds.c:10566 +#: commands/tablecmds.c:10601 #, c-format msgid "" "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" @@ -11032,46 +11085,46 @@ "ограничение \"%s\" в таблице \"%s\" не является внешним ключом или " "ограничением-проверкой" -#: commands/tablecmds.c:10644 +#: commands/tablecmds.c:10679 #, c-format msgid "constraint must be validated on child tables too" msgstr "ограничение также должно соблюдаться в дочерних таблицах" -#: commands/tablecmds.c:10728 +#: commands/tablecmds.c:10763 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "столбец \"%s\", указанный в ограничении внешнего ключа, не существует" -#: commands/tablecmds.c:10733 +#: commands/tablecmds.c:10768 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "во внешнем ключе не может быть больше %d столбцов" -#: commands/tablecmds.c:10798 +#: commands/tablecmds.c:10833 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "" "использовать откладываемый первичный ключ в целевой внешней таблице \"%s\" " "нельзя" -#: commands/tablecmds.c:10815 +#: commands/tablecmds.c:10850 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "в целевой внешней таблице \"%s\" нет первичного ключа" -#: commands/tablecmds.c:10880 +#: commands/tablecmds.c:10915 #, c-format msgid "foreign key referenced-columns list must not contain duplicates" msgstr "в списке столбцов внешнего ключа не должно быть повторений" -#: commands/tablecmds.c:10974 +#: commands/tablecmds.c:11009 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "" "использовать откладываемое ограничение уникальности в целевой внешней " "таблице \"%s\" нельзя" -#: commands/tablecmds.c:10979 +#: commands/tablecmds.c:11014 #, c-format msgid "" "there is no unique constraint matching given keys for referenced table \"%s\"" @@ -11079,27 +11132,27 @@ "в целевой внешней таблице \"%s\" нет ограничения уникальности, " "соответствующего данным ключам" -#: commands/tablecmds.c:11389 +#: commands/tablecmds.c:11424 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "удалить наследованное ограничение \"%s\" таблицы \"%s\" нельзя" -#: commands/tablecmds.c:11439 +#: commands/tablecmds.c:11474 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "ограничение \"%s\" в таблице \"%s\" не существует, пропускается" -#: commands/tablecmds.c:11615 +#: commands/tablecmds.c:11650 #, c-format msgid "cannot alter column type of typed table" msgstr "изменить тип столбца в типизированной таблице нельзя" -#: commands/tablecmds.c:11642 +#: commands/tablecmds.c:11677 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "изменить наследованный столбец \"%s\" нельзя" -#: commands/tablecmds.c:11651 +#: commands/tablecmds.c:11686 #, c-format msgid "" "cannot alter column \"%s\" because it is part of the partition key of " @@ -11108,7 +11161,7 @@ "изменить столбец \"%s\" нельзя, так как он входит в ключ разбиения отношения " "\"%s\"" -#: commands/tablecmds.c:11701 +#: commands/tablecmds.c:11736 #, c-format msgid "" "result of USING clause for column \"%s\" cannot be cast automatically to " @@ -11116,45 +11169,45 @@ msgstr "" "результат USING для столбца \"%s\" нельзя автоматически привести к типу %s" -#: commands/tablecmds.c:11704 +#: commands/tablecmds.c:11739 #, c-format msgid "You might need to add an explicit cast." msgstr "Возможно, необходимо добавить явное приведение." -#: commands/tablecmds.c:11708 +#: commands/tablecmds.c:11743 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "столбец \"%s\" нельзя автоматически привести к типу %s" # skip-rule: double-colons #. translator: USING is SQL, don't translate it -#: commands/tablecmds.c:11711 +#: commands/tablecmds.c:11746 #, c-format msgid "You might need to specify \"USING %s::%s\"." msgstr "Возможно, необходимо указать \"USING %s::%s\"." -#: commands/tablecmds.c:11810 +#: commands/tablecmds.c:11845 #, c-format msgid "cannot alter inherited column \"%s\" of relation \"%s\"" msgstr "изменить наследованный столбец \"%s\" отношения \"%s\" нельзя" -#: commands/tablecmds.c:11838 +#: commands/tablecmds.c:11873 #, c-format msgid "USING expression contains a whole-row table reference." msgstr "Выражение USING ссылается на тип всей строки таблицы." -#: commands/tablecmds.c:11849 +#: commands/tablecmds.c:11884 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "" "тип наследованного столбца \"%s\" должен быть изменён и в дочерних таблицах" -#: commands/tablecmds.c:11974 +#: commands/tablecmds.c:12009 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "нельзя изменить тип столбца \"%s\" дважды" -#: commands/tablecmds.c:12012 +#: commands/tablecmds.c:12047 #, c-format msgid "" "generation expression for column \"%s\" cannot be cast automatically to type " @@ -11163,156 +11216,156 @@ "генерирующее выражение для столбца \"%s\" нельзя автоматически привести к " "типу %s" -#: commands/tablecmds.c:12017 +#: commands/tablecmds.c:12052 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "" "значение по умолчанию для столбца \"%s\" нельзя автоматически привести к " "типу %s" -#: commands/tablecmds.c:12095 +#: commands/tablecmds.c:12130 #, c-format msgid "cannot alter type of a column used by a generated column" msgstr "изменить тип столбца, задействованного в генерируемом столбце, нельзя" -#: commands/tablecmds.c:12096 +#: commands/tablecmds.c:12131 #, c-format msgid "Column \"%s\" is used by generated column \"%s\"." msgstr "Столбец \"%s\" используется генерируемым столбцом \"%s\"." -#: commands/tablecmds.c:12117 +#: commands/tablecmds.c:12152 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "" "изменить тип столбца, задействованного в представлении или правиле, нельзя" -#: commands/tablecmds.c:12118 commands/tablecmds.c:12137 -#: commands/tablecmds.c:12155 +#: commands/tablecmds.c:12153 commands/tablecmds.c:12172 +#: commands/tablecmds.c:12190 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s зависит от столбца \"%s\"" -#: commands/tablecmds.c:12136 +#: commands/tablecmds.c:12171 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "изменить тип столбца, задействованного в определении триггера, нельзя" -#: commands/tablecmds.c:12154 +#: commands/tablecmds.c:12189 #, c-format msgid "cannot alter type of a column used in a policy definition" msgstr "изменить тип столбца, задействованного в определении политики, нельзя" -#: commands/tablecmds.c:13223 commands/tablecmds.c:13235 +#: commands/tablecmds.c:13258 commands/tablecmds.c:13270 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "сменить владельца индекса \"%s\" нельзя" -#: commands/tablecmds.c:13225 commands/tablecmds.c:13237 +#: commands/tablecmds.c:13260 commands/tablecmds.c:13272 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "Однако возможно сменить владельца таблицы, содержащей этот индекс." -#: commands/tablecmds.c:13251 +#: commands/tablecmds.c:13286 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "сменить владельца последовательности \"%s\" нельзя" -#: commands/tablecmds.c:13265 commands/tablecmds.c:16572 +#: commands/tablecmds.c:13300 commands/tablecmds.c:16609 #, c-format msgid "Use ALTER TYPE instead." msgstr "Используйте ALTER TYPE." -#: commands/tablecmds.c:13274 +#: commands/tablecmds.c:13309 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "" "\"%s\" - это не таблица, TOAST-таблица, индекс, представление или " "последовательность" -#: commands/tablecmds.c:13613 +#: commands/tablecmds.c:13648 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "в одной инструкции не может быть несколько подкоманд SET TABLESPACE" -#: commands/tablecmds.c:13690 +#: commands/tablecmds.c:13725 #, c-format msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" msgstr "" "\"%s\" - это не таблица, представление, материализованное представление, " "индекс или TOAST-таблица" -#: commands/tablecmds.c:13723 commands/view.c:491 +#: commands/tablecmds.c:13758 commands/view.c:505 #, c-format msgid "WITH CHECK OPTION is supported only on automatically updatable views" msgstr "" "WITH CHECK OPTION поддерживается только с автообновляемыми представлениями" -#: commands/tablecmds.c:13975 +#: commands/tablecmds.c:14010 #, c-format msgid "only tables, indexes, and materialized views exist in tablespaces" msgstr "" "в табличных пространствах есть только таблицы, индексы и материализованные " "представления" -#: commands/tablecmds.c:13987 +#: commands/tablecmds.c:14022 #, c-format msgid "cannot move relations in to or out of pg_global tablespace" msgstr "перемещать объекты в/из табличного пространства pg_global нельзя" -#: commands/tablecmds.c:14079 +#: commands/tablecmds.c:14114 #, c-format msgid "aborting because lock on relation \"%s.%s\" is not available" msgstr "" "обработка прерывается из-за невозможности заблокировать отношение \"%s.%s\"" -#: commands/tablecmds.c:14095 +#: commands/tablecmds.c:14130 #, c-format msgid "no matching relations in tablespace \"%s\" found" msgstr "в табличном пространстве \"%s\" не найдены подходящие отношения" -#: commands/tablecmds.c:14211 +#: commands/tablecmds.c:14248 #, c-format msgid "cannot change inheritance of typed table" msgstr "изменить наследование типизированной таблицы нельзя" -#: commands/tablecmds.c:14216 commands/tablecmds.c:14772 +#: commands/tablecmds.c:14253 commands/tablecmds.c:14809 #, c-format msgid "cannot change inheritance of a partition" msgstr "изменить наследование секции нельзя" -#: commands/tablecmds.c:14221 +#: commands/tablecmds.c:14258 #, c-format msgid "cannot change inheritance of partitioned table" msgstr "изменить наследование секционированной таблицы нельзя" -#: commands/tablecmds.c:14267 +#: commands/tablecmds.c:14304 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "наследование для временного отношения другого сеанса невозможно" -#: commands/tablecmds.c:14280 +#: commands/tablecmds.c:14317 #, c-format msgid "cannot inherit from a partition" msgstr "наследование от секции невозможно" -#: commands/tablecmds.c:14302 commands/tablecmds.c:17216 +#: commands/tablecmds.c:14339 commands/tablecmds.c:17253 #, c-format msgid "circular inheritance not allowed" msgstr "циклическое наследование недопустимо" -#: commands/tablecmds.c:14303 commands/tablecmds.c:17217 +#: commands/tablecmds.c:14340 commands/tablecmds.c:17254 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "\"%s\" уже является потомком \"%s\"." -#: commands/tablecmds.c:14316 +#: commands/tablecmds.c:14353 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming an inheritance child" msgstr "" "триггер \"%s\" не позволяет таблице \"%s\" стать потомком в иерархии " "наследования" -#: commands/tablecmds.c:14318 +#: commands/tablecmds.c:14355 #, c-format msgid "" "ROW triggers with transition tables are not supported in inheritance " @@ -11321,36 +11374,36 @@ "Триггеры ROW с переходными таблицами не поддерживаются в иерархиях " "наследования." -#: commands/tablecmds.c:14521 +#: commands/tablecmds.c:14558 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "столбец \"%s\" в дочерней таблице должен быть помечен как NOT NULL" -#: commands/tablecmds.c:14530 +#: commands/tablecmds.c:14567 #, c-format msgid "column \"%s\" in child table must be a generated column" msgstr "столбец \"%s\" в дочерней таблице должен быть генерируемым" -#: commands/tablecmds.c:14580 +#: commands/tablecmds.c:14617 #, c-format msgid "column \"%s\" in child table has a conflicting generation expression" msgstr "" "столбец \"%s\" в дочерней таблице содержит конфликтующее генерирующее " "выражение" -#: commands/tablecmds.c:14608 +#: commands/tablecmds.c:14645 #, c-format msgid "child table is missing column \"%s\"" msgstr "в дочерней таблице не хватает столбца \"%s\"" -#: commands/tablecmds.c:14696 +#: commands/tablecmds.c:14733 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "" "дочерняя таблица \"%s\" содержит другое определение ограничения-проверки \"%s" "\"" -#: commands/tablecmds.c:14704 +#: commands/tablecmds.c:14741 #, c-format msgid "" "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s" @@ -11359,7 +11412,7 @@ "ограничение \"%s\" конфликтует с ненаследуемым ограничением дочерней таблицы " "\"%s\"" -#: commands/tablecmds.c:14715 +#: commands/tablecmds.c:14752 #, c-format msgid "" "constraint \"%s\" conflicts with NOT VALID constraint on child table \"%s\"" @@ -11367,87 +11420,87 @@ "ограничение \"%s\" конфликтует с непроверенным (NOT VALID) ограничением " "дочерней таблицы \"%s\"" -#: commands/tablecmds.c:14750 +#: commands/tablecmds.c:14787 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "в дочерней таблице не хватает ограничения \"%s\"" -#: commands/tablecmds.c:14836 +#: commands/tablecmds.c:14873 #, c-format msgid "partition \"%s\" already pending detach in partitioned table \"%s.%s\"" msgstr "" "секция \"%s\" уже ожидает отсоединения от секционированной таблицы \"%s.%s\"" -#: commands/tablecmds.c:14865 commands/tablecmds.c:14913 +#: commands/tablecmds.c:14902 commands/tablecmds.c:14950 #, c-format msgid "relation \"%s\" is not a partition of relation \"%s\"" msgstr "отношение \"%s\" не является секцией отношения \"%s\"" -#: commands/tablecmds.c:14919 +#: commands/tablecmds.c:14956 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "отношение \"%s\" не является предком отношения \"%s\"" -#: commands/tablecmds.c:15147 +#: commands/tablecmds.c:15184 #, c-format msgid "typed tables cannot inherit" msgstr "типизированные таблицы не могут наследоваться" -#: commands/tablecmds.c:15177 +#: commands/tablecmds.c:15214 #, c-format msgid "table is missing column \"%s\"" msgstr "в таблице не хватает столбца \"%s\"" -#: commands/tablecmds.c:15188 +#: commands/tablecmds.c:15225 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "таблица содержит столбец \"%s\", тогда как тип требует \"%s\"" -#: commands/tablecmds.c:15197 +#: commands/tablecmds.c:15234 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "таблица \"%s\" содержит столбец \"%s\" другого типа" -#: commands/tablecmds.c:15211 +#: commands/tablecmds.c:15248 #, c-format msgid "table has extra column \"%s\"" msgstr "таблица содержит лишний столбец \"%s\"" -#: commands/tablecmds.c:15263 +#: commands/tablecmds.c:15300 #, c-format msgid "\"%s\" is not a typed table" msgstr "\"%s\" - это не типизированная таблица" -#: commands/tablecmds.c:15451 +#: commands/tablecmds.c:15488 #, c-format msgid "cannot use non-unique index \"%s\" as replica identity" msgstr "" "для идентификации реплики нельзя использовать неуникальный индекс \"%s\"" -#: commands/tablecmds.c:15457 +#: commands/tablecmds.c:15494 #, c-format msgid "cannot use non-immediate index \"%s\" as replica identity" msgstr "" "для идентификации реплики нельзя использовать не непосредственный индекс \"%s" "\"" -#: commands/tablecmds.c:15463 +#: commands/tablecmds.c:15500 #, c-format msgid "cannot use expression index \"%s\" as replica identity" msgstr "" "для идентификации реплики нельзя использовать индекс с выражением \"%s\"" -#: commands/tablecmds.c:15469 +#: commands/tablecmds.c:15506 #, c-format msgid "cannot use partial index \"%s\" as replica identity" msgstr "для идентификации реплики нельзя использовать частичный индекс \"%s\"" -#: commands/tablecmds.c:15475 +#: commands/tablecmds.c:15512 #, c-format msgid "cannot use invalid index \"%s\" as replica identity" msgstr "для идентификации реплики нельзя использовать нерабочий индекс \"%s\"" -#: commands/tablecmds.c:15492 +#: commands/tablecmds.c:15529 #, c-format msgid "" "index \"%s\" cannot be used as replica identity because column %d is a " @@ -11456,7 +11509,7 @@ "индекс \"%s\" нельзя использовать для идентификации реплики, так как столбец " "%d - системный" -#: commands/tablecmds.c:15499 +#: commands/tablecmds.c:15536 #, c-format msgid "" "index \"%s\" cannot be used as replica identity because column \"%s\" is " @@ -11465,13 +11518,13 @@ "индекс \"%s\" нельзя использовать для идентификации реплики, так как столбец " "\"%s\" допускает NULL" -#: commands/tablecmds.c:15746 +#: commands/tablecmds.c:15783 #, c-format msgid "cannot change logged status of table \"%s\" because it is temporary" msgstr "" "изменить состояние журналирования таблицы %s нельзя, так как она временная" -#: commands/tablecmds.c:15770 +#: commands/tablecmds.c:15807 #, c-format msgid "" "cannot change table \"%s\" to unlogged because it is part of a publication" @@ -11479,12 +11532,12 @@ "таблицу \"%s\" нельзя сделать нежурналируемой, так как она включена в " "публикацию" -#: commands/tablecmds.c:15772 +#: commands/tablecmds.c:15809 #, c-format msgid "Unlogged relations cannot be replicated." msgstr "Нежурналируемые отношения не поддерживают репликацию." -#: commands/tablecmds.c:15817 +#: commands/tablecmds.c:15854 #, c-format msgid "" "could not change table \"%s\" to logged because it references unlogged table " @@ -11493,7 +11546,7 @@ "не удалось сделать таблицу \"%s\" журналируемой, так как она ссылается на " "нежурналируемую таблицу \"%s\"" -#: commands/tablecmds.c:15827 +#: commands/tablecmds.c:15864 #, c-format msgid "" "could not change table \"%s\" to unlogged because it references logged table " @@ -11502,22 +11555,22 @@ "не удалось сделать таблицу \"%s\" нежурналируемой, так как она ссылается на " "журналируемую таблицу \"%s\"" -#: commands/tablecmds.c:15885 +#: commands/tablecmds.c:15922 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "переместить последовательность с владельцем в другую схему нельзя" -#: commands/tablecmds.c:15992 +#: commands/tablecmds.c:16029 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "отношение \"%s\" уже существует в схеме \"%s\"" -#: commands/tablecmds.c:16555 +#: commands/tablecmds.c:16592 #, c-format msgid "\"%s\" is not a composite type" msgstr "\"%s\" - это не составной тип" -#: commands/tablecmds.c:16587 +#: commands/tablecmds.c:16624 #, c-format msgid "" "\"%s\" is not a table, view, materialized view, sequence, or foreign table" @@ -11525,62 +11578,62 @@ "\"%s\" - это не таблица, представление, мат. представление, " "последовательность или сторонняя таблица" -#: commands/tablecmds.c:16622 +#: commands/tablecmds.c:16659 #, c-format msgid "unrecognized partitioning strategy \"%s\"" msgstr "нераспознанная стратегия секционирования \"%s\"" -#: commands/tablecmds.c:16630 +#: commands/tablecmds.c:16667 #, c-format msgid "cannot use \"list\" partition strategy with more than one column" msgstr "стратегия секционирования по списку не поддерживает несколько столбцов" -#: commands/tablecmds.c:16696 +#: commands/tablecmds.c:16733 #, c-format msgid "column \"%s\" named in partition key does not exist" msgstr "столбец \"%s\", упомянутый в ключе секционирования, не существует" -#: commands/tablecmds.c:16704 +#: commands/tablecmds.c:16741 #, c-format msgid "cannot use system column \"%s\" in partition key" msgstr "системный столбец \"%s\" нельзя использовать в ключе секционирования" -#: commands/tablecmds.c:16715 commands/tablecmds.c:16829 +#: commands/tablecmds.c:16752 commands/tablecmds.c:16866 #, c-format msgid "cannot use generated column in partition key" msgstr "генерируемый столбец нельзя использовать в ключе секционирования" -#: commands/tablecmds.c:16716 commands/tablecmds.c:16830 commands/trigger.c:653 -#: rewrite/rewriteHandler.c:907 rewrite/rewriteHandler.c:942 +#: commands/tablecmds.c:16753 commands/tablecmds.c:16867 commands/trigger.c:653 +#: rewrite/rewriteHandler.c:908 rewrite/rewriteHandler.c:943 #, c-format msgid "Column \"%s\" is a generated column." msgstr "Столбец \"%s\" является генерируемым." -#: commands/tablecmds.c:16792 +#: commands/tablecmds.c:16829 #, c-format msgid "functions in partition key expression must be marked IMMUTABLE" msgstr "" "функции в выражении ключа секционирования должны быть помечены как IMMUTABLE" -#: commands/tablecmds.c:16812 +#: commands/tablecmds.c:16849 #, c-format msgid "partition key expressions cannot contain system column references" msgstr "" "выражения ключей секционирования не могут содержать ссылки на системный " "столбец" -#: commands/tablecmds.c:16842 +#: commands/tablecmds.c:16879 #, c-format msgid "cannot use constant expression as partition key" msgstr "" "в качестве ключа секционирования нельзя использовать константное выражение" -#: commands/tablecmds.c:16863 +#: commands/tablecmds.c:16900 #, c-format msgid "could not determine which collation to use for partition expression" msgstr "не удалось определить правило сортировки для выражения секционирования" -#: commands/tablecmds.c:16898 +#: commands/tablecmds.c:16935 #, c-format msgid "" "You must specify a hash operator class or define a default hash operator " @@ -11589,7 +11642,7 @@ "Вы должны указать класс операторов хеширования или определить класс " "операторов хеширования по умолчанию для этого типа данных." -#: commands/tablecmds.c:16904 +#: commands/tablecmds.c:16941 #, c-format msgid "" "You must specify a btree operator class or define a default btree operator " @@ -11598,27 +11651,27 @@ "Вы должны указать класс операторов B-дерева или определить класс операторов " "B-дерева по умолчанию для этого типа данных." -#: commands/tablecmds.c:17156 +#: commands/tablecmds.c:17193 #, c-format msgid "\"%s\" is already a partition" msgstr "\"%s\" уже является секцией" -#: commands/tablecmds.c:17162 +#: commands/tablecmds.c:17199 #, c-format msgid "cannot attach a typed table as partition" msgstr "подключить типизированную таблицу в качестве секции нельзя" -#: commands/tablecmds.c:17178 +#: commands/tablecmds.c:17215 #, c-format msgid "cannot attach inheritance child as partition" msgstr "подключить потомок в иерархии наследования в качестве секции нельзя" -#: commands/tablecmds.c:17192 +#: commands/tablecmds.c:17229 #, c-format msgid "cannot attach inheritance parent as partition" msgstr "подключить родитель в иерархии наследования в качестве секции нельзя" -#: commands/tablecmds.c:17226 +#: commands/tablecmds.c:17263 #, c-format msgid "" "cannot attach a temporary relation as partition of permanent relation \"%s\"" @@ -11626,7 +11679,7 @@ "подключить временное отношение в качестве секции постоянного отношения \"%s" "\" нельзя" -#: commands/tablecmds.c:17234 +#: commands/tablecmds.c:17271 #, c-format msgid "" "cannot attach a permanent relation as partition of temporary relation \"%s\"" @@ -11634,92 +11687,92 @@ "подключить постоянное отношение в качестве секции временного отношения \"%s" "\" нельзя" -#: commands/tablecmds.c:17242 +#: commands/tablecmds.c:17279 #, c-format msgid "cannot attach as partition of temporary relation of another session" msgstr "подключить секцию к временному отношению в другом сеансе нельзя" -#: commands/tablecmds.c:17249 +#: commands/tablecmds.c:17286 #, c-format msgid "cannot attach temporary relation of another session as partition" msgstr "" "подключить временное отношение из другого сеанса в качестве секции нельзя" -#: commands/tablecmds.c:17269 +#: commands/tablecmds.c:17306 #, c-format msgid "table \"%s\" contains column \"%s\" not found in parent \"%s\"" msgstr "" "таблица \"%s\" содержит столбец \"%s\", отсутствующий в родителе \"%s\"" -#: commands/tablecmds.c:17272 +#: commands/tablecmds.c:17309 #, c-format msgid "The new partition may contain only the columns present in parent." msgstr "" "Новая секция может содержать только столбцы, имеющиеся в родительской " "таблице." -#: commands/tablecmds.c:17284 +#: commands/tablecmds.c:17321 #, c-format msgid "trigger \"%s\" prevents table \"%s\" from becoming a partition" msgstr "триггер \"%s\" не позволяет сделать таблицу \"%s\" секцией" -#: commands/tablecmds.c:17286 commands/trigger.c:459 +#: commands/tablecmds.c:17323 commands/trigger.c:459 #, c-format msgid "ROW triggers with transition tables are not supported on partitions" msgstr "триггеры ROW с переходными таблицами для секций не поддерживаются" -#: commands/tablecmds.c:17465 +#: commands/tablecmds.c:17502 #, c-format msgid "" "cannot attach foreign table \"%s\" as partition of partitioned table \"%s\"" msgstr "" "нельзя присоединить стороннюю таблицу \"%s\" в качестве секции таблицы \"%s\"" -#: commands/tablecmds.c:17468 +#: commands/tablecmds.c:17505 #, c-format msgid "Partitioned table \"%s\" contains unique indexes." msgstr "Секционированная таблица \"%s\" содержит уникальные индексы." -#: commands/tablecmds.c:17788 +#: commands/tablecmds.c:17825 #, c-format msgid "cannot detach partitions concurrently when a default partition exists" msgstr "" "секции нельзя отсоединять в режиме CONCURRENTLY, когда существует секция по " "умолчанию" -#: commands/tablecmds.c:17897 +#: commands/tablecmds.c:17934 #, c-format msgid "partitioned table \"%s\" was removed concurrently" msgstr "секционированная таблица \"%s\" была параллельно удалена" -#: commands/tablecmds.c:17903 +#: commands/tablecmds.c:17940 #, c-format msgid "partition \"%s\" was removed concurrently" msgstr "секция \"%s\" была параллельно удалена" -#: commands/tablecmds.c:18376 commands/tablecmds.c:18396 -#: commands/tablecmds.c:18416 commands/tablecmds.c:18435 -#: commands/tablecmds.c:18477 +#: commands/tablecmds.c:18413 commands/tablecmds.c:18433 +#: commands/tablecmds.c:18453 commands/tablecmds.c:18472 +#: commands/tablecmds.c:18514 #, c-format msgid "cannot attach index \"%s\" as a partition of index \"%s\"" msgstr "нельзя присоединить индекс \"%s\" в качестве секции индекса \"%s\"" -#: commands/tablecmds.c:18379 +#: commands/tablecmds.c:18416 #, c-format msgid "Index \"%s\" is already attached to another index." msgstr "Индекс \"%s\" уже присоединён к другому индексу." -#: commands/tablecmds.c:18399 +#: commands/tablecmds.c:18436 #, c-format msgid "Index \"%s\" is not an index on any partition of table \"%s\"." msgstr "Индекс \"%s\" не является индексом какой-либо секции таблицы \"%s\"." -#: commands/tablecmds.c:18419 +#: commands/tablecmds.c:18456 #, c-format msgid "The index definitions do not match." msgstr "Определения индексов не совпадают." -#: commands/tablecmds.c:18438 +#: commands/tablecmds.c:18475 #, c-format msgid "" "The index \"%s\" belongs to a constraint in table \"%s\" but no constraint " @@ -11728,156 +11781,151 @@ "Индекс \"%s\" принадлежит ограничению в таблице \"%s\", но для индекса \"%s" "\" ограничения нет." -#: commands/tablecmds.c:18480 +#: commands/tablecmds.c:18517 #, c-format msgid "Another index is already attached for partition \"%s\"." msgstr "К секции \"%s\" уже присоединён другой индекс." -#: commands/tablecmds.c:18710 +#: commands/tablecmds.c:18747 #, c-format msgid "column data type %s does not support compression" msgstr "тим данных столбца %s не поддерживает сжатие" -#: commands/tablecmds.c:18717 +#: commands/tablecmds.c:18754 #, c-format msgid "invalid compression method \"%s\"" msgstr "неверный метод сжатия \"%s\"" -#: commands/tablespace.c:162 commands/tablespace.c:179 -#: commands/tablespace.c:190 commands/tablespace.c:198 -#: commands/tablespace.c:636 replication/slot.c:1471 storage/file/copydir.c:47 +#: commands/tablespace.c:161 commands/tablespace.c:177 +#: commands/tablespace.c:594 commands/tablespace.c:639 replication/slot.c:1471 +#: storage/file/copydir.c:47 #, c-format msgid "could not create directory \"%s\": %m" msgstr "не удалось создать каталог \"%s\": %m" -#: commands/tablespace.c:209 commands/tablespace.c:631 -#, c-format -msgid "could not stat directory \"%s\": %m" -msgstr "не удалось получить информацию о каталоге \"%s\": %m" - -#: commands/tablespace.c:218 commands/tablespace.c:642 +#: commands/tablespace.c:197 commands/tablespace.c:645 #, c-format msgid "\"%s\" exists but is not a directory" msgstr "\"%s\" существует, но это не каталог" -#: commands/tablespace.c:249 +#: commands/tablespace.c:229 #, c-format msgid "permission denied to create tablespace \"%s\"" msgstr "нет прав на создание табличного пространства \"%s\"" -#: commands/tablespace.c:251 +#: commands/tablespace.c:231 #, c-format msgid "Must be superuser to create a tablespace." msgstr "Для создания табличного пространства нужно быть суперпользователем." -#: commands/tablespace.c:267 +#: commands/tablespace.c:247 #, c-format msgid "tablespace location cannot contain single quotes" msgstr "в пути к табличному пространству не должно быть одинарных кавычек" -#: commands/tablespace.c:277 +#: commands/tablespace.c:260 #, c-format msgid "tablespace location must be an absolute path" msgstr "путь к табличному пространству должен быть абсолютным" -#: commands/tablespace.c:289 +#: commands/tablespace.c:272 #, c-format msgid "tablespace location \"%s\" is too long" msgstr "путь к табличному пространству \"%s\" слишком длинный" -#: commands/tablespace.c:296 +#: commands/tablespace.c:279 #, c-format msgid "tablespace location should not be inside the data directory" msgstr "табличное пространство не должно располагаться внутри каталога данных" -#: commands/tablespace.c:305 commands/tablespace.c:973 +#: commands/tablespace.c:288 commands/tablespace.c:976 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "неприемлемое имя табличного пространства: \"%s\"" -#: commands/tablespace.c:307 commands/tablespace.c:974 +#: commands/tablespace.c:290 commands/tablespace.c:977 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "Префикс \"pg_\" зарезервирован для системных табличных пространств." -#: commands/tablespace.c:326 commands/tablespace.c:995 +#: commands/tablespace.c:309 commands/tablespace.c:998 #, c-format msgid "tablespace \"%s\" already exists" msgstr "табличное пространство \"%s\" уже существует" -#: commands/tablespace.c:444 commands/tablespace.c:956 -#: commands/tablespace.c:1045 commands/tablespace.c:1114 -#: commands/tablespace.c:1260 commands/tablespace.c:1463 +#: commands/tablespace.c:427 commands/tablespace.c:959 +#: commands/tablespace.c:1048 commands/tablespace.c:1117 +#: commands/tablespace.c:1263 commands/tablespace.c:1466 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "табличное пространство \"%s\" не существует" -#: commands/tablespace.c:450 +#: commands/tablespace.c:433 #, c-format msgid "tablespace \"%s\" does not exist, skipping" msgstr "табличное пространство \"%s\" не существует, пропускается" -#: commands/tablespace.c:478 +#: commands/tablespace.c:461 #, c-format msgid "tablespace \"%s\" cannot be dropped because some objects depend on it" msgstr "" "табличное пространство \"%s\" нельзя удалить, так как есть зависящие от него " "объекты" -#: commands/tablespace.c:537 +#: commands/tablespace.c:520 #, c-format msgid "tablespace \"%s\" is not empty" msgstr "табличное пространство \"%s\" не пусто" -#: commands/tablespace.c:609 +#: commands/tablespace.c:612 #, c-format msgid "directory \"%s\" does not exist" msgstr "каталог \"%s\" не существует" -#: commands/tablespace.c:610 +#: commands/tablespace.c:613 #, c-format msgid "Create this directory for the tablespace before restarting the server." msgstr "" "Создайте этот каталог для табличного пространства до перезапуска сервера." -#: commands/tablespace.c:615 +#: commands/tablespace.c:618 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "не удалось установить права для каталога \"%s\": %m" -#: commands/tablespace.c:647 +#: commands/tablespace.c:650 #, c-format msgid "directory \"%s\" already in use as a tablespace" msgstr "каталог \"%s\" уже используется как табличное пространство" -#: commands/tablespace.c:765 commands/tablespace.c:778 -#: commands/tablespace.c:814 commands/tablespace.c:906 storage/file/fd.c:3163 -#: storage/file/fd.c:3559 +#: commands/tablespace.c:768 commands/tablespace.c:781 +#: commands/tablespace.c:817 commands/tablespace.c:909 storage/file/fd.c:3169 +#: storage/file/fd.c:3565 #, c-format msgid "could not remove directory \"%s\": %m" msgstr "ошибка при удалении каталога \"%s\": %m" -#: commands/tablespace.c:827 commands/tablespace.c:915 +#: commands/tablespace.c:830 commands/tablespace.c:918 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "ошибка при удалении символической ссылки \"%s\": %m" -#: commands/tablespace.c:837 commands/tablespace.c:924 +#: commands/tablespace.c:840 commands/tablespace.c:927 #, c-format msgid "\"%s\" is not a directory or symbolic link" msgstr "\"%s\" - это не каталог или символическая ссылка" -#: commands/tablespace.c:1119 +#: commands/tablespace.c:1122 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Табличное пространство \"%s\" не существует." -#: commands/tablespace.c:1562 +#: commands/tablespace.c:1565 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "удалить каталоги табличного пространства %u не удалось" -#: commands/tablespace.c:1564 +#: commands/tablespace.c:1567 #, c-format msgid "You can remove the directories manually if necessary." msgstr "При необходимости вы можете удалить их вручную." @@ -12090,28 +12138,28 @@ "триггер \"%s\" для отношения \"%s\" является триггером, реализующим " "ограничение" -#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1630 +#: commands/trigger.c:1354 commands/trigger.c:1515 commands/trigger.c:1660 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "триггер \"%s\" для таблицы \"%s\" не существует" -#: commands/trigger.c:1598 +#: commands/trigger.c:1600 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "нет доступа: \"%s\" - это системный триггер" -#: commands/trigger.c:2178 +#: commands/trigger.c:2221 #, c-format msgid "trigger function %u returned null value" msgstr "триггерная функция %u вернула значение NULL" -#: commands/trigger.c:2238 commands/trigger.c:2452 commands/trigger.c:2691 -#: commands/trigger.c:2995 +#: commands/trigger.c:2281 commands/trigger.c:2495 commands/trigger.c:2734 +#: commands/trigger.c:3038 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "триггер BEFORE STATEMENT не может возвращать значение" -#: commands/trigger.c:2312 +#: commands/trigger.c:2355 #, c-format msgid "" "moving row to another partition during a BEFORE FOR EACH ROW trigger is not " @@ -12119,7 +12167,7 @@ msgstr "" "в триггере BEFORE FOR EACH ROW нельзя перемещать строку в другую секцию" -#: commands/trigger.c:2313 +#: commands/trigger.c:2356 #, c-format msgid "" "Before executing trigger \"%s\", the row was to be in partition \"%s.%s\"." @@ -12127,8 +12175,8 @@ "До выполнения триггера \"%s\" строка должна была находиться в секции \"%s.%s" "\"." -#: commands/trigger.c:3061 executor/nodeModifyTable.c:1824 -#: executor/nodeModifyTable.c:1906 +#: commands/trigger.c:3104 executor/nodeModifyTable.c:1825 +#: executor/nodeModifyTable.c:1907 #, c-format msgid "" "tuple to be updated was already modified by an operation triggered by the " @@ -12137,9 +12185,9 @@ "кортеж, который должен быть изменён, уже модифицирован в операции, вызванной " "текущей командой" -#: commands/trigger.c:3062 executor/nodeModifyTable.c:1206 -#: executor/nodeModifyTable.c:1280 executor/nodeModifyTable.c:1825 -#: executor/nodeModifyTable.c:1907 +#: commands/trigger.c:3105 executor/nodeModifyTable.c:1207 +#: executor/nodeModifyTable.c:1281 executor/nodeModifyTable.c:1826 +#: executor/nodeModifyTable.c:1908 #, c-format msgid "" "Consider using an AFTER trigger instead of a BEFORE trigger to propagate " @@ -12148,33 +12196,33 @@ "Возможно, для распространения изменений в другие строки следует использовать " "триггер AFTER вместо BEFORE." -#: commands/trigger.c:3091 executor/nodeLockRows.c:229 +#: commands/trigger.c:3134 executor/nodeLockRows.c:229 #: executor/nodeLockRows.c:238 executor/nodeModifyTable.c:228 -#: executor/nodeModifyTable.c:1222 executor/nodeModifyTable.c:1842 -#: executor/nodeModifyTable.c:2072 +#: executor/nodeModifyTable.c:1223 executor/nodeModifyTable.c:1843 +#: executor/nodeModifyTable.c:2073 #, c-format msgid "could not serialize access due to concurrent update" msgstr "не удалось сериализовать доступ из-за параллельного изменения" -#: commands/trigger.c:3099 executor/nodeModifyTable.c:1312 -#: executor/nodeModifyTable.c:1924 executor/nodeModifyTable.c:2096 +#: commands/trigger.c:3142 executor/nodeModifyTable.c:1313 +#: executor/nodeModifyTable.c:1925 executor/nodeModifyTable.c:2097 #, c-format msgid "could not serialize access due to concurrent delete" msgstr "не удалось сериализовать доступ из-за параллельного удаления" -#: commands/trigger.c:4160 +#: commands/trigger.c:4203 #, c-format msgid "cannot fire deferred trigger within security-restricted operation" msgstr "" "в рамках операции с ограничениями по безопасности нельзя вызвать отложенный " "триггер" -#: commands/trigger.c:5203 +#: commands/trigger.c:5253 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "ограничение \"%s\" не является откладываемым" -#: commands/trigger.c:5226 +#: commands/trigger.c:5276 #, c-format msgid "constraint \"%s\" does not exist" msgstr "ограничение \"%s\" не существует" @@ -12683,7 +12731,7 @@ msgstr "нет прав для создания роли" #: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 -#: utils/adt/acl.c:5248 utils/adt/acl.c:5254 gram.y:15259 gram.y:15304 +#: utils/adt/acl.c:5248 utils/adt/acl.c:5254 gram.y:15260 gram.y:15305 #, c-format msgid "role name \"%s\" is reserved" msgstr "имя роли \"%s\" зарезервировано" @@ -12708,6 +12756,10 @@ msgid "pg_authid OID value not set when in binary upgrade mode" msgstr "значение OID в pg_authid не задано в режиме двоичного обновления" +#: commands/user.c:570 commands/user.c:925 +msgid "Cannot alter reserved roles." +msgstr "Изменять зарезервированные роли нельзя." + # skip-rule: translate-superuser #: commands/user.c:722 #, c-format @@ -12758,7 +12810,7 @@ #: commands/user.c:1040 commands/user.c:1197 commands/variable.c:778 #: commands/variable.c:781 commands/variable.c:865 commands/variable.c:868 #: utils/adt/acl.c:5103 utils/adt/acl.c:5151 utils/adt/acl.c:5179 -#: utils/adt/acl.c:5198 utils/init/miscinit.c:704 +#: utils/adt/acl.c:5198 utils/init/miscinit.c:710 #, c-format msgid "role \"%s\" does not exist" msgstr "роль \"%s\" не существует" @@ -13020,7 +13072,7 @@ "\"%s\" пропускается --- очищать не таблицы или специальные системные таблицы " "нельзя" -#: commands/variable.c:165 utils/misc/guc.c:11627 utils/misc/guc.c:11689 +#: commands/variable.c:165 utils/misc/guc.c:11649 utils/misc/guc.c:11711 #, c-format msgid "Unrecognized key word: \"%s\"." msgstr "нераспознанное ключевое слово: \"%s\"." @@ -13141,18 +13193,18 @@ msgstr "" "не удалось определить правило сортировки для столбца представления \"%s\"" -#: commands/view.c:265 commands/view.c:276 +#: commands/view.c:279 commands/view.c:290 #, c-format msgid "cannot drop columns from view" msgstr "удалять столбцы из представления нельзя" -#: commands/view.c:281 +#: commands/view.c:295 #, c-format msgid "cannot change name of view column \"%s\" to \"%s\"" msgstr "изменить имя столбца \"%s\" на \"%s\" в представлении нельзя" # skip-rule: space-before-ellipsis -#: commands/view.c:284 +#: commands/view.c:298 #, c-format msgid "" "Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead." @@ -13160,33 +13212,33 @@ "Чтобы изменить имя столбца представления, выполните ALTER VIEW ... RENAME " "COLUMN ..." -#: commands/view.c:290 +#: commands/view.c:304 #, c-format msgid "cannot change data type of view column \"%s\" from %s to %s" msgstr "изменить тип столбца представления \"%s\" с %s на %s нельзя" -#: commands/view.c:438 +#: commands/view.c:452 #, c-format msgid "views must not contain SELECT INTO" msgstr "представления не должны содержать SELECT INTO" -#: commands/view.c:450 +#: commands/view.c:464 #, c-format msgid "views must not contain data-modifying statements in WITH" msgstr "представления не должны содержать операторы, изменяющие данные в WITH" -#: commands/view.c:520 +#: commands/view.c:534 #, c-format msgid "CREATE VIEW specifies more column names than columns" msgstr "в CREATE VIEW указано больше имён столбцов, чем самих столбцов" -#: commands/view.c:528 +#: commands/view.c:542 #, c-format msgid "views cannot be unlogged because they do not have storage" msgstr "" "представления не могут быть нежурналируемыми, так как они нигде не хранятся" -#: commands/view.c:542 +#: commands/view.c:556 #, c-format msgid "view \"%s\" will be a temporary view" msgstr "представление \"%s\" будет создано как временное" @@ -13238,8 +13290,8 @@ msgstr "не найдено значение параметра %d" #: executor/execExpr.c:632 executor/execExpr.c:639 executor/execExpr.c:645 -#: executor/execExprInterp.c:4019 executor/execExprInterp.c:4036 -#: executor/execExprInterp.c:4135 executor/nodeModifyTable.c:117 +#: executor/execExprInterp.c:4023 executor/execExprInterp.c:4040 +#: executor/execExprInterp.c:4139 executor/nodeModifyTable.c:117 #: executor/nodeModifyTable.c:128 executor/nodeModifyTable.c:145 #: executor/nodeModifyTable.c:153 #, c-format @@ -13257,7 +13309,7 @@ msgstr "" "Запрос выдаёт значение для удалённого столбца (с порядковым номером %d)." -#: executor/execExpr.c:646 executor/execExprInterp.c:4037 +#: executor/execExpr.c:646 executor/execExprInterp.c:4041 #: executor/nodeModifyTable.c:129 #, c-format msgid "Table has type %s at ordinal position %d, but query expects %s." @@ -13320,7 +13372,7 @@ #: executor/execExprInterp.c:2003 utils/adt/expandedrecord.c:99 #: utils/adt/expandedrecord.c:231 utils/cache/typcache.c:1751 #: utils/cache/typcache.c:1907 utils/cache/typcache.c:2054 -#: utils/fmgr/funcapi.c:458 +#: utils/fmgr/funcapi.c:492 #, c-format msgid "type %s is not composite" msgstr "тип %s не является составным" @@ -13376,7 +13428,7 @@ msgid "value for domain %s violates check constraint \"%s\"" msgstr "значение домена %s нарушает ограничение-проверку \"%s\"" -#: executor/execExprInterp.c:4020 +#: executor/execExprInterp.c:4024 #, c-format msgid "Table row contains %d attribute, but query expects %d." msgid_plural "Table row contains %d attributes, but query expects %d." @@ -13384,7 +13436,7 @@ msgstr[1] "Строка таблицы содержит %d атрибута, а в запросе ожидается %d." msgstr[2] "Строка таблицы содержит %d атрибутов, а в запросе ожидается %d." -#: executor/execExprInterp.c:4136 executor/execSRF.c:977 +#: executor/execExprInterp.c:4140 executor/execSRF.c:977 #, c-format msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "" @@ -13440,14 +13492,14 @@ msgid "cannot change TOAST relation \"%s\"" msgstr "TOAST-отношение \"%s\" изменить нельзя" -#: executor/execMain.c:1031 rewrite/rewriteHandler.c:3064 -#: rewrite/rewriteHandler.c:3861 +#: executor/execMain.c:1031 rewrite/rewriteHandler.c:3098 +#: rewrite/rewriteHandler.c:3892 #, c-format msgid "cannot insert into view \"%s\"" msgstr "вставить данные в представление \"%s\" нельзя" -#: executor/execMain.c:1033 rewrite/rewriteHandler.c:3067 -#: rewrite/rewriteHandler.c:3864 +#: executor/execMain.c:1033 rewrite/rewriteHandler.c:3101 +#: rewrite/rewriteHandler.c:3895 #, c-format msgid "" "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or " @@ -13456,14 +13508,14 @@ "Чтобы представление допускало добавление данных, установите триггер INSTEAD " "OF INSERT или безусловное правило ON INSERT DO INSTEAD." -#: executor/execMain.c:1039 rewrite/rewriteHandler.c:3072 -#: rewrite/rewriteHandler.c:3869 +#: executor/execMain.c:1039 rewrite/rewriteHandler.c:3106 +#: rewrite/rewriteHandler.c:3900 #, c-format msgid "cannot update view \"%s\"" msgstr "изменить данные в представлении \"%s\" нельзя" -#: executor/execMain.c:1041 rewrite/rewriteHandler.c:3075 -#: rewrite/rewriteHandler.c:3872 +#: executor/execMain.c:1041 rewrite/rewriteHandler.c:3109 +#: rewrite/rewriteHandler.c:3903 #, c-format msgid "" "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an " @@ -13472,14 +13524,14 @@ "Чтобы представление допускало изменение данных, установите триггер INSTEAD " "OF UPDATE или безусловное правило ON UPDATE DO INSTEAD." -#: executor/execMain.c:1047 rewrite/rewriteHandler.c:3080 -#: rewrite/rewriteHandler.c:3877 +#: executor/execMain.c:1047 rewrite/rewriteHandler.c:3114 +#: rewrite/rewriteHandler.c:3908 #, c-format msgid "cannot delete from view \"%s\"" msgstr "удалить данные из представления \"%s\" нельзя" -#: executor/execMain.c:1049 rewrite/rewriteHandler.c:3083 -#: rewrite/rewriteHandler.c:3880 +#: executor/execMain.c:1049 rewrite/rewriteHandler.c:3117 +#: rewrite/rewriteHandler.c:3911 #, c-format msgid "" "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an " @@ -13656,7 +13708,7 @@ msgid "could not identify an equality operator for type %s" msgstr "не удалось найти оператор равенства для типа %s" -#: executor/execReplication.c:590 +#: executor/execReplication.c:597 #, c-format msgid "" "cannot update table \"%s\" because it does not have a replica identity and " @@ -13665,14 +13717,14 @@ "изменение в таблице \"%s\" невозможно, так как в ней отсутствует " "идентификатор реплики, но она публикует изменения" -#: executor/execReplication.c:592 +#: executor/execReplication.c:599 #, c-format msgid "To enable updating the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "" "Чтобы эта таблица поддерживала изменение, установите REPLICA IDENTITY, " "выполнив ALTER TABLE." -#: executor/execReplication.c:596 +#: executor/execReplication.c:603 #, c-format msgid "" "cannot delete from table \"%s\" because it does not have a replica identity " @@ -13681,7 +13733,7 @@ "удаление из таблицы \"%s\" невозможно, так как в ней отсутствует " "идентификатор реплики, но она публикует удаления" -#: executor/execReplication.c:598 +#: executor/execReplication.c:605 #, c-format msgid "" "To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE." @@ -13689,19 +13741,19 @@ "Чтобы эта таблица поддерживала удаление, установите REPLICA IDENTITY, " "выполнив ALTER TABLE." -#: executor/execReplication.c:617 executor/execReplication.c:625 +#: executor/execReplication.c:624 executor/execReplication.c:632 #, c-format msgid "cannot use relation \"%s.%s\" as logical replication target" msgstr "" "в качестве целевого отношения для логической репликации нельзя использовать " "\"%s.%s\"" -#: executor/execReplication.c:619 +#: executor/execReplication.c:626 #, c-format msgid "\"%s.%s\" is a foreign table." msgstr "\"%s.%s\" — сторонняя таблица." -#: executor/execReplication.c:627 +#: executor/execReplication.c:634 #, c-format msgid "\"%s.%s\" is not a table." msgstr "\"%s.%s\" — не таблица." @@ -13788,36 +13840,36 @@ msgstr "%s нельзя использовать в SQL-функции" #. translator: %s is a SQL statement name -#: executor/functions.c:528 executor/spi.c:1649 executor/spi.c:2538 +#: executor/functions.c:528 executor/spi.c:1752 executor/spi.c:2641 #, c-format msgid "%s is not allowed in a non-volatile function" msgstr "%s нельзя использовать в не изменчивой (volatile) функции" -#: executor/functions.c:1442 +#: executor/functions.c:1457 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "SQL-функция \"%s\", оператор %d" -#: executor/functions.c:1468 +#: executor/functions.c:1483 #, c-format msgid "SQL function \"%s\" during startup" msgstr "SQL-функция \"%s\" (при старте)" -#: executor/functions.c:1553 +#: executor/functions.c:1568 #, c-format msgid "" "calling procedures with output arguments is not supported in SQL functions" msgstr "" "вызов процедур с выходными аргументами в функциях SQL не поддерживается" -#: executor/functions.c:1686 executor/functions.c:1724 -#: executor/functions.c:1738 executor/functions.c:1828 -#: executor/functions.c:1861 executor/functions.c:1875 +#: executor/functions.c:1701 executor/functions.c:1739 +#: executor/functions.c:1753 executor/functions.c:1843 +#: executor/functions.c:1876 executor/functions.c:1890 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "несовпадение типа возврата в функции (в объявлении указан тип %s)" -#: executor/functions.c:1688 +#: executor/functions.c:1703 #, c-format msgid "" "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." @@ -13825,32 +13877,32 @@ "Последним оператором в функции должен быть SELECT или INSERT/UPDATE/DELETE " "RETURNING." -#: executor/functions.c:1726 +#: executor/functions.c:1741 #, c-format msgid "Final statement must return exactly one column." msgstr "Последний оператор должен возвращать один столбец." -#: executor/functions.c:1740 +#: executor/functions.c:1755 #, c-format msgid "Actual return type is %s." msgstr "Фактический тип возврата: %s." -#: executor/functions.c:1830 +#: executor/functions.c:1845 #, c-format msgid "Final statement returns too many columns." msgstr "Последний оператор возвращает слишком много столбцов." -#: executor/functions.c:1863 +#: executor/functions.c:1878 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Последний оператор возвращает %s вместо %s для столбца %d." -#: executor/functions.c:1877 +#: executor/functions.c:1892 #, c-format msgid "Final statement returns too few columns." msgstr "Последний оператор возвращает слишком мало столбцов." -#: executor/functions.c:1905 +#: executor/functions.c:1920 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "для SQL-функций тип возврата %s не поддерживается" @@ -13925,7 +13977,7 @@ msgid "Query has too few columns." msgstr "Запрос возвращает меньше столбцов." -#: executor/nodeModifyTable.c:1205 executor/nodeModifyTable.c:1279 +#: executor/nodeModifyTable.c:1206 executor/nodeModifyTable.c:1280 #, c-format msgid "" "tuple to be deleted was already modified by an operation triggered by the " @@ -13934,12 +13986,12 @@ "кортеж, который должен быть удалён, уже модифицирован в операции, вызванной " "текущей командой" -#: executor/nodeModifyTable.c:1454 +#: executor/nodeModifyTable.c:1455 #, c-format msgid "invalid ON UPDATE specification" msgstr "неверное указание ON UPDATE" -#: executor/nodeModifyTable.c:1455 +#: executor/nodeModifyTable.c:1456 #, c-format msgid "" "The result tuple would appear in a different partition than the original " @@ -13948,12 +14000,12 @@ "Результирующий кортеж окажется перемещённым из секции исходного кортежа в " "другую." -#: executor/nodeModifyTable.c:2051 +#: executor/nodeModifyTable.c:2052 #, c-format msgid "ON CONFLICT DO UPDATE command cannot affect row a second time" msgstr "команда ON CONFLICT DO UPDATE не может менять строку повторно" -#: executor/nodeModifyTable.c:2052 +#: executor/nodeModifyTable.c:2053 #, c-format msgid "" "Ensure that no rows proposed for insertion within the same command have " @@ -14035,79 +14087,79 @@ "агрегатная функция %s не поддерживает использование в качестве оконной " "функции" -#: executor/spi.c:234 executor/spi.c:299 +#: executor/spi.c:241 executor/spi.c:341 #, c-format msgid "invalid transaction termination" msgstr "неверное завершение транзакции" -#: executor/spi.c:248 +#: executor/spi.c:256 #, c-format msgid "cannot commit while a subtransaction is active" msgstr "фиксировать транзакцию при наличии активных подтранзакций нельзя" -#: executor/spi.c:305 +#: executor/spi.c:347 #, c-format msgid "cannot roll back while a subtransaction is active" msgstr "откатить транзакцию при наличии активных подтранзакций нельзя" -#: executor/spi.c:377 +#: executor/spi.c:482 #, c-format msgid "transaction left non-empty SPI stack" msgstr "после транзакции остался непустой стек SPI" -#: executor/spi.c:378 executor/spi.c:440 +#: executor/spi.c:483 executor/spi.c:543 #, c-format msgid "Check for missing \"SPI_finish\" calls." msgstr "Проверьте наличие вызова \"SPI_finish\"." -#: executor/spi.c:439 +#: executor/spi.c:542 #, c-format msgid "subtransaction left non-empty SPI stack" msgstr "после подтранзакции остался непустой стек SPI" -#: executor/spi.c:1507 +#: executor/spi.c:1610 #, c-format msgid "cannot open multi-query plan as cursor" msgstr "не удалось открыть план нескольких запросов как курсор" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:1517 +#: executor/spi.c:1620 #, c-format msgid "cannot open %s query as cursor" msgstr "не удалось открыть запрос %s как курсор" -#: executor/spi.c:1623 +#: executor/spi.c:1726 #, c-format msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE не поддерживается" -#: executor/spi.c:1624 parser/analyze.c:2821 +#: executor/spi.c:1727 parser/analyze.c:2815 #, c-format msgid "Scrollable cursors must be READ ONLY." msgstr "Прокручиваемые курсоры должны быть READ ONLY." -#: executor/spi.c:2377 +#: executor/spi.c:2480 #, c-format msgid "empty query does not return tuples" msgstr "пустой запрос не возвращает кортежи" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:2451 +#: executor/spi.c:2554 #, c-format msgid "%s query does not return tuples" msgstr "запрос %s не возвращает кортежи" -#: executor/spi.c:2863 +#: executor/spi.c:2966 #, c-format msgid "SQL expression \"%s\"" msgstr "SQL-выражение \"%s\"" -#: executor/spi.c:2868 +#: executor/spi.c:2971 #, c-format msgid "PL/pgSQL assignment \"%s\"" msgstr "присваивание PL/pgSQL \"%s\"" -#: executor/spi.c:2871 +#: executor/spi.c:2974 #, c-format msgid "SQL statement \"%s\"" msgstr "SQL-оператор: \"%s\"" @@ -14138,7 +14190,7 @@ msgid "could not access file \"%s\": %m" msgstr "нет доступа к файлу \"%s\": %m" -#: lib/dshash.c:247 utils/mmgr/dsa.c:702 utils/mmgr/dsa.c:724 +#: lib/dshash.c:246 utils/mmgr/dsa.c:702 utils/mmgr/dsa.c:724 #: utils/mmgr/dsa.c:805 #, c-format msgid "Failed on DSA request of size %zu." @@ -15024,19 +15076,19 @@ msgid "private key file \"%s\" is not a regular file" msgstr "файл закрытого ключа \"%s\" - не обычный файл" -#: libpq/be-secure-common.c:176 +#: libpq/be-secure-common.c:177 #, c-format msgid "private key file \"%s\" must be owned by the database user or root" msgstr "" "файл закрытого ключа \"%s\" должен принадлежать пользователю, запускающему " "сервер, или root" -#: libpq/be-secure-common.c:186 +#: libpq/be-secure-common.c:187 #, c-format msgid "private key file \"%s\" has group or world access" msgstr "к файлу закрытого ключа \"%s\" имеют доступ все или группа" -#: libpq/be-secure-common.c:188 +#: libpq/be-secure-common.c:189 #, c-format msgid "" "File must have permissions u=rw (0600) or less if owned by the database " @@ -16105,8 +16157,8 @@ #: main/main.c:335 #, c-format -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr " -f s|i|n|m|h запретить некоторые типы планов\n" +msgid " -f s|i|o|b|t|n|m|h forbid use of some plan types\n" +msgstr " -f s|i|o|b|t|n|m|h запретить некоторые типы планов\n" #: main/main.c:336 #, c-format @@ -16285,7 +16337,7 @@ msgid "ExtensibleNodeMethods \"%s\" was not registered" msgstr "методы расширенного узла \"%s\" не зарегистрированы" -#: nodes/makefuncs.c:150 statistics/extended_stats.c:2293 +#: nodes/makefuncs.c:150 statistics/extended_stats.c:2346 #, c-format msgid "relation \"%s\" does not have a composite type" msgstr "отношение \"%s\" не имеет составного типа" @@ -16293,7 +16345,7 @@ #: nodes/nodeFuncs.c:114 nodes/nodeFuncs.c:145 parser/parse_coerce.c:2567 #: parser/parse_coerce.c:2705 parser/parse_coerce.c:2752 #: parser/parse_expr.c:2026 parser/parse_func.c:710 parser/parse_oper.c:883 -#: utils/fmgr/funcapi.c:558 +#: utils/fmgr/funcapi.c:592 #, c-format msgid "could not find array type for data type %s" msgstr "тип массива для типа данных %s не найден" @@ -16324,8 +16376,8 @@ msgstr "%s не может применяться к NULL-содержащей стороне внешнего соединения" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: optimizer/plan/planner.c:1316 parser/analyze.c:1677 parser/analyze.c:1933 -#: parser/analyze.c:3112 +#: optimizer/plan/planner.c:1316 parser/analyze.c:1671 parser/analyze.c:1927 +#: parser/analyze.c:3106 #, c-format msgid "%s is not allowed with UNION/INTERSECT/EXCEPT" msgstr "%s несовместимо с UNION/INTERSECT/EXCEPT" @@ -16396,31 +16448,36 @@ msgid "SQL function \"%s\" during inlining" msgstr "внедрённая в код SQL-функция \"%s\"" -#: optimizer/util/plancat.c:132 +#: optimizer/util/plancat.c:140 +#, c-format +msgid "cannot open relation \"%s\"" +msgstr "открыть отношение \"%s\" нельзя" + +#: optimizer/util/plancat.c:148 #, c-format msgid "cannot access temporary or unlogged relations during recovery" msgstr "" "обращаться к временным или нежурналируемым отношениям в процессе " "восстановления нельзя" -#: optimizer/util/plancat.c:672 +#: optimizer/util/plancat.c:688 #, c-format msgid "whole row unique index inference specifications are not supported" msgstr "" "указания со ссылкой на всю строку для выбора уникального индекса не " "поддерживаются" -#: optimizer/util/plancat.c:689 +#: optimizer/util/plancat.c:705 #, c-format msgid "constraint in ON CONFLICT clause has no associated index" msgstr "ограничению в ON CONFLICT не соответствует индекс" -#: optimizer/util/plancat.c:739 +#: optimizer/util/plancat.c:755 #, c-format msgid "ON CONFLICT DO UPDATE not supported with exclusion constraints" msgstr "ON CONFLICT DO UPDATE не поддерживается с ограничениями-исключениями" -#: optimizer/util/plancat.c:844 +#: optimizer/util/plancat.c:860 #, c-format msgid "" "there is no unique or exclusion constraint matching the ON CONFLICT " @@ -16453,29 +16510,29 @@ "Источником данных является строка, включающая столько же столбцов, сколько " "требуется для INSERT. Вы намеренно использовали скобки?" -#: parser/analyze.c:1259 parser/analyze.c:1650 +#: parser/analyze.c:1259 parser/analyze.c:1644 #, c-format msgid "SELECT ... INTO is not allowed here" msgstr "SELECT ... INTO здесь не допускается" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:1580 parser/analyze.c:3306 +#: parser/analyze.c:1574 parser/analyze.c:3317 #, c-format msgid "%s cannot be applied to VALUES" msgstr "%s нельзя применять к VALUES" -#: parser/analyze.c:1816 +#: parser/analyze.c:1810 #, c-format msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause" msgstr "неверное предложение UNION/INTERSECT/EXCEPT ORDER BY" -#: parser/analyze.c:1817 +#: parser/analyze.c:1811 #, c-format msgid "Only result column names can be used, not expressions or functions." msgstr "" "Допустимо использование только имён столбцов, но не выражений или функций." -#: parser/analyze.c:1818 +#: parser/analyze.c:1812 #, c-format msgid "" "Add the expression/function to every SELECT, or move the UNION into a FROM " @@ -16484,12 +16541,12 @@ "Добавьте выражение/функцию в каждый SELECT или перенесите UNION в " "предложение FROM." -#: parser/analyze.c:1923 +#: parser/analyze.c:1917 #, c-format msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" msgstr "INTO можно добавить только в первый SELECT в UNION/INTERSECT/EXCEPT" -#: parser/analyze.c:1995 +#: parser/analyze.c:1989 #, c-format msgid "" "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of " @@ -16498,17 +16555,17 @@ "оператор, составляющий UNION/INTERSECT/EXCEPT, не может ссылаться на другие " "отношения на том же уровне запроса" -#: parser/analyze.c:2082 +#: parser/analyze.c:2076 #, c-format msgid "each %s query must have the same number of columns" msgstr "все запросы в %s должны возвращать одинаковое число столбцов" -#: parser/analyze.c:2483 +#: parser/analyze.c:2477 #, c-format msgid "RETURNING must have at least one column" msgstr "в RETURNING должен быть минимум один столбец" -#: parser/analyze.c:2586 +#: parser/analyze.c:2580 #, c-format msgid "assignment source returned %d column" msgid_plural "assignment source returned %d columns" @@ -16516,150 +16573,150 @@ msgstr[1] "источник присваиваемого значения выдал %d столбца" msgstr[2] "источник присваиваемого значения выдал %d столбцов" -#: parser/analyze.c:2647 +#: parser/analyze.c:2641 #, c-format msgid "variable \"%s\" is of type %s but expression is of type %s" msgstr "переменная \"%s\" имеет тип %s, а выражение - тип %s" #. translator: %s is a SQL keyword -#: parser/analyze.c:2771 parser/analyze.c:2779 +#: parser/analyze.c:2765 parser/analyze.c:2773 #, c-format msgid "cannot specify both %s and %s" msgstr "указать %s и %s одновременно нельзя" -#: parser/analyze.c:2799 +#: parser/analyze.c:2793 #, c-format msgid "DECLARE CURSOR must not contain data-modifying statements in WITH" msgstr "DECLARE CURSOR не может содержать операторы, изменяющие данные, в WITH" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:2807 +#: parser/analyze.c:2801 #, c-format msgid "DECLARE CURSOR WITH HOLD ... %s is not supported" msgstr "DECLARE CURSOR WITH HOLD ... %s не поддерживается" -#: parser/analyze.c:2810 +#: parser/analyze.c:2804 #, c-format msgid "Holdable cursors must be READ ONLY." msgstr "Сохраняемые курсоры должны быть READ ONLY." #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:2818 +#: parser/analyze.c:2812 #, c-format msgid "DECLARE SCROLL CURSOR ... %s is not supported" msgstr "DECLARE SCROLL CURSOR ... %s не поддерживается" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:2829 +#: parser/analyze.c:2823 #, c-format msgid "DECLARE INSENSITIVE CURSOR ... %s is not valid" msgstr "DECLARE INSENSITIVE CURSOR ... %s не допускается" -#: parser/analyze.c:2832 +#: parser/analyze.c:2826 #, c-format msgid "Insensitive cursors must be READ ONLY." msgstr "Независимые курсоры должны быть READ ONLY." -#: parser/analyze.c:2898 +#: parser/analyze.c:2892 #, c-format msgid "materialized views must not use data-modifying statements in WITH" msgstr "" "в материализованных представлениях не должны использоваться операторы, " "изменяющие данные в WITH" -#: parser/analyze.c:2908 +#: parser/analyze.c:2902 #, c-format msgid "materialized views must not use temporary tables or views" msgstr "" "в материализованных представлениях не должны использоваться временные " "таблицы и представления" -#: parser/analyze.c:2918 +#: parser/analyze.c:2912 #, c-format msgid "materialized views may not be defined using bound parameters" msgstr "" "определять материализованные представления со связанными параметрами нельзя" -#: parser/analyze.c:2930 +#: parser/analyze.c:2924 #, c-format msgid "materialized views cannot be unlogged" msgstr "материализованные представления не могут быть нежурналируемыми" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3119 +#: parser/analyze.c:3113 #, c-format msgid "%s is not allowed with DISTINCT clause" msgstr "%s несовместимо с предложением DISTINCT" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3126 +#: parser/analyze.c:3120 #, c-format msgid "%s is not allowed with GROUP BY clause" msgstr "%s несовместимо с предложением GROUP BY" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3133 +#: parser/analyze.c:3127 #, c-format msgid "%s is not allowed with HAVING clause" msgstr "%s несовместимо с предложением HAVING" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3140 +#: parser/analyze.c:3134 #, c-format msgid "%s is not allowed with aggregate functions" msgstr "%s несовместимо с агрегатными функциями" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3147 +#: parser/analyze.c:3141 #, c-format msgid "%s is not allowed with window functions" msgstr "%s несовместимо с оконными функциями" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3154 +#: parser/analyze.c:3148 #, c-format msgid "%s is not allowed with set-returning functions in the target list" msgstr "" "%s не допускается с функциями, возвращающие множества, в списке результатов" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3246 +#: parser/analyze.c:3240 #, c-format msgid "%s must specify unqualified relation names" msgstr "для %s нужно указывать неполные имена отношений" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3279 +#: parser/analyze.c:3290 #, c-format msgid "%s cannot be applied to a join" msgstr "%s нельзя применить к соединению" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3288 +#: parser/analyze.c:3299 #, c-format msgid "%s cannot be applied to a function" msgstr "%s нельзя применить к функции" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3297 +#: parser/analyze.c:3308 #, c-format msgid "%s cannot be applied to a table function" msgstr "%s нельзя применить к табличной функции" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3315 +#: parser/analyze.c:3326 #, c-format msgid "%s cannot be applied to a WITH query" msgstr "%s нельзя применить к запросу WITH" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3324 +#: parser/analyze.c:3335 #, c-format msgid "%s cannot be applied to a named tuplestore" msgstr "%s нельзя применить к именованному хранилищу кортежей" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: parser/analyze.c:3344 +#: parser/analyze.c:3355 #, c-format msgid "relation \"%s\" in %s clause not found in FROM clause" msgstr "отношение \"%s\" в определении %s отсутствует в предложении FROM" @@ -16846,7 +16903,7 @@ msgstr "операции группировки нельзя применять в условиях COPY FROM WHERE" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:578 parser/parse_clause.c:1846 +#: parser/parse_agg.c:578 parser/parse_clause.c:1834 #, c-format msgid "aggregate functions are not allowed in %s" msgstr "агрегатные функции нельзя применять в конструкции %s" @@ -16873,7 +16930,7 @@ "вызовы агрегатных функций не могут включать вызовы функций, возвращающих " "множества" -#: parser/parse_agg.c:762 parser/parse_expr.c:1678 parser/parse_expr.c:2151 +#: parser/parse_agg.c:762 parser/parse_expr.c:1678 parser/parse_expr.c:2159 #: parser/parse_func.c:883 #, c-format msgid "" @@ -16957,12 +17014,12 @@ msgstr "оконные функции нельзя применять в выражениях генерируемых столбцов" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:964 parser/parse_clause.c:1855 +#: parser/parse_agg.c:964 parser/parse_clause.c:1843 #, c-format msgid "window functions are not allowed in %s" msgstr "оконные функции нельзя применять в конструкции %s" -#: parser/parse_agg.c:998 parser/parse_clause.c:2689 +#: parser/parse_agg.c:998 parser/parse_clause.c:2677 #, c-format msgid "window \"%s\" does not exist" msgstr "окно \"%s\" не существует" @@ -17110,104 +17167,99 @@ msgid "tablesample method %s does not support REPEATABLE" msgstr "метод %s для получения выборки не поддерживает REPEATABLE" -#: parser/parse_clause.c:1134 +#: parser/parse_clause.c:1137 #, c-format msgid "TABLESAMPLE clause can only be applied to tables and materialized views" msgstr "" "предложение TABLESAMPLE можно применять только к таблицам и " "материализованным представлениям" -#: parser/parse_clause.c:1324 +#: parser/parse_clause.c:1327 #, c-format msgid "column name \"%s\" appears more than once in USING clause" msgstr "имя столбца \"%s\" фигурирует в предложении USING неоднократно" -#: parser/parse_clause.c:1339 +#: parser/parse_clause.c:1342 #, c-format msgid "common column name \"%s\" appears more than once in left table" msgstr "имя общего столбца \"%s\" фигурирует в таблице слева неоднократно" -#: parser/parse_clause.c:1348 +#: parser/parse_clause.c:1351 #, c-format msgid "column \"%s\" specified in USING clause does not exist in left table" msgstr "в таблице слева нет столбца \"%s\", указанного в предложении USING" -#: parser/parse_clause.c:1363 +#: parser/parse_clause.c:1366 #, c-format msgid "common column name \"%s\" appears more than once in right table" msgstr "имя общего столбца \"%s\" фигурирует в таблице справа неоднократно" -#: parser/parse_clause.c:1372 +#: parser/parse_clause.c:1375 #, c-format msgid "column \"%s\" specified in USING clause does not exist in right table" msgstr "в таблице справа нет столбца \"%s\", указанного в предложении USING" -#: parser/parse_clause.c:1451 -#, c-format -msgid "column alias list for \"%s\" has too many entries" -msgstr "слишком много записей в списке псевдонимов столбца \"%s\"" - -#: parser/parse_clause.c:1791 +#: parser/parse_clause.c:1779 #, c-format msgid "row count cannot be null in FETCH FIRST ... WITH TIES clause" msgstr "" "количество строк в FETCH FIRST ... WITH TIES должно быть отличным от NULL" #. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1816 +#: parser/parse_clause.c:1804 #, c-format msgid "argument of %s must not contain variables" msgstr "аргумент %s не может содержать переменные" #. translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1981 +#: parser/parse_clause.c:1969 #, c-format msgid "%s \"%s\" is ambiguous" msgstr "выражение %s \"%s\" неоднозначно" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:2010 +#: parser/parse_clause.c:1998 #, c-format msgid "non-integer constant in %s" msgstr "не целочисленная константа в %s" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:2032 +#: parser/parse_clause.c:2020 #, c-format msgid "%s position %d is not in select list" msgstr "в списке выборки %s нет элемента %d" -#: parser/parse_clause.c:2471 +#: parser/parse_clause.c:2459 #, c-format msgid "CUBE is limited to 12 elements" msgstr "CUBE имеет ограничение в 12 элементов" -#: parser/parse_clause.c:2677 +#: parser/parse_clause.c:2665 #, c-format msgid "window \"%s\" is already defined" msgstr "окно \"%s\" уже определено" -#: parser/parse_clause.c:2738 +#: parser/parse_clause.c:2726 #, c-format msgid "cannot override PARTITION BY clause of window \"%s\"" msgstr "переопределить предложение PARTITION BY для окна \"%s\" нельзя" -#: parser/parse_clause.c:2750 +#: parser/parse_clause.c:2738 #, c-format msgid "cannot override ORDER BY clause of window \"%s\"" msgstr "переопределить предложение ORDER BY для окна \"%s\" нельзя" -#: parser/parse_clause.c:2780 parser/parse_clause.c:2786 +#: parser/parse_clause.c:2768 parser/parse_clause.c:2774 #, c-format msgid "cannot copy window \"%s\" because it has a frame clause" msgstr "скопировать окно \"%s\", имеющее предложение рамки, нельзя" -#: parser/parse_clause.c:2788 +#: parser/parse_clause.c:2776 #, c-format msgid "Omit the parentheses in this OVER clause." msgstr "Уберите скобки в предложении OVER." -#: parser/parse_clause.c:2808 +#: parser/parse_clause.c:2796 #, c-format msgid "" "RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column" @@ -17215,12 +17267,12 @@ "для RANGE со смещением PRECEDING/FOLLOWING требуется ровно один столбец в " "ORDER BY" -#: parser/parse_clause.c:2831 +#: parser/parse_clause.c:2819 #, c-format msgid "GROUPS mode requires an ORDER BY clause" msgstr "для режима GROUPS требуется предложение ORDER BY" -#: parser/parse_clause.c:2901 +#: parser/parse_clause.c:2889 #, c-format msgid "" "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument " @@ -17229,68 +17281,68 @@ "для агрегатной функции с DISTINCT, выражения ORDER BY должны быть в списке " "аргументов" -#: parser/parse_clause.c:2902 +#: parser/parse_clause.c:2890 #, c-format msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" msgstr "" "в конструкции SELECT DISTINCT выражения ORDER BY должны быть в списке выборки" -#: parser/parse_clause.c:2934 +#: parser/parse_clause.c:2922 #, c-format msgid "an aggregate with DISTINCT must have at least one argument" msgstr "агрегатной функции с DISTINCT нужен минимум один аргумент" -#: parser/parse_clause.c:2935 +#: parser/parse_clause.c:2923 #, c-format msgid "SELECT DISTINCT must have at least one column" msgstr "в SELECT DISTINCT нужен минимум один столбец" -#: parser/parse_clause.c:3001 parser/parse_clause.c:3033 +#: parser/parse_clause.c:2989 parser/parse_clause.c:3021 #, c-format msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" msgstr "" "выражения SELECT DISTINCT ON должны соответствовать начальным выражениям " "ORDER BY" -#: parser/parse_clause.c:3111 +#: parser/parse_clause.c:3099 #, c-format msgid "ASC/DESC is not allowed in ON CONFLICT clause" msgstr "ASC/DESC нельзя использовать в ON CONFLICT" -#: parser/parse_clause.c:3117 +#: parser/parse_clause.c:3105 #, c-format msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause" msgstr "NULLS FIRST/LAST нельзя использовать в ON CONFLICT" -#: parser/parse_clause.c:3196 +#: parser/parse_clause.c:3184 #, c-format msgid "" "ON CONFLICT DO UPDATE requires inference specification or constraint name" msgstr "" "в ON CONFLICT DO UPDATE требуется наводящее указание или имя ограничения" -#: parser/parse_clause.c:3197 +#: parser/parse_clause.c:3185 #, c-format msgid "For example, ON CONFLICT (column_name)." msgstr "Например: ON CONFLICT (имя_столбца)." -#: parser/parse_clause.c:3208 +#: parser/parse_clause.c:3196 #, c-format msgid "ON CONFLICT is not supported with system catalog tables" msgstr "ON CONFLICT с таблицами системного каталога не поддерживается" -#: parser/parse_clause.c:3216 +#: parser/parse_clause.c:3204 #, c-format msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table" msgstr "" "ON CONFLICT не поддерживается для таблицы \"%s\", служащей таблицей каталога" -#: parser/parse_clause.c:3346 +#: parser/parse_clause.c:3334 #, c-format msgid "operator %s is not a valid ordering operator" msgstr "оператор %s не годится для сортировки" -#: parser/parse_clause.c:3348 +#: parser/parse_clause.c:3336 #, c-format msgid "" "Ordering operators must be \"<\" or \">\" members of btree operator families." @@ -17298,14 +17350,14 @@ "Операторы сортировки должны быть членами \"<\" или \">\" семейств операторов " "btree." -#: parser/parse_clause.c:3659 +#: parser/parse_clause.c:3647 #, c-format msgid "" "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s" msgstr "" "RANGE со смещением PRECEDING/FOLLOWING не поддерживается для типа столбца %s" -#: parser/parse_clause.c:3665 +#: parser/parse_clause.c:3653 #, c-format msgid "" "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s " @@ -17314,12 +17366,12 @@ "RANGE со смещением PRECEDING/FOLLOWING не поддерживается для типа столбца %s " "и типа смещения %s" -#: parser/parse_clause.c:3668 +#: parser/parse_clause.c:3656 #, c-format msgid "Cast the offset value to an appropriate type." msgstr "Приведите значение смещения к подходящему типу." -#: parser/parse_clause.c:3673 +#: parser/parse_clause.c:3661 #, c-format msgid "" "RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for " @@ -17328,14 +17380,14 @@ "RANGE со смещением PRECEDING/FOLLOWING допускает несколько интерпретаций для " "типа столбца %s и типа смещения %s" -#: parser/parse_clause.c:3676 +#: parser/parse_clause.c:3664 #, c-format msgid "Cast the offset value to the exact intended type." msgstr "Приведите значение смещения в точности к желаемому типу." #: parser/parse_coerce.c:1050 parser/parse_coerce.c:1088 #: parser/parse_coerce.c:1106 parser/parse_coerce.c:1121 -#: parser/parse_expr.c:2060 parser/parse_expr.c:2654 parser/parse_target.c:994 +#: parser/parse_expr.c:2060 parser/parse_expr.c:2662 parser/parse_target.c:994 #, c-format msgid "cannot cast type %s to %s" msgstr "привести тип %s к %s нельзя" @@ -17394,19 +17446,19 @@ msgstr "аргументы, объявленные как \"%s\", должны быть однотипными" #: parser/parse_coerce.c:2249 parser/parse_coerce.c:2362 -#: utils/fmgr/funcapi.c:489 +#: utils/fmgr/funcapi.c:523 #, c-format msgid "argument declared %s is not an array but type %s" msgstr "аргумент, объявленный как \"%s\", оказался не массивом, а типом %s" #: parser/parse_coerce.c:2282 parser/parse_coerce.c:2432 -#: utils/fmgr/funcapi.c:503 +#: utils/fmgr/funcapi.c:537 #, c-format msgid "argument declared %s is not a range type but type %s" msgstr "аргумент, объявленный как \"%s\", имеет не диапазонный тип, а %s" #: parser/parse_coerce.c:2316 parser/parse_coerce.c:2396 -#: parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:521 utils/fmgr/funcapi.c:586 +#: parser/parse_coerce.c:2529 utils/fmgr/funcapi.c:555 utils/fmgr/funcapi.c:620 #, c-format msgid "argument declared %s is not a multirange type but type %s" msgstr "аргумент, объявленный как \"%s\", имеет не мультидиапазонный тип, а %s" @@ -17753,8 +17805,8 @@ msgid "DEFAULT is not allowed in this context" msgstr "DEFAULT не допускается в данном контексте" -#: parser/parse_expr.c:340 parser/parse_relation.c:3592 -#: parser/parse_relation.c:3612 +#: parser/parse_expr.c:340 parser/parse_relation.c:3636 +#: parser/parse_relation.c:3656 #, c-format msgid "column %s.%s does not exist" msgstr "столбец %s.%s не существует" @@ -17807,7 +17859,7 @@ msgstr "для NULLIF требуется, чтобы оператор = возвращал логическое значение" #. translator: %s is name of a SQL construct, eg NULLIF -#: parser/parse_expr.c:1050 parser/parse_expr.c:2970 +#: parser/parse_expr.c:1050 parser/parse_expr.c:2978 #, c-format msgid "%s must not return a set" msgstr "%s не должна возвращать множество" @@ -17827,7 +17879,7 @@ "SELECT или выражение ROW()" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_expr.c:1676 parser/parse_expr.c:2149 parser/parse_func.c:2676 +#: parser/parse_expr.c:1676 parser/parse_expr.c:2157 parser/parse_func.c:2676 #, c-format msgid "set-returning functions are not allowed in %s" msgstr "функции, возвращающие множества, нельзя применять в конструкции %s" @@ -17915,65 +17967,70 @@ msgid "could not find element type for data type %s" msgstr "не удалось определить тип элемента для типа данных %s" -#: parser/parse_expr.c:2295 +#: parser/parse_expr.c:2098 +#, c-format +msgid "ROW expressions can have at most %d entries" +msgstr "число элементов в выражениях ROW ограничено %d" + +#: parser/parse_expr.c:2303 #, c-format msgid "unnamed XML attribute value must be a column reference" msgstr "вместо значения XML-атрибута без имени должен указываться столбец" -#: parser/parse_expr.c:2296 +#: parser/parse_expr.c:2304 #, c-format msgid "unnamed XML element value must be a column reference" msgstr "вместо значения XML-элемента без имени должен указываться столбец" -#: parser/parse_expr.c:2311 +#: parser/parse_expr.c:2319 #, c-format msgid "XML attribute name \"%s\" appears more than once" msgstr "имя XML-атрибута \"%s\" указано неоднократно" -#: parser/parse_expr.c:2418 +#: parser/parse_expr.c:2426 #, c-format msgid "cannot cast XMLSERIALIZE result to %s" msgstr "привести результат XMLSERIALIZE к типу %s нельзя" -#: parser/parse_expr.c:2727 parser/parse_expr.c:2923 +#: parser/parse_expr.c:2735 parser/parse_expr.c:2931 #, c-format msgid "unequal number of entries in row expressions" msgstr "разное число элементов в строках" -#: parser/parse_expr.c:2737 +#: parser/parse_expr.c:2745 #, c-format msgid "cannot compare rows of zero length" msgstr "строки нулевой длины сравнивать нельзя" -#: parser/parse_expr.c:2762 +#: parser/parse_expr.c:2770 #, c-format msgid "row comparison operator must yield type boolean, not type %s" msgstr "" "оператор сравнения строк должен выдавать результат логического типа, а не %s" -#: parser/parse_expr.c:2769 +#: parser/parse_expr.c:2777 #, c-format msgid "row comparison operator must not return a set" msgstr "оператор сравнения строк не должен возвращать множество" -#: parser/parse_expr.c:2828 parser/parse_expr.c:2869 +#: parser/parse_expr.c:2836 parser/parse_expr.c:2877 #, c-format msgid "could not determine interpretation of row comparison operator %s" msgstr "не удалось выбрать интерпретацию оператора сравнения строк %s" -#: parser/parse_expr.c:2830 +#: parser/parse_expr.c:2838 #, c-format msgid "" "Row comparison operators must be associated with btree operator families." msgstr "" "Операторы сравнения строк должны быть связаны с семейством операторов btree." -#: parser/parse_expr.c:2871 +#: parser/parse_expr.c:2879 #, c-format msgid "There are multiple equally-plausible candidates." msgstr "Оказалось несколько равноценных кандидатур." -#: parser/parse_expr.c:2964 +#: parser/parse_expr.c:2972 #, c-format msgid "IS DISTINCT FROM requires = operator to yield boolean" msgstr "" @@ -18386,7 +18443,7 @@ #: parser/parse_node.c:87 #, c-format msgid "target lists can have at most %d entries" -msgstr "допустимое число элементов в целевом списке ограничено %d" +msgstr "число элементов в целевом списке ограничено %d" #: parser/parse_oper.c:123 parser/parse_oper.c:690 #, c-format @@ -18485,12 +18542,12 @@ msgid "table name \"%s\" specified more than once" msgstr "имя таблицы \"%s\" указано больше одного раза" -#: parser/parse_relation.c:474 parser/parse_relation.c:3532 +#: parser/parse_relation.c:474 parser/parse_relation.c:3576 #, c-format msgid "invalid reference to FROM-clause entry for table \"%s\"" msgstr "в элементе предложения FROM неверная ссылка на таблицу \"%s\"" -#: parser/parse_relation.c:478 parser/parse_relation.c:3537 +#: parser/parse_relation.c:478 parser/parse_relation.c:3581 #, c-format msgid "" "There is an entry for table \"%s\", but it cannot be referenced from this " @@ -18517,7 +18574,7 @@ "столбца" #: parser/parse_relation.c:1173 parser/parse_relation.c:1625 -#: parser/parse_relation.c:2302 +#: parser/parse_relation.c:2343 #, c-format msgid "table \"%s\" has %d columns available but %d columns specified" msgstr "в таблице \"%s\" содержится столбцов: %d, но указано: %d" @@ -18567,48 +18624,69 @@ msgstr "" "у функций, возвращающих запись, должен быть список определений столбцов" -#: parser/parse_relation.c:1880 +#: parser/parse_relation.c:1828 +#, c-format +msgid "column definition lists can have at most %d entries" +msgstr "число элементов в списках определения столбцов ограничено %d" + +#: parser/parse_relation.c:1888 #, c-format msgid "function \"%s\" in FROM has unsupported return type %s" msgstr "" "функция \"%s\", используемая во FROM, возвращает неподдерживаемый тип %s" -#: parser/parse_relation.c:2089 +#: parser/parse_relation.c:1915 parser/parse_relation.c:2008 +#, c-format +msgid "functions in FROM can return at most %d columns" +msgstr "число столбцов, возвращаемых функциями во FROM, ограничено %d" + +#: parser/parse_relation.c:2036 +#, c-format +msgid "%s function has %d columns available but %d columns specified" +msgstr "функция %s выдаёт столбцов: %d, но указано: %d" + +#: parser/parse_relation.c:2124 #, c-format msgid "VALUES lists \"%s\" have %d columns available but %d columns specified" msgstr "в списках VALUES \"%s\" содержится столбцов: %d, но указано: %d" -#: parser/parse_relation.c:2161 +#: parser/parse_relation.c:2196 #, c-format msgid "joins can have at most %d columns" msgstr "число столбцов в соединениях ограничено %d" -#: parser/parse_relation.c:2275 +#: parser/parse_relation.c:2221 +#, c-format +msgid "" +"join expression \"%s\" has %d columns available but %d columns specified" +msgstr "в выражении соединения \"%s\" имеется столбцов: %d, но указано: %d" + +#: parser/parse_relation.c:2316 #, c-format msgid "WITH query \"%s\" does not have a RETURNING clause" msgstr "в запросе \"%s\" в WITH нет предложения RETURNING" -#: parser/parse_relation.c:3307 parser/parse_relation.c:3317 +#: parser/parse_relation.c:3351 parser/parse_relation.c:3361 #, c-format msgid "column %d of relation \"%s\" does not exist" msgstr "столбец %d отношения \"%s\" не существует" -#: parser/parse_relation.c:3535 +#: parser/parse_relation.c:3579 #, c-format msgid "Perhaps you meant to reference the table alias \"%s\"." msgstr "Возможно, предполагалась ссылка на псевдоним таблицы \"%s\"." -#: parser/parse_relation.c:3543 +#: parser/parse_relation.c:3587 #, c-format msgid "missing FROM-clause entry for table \"%s\"" msgstr "таблица \"%s\" отсутствует в предложении FROM" -#: parser/parse_relation.c:3595 +#: parser/parse_relation.c:3639 #, c-format msgid "Perhaps you meant to reference the column \"%s.%s\"." msgstr "Возможно, предполагалась ссылка на столбец \"%s.%s\"." -#: parser/parse_relation.c:3597 +#: parser/parse_relation.c:3641 #, c-format msgid "" "There is a column named \"%s\" in table \"%s\", but it cannot be referenced " @@ -18617,7 +18695,7 @@ "Столбец \"%s\" есть в таблице \"%s\", но на него нельзя ссылаться из этой " "части запроса." -#: parser/parse_relation.c:3614 +#: parser/parse_relation.c:3658 #, c-format msgid "" "Perhaps you meant to reference the column \"%s.%s\" or the column \"%s.%s\"." @@ -18717,79 +18795,79 @@ msgid "invalid type name \"%s\"" msgstr "неверное имя типа \"%s\"" -#: parser/parse_utilcmd.c:256 +#: parser/parse_utilcmd.c:266 #, c-format msgid "cannot create partitioned table as inheritance child" msgstr "создать секционированную таблицу в виде потомка нельзя" -#: parser/parse_utilcmd.c:570 +#: parser/parse_utilcmd.c:580 #, c-format msgid "array of serial is not implemented" msgstr "массивы с типом serial не реализованы" -#: parser/parse_utilcmd.c:649 parser/parse_utilcmd.c:661 -#: parser/parse_utilcmd.c:720 +#: parser/parse_utilcmd.c:659 parser/parse_utilcmd.c:671 +#: parser/parse_utilcmd.c:730 #, c-format msgid "" "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" msgstr "конфликт NULL/NOT NULL в объявлении столбца \"%s\" таблицы \"%s\"" -#: parser/parse_utilcmd.c:673 +#: parser/parse_utilcmd.c:683 #, c-format msgid "multiple default values specified for column \"%s\" of table \"%s\"" msgstr "" "для столбца \"%s\" таблицы \"%s\" указано несколько значений по умолчанию" -#: parser/parse_utilcmd.c:690 +#: parser/parse_utilcmd.c:700 #, c-format msgid "identity columns are not supported on typed tables" msgstr "столбцы идентификации не поддерживаются с типизированными таблицами" -#: parser/parse_utilcmd.c:694 +#: parser/parse_utilcmd.c:704 #, c-format msgid "identity columns are not supported on partitions" msgstr "столбцы идентификации не поддерживаются с секциями" -#: parser/parse_utilcmd.c:703 +#: parser/parse_utilcmd.c:713 #, c-format msgid "multiple identity specifications for column \"%s\" of table \"%s\"" msgstr "" "для столбца \"%s\" таблицы \"%s\" свойство identity задано неоднократно" -#: parser/parse_utilcmd.c:733 +#: parser/parse_utilcmd.c:743 #, c-format msgid "generated columns are not supported on typed tables" msgstr "генерируемые столбцы не поддерживаются с типизированными таблицами" -#: parser/parse_utilcmd.c:737 +#: parser/parse_utilcmd.c:747 #, c-format msgid "generated columns are not supported on partitions" msgstr "генерируемые столбцы не поддерживаются с секциями" -#: parser/parse_utilcmd.c:742 +#: parser/parse_utilcmd.c:752 #, c-format msgid "multiple generation clauses specified for column \"%s\" of table \"%s\"" msgstr "" "для столбца \"%s\" таблицы \"%s\" указано несколько генерирующих выражений" -#: parser/parse_utilcmd.c:760 parser/parse_utilcmd.c:875 +#: parser/parse_utilcmd.c:770 parser/parse_utilcmd.c:885 #, c-format msgid "primary key constraints are not supported on foreign tables" msgstr "ограничения первичного ключа для сторонних таблиц не поддерживаются" -#: parser/parse_utilcmd.c:769 parser/parse_utilcmd.c:885 +#: parser/parse_utilcmd.c:779 parser/parse_utilcmd.c:895 #, c-format msgid "unique constraints are not supported on foreign tables" msgstr "ограничения уникальности для сторонних таблиц не поддерживаются" -#: parser/parse_utilcmd.c:814 +#: parser/parse_utilcmd.c:824 #, c-format msgid "both default and identity specified for column \"%s\" of table \"%s\"" msgstr "" "для столбца \"%s\" таблицы \"%s\" задано и значение по умолчанию, и свойство " "identity" -#: parser/parse_utilcmd.c:822 +#: parser/parse_utilcmd.c:832 #, c-format msgid "" "both default and generation expression specified for column \"%s\" of table " @@ -18798,7 +18876,7 @@ "для столбца \"%s\" таблицы \"%s\" задано и значение по умолчанию, и " "генерирующее выражение" -#: parser/parse_utilcmd.c:830 +#: parser/parse_utilcmd.c:840 #, c-format msgid "" "both identity and generation expression specified for column \"%s\" of table " @@ -18807,93 +18885,93 @@ "для столбца \"%s\" таблицы \"%s\" задано и генерирующее выражение, и " "свойство identity" -#: parser/parse_utilcmd.c:895 +#: parser/parse_utilcmd.c:905 #, c-format msgid "exclusion constraints are not supported on foreign tables" msgstr "ограничения-исключения для сторонних таблиц не поддерживаются" -#: parser/parse_utilcmd.c:901 +#: parser/parse_utilcmd.c:911 #, c-format msgid "exclusion constraints are not supported on partitioned tables" msgstr "ограничения-исключения для секционированных таблиц не поддерживаются" -#: parser/parse_utilcmd.c:966 +#: parser/parse_utilcmd.c:976 #, c-format msgid "LIKE is not supported for creating foreign tables" msgstr "LIKE при создании сторонних таблиц не поддерживается" -#: parser/parse_utilcmd.c:1743 parser/parse_utilcmd.c:1851 +#: parser/parse_utilcmd.c:1753 parser/parse_utilcmd.c:1861 #, c-format msgid "Index \"%s\" contains a whole-row table reference." msgstr "Индекс \"%s\" ссылается на тип всей строки таблицы." -#: parser/parse_utilcmd.c:2238 +#: parser/parse_utilcmd.c:2248 #, c-format msgid "cannot use an existing index in CREATE TABLE" msgstr "в CREATE TABLE нельзя использовать существующий индекс" -#: parser/parse_utilcmd.c:2258 +#: parser/parse_utilcmd.c:2268 #, c-format msgid "index \"%s\" is already associated with a constraint" msgstr "индекс \"%s\" уже связан с ограничением" -#: parser/parse_utilcmd.c:2273 +#: parser/parse_utilcmd.c:2283 #, c-format msgid "index \"%s\" is not valid" msgstr "индекс \"%s\" - нерабочий" -#: parser/parse_utilcmd.c:2279 +#: parser/parse_utilcmd.c:2289 #, c-format msgid "\"%s\" is not a unique index" msgstr "\"%s\" не является уникальным индексом" -#: parser/parse_utilcmd.c:2280 parser/parse_utilcmd.c:2287 -#: parser/parse_utilcmd.c:2294 parser/parse_utilcmd.c:2371 +#: parser/parse_utilcmd.c:2290 parser/parse_utilcmd.c:2297 +#: parser/parse_utilcmd.c:2304 parser/parse_utilcmd.c:2381 #, c-format msgid "Cannot create a primary key or unique constraint using such an index." msgstr "" "Создать первичный ключ или ограничение уникальности для такого индекса " "нельзя." -#: parser/parse_utilcmd.c:2286 +#: parser/parse_utilcmd.c:2296 #, c-format msgid "index \"%s\" contains expressions" msgstr "индекс \"%s\" содержит выражения" -#: parser/parse_utilcmd.c:2293 +#: parser/parse_utilcmd.c:2303 #, c-format msgid "\"%s\" is a partial index" msgstr "\"%s\" - частичный индекс" -#: parser/parse_utilcmd.c:2305 +#: parser/parse_utilcmd.c:2315 #, c-format msgid "\"%s\" is a deferrable index" msgstr "\"%s\" - откладываемый индекс" -#: parser/parse_utilcmd.c:2306 +#: parser/parse_utilcmd.c:2316 #, c-format msgid "Cannot create a non-deferrable constraint using a deferrable index." msgstr "" "Создать не откладываемое ограничение на базе откладываемого индекса нельзя." -#: parser/parse_utilcmd.c:2370 +#: parser/parse_utilcmd.c:2380 #, c-format msgid "index \"%s\" column number %d does not have default sorting behavior" msgstr "" "в индексе \"%s\" для столбца номер %d не определено поведение сортировки по " "умолчанию" -#: parser/parse_utilcmd.c:2527 +#: parser/parse_utilcmd.c:2537 #, c-format msgid "column \"%s\" appears twice in primary key constraint" msgstr "столбец \"%s\" фигурирует в первичном ключе дважды" -#: parser/parse_utilcmd.c:2533 +#: parser/parse_utilcmd.c:2543 #, c-format msgid "column \"%s\" appears twice in unique constraint" msgstr "столбец \"%s\" фигурирует в ограничении уникальности дважды" -#: parser/parse_utilcmd.c:2880 +#: parser/parse_utilcmd.c:2890 #, c-format msgid "" "index expressions and predicates can refer only to the table being indexed" @@ -18901,22 +18979,22 @@ "индексные выражения и предикаты могут ссылаться только на индексируемую " "таблицу" -#: parser/parse_utilcmd.c:2952 +#: parser/parse_utilcmd.c:2962 #, c-format msgid "statistics expressions can refer only to the table being referenced" msgstr "выражения статистики могут ссылаться только на целевую таблицу" -#: parser/parse_utilcmd.c:2995 +#: parser/parse_utilcmd.c:3005 #, c-format msgid "rules on materialized views are not supported" msgstr "правила для материализованных представлений не поддерживаются" -#: parser/parse_utilcmd.c:3058 +#: parser/parse_utilcmd.c:3068 #, c-format msgid "rule WHERE condition cannot contain references to other relations" msgstr "в условиях WHERE для правил нельзя ссылаться на другие отношения" -#: parser/parse_utilcmd.c:3131 +#: parser/parse_utilcmd.c:3141 #, c-format msgid "" "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE " @@ -18925,158 +19003,158 @@ "правила с условиями WHERE могут содержать только действия SELECT, INSERT, " "UPDATE или DELETE" -#: parser/parse_utilcmd.c:3149 parser/parse_utilcmd.c:3250 -#: rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 +#: parser/parse_utilcmd.c:3159 parser/parse_utilcmd.c:3260 +#: rewrite/rewriteHandler.c:509 rewrite/rewriteManip.c:1018 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "условные операторы UNION/INTERSECT/EXCEPT не реализованы" -#: parser/parse_utilcmd.c:3167 +#: parser/parse_utilcmd.c:3177 #, c-format msgid "ON SELECT rule cannot use OLD" msgstr "в правиле ON SELECT нельзя использовать OLD" -#: parser/parse_utilcmd.c:3171 +#: parser/parse_utilcmd.c:3181 #, c-format msgid "ON SELECT rule cannot use NEW" msgstr "в правиле ON SELECT нельзя использовать NEW" -#: parser/parse_utilcmd.c:3180 +#: parser/parse_utilcmd.c:3190 #, c-format msgid "ON INSERT rule cannot use OLD" msgstr "в правиле ON INSERT нельзя использовать OLD" -#: parser/parse_utilcmd.c:3186 +#: parser/parse_utilcmd.c:3196 #, c-format msgid "ON DELETE rule cannot use NEW" msgstr "в правиле ON DELETE нельзя использовать NEW" -#: parser/parse_utilcmd.c:3214 +#: parser/parse_utilcmd.c:3224 #, c-format msgid "cannot refer to OLD within WITH query" msgstr "в запросе WITH нельзя ссылаться на OLD" -#: parser/parse_utilcmd.c:3221 +#: parser/parse_utilcmd.c:3231 #, c-format msgid "cannot refer to NEW within WITH query" msgstr "в запросе WITH нельзя ссылаться на NEW" -#: parser/parse_utilcmd.c:3675 +#: parser/parse_utilcmd.c:3685 #, c-format msgid "misplaced DEFERRABLE clause" msgstr "предложение DEFERRABLE расположено неправильно" -#: parser/parse_utilcmd.c:3680 parser/parse_utilcmd.c:3695 +#: parser/parse_utilcmd.c:3690 parser/parse_utilcmd.c:3705 #, c-format msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" msgstr "DEFERRABLE/NOT DEFERRABLE можно указать только один раз" -#: parser/parse_utilcmd.c:3690 +#: parser/parse_utilcmd.c:3700 #, c-format msgid "misplaced NOT DEFERRABLE clause" msgstr "предложение NOT DEFERRABLE расположено неправильно" -#: parser/parse_utilcmd.c:3703 parser/parse_utilcmd.c:3729 gram.y:5558 +#: parser/parse_utilcmd.c:3713 parser/parse_utilcmd.c:3739 gram.y:5559 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" msgstr "" "ограничение с характеристикой INITIALLY DEFERRED должно быть объявлено как " "DEFERRABLE" -#: parser/parse_utilcmd.c:3711 +#: parser/parse_utilcmd.c:3721 #, c-format msgid "misplaced INITIALLY DEFERRED clause" msgstr "предложение INITIALLY DEFERRED расположено неправильно" -#: parser/parse_utilcmd.c:3716 parser/parse_utilcmd.c:3742 +#: parser/parse_utilcmd.c:3726 parser/parse_utilcmd.c:3752 #, c-format msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" msgstr "INITIALLY IMMEDIATE/DEFERRED можно указать только один раз" -#: parser/parse_utilcmd.c:3737 +#: parser/parse_utilcmd.c:3747 #, c-format msgid "misplaced INITIALLY IMMEDIATE clause" msgstr "предложение INITIALLY IMMEDIATE расположено неправильно" -#: parser/parse_utilcmd.c:3928 +#: parser/parse_utilcmd.c:3938 #, c-format msgid "" "CREATE specifies a schema (%s) different from the one being created (%s)" msgstr "в CREATE указана схема (%s), отличная от создаваемой (%s)" -#: parser/parse_utilcmd.c:3963 +#: parser/parse_utilcmd.c:3973 #, c-format msgid "\"%s\" is not a partitioned table" msgstr "\"%s\" — не секционированная таблица" -#: parser/parse_utilcmd.c:3970 +#: parser/parse_utilcmd.c:3980 #, c-format msgid "table \"%s\" is not partitioned" msgstr "таблица \"%s\" не является секционированной" -#: parser/parse_utilcmd.c:3977 +#: parser/parse_utilcmd.c:3987 #, c-format msgid "index \"%s\" is not partitioned" msgstr "индекс \"%s\" не секционирован" -#: parser/parse_utilcmd.c:4017 +#: parser/parse_utilcmd.c:4027 #, c-format msgid "a hash-partitioned table may not have a default partition" msgstr "у секционированной по хешу таблицы не может быть секции по умолчанию" -#: parser/parse_utilcmd.c:4034 +#: parser/parse_utilcmd.c:4044 #, c-format msgid "invalid bound specification for a hash partition" msgstr "неправильное указание ограничения для хеш-секции" -#: parser/parse_utilcmd.c:4040 partitioning/partbounds.c:4711 +#: parser/parse_utilcmd.c:4050 partitioning/partbounds.c:4711 #, c-format msgid "modulus for hash partition must be an integer value greater than zero" msgstr "модуль для хеш-секции должен быть положительным целым" -#: parser/parse_utilcmd.c:4047 partitioning/partbounds.c:4719 +#: parser/parse_utilcmd.c:4057 partitioning/partbounds.c:4719 #, c-format msgid "remainder for hash partition must be less than modulus" msgstr "остаток для хеш-секции должен быть меньше модуля" -#: parser/parse_utilcmd.c:4060 +#: parser/parse_utilcmd.c:4070 #, c-format msgid "invalid bound specification for a list partition" msgstr "неправильное указание ограничения для секции по списку" -#: parser/parse_utilcmd.c:4113 +#: parser/parse_utilcmd.c:4123 #, c-format msgid "invalid bound specification for a range partition" msgstr "неправильное указание ограничения для секции по диапазону" -#: parser/parse_utilcmd.c:4119 +#: parser/parse_utilcmd.c:4129 #, c-format msgid "FROM must specify exactly one value per partitioning column" msgstr "" "во FROM должно указываться ровно одно значение для секционирующего столбца" -#: parser/parse_utilcmd.c:4123 +#: parser/parse_utilcmd.c:4133 #, c-format msgid "TO must specify exactly one value per partitioning column" msgstr "" "в TO должно указываться ровно одно значение для секционирующего столбца" -#: parser/parse_utilcmd.c:4237 +#: parser/parse_utilcmd.c:4247 #, c-format msgid "cannot specify NULL in range bound" msgstr "указать NULL в диапазонном ограничении нельзя" -#: parser/parse_utilcmd.c:4286 +#: parser/parse_utilcmd.c:4296 #, c-format msgid "every bound following MAXVALUE must also be MAXVALUE" msgstr "за границей MAXVALUE могут следовать только границы MAXVALUE" -#: parser/parse_utilcmd.c:4293 +#: parser/parse_utilcmd.c:4303 #, c-format msgid "every bound following MINVALUE must also be MINVALUE" msgstr "за границей MINVALUE могут следовать только границы MINVALUE" -#: parser/parse_utilcmd.c:4336 +#: parser/parse_utilcmd.c:4346 #, c-format msgid "specified value cannot be cast to type %s for column \"%s\"" msgstr "указанное значение нельзя привести к типу %s столбца \"%s\"" @@ -19094,7 +19172,7 @@ msgid "invalid Unicode escape value" msgstr "неверное значение спецкода Unicode" -#: parser/parser.c:468 utils/adt/varlena.c:6559 scan.l:677 +#: parser/parser.c:468 utils/adt/varlena.c:6555 scan.l:677 #, c-format msgid "invalid Unicode escape" msgstr "неверный спецкод Unicode" @@ -19104,7 +19182,7 @@ msgid "Unicode escapes must be \\XXXX or \\+XXXXXX." msgstr "Спецкоды Unicode должны иметь вид \\XXXX или \\+XXXXXX." -#: parser/parser.c:497 utils/adt/varlena.c:6584 scan.l:638 scan.l:654 +#: parser/parser.c:497 utils/adt/varlena.c:6580 scan.l:638 scan.l:654 #: scan.l:670 #, c-format msgid "invalid Unicode surrogate pair" @@ -19297,14 +19375,14 @@ msgstr "" "огромные страницы не поддерживаются с текущим значением shared_memory_type" -#: port/pg_shmem.c:753 port/sysv_shmem.c:753 utils/init/miscinit.c:1166 +#: port/pg_shmem.c:753 port/sysv_shmem.c:753 utils/init/miscinit.c:1172 #, c-format msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use" msgstr "" "ранее выделенный блок разделяемой памяти (ключ %lu, ID %lu) по-прежнему " "используется" -#: port/pg_shmem.c:756 port/sysv_shmem.c:756 utils/init/miscinit.c:1168 +#: port/pg_shmem.c:756 port/sysv_shmem.c:756 utils/init/miscinit.c:1174 #, c-format msgid "" "Terminate any old server processes associated with data directory \"%s\"." @@ -19494,32 +19572,32 @@ msgstr "не удалось породить рабочий процесс автоочистки: %m" # skip-rule: capital-letter-first -#: postmaster/autovacuum.c:2283 +#: postmaster/autovacuum.c:2286 #, c-format msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\"" msgstr "автоочистка: удаление устаревшей врем. таблицы \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2512 +#: postmaster/autovacuum.c:2515 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "автоматическая очистка таблицы \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2515 +#: postmaster/autovacuum.c:2518 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "автоматический анализ таблицы \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2708 +#: postmaster/autovacuum.c:2711 #, c-format msgid "processing work entry for relation \"%s.%s.%s\"" msgstr "обработка рабочей записи для отношения \"%s.%s.%s\"" -#: postmaster/autovacuum.c:3394 +#: postmaster/autovacuum.c:3397 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "автоочистка не запущена из-за неправильной конфигурации" -#: postmaster/autovacuum.c:3395 +#: postmaster/autovacuum.c:3398 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Включите параметр \"track_counts\"." @@ -19564,7 +19642,7 @@ "фоновый процесс \"%s\": параллельные исполнители не могут быть настроены для " "перезапуска" -#: postmaster/bgworker.c:723 tcop/postgres.c:3188 +#: postmaster/bgworker.c:723 tcop/postgres.c:3189 #, c-format msgid "terminating background worker \"%s\" due to administrator command" msgstr "завершение фонового процесса \"%s\" по команде администратора" @@ -19911,7 +19989,7 @@ msgstr "запускается %s" #: postmaster/postmaster.c:1158 postmaster/postmaster.c:1257 -#: utils/init/miscinit.c:1626 +#: utils/init/miscinit.c:1632 #, c-format msgid "invalid list syntax in parameter \"%s\"" msgstr "неверный формат списка в параметре \"%s\"" @@ -20065,9 +20143,9 @@ "неподдерживаемый протокол клиентского приложения %u.%u; сервер поддерживает " "%u.0 - %u.%u" -#: postmaster/postmaster.c:2198 utils/misc/guc.c:7114 utils/misc/guc.c:7150 -#: utils/misc/guc.c:7220 utils/misc/guc.c:8552 utils/misc/guc.c:11508 -#: utils/misc/guc.c:11549 +#: postmaster/postmaster.c:2198 utils/misc/guc.c:7126 utils/misc/guc.c:7162 +#: utils/misc/guc.c:7232 utils/misc/guc.c:8564 utils/misc/guc.c:11530 +#: utils/misc/guc.c:11571 #, c-format msgid "invalid value for parameter \"%s\": \"%s\"" msgstr "неверное значение для параметра \"%s\": \"%s\"" @@ -20123,7 +20201,7 @@ msgid "the database system is in recovery mode" msgstr "система баз данных в режиме восстановления" -#: postmaster/postmaster.c:2354 storage/ipc/procarray.c:480 +#: postmaster/postmaster.c:2354 storage/ipc/procarray.c:485 #: storage/ipc/sinvaladt.c:297 storage/lmgr/proc.c:361 #, c-format msgid "sorry, too many clients already" @@ -20601,7 +20679,7 @@ msgid "unexpected WAL file size \"%s\"" msgstr "неприемлемый размер файла WAL \"%s\"" -#: replication/basebackup.c:644 replication/basebackup.c:1771 +#: replication/basebackup.c:644 replication/basebackup.c:1777 #, c-format msgid "base backup could not send data, aborting backup" msgstr "" @@ -20650,17 +20728,17 @@ msgid "manifest checksums require a backup manifest" msgstr "контрольные суммы не могут рассчитываться без манифеста копии" -#: replication/basebackup.c:1519 +#: replication/basebackup.c:1525 #, c-format msgid "skipping special file \"%s\"" msgstr "специальный файл \"%s\" пропускается" -#: replication/basebackup.c:1640 +#: replication/basebackup.c:1646 #, c-format msgid "invalid segment number %d in file \"%s\"" msgstr "неверный номер сегмента %d в файле \"%s\"" -#: replication/basebackup.c:1678 +#: replication/basebackup.c:1684 #, c-format msgid "" "could not verify checksum in file \"%s\", block %u: read buffer size %d and " @@ -20669,7 +20747,7 @@ "не удалось проверить контрольную сумму в файле \"%s\", блоке %u: размер " "прочитанного буфера (%d) отличается от размера страницы (%d)" -#: replication/basebackup.c:1751 +#: replication/basebackup.c:1757 #, c-format msgid "" "checksum verification failed in file \"%s\", block %u: calculated %X but " @@ -20678,14 +20756,14 @@ "ошибка контрольной суммы в файле \"%s\", блоке %u: вычислено значение %X, но " "ожидалось %X" -#: replication/basebackup.c:1758 +#: replication/basebackup.c:1764 #, c-format msgid "" "further checksum verification failures in file \"%s\" will not be reported" msgstr "" "о дальнейших ошибках контрольных сумм в файле \"%s\" сообщаться не будет" -#: replication/basebackup.c:1816 +#: replication/basebackup.c:1822 #, c-format msgid "file \"%s\" has a total of %d checksum verification failure" msgid_plural "file \"%s\" has a total of %d checksum verification failures" @@ -20693,12 +20771,12 @@ msgstr[1] "всего в файле \"%s\" обнаружено ошибок контрольных сумм: %d" msgstr[2] "всего в файле \"%s\" обнаружено ошибок контрольных сумм: %d" -#: replication/basebackup.c:1852 +#: replication/basebackup.c:1858 #, c-format msgid "file name too long for tar format: \"%s\"" msgstr "слишком длинное имя файла для формата tar: \"%s\"" -#: replication/basebackup.c:1857 +#: replication/basebackup.c:1863 #, c-format msgid "" "symbolic link target too long for tar format: file name \"%s\", target \"%s\"" @@ -20926,20 +21004,20 @@ msgid "slot \"%s\", output plugin \"%s\", in the %s callback" msgstr "слот \"%s\", модуль вывода \"%s\", в обработчике %s" -#: replication/logical/logical.c:868 replication/logical/logical.c:912 -#: replication/logical/logical.c:956 replication/logical/logical.c:1001 +#: replication/logical/logical.c:873 replication/logical/logical.c:918 +#: replication/logical/logical.c:963 replication/logical/logical.c:1009 #, c-format msgid "logical replication at prepare time requires a %s callback" msgstr "для логической репликации во время подготовки требуется обработчик %s" -#: replication/logical/logical.c:1224 replication/logical/logical.c:1271 -#: replication/logical/logical.c:1311 replication/logical/logical.c:1395 -#: replication/logical/logical.c:1442 +#: replication/logical/logical.c:1241 replication/logical/logical.c:1290 +#: replication/logical/logical.c:1331 replication/logical/logical.c:1417 +#: replication/logical/logical.c:1466 #, c-format msgid "logical streaming requires a %s callback" msgstr "для логической потоковой репликации требуется обработчик %s" -#: replication/logical/logical.c:1355 +#: replication/logical/logical.c:1376 #, c-format msgid "logical streaming at prepare time requires a %s callback" msgstr "" @@ -21127,12 +21205,7 @@ "в целевом отношении логической репликации (\"%s.%s\") отсутствуют " "реплицируемые столбцы: %s" -#: replication/logical/relation.c:323 -#, c-format -msgid "logical replication target relation \"%s.%s\" does not exist" -msgstr "целевое отношение логической репликации \"%s.%s\" не существует" - -#: replication/logical/relation.c:404 +#: replication/logical/relation.c:298 #, c-format msgid "" "logical replication target relation \"%s.%s\" uses system columns in REPLICA " @@ -21141,19 +21214,24 @@ "в целевом отношении логической репликации (\"%s.%s\") в индексе REPLICA " "IDENTITY используются системные столбцы" -#: replication/logical/reorderbuffer.c:3802 +#: replication/logical/relation.c:390 +#, c-format +msgid "logical replication target relation \"%s.%s\" does not exist" +msgstr "целевое отношение логической репликации \"%s.%s\" не существует" + +#: replication/logical/reorderbuffer.c:3818 #, c-format msgid "could not write to data file for XID %u: %m" msgstr "не удалось записать в файл данных для XID %u: %m" -#: replication/logical/reorderbuffer.c:4146 -#: replication/logical/reorderbuffer.c:4171 +#: replication/logical/reorderbuffer.c:4164 +#: replication/logical/reorderbuffer.c:4189 #, c-format msgid "could not read from reorderbuffer spill file: %m" msgstr "не удалось прочитать из файла подкачки буфера пересортировки: %m" -#: replication/logical/reorderbuffer.c:4150 -#: replication/logical/reorderbuffer.c:4175 +#: replication/logical/reorderbuffer.c:4168 +#: replication/logical/reorderbuffer.c:4193 #, c-format msgid "" "could not read from reorderbuffer spill file: read %d instead of %u bytes" @@ -21161,25 +21239,25 @@ "не удалось прочитать из файла подкачки буфера пересортировки (прочитано " "байт: %d, требовалось: %u)" -#: replication/logical/reorderbuffer.c:4425 +#: replication/logical/reorderbuffer.c:4443 #, c-format msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m" msgstr "" "ошибка при удалении файла \"%s\" в процессе удаления pg_replslot/%s/xid*: %m" -#: replication/logical/reorderbuffer.c:4924 +#: replication/logical/reorderbuffer.c:4942 #, c-format msgid "could not read from file \"%s\": read %d instead of %d bytes" msgstr "" "не удалось прочитать из файла \"%s\" (прочитано байт: %d, требовалось: %d)" -#: replication/logical/snapbuild.c:588 +#: replication/logical/snapbuild.c:618 #, c-format msgid "initial slot snapshot too large" msgstr "изначальный снимок слота слишком большой" # skip-rule: capital-letter-first -#: replication/logical/snapbuild.c:642 +#: replication/logical/snapbuild.c:672 #, c-format msgid "exported logical decoding snapshot: \"%s\" with %u transaction ID" msgid_plural "" @@ -21191,63 +21269,63 @@ msgstr[2] "" "экспортирован снимок логического декодирования: \"%s\" (ид. транзакций: %u)" -#: replication/logical/snapbuild.c:1270 replication/logical/snapbuild.c:1363 -#: replication/logical/snapbuild.c:1894 +#: replication/logical/snapbuild.c:1351 replication/logical/snapbuild.c:1458 +#: replication/logical/snapbuild.c:1989 #, c-format msgid "logical decoding found consistent point at %X/%X" msgstr "процесс логического декодирования достиг точки согласованности в %X/%X" -#: replication/logical/snapbuild.c:1272 +#: replication/logical/snapbuild.c:1353 #, c-format msgid "There are no running transactions." msgstr "Больше активных транзакций нет." -#: replication/logical/snapbuild.c:1314 +#: replication/logical/snapbuild.c:1409 #, c-format msgid "logical decoding found initial starting point at %X/%X" msgstr "" "процесс логического декодирования нашёл начальную стартовую точку в %X/%X" -#: replication/logical/snapbuild.c:1316 replication/logical/snapbuild.c:1340 +#: replication/logical/snapbuild.c:1411 replication/logical/snapbuild.c:1435 #, c-format msgid "Waiting for transactions (approximately %d) older than %u to end." msgstr "Ожидание транзакций (примерно %d), старее %u до конца." -#: replication/logical/snapbuild.c:1338 +#: replication/logical/snapbuild.c:1433 #, c-format msgid "logical decoding found initial consistent point at %X/%X" msgstr "" "при логическом декодировании найдена начальная точка согласованности в %X/%X" -#: replication/logical/snapbuild.c:1365 +#: replication/logical/snapbuild.c:1460 #, c-format msgid "There are no old transactions anymore." msgstr "Больше старых транзакций нет." -#: replication/logical/snapbuild.c:1762 +#: replication/logical/snapbuild.c:1857 #, c-format msgid "snapbuild state file \"%s\" has wrong magic number: %u instead of %u" msgstr "" "файл состояния snapbuild \"%s\" имеет неправильную сигнатуру (%u вместо %u)" -#: replication/logical/snapbuild.c:1768 +#: replication/logical/snapbuild.c:1863 #, c-format msgid "snapbuild state file \"%s\" has unsupported version: %u instead of %u" msgstr "" "файл состояния snapbuild \"%s\" имеет неправильную версию (%u вместо %u)" -#: replication/logical/snapbuild.c:1839 +#: replication/logical/snapbuild.c:1934 #, c-format msgid "checksum mismatch for snapbuild state file \"%s\": is %u, should be %u" msgstr "" "в файле состояния snapbuild \"%s\" неверная контрольная сумма (%u вместо %u)" -#: replication/logical/snapbuild.c:1896 +#: replication/logical/snapbuild.c:1991 #, c-format msgid "Logical decoding will begin using saved snapshot." msgstr "Логическое декодирование начнётся с сохранённого снимка." -#: replication/logical/snapbuild.c:1968 +#: replication/logical/snapbuild.c:2063 #, c-format msgid "could not parse file name \"%s\"" msgstr "не удалось разобрать имя файла \"%s\"" @@ -21317,7 +21395,7 @@ msgid "could not read from streaming transaction's changes file \"%s\": %m" msgstr "не удалось прочитать файл изменений потоковых транзакций \"%s\": %m" -#: replication/logical/worker.c:1335 +#: replication/logical/worker.c:1345 #, c-format msgid "" "publisher did not send replica identity column expected by the logical " @@ -21326,7 +21404,7 @@ "сервер публикации не передал столбец идентификации реплики, ожидаемый для " "целевого отношения логической репликации \"%s.%s\"" -#: replication/logical/worker.c:1342 +#: replication/logical/worker.c:1352 #, c-format msgid "" "logical replication target relation \"%s.%s\" has neither REPLICA IDENTITY " @@ -21337,17 +21415,17 @@ "IDENTITY, ни ключа PRIMARY KEY, и публикуемое отношение не имеет " "характеристики REPLICA IDENTITY FULL" -#: replication/logical/worker.c:2221 +#: replication/logical/worker.c:2239 #, c-format msgid "data stream from publisher has ended" msgstr "поток данных с сервера публикации закончился" -#: replication/logical/worker.c:2372 +#: replication/logical/worker.c:2390 #, c-format msgid "terminating logical replication worker due to timeout" msgstr "завершение обработчика логической репликации из-за тайм-аута" -#: replication/logical/worker.c:2520 +#: replication/logical/worker.c:2538 #, c-format msgid "" "logical replication apply worker for subscription \"%s\" will stop because " @@ -21356,7 +21434,7 @@ "применяющий процесс логической репликации для подписки \"%s\" будет " "остановлен, так как подписка была удалена" -#: replication/logical/worker.c:2534 +#: replication/logical/worker.c:2552 #, c-format msgid "" "logical replication apply worker for subscription \"%s\" will stop because " @@ -21365,7 +21443,7 @@ "применяющий процесс логической репликации для подписки \"%s\" будет " "остановлен, так как подписка была отключена" -#: replication/logical/worker.c:2556 +#: replication/logical/worker.c:2574 #, c-format msgid "" "logical replication apply worker for subscription \"%s\" will restart " @@ -21374,13 +21452,13 @@ "применяющий процесс логической репликации для подписки \"%s\" будет " "перезапущен вследствие изменения параметров" -#: replication/logical/worker.c:2721 replication/logical/worker.c:2743 +#: replication/logical/worker.c:2739 replication/logical/worker.c:2761 #, c-format msgid "could not read from streaming transaction's subxact file \"%s\": %m" msgstr "" "не удалось прочитать файл данных subxact потоковых транзакций \"%s\": %m" -#: replication/logical/worker.c:3102 +#: replication/logical/worker.c:3120 #, c-format msgid "" "logical replication apply worker for subscription %u will not start because " @@ -21389,7 +21467,7 @@ "применяющий процесс логической репликации для подписки %u не будет запущен, " "так как подписка была удалена при старте" -#: replication/logical/worker.c:3114 +#: replication/logical/worker.c:3132 #, c-format msgid "" "logical replication apply worker for subscription \"%s\" will not start " @@ -21398,7 +21476,7 @@ "применяющий процесс логической репликации для подписки \"%s\" не будет " "запущен, так как подписка была отключена при старте" -#: replication/logical/worker.c:3132 +#: replication/logical/worker.c:3150 #, c-format msgid "" "logical replication table synchronization worker for subscription \"%s\", " @@ -21407,50 +21485,50 @@ "процесс синхронизации таблицы при логической репликации для подписки \"%s\", " "таблицы \"%s\" запущен" -#: replication/logical/worker.c:3136 +#: replication/logical/worker.c:3154 #, c-format msgid "logical replication apply worker for subscription \"%s\" has started" msgstr "" "запускается применяющий процесс логической репликации для подписки \"%s\"" -#: replication/logical/worker.c:3174 +#: replication/logical/worker.c:3192 #, c-format msgid "subscription has no replication slot set" msgstr "для подписки не задан слот репликации" -#: replication/pgoutput/pgoutput.c:195 +#: replication/pgoutput/pgoutput.c:196 #, c-format msgid "invalid proto_version" msgstr "неверное значение proto_version" -#: replication/pgoutput/pgoutput.c:200 +#: replication/pgoutput/pgoutput.c:201 #, c-format msgid "proto_version \"%s\" out of range" msgstr "значение proto_verson \"%s\" вне диапазона" -#: replication/pgoutput/pgoutput.c:217 +#: replication/pgoutput/pgoutput.c:218 #, c-format msgid "invalid publication_names syntax" msgstr "неверный синтаксис publication_names" -#: replication/pgoutput/pgoutput.c:287 +#: replication/pgoutput/pgoutput.c:288 #, c-format msgid "client sent proto_version=%d but we only support protocol %d or lower" msgstr "" "клиент передал proto_version=%d, но мы поддерживаем только протокол %d и ниже" -#: replication/pgoutput/pgoutput.c:293 +#: replication/pgoutput/pgoutput.c:294 #, c-format msgid "client sent proto_version=%d but we only support protocol %d or higher" msgstr "" "клиент передал proto_version=%d, но мы поддерживает только протокол %d и выше" -#: replication/pgoutput/pgoutput.c:299 +#: replication/pgoutput/pgoutput.c:300 #, c-format msgid "publication_names parameter missing" msgstr "отсутствует параметр publication_names" -#: replication/pgoutput/pgoutput.c:312 +#: replication/pgoutput/pgoutput.c:313 #, c-format msgid "" "requested proto_version=%d does not support streaming, need %d or higher" @@ -21458,7 +21536,7 @@ "запрошенная версия proto_version=%d не поддерживает потоковую передачу, " "требуется версия %d или выше" -#: replication/pgoutput/pgoutput.c:317 +#: replication/pgoutput/pgoutput.c:318 #, c-format msgid "streaming requested, but not supported by output plugin" msgstr "запрошена потоковая передача, но она не поддерживается модулем вывода" @@ -21780,40 +21858,40 @@ msgid "could not write to log segment %s at offset %u, length %lu: %m" msgstr "не удалось записать в сегмент журнала %s (смещение %u, длина %lu): %m" -#: replication/walsender.c:524 storage/smgr/md.c:1321 +#: replication/walsender.c:525 storage/smgr/md.c:1321 #, c-format msgid "could not seek to end of file \"%s\": %m" msgstr "не удалось перейти к концу файла \"%s\": %m" -#: replication/walsender.c:528 +#: replication/walsender.c:529 #, c-format msgid "could not seek to beginning of file \"%s\": %m" msgstr "не удалось перейти к началу файла \"%s\": %m" -#: replication/walsender.c:579 +#: replication/walsender.c:580 #, c-format msgid "IDENTIFY_SYSTEM has not been run before START_REPLICATION" msgstr "Команда IDENTIFY_SYSTEM не выполнялась до START_REPLICATION" -#: replication/walsender.c:608 +#: replication/walsender.c:609 #, c-format msgid "cannot use a logical replication slot for physical replication" msgstr "" "слот логической репликации нельзя использовать для физической репликации" -#: replication/walsender.c:677 +#: replication/walsender.c:678 #, c-format msgid "" "requested starting point %X/%X on timeline %u is not in this server's history" msgstr "" "в истории сервера нет запрошенной начальной точки %X/%X на линии времени %u" -#: replication/walsender.c:680 +#: replication/walsender.c:681 #, c-format msgid "This server's history forked from timeline %u at %X/%X." msgstr "История этого сервера ответвилась от линии времени %u в %X/%X." -#: replication/walsender.c:724 +#: replication/walsender.c:725 #, c-format msgid "" "requested starting point %X/%X is ahead of the WAL flush position of this " @@ -21823,41 +21901,41 @@ "на этом сервере (%X/%X)" #. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:974 +#: replication/walsender.c:975 #, c-format msgid "%s must not be called inside a transaction" msgstr "%s требуется выполнять не в транзакции" #. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:984 +#: replication/walsender.c:985 #, c-format msgid "%s must be called inside a transaction" msgstr "%s требуется выполнять внутри транзакции" #. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:990 +#: replication/walsender.c:991 #, c-format msgid "%s must be called in REPEATABLE READ isolation mode transaction" msgstr "%s требуется выполнять в транзакции уровня изоляции REPEATABLE READ" #. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:996 +#: replication/walsender.c:997 #, c-format msgid "%s must be called before any query" msgstr "%s требуется выполнять до каких-либо запросов" #. translator: %s is a CREATE_REPLICATION_SLOT statement -#: replication/walsender.c:1002 +#: replication/walsender.c:1003 #, c-format msgid "%s must not be called in a subtransaction" msgstr "%s требуется вызывать не в подтранзакции" -#: replication/walsender.c:1145 +#: replication/walsender.c:1146 #, c-format msgid "cannot read from logical replication slot \"%s\"" msgstr "прочитать из слота логической репликации \"%s\" нельзя" -#: replication/walsender.c:1147 +#: replication/walsender.c:1148 #, c-format msgid "" "This slot has been invalidated because it exceeded the maximum reserved size." @@ -21865,33 +21943,33 @@ "Этот слот был аннулирован из-за превышения максимального зарезервированного " "размера." -#: replication/walsender.c:1157 +#: replication/walsender.c:1158 #, c-format msgid "terminating walsender process after promotion" msgstr "завершение процесса передачи журнала после повышения" -#: replication/walsender.c:1524 +#: replication/walsender.c:1552 #, c-format msgid "cannot execute new commands while WAL sender is in stopping mode" msgstr "" "нельзя выполнять новые команды, пока процесс передачи WAL находится в режиме " "остановки" -#: replication/walsender.c:1559 +#: replication/walsender.c:1587 #, c-format msgid "cannot execute SQL commands in WAL sender for physical replication" msgstr "" "нельзя выполнять команды SQL в процессе, передающем WAL для физической " "репликации" -#: replication/walsender.c:1592 +#: replication/walsender.c:1620 #, c-format msgid "received replication command: %s" msgstr "получена команда репликации: %s" -#: replication/walsender.c:1600 tcop/fastpath.c:208 tcop/postgres.c:1078 -#: tcop/postgres.c:1430 tcop/postgres.c:1691 tcop/postgres.c:2176 -#: tcop/postgres.c:2586 tcop/postgres.c:2665 +#: replication/walsender.c:1628 tcop/fastpath.c:208 tcop/postgres.c:1077 +#: tcop/postgres.c:1436 tcop/postgres.c:1697 tcop/postgres.c:2166 +#: tcop/postgres.c:2587 tcop/postgres.c:2666 #, c-format msgid "" "current transaction is aborted, commands ignored until end of transaction " @@ -21899,27 +21977,27 @@ msgstr "" "текущая транзакция прервана, команды до конца блока транзакции игнорируются" -#: replication/walsender.c:1735 replication/walsender.c:1770 +#: replication/walsender.c:1763 replication/walsender.c:1798 #, c-format msgid "unexpected EOF on standby connection" msgstr "неожиданный обрыв соединения с резервным сервером" -#: replication/walsender.c:1758 +#: replication/walsender.c:1786 #, c-format msgid "invalid standby message type \"%c\"" msgstr "неверный тип сообщения резервного сервера: \"%c\"" -#: replication/walsender.c:1847 +#: replication/walsender.c:1875 #, c-format msgid "unexpected message type \"%c\"" msgstr "неожиданный тип сообщения \"%c\"" -#: replication/walsender.c:2260 +#: replication/walsender.c:2288 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "завершение процесса передачи журнала из-за тайм-аута репликации" -#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:999 +#: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:1011 #, c-format msgid "rule \"%s\" for relation \"%s\" already exists" msgstr "правило \"%s\" для отношения \"%s\" уже существует" @@ -22068,30 +22146,36 @@ msgid "RETURNING lists are not supported in non-INSTEAD rules" msgstr "списки RETURNING поддерживаются только в правилах INSTEAD" -#: rewrite/rewriteDefine.c:693 +#: rewrite/rewriteDefine.c:543 +#, c-format +msgid "non-view rule for \"%s\" must not be named \"%s\"" +msgstr "" +"не относящееся к представлению правило для \"%s\" не может называться \"%s\"" + +#: rewrite/rewriteDefine.c:705 #, c-format msgid "SELECT rule's target list has too many entries" msgstr "список результата правила для SELECT содержит слишком много столбцов" -#: rewrite/rewriteDefine.c:694 +#: rewrite/rewriteDefine.c:706 #, c-format msgid "RETURNING list has too many entries" msgstr "список RETURNING содержит слишком много столбцов" -#: rewrite/rewriteDefine.c:721 +#: rewrite/rewriteDefine.c:733 #, c-format msgid "cannot convert relation containing dropped columns to view" msgstr "" "преобразовать отношение, содержащее удалённые столбцы, в представление нельзя" -#: rewrite/rewriteDefine.c:722 +#: rewrite/rewriteDefine.c:734 #, c-format msgid "" "cannot create a RETURNING list for a relation containing dropped columns" msgstr "" "создать список RETURNING для отношения, содержащего удалённые столбцы, нельзя" -#: rewrite/rewriteDefine.c:728 +#: rewrite/rewriteDefine.c:740 #, c-format msgid "" "SELECT rule's target entry %d has different column name from column \"%s\"" @@ -22099,67 +22183,67 @@ "элементу %d результата правила для SELECT присвоено имя, отличное от имени " "столбца \"%s\"" -#: rewrite/rewriteDefine.c:730 +#: rewrite/rewriteDefine.c:742 #, c-format msgid "SELECT target entry is named \"%s\"." msgstr "Имя элемента результата SELECT: \"%s\"." -#: rewrite/rewriteDefine.c:739 +#: rewrite/rewriteDefine.c:751 #, c-format msgid "SELECT rule's target entry %d has different type from column \"%s\"" msgstr "" "элемент %d результата правила для SELECT имеет тип, отличный от типа столбца " "\"%s\"" -#: rewrite/rewriteDefine.c:741 +#: rewrite/rewriteDefine.c:753 #, c-format msgid "RETURNING list's entry %d has different type from column \"%s\"" msgstr "элемент %d списка RETURNING имеет тип, отличный от типа столбца \"%s\"" -#: rewrite/rewriteDefine.c:744 rewrite/rewriteDefine.c:768 +#: rewrite/rewriteDefine.c:756 rewrite/rewriteDefine.c:780 #, c-format msgid "SELECT target entry has type %s, but column has type %s." msgstr "Элемент результата SELECT имеет тип %s, тогда как тип столбца - %s." -#: rewrite/rewriteDefine.c:747 rewrite/rewriteDefine.c:772 +#: rewrite/rewriteDefine.c:759 rewrite/rewriteDefine.c:784 #, c-format msgid "RETURNING list entry has type %s, but column has type %s." msgstr "Элемент списка RETURNING имеет тип %s, тогда как тип столбца - %s." -#: rewrite/rewriteDefine.c:763 +#: rewrite/rewriteDefine.c:775 #, c-format msgid "SELECT rule's target entry %d has different size from column \"%s\"" msgstr "" "элемент %d результата правила для SELECT имеет размер, отличный от столбца " "\"%s\"" -#: rewrite/rewriteDefine.c:765 +#: rewrite/rewriteDefine.c:777 #, c-format msgid "RETURNING list's entry %d has different size from column \"%s\"" msgstr "элемент %d списка RETURNING имеет размер, отличный от столбца \"%s\"" -#: rewrite/rewriteDefine.c:782 +#: rewrite/rewriteDefine.c:794 #, c-format msgid "SELECT rule's target list has too few entries" msgstr "список результата правила для SELECT содержит недостаточно элементов" -#: rewrite/rewriteDefine.c:783 +#: rewrite/rewriteDefine.c:795 #, c-format msgid "RETURNING list has too few entries" msgstr "список RETURNING содержит недостаточно элементов" -#: rewrite/rewriteDefine.c:876 rewrite/rewriteDefine.c:990 +#: rewrite/rewriteDefine.c:888 rewrite/rewriteDefine.c:1002 #: rewrite/rewriteSupport.c:109 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "правило \"%s\" для отношения\"%s\" не существует" -#: rewrite/rewriteDefine.c:1009 +#: rewrite/rewriteDefine.c:1021 #, c-format msgid "renaming an ON SELECT rule is not allowed" msgstr "переименовывать правило ON SELECT нельзя" -#: rewrite/rewriteHandler.c:554 +#: rewrite/rewriteHandler.c:555 #, c-format msgid "" "WITH query name \"%s\" appears in both a rule action and the query being " @@ -22168,7 +22252,7 @@ "имя запроса WITH \"%s\" оказалось и в действии правила, и в переписываемом " "запросе" -#: rewrite/rewriteHandler.c:581 +#: rewrite/rewriteHandler.c:582 #, c-format msgid "" "INSERT...SELECT rule actions are not supported for queries having data-" @@ -22177,113 +22261,113 @@ "правила INSERT...SELECT не поддерживаются для запросов с операторами, " "изменяющими данные, в WITH" -#: rewrite/rewriteHandler.c:634 +#: rewrite/rewriteHandler.c:635 #, c-format msgid "cannot have RETURNING lists in multiple rules" msgstr "RETURNING можно определить только для одного правила" -#: rewrite/rewriteHandler.c:866 rewrite/rewriteHandler.c:905 +#: rewrite/rewriteHandler.c:867 rewrite/rewriteHandler.c:906 #, c-format msgid "cannot insert a non-DEFAULT value into column \"%s\"" msgstr "в столбец \"%s\" можно вставить только значение по умолчанию" -#: rewrite/rewriteHandler.c:868 rewrite/rewriteHandler.c:934 +#: rewrite/rewriteHandler.c:869 rewrite/rewriteHandler.c:935 #, c-format msgid "Column \"%s\" is an identity column defined as GENERATED ALWAYS." msgstr "" "Столбец \"%s\" является столбцом идентификации со свойством GENERATED ALWAYS." -#: rewrite/rewriteHandler.c:870 +#: rewrite/rewriteHandler.c:871 #, c-format msgid "Use OVERRIDING SYSTEM VALUE to override." msgstr "Для переопределения укажите OVERRIDING SYSTEM VALUE." -#: rewrite/rewriteHandler.c:932 rewrite/rewriteHandler.c:940 +#: rewrite/rewriteHandler.c:933 rewrite/rewriteHandler.c:941 #, c-format msgid "column \"%s\" can only be updated to DEFAULT" msgstr "столбцу \"%s\" можно присвоить только значение DEFAULT" -#: rewrite/rewriteHandler.c:1087 rewrite/rewriteHandler.c:1105 +#: rewrite/rewriteHandler.c:1088 rewrite/rewriteHandler.c:1106 #, c-format msgid "multiple assignments to same column \"%s\"" msgstr "многочисленные присвоения одному столбцу \"%s\"" -#: rewrite/rewriteHandler.c:2107 rewrite/rewriteHandler.c:3935 +#: rewrite/rewriteHandler.c:2141 rewrite/rewriteHandler.c:3966 #, c-format msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "обнаружена бесконечная рекурсия в правилах для отношения \"%s\"" -#: rewrite/rewriteHandler.c:2192 +#: rewrite/rewriteHandler.c:2226 #, c-format msgid "infinite recursion detected in policy for relation \"%s\"" msgstr "обнаружена бесконечная рекурсия в политике для отношения \"%s\"" -#: rewrite/rewriteHandler.c:2512 +#: rewrite/rewriteHandler.c:2546 msgid "Junk view columns are not updatable." msgstr "Утилизируемые столбцы представлений не обновляются." -#: rewrite/rewriteHandler.c:2517 +#: rewrite/rewriteHandler.c:2551 msgid "" "View columns that are not columns of their base relation are not updatable." msgstr "" "Столбцы представлений, не являющиеся столбцами базовых отношений, не " "обновляются." -#: rewrite/rewriteHandler.c:2520 +#: rewrite/rewriteHandler.c:2554 msgid "View columns that refer to system columns are not updatable." msgstr "" "Столбцы представлений, ссылающиеся на системные столбцы, не обновляются." -#: rewrite/rewriteHandler.c:2523 +#: rewrite/rewriteHandler.c:2557 msgid "View columns that return whole-row references are not updatable." msgstr "" "Столбцы представлений, возвращающие ссылки на всю строку, не обновляются." -#: rewrite/rewriteHandler.c:2584 +#: rewrite/rewriteHandler.c:2618 msgid "Views containing DISTINCT are not automatically updatable." msgstr "Представления с DISTINCT не обновляются автоматически." -#: rewrite/rewriteHandler.c:2587 +#: rewrite/rewriteHandler.c:2621 msgid "Views containing GROUP BY are not automatically updatable." msgstr "Представления с GROUP BY не обновляются автоматически." -#: rewrite/rewriteHandler.c:2590 +#: rewrite/rewriteHandler.c:2624 msgid "Views containing HAVING are not automatically updatable." msgstr "Представления с HAVING не обновляются автоматически." -#: rewrite/rewriteHandler.c:2593 +#: rewrite/rewriteHandler.c:2627 msgid "" "Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable." msgstr "" "Представления с UNION, INTERSECT или EXCEPT не обновляются автоматически." -#: rewrite/rewriteHandler.c:2596 +#: rewrite/rewriteHandler.c:2630 msgid "Views containing WITH are not automatically updatable." msgstr "Представления с WITH не обновляются автоматически." -#: rewrite/rewriteHandler.c:2599 +#: rewrite/rewriteHandler.c:2633 msgid "Views containing LIMIT or OFFSET are not automatically updatable." msgstr "Представления с LIMIT или OFFSET не обновляются автоматически." -#: rewrite/rewriteHandler.c:2611 +#: rewrite/rewriteHandler.c:2645 msgid "Views that return aggregate functions are not automatically updatable." msgstr "" "Представления, возвращающие агрегатные функции, не обновляются автоматически." -#: rewrite/rewriteHandler.c:2614 +#: rewrite/rewriteHandler.c:2648 msgid "Views that return window functions are not automatically updatable." msgstr "" "Представления, возвращающие оконные функции, не обновляются автоматически." -#: rewrite/rewriteHandler.c:2617 +#: rewrite/rewriteHandler.c:2651 msgid "" "Views that return set-returning functions are not automatically updatable." msgstr "" "Представления, возвращающие функции с результатом-множеством, не обновляются " "автоматически." -#: rewrite/rewriteHandler.c:2624 rewrite/rewriteHandler.c:2628 -#: rewrite/rewriteHandler.c:2636 +#: rewrite/rewriteHandler.c:2658 rewrite/rewriteHandler.c:2662 +#: rewrite/rewriteHandler.c:2670 msgid "" "Views that do not select from a single table or view are not automatically " "updatable." @@ -22291,27 +22375,27 @@ "Представления, выбирающие данные не из одной таблицы или представления, не " "обновляются автоматически." -#: rewrite/rewriteHandler.c:2639 +#: rewrite/rewriteHandler.c:2673 msgid "Views containing TABLESAMPLE are not automatically updatable." msgstr "Представления, содержащие TABLESAMPLE, не обновляются автоматически." -#: rewrite/rewriteHandler.c:2663 +#: rewrite/rewriteHandler.c:2697 msgid "Views that have no updatable columns are not automatically updatable." msgstr "" "Представления, не содержащие обновляемых столбцов, не обновляются " "автоматически." -#: rewrite/rewriteHandler.c:3140 +#: rewrite/rewriteHandler.c:3174 #, c-format msgid "cannot insert into column \"%s\" of view \"%s\"" msgstr "вставить данные в столбец \"%s\" представления \"%s\" нельзя" -#: rewrite/rewriteHandler.c:3148 +#: rewrite/rewriteHandler.c:3182 #, c-format msgid "cannot update column \"%s\" of view \"%s\"" msgstr "изменить данные в столбце \"%s\" представления \"%s\" нельзя" -#: rewrite/rewriteHandler.c:3629 +#: rewrite/rewriteHandler.c:3663 #, c-format msgid "" "DO INSTEAD NOTIFY rules are not supported for data-modifying statements in " @@ -22320,7 +22404,7 @@ "правила DO INSTEAD NOTIFY не поддерживаются в операторах, изменяющих данные, " "в WITH" -#: rewrite/rewriteHandler.c:3640 +#: rewrite/rewriteHandler.c:3674 #, c-format msgid "" "DO INSTEAD NOTHING rules are not supported for data-modifying statements in " @@ -22329,7 +22413,7 @@ "правила DO INSTEAD NOTHING не поддерживаются в операторах, изменяющих " "данные, в WITH" -#: rewrite/rewriteHandler.c:3654 +#: rewrite/rewriteHandler.c:3688 #, c-format msgid "" "conditional DO INSTEAD rules are not supported for data-modifying statements " @@ -22338,13 +22422,13 @@ "условные правила DO INSTEAD не поддерживаются для операторов, изменяющих " "данные, в WITH" -#: rewrite/rewriteHandler.c:3658 +#: rewrite/rewriteHandler.c:3692 #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" msgstr "" "правила DO ALSO не поддерживаются для операторов, изменяющих данные, в WITH" -#: rewrite/rewriteHandler.c:3663 +#: rewrite/rewriteHandler.c:3697 #, c-format msgid "" "multi-statement DO INSTEAD rules are not supported for data-modifying " @@ -22353,8 +22437,8 @@ "составные правила DO INSTEAD не поддерживаются для операторов, изменяющих " "данные, в WITH" -#: rewrite/rewriteHandler.c:3863 rewrite/rewriteHandler.c:3871 -#: rewrite/rewriteHandler.c:3879 +#: rewrite/rewriteHandler.c:3894 rewrite/rewriteHandler.c:3902 +#: rewrite/rewriteHandler.c:3910 #, c-format msgid "" "Views with conditional DO INSTEAD rules are not automatically updatable." @@ -22362,43 +22446,43 @@ "Представления в сочетании с правилами DO INSTEAD с условиями не обновляются " "автоматически." -#: rewrite/rewriteHandler.c:3972 +#: rewrite/rewriteHandler.c:4003 #, c-format msgid "cannot perform INSERT RETURNING on relation \"%s\"" msgstr "выполнить INSERT RETURNING для отношения \"%s\" нельзя" -#: rewrite/rewriteHandler.c:3974 +#: rewrite/rewriteHandler.c:4005 #, c-format msgid "" "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." msgstr "" "Необходимо безусловное правило ON INSERT DO INSTEAD с предложением RETURNING." -#: rewrite/rewriteHandler.c:3979 +#: rewrite/rewriteHandler.c:4010 #, c-format msgid "cannot perform UPDATE RETURNING on relation \"%s\"" msgstr "выполнить UPDATE RETURNING для отношения \"%s\" нельзя" -#: rewrite/rewriteHandler.c:3981 +#: rewrite/rewriteHandler.c:4012 #, c-format msgid "" "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." msgstr "" "Необходимо безусловное правило ON UPDATE DO INSTEAD с предложением RETURNING." -#: rewrite/rewriteHandler.c:3986 +#: rewrite/rewriteHandler.c:4017 #, c-format msgid "cannot perform DELETE RETURNING on relation \"%s\"" msgstr "выполнить DELETE RETURNING для отношения \"%s\" нельзя" -#: rewrite/rewriteHandler.c:3988 +#: rewrite/rewriteHandler.c:4019 #, c-format msgid "" "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." msgstr "" "Необходимо безусловное правило ON DELETE DO INSTEAD с предложением RETURNING." -#: rewrite/rewriteHandler.c:4006 +#: rewrite/rewriteHandler.c:4037 #, c-format msgid "" "INSERT with ON CONFLICT clause cannot be used with table that has INSERT or " @@ -22407,7 +22491,7 @@ "INSERT c предложением ON CONFLICT нельзя использовать с таблицей, для " "которой заданы правила INSERT или UPDATE" -#: rewrite/rewriteHandler.c:4063 +#: rewrite/rewriteHandler.c:4094 #, c-format msgid "" "WITH cannot be used in a query that is rewritten by rules into multiple " @@ -22484,22 +22568,22 @@ msgstr "" "функция, возвращающая запись, вызвана в контексте, не допускающем этот тип" -#: storage/buffer/bufmgr.c:601 storage/buffer/bufmgr.c:761 +#: storage/buffer/bufmgr.c:601 storage/buffer/bufmgr.c:771 #, c-format msgid "cannot access temporary tables of other sessions" msgstr "обращаться к временным таблицам других сеансов нельзя" -#: storage/buffer/bufmgr.c:839 +#: storage/buffer/bufmgr.c:849 #, c-format msgid "cannot extend relation %s beyond %u blocks" msgstr "не удалось увеличить отношение \"%s\" до блока %u" -#: storage/buffer/bufmgr.c:926 +#: storage/buffer/bufmgr.c:936 #, c-format msgid "unexpected data beyond EOF in block %u of relation %s" msgstr "неожиданные данные после EOF в блоке %u отношения %s" -#: storage/buffer/bufmgr.c:928 +#: storage/buffer/bufmgr.c:938 #, c-format msgid "" "This has been seen to occur with buggy kernels; consider updating your " @@ -22508,27 +22592,27 @@ "Эта ситуация может возникать из-за ошибок в ядре; возможно, вам следует " "обновить ОС." -#: storage/buffer/bufmgr.c:1027 +#: storage/buffer/bufmgr.c:1037 #, c-format msgid "invalid page in block %u of relation %s; zeroing out page" msgstr "неверная страница в блоке %u отношения %s; страница обнуляется" -#: storage/buffer/bufmgr.c:4535 +#: storage/buffer/bufmgr.c:4545 #, c-format msgid "could not write block %u of %s" msgstr "не удалось запись блок %u файла %s" -#: storage/buffer/bufmgr.c:4537 +#: storage/buffer/bufmgr.c:4547 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Множественные сбои - возможно, постоянная ошибка записи." -#: storage/buffer/bufmgr.c:4558 storage/buffer/bufmgr.c:4577 +#: storage/buffer/bufmgr.c:4568 storage/buffer/bufmgr.c:4587 #, c-format msgid "writing block %u of relation %s" msgstr "запись блока %u отношения %s" -#: storage/buffer/bufmgr.c:4881 +#: storage/buffer/bufmgr.c:4891 #, c-format msgid "snapshot too old" msgstr "снимок слишком стар" @@ -22587,90 +22671,90 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "для файла \"%s\" не удалось создать ссылку \"%s\": %m" -#: storage/file/fd.c:931 +#: storage/file/fd.c:937 #, c-format msgid "getrlimit failed: %m" msgstr "ошибка в getrlimit(): %m" -#: storage/file/fd.c:1021 +#: storage/file/fd.c:1027 #, c-format msgid "insufficient file descriptors available to start server process" msgstr "недостаточно дескрипторов файлов для запуска серверного процесса" -#: storage/file/fd.c:1022 +#: storage/file/fd.c:1028 #, c-format msgid "System allows %d, we need at least %d." msgstr "Система выделяет: %d, а требуется минимум: %d." -#: storage/file/fd.c:1073 storage/file/fd.c:2410 storage/file/fd.c:2520 -#: storage/file/fd.c:2671 +#: storage/file/fd.c:1079 storage/file/fd.c:2416 storage/file/fd.c:2526 +#: storage/file/fd.c:2677 #, c-format msgid "out of file descriptors: %m; release and retry" msgstr "нехватка дескрипторов файлов: %m; освободите их и повторите попытку" -#: storage/file/fd.c:1447 +#: storage/file/fd.c:1453 #, c-format msgid "temporary file: path \"%s\", size %lu" msgstr "временный файл: путь \"%s\", размер %lu" -#: storage/file/fd.c:1578 +#: storage/file/fd.c:1584 #, c-format msgid "cannot create temporary directory \"%s\": %m" msgstr "не удалось создать временный каталог \"%s\": %m" -#: storage/file/fd.c:1585 +#: storage/file/fd.c:1591 #, c-format msgid "cannot create temporary subdirectory \"%s\": %m" msgstr "не удалось создать временный подкаталог \"%s\": %m" -#: storage/file/fd.c:1778 +#: storage/file/fd.c:1784 #, c-format msgid "could not create temporary file \"%s\": %m" msgstr "не удалось создать временный файл \"%s\": %m" -#: storage/file/fd.c:1812 +#: storage/file/fd.c:1818 #, c-format msgid "could not open temporary file \"%s\": %m" msgstr "не удалось открыть временный файл \"%s\": %m" -#: storage/file/fd.c:1853 +#: storage/file/fd.c:1859 #, c-format msgid "could not unlink temporary file \"%s\": %m" msgstr "ошибка удаления временного файла \"%s\": %m" -#: storage/file/fd.c:1941 +#: storage/file/fd.c:1947 #, c-format msgid "could not delete file \"%s\": %m" msgstr "ошибка удаления файла \"%s\": %m" -#: storage/file/fd.c:2121 +#: storage/file/fd.c:2127 #, c-format msgid "temporary file size exceeds temp_file_limit (%dkB)" msgstr "размер временного файла превышает предел temp_file_limit (%d КБ)" -#: storage/file/fd.c:2386 storage/file/fd.c:2445 +#: storage/file/fd.c:2392 storage/file/fd.c:2451 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" msgstr "превышен предел maxAllocatedDescs (%d) при попытке открыть файл \"%s\"" -#: storage/file/fd.c:2490 +#: storage/file/fd.c:2496 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to execute command \"%s\"" msgstr "" "превышен предел maxAllocatedDescs (%d) при попытке выполнить команду \"%s\"" -#: storage/file/fd.c:2647 +#: storage/file/fd.c:2653 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" msgstr "" "превышен предел maxAllocatedDescs (%d) при попытке открыть каталог \"%s\"" -#: storage/file/fd.c:3177 +#: storage/file/fd.c:3183 #, c-format msgid "unexpected file found in temporary-files directory: \"%s\"" msgstr "в каталоге временных файлов обнаружен неуместный файл: \"%s\"" -#: storage/file/fd.c:3306 +#: storage/file/fd.c:3312 #, c-format msgid "could not synchronize file system for file \"%s\": %m" msgstr "не удалось синхронизировать с ФС файл \"%s\": %m" @@ -22695,73 +22779,73 @@ msgid "too many dynamic shared memory segments" msgstr "слишком много сегментов динамической разделяемой памяти" -#: storage/ipc/dsm_impl.c:233 storage/ipc/dsm_impl.c:529 -#: storage/ipc/dsm_impl.c:633 storage/ipc/dsm_impl.c:804 +#: storage/ipc/dsm_impl.c:235 storage/ipc/dsm_impl.c:544 +#: storage/ipc/dsm_impl.c:648 storage/ipc/dsm_impl.c:819 #, c-format msgid "could not unmap shared memory segment \"%s\": %m" msgstr "не удалось освободить сегмент разделяемой памяти %s: %m" -#: storage/ipc/dsm_impl.c:243 storage/ipc/dsm_impl.c:539 -#: storage/ipc/dsm_impl.c:643 storage/ipc/dsm_impl.c:814 +#: storage/ipc/dsm_impl.c:245 storage/ipc/dsm_impl.c:554 +#: storage/ipc/dsm_impl.c:658 storage/ipc/dsm_impl.c:829 #, c-format msgid "could not remove shared memory segment \"%s\": %m" msgstr "ошибка при удалении сегмента разделяемой памяти \"%s\": %m" -#: storage/ipc/dsm_impl.c:267 storage/ipc/dsm_impl.c:714 -#: storage/ipc/dsm_impl.c:828 +#: storage/ipc/dsm_impl.c:269 storage/ipc/dsm_impl.c:729 +#: storage/ipc/dsm_impl.c:843 #, c-format msgid "could not open shared memory segment \"%s\": %m" msgstr "не удалось открыть сегмент разделяемой памяти \"%s\": %m" -#: storage/ipc/dsm_impl.c:292 storage/ipc/dsm_impl.c:555 -#: storage/ipc/dsm_impl.c:759 storage/ipc/dsm_impl.c:852 +#: storage/ipc/dsm_impl.c:294 storage/ipc/dsm_impl.c:570 +#: storage/ipc/dsm_impl.c:774 storage/ipc/dsm_impl.c:867 #, c-format msgid "could not stat shared memory segment \"%s\": %m" msgstr "не удалось обратиться к сегменту разделяемой памяти \"%s\": %m" -#: storage/ipc/dsm_impl.c:319 storage/ipc/dsm_impl.c:903 +#: storage/ipc/dsm_impl.c:313 storage/ipc/dsm_impl.c:918 #, c-format msgid "could not resize shared memory segment \"%s\" to %zu bytes: %m" msgstr "" "не удалось изменить размер сегмента разделяемой памяти \"%s\" до %zu байт: %m" -#: storage/ipc/dsm_impl.c:341 storage/ipc/dsm_impl.c:576 -#: storage/ipc/dsm_impl.c:735 storage/ipc/dsm_impl.c:925 +#: storage/ipc/dsm_impl.c:335 storage/ipc/dsm_impl.c:591 +#: storage/ipc/dsm_impl.c:750 storage/ipc/dsm_impl.c:940 #, c-format msgid "could not map shared memory segment \"%s\": %m" msgstr "не удалось отобразить сегмент разделяемой памяти \"%s\": %m" -#: storage/ipc/dsm_impl.c:511 +#: storage/ipc/dsm_impl.c:526 #, c-format msgid "could not get shared memory segment: %m" msgstr "не удалось получить сегмент разделяемой памяти: %m" -#: storage/ipc/dsm_impl.c:699 +#: storage/ipc/dsm_impl.c:714 #, c-format msgid "could not create shared memory segment \"%s\": %m" msgstr "не удалось создать сегмент разделяемой памяти \"%s\": %m" -#: storage/ipc/dsm_impl.c:936 +#: storage/ipc/dsm_impl.c:951 #, c-format msgid "could not close shared memory segment \"%s\": %m" msgstr "не удалось закрыть сегмент разделяемой памяти \"%s\": %m" -#: storage/ipc/dsm_impl.c:975 storage/ipc/dsm_impl.c:1023 +#: storage/ipc/dsm_impl.c:990 storage/ipc/dsm_impl.c:1038 #, c-format msgid "could not duplicate handle for \"%s\": %m" msgstr "не удалось продублировать указатель для \"%s\": %m" -#: storage/ipc/procarray.c:3873 +#: storage/ipc/procarray.c:3858 #, c-format msgid "database \"%s\" is being used by prepared transactions" msgstr "база \"%s\" используется подготовленными транзакциями" -#: storage/ipc/procarray.c:3905 storage/ipc/signalfuncs.c:221 +#: storage/ipc/procarray.c:3890 storage/ipc/signalfuncs.c:221 #, c-format msgid "must be a superuser to terminate superuser process" msgstr "прерывать процесс суперпользователя может только суперпользователь" -#: storage/ipc/procarray.c:3912 storage/ipc/signalfuncs.c:226 +#: storage/ipc/procarray.c:3897 storage/ipc/signalfuncs.c:226 #, c-format msgid "" "must be a member of the role whose process is being terminated or member of " @@ -22895,13 +22979,13 @@ msgid "recovery finished waiting after %ld.%03d ms: %s" msgstr "процесс восстановления завершил ожидание после %ld.%03d мс: %s" -#: storage/ipc/standby.c:883 tcop/postgres.c:3317 +#: storage/ipc/standby.c:883 tcop/postgres.c:3318 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "" "выполнение оператора отменено из-за конфликта с процессом восстановления" -#: storage/ipc/standby.c:884 tcop/postgres.c:2471 +#: storage/ipc/standby.c:884 tcop/postgres.c:2472 #, c-format msgid "User transaction caused buffer deadlock with recovery." msgstr "" @@ -23343,8 +23427,8 @@ msgid "fastpath function call: \"%s\" (OID %u)" msgstr "вызов функции (через fastpath): \"%s\" (OID %u)" -#: tcop/fastpath.c:312 tcop/postgres.c:1298 tcop/postgres.c:1556 -#: tcop/postgres.c:2015 tcop/postgres.c:2252 +#: tcop/fastpath.c:312 tcop/postgres.c:1304 tcop/postgres.c:1562 +#: tcop/postgres.c:2021 tcop/postgres.c:2253 #, c-format msgid "duration: %s ms" msgstr "продолжительность: %s мс" @@ -23379,44 +23463,44 @@ msgid "incorrect binary data format in function argument %d" msgstr "неправильный формат двоичных данных в аргументе функции %d" -#: tcop/postgres.c:446 tcop/postgres.c:4726 +#: tcop/postgres.c:445 tcop/postgres.c:4726 #, c-format msgid "invalid frontend message type %d" msgstr "неправильный тип клиентского сообщения %d" -#: tcop/postgres.c:1015 +#: tcop/postgres.c:1014 #, c-format msgid "statement: %s" msgstr "оператор: %s" -#: tcop/postgres.c:1303 +#: tcop/postgres.c:1309 #, c-format msgid "duration: %s ms statement: %s" msgstr "продолжительность: %s мс, оператор: %s" -#: tcop/postgres.c:1409 +#: tcop/postgres.c:1415 #, c-format msgid "cannot insert multiple commands into a prepared statement" msgstr "в подготовленный оператор нельзя вставить несколько команд" -#: tcop/postgres.c:1561 +#: tcop/postgres.c:1567 #, c-format msgid "duration: %s ms parse %s: %s" msgstr "продолжительность: %s мс, разбор %s: %s" # [SM]: TO REVIEW -#: tcop/postgres.c:1627 tcop/postgres.c:2567 +#: tcop/postgres.c:1633 tcop/postgres.c:2568 #, c-format msgid "unnamed prepared statement does not exist" msgstr "безымянный подготовленный оператор не существует" -#: tcop/postgres.c:1668 +#: tcop/postgres.c:1674 #, c-format msgid "bind message has %d parameter formats but %d parameters" msgstr "" "неверное число форматов параметров в сообщении Bind (%d, а параметров %d)" -#: tcop/postgres.c:1674 +#: tcop/postgres.c:1680 #, c-format msgid "" "bind message supplies %d parameters, but prepared statement \"%s\" requires " @@ -23425,113 +23509,113 @@ "в сообщении Bind передано неверное число параметров (%d, а подготовленный " "оператор \"%s\" требует %d)" -#: tcop/postgres.c:1893 +#: tcop/postgres.c:1899 #, c-format msgid "incorrect binary data format in bind parameter %d" msgstr "неверный формат двоичных данных в параметре Bind %d" -#: tcop/postgres.c:2020 +#: tcop/postgres.c:2026 #, c-format msgid "duration: %s ms bind %s%s%s: %s" msgstr "продолжительность: %s мс, сообщение Bind %s%s%s: %s" -#: tcop/postgres.c:2070 tcop/postgres.c:2651 +#: tcop/postgres.c:2076 tcop/postgres.c:2652 #, c-format msgid "portal \"%s\" does not exist" msgstr "портал \"%s\" не существует" -#: tcop/postgres.c:2155 +#: tcop/postgres.c:2145 #, c-format msgid "%s %s%s%s: %s" msgstr "%s %s%s%s: %s" -#: tcop/postgres.c:2157 tcop/postgres.c:2260 +#: tcop/postgres.c:2147 tcop/postgres.c:2261 msgid "execute fetch from" msgstr "выборка из" -#: tcop/postgres.c:2158 tcop/postgres.c:2261 +#: tcop/postgres.c:2148 tcop/postgres.c:2262 msgid "execute" msgstr "выполнение" -#: tcop/postgres.c:2257 +#: tcop/postgres.c:2258 #, c-format msgid "duration: %s ms %s %s%s%s: %s" msgstr "продолжительность: %s мс %s %s%s%s: %s" -#: tcop/postgres.c:2403 +#: tcop/postgres.c:2404 #, c-format msgid "prepare: %s" msgstr "подготовка: %s" -#: tcop/postgres.c:2428 +#: tcop/postgres.c:2429 #, c-format msgid "parameters: %s" msgstr "параметры: %s" -#: tcop/postgres.c:2443 +#: tcop/postgres.c:2444 #, c-format msgid "abort reason: recovery conflict" msgstr "причина прерывания: конфликт при восстановлении" -#: tcop/postgres.c:2459 +#: tcop/postgres.c:2460 #, c-format msgid "User was holding shared buffer pin for too long." msgstr "Пользователь удерживал фиксатор разделяемого буфера слишком долго." -#: tcop/postgres.c:2462 +#: tcop/postgres.c:2463 #, c-format msgid "User was holding a relation lock for too long." msgstr "Пользователь удерживал блокировку таблицы слишком долго." -#: tcop/postgres.c:2465 +#: tcop/postgres.c:2466 #, c-format msgid "User was or might have been using tablespace that must be dropped." msgstr "" "Пользователь использовал табличное пространство, которое должно быть удалено." -#: tcop/postgres.c:2468 +#: tcop/postgres.c:2469 #, c-format msgid "User query might have needed to see row versions that must be removed." msgstr "" "Запросу пользователя нужно было видеть версии строк, которые должны быть " "удалены." -#: tcop/postgres.c:2474 +#: tcop/postgres.c:2475 #, c-format msgid "User was connected to a database that must be dropped." msgstr "Пользователь был подключён к базе данных, которая должна быть удалена." -#: tcop/postgres.c:2513 +#: tcop/postgres.c:2514 #, c-format msgid "portal \"%s\" parameter $%d = %s" msgstr "портал \"%s\", параметр $%d = %s" -#: tcop/postgres.c:2516 +#: tcop/postgres.c:2517 #, c-format msgid "portal \"%s\" parameter $%d" msgstr "портал \"%s\", параметр $%d" -#: tcop/postgres.c:2522 +#: tcop/postgres.c:2523 #, c-format msgid "unnamed portal parameter $%d = %s" msgstr "неименованный портал, параметр $%d = %s" -#: tcop/postgres.c:2525 +#: tcop/postgres.c:2526 #, c-format msgid "unnamed portal parameter $%d" msgstr "неименованный портал, параметр $%d" -#: tcop/postgres.c:2871 +#: tcop/postgres.c:2872 #, c-format msgid "terminating connection because of unexpected SIGQUIT signal" msgstr "закрытие подключения из-за неожиданного сигнала SIGQUIT" -#: tcop/postgres.c:2877 +#: tcop/postgres.c:2878 #, c-format msgid "terminating connection because of crash of another server process" msgstr "закрытие подключения из-за краха другого серверного процесса" -#: tcop/postgres.c:2878 +#: tcop/postgres.c:2879 #, c-format msgid "" "The postmaster has commanded this server process to roll back the current " @@ -23542,7 +23626,7 @@ "транзакцию и завершиться, так как другой серверный процесс завершился " "аварийно и, возможно, разрушил разделяемую память." -#: tcop/postgres.c:2882 tcop/postgres.c:3243 +#: tcop/postgres.c:2883 tcop/postgres.c:3244 #, c-format msgid "" "In a moment you should be able to reconnect to the database and repeat your " @@ -23551,18 +23635,18 @@ "Вы сможете переподключиться к базе данных и повторить вашу команду сию " "минуту." -#: tcop/postgres.c:2889 +#: tcop/postgres.c:2890 #, c-format msgid "terminating connection due to immediate shutdown command" msgstr "" "закрытие подключения вследствие получения команды для немедленного отключения" -#: tcop/postgres.c:2975 +#: tcop/postgres.c:2976 #, c-format msgid "floating-point exception" msgstr "исключение в операции с плавающей точкой" -#: tcop/postgres.c:2976 +#: tcop/postgres.c:2977 #, c-format msgid "" "An invalid floating-point operation was signaled. This probably means an out-" @@ -23572,72 +23656,72 @@ "оказался вне допустимых рамок или произошла ошибка вычисления, например, " "деление на ноль." -#: tcop/postgres.c:3147 +#: tcop/postgres.c:3148 #, c-format msgid "canceling authentication due to timeout" msgstr "отмена проверки подлинности из-за тайм-аута" -#: tcop/postgres.c:3151 +#: tcop/postgres.c:3152 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "прекращение процесса автоочистки по команде администратора" -#: tcop/postgres.c:3155 +#: tcop/postgres.c:3156 #, c-format msgid "terminating logical replication worker due to administrator command" msgstr "завершение обработчика логической репликации по команде администратора" -#: tcop/postgres.c:3172 tcop/postgres.c:3182 tcop/postgres.c:3241 +#: tcop/postgres.c:3173 tcop/postgres.c:3183 tcop/postgres.c:3242 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "закрытие подключения из-за конфликта с процессом восстановления" -#: tcop/postgres.c:3193 +#: tcop/postgres.c:3194 #, c-format msgid "terminating connection due to administrator command" msgstr "закрытие подключения по команде администратора" -#: tcop/postgres.c:3224 +#: tcop/postgres.c:3225 #, c-format msgid "connection to client lost" msgstr "подключение к клиенту потеряно" -#: tcop/postgres.c:3294 +#: tcop/postgres.c:3295 #, c-format msgid "canceling statement due to lock timeout" msgstr "выполнение оператора отменено из-за тайм-аута блокировки" -#: tcop/postgres.c:3301 +#: tcop/postgres.c:3302 #, c-format msgid "canceling statement due to statement timeout" msgstr "выполнение оператора отменено из-за тайм-аута" -#: tcop/postgres.c:3308 +#: tcop/postgres.c:3309 #, c-format msgid "canceling autovacuum task" msgstr "отмена задачи автоочистки" -#: tcop/postgres.c:3331 +#: tcop/postgres.c:3332 #, c-format msgid "canceling statement due to user request" msgstr "выполнение оператора отменено по запросу пользователя" -#: tcop/postgres.c:3345 +#: tcop/postgres.c:3346 #, c-format msgid "terminating connection due to idle-in-transaction timeout" msgstr "закрытие подключения из-за тайм-аута простоя в транзакции" -#: tcop/postgres.c:3356 +#: tcop/postgres.c:3357 #, c-format msgid "terminating connection due to idle-session timeout" msgstr "закрытие подключения из-за тайм-аута простоя сеанса" -#: tcop/postgres.c:3485 +#: tcop/postgres.c:3486 #, c-format msgid "stack depth limit exceeded" msgstr "превышен предел глубины стека" -#: tcop/postgres.c:3486 +#: tcop/postgres.c:3487 #, c-format msgid "" "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), " @@ -23647,12 +23731,12 @@ "КБ), предварительно убедившись, что ОС предоставляет достаточный размер " "стека." -#: tcop/postgres.c:3549 +#: tcop/postgres.c:3550 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "Значение \"max_stack_depth\" не должно превышать %ld КБ." -#: tcop/postgres.c:3551 +#: tcop/postgres.c:3552 #, c-format msgid "" "Increase the platform's stack depth limit via \"ulimit -s\" or local " @@ -23661,22 +23745,22 @@ "Увеличьте предел глубины стека в системе с помощью команды \"ulimit -s\" или " "эквивалента в вашей ОС." -#: tcop/postgres.c:3907 +#: tcop/postgres.c:3908 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "неверный аргумент командной строки для серверного процесса: %s" -#: tcop/postgres.c:3908 tcop/postgres.c:3914 +#: tcop/postgres.c:3909 tcop/postgres.c:3915 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Для дополнительной информации попробуйте \"%s --help\"." -#: tcop/postgres.c:3912 +#: tcop/postgres.c:3913 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: неверный аргумент командной строки: %s" -#: tcop/postgres.c:3975 +#: tcop/postgres.c:3976 #, c-format msgid "%s: no database nor user name specified" msgstr "%s: не указаны ни база данных, ни пользователь" @@ -23888,55 +23972,55 @@ msgid "missing Dictionary parameter" msgstr "отсутствует параметр Dictionary" -#: tsearch/spell.c:380 tsearch/spell.c:397 tsearch/spell.c:406 -#: tsearch/spell.c:1062 +#: tsearch/spell.c:381 tsearch/spell.c:398 tsearch/spell.c:407 +#: tsearch/spell.c:1063 #, c-format msgid "invalid affix flag \"%s\"" msgstr "неверный флаг аффиксов \"%s\"" -#: tsearch/spell.c:384 tsearch/spell.c:1066 +#: tsearch/spell.c:385 tsearch/spell.c:1067 #, c-format msgid "affix flag \"%s\" is out of range" msgstr "флаг аффикса \"%s\" вне диапазона" -#: tsearch/spell.c:414 +#: tsearch/spell.c:415 #, c-format msgid "invalid character in affix flag \"%s\"" msgstr "неверный символ во флаге аффикса \"%s\"" -#: tsearch/spell.c:434 +#: tsearch/spell.c:435 #, c-format msgid "invalid affix flag \"%s\" with \"long\" flag value" msgstr "неверный флаг аффиксов \"%s\" со значением флага \"long\"" -#: tsearch/spell.c:524 +#: tsearch/spell.c:525 #, c-format msgid "could not open dictionary file \"%s\": %m" msgstr "не удалось открыть файл словаря \"%s\": %m" -#: tsearch/spell.c:763 utils/adt/regexp.c:208 +#: tsearch/spell.c:764 utils/adt/regexp.c:208 #, c-format msgid "invalid regular expression: %s" msgstr "неверное регулярное выражение: %s" -#: tsearch/spell.c:982 tsearch/spell.c:999 tsearch/spell.c:1016 -#: tsearch/spell.c:1033 tsearch/spell.c:1098 gram.y:16629 gram.y:16646 +#: tsearch/spell.c:983 tsearch/spell.c:1000 tsearch/spell.c:1017 +#: tsearch/spell.c:1034 tsearch/spell.c:1099 gram.y:16630 gram.y:16647 #, c-format msgid "syntax error" msgstr "ошибка синтаксиса" -#: tsearch/spell.c:1189 tsearch/spell.c:1201 tsearch/spell.c:1760 -#: tsearch/spell.c:1765 tsearch/spell.c:1770 +#: tsearch/spell.c:1190 tsearch/spell.c:1202 tsearch/spell.c:1761 +#: tsearch/spell.c:1766 tsearch/spell.c:1771 #, c-format msgid "invalid affix alias \"%s\"" msgstr "неверное указание аффикса \"%s\"" -#: tsearch/spell.c:1242 tsearch/spell.c:1313 tsearch/spell.c:1462 +#: tsearch/spell.c:1243 tsearch/spell.c:1314 tsearch/spell.c:1463 #, c-format msgid "could not open affix file \"%s\": %m" msgstr "не удалось открыть файл аффиксов \"%s\": %m" -#: tsearch/spell.c:1296 +#: tsearch/spell.c:1297 #, c-format msgid "" "Ispell dictionary supports only \"default\", \"long\", and \"num\" flag " @@ -23945,17 +24029,17 @@ "словарь Ispell поддерживает для флага только значения \"default\", \"long\" " "и \"num\"" -#: tsearch/spell.c:1340 +#: tsearch/spell.c:1341 #, c-format msgid "invalid number of flag vector aliases" msgstr "неверное количество векторов флагов" -#: tsearch/spell.c:1363 +#: tsearch/spell.c:1364 #, c-format msgid "number of aliases exceeds specified number %d" msgstr "количество псевдонимов превышает заданное число %d" -#: tsearch/spell.c:1578 +#: tsearch/spell.c:1579 #, c-format msgid "affix file contains both old-style and new-style commands" msgstr "файл аффиксов содержит команды и в старом, и в новом стиле" @@ -24169,7 +24253,7 @@ #: utils/adt/int.c:1242 utils/adt/int.c:1310 utils/adt/int.c:1316 #: utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 #: utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 -#: utils/adt/varlena.c:3426 +#: utils/adt/varlena.c:3422 #, c-format msgid "integer out of range" msgstr "целое вне диапазона" @@ -24518,8 +24602,8 @@ #: utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 #: utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 #: utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 -#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4657 -#: utils/adt/geo_ops.c:4672 utils/adt/geo_ops.c:4679 utils/adt/int8.c:126 +#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4660 +#: utils/adt/geo_ops.c:4675 utils/adt/geo_ops.c:4682 utils/adt/int8.c:126 #: utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 #: utils/adt/mac8.c:166 utils/adt/mac8.c:184 utils/adt/mac8.c:202 #: utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 @@ -24529,7 +24613,7 @@ #: utils/adt/numutils.c:322 utils/adt/oid.c:44 utils/adt/oid.c:58 #: utils/adt/oid.c:64 utils/adt/oid.c:86 utils/adt/pg_lsn.c:74 #: utils/adt/tid.c:76 utils/adt/tid.c:84 utils/adt/tid.c:92 -#: utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:346 +#: utils/adt/timestamp.c:496 utils/adt/uuid.c:136 utils/adt/xid8funcs.c:347 #, c-format msgid "invalid input syntax for type %s: \"%s\"" msgstr "неверный синтаксис для типа %s: \"%s\"" @@ -25250,8 +25334,8 @@ msgid "invalid line specification: must be two distinct points" msgstr "неверное определение линии: требуются две различных точки" -#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4366 -#: utils/adt/geo_ops.c:5260 +#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4369 +#: utils/adt/geo_ops.c:5263 #, c-format msgid "too many points requested" msgstr "запрошено слишком много точек" @@ -25286,32 +25370,32 @@ msgid "invalid number of points in external \"polygon\" value" msgstr "недопустимое число точек во внешнем представлении типа \"polygon\"" -#: utils/adt/geo_ops.c:4081 +#: utils/adt/geo_ops.c:4084 #, c-format msgid "function \"poly_distance\" not implemented" msgstr "функция \"poly_distance\" не реализована" -#: utils/adt/geo_ops.c:4458 +#: utils/adt/geo_ops.c:4461 #, c-format msgid "function \"path_center\" not implemented" msgstr "функция \"path_center\" не реализована" -#: utils/adt/geo_ops.c:4475 +#: utils/adt/geo_ops.c:4478 #, c-format msgid "open path cannot be converted to polygon" msgstr "открытый путь нельзя преобразовать во многоугольник" -#: utils/adt/geo_ops.c:4725 +#: utils/adt/geo_ops.c:4728 #, c-format msgid "invalid radius in external \"circle\" value" msgstr "недопустимый радиус во внешнем представлении типа \"circle\"" -#: utils/adt/geo_ops.c:5246 +#: utils/adt/geo_ops.c:5249 #, c-format msgid "cannot convert circle with radius zero to polygon" msgstr "круг с нулевым радиусом нельзя преобразовать в многоугольник" -#: utils/adt/geo_ops.c:5251 +#: utils/adt/geo_ops.c:5254 #, c-format msgid "must request at least 2 points" msgstr "точек должно быть минимум 2" @@ -25332,7 +25416,7 @@ msgstr "oidvector содержит слишком много элементов" #: utils/adt/int.c:1508 utils/adt/int8.c:1446 utils/adt/numeric.c:1616 -#: utils/adt/timestamp.c:5801 utils/adt/timestamp.c:5895 +#: utils/adt/timestamp.c:5787 utils/adt/timestamp.c:5867 #, c-format msgid "step size cannot equal zero" msgstr "размер шага не может быть нулевым" @@ -25363,7 +25447,7 @@ msgstr "" "значением ключа должен быть скаляр (не массив, композитный тип или json)" -#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:1992 +#: utils/adt/json.c:892 utils/adt/json.c:902 utils/fmgr/funcapi.c:2026 #, c-format msgid "could not determine data type for argument %d" msgstr "не удалось определить тип данных аргумента %d" @@ -25928,7 +26012,7 @@ msgid "nondeterministic collations are not supported for LIKE" msgstr "недетерминированные правила сортировки не поддерживаются для LIKE" -#: utils/adt/like.c:193 utils/adt/like_support.c:1002 +#: utils/adt/like.c:193 utils/adt/like_support.c:1003 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "не удалось определить, какой порядок сортировки использовать для ILIKE" @@ -25953,12 +26037,12 @@ msgid "Escape string must be empty or one character." msgstr "Защитный символ должен быть пустым или состоять из одного байта." -#: utils/adt/like_support.c:987 +#: utils/adt/like_support.c:988 #, c-format msgid "case insensitive matching not supported on type bytea" msgstr "регистронезависимое сравнение не поддерживается для типа bytea" -#: utils/adt/like_support.c:1089 +#: utils/adt/like_support.c:1090 #, c-format msgid "regular-expression matching not supported on type bytea" msgstr "сравнение с регулярными выражениями не поддерживается для типа bytea" @@ -25988,72 +26072,72 @@ msgid "must be a superuser to log memory contexts" msgstr "получать информацию о содержимом памяти может только суперпользователь" -#: utils/adt/misc.c:243 +#: utils/adt/misc.c:244 #, c-format msgid "global tablespace never has databases" msgstr "в табличном пространстве global никогда не было баз данных" -#: utils/adt/misc.c:265 +#: utils/adt/misc.c:266 #, c-format msgid "%u is not a tablespace OID" msgstr "%u - это не OID табличного пространства" -#: utils/adt/misc.c:455 +#: utils/adt/misc.c:484 msgid "unreserved" msgstr "не зарезервировано" -#: utils/adt/misc.c:459 +#: utils/adt/misc.c:488 msgid "unreserved (cannot be function or type name)" msgstr "не зарезервировано (но не может быть именем типа или функции)" -#: utils/adt/misc.c:463 +#: utils/adt/misc.c:492 msgid "reserved (can be function or type name)" msgstr "зарезервировано (но может быть именем типа или функции)" -#: utils/adt/misc.c:467 +#: utils/adt/misc.c:496 msgid "reserved" msgstr "зарезервировано" -#: utils/adt/misc.c:478 +#: utils/adt/misc.c:507 msgid "can be bare label" msgstr "может быть открытой меткой" -#: utils/adt/misc.c:483 +#: utils/adt/misc.c:512 msgid "requires AS" msgstr "требует AS" -#: utils/adt/misc.c:730 utils/adt/misc.c:744 utils/adt/misc.c:783 -#: utils/adt/misc.c:789 utils/adt/misc.c:795 utils/adt/misc.c:818 +#: utils/adt/misc.c:759 utils/adt/misc.c:773 utils/adt/misc.c:812 +#: utils/adt/misc.c:818 utils/adt/misc.c:824 utils/adt/misc.c:847 #, c-format msgid "string is not a valid identifier: \"%s\"" msgstr "строка не является допустимым идентификатором: \"%s\"" -#: utils/adt/misc.c:732 +#: utils/adt/misc.c:761 #, c-format msgid "String has unclosed double quotes." msgstr "В строке не закрыты кавычки." -#: utils/adt/misc.c:746 +#: utils/adt/misc.c:775 #, c-format msgid "Quoted identifier must not be empty." msgstr "Идентификатор в кавычках не может быть пустым." -#: utils/adt/misc.c:785 +#: utils/adt/misc.c:814 #, c-format msgid "No valid identifier before \".\"." msgstr "Перед \".\" нет допустимого идентификатора." -#: utils/adt/misc.c:791 +#: utils/adt/misc.c:820 #, c-format msgid "No valid identifier after \".\"." msgstr "После \".\" нет допустимого идентификатора." -#: utils/adt/misc.c:849 +#: utils/adt/misc.c:878 #, c-format msgid "log format \"%s\" is not supported" msgstr "формат журнала \"%s\" не поддерживается" -#: utils/adt/misc.c:850 +#: utils/adt/misc.c:879 #, c-format msgid "The supported log formats are \"stderr\" and \"csvlog\"." msgstr "Поддерживаются форматы журналов \"stderr\" и \"csvlog\"." @@ -26209,8 +26293,7 @@ msgid "start value cannot be NaN" msgstr "начальное значение не может быть NaN" -#: utils/adt/numeric.c:1580 utils/adt/timestamp.c:5765 -#: utils/adt/timestamp.c:5859 +#: utils/adt/numeric.c:1580 #, c-format msgid "start value cannot be infinity" msgstr "начальное значение не может быть бесконечностью" @@ -26220,8 +26303,7 @@ msgid "stop value cannot be NaN" msgstr "конечное значение не может быть NaN" -#: utils/adt/numeric.c:1591 utils/adt/timestamp.c:5770 -#: utils/adt/timestamp.c:5864 +#: utils/adt/numeric.c:1591 #, c-format msgid "stop value cannot be infinity" msgstr "конечное значение не может быть бесконечностью" @@ -26546,7 +26628,7 @@ msgid "Junk after right parenthesis or bracket." msgstr "Мусор после правой скобки." -#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4553 +#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4549 #, c-format msgid "regular expression failed: %s" msgstr "ошибка в регулярном выражении: %s" @@ -26591,19 +26673,19 @@ msgid "more than one operator named %s" msgstr "имя %s имеют несколько операторов" -#: utils/adt/regproc.c:710 utils/adt/regproc.c:751 gram.y:8188 +#: utils/adt/regproc.c:710 utils/adt/regproc.c:751 gram.y:8189 #, c-format msgid "missing argument" msgstr "отсутствует аргумент" -#: utils/adt/regproc.c:711 utils/adt/regproc.c:752 gram.y:8189 +#: utils/adt/regproc.c:711 utils/adt/regproc.c:752 gram.y:8190 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." msgstr "" "Чтобы обозначить отсутствующий аргумент унарного оператора, укажите NONE." #: utils/adt/regproc.c:715 utils/adt/regproc.c:756 utils/adt/regproc.c:2055 -#: utils/adt/ruleutils.c:9710 utils/adt/ruleutils.c:9879 +#: utils/adt/ruleutils.c:9770 utils/adt/ruleutils.c:9939 #, c-format msgid "too many arguments" msgstr "слишком много аргументов" @@ -26615,7 +26697,7 @@ #: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 #: utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 -#: utils/adt/varlena.c:3702 utils/adt/varlena.c:3707 +#: utils/adt/varlena.c:3698 utils/adt/varlena.c:3703 #, c-format msgid "invalid name syntax" msgstr "ошибка синтаксиса в имени" @@ -26681,7 +26763,7 @@ "Удалите этот триггер ссылочной целостности и связанные объекты, а затем " "выполните ALTER TABLE ADD CONSTRAINT." -#: utils/adt/ri_triggers.c:2032 gram.y:3933 +#: utils/adt/ri_triggers.c:2032 gram.y:3934 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "выражение MATCH PARTIAL ещё не реализовано" @@ -26796,7 +26878,7 @@ msgid "cannot compare record types with different numbers of columns" msgstr "сравнивать типы записей с разным числом столбцов нельзя" -#: utils/adt/ruleutils.c:5118 +#: utils/adt/ruleutils.c:5146 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "правило \"%s\" имеет неподдерживаемый тип событий %d" @@ -26811,7 +26893,7 @@ msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d" msgstr "TIMESTAMP(%d)%s: точность уменьшена до дозволенного максимума: %d" -#: utils/adt/timestamp.c:178 utils/adt/timestamp.c:436 utils/misc/guc.c:12413 +#: utils/adt/timestamp.c:178 utils/adt/timestamp.c:436 utils/misc/guc.c:12435 #, c-format msgid "timestamp out of range: \"%s\"" msgstr "timestamp вне диапазона: \"%s\"" @@ -27170,8 +27252,8 @@ msgstr "строка битов не умещается в тип bit varying(%d)" #: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 -#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3344 -#: utils/adt/varlena.c:3422 +#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3340 +#: utils/adt/varlena.c:3418 #, c-format msgid "negative substring length not allowed" msgstr "подстрока должна иметь неотрицательную длину" @@ -27197,7 +27279,7 @@ msgid "bit index %d out of valid range (0..%d)" msgstr "индекс бита %d вне диапазона 0..%d" -#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3626 +#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3622 #, c-format msgid "new bit must be 0 or 1" msgstr "значением бита должен быть 0 или 1" @@ -27235,88 +27317,88 @@ msgid "could not compare Unicode strings: %m" msgstr "не удалось сравнить строки в Unicode: %m" -#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2408 +#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2406 #, c-format msgid "collation failed: %s" msgstr "ошибка в библиотеке сортировки: %s" -#: utils/adt/varlena.c:2616 +#: utils/adt/varlena.c:2613 #, c-format msgid "sort key generation failed: %s" msgstr "не удалось сгенерировать ключ сортировки: %s" -#: utils/adt/varlena.c:3510 utils/adt/varlena.c:3577 +#: utils/adt/varlena.c:3506 utils/adt/varlena.c:3573 #, c-format msgid "index %d out of valid range, 0..%d" msgstr "индекс %d вне диапазона 0..%d" -#: utils/adt/varlena.c:3541 utils/adt/varlena.c:3613 +#: utils/adt/varlena.c:3537 utils/adt/varlena.c:3609 #, c-format msgid "index %lld out of valid range, 0..%lld" msgstr "индекс %lld вне диапазона 0..%lld" -#: utils/adt/varlena.c:4649 +#: utils/adt/varlena.c:4645 #, c-format msgid "field position must not be zero" msgstr "позиция поля должна быть отлична от 0" -#: utils/adt/varlena.c:5690 +#: utils/adt/varlena.c:5686 #, c-format msgid "unterminated format() type specifier" msgstr "незавершённый спецификатор типа format()" -#: utils/adt/varlena.c:5691 utils/adt/varlena.c:5825 utils/adt/varlena.c:5946 +#: utils/adt/varlena.c:5687 utils/adt/varlena.c:5821 utils/adt/varlena.c:5942 #, c-format msgid "For a single \"%%\" use \"%%%%\"." msgstr "Для представления одного знака \"%%\" запишите \"%%%%\"." -#: utils/adt/varlena.c:5823 utils/adt/varlena.c:5944 +#: utils/adt/varlena.c:5819 utils/adt/varlena.c:5940 #, c-format msgid "unrecognized format() type specifier \"%.*s\"" msgstr "нераспознанный спецификатор типа format(): \"%.*s\"" -#: utils/adt/varlena.c:5836 utils/adt/varlena.c:5893 +#: utils/adt/varlena.c:5832 utils/adt/varlena.c:5889 #, c-format msgid "too few arguments for format()" msgstr "мало аргументов для format()" -#: utils/adt/varlena.c:5989 utils/adt/varlena.c:6171 +#: utils/adt/varlena.c:5985 utils/adt/varlena.c:6167 #, c-format msgid "number is out of range" msgstr "число вне диапазона" -#: utils/adt/varlena.c:6052 utils/adt/varlena.c:6080 +#: utils/adt/varlena.c:6048 utils/adt/varlena.c:6076 #, c-format msgid "format specifies argument 0, but arguments are numbered from 1" msgstr "формат ссылается на аргумент 0, но аргументы нумеруются с 1" -#: utils/adt/varlena.c:6073 +#: utils/adt/varlena.c:6069 #, c-format msgid "width argument position must be ended by \"$\"" msgstr "указание аргумента ширины должно оканчиваться \"$\"" -#: utils/adt/varlena.c:6118 +#: utils/adt/varlena.c:6114 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "значения null нельзя представить в виде SQL-идентификатора" -#: utils/adt/varlena.c:6244 +#: utils/adt/varlena.c:6240 #, c-format msgid "Unicode normalization can only be performed if server encoding is UTF8" msgstr "" "нормализацию Unicode можно выполнять, только если кодировка сервера — UTF8" -#: utils/adt/varlena.c:6257 +#: utils/adt/varlena.c:6253 #, c-format msgid "invalid normalization form: %s" msgstr "неверная форма нормализации: %s" -#: utils/adt/varlena.c:6460 utils/adt/varlena.c:6495 utils/adt/varlena.c:6530 +#: utils/adt/varlena.c:6456 utils/adt/varlena.c:6491 utils/adt/varlena.c:6526 #, c-format msgid "invalid Unicode code point: %04X" msgstr "неверный код символа Unicode: %04X" -#: utils/adt/varlena.c:6560 +#: utils/adt/varlena.c:6556 #, c-format msgid "Unicode escapes must be \\XXXX, \\+XXXXXX, \\uXXXX, or \\UXXXXXXXX." msgstr "" @@ -27332,12 +27414,12 @@ msgid "argument of nth_value must be greater than zero" msgstr "аргумент nth_value должен быть больше нуля" -#: utils/adt/xid8funcs.c:116 +#: utils/adt/xid8funcs.c:117 #, c-format msgid "transaction ID %s is in the future" msgstr "идентификатор транзакции %s относится к будущему" -#: utils/adt/xid8funcs.c:547 +#: utils/adt/xid8funcs.c:548 #, c-format msgid "invalid external pg_snapshot data" msgstr "неверное внешнее представление pg_snapshot" @@ -27570,7 +27652,7 @@ msgid "relation mapping file \"%s\" contains incorrect checksum" msgstr "ошибка контрольной суммы в файле сопоставления отношений \"%s\"" -#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:463 +#: utils/cache/typcache.c:1811 utils/fmgr/funcapi.c:497 #, c-format msgid "record type has not been registered" msgstr "тип записи не зарегистрирован" @@ -27796,7 +27878,7 @@ msgid "language validation function %u called for language %u instead of %u" msgstr "функция языковой проверки %u вызвана для языка %u (а не %u)" -#: utils/fmgr/funcapi.c:386 +#: utils/fmgr/funcapi.c:420 #, c-format msgid "" "could not determine actual result type for function \"%s\" declared to " @@ -27805,28 +27887,28 @@ "не удалось определить действительный тип результата для функции \"%s\", " "объявленной как возвращающая тип %s" -#: utils/fmgr/funcapi.c:531 +#: utils/fmgr/funcapi.c:565 #, c-format msgid "argument declared %s does not contain a range type but type %s" msgstr "" "аргумент, объявленный как \"%s\", содержит не диапазонный тип, а тип %s" -#: utils/fmgr/funcapi.c:614 +#: utils/fmgr/funcapi.c:648 #, c-format msgid "could not find multirange type for data type %s" msgstr "тип мультидиапазона для типа данных %s не найден" -#: utils/fmgr/funcapi.c:1831 utils/fmgr/funcapi.c:1863 +#: utils/fmgr/funcapi.c:1865 utils/fmgr/funcapi.c:1897 #, c-format msgid "number of aliases does not match number of columns" msgstr "число псевдонимов не совпадает с числом столбцов" -#: utils/fmgr/funcapi.c:1857 +#: utils/fmgr/funcapi.c:1891 #, c-format msgid "no column alias was provided" msgstr "псевдоним столбца не указан" -#: utils/fmgr/funcapi.c:1881 +#: utils/fmgr/funcapi.c:1915 #, c-format msgid "could not determine row description for function returning record" msgstr "не удалось определить описание строки для функции, возвращающей запись" @@ -27867,64 +27949,64 @@ msgid "Permissions should be u=rwx (0700) or u=rwx,g=rx (0750)." msgstr "Маска прав должна быть u=rwx (0700) или u=rwx,g=rx (0750)." -#: utils/init/miscinit.c:644 utils/misc/guc.c:7483 +#: utils/init/miscinit.c:650 utils/misc/guc.c:7495 #, c-format msgid "cannot set parameter \"%s\" within security-restricted operation" msgstr "" "параметр \"%s\" нельзя задать в рамках операции с ограничениями по " "безопасности" -#: utils/init/miscinit.c:712 +#: utils/init/miscinit.c:718 #, c-format msgid "role with OID %u does not exist" msgstr "роль с OID %u не существует" -#: utils/init/miscinit.c:742 +#: utils/init/miscinit.c:748 #, c-format msgid "role \"%s\" is not permitted to log in" msgstr "для роли \"%s\" вход запрещён" -#: utils/init/miscinit.c:760 +#: utils/init/miscinit.c:766 #, c-format msgid "too many connections for role \"%s\"" msgstr "слишком много подключений для роли \"%s\"" -#: utils/init/miscinit.c:820 +#: utils/init/miscinit.c:826 #, c-format msgid "permission denied to set session authorization" msgstr "нет прав для смены объекта авторизации в сеансе" -#: utils/init/miscinit.c:903 +#: utils/init/miscinit.c:909 #, c-format msgid "invalid role OID: %u" msgstr "неверный OID роли: %u" -#: utils/init/miscinit.c:957 +#: utils/init/miscinit.c:963 #, c-format msgid "database system is shut down" msgstr "система БД выключена" -#: utils/init/miscinit.c:1044 +#: utils/init/miscinit.c:1050 #, c-format msgid "could not create lock file \"%s\": %m" msgstr "не удалось создать файл блокировки \"%s\": %m" -#: utils/init/miscinit.c:1058 +#: utils/init/miscinit.c:1064 #, c-format msgid "could not open lock file \"%s\": %m" msgstr "не удалось открыть файл блокировки \"%s\": %m" -#: utils/init/miscinit.c:1065 +#: utils/init/miscinit.c:1071 #, c-format msgid "could not read lock file \"%s\": %m" msgstr "не удалось прочитать файл блокировки \"%s\": %m" -#: utils/init/miscinit.c:1074 +#: utils/init/miscinit.c:1080 #, c-format msgid "lock file \"%s\" is empty" msgstr "файл блокировки \"%s\" пуст" -#: utils/init/miscinit.c:1075 +#: utils/init/miscinit.c:1081 #, c-format msgid "" "Either another server is starting, or the lock file is the remnant of a " @@ -27933,38 +28015,38 @@ "Либо сейчас запускается другой сервер, либо этот файл остался в результате " "сбоя при предыдущем запуске." -#: utils/init/miscinit.c:1119 +#: utils/init/miscinit.c:1125 #, c-format msgid "lock file \"%s\" already exists" msgstr "файл блокировки \"%s\" уже существует" -#: utils/init/miscinit.c:1123 +#: utils/init/miscinit.c:1129 #, c-format msgid "Is another postgres (PID %d) running in data directory \"%s\"?" msgstr "Другой экземпляр postgres (PID %d) работает с каталогом данных \"%s\"?" -#: utils/init/miscinit.c:1125 +#: utils/init/miscinit.c:1131 #, c-format msgid "Is another postmaster (PID %d) running in data directory \"%s\"?" msgstr "" "Другой экземпляр postmaster (PID %d) работает с каталогом данных \"%s\"?" -#: utils/init/miscinit.c:1128 +#: utils/init/miscinit.c:1134 #, c-format msgid "Is another postgres (PID %d) using socket file \"%s\"?" msgstr "Другой экземпляр postgres (PID %d) использует файл сокета \"%s\"?" -#: utils/init/miscinit.c:1130 +#: utils/init/miscinit.c:1136 #, c-format msgid "Is another postmaster (PID %d) using socket file \"%s\"?" msgstr "Другой экземпляр postmaster (PID %d) использует файл сокета \"%s\"?" -#: utils/init/miscinit.c:1181 +#: utils/init/miscinit.c:1187 #, c-format msgid "could not remove old lock file \"%s\": %m" msgstr "не удалось стереть старый файл блокировки \"%s\": %m" -#: utils/init/miscinit.c:1183 +#: utils/init/miscinit.c:1189 #, c-format msgid "" "The file seems accidentally left over, but it could not be removed. Please " @@ -27973,48 +28055,48 @@ "Кажется, файл сохранился по ошибке, но удалить его не получилось. " "Пожалуйста, удалите файл вручную и повторите попытку." -#: utils/init/miscinit.c:1220 utils/init/miscinit.c:1234 -#: utils/init/miscinit.c:1245 +#: utils/init/miscinit.c:1226 utils/init/miscinit.c:1240 +#: utils/init/miscinit.c:1251 #, c-format msgid "could not write lock file \"%s\": %m" msgstr "не удалось записать файл блокировки \"%s\": %m" -#: utils/init/miscinit.c:1356 utils/init/miscinit.c:1498 utils/misc/guc.c:10379 +#: utils/init/miscinit.c:1362 utils/init/miscinit.c:1504 utils/misc/guc.c:10401 #, c-format msgid "could not read from file \"%s\": %m" msgstr "не удалось прочитать файл \"%s\": %m" -#: utils/init/miscinit.c:1486 +#: utils/init/miscinit.c:1492 #, c-format msgid "could not open file \"%s\": %m; continuing anyway" msgstr "не удалось открыть файл \"%s\": %m; ошибка игнорируется" -#: utils/init/miscinit.c:1511 +#: utils/init/miscinit.c:1517 #, c-format msgid "lock file \"%s\" contains wrong PID: %ld instead of %ld" msgstr "файл блокировки \"%s\" содержит неверный PID: %ld вместо %ld" -#: utils/init/miscinit.c:1550 utils/init/miscinit.c:1566 +#: utils/init/miscinit.c:1556 utils/init/miscinit.c:1572 #, c-format msgid "\"%s\" is not a valid data directory" msgstr "\"%s\" не является каталогом данных" -#: utils/init/miscinit.c:1552 +#: utils/init/miscinit.c:1558 #, c-format msgid "File \"%s\" is missing." msgstr "Файл \"%s\" отсутствует." -#: utils/init/miscinit.c:1568 +#: utils/init/miscinit.c:1574 #, c-format msgid "File \"%s\" does not contain valid data." msgstr "Файл \"%s\" содержит неприемлемые данные." -#: utils/init/miscinit.c:1570 +#: utils/init/miscinit.c:1576 #, c-format msgid "You might need to initdb." msgstr "Возможно, вам нужно выполнить initdb." -#: utils/init/miscinit.c:1578 +#: utils/init/miscinit.c:1584 #, c-format msgid "" "The data directory was initialized by PostgreSQL version %s, which is not " @@ -28268,185 +28350,185 @@ "для символа с последовательностью байт %s из кодировки \"%s\" нет " "эквивалента в \"%s\"" -#: utils/misc/guc.c:719 +#: utils/misc/guc.c:720 msgid "Ungrouped" msgstr "Разное" -#: utils/misc/guc.c:721 +#: utils/misc/guc.c:722 msgid "File Locations" msgstr "Расположения файлов" -#: utils/misc/guc.c:723 +#: utils/misc/guc.c:724 msgid "Connections and Authentication / Connection Settings" msgstr "Подключения и аутентификация / Параметры подключений" -#: utils/misc/guc.c:725 +#: utils/misc/guc.c:726 msgid "Connections and Authentication / Authentication" msgstr "Подключения и аутентификация / Аутентификация" -#: utils/misc/guc.c:727 +#: utils/misc/guc.c:728 msgid "Connections and Authentication / SSL" msgstr "Подключения и аутентификация / SSL" -#: utils/misc/guc.c:729 +#: utils/misc/guc.c:730 msgid "Resource Usage / Memory" msgstr "Использование ресурсов / Память" -#: utils/misc/guc.c:731 +#: utils/misc/guc.c:732 msgid "Resource Usage / Disk" msgstr "Использование ресурсов / Диск" -#: utils/misc/guc.c:733 +#: utils/misc/guc.c:734 msgid "Resource Usage / Kernel Resources" msgstr "Использование ресурсов / Ресурсы ядра" -#: utils/misc/guc.c:735 +#: utils/misc/guc.c:736 msgid "Resource Usage / Cost-Based Vacuum Delay" msgstr "Использование ресурсов / Задержка очистки по стоимости" -#: utils/misc/guc.c:737 +#: utils/misc/guc.c:738 msgid "Resource Usage / Background Writer" msgstr "Использование ресурсов / Фоновая запись" -#: utils/misc/guc.c:739 +#: utils/misc/guc.c:740 msgid "Resource Usage / Asynchronous Behavior" msgstr "Использование ресурсов / Асинхронное поведение" -#: utils/misc/guc.c:741 +#: utils/misc/guc.c:742 msgid "Write-Ahead Log / Settings" msgstr "Журнал WAL / Параметры" -#: utils/misc/guc.c:743 +#: utils/misc/guc.c:744 msgid "Write-Ahead Log / Checkpoints" msgstr "Журнал WAL / Контрольные точки" -#: utils/misc/guc.c:745 +#: utils/misc/guc.c:746 msgid "Write-Ahead Log / Archiving" msgstr "Журнал WAL / Архивация" -#: utils/misc/guc.c:747 +#: utils/misc/guc.c:748 msgid "Write-Ahead Log / Archive Recovery" msgstr "Журнал WAL / Восстановление из архива" -#: utils/misc/guc.c:749 +#: utils/misc/guc.c:750 msgid "Write-Ahead Log / Recovery Target" msgstr "Журнал WAL / Цель восстановления" -#: utils/misc/guc.c:751 +#: utils/misc/guc.c:752 msgid "Replication / Sending Servers" msgstr "Репликация / Передающие серверы" -#: utils/misc/guc.c:753 +#: utils/misc/guc.c:754 msgid "Replication / Primary Server" msgstr "Репликация / Ведущий сервер" -#: utils/misc/guc.c:755 +#: utils/misc/guc.c:756 msgid "Replication / Standby Servers" msgstr "Репликация / Резервные серверы" -#: utils/misc/guc.c:757 +#: utils/misc/guc.c:758 msgid "Replication / Subscribers" msgstr "Репликация / Подписчики" -#: utils/misc/guc.c:759 +#: utils/misc/guc.c:760 msgid "Query Tuning / Planner Method Configuration" msgstr "Настройка запросов / Конфигурация методов планировщика" -#: utils/misc/guc.c:761 +#: utils/misc/guc.c:762 msgid "Query Tuning / Planner Cost Constants" msgstr "Настройка запросов / Константы стоимости для планировщика" -#: utils/misc/guc.c:763 +#: utils/misc/guc.c:764 msgid "Query Tuning / Genetic Query Optimizer" msgstr "Настройка запросов / Генетический оптимизатор запросов" -#: utils/misc/guc.c:765 +#: utils/misc/guc.c:766 msgid "Query Tuning / Other Planner Options" msgstr "Настройка запросов / Другие параметры планировщика" -#: utils/misc/guc.c:767 +#: utils/misc/guc.c:768 msgid "Reporting and Logging / Where to Log" msgstr "Отчёты и протоколы / Куда записывать" -#: utils/misc/guc.c:769 +#: utils/misc/guc.c:770 msgid "Reporting and Logging / When to Log" msgstr "Отчёты и протоколы / Когда записывать" -#: utils/misc/guc.c:771 +#: utils/misc/guc.c:772 msgid "Reporting and Logging / What to Log" msgstr "Отчёты и протоколы / Что записывать" -#: utils/misc/guc.c:773 +#: utils/misc/guc.c:774 msgid "Reporting and Logging / Process Title" msgstr "Отчёты и протоколы / Заголовок процесса" -#: utils/misc/guc.c:775 +#: utils/misc/guc.c:776 msgid "Statistics / Monitoring" msgstr "Статистика / Мониторинг" -#: utils/misc/guc.c:777 +#: utils/misc/guc.c:778 msgid "Statistics / Query and Index Statistics Collector" msgstr "Статистика / Сбор статистики по запросам и индексам" -#: utils/misc/guc.c:779 +#: utils/misc/guc.c:780 msgid "Autovacuum" msgstr "Автоочистка" -#: utils/misc/guc.c:781 +#: utils/misc/guc.c:782 msgid "Client Connection Defaults / Statement Behavior" msgstr "Параметры клиентских подключений по умолчанию / Поведение команд" -#: utils/misc/guc.c:783 +#: utils/misc/guc.c:784 msgid "Client Connection Defaults / Locale and Formatting" msgstr "" "Параметры клиентских подключений по умолчанию / Языковая среда и форматы" -#: utils/misc/guc.c:785 +#: utils/misc/guc.c:786 msgid "Client Connection Defaults / Shared Library Preloading" msgstr "" "Параметры клиентских подключений по умолчанию / Предзагрузка разделяемых " "библиотек" -#: utils/misc/guc.c:787 +#: utils/misc/guc.c:788 msgid "Client Connection Defaults / Other Defaults" msgstr "Параметры клиентских подключений по умолчанию / Другие параметры" -#: utils/misc/guc.c:789 +#: utils/misc/guc.c:790 msgid "Lock Management" msgstr "Управление блокировками" -#: utils/misc/guc.c:791 +#: utils/misc/guc.c:792 msgid "Version and Platform Compatibility / Previous PostgreSQL Versions" msgstr "Версия и совместимость платформ / Предыдущие версии PostgreSQL" -#: utils/misc/guc.c:793 +#: utils/misc/guc.c:794 msgid "Version and Platform Compatibility / Other Platforms and Clients" msgstr "Версия и совместимость платформ / Другие платформы и клиенты" -#: utils/misc/guc.c:795 +#: utils/misc/guc.c:796 msgid "Error Handling" msgstr "Обработка ошибок" -#: utils/misc/guc.c:797 +#: utils/misc/guc.c:798 msgid "Preset Options" msgstr "Предопределённые параметры" -#: utils/misc/guc.c:799 +#: utils/misc/guc.c:800 msgid "Customized Options" msgstr "Внесистемные параметры" -#: utils/misc/guc.c:801 +#: utils/misc/guc.c:802 msgid "Developer Options" msgstr "Параметры для разработчиков" -#: utils/misc/guc.c:859 +#: utils/misc/guc.c:860 msgid "" "Valid units for this parameter are \"B\", \"kB\", \"MB\", \"GB\", and \"TB\"." msgstr "" "Допустимые единицы измерения для этого параметра: \"B\", \"kB\", \"MB\", \"GB" "\" и \"TB\"." -#: utils/misc/guc.c:896 +#: utils/misc/guc.c:897 msgid "" "Valid units for this parameter are \"us\", \"ms\", \"s\", \"min\", \"h\", " "and \"d\"." @@ -28454,91 +28536,91 @@ "Допустимые единицы измерения для этого параметра: \"us\", \"ms\", \"s\", " "\"min\", \"h\" и \"d\"." -#: utils/misc/guc.c:958 +#: utils/misc/guc.c:959 msgid "Enables the planner's use of sequential-scan plans." msgstr "" "Разрешает планировщику использовать планы последовательного сканирования." -#: utils/misc/guc.c:968 +#: utils/misc/guc.c:969 msgid "Enables the planner's use of index-scan plans." msgstr "Разрешает планировщику использовать планы сканирования по индексу." -#: utils/misc/guc.c:978 +#: utils/misc/guc.c:979 msgid "Enables the planner's use of index-only-scan plans." msgstr "Разрешает планировщику использовать планы сканирования только индекса." -#: utils/misc/guc.c:988 +#: utils/misc/guc.c:989 msgid "Enables the planner's use of bitmap-scan plans." msgstr "" "Разрешает планировщику использовать планы сканирования по битовой карте." -#: utils/misc/guc.c:998 +#: utils/misc/guc.c:999 msgid "Enables the planner's use of TID scan plans." msgstr "Разрешает планировщику использовать планы сканирования TID." -#: utils/misc/guc.c:1008 +#: utils/misc/guc.c:1009 msgid "Enables the planner's use of explicit sort steps." msgstr "Разрешает планировщику использовать шаги с явной сортировкой." -#: utils/misc/guc.c:1018 +#: utils/misc/guc.c:1019 msgid "Enables the planner's use of incremental sort steps." msgstr "" "Разрешает планировщику использовать шаги с инкрементальной сортировкой." -#: utils/misc/guc.c:1027 +#: utils/misc/guc.c:1028 msgid "Enables the planner's use of hashed aggregation plans." msgstr "Разрешает планировщику использовать планы агрегирования по хешу." -#: utils/misc/guc.c:1037 +#: utils/misc/guc.c:1038 msgid "Enables the planner's use of materialization." msgstr "Разрешает планировщику использовать материализацию." # well-spelled: мемоизацию -#: utils/misc/guc.c:1047 +#: utils/misc/guc.c:1048 msgid "Enables the planner's use of memoization." msgstr "Разрешает планировщику использовать мемоизацию." -#: utils/misc/guc.c:1057 +#: utils/misc/guc.c:1058 msgid "Enables the planner's use of nested-loop join plans." msgstr "" "Разрешает планировщику использовать планы соединения с вложенными циклами." -#: utils/misc/guc.c:1067 +#: utils/misc/guc.c:1068 msgid "Enables the planner's use of merge join plans." msgstr "Разрешает планировщику использовать планы соединения слиянием." -#: utils/misc/guc.c:1077 +#: utils/misc/guc.c:1078 msgid "Enables the planner's use of hash join plans." msgstr "Разрешает планировщику использовать планы соединения по хешу." -#: utils/misc/guc.c:1087 +#: utils/misc/guc.c:1088 msgid "Enables the planner's use of gather merge plans." msgstr "Разрешает планировщику использовать планы сбора слиянием." -#: utils/misc/guc.c:1097 +#: utils/misc/guc.c:1098 msgid "Enables partitionwise join." msgstr "Включает соединения с учётом секционирования." -#: utils/misc/guc.c:1107 +#: utils/misc/guc.c:1108 msgid "Enables partitionwise aggregation and grouping." msgstr "Включает агрегирование и группировку с учётом секционирования." -#: utils/misc/guc.c:1117 +#: utils/misc/guc.c:1118 msgid "Enables the planner's use of parallel append plans." msgstr "Разрешает планировщику использовать планы параллельного добавления." -#: utils/misc/guc.c:1127 +#: utils/misc/guc.c:1128 msgid "Enables the planner's use of parallel hash plans." msgstr "" "Разрешает планировщику использовать планы параллельного соединения по хешу." -#: utils/misc/guc.c:1137 +#: utils/misc/guc.c:1138 msgid "Enables plan-time and execution-time partition pruning." msgstr "" "Включает устранение секций во время планирования и во время выполнения " "запросов." -#: utils/misc/guc.c:1138 +#: utils/misc/guc.c:1139 msgid "" "Allows the query planner and executor to compare partition bounds to " "conditions in the query to determine which partitions must be scanned." @@ -28546,47 +28628,47 @@ "Разрешает планировщику и исполнителю запросов сопоставлять границы секций с " "условиями в запросе и выделять отдельные секции для сканирования." -#: utils/misc/guc.c:1149 +#: utils/misc/guc.c:1150 msgid "Enables the planner's use of async append plans." msgstr "Разрешает планировщику использовать планы асинхронного добавления." -#: utils/misc/guc.c:1159 +#: utils/misc/guc.c:1160 msgid "Enables genetic query optimization." msgstr "Включает генетическую оптимизацию запросов." -#: utils/misc/guc.c:1160 +#: utils/misc/guc.c:1161 msgid "This algorithm attempts to do planning without exhaustive searching." msgstr "Этот алгоритм пытается построить план без полного перебора." -#: utils/misc/guc.c:1171 +#: utils/misc/guc.c:1172 msgid "Shows whether the current user is a superuser." msgstr "Показывает, является ли текущий пользователь суперпользователем." -#: utils/misc/guc.c:1181 +#: utils/misc/guc.c:1182 msgid "Enables advertising the server via Bonjour." msgstr "Включает объявление сервера посредством Bonjour." -#: utils/misc/guc.c:1190 +#: utils/misc/guc.c:1191 msgid "Collects transaction commit time." msgstr "Записывает время фиксации транзакций." -#: utils/misc/guc.c:1199 +#: utils/misc/guc.c:1200 msgid "Enables SSL connections." msgstr "Разрешает SSL-подключения." -#: utils/misc/guc.c:1208 +#: utils/misc/guc.c:1209 msgid "Also use ssl_passphrase_command during server reload." msgstr "Также использовать ssl_passphrase_command при перезагрузке сервера." -#: utils/misc/guc.c:1217 +#: utils/misc/guc.c:1218 msgid "Give priority to server ciphersuite order." msgstr "Назначает более приоритетным набор шифров сервера." -#: utils/misc/guc.c:1226 +#: utils/misc/guc.c:1227 msgid "Forces synchronization of updates to disk." msgstr "Принудительная запись изменений на диск." -#: utils/misc/guc.c:1227 +#: utils/misc/guc.c:1228 msgid "" "The server will use the fsync() system call in several places to make sure " "that updates are physically written to disk. This insures that a database " @@ -28597,11 +28679,11 @@ "физической записи данных на диск. Это позволит привести кластер БД в " "целостное состояние после отказа ОС или оборудования." -#: utils/misc/guc.c:1238 +#: utils/misc/guc.c:1239 msgid "Continues processing after a checksum failure." msgstr "Продолжает обработку при ошибке контрольной суммы." -#: utils/misc/guc.c:1239 +#: utils/misc/guc.c:1240 msgid "" "Detection of a checksum failure normally causes PostgreSQL to report an " "error, aborting the current transaction. Setting ignore_checksum_failure to " @@ -28615,11 +28697,11 @@ "что может привести к сбоям или другим серьёзным проблемам. Это имеет место, " "только если включён контроль целостности страниц." -#: utils/misc/guc.c:1253 +#: utils/misc/guc.c:1254 msgid "Continues processing past damaged page headers." msgstr "Продолжает обработку при повреждении заголовков страниц." -#: utils/misc/guc.c:1254 +#: utils/misc/guc.c:1255 msgid "" "Detection of a damaged page header normally causes PostgreSQL to report an " "error, aborting the current transaction. Setting zero_damaged_pages to true " @@ -28633,12 +28715,12 @@ "продолжит работу. Это приведёт к потере данных, а именно строк в " "повреждённой странице." -#: utils/misc/guc.c:1267 +#: utils/misc/guc.c:1268 msgid "Continues recovery after an invalid pages failure." msgstr "" "Продолжает восстановление после ошибок, связанных с неправильными страницами." -#: utils/misc/guc.c:1268 +#: utils/misc/guc.c:1269 msgid "" "Detection of WAL records having references to invalid pages during recovery " "causes PostgreSQL to raise a PANIC-level error, aborting the recovery. " @@ -28657,12 +28739,12 @@ "проблемам. Данный параметр действует только при восстановлении или в режиме " "резервного сервера." -#: utils/misc/guc.c:1286 +#: utils/misc/guc.c:1287 msgid "Writes full pages to WAL when first modified after a checkpoint." msgstr "" "Запись полных страниц в WAL при первом изменении после контрольной точки." -#: utils/misc/guc.c:1287 +#: utils/misc/guc.c:1288 msgid "" "A page write in process during an operating system crash might be only " "partially written to disk. During recovery, the row changes stored in WAL " @@ -28675,7 +28757,7 @@ "при первом изменении после контрольной точки, что позволяет полностью " "восстановить данные." -#: utils/misc/guc.c:1300 +#: utils/misc/guc.c:1301 msgid "" "Writes full pages to WAL when first modified after a checkpoint, even for a " "non-critical modification." @@ -28683,87 +28765,87 @@ "Запись полных страниц в WAL при первом изменении после контрольной точки, " "даже при некритическом изменении." -#: utils/misc/guc.c:1310 +#: utils/misc/guc.c:1311 msgid "Compresses full-page writes written in WAL file." msgstr "Сжимать данные при записи полных страниц в журнал." -#: utils/misc/guc.c:1320 +#: utils/misc/guc.c:1321 msgid "Writes zeroes to new WAL files before first use." msgstr "Записывать нули в новые файлы WAL перед первым использованием." -#: utils/misc/guc.c:1330 +#: utils/misc/guc.c:1331 msgid "Recycles WAL files by renaming them." msgstr "Перерабатывать файлы WAL, производя переименование." -#: utils/misc/guc.c:1340 +#: utils/misc/guc.c:1341 msgid "Logs each checkpoint." msgstr "Протоколировать каждую контрольную точку." -#: utils/misc/guc.c:1349 +#: utils/misc/guc.c:1350 msgid "Logs each successful connection." msgstr "Протоколировать устанавливаемые соединения." -#: utils/misc/guc.c:1358 +#: utils/misc/guc.c:1359 msgid "Logs end of a session, including duration." msgstr "Протоколировать конец сеанса, отмечая длительность." -#: utils/misc/guc.c:1367 +#: utils/misc/guc.c:1368 msgid "Logs each replication command." msgstr "Протоколировать каждую команду репликации." -#: utils/misc/guc.c:1376 +#: utils/misc/guc.c:1377 msgid "Shows whether the running server has assertion checks enabled." msgstr "Показывает, включены ли проверки истинности на работающем сервере." -#: utils/misc/guc.c:1391 +#: utils/misc/guc.c:1392 msgid "Terminate session on any error." msgstr "Завершать сеансы при любой ошибке." -#: utils/misc/guc.c:1400 +#: utils/misc/guc.c:1401 msgid "Reinitialize server after backend crash." msgstr "Перезапускать систему БД при аварии серверного процесса." -#: utils/misc/guc.c:1409 +#: utils/misc/guc.c:1410 msgid "Remove temporary files after backend crash." msgstr "Удалять временные файлы после аварии обслуживающего процесса." -#: utils/misc/guc.c:1420 +#: utils/misc/guc.c:1421 msgid "Logs the duration of each completed SQL statement." msgstr "Протоколировать длительность каждого выполненного SQL-оператора." -#: utils/misc/guc.c:1429 +#: utils/misc/guc.c:1430 msgid "Logs each query's parse tree." msgstr "Протоколировать дерево разбора для каждого запроса." -#: utils/misc/guc.c:1438 +#: utils/misc/guc.c:1439 msgid "Logs each query's rewritten parse tree." msgstr "Протоколировать перезаписанное дерево разбора для каждого запроса." -#: utils/misc/guc.c:1447 +#: utils/misc/guc.c:1448 msgid "Logs each query's execution plan." msgstr "Протоколировать план выполнения каждого запроса." -#: utils/misc/guc.c:1456 +#: utils/misc/guc.c:1457 msgid "Indents parse and plan tree displays." msgstr "Отступы при отображении деревьев разбора и плана запросов." -#: utils/misc/guc.c:1465 +#: utils/misc/guc.c:1466 msgid "Writes parser performance statistics to the server log." msgstr "Запись статистики разбора запросов в протокол сервера." -#: utils/misc/guc.c:1474 +#: utils/misc/guc.c:1475 msgid "Writes planner performance statistics to the server log." msgstr "Запись статистики планирования в протокол сервера." -#: utils/misc/guc.c:1483 +#: utils/misc/guc.c:1484 msgid "Writes executor performance statistics to the server log." msgstr "Запись статистики выполнения запросов в протокол сервера." -#: utils/misc/guc.c:1492 +#: utils/misc/guc.c:1493 msgid "Writes cumulative performance statistics to the server log." msgstr "Запись общей статистики производительности в протокол сервера." -#: utils/misc/guc.c:1502 +#: utils/misc/guc.c:1503 msgid "" "Logs system resource usage statistics (memory and CPU) on various B-tree " "operations." @@ -28771,11 +28853,11 @@ "Фиксировать статистику использования системных ресурсов (памяти и " "процессора) при различных операциях с b-деревом." -#: utils/misc/guc.c:1514 +#: utils/misc/guc.c:1515 msgid "Collects information about executing commands." msgstr "Собирает информацию о выполняющихся командах." -#: utils/misc/guc.c:1515 +#: utils/misc/guc.c:1516 msgid "" "Enables the collection of information on the currently executing command of " "each session, along with the time at which that command began execution." @@ -28783,70 +28865,70 @@ "Включает сбор информации о командах, выполняющихся во всех сеансах, а также " "время запуска команды." -#: utils/misc/guc.c:1525 +#: utils/misc/guc.c:1526 msgid "Collects statistics on database activity." msgstr "Собирает статистику активности в БД." -#: utils/misc/guc.c:1534 +#: utils/misc/guc.c:1535 msgid "Collects timing statistics for database I/O activity." msgstr "Собирает статистику по времени активности ввода/вывода." -#: utils/misc/guc.c:1543 +#: utils/misc/guc.c:1544 msgid "Collects timing statistics for WAL I/O activity." msgstr "Собирает статистику по времени активности ввода/вывода WAL." -#: utils/misc/guc.c:1553 +#: utils/misc/guc.c:1554 msgid "Updates the process title to show the active SQL command." msgstr "Выводит в заголовок процесса активную SQL-команду." -#: utils/misc/guc.c:1554 +#: utils/misc/guc.c:1555 msgid "" "Enables updating of the process title every time a new SQL command is " "received by the server." msgstr "Отражает в заголовке процесса каждую SQL-команду, поступающую серверу." -#: utils/misc/guc.c:1567 +#: utils/misc/guc.c:1568 msgid "Starts the autovacuum subprocess." msgstr "Запускает подпроцесс автоочистки." -#: utils/misc/guc.c:1577 +#: utils/misc/guc.c:1578 msgid "Generates debugging output for LISTEN and NOTIFY." msgstr "Генерирует отладочные сообщения для LISTEN и NOTIFY." -#: utils/misc/guc.c:1589 +#: utils/misc/guc.c:1590 msgid "Emits information about lock usage." msgstr "Выдавать информацию о применяемых блокировках." -#: utils/misc/guc.c:1599 +#: utils/misc/guc.c:1600 msgid "Emits information about user lock usage." msgstr "Выдавать информацию о применяемых пользовательских блокировках." -#: utils/misc/guc.c:1609 +#: utils/misc/guc.c:1610 msgid "Emits information about lightweight lock usage." msgstr "Выдавать информацию о применяемых лёгких блокировках." -#: utils/misc/guc.c:1619 +#: utils/misc/guc.c:1620 msgid "" "Dumps information about all current locks when a deadlock timeout occurs." msgstr "" "Выводить информацию обо всех текущих блокировках в случае тайм-аута при " "взаимоблокировке." -#: utils/misc/guc.c:1631 +#: utils/misc/guc.c:1632 msgid "Logs long lock waits." msgstr "Протоколировать длительные ожидания в блокировках." -#: utils/misc/guc.c:1640 +#: utils/misc/guc.c:1641 msgid "Logs standby recovery conflict waits." msgstr "" "Протоколировать события ожидания разрешения конфликтов при восстановлении на " "ведомом." -#: utils/misc/guc.c:1649 +#: utils/misc/guc.c:1650 msgid "Logs the host name in the connection logs." msgstr "Записывать имя узла в протоколы подключений." -#: utils/misc/guc.c:1650 +#: utils/misc/guc.c:1651 msgid "" "By default, connection logs only show the IP address of the connecting host. " "If you want them to show the host name you can turn this on, but depending " @@ -28858,11 +28940,11 @@ "параметр, но учтите, что это может значительно повлиять на " "производительность." -#: utils/misc/guc.c:1661 +#: utils/misc/guc.c:1662 msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." msgstr "Обрабатывать \"expr=NULL\" как \"expr IS NULL\"." -#: utils/misc/guc.c:1662 +#: utils/misc/guc.c:1663 msgid "" "When turned on, expressions of the form expr = NULL (or NULL = expr) are " "treated as expr IS NULL, that is, they return true if expr evaluates to the " @@ -28874,25 +28956,25 @@ "совпадает с NULL, и false в противном случае. По правилам expr = NULL всегда " "должно возвращать null (неопределённость)." -#: utils/misc/guc.c:1674 +#: utils/misc/guc.c:1675 msgid "Enables per-database user names." msgstr "Включает связывание имён пользователей с базами данных." -#: utils/misc/guc.c:1683 +#: utils/misc/guc.c:1684 msgid "Sets the default read-only status of new transactions." msgstr "" "Устанавливает режим \"только чтение\" по умолчанию для новых транзакций." -#: utils/misc/guc.c:1693 +#: utils/misc/guc.c:1694 msgid "Sets the current transaction's read-only status." msgstr "Устанавливает режим \"только чтение\" для текущей транзакции." -#: utils/misc/guc.c:1703 +#: utils/misc/guc.c:1704 msgid "Sets the default deferrable status of new transactions." msgstr "" "Устанавливает режим отложенного выполнения по умолчанию для новых транзакций." -#: utils/misc/guc.c:1712 +#: utils/misc/guc.c:1713 msgid "" "Whether to defer a read-only serializable transaction until it can be " "executed with no possible serialization failures." @@ -28900,26 +28982,26 @@ "Определяет, откладывать ли сериализуемую транзакцию \"только чтение\" до " "момента, когда сбой сериализации будет исключён." -#: utils/misc/guc.c:1722 +#: utils/misc/guc.c:1723 msgid "Enable row security." msgstr "Включает защиту на уровне строк." -#: utils/misc/guc.c:1723 +#: utils/misc/guc.c:1724 msgid "When enabled, row security will be applied to all users." msgstr "" "Когда включена, защита на уровне строк распространяется на всех " "пользователей." -#: utils/misc/guc.c:1731 +#: utils/misc/guc.c:1732 msgid "Check routine bodies during CREATE FUNCTION and CREATE PROCEDURE." msgstr "" "Проверять тело подпрограмм в момент CREATE FUNCTION и CREATE PROCEDURE." -#: utils/misc/guc.c:1740 +#: utils/misc/guc.c:1741 msgid "Enable input of NULL elements in arrays." msgstr "Разрешать ввод элементов NULL в массивах." -#: utils/misc/guc.c:1741 +#: utils/misc/guc.c:1742 msgid "" "When turned on, unquoted NULL in an array input value means a null value; " "otherwise it is taken literally." @@ -28927,73 +29009,73 @@ "Когда этот параметр включён, NULL без кавычек при вводе в массив " "воспринимается как значение NULL, иначе — как строка." -#: utils/misc/guc.c:1757 +#: utils/misc/guc.c:1758 msgid "WITH OIDS is no longer supported; this can only be false." msgstr "" "WITH OIDS более не поддерживается; единственное допустимое значение — false." -#: utils/misc/guc.c:1767 +#: utils/misc/guc.c:1768 msgid "" "Start a subprocess to capture stderr output and/or csvlogs into log files." msgstr "" "Запускает подпроцесс для чтения stderr и/или csv-файлов и записи в файлы " "протоколов." -#: utils/misc/guc.c:1776 +#: utils/misc/guc.c:1777 msgid "Truncate existing log files of same name during log rotation." msgstr "" "Очищать уже существующий файл с тем же именем при прокручивании протокола." -#: utils/misc/guc.c:1787 +#: utils/misc/guc.c:1788 msgid "Emit information about resource usage in sorting." msgstr "Выдавать сведения об использовании ресурсов при сортировке." -#: utils/misc/guc.c:1801 +#: utils/misc/guc.c:1802 msgid "Generate debugging output for synchronized scanning." msgstr "Выдавать отладочные сообщения для синхронного сканирования." -#: utils/misc/guc.c:1816 +#: utils/misc/guc.c:1817 msgid "Enable bounded sorting using heap sort." msgstr "" "Разрешить ограниченную сортировку с применением пирамидальной сортировки." -#: utils/misc/guc.c:1829 +#: utils/misc/guc.c:1830 msgid "Emit WAL-related debugging output." msgstr "Выдавать отладочные сообщения, связанные с WAL." -#: utils/misc/guc.c:1841 +#: utils/misc/guc.c:1842 msgid "Shows whether datetimes are integer based." msgstr "Показывает, является ли реализация даты/времени целочисленной." -#: utils/misc/guc.c:1852 +#: utils/misc/guc.c:1853 msgid "" "Sets whether Kerberos and GSSAPI user names should be treated as case-" "insensitive." msgstr "" "Включает регистронезависимую обработку имён пользователей Kerberos и GSSAPI." -#: utils/misc/guc.c:1862 +#: utils/misc/guc.c:1863 msgid "Warn about backslash escapes in ordinary string literals." msgstr "Предупреждения о спецсимволах '\\' в обычных строках." -#: utils/misc/guc.c:1872 +#: utils/misc/guc.c:1873 msgid "Causes '...' strings to treat backslashes literally." msgstr "Включает буквальную обработку символов '\\' в строках '...'." -#: utils/misc/guc.c:1883 +#: utils/misc/guc.c:1884 msgid "Enable synchronized sequential scans." msgstr "Включить синхронизацию последовательного сканирования." -#: utils/misc/guc.c:1893 +#: utils/misc/guc.c:1894 msgid "Sets whether to include or exclude transaction with recovery target." msgstr "Определяет, включать ли транзакцию в целевую точку восстановления." -#: utils/misc/guc.c:1903 +#: utils/misc/guc.c:1904 msgid "Allows connections and queries during recovery." msgstr "" "Разрешает принимать новые подключения и запросы в процессе восстановления." -#: utils/misc/guc.c:1913 +#: utils/misc/guc.c:1914 msgid "" "Allows feedback from a hot standby to the primary that will avoid query " "conflicts." @@ -29001,19 +29083,19 @@ "Разрешает обратную связь сервера горячего резерва с основным для " "предотвращения конфликтов при длительных запросах." -#: utils/misc/guc.c:1923 +#: utils/misc/guc.c:1924 msgid "Shows whether hot standby is currently active." msgstr "Показывает, активен ли в настоящий момент режим горячего резерва." -#: utils/misc/guc.c:1934 +#: utils/misc/guc.c:1935 msgid "Allows modifications of the structure of system tables." msgstr "Разрешает модифицировать структуру системных таблиц." -#: utils/misc/guc.c:1945 +#: utils/misc/guc.c:1946 msgid "Disables reading from system indexes." msgstr "Запрещает использование системных индексов." -#: utils/misc/guc.c:1946 +#: utils/misc/guc.c:1947 msgid "" "It does not prevent updating the indexes, so it is safe to use. The worst " "consequence is slowness." @@ -29021,14 +29103,20 @@ "При этом индексы продолжают обновляться, так что данное поведение безопасно. " "Худшее следствие - замедление." -#: utils/misc/guc.c:1957 +#: utils/misc/guc.c:1958 +msgid "Allows tablespaces directly inside pg_tblspc, for testing." +msgstr "" +"Позволяет размещать табличные пространства внутри pg_tblspc; предназначается " +"для тестирования." + +#: utils/misc/guc.c:1969 msgid "" "Enables backward compatibility mode for privilege checks on large objects." msgstr "" "Включает режим обратной совместимости при проверке привилегий для больших " "объектов." -#: utils/misc/guc.c:1958 +#: utils/misc/guc.c:1970 msgid "" "Skips privilege checks when reading or modifying large objects, for " "compatibility with PostgreSQL releases prior to 9.0." @@ -29036,66 +29124,66 @@ "Пропускает проверки привилегий при чтении или изменении больших объектов " "(для совместимости с версиями PostgreSQL до 9.0)." -#: utils/misc/guc.c:1968 +#: utils/misc/guc.c:1980 msgid "When generating SQL fragments, quote all identifiers." msgstr "" "Генерируя SQL-фрагменты, заключать все идентификаторы в двойные кавычки." -#: utils/misc/guc.c:1978 +#: utils/misc/guc.c:1990 msgid "Shows whether data checksums are turned on for this cluster." msgstr "Показывает, включён ли в этом кластере контроль целостности данных." -#: utils/misc/guc.c:1989 +#: utils/misc/guc.c:2001 msgid "Add sequence number to syslog messages to avoid duplicate suppression." msgstr "" "Добавлять последовательный номер в сообщения syslog во избежание подавления " "повторов." -#: utils/misc/guc.c:1999 +#: utils/misc/guc.c:2011 msgid "Split messages sent to syslog by lines and to fit into 1024 bytes." msgstr "" "Разбивать сообщения, передаваемые в syslog, по строкам размером не больше " "1024 байт." -#: utils/misc/guc.c:2009 +#: utils/misc/guc.c:2021 msgid "Controls whether Gather and Gather Merge also run subplans." msgstr "" "Определяет, будут ли узлы сбора и сбора слиянием также выполнять подпланы." -#: utils/misc/guc.c:2010 +#: utils/misc/guc.c:2022 msgid "Should gather nodes also run subplans or just gather tuples?" msgstr "" "Должны ли узлы сбора также выполнять подпланы или только собирать кортежи?" -#: utils/misc/guc.c:2020 +#: utils/misc/guc.c:2032 msgid "Allow JIT compilation." msgstr "Включить JIT-компиляцию." -#: utils/misc/guc.c:2031 +#: utils/misc/guc.c:2043 msgid "Register JIT-compiled functions with debugger." msgstr "Регистрировать JIT-скомпилированные функции в отладчике." -#: utils/misc/guc.c:2048 +#: utils/misc/guc.c:2060 msgid "Write out LLVM bitcode to facilitate JIT debugging." msgstr "Выводить битовый код LLVM для облегчения отладки JIT." -#: utils/misc/guc.c:2059 +#: utils/misc/guc.c:2071 msgid "Allow JIT compilation of expressions." msgstr "Включить JIT-компиляцию выражений." -#: utils/misc/guc.c:2070 +#: utils/misc/guc.c:2082 msgid "Register JIT-compiled functions with perf profiler." msgstr "Регистрировать JIT-компилируемые функции в профилировщике perf." -#: utils/misc/guc.c:2087 +#: utils/misc/guc.c:2099 msgid "Allow JIT compilation of tuple deforming." msgstr "Разрешить JIT-компиляцию кода преобразования кортежей." -#: utils/misc/guc.c:2098 +#: utils/misc/guc.c:2110 msgid "Whether to continue running after a failure to sync data files." msgstr "Продолжать работу после ошибки при сохранении файлов данных на диске." -#: utils/misc/guc.c:2107 +#: utils/misc/guc.c:2119 msgid "" "Sets whether a WAL receiver should create a temporary replication slot if no " "permanent slot is configured." @@ -29103,7 +29191,7 @@ "Определяет, должен ли приёмник WAL создавать временный слот репликации, если " "не настроен постоянный слот." -#: utils/misc/guc.c:2125 +#: utils/misc/guc.c:2137 msgid "" "Forces a switch to the next WAL file if a new file has not been started " "within N seconds." @@ -29111,19 +29199,19 @@ "Принудительно переключаться на следующий файл WAL, если начать новый файл за " "N секунд не удалось." -#: utils/misc/guc.c:2136 +#: utils/misc/guc.c:2148 msgid "Waits N seconds on connection startup after authentication." msgstr "Ждать N секунд при подключении после проверки подлинности." -#: utils/misc/guc.c:2137 utils/misc/guc.c:2735 +#: utils/misc/guc.c:2149 utils/misc/guc.c:2747 msgid "This allows attaching a debugger to the process." msgstr "Это позволяет подключить к процессу отладчик." -#: utils/misc/guc.c:2146 +#: utils/misc/guc.c:2158 msgid "Sets the default statistics target." msgstr "Устанавливает ориентир статистики по умолчанию." -#: utils/misc/guc.c:2147 +#: utils/misc/guc.c:2159 msgid "" "This applies to table columns that have not had a column-specific target set " "via ALTER TABLE SET STATISTICS." @@ -29131,13 +29219,13 @@ "Это значение распространяется на столбцы таблицы, для которых ориентир " "статистики не задан явно через ALTER TABLE SET STATISTICS." -#: utils/misc/guc.c:2156 +#: utils/misc/guc.c:2168 msgid "Sets the FROM-list size beyond which subqueries are not collapsed." msgstr "" "Задаёт предел для списка FROM, при превышении которого подзапросы не " "сворачиваются." -#: utils/misc/guc.c:2158 +#: utils/misc/guc.c:2170 msgid "" "The planner will merge subqueries into upper queries if the resulting FROM " "list would have no more than this many items." @@ -29145,13 +29233,13 @@ "Планировщик объединит вложенные запросы с внешними, если в полученном списке " "FROM будет не больше заданного числа элементов." -#: utils/misc/guc.c:2169 +#: utils/misc/guc.c:2181 msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." msgstr "" "Задаёт предел для списка FROM, при превышении которого конструкции JOIN " "сохраняются." -#: utils/misc/guc.c:2171 +#: utils/misc/guc.c:2183 msgid "" "The planner will flatten explicit JOIN constructs into lists of FROM items " "whenever a list of no more than this many items would result." @@ -29159,34 +29247,34 @@ "Планировщик будет сносить явные конструкции JOIN в списки FROM, пока в " "результирующем списке не больше заданного числа элементов." -#: utils/misc/guc.c:2182 +#: utils/misc/guc.c:2194 msgid "Sets the threshold of FROM items beyond which GEQO is used." msgstr "" "Задаёт предел для списка FROM, при превышении которого применяется GEQO." -#: utils/misc/guc.c:2192 +#: utils/misc/guc.c:2204 msgid "GEQO: effort is used to set the default for other GEQO parameters." msgstr "" "GEQO: оценка усилий для планирования, задающая значения по умолчанию для " "других параметров GEQO." -#: utils/misc/guc.c:2202 +#: utils/misc/guc.c:2214 msgid "GEQO: number of individuals in the population." msgstr "GEQO: число особей в популяции." -#: utils/misc/guc.c:2203 utils/misc/guc.c:2213 +#: utils/misc/guc.c:2215 utils/misc/guc.c:2225 msgid "Zero selects a suitable default value." msgstr "При нуле выбирается подходящее значение по умолчанию." -#: utils/misc/guc.c:2212 +#: utils/misc/guc.c:2224 msgid "GEQO: number of iterations of the algorithm." msgstr "GEQO: число итераций алгоритма." -#: utils/misc/guc.c:2224 +#: utils/misc/guc.c:2236 msgid "Sets the time to wait on a lock before checking for deadlock." msgstr "Задаёт интервал ожидания в блокировке до проверки на взаимоблокировку." -#: utils/misc/guc.c:2235 +#: utils/misc/guc.c:2247 msgid "" "Sets the maximum delay before canceling queries when a hot standby server is " "processing archived WAL data." @@ -29194,7 +29282,7 @@ "Задаёт максимальную задержку до отмены запроса, когда сервер горячего " "резерва обрабатывает данные WAL из архива." -#: utils/misc/guc.c:2246 +#: utils/misc/guc.c:2258 msgid "" "Sets the maximum delay before canceling queries when a hot standby server is " "processing streamed WAL data." @@ -29202,13 +29290,13 @@ "Задаёт максимальную задержку до отмены запроса, когда сервер горячего " "резерва обрабатывает данные WAL из потока." -#: utils/misc/guc.c:2257 +#: utils/misc/guc.c:2269 msgid "Sets the minimum delay for applying changes during recovery." msgstr "" "Задаёт минимальную задержку для применения изменений в процессе " "восстановления." -#: utils/misc/guc.c:2268 +#: utils/misc/guc.c:2280 msgid "" "Sets the maximum interval between WAL receiver status reports to the sending " "server." @@ -29216,41 +29304,41 @@ "Задаёт максимальный интервал между отчётами о состоянии приёмника WAL, " "отправляемыми передающему серверу." -#: utils/misc/guc.c:2279 +#: utils/misc/guc.c:2291 msgid "Sets the maximum wait time to receive data from the sending server." msgstr "" "Задаёт предельное время ожидания для получения данных от передающего сервера." -#: utils/misc/guc.c:2290 +#: utils/misc/guc.c:2302 msgid "Sets the maximum number of concurrent connections." msgstr "Задаёт максимально возможное число подключений." -#: utils/misc/guc.c:2301 +#: utils/misc/guc.c:2313 msgid "Sets the number of connection slots reserved for superusers." msgstr "" "Определяет, сколько слотов подключений забронировано для суперпользователей." -#: utils/misc/guc.c:2311 +#: utils/misc/guc.c:2323 msgid "Amount of dynamic shared memory reserved at startup." msgstr "Объём динамической разделяемой памяти, резервируемый при запуске." -#: utils/misc/guc.c:2326 +#: utils/misc/guc.c:2338 msgid "Sets the number of shared memory buffers used by the server." msgstr "Задаёт количество буферов в разделяемой памяти, используемых сервером." -#: utils/misc/guc.c:2337 +#: utils/misc/guc.c:2349 msgid "Sets the maximum number of temporary buffers used by each session." msgstr "Задаёт предельное число временных буферов на один сеанс." -#: utils/misc/guc.c:2348 +#: utils/misc/guc.c:2360 msgid "Sets the TCP port the server listens on." msgstr "Задаёт TCP-порт для работы сервера." -#: utils/misc/guc.c:2358 +#: utils/misc/guc.c:2370 msgid "Sets the access permissions of the Unix-domain socket." msgstr "Задаёт права доступа для Unix-сокета." -#: utils/misc/guc.c:2359 +#: utils/misc/guc.c:2371 msgid "" "Unix-domain sockets use the usual Unix file system permission set. The " "parameter value is expected to be a numeric mode specification in the form " @@ -29262,11 +29350,11 @@ "воспринимаемом системными функциями chmod и umask. (Чтобы использовать " "привычный восьмеричный формат, добавьте в начало ноль (0).)" -#: utils/misc/guc.c:2373 +#: utils/misc/guc.c:2385 msgid "Sets the file permissions for log files." msgstr "Задаёт права доступа к файлам протоколов." -#: utils/misc/guc.c:2374 +#: utils/misc/guc.c:2386 msgid "" "The parameter value is expected to be a numeric mode specification in the " "form accepted by the chmod and umask system calls. (To use the customary " @@ -29276,11 +29364,11 @@ "функциями chmod и umask. (Чтобы использовать привычный восьмеричный формат, " "добавьте в начало ноль (0).)" -#: utils/misc/guc.c:2388 +#: utils/misc/guc.c:2400 msgid "Shows the mode of the data directory." msgstr "Показывает режим каталога данных." -#: utils/misc/guc.c:2389 +#: utils/misc/guc.c:2401 msgid "" "The parameter value is a numeric mode specification in the form accepted by " "the chmod and umask system calls. (To use the customary octal format the " @@ -29290,11 +29378,11 @@ "функциями chmod и umask. (Чтобы использовать привычный восьмеричный формат, " "добавьте в начало ноль (0).)" -#: utils/misc/guc.c:2402 +#: utils/misc/guc.c:2414 msgid "Sets the maximum memory to be used for query workspaces." msgstr "Задаёт предельный объём памяти для рабочих пространств запросов." -#: utils/misc/guc.c:2403 +#: utils/misc/guc.c:2415 msgid "" "This much memory can be used by each internal sort operation and hash table " "before switching to temporary disk files." @@ -29302,19 +29390,19 @@ "Такой объём памяти может использоваться каждой внутренней операцией " "сортировки и таблицей хешей до переключения на временные файлы на диске." -#: utils/misc/guc.c:2415 +#: utils/misc/guc.c:2427 msgid "Sets the maximum memory to be used for maintenance operations." msgstr "Задаёт предельный объём памяти для операций по обслуживанию." -#: utils/misc/guc.c:2416 +#: utils/misc/guc.c:2428 msgid "This includes operations such as VACUUM and CREATE INDEX." msgstr "Подразумеваются в частности операции VACUUM и CREATE INDEX." -#: utils/misc/guc.c:2426 +#: utils/misc/guc.c:2438 msgid "Sets the maximum memory to be used for logical decoding." msgstr "Задаёт предельный объём памяти для логического декодирования." -#: utils/misc/guc.c:2427 +#: utils/misc/guc.c:2439 msgid "" "This much memory can be used by each internal reorder buffer before spilling " "to disk." @@ -29322,85 +29410,85 @@ "Такой объём памяти может использоваться каждым внутренним буфером " "пересортировки до вымещения данных на диск." -#: utils/misc/guc.c:2443 +#: utils/misc/guc.c:2455 msgid "Sets the maximum stack depth, in kilobytes." msgstr "Задаёт максимальную глубину стека (в КБ)." -#: utils/misc/guc.c:2454 +#: utils/misc/guc.c:2466 msgid "Limits the total size of all temporary files used by each process." msgstr "" "Ограничивает общий размер всех временных файлов, доступный для каждого " "процесса." -#: utils/misc/guc.c:2455 +#: utils/misc/guc.c:2467 msgid "-1 means no limit." msgstr "-1 отключает ограничение." -#: utils/misc/guc.c:2465 +#: utils/misc/guc.c:2477 msgid "Vacuum cost for a page found in the buffer cache." msgstr "Стоимость очистки для страницы, найденной в кеше." -#: utils/misc/guc.c:2475 +#: utils/misc/guc.c:2487 msgid "Vacuum cost for a page not found in the buffer cache." msgstr "Стоимость очистки для страницы, не найденной в кеше." -#: utils/misc/guc.c:2485 +#: utils/misc/guc.c:2497 msgid "Vacuum cost for a page dirtied by vacuum." msgstr "Стоимость очистки для страницы, которая не была \"грязной\"." -#: utils/misc/guc.c:2495 +#: utils/misc/guc.c:2507 msgid "Vacuum cost amount available before napping." msgstr "Суммарная стоимость очистки, при которой нужна передышка." -#: utils/misc/guc.c:2505 +#: utils/misc/guc.c:2517 msgid "Vacuum cost amount available before napping, for autovacuum." msgstr "" "Суммарная стоимость очистки, при которой нужна передышка, для автоочистки." -#: utils/misc/guc.c:2515 +#: utils/misc/guc.c:2527 msgid "" "Sets the maximum number of simultaneously open files for each server process." msgstr "" "Задаёт предельное число одновременно открытых файлов для каждого серверного " "процесса." -#: utils/misc/guc.c:2528 +#: utils/misc/guc.c:2540 msgid "Sets the maximum number of simultaneously prepared transactions." msgstr "Задаёт предельное число одновременно подготовленных транзакций." -#: utils/misc/guc.c:2539 +#: utils/misc/guc.c:2551 msgid "Sets the minimum OID of tables for tracking locks." msgstr "Задаёт минимальный OID таблиц, для которых отслеживаются блокировки." -#: utils/misc/guc.c:2540 +#: utils/misc/guc.c:2552 msgid "Is used to avoid output on system tables." msgstr "Применяется для игнорирования системных таблиц." -#: utils/misc/guc.c:2549 +#: utils/misc/guc.c:2561 msgid "Sets the OID of the table with unconditionally lock tracing." msgstr "Задаёт OID таблицы для безусловного отслеживания блокировок." -#: utils/misc/guc.c:2561 +#: utils/misc/guc.c:2573 msgid "Sets the maximum allowed duration of any statement." msgstr "Задаёт предельную длительность для любого оператора." -#: utils/misc/guc.c:2562 utils/misc/guc.c:2573 utils/misc/guc.c:2584 -#: utils/misc/guc.c:2595 +#: utils/misc/guc.c:2574 utils/misc/guc.c:2585 utils/misc/guc.c:2596 +#: utils/misc/guc.c:2607 msgid "A value of 0 turns off the timeout." msgstr "Нулевое значение отключает тайм-аут." -#: utils/misc/guc.c:2572 +#: utils/misc/guc.c:2584 msgid "Sets the maximum allowed duration of any wait for a lock." msgstr "Задаёт максимальную продолжительность ожидания блокировок." -#: utils/misc/guc.c:2583 +#: utils/misc/guc.c:2595 msgid "" "Sets the maximum allowed idle time between queries, when in a transaction." msgstr "" "Задаёт предельно допустимую длительность простоя между запросами в " "транзакции." -#: utils/misc/guc.c:2594 +#: utils/misc/guc.c:2606 msgid "" "Sets the maximum allowed idle time between queries, when not in a " "transaction." @@ -29408,30 +29496,30 @@ "Задаёт предельно допустимую длительность простоя между запросами вне " "транзакций." -#: utils/misc/guc.c:2605 +#: utils/misc/guc.c:2617 msgid "Minimum age at which VACUUM should freeze a table row." msgstr "" "Минимальный возраст строк таблицы, при котором VACUUM может их заморозить." -#: utils/misc/guc.c:2615 +#: utils/misc/guc.c:2627 msgid "Age at which VACUUM should scan whole table to freeze tuples." msgstr "" "Возраст, при котором VACUUM должен сканировать всю таблицу с целью " "заморозить кортежи." -#: utils/misc/guc.c:2625 +#: utils/misc/guc.c:2637 msgid "Minimum age at which VACUUM should freeze a MultiXactId in a table row." msgstr "" "Минимальный возраст, при котором VACUUM будет замораживать MultiXactId в " "строке таблицы." -#: utils/misc/guc.c:2635 +#: utils/misc/guc.c:2647 msgid "Multixact age at which VACUUM should scan whole table to freeze tuples." msgstr "" "Возраст multixact, при котором VACUUM должен сканировать всю таблицу с целью " "заморозить кортежи." -#: utils/misc/guc.c:2645 +#: utils/misc/guc.c:2657 msgid "" "Number of transactions by which VACUUM and HOT cleanup should be deferred, " "if any." @@ -29439,14 +29527,14 @@ "Определяет, на сколько транзакций следует задержать старые строки, выполняя " "VACUUM или \"горячее\" обновление." -#: utils/misc/guc.c:2654 +#: utils/misc/guc.c:2666 msgid "" "Age at which VACUUM should trigger failsafe to avoid a wraparound outage." msgstr "" "Возраст, при котором VACUUM должен включить защиту от зацикливания во " "избежание отказа." -#: utils/misc/guc.c:2663 +#: utils/misc/guc.c:2675 msgid "" "Multixact age at which VACUUM should trigger failsafe to avoid a wraparound " "outage." @@ -29454,11 +29542,11 @@ "Возраст мультитранзакций, при котором VACUUM должен включить защиту от " "зацикливания во избежание отказа." -#: utils/misc/guc.c:2676 +#: utils/misc/guc.c:2688 msgid "Sets the maximum number of locks per transaction." msgstr "Задаёт предельное число блокировок на транзакцию." -#: utils/misc/guc.c:2677 +#: utils/misc/guc.c:2689 msgid "" "The shared lock table is sized on the assumption that at most " "max_locks_per_transaction * max_connections distinct objects will need to be " @@ -29468,11 +29556,11 @@ "один момент времени потребуется заблокировать не больше чем " "max_locks_per_transaction * max_connections различных объектов." -#: utils/misc/guc.c:2688 +#: utils/misc/guc.c:2700 msgid "Sets the maximum number of predicate locks per transaction." msgstr "Задаёт предельное число предикатных блокировок на транзакцию." -#: utils/misc/guc.c:2689 +#: utils/misc/guc.c:2701 msgid "" "The shared predicate lock table is sized on the assumption that at most " "max_pred_locks_per_transaction * max_connections distinct objects will need " @@ -29482,14 +29570,14 @@ "предположения, что в один момент времени потребуется заблокировать не больше " "чем max_pred_locks_per_transaction * max_connections различных объектов." -#: utils/misc/guc.c:2700 +#: utils/misc/guc.c:2712 msgid "" "Sets the maximum number of predicate-locked pages and tuples per relation." msgstr "" "Задаёт максимальное число страниц и кортежей, блокируемых предикатными " "блокировками в одном отношении." -#: utils/misc/guc.c:2701 +#: utils/misc/guc.c:2713 msgid "" "If more than this total of pages and tuples in the same relation are locked " "by a connection, those locks are replaced by a relation-level lock." @@ -29497,13 +29585,13 @@ "Если одним соединением блокируется больше этого общего числа страниц и " "кортежей, эти блокировки заменяются блокировкой на уровне отношения." -#: utils/misc/guc.c:2711 +#: utils/misc/guc.c:2723 msgid "Sets the maximum number of predicate-locked tuples per page." msgstr "" "Задаёт максимальное число кортежей, блокируемых предикатными блокировками в " "одной странице." -#: utils/misc/guc.c:2712 +#: utils/misc/guc.c:2724 msgid "" "If more than this number of tuples on the same page are locked by a " "connection, those locks are replaced by a page-level lock." @@ -29511,40 +29599,40 @@ "Если одним соединением блокируется больше этого числа кортежей на одной " "странице, эти блокировки заменяются блокировкой на уровне страницы." -#: utils/misc/guc.c:2722 +#: utils/misc/guc.c:2734 msgid "Sets the maximum allowed time to complete client authentication." msgstr "Ограничивает время, за которое клиент должен пройти аутентификацию." -#: utils/misc/guc.c:2734 +#: utils/misc/guc.c:2746 msgid "Waits N seconds on connection startup before authentication." msgstr "Ждать N секунд при подключении до проверки подлинности." -#: utils/misc/guc.c:2745 +#: utils/misc/guc.c:2757 msgid "Sets the size of WAL files held for standby servers." msgstr "" "Определяет предельный объём файлов WAL, сохраняемых для резервных серверов." -#: utils/misc/guc.c:2756 +#: utils/misc/guc.c:2768 msgid "Sets the minimum size to shrink the WAL to." msgstr "Задаёт минимальный размер WAL при сжатии." -#: utils/misc/guc.c:2768 +#: utils/misc/guc.c:2780 msgid "Sets the WAL size that triggers a checkpoint." msgstr "Задаёт размер WAL, при котором инициируется контрольная точка." -#: utils/misc/guc.c:2780 +#: utils/misc/guc.c:2792 msgid "Sets the maximum time between automatic WAL checkpoints." msgstr "" "Задаёт максимальное время между автоматическими контрольными точками WAL." -#: utils/misc/guc.c:2791 +#: utils/misc/guc.c:2803 msgid "" "Enables warnings if checkpoint segments are filled more frequently than this." msgstr "" "Выдаёт предупреждения, когда сегменты контрольных точек заполняются за это " "время." -#: utils/misc/guc.c:2793 +#: utils/misc/guc.c:2805 msgid "" "Write a message to the server log if checkpoints caused by the filling of " "checkpoint segment files happens more frequently than this number of " @@ -29554,48 +29642,48 @@ "переполнением файлов сегментов, происходят за столько секунд. Нулевое " "значение отключает эти предупреждения." -#: utils/misc/guc.c:2805 utils/misc/guc.c:3021 utils/misc/guc.c:3068 +#: utils/misc/guc.c:2817 utils/misc/guc.c:3033 utils/misc/guc.c:3080 msgid "" "Number of pages after which previously performed writes are flushed to disk." msgstr "" "Число страниц, по достижении которого ранее выполненные операции записи " "сбрасываются на диск." -#: utils/misc/guc.c:2816 +#: utils/misc/guc.c:2828 msgid "Sets the number of disk-page buffers in shared memory for WAL." msgstr "Задаёт число буферов дисковых страниц в разделяемой памяти для WAL." -#: utils/misc/guc.c:2827 +#: utils/misc/guc.c:2839 msgid "Time between WAL flushes performed in the WAL writer." msgstr "Задержка между сбросом WAL в процессе, записывающем WAL." -#: utils/misc/guc.c:2838 +#: utils/misc/guc.c:2850 msgid "Amount of WAL written out by WAL writer that triggers a flush." msgstr "" "Объём WAL, обработанный пишущим WAL процессом, при котором инициируется " "сброс журнала на диск." -#: utils/misc/guc.c:2849 +#: utils/misc/guc.c:2861 msgid "Minimum size of new file to fsync instead of writing WAL." msgstr "" "Размер нового файла, при достижении которого файл не пишется в WAL, а " "сбрасывается на диск." -#: utils/misc/guc.c:2860 +#: utils/misc/guc.c:2872 msgid "Sets the maximum number of simultaneously running WAL sender processes." msgstr "" "Задаёт предельное число одновременно работающих процессов передачи WAL." -#: utils/misc/guc.c:2871 +#: utils/misc/guc.c:2883 msgid "Sets the maximum number of simultaneously defined replication slots." msgstr "Задаёт предельное число одновременно существующих слотов репликации." -#: utils/misc/guc.c:2881 +#: utils/misc/guc.c:2893 msgid "Sets the maximum WAL size that can be reserved by replication slots." msgstr "" "Задаёт максимальный размер WAL, который могут резервировать слоты репликации." -#: utils/misc/guc.c:2882 +#: utils/misc/guc.c:2894 msgid "" "Replication slots will be marked as failed, and segments released for " "deletion or recycling, if this much space is occupied by WAL on disk." @@ -29604,11 +29692,11 @@ "помечены как нерабочие, а сегменты будут освобождены для удаления или " "переработки." -#: utils/misc/guc.c:2894 +#: utils/misc/guc.c:2906 msgid "Sets the maximum time to wait for WAL replication." msgstr "Задаёт предельное время ожидания репликации WAL." -#: utils/misc/guc.c:2905 +#: utils/misc/guc.c:2917 msgid "" "Sets the delay in microseconds between transaction commit and flushing WAL " "to disk." @@ -29616,18 +29704,18 @@ "Задаёт задержку в микросекундах между фиксированием транзакций и сбросом WAL " "на диск." -#: utils/misc/guc.c:2917 +#: utils/misc/guc.c:2929 msgid "" "Sets the minimum concurrent open transactions before performing commit_delay." msgstr "" "Задаёт минимальное число одновременно открытых транзакций для применения " "commit_delay." -#: utils/misc/guc.c:2928 +#: utils/misc/guc.c:2940 msgid "Sets the number of digits displayed for floating-point values." msgstr "Задаёт число выводимых цифр для чисел с плавающей точкой." -#: utils/misc/guc.c:2929 +#: utils/misc/guc.c:2941 msgid "" "This affects real, double precision, and geometric data types. A zero or " "negative parameter value is added to the standard number of digits (FLT_DIG " @@ -29639,7 +29727,7 @@ "(FLT_DIG или DBL_DIG соответственно). Положительное значение включает режим " "точного вывода." -#: utils/misc/guc.c:2941 +#: utils/misc/guc.c:2953 msgid "" "Sets the minimum execution time above which a sample of statements will be " "logged. Sampling is determined by log_statement_sample_rate." @@ -29648,22 +29736,22 @@ "которого он выводится в журнал. Выборка определяется параметром " "log_statement_sample_rate." -#: utils/misc/guc.c:2944 +#: utils/misc/guc.c:2956 msgid "Zero logs a sample of all queries. -1 turns this feature off." msgstr "При 0 выводятся все запросы в выборке; -1 отключает эти сообщения." -#: utils/misc/guc.c:2954 +#: utils/misc/guc.c:2966 msgid "" "Sets the minimum execution time above which all statements will be logged." msgstr "" "Задаёт предельное время выполнения любого оператора, при превышении которого " "он выводится в журнал." -#: utils/misc/guc.c:2956 +#: utils/misc/guc.c:2968 msgid "Zero prints all queries. -1 turns this feature off." msgstr "При 0 выводятся все запросы; -1 отключает эти сообщения." -#: utils/misc/guc.c:2966 +#: utils/misc/guc.c:2978 msgid "" "Sets the minimum execution time above which autovacuum actions will be " "logged." @@ -29671,40 +29759,40 @@ "Задаёт предельное время выполнения автоочистки, при превышении которого эта " "операция протоколируется в журнале." -#: utils/misc/guc.c:2968 +#: utils/misc/guc.c:2980 msgid "Zero prints all actions. -1 turns autovacuum logging off." msgstr "" "При 0 протоколируются все операции автоочистки; -1 отключает эти сообщения." -#: utils/misc/guc.c:2978 +#: utils/misc/guc.c:2990 msgid "" "When logging statements, limit logged parameter values to first N bytes." msgstr "" "Обрезать длинные значения параметров выводимых в журнал операторов до первых " "N байт." -#: utils/misc/guc.c:2979 utils/misc/guc.c:2990 +#: utils/misc/guc.c:2991 utils/misc/guc.c:3002 msgid "-1 to print values in full." msgstr "При -1 значения выводятся полностью." -#: utils/misc/guc.c:2989 +#: utils/misc/guc.c:3001 msgid "" "When reporting an error, limit logged parameter values to first N bytes." msgstr "" "Обрезать значения параметров, выводимые в сообщениях об ошибках, до первых N " "байт." -#: utils/misc/guc.c:3000 +#: utils/misc/guc.c:3012 msgid "Background writer sleep time between rounds." msgstr "Время простоя в процессе фоновой записи между подходами." -#: utils/misc/guc.c:3011 +#: utils/misc/guc.c:3023 msgid "Background writer maximum number of LRU pages to flush per round." msgstr "" "Максимальное число LRU-страниц, сбрасываемых за один подход, в процессе " "фоновой записи." -#: utils/misc/guc.c:3034 +#: utils/misc/guc.c:3046 msgid "" "Number of simultaneous requests that can be handled efficiently by the disk " "subsystem." @@ -29712,80 +29800,80 @@ "Число одновременных запросов, которые могут быть эффективно обработаны " "дисковой подсистемой." -#: utils/misc/guc.c:3052 +#: utils/misc/guc.c:3064 msgid "" "A variant of effective_io_concurrency that is used for maintenance work." msgstr "" "Вариация параметра effective_io_concurrency, предназначенная для операций " "обслуживания БД." -#: utils/misc/guc.c:3081 +#: utils/misc/guc.c:3093 msgid "Maximum number of concurrent worker processes." msgstr "Задаёт максимально возможное число рабочих процессов." -#: utils/misc/guc.c:3093 +#: utils/misc/guc.c:3105 msgid "Maximum number of logical replication worker processes." msgstr "" "Задаёт максимально возможное число рабочих процессов логической репликации." -#: utils/misc/guc.c:3105 +#: utils/misc/guc.c:3117 msgid "Maximum number of table synchronization workers per subscription." msgstr "" "Задаёт максимально возможное число процессов синхронизации таблиц для одной " "подписки." -#: utils/misc/guc.c:3115 +#: utils/misc/guc.c:3127 msgid "Automatic log file rotation will occur after N minutes." msgstr "Автоматическая прокрутка файла протокола через каждые N минут." -#: utils/misc/guc.c:3126 +#: utils/misc/guc.c:3138 msgid "Automatic log file rotation will occur after N kilobytes." msgstr "" "Автоматическая прокрутка файла протокола при выходе за предел N килобайт." -#: utils/misc/guc.c:3137 +#: utils/misc/guc.c:3149 msgid "Shows the maximum number of function arguments." msgstr "Показывает максимально возможное число аргументов функций." -#: utils/misc/guc.c:3148 +#: utils/misc/guc.c:3160 msgid "Shows the maximum number of index keys." msgstr "Показывает максимально возможное число ключей в индексе." -#: utils/misc/guc.c:3159 +#: utils/misc/guc.c:3171 msgid "Shows the maximum identifier length." msgstr "Показывает максимально возможную длину идентификатора." -#: utils/misc/guc.c:3170 +#: utils/misc/guc.c:3182 msgid "Shows the size of a disk block." msgstr "Показывает размер дискового блока." -#: utils/misc/guc.c:3181 +#: utils/misc/guc.c:3193 msgid "Shows the number of pages per disk file." msgstr "Показывает число страниц в одном файле." -#: utils/misc/guc.c:3192 +#: utils/misc/guc.c:3204 msgid "Shows the block size in the write ahead log." msgstr "Показывает размер блока в журнале WAL." -#: utils/misc/guc.c:3203 +#: utils/misc/guc.c:3215 msgid "" "Sets the time to wait before retrying to retrieve WAL after a failed attempt." msgstr "" "Задаёт время задержки перед повторной попыткой обращения к WAL после неудачи." -#: utils/misc/guc.c:3215 +#: utils/misc/guc.c:3227 msgid "Shows the size of write ahead log segments." msgstr "Показывает размер сегментов журнала предзаписи." -#: utils/misc/guc.c:3228 +#: utils/misc/guc.c:3240 msgid "Time to sleep between autovacuum runs." msgstr "Время простоя между запусками автоочистки." -#: utils/misc/guc.c:3238 +#: utils/misc/guc.c:3250 msgid "Minimum number of tuple updates or deletes prior to vacuum." msgstr "Минимальное число изменений или удалений кортежей, вызывающее очистку." -#: utils/misc/guc.c:3247 +#: utils/misc/guc.c:3259 msgid "" "Minimum number of tuple inserts prior to vacuum, or -1 to disable insert " "vacuums." @@ -29793,27 +29881,27 @@ "Минимальное число добавлений кортежей, вызывающее очистку; при -1 такая " "очистка отключается." -#: utils/misc/guc.c:3256 +#: utils/misc/guc.c:3268 msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze." msgstr "" "Минимальное число добавлений, изменений или удалений кортежей, вызывающее " "анализ." -#: utils/misc/guc.c:3266 +#: utils/misc/guc.c:3278 msgid "" "Age at which to autovacuum a table to prevent transaction ID wraparound." msgstr "" "Возраст, при котором необходима автоочистка таблицы для предотвращения " "зацикливания ID транзакций." -#: utils/misc/guc.c:3281 +#: utils/misc/guc.c:3293 msgid "" "Multixact age at which to autovacuum a table to prevent multixact wraparound." msgstr "" "Возраст multixact, при котором необходима автоочистка таблицы для " "предотвращения зацикливания multixact." -#: utils/misc/guc.c:3291 +#: utils/misc/guc.c:3303 msgid "" "Sets the maximum number of simultaneously running autovacuum worker " "processes." @@ -29821,30 +29909,30 @@ "Задаёт предельное число одновременно выполняющихся рабочих процессов " "автоочистки." -#: utils/misc/guc.c:3301 +#: utils/misc/guc.c:3313 msgid "" "Sets the maximum number of parallel processes per maintenance operation." msgstr "" "Задаёт максимальное число параллельных процессов на одну операцию " "обслуживания." -#: utils/misc/guc.c:3311 +#: utils/misc/guc.c:3323 msgid "Sets the maximum number of parallel processes per executor node." msgstr "Задаёт максимальное число параллельных процессов на узел исполнителя." -#: utils/misc/guc.c:3322 +#: utils/misc/guc.c:3334 msgid "" "Sets the maximum number of parallel workers that can be active at one time." msgstr "" "Задаёт максимальное число параллельных процессов, которые могут быть активны " "одновременно." -#: utils/misc/guc.c:3333 +#: utils/misc/guc.c:3345 msgid "Sets the maximum memory to be used by each autovacuum worker process." msgstr "" "Задаёт предельный объём памяти для каждого рабочего процесса автоочистки." -#: utils/misc/guc.c:3344 +#: utils/misc/guc.c:3356 msgid "" "Time before a snapshot is too old to read pages changed after the snapshot " "was taken." @@ -29852,33 +29940,33 @@ "Срок, по истечении которого снимок считается слишком старым для получения " "страниц, изменённых после создания снимка." -#: utils/misc/guc.c:3345 +#: utils/misc/guc.c:3357 msgid "A value of -1 disables this feature." msgstr "Значение -1 отключает это поведение." -#: utils/misc/guc.c:3355 +#: utils/misc/guc.c:3367 msgid "Time between issuing TCP keepalives." msgstr "Интервал между TCP-пакетами пульса (keep-alive)." -#: utils/misc/guc.c:3356 utils/misc/guc.c:3367 utils/misc/guc.c:3491 +#: utils/misc/guc.c:3368 utils/misc/guc.c:3379 utils/misc/guc.c:3503 msgid "A value of 0 uses the system default." msgstr "При нулевом значении действует системный параметр." -#: utils/misc/guc.c:3366 +#: utils/misc/guc.c:3378 msgid "Time between TCP keepalive retransmits." msgstr "Интервал между повторениями TCP-пакетов пульса (keep-alive)." -#: utils/misc/guc.c:3377 +#: utils/misc/guc.c:3389 msgid "SSL renegotiation is no longer supported; this can only be 0." msgstr "" "Повторное согласование SSL более не поддерживается; единственное допустимое " "значение - 0." -#: utils/misc/guc.c:3388 +#: utils/misc/guc.c:3400 msgid "Maximum number of TCP keepalive retransmits." msgstr "Максимальное число повторений TCP-пакетов пульса (keep-alive)." -#: utils/misc/guc.c:3389 +#: utils/misc/guc.c:3401 msgid "" "This controls the number of consecutive keepalive retransmits that can be " "lost before a connection is considered dead. A value of 0 uses the system " @@ -29888,15 +29976,15 @@ "прежде чем соединение будет считаться пропавшим. При нулевом значении " "действует системный параметр." -#: utils/misc/guc.c:3400 +#: utils/misc/guc.c:3412 msgid "Sets the maximum allowed result for exact search by GIN." msgstr "Ограничивает результат точного поиска с использованием GIN." -#: utils/misc/guc.c:3411 +#: utils/misc/guc.c:3423 msgid "Sets the planner's assumption about the total size of the data caches." msgstr "Подсказывает планировщику примерный общий размер кешей данных." -#: utils/misc/guc.c:3412 +#: utils/misc/guc.c:3424 msgid "" "That is, the total size of the caches (kernel cache and shared buffers) used " "for PostgreSQL data files. This is measured in disk pages, which are " @@ -29906,12 +29994,12 @@ "попадают файлы данных PostgreSQL. Размер задаётся в дисковых страницах " "(обычно это 8 КБ)." -#: utils/misc/guc.c:3423 +#: utils/misc/guc.c:3435 msgid "Sets the minimum amount of table data for a parallel scan." msgstr "" "Задаёт минимальный объём данных в таблице для параллельного сканирования." -#: utils/misc/guc.c:3424 +#: utils/misc/guc.c:3436 msgid "" "If the planner estimates that it will read a number of table pages too small " "to reach this limit, a parallel scan will not be considered." @@ -29920,12 +30008,12 @@ "задано этим ограничением, он исключает параллельное сканирование из " "рассмотрения." -#: utils/misc/guc.c:3434 +#: utils/misc/guc.c:3446 msgid "Sets the minimum amount of index data for a parallel scan." msgstr "" "Задаёт минимальный объём данных в индексе для параллельного сканирования." -#: utils/misc/guc.c:3435 +#: utils/misc/guc.c:3447 msgid "" "If the planner estimates that it will read a number of index pages too small " "to reach this limit, a parallel scan will not be considered." @@ -29934,54 +30022,54 @@ "задано этим ограничением, он исключает параллельное сканирование из " "рассмотрения." -#: utils/misc/guc.c:3446 +#: utils/misc/guc.c:3458 msgid "Shows the server version as an integer." msgstr "Показывает версию сервера в виде целого числа." -#: utils/misc/guc.c:3457 +#: utils/misc/guc.c:3469 msgid "Log the use of temporary files larger than this number of kilobytes." msgstr "" "Фиксирует в протоколе превышение временными файлами заданного размера (в КБ)." -#: utils/misc/guc.c:3458 +#: utils/misc/guc.c:3470 msgid "Zero logs all files. The default is -1 (turning this feature off)." msgstr "" "При 0 отмечаются все файлы; при -1 эти сообщения отключаются (по умолчанию)." -#: utils/misc/guc.c:3468 +#: utils/misc/guc.c:3480 msgid "Sets the size reserved for pg_stat_activity.query, in bytes." msgstr "Задаёт размер, резервируемый для pg_stat_activity.query (в байтах)." -#: utils/misc/guc.c:3479 +#: utils/misc/guc.c:3491 msgid "Sets the maximum size of the pending list for GIN index." msgstr "Задаёт максимальный размер списка-очереди для GIN-индекса." -#: utils/misc/guc.c:3490 +#: utils/misc/guc.c:3502 msgid "TCP user timeout." msgstr "Пользовательский таймаут TCP." -#: utils/misc/guc.c:3501 +#: utils/misc/guc.c:3513 msgid "The size of huge page that should be requested." msgstr "Запрашиваемый размер огромных страниц." -#: utils/misc/guc.c:3512 +#: utils/misc/guc.c:3524 msgid "Aggressively flush system caches for debugging purposes." msgstr "Включает агрессивный сброс системных кешей для целей отладки." -#: utils/misc/guc.c:3535 +#: utils/misc/guc.c:3547 msgid "" "Sets the time interval between checks for disconnection while running " "queries." msgstr "" "Задаёт интервал между проверками подключения во время выполнения запросов." -#: utils/misc/guc.c:3555 +#: utils/misc/guc.c:3567 msgid "" "Sets the planner's estimate of the cost of a sequentially fetched disk page." msgstr "" "Задаёт для планировщика ориентир стоимости последовательного чтения страницы." -#: utils/misc/guc.c:3566 +#: utils/misc/guc.c:3578 msgid "" "Sets the planner's estimate of the cost of a nonsequentially fetched disk " "page." @@ -29989,13 +30077,13 @@ "Задаёт для планировщика ориентир стоимости непоследовательного чтения " "страницы." -#: utils/misc/guc.c:3577 +#: utils/misc/guc.c:3589 msgid "Sets the planner's estimate of the cost of processing each tuple (row)." msgstr "" "Задаёт для планировщика ориентир стоимости обработки каждого кортежа " "(строки)." -#: utils/misc/guc.c:3588 +#: utils/misc/guc.c:3600 msgid "" "Sets the planner's estimate of the cost of processing each index entry " "during an index scan." @@ -30003,7 +30091,7 @@ "Задаёт для планировщика ориентир стоимости обработки каждого элемента " "индекса в процессе сканирования индекса." -#: utils/misc/guc.c:3599 +#: utils/misc/guc.c:3611 msgid "" "Sets the planner's estimate of the cost of processing each operator or " "function call." @@ -30011,7 +30099,7 @@ "Задаёт для планировщика ориентир стоимости обработки каждого оператора или " "вызова функции." -#: utils/misc/guc.c:3610 +#: utils/misc/guc.c:3622 msgid "" "Sets the planner's estimate of the cost of passing each tuple (row) from " "worker to leader backend." @@ -30019,7 +30107,7 @@ "Задаёт для планировщика ориентир стоимости передачи каждого кортежа (строки) " "ведущему процессу от рабочего." -#: utils/misc/guc.c:3621 +#: utils/misc/guc.c:3633 msgid "" "Sets the planner's estimate of the cost of starting up worker processes for " "parallel query." @@ -30027,70 +30115,70 @@ "Задаёт для планировщика ориентир стоимости запуска рабочих процессов для " "параллельного выполнения запроса." -#: utils/misc/guc.c:3633 +#: utils/misc/guc.c:3645 msgid "Perform JIT compilation if query is more expensive." msgstr "Стоимость запроса, при превышении которой производится JIT-компиляция." -#: utils/misc/guc.c:3634 +#: utils/misc/guc.c:3646 msgid "-1 disables JIT compilation." msgstr "-1 отключает JIT-компиляцию." -#: utils/misc/guc.c:3644 +#: utils/misc/guc.c:3656 msgid "Optimize JIT-compiled functions if query is more expensive." msgstr "" "Стоимость запроса, при превышении которой оптимизируются JIT-" "скомпилированные функции." -#: utils/misc/guc.c:3645 +#: utils/misc/guc.c:3657 msgid "-1 disables optimization." msgstr "-1 отключает оптимизацию." -#: utils/misc/guc.c:3655 +#: utils/misc/guc.c:3667 msgid "Perform JIT inlining if query is more expensive." msgstr "Стоимость запроса, при которой выполняется встраивание JIT." -#: utils/misc/guc.c:3656 +#: utils/misc/guc.c:3668 msgid "-1 disables inlining." msgstr "-1 отключает встраивание кода." -#: utils/misc/guc.c:3666 +#: utils/misc/guc.c:3678 msgid "" "Sets the planner's estimate of the fraction of a cursor's rows that will be " "retrieved." msgstr "" "Задаёт для планировщика ориентир доли требуемых строк курсора в общем числе." -#: utils/misc/guc.c:3678 +#: utils/misc/guc.c:3690 msgid "GEQO: selective pressure within the population." msgstr "GEQO: селективное давление в популяции." -#: utils/misc/guc.c:3689 +#: utils/misc/guc.c:3701 msgid "GEQO: seed for random path selection." msgstr "GEQO: отправное значение для случайного выбора пути." -#: utils/misc/guc.c:3700 +#: utils/misc/guc.c:3712 msgid "Multiple of work_mem to use for hash tables." msgstr "Множитель work_mem, определяющий объём памяти для хеш-таблиц." -#: utils/misc/guc.c:3711 +#: utils/misc/guc.c:3723 msgid "Multiple of the average buffer usage to free per round." msgstr "" "Множитель для среднего числа использованных буферов, определяющий число " "буферов, освобождаемых за один подход." -#: utils/misc/guc.c:3721 +#: utils/misc/guc.c:3733 msgid "Sets the seed for random-number generation." msgstr "Задаёт отправное значение для генератора случайных чисел." -#: utils/misc/guc.c:3732 +#: utils/misc/guc.c:3744 msgid "Vacuum cost delay in milliseconds." msgstr "Задержка очистки (в миллисекундах)." -#: utils/misc/guc.c:3743 +#: utils/misc/guc.c:3755 msgid "Vacuum cost delay in milliseconds, for autovacuum." msgstr "Задержка очистки для автоочистки (в миллисекундах)." -#: utils/misc/guc.c:3754 +#: utils/misc/guc.c:3766 msgid "" "Number of tuple updates or deletes prior to vacuum as a fraction of " "reltuples." @@ -30098,13 +30186,13 @@ "Отношение числа обновлений или удалений кортежей к reltuples, определяющее " "потребность в очистке." -#: utils/misc/guc.c:3764 +#: utils/misc/guc.c:3776 msgid "Number of tuple inserts prior to vacuum as a fraction of reltuples." msgstr "" "Отношение числа добавлений кортежей к reltuples, определяющее потребность в " "очистке." -#: utils/misc/guc.c:3774 +#: utils/misc/guc.c:3786 msgid "" "Number of tuple inserts, updates, or deletes prior to analyze as a fraction " "of reltuples." @@ -30112,7 +30200,7 @@ "Отношение числа добавлений, обновлений или удалений кортежей к reltuples, " "определяющее потребность в анализе." -#: utils/misc/guc.c:3784 +#: utils/misc/guc.c:3796 msgid "" "Time spent flushing dirty buffers during checkpoint, as fraction of " "checkpoint interval." @@ -30120,25 +30208,25 @@ "Отношение продолжительности сброса \"грязных\" буферов во время контрольной " "точки к интервалу контрольных точек." -#: utils/misc/guc.c:3794 +#: utils/misc/guc.c:3806 msgid "Fraction of statements exceeding log_min_duration_sample to be logged." msgstr "" "Доля записываемых в журнал операторов с длительностью, превышающей " "log_min_duration_sample." -#: utils/misc/guc.c:3795 +#: utils/misc/guc.c:3807 msgid "Use a value between 0.0 (never log) and 1.0 (always log)." msgstr "" "Может задаваться значением от 0.0 (не записывать никакие операторы) и 1.0 " "(записывать все)." -#: utils/misc/guc.c:3804 +#: utils/misc/guc.c:3816 msgid "Sets the fraction of transactions from which to log all statements." msgstr "" "Задаёт долю транзакций, все операторы которых будут записываться в журнал " "сервера." -#: utils/misc/guc.c:3805 +#: utils/misc/guc.c:3817 msgid "" "Use a value between 0.0 (never log) and 1.0 (log all statements for all " "transactions)." @@ -30146,34 +30234,34 @@ "Значение 0.0 означает — не записывать никакие транзакции, а значение 1.0 — " "записывать все операторы всех транзакций." -#: utils/misc/guc.c:3824 +#: utils/misc/guc.c:3836 msgid "Sets the shell command that will be called to archive a WAL file." msgstr "Задаёт команду оболочки, вызываемую для архивации файла WAL." -#: utils/misc/guc.c:3834 +#: utils/misc/guc.c:3846 msgid "" "Sets the shell command that will be called to retrieve an archived WAL file." msgstr "" "Задаёт команду оболочки, которая будет вызываться для извлечения из архива " "файла WAL." -#: utils/misc/guc.c:3844 +#: utils/misc/guc.c:3856 msgid "Sets the shell command that will be executed at every restart point." msgstr "" "Задаёт команду оболочки, которая будет выполняться при каждой точке " "перезапуска." -#: utils/misc/guc.c:3854 +#: utils/misc/guc.c:3866 msgid "" "Sets the shell command that will be executed once at the end of recovery." msgstr "" "Задаёт команду оболочки, которая будет выполняться в конце восстановления." -#: utils/misc/guc.c:3864 +#: utils/misc/guc.c:3876 msgid "Specifies the timeline to recover into." msgstr "Указывает линию времени для выполнения восстановления." -#: utils/misc/guc.c:3874 +#: utils/misc/guc.c:3886 msgid "" "Set to \"immediate\" to end recovery as soon as a consistent state is " "reached." @@ -30181,24 +30269,24 @@ "Задайте значение \"immediate\", чтобы восстановление остановилось сразу " "после достижения согласованного состояния." -#: utils/misc/guc.c:3883 +#: utils/misc/guc.c:3895 msgid "Sets the transaction ID up to which recovery will proceed." msgstr "" "Задаёт идентификатор транзакции, вплоть до которой будет производиться " "восстановление." -#: utils/misc/guc.c:3892 +#: utils/misc/guc.c:3904 msgid "Sets the time stamp up to which recovery will proceed." msgstr "" "Задаёт момент времени, вплоть до которого будет производиться восстановление." -#: utils/misc/guc.c:3901 +#: utils/misc/guc.c:3913 msgid "Sets the named restore point up to which recovery will proceed." msgstr "" "Задаёт именованную точку восстановления, до которой будет производиться " "восстановление." -#: utils/misc/guc.c:3910 +#: utils/misc/guc.c:3922 msgid "" "Sets the LSN of the write-ahead log location up to which recovery will " "proceed." @@ -30206,71 +30294,71 @@ "Задаёт в виде LSN позицию в журнале предзаписи, до которой будет " "производиться восстановление." -#: utils/misc/guc.c:3920 +#: utils/misc/guc.c:3932 msgid "Specifies a file name whose presence ends recovery in the standby." msgstr "" "Задаёт имя файла, присутствие которого выводит ведомый из режима " "восстановления." -#: utils/misc/guc.c:3930 +#: utils/misc/guc.c:3942 msgid "Sets the connection string to be used to connect to the sending server." msgstr "" "Задаёт строку соединения, которая будет использоваться для подключения к " "передающему серверу." -#: utils/misc/guc.c:3941 +#: utils/misc/guc.c:3953 msgid "Sets the name of the replication slot to use on the sending server." msgstr "" "Задаёт имя слота репликации, который будет использоваться на передающем " "сервере." -#: utils/misc/guc.c:3951 +#: utils/misc/guc.c:3963 msgid "Sets the client's character set encoding." msgstr "Задаёт кодировку символов, используемую клиентом." -#: utils/misc/guc.c:3962 +#: utils/misc/guc.c:3974 msgid "Controls information prefixed to each log line." msgstr "Определяет содержимое префикса каждой строки протокола." -#: utils/misc/guc.c:3963 +#: utils/misc/guc.c:3975 msgid "If blank, no prefix is used." msgstr "При пустом значении префикс также отсутствует." -#: utils/misc/guc.c:3972 +#: utils/misc/guc.c:3984 msgid "Sets the time zone to use in log messages." msgstr "Задаёт часовой пояс для вывода времени в сообщениях протокола." -#: utils/misc/guc.c:3982 +#: utils/misc/guc.c:3994 msgid "Sets the display format for date and time values." msgstr "Устанавливает формат вывода дат и времени." -#: utils/misc/guc.c:3983 +#: utils/misc/guc.c:3995 msgid "Also controls interpretation of ambiguous date inputs." msgstr "Также помогает разбирать неоднозначно заданные вводимые даты." -#: utils/misc/guc.c:3994 +#: utils/misc/guc.c:4006 msgid "Sets the default table access method for new tables." msgstr "Задаёт табличный метод доступа по умолчанию для новых таблиц." -#: utils/misc/guc.c:4005 +#: utils/misc/guc.c:4017 msgid "Sets the default tablespace to create tables and indexes in." msgstr "" "Задаёт табличное пространство по умолчанию для новых таблиц и индексов." -#: utils/misc/guc.c:4006 +#: utils/misc/guc.c:4018 msgid "An empty string selects the database's default tablespace." msgstr "При пустом значении используется табличное пространство базы данных." -#: utils/misc/guc.c:4016 +#: utils/misc/guc.c:4028 msgid "Sets the tablespace(s) to use for temporary tables and sort files." msgstr "" "Задаёт табличное пространство(а) для временных таблиц и файлов сортировки." -#: utils/misc/guc.c:4027 +#: utils/misc/guc.c:4039 msgid "Sets the path for dynamically loadable modules." msgstr "Задаёт путь для динамически загружаемых модулей." -#: utils/misc/guc.c:4028 +#: utils/misc/guc.c:4040 msgid "" "If a dynamically loadable module needs to be opened and the specified name " "does not have a directory component (i.e., the name does not contain a " @@ -30280,79 +30368,79 @@ "указан путь (нет символа '/'), система будет искать этот файл в заданном " "пути." -#: utils/misc/guc.c:4041 +#: utils/misc/guc.c:4053 msgid "Sets the location of the Kerberos server key file." msgstr "Задаёт размещение файла с ключом Kerberos для данного сервера." -#: utils/misc/guc.c:4052 +#: utils/misc/guc.c:4064 msgid "Sets the Bonjour service name." msgstr "Задаёт название службы Bonjour." -#: utils/misc/guc.c:4064 +#: utils/misc/guc.c:4076 msgid "Shows the collation order locale." msgstr "Показывает правило сортировки." -#: utils/misc/guc.c:4075 +#: utils/misc/guc.c:4087 msgid "Shows the character classification and case conversion locale." msgstr "Показывает правило классификации символов и преобразования регистра." -#: utils/misc/guc.c:4086 +#: utils/misc/guc.c:4098 msgid "Sets the language in which messages are displayed." msgstr "Задаёт язык выводимых сообщений." -#: utils/misc/guc.c:4096 +#: utils/misc/guc.c:4108 msgid "Sets the locale for formatting monetary amounts." msgstr "Задаёт локаль для форматирования денежных сумм." -#: utils/misc/guc.c:4106 +#: utils/misc/guc.c:4118 msgid "Sets the locale for formatting numbers." msgstr "Задаёт локаль для форматирования чисел." -#: utils/misc/guc.c:4116 +#: utils/misc/guc.c:4128 msgid "Sets the locale for formatting date and time values." msgstr "Задаёт локаль для форматирования дат и времени." -#: utils/misc/guc.c:4126 +#: utils/misc/guc.c:4138 msgid "Lists shared libraries to preload into each backend." msgstr "" "Список разделяемых библиотек, заранее загружаемых в каждый обслуживающий " "процесс." -#: utils/misc/guc.c:4137 +#: utils/misc/guc.c:4149 msgid "Lists shared libraries to preload into server." msgstr "Список разделяемых библиотек, заранее загружаемых в память сервера." -#: utils/misc/guc.c:4148 +#: utils/misc/guc.c:4160 msgid "Lists unprivileged shared libraries to preload into each backend." msgstr "" "Список непривилегированных разделяемых библиотек, заранее загружаемых в " "каждый обслуживающий процесс." -#: utils/misc/guc.c:4159 +#: utils/misc/guc.c:4171 msgid "Sets the schema search order for names that are not schema-qualified." msgstr "Задаёт порядок просмотра схемы при поиске неполных имён." -#: utils/misc/guc.c:4171 +#: utils/misc/guc.c:4183 msgid "Shows the server (database) character set encoding." msgstr "Показывает кодировку символов сервера (базы данных)." -#: utils/misc/guc.c:4183 +#: utils/misc/guc.c:4195 msgid "Shows the server version." msgstr "Показывает версию сервера." -#: utils/misc/guc.c:4195 +#: utils/misc/guc.c:4207 msgid "Sets the current role." msgstr "Задаёт текущую роль." -#: utils/misc/guc.c:4207 +#: utils/misc/guc.c:4219 msgid "Sets the session user name." msgstr "Задаёт имя пользователя в сеансе." -#: utils/misc/guc.c:4218 +#: utils/misc/guc.c:4230 msgid "Sets the destination for server log output." msgstr "Определяет, куда будет выводиться протокол сервера." -#: utils/misc/guc.c:4219 +#: utils/misc/guc.c:4231 msgid "" "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and " "\"eventlog\", depending on the platform." @@ -30360,24 +30448,24 @@ "Значение может включать сочетание слов \"stderr\", \"syslog\", \"csvlog\" и " "\"eventlog\", в зависимости от платформы." -#: utils/misc/guc.c:4230 +#: utils/misc/guc.c:4242 msgid "Sets the destination directory for log files." msgstr "Задаёт целевой каталог для файлов протоколов." -#: utils/misc/guc.c:4231 +#: utils/misc/guc.c:4243 msgid "Can be specified as relative to the data directory or as absolute path." msgstr "" "Путь может быть абсолютным или указываться относительно каталога данных." -#: utils/misc/guc.c:4241 +#: utils/misc/guc.c:4253 msgid "Sets the file name pattern for log files." msgstr "Задаёт шаблон имени для файлов протоколов." -#: utils/misc/guc.c:4252 +#: utils/misc/guc.c:4264 msgid "Sets the program name used to identify PostgreSQL messages in syslog." msgstr "Задаёт имя программы для идентификации сообщений PostgreSQL в syslog." -#: utils/misc/guc.c:4263 +#: utils/misc/guc.c:4275 msgid "" "Sets the application name used to identify PostgreSQL messages in the event " "log." @@ -30385,125 +30473,125 @@ "Задаёт имя приложения для идентификации сообщений PostgreSQL в журнале " "событий." -#: utils/misc/guc.c:4274 +#: utils/misc/guc.c:4286 msgid "Sets the time zone for displaying and interpreting time stamps." msgstr "" "Задаёт часовой пояс для вывода и разбора строкового представления времени." -#: utils/misc/guc.c:4284 +#: utils/misc/guc.c:4296 msgid "Selects a file of time zone abbreviations." msgstr "Выбирает файл с сокращёнными названиями часовых поясов." -#: utils/misc/guc.c:4294 +#: utils/misc/guc.c:4306 msgid "Sets the owning group of the Unix-domain socket." msgstr "Задаёт группу-владельца Unix-сокета." -#: utils/misc/guc.c:4295 +#: utils/misc/guc.c:4307 msgid "" "The owning user of the socket is always the user that starts the server." msgstr "" "Собственно владельцем сокета всегда будет пользователь, запускающий сервер." -#: utils/misc/guc.c:4305 +#: utils/misc/guc.c:4317 msgid "Sets the directories where Unix-domain sockets will be created." msgstr "Задаёт каталоги, где будут создаваться Unix-сокеты." -#: utils/misc/guc.c:4320 +#: utils/misc/guc.c:4332 msgid "Sets the host name or IP address(es) to listen to." msgstr "Задаёт имя узла или IP-адрес(а) для привязки." -#: utils/misc/guc.c:4335 +#: utils/misc/guc.c:4347 msgid "Sets the server's data directory." msgstr "Определяет каталог данных сервера." -#: utils/misc/guc.c:4346 +#: utils/misc/guc.c:4358 msgid "Sets the server's main configuration file." msgstr "Определяет основной файл конфигурации сервера." -#: utils/misc/guc.c:4357 +#: utils/misc/guc.c:4369 msgid "Sets the server's \"hba\" configuration file." msgstr "Задаёт путь к файлу конфигурации \"hba\"." -#: utils/misc/guc.c:4368 +#: utils/misc/guc.c:4380 msgid "Sets the server's \"ident\" configuration file." msgstr "Задаёт путь к файлу конфигурации \"ident\"." -#: utils/misc/guc.c:4379 +#: utils/misc/guc.c:4391 msgid "Writes the postmaster PID to the specified file." msgstr "Файл, в который будет записан код процесса postmaster." -#: utils/misc/guc.c:4390 +#: utils/misc/guc.c:4402 msgid "Shows the name of the SSL library." msgstr "Показывает имя библиотеки SSL." -#: utils/misc/guc.c:4405 +#: utils/misc/guc.c:4417 msgid "Location of the SSL server certificate file." msgstr "Размещение файла сертификата сервера для SSL." -#: utils/misc/guc.c:4415 +#: utils/misc/guc.c:4427 msgid "Location of the SSL server private key file." msgstr "Размещение файла с закрытым ключом сервера для SSL." -#: utils/misc/guc.c:4425 +#: utils/misc/guc.c:4437 msgid "Location of the SSL certificate authority file." msgstr "Размещение файла центра сертификации для SSL." -#: utils/misc/guc.c:4435 +#: utils/misc/guc.c:4447 msgid "Location of the SSL certificate revocation list file." msgstr "Размещение файла со списком отзыва сертификатов для SSL." -#: utils/misc/guc.c:4445 +#: utils/misc/guc.c:4457 msgid "Location of the SSL certificate revocation list directory." msgstr "Размещение каталога со списками отзыва сертификатов для SSL." -#: utils/misc/guc.c:4455 +#: utils/misc/guc.c:4467 msgid "Writes temporary statistics files to the specified directory." msgstr "Каталог, в который будут записываться временные файлы статистики." -#: utils/misc/guc.c:4466 +#: utils/misc/guc.c:4478 msgid "" "Number of synchronous standbys and list of names of potential synchronous " "ones." msgstr "" "Количество потенциально синхронных резервных серверов и список их имён." -#: utils/misc/guc.c:4477 +#: utils/misc/guc.c:4489 msgid "Sets default text search configuration." msgstr "Задаёт конфигурацию текстового поиска по умолчанию." -#: utils/misc/guc.c:4487 +#: utils/misc/guc.c:4499 msgid "Sets the list of allowed SSL ciphers." msgstr "Задаёт список допустимых алгоритмов шифрования для SSL." -#: utils/misc/guc.c:4502 +#: utils/misc/guc.c:4514 msgid "Sets the curve to use for ECDH." msgstr "Задаёт кривую для ECDH." -#: utils/misc/guc.c:4517 +#: utils/misc/guc.c:4529 msgid "Location of the SSL DH parameters file." msgstr "Размещение файла с параметрами SSL DH." -#: utils/misc/guc.c:4528 +#: utils/misc/guc.c:4540 msgid "Command to obtain passphrases for SSL." msgstr "Команда, позволяющая получить пароль для SSL." -#: utils/misc/guc.c:4539 +#: utils/misc/guc.c:4551 msgid "Sets the application name to be reported in statistics and logs." msgstr "" "Задаёт имя приложения, которое будет выводиться в статистике и протоколах." -#: utils/misc/guc.c:4550 +#: utils/misc/guc.c:4562 msgid "Sets the name of the cluster, which is included in the process title." msgstr "Задаёт имя кластера, которое будет добавляться в название процесса." -#: utils/misc/guc.c:4561 +#: utils/misc/guc.c:4573 msgid "" "Sets the WAL resource managers for which WAL consistency checks are done." msgstr "" "Задаёт перечень менеджеров ресурсов WAL, для которых выполняются проверки " "целостности WAL." -#: utils/misc/guc.c:4562 +#: utils/misc/guc.c:4574 msgid "" "Full-page images will be logged for all data blocks and cross-checked " "against the results of WAL replay." @@ -30511,28 +30599,28 @@ "При этом в журнал будут записываться образы полных страниц для всех блоков " "данных для сверки с результатами воспроизведения WAL." -#: utils/misc/guc.c:4572 +#: utils/misc/guc.c:4584 msgid "JIT provider to use." msgstr "Используемый провайдер JIT." -#: utils/misc/guc.c:4583 +#: utils/misc/guc.c:4595 msgid "Log backtrace for errors in these functions." msgstr "Записывать в журнал стек в случае ошибок в перечисленных функциях." -#: utils/misc/guc.c:4603 +#: utils/misc/guc.c:4615 msgid "Sets whether \"\\'\" is allowed in string literals." msgstr "Определяет, можно ли использовать \"\\'\" в текстовых строках." -#: utils/misc/guc.c:4613 +#: utils/misc/guc.c:4625 msgid "Sets the output format for bytea." msgstr "Задаёт формат вывода данных типа bytea." -#: utils/misc/guc.c:4623 +#: utils/misc/guc.c:4635 msgid "Sets the message levels that are sent to the client." msgstr "Ограничивает уровень сообщений, передаваемых клиенту." -#: utils/misc/guc.c:4624 utils/misc/guc.c:4710 utils/misc/guc.c:4721 -#: utils/misc/guc.c:4797 +#: utils/misc/guc.c:4636 utils/misc/guc.c:4722 utils/misc/guc.c:4733 +#: utils/misc/guc.c:4809 msgid "" "Each level includes all the levels that follow it. The later the level, the " "fewer messages are sent." @@ -30540,16 +30628,16 @@ "Каждый уровень включает все последующие. Чем выше уровень, тем меньше " "сообщений." -#: utils/misc/guc.c:4634 +#: utils/misc/guc.c:4646 msgid "Compute query identifiers." msgstr "Вычислять идентификаторы запросов." -#: utils/misc/guc.c:4644 +#: utils/misc/guc.c:4656 msgid "Enables the planner to use constraints to optimize queries." msgstr "" "Разрешает планировщику оптимизировать запросы, полагаясь на ограничения." -#: utils/misc/guc.c:4645 +#: utils/misc/guc.c:4657 msgid "" "Table scans will be skipped if their constraints guarantee that no rows " "match the query." @@ -30557,81 +30645,81 @@ "Сканирование таблицы не будет выполняться, если её ограничения гарантируют, " "что запросу не удовлетворяют никакие строки." -#: utils/misc/guc.c:4656 +#: utils/misc/guc.c:4668 msgid "Sets the default compression method for compressible values." msgstr "Задаёт выбираемый по умолчанию метод сжатия для сжимаемых значений." -#: utils/misc/guc.c:4667 +#: utils/misc/guc.c:4679 msgid "Sets the transaction isolation level of each new transaction." msgstr "Задаёт уровень изоляции транзакций для новых транзакций." -#: utils/misc/guc.c:4677 +#: utils/misc/guc.c:4689 msgid "Sets the current transaction's isolation level." msgstr "Задаёт текущий уровень изоляции транзакций." -#: utils/misc/guc.c:4688 +#: utils/misc/guc.c:4700 msgid "Sets the display format for interval values." msgstr "Задаёт формат отображения для внутренних значений." -#: utils/misc/guc.c:4699 +#: utils/misc/guc.c:4711 msgid "Sets the verbosity of logged messages." msgstr "Задаёт детализацию протоколируемых сообщений." -#: utils/misc/guc.c:4709 +#: utils/misc/guc.c:4721 msgid "Sets the message levels that are logged." msgstr "Ограничивает уровни протоколируемых сообщений." -#: utils/misc/guc.c:4720 +#: utils/misc/guc.c:4732 msgid "" "Causes all statements generating error at or above this level to be logged." msgstr "" "Включает протоколирование для SQL-операторов, выполненных с ошибкой этого " "или большего уровня." -#: utils/misc/guc.c:4731 +#: utils/misc/guc.c:4743 msgid "Sets the type of statements logged." msgstr "Задаёт тип протоколируемых операторов." -#: utils/misc/guc.c:4741 +#: utils/misc/guc.c:4753 msgid "Sets the syslog \"facility\" to be used when syslog enabled." msgstr "Задаёт получателя сообщений, отправляемых в syslog." -#: utils/misc/guc.c:4756 +#: utils/misc/guc.c:4768 msgid "Sets the session's behavior for triggers and rewrite rules." msgstr "" "Задаёт режим срабатывания триггеров и правил перезаписи для текущего сеанса." -#: utils/misc/guc.c:4766 +#: utils/misc/guc.c:4778 msgid "Sets the current transaction's synchronization level." msgstr "Задаёт уровень синхронизации текущей транзакции." -#: utils/misc/guc.c:4776 +#: utils/misc/guc.c:4788 msgid "Allows archiving of WAL files using archive_command." msgstr "Разрешает архивацию файлов WAL командой archive_command." -#: utils/misc/guc.c:4786 +#: utils/misc/guc.c:4798 msgid "Sets the action to perform upon reaching the recovery target." msgstr "" "Задаёт действие, которое будет выполняться по достижении цели восстановления." -#: utils/misc/guc.c:4796 +#: utils/misc/guc.c:4808 msgid "Enables logging of recovery-related debugging information." msgstr "" "Включает протоколирование отладочной информации, связанной с репликацией." -#: utils/misc/guc.c:4812 +#: utils/misc/guc.c:4824 msgid "Collects function-level statistics on database activity." msgstr "Включает сбор статистики активности в БД на уровне функций." -#: utils/misc/guc.c:4822 +#: utils/misc/guc.c:4834 msgid "Sets the level of information written to the WAL." msgstr "Задаёт уровень информации, записываемой в WAL." -#: utils/misc/guc.c:4832 +#: utils/misc/guc.c:4844 msgid "Selects the dynamic shared memory implementation used." msgstr "Выбирает используемую реализацию динамической разделяемой памяти." -#: utils/misc/guc.c:4842 +#: utils/misc/guc.c:4854 msgid "" "Selects the shared memory implementation used for the main shared memory " "region." @@ -30639,15 +30727,15 @@ "Выбирает реализацию разделяемой памяти для управления основным блоком " "разделяемой памяти." -#: utils/misc/guc.c:4852 +#: utils/misc/guc.c:4864 msgid "Selects the method used for forcing WAL updates to disk." msgstr "Выбирает метод принудительной записи изменений в WAL на диск." -#: utils/misc/guc.c:4862 +#: utils/misc/guc.c:4874 msgid "Sets how binary values are to be encoded in XML." msgstr "Определяет, как должны кодироваться двоичные значения в XML." -#: utils/misc/guc.c:4872 +#: utils/misc/guc.c:4884 msgid "" "Sets whether XML data in implicit parsing and serialization operations is to " "be considered as documents or content fragments." @@ -30655,15 +30743,15 @@ "Определяет, следует ли рассматривать XML-данные в неявных операциях разбора " "и сериализации как документы или как фрагменты содержания." -#: utils/misc/guc.c:4883 +#: utils/misc/guc.c:4895 msgid "Use of huge pages on Linux or Windows." msgstr "Включает использование огромных страниц в Linux и в Windows." -#: utils/misc/guc.c:4893 +#: utils/misc/guc.c:4905 msgid "Forces use of parallel query facilities." msgstr "Принудительно включает режим параллельного выполнения запросов." -#: utils/misc/guc.c:4894 +#: utils/misc/guc.c:4906 msgid "" "If possible, run query using a parallel worker and with parallel " "restrictions." @@ -30671,15 +30759,15 @@ "Если возможно, запрос выполняется параллельными исполнителями и с " "ограничениями параллельности." -#: utils/misc/guc.c:4904 +#: utils/misc/guc.c:4916 msgid "Chooses the algorithm for encrypting passwords." msgstr "Выбирает алгоритм шифрования паролей." -#: utils/misc/guc.c:4914 +#: utils/misc/guc.c:4926 msgid "Controls the planner's selection of custom or generic plan." msgstr "Управляет выбором специализированных или общих планов планировщиком." -#: utils/misc/guc.c:4915 +#: utils/misc/guc.c:4927 msgid "" "Prepared statements can have custom and generic plans, and the planner will " "attempt to choose which is better. This can be set to override the default " @@ -30689,28 +30777,28 @@ "планы, и планировщик пытается выбрать лучший вариант. Этот параметр " "позволяет переопределить поведение по умолчанию." -#: utils/misc/guc.c:4927 +#: utils/misc/guc.c:4939 msgid "Sets the minimum SSL/TLS protocol version to use." msgstr "" "Задаёт минимальную версию протокола SSL/TLS, которая может использоваться." -#: utils/misc/guc.c:4939 +#: utils/misc/guc.c:4951 msgid "Sets the maximum SSL/TLS protocol version to use." msgstr "" "Задаёт максимальную версию протокола SSL/TLS, которая может использоваться." -#: utils/misc/guc.c:4951 +#: utils/misc/guc.c:4963 msgid "" "Sets the method for synchronizing the data directory before crash recovery." msgstr "" "Задаёт метод синхронизации каталога данных перед восстановления после сбоя." -#: utils/misc/guc.c:5520 +#: utils/misc/guc.c:5532 #, c-format msgid "invalid configuration parameter name \"%s\"" msgstr "неверное имя параметра конфигурации: \"%s\"" -#: utils/misc/guc.c:5522 +#: utils/misc/guc.c:5534 #, c-format msgid "" "Custom parameter names must be two or more simple identifiers separated by " @@ -30719,17 +30807,17 @@ "Имена нестандартных параметров должны состоять из двух или более простых " "идентификаторов, разделённых точками." -#: utils/misc/guc.c:5531 utils/misc/guc.c:9290 +#: utils/misc/guc.c:5543 utils/misc/guc.c:9302 #, c-format msgid "unrecognized configuration parameter \"%s\"" msgstr "нераспознанный параметр конфигурации: \"%s\"" -#: utils/misc/guc.c:5824 +#: utils/misc/guc.c:5836 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: ошибка доступа к каталогу \"%s\": %s\n" -#: utils/misc/guc.c:5829 +#: utils/misc/guc.c:5841 #, c-format msgid "" "Run initdb or pg_basebackup to initialize a PostgreSQL data directory.\n" @@ -30737,7 +30825,7 @@ "Запустите initdb или pg_basebackup для инициализации каталога данных " "PostgreSQL.\n" -#: utils/misc/guc.c:5849 +#: utils/misc/guc.c:5861 #, c-format msgid "" "%s does not know where to find the server configuration file.\n" @@ -30748,12 +30836,12 @@ "Вы должны указать его расположение в параметре --config-file или -D, либо " "установить переменную окружения PGDATA.\n" -#: utils/misc/guc.c:5868 +#: utils/misc/guc.c:5880 #, c-format msgid "%s: could not access the server configuration file \"%s\": %s\n" msgstr "%s не может открыть файл конфигурации сервера \"%s\": %s\n" -#: utils/misc/guc.c:5894 +#: utils/misc/guc.c:5906 #, c-format msgid "" "%s does not know where to find the database system data.\n" @@ -30764,7 +30852,7 @@ "Их расположение можно задать как значение \"data_directory\" в файле \"%s\", " "либо передать в параметре -D, либо установить переменную окружения PGDATA.\n" -#: utils/misc/guc.c:5942 +#: utils/misc/guc.c:5954 #, c-format msgid "" "%s does not know where to find the \"hba\" configuration file.\n" @@ -30775,7 +30863,7 @@ "Его расположение можно задать как значение \"hba_file\" в файле \"%s\", либо " "передать в параметре -D, либо установить переменную окружения PGDATA.\n" -#: utils/misc/guc.c:5965 +#: utils/misc/guc.c:5977 #, c-format msgid "" "%s does not know where to find the \"ident\" configuration file.\n" @@ -30786,127 +30874,127 @@ "Его расположение можно задать как значение \"ident_file\" в файле \"%s\", " "либо передать в параметре -D, либо установить переменную окружения PGDATA.\n" -#: utils/misc/guc.c:6890 +#: utils/misc/guc.c:6902 msgid "Value exceeds integer range." msgstr "Значение выходит за рамки целых чисел." -#: utils/misc/guc.c:7126 +#: utils/misc/guc.c:7138 #, c-format msgid "%d%s%s is outside the valid range for parameter \"%s\" (%d .. %d)" msgstr "%d%s%s вне диапазона, допустимого для параметра \"%s\" (%d .. %d)" -#: utils/misc/guc.c:7162 +#: utils/misc/guc.c:7174 #, c-format msgid "%g%s%s is outside the valid range for parameter \"%s\" (%g .. %g)" msgstr "%g%s%s вне диапазона, допустимого для параметра \"%s\" (%g .. %g)" -#: utils/misc/guc.c:7322 utils/misc/guc.c:8694 +#: utils/misc/guc.c:7334 utils/misc/guc.c:8706 #, c-format msgid "cannot set parameters during a parallel operation" msgstr "устанавливать параметры во время параллельных операций нельзя" -#: utils/misc/guc.c:7339 utils/misc/guc.c:8535 +#: utils/misc/guc.c:7351 utils/misc/guc.c:8547 #, c-format msgid "parameter \"%s\" cannot be changed" msgstr "параметр \"%s\" нельзя изменить" -#: utils/misc/guc.c:7362 utils/misc/guc.c:7560 utils/misc/guc.c:7654 -#: utils/misc/guc.c:7748 utils/misc/guc.c:7868 utils/misc/guc.c:7967 +#: utils/misc/guc.c:7374 utils/misc/guc.c:7572 utils/misc/guc.c:7666 +#: utils/misc/guc.c:7760 utils/misc/guc.c:7880 utils/misc/guc.c:7979 #: guc-file.l:353 #, c-format msgid "parameter \"%s\" cannot be changed without restarting the server" msgstr "параметр \"%s\" изменяется только при перезапуске сервера" -#: utils/misc/guc.c:7372 +#: utils/misc/guc.c:7384 #, c-format msgid "parameter \"%s\" cannot be changed now" msgstr "параметр \"%s\" нельзя изменить сейчас" -#: utils/misc/guc.c:7390 utils/misc/guc.c:7437 utils/misc/guc.c:11335 +#: utils/misc/guc.c:7402 utils/misc/guc.c:7449 utils/misc/guc.c:11357 #, c-format msgid "permission denied to set parameter \"%s\"" msgstr "нет прав для изменения параметра \"%s\"" -#: utils/misc/guc.c:7427 +#: utils/misc/guc.c:7439 #, c-format msgid "parameter \"%s\" cannot be set after connection start" msgstr "параметр \"%s\" нельзя задать после установления соединения" -#: utils/misc/guc.c:7475 +#: utils/misc/guc.c:7487 #, c-format msgid "cannot set parameter \"%s\" within security-definer function" msgstr "" "параметр \"%s\" нельзя задать в функции с контекстом безопасности " "определившего" -#: utils/misc/guc.c:8108 utils/misc/guc.c:8155 utils/misc/guc.c:9552 +#: utils/misc/guc.c:8120 utils/misc/guc.c:8167 utils/misc/guc.c:9574 #, c-format msgid "must be superuser or a member of pg_read_all_settings to examine \"%s\"" msgstr "" "прочитать \"%s\" может только суперпользователь или член роли " "pg_read_all_settings" -#: utils/misc/guc.c:8239 +#: utils/misc/guc.c:8251 #, c-format msgid "SET %s takes only one argument" msgstr "SET %s принимает только один аргумент" -#: utils/misc/guc.c:8487 +#: utils/misc/guc.c:8499 #, c-format msgid "must be superuser to execute ALTER SYSTEM command" msgstr "выполнить команду ALTER SYSTEM может только суперпользователь" -#: utils/misc/guc.c:8568 +#: utils/misc/guc.c:8580 #, c-format msgid "parameter value for ALTER SYSTEM must not contain a newline" msgstr "значение параметра для ALTER SYSTEM не должно быть многострочным" -#: utils/misc/guc.c:8613 +#: utils/misc/guc.c:8625 #, c-format msgid "could not parse contents of file \"%s\"" msgstr "не удалось разобрать содержимое файла \"%s\"" -#: utils/misc/guc.c:8770 +#: utils/misc/guc.c:8782 #, c-format msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" msgstr "SET LOCAL TRANSACTION SNAPSHOT не реализовано" -#: utils/misc/guc.c:8854 +#: utils/misc/guc.c:8866 #, c-format msgid "SET requires parameter name" msgstr "SET требует имя параметра" -#: utils/misc/guc.c:8987 +#: utils/misc/guc.c:8999 #, c-format msgid "attempt to redefine parameter \"%s\"" msgstr "попытка переопределить параметр \"%s\"" -#: utils/misc/guc.c:10782 +#: utils/misc/guc.c:10804 #, c-format msgid "while setting parameter \"%s\" to \"%s\"" msgstr "при назначении параметру \"%s\" значения \"%s\"" -#: utils/misc/guc.c:10947 +#: utils/misc/guc.c:10969 #, c-format msgid "parameter \"%s\" could not be set" msgstr "параметр \"%s\" нельзя установить" -#: utils/misc/guc.c:11039 +#: utils/misc/guc.c:11061 #, c-format msgid "could not parse setting for parameter \"%s\"" msgstr "не удалось разобрать значение параметра \"%s\"" -#: utils/misc/guc.c:11397 utils/misc/guc.c:11431 +#: utils/misc/guc.c:11419 utils/misc/guc.c:11453 #, c-format msgid "invalid value for parameter \"%s\": %d" msgstr "неверное значение параметра \"%s\": %d" -#: utils/misc/guc.c:11465 +#: utils/misc/guc.c:11487 #, c-format msgid "invalid value for parameter \"%s\": %g" msgstr "неверное значение параметра \"%s\": %g" -#: utils/misc/guc.c:11752 +#: utils/misc/guc.c:11774 #, c-format msgid "" "\"temp_buffers\" cannot be changed after any temporary tables have been " @@ -30915,23 +31003,23 @@ "параметр \"temp_buffers\" нельзя изменить после обращения к временным " "таблицам в текущем сеансе." -#: utils/misc/guc.c:11764 +#: utils/misc/guc.c:11786 #, c-format msgid "Bonjour is not supported by this build" msgstr "Bonjour не поддерживается в данной сборке" -#: utils/misc/guc.c:11777 +#: utils/misc/guc.c:11799 #, c-format msgid "SSL is not supported by this build" msgstr "SSL не поддерживается в данной сборке" -#: utils/misc/guc.c:11789 +#: utils/misc/guc.c:11811 #, c-format msgid "Cannot enable parameter when \"log_statement_stats\" is true." msgstr "" "Этот параметр нельзя включить, когда \"log_statement_stats\" равен true." -#: utils/misc/guc.c:11801 +#: utils/misc/guc.c:11823 #, c-format msgid "" "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", " @@ -30940,7 +31028,7 @@ "Параметр \"log_statement_stats\" нельзя включить, когда \"log_parser_stats" "\", \"log_planner_stats\" или \"log_executor_stats\" равны true." -#: utils/misc/guc.c:12031 +#: utils/misc/guc.c:12053 #, c-format msgid "" "effective_io_concurrency must be set to 0 on platforms that lack " @@ -30949,7 +31037,7 @@ "Значение effective_io_concurrency должно равняться 0 на платформах, где " "отсутствует lack posix_fadvise()." -#: utils/misc/guc.c:12044 +#: utils/misc/guc.c:12066 #, c-format msgid "" "maintenance_io_concurrency must be set to 0 on platforms that lack " @@ -30958,12 +31046,12 @@ "Значение maintenance_io_concurrency должно равняться 0 на платформах, где " "отсутствует lack posix_fadvise()." -#: utils/misc/guc.c:12058 +#: utils/misc/guc.c:12080 #, c-format msgid "huge_page_size must be 0 on this platform." msgstr "Значение huge_page_size должно равняться 0 на этой платформе." -#: utils/misc/guc.c:12072 +#: utils/misc/guc.c:12094 #, c-format msgid "" "client_connection_check_interval must be set to 0 on platforms that lack " @@ -30972,22 +31060,22 @@ "Значение client_connection_check_interval должно равняться 0 на платформах, " "где отсутствует POLLRDHUP." -#: utils/misc/guc.c:12200 +#: utils/misc/guc.c:12222 #, c-format msgid "invalid character" msgstr "неверный символ" -#: utils/misc/guc.c:12260 +#: utils/misc/guc.c:12282 #, c-format msgid "recovery_target_timeline is not a valid number." msgstr "recovery_target_timeline не является допустимым числом." -#: utils/misc/guc.c:12300 +#: utils/misc/guc.c:12322 #, c-format msgid "multiple recovery targets specified" msgstr "указано несколько целей восстановления" -#: utils/misc/guc.c:12301 +#: utils/misc/guc.c:12323 #, c-format msgid "" "At most one of recovery_target, recovery_target_lsn, recovery_target_name, " @@ -30997,7 +31085,7 @@ "recovery_target_lsn, recovery_target_name, recovery_target_time, " "recovery_target_xid." -#: utils/misc/guc.c:12309 +#: utils/misc/guc.c:12331 #, c-format msgid "The only allowed value is \"immediate\"." msgstr "Единственное допустимое значение: \"immediate\"." @@ -31119,18 +31207,18 @@ msgid "could not read time zone file \"%s\": %m" msgstr "прочитать файл часовых поясов \"%s\" не удалось: %m" -#: utils/misc/tzparser.c:375 +#: utils/misc/tzparser.c:376 #, c-format msgid "line is too long in time zone file \"%s\", line %d" msgstr "слишком длинная строка в файле часовых поясов \"%s\" (строка %d)" -#: utils/misc/tzparser.c:398 +#: utils/misc/tzparser.c:400 #, c-format msgid "@INCLUDE without file name in time zone file \"%s\", line %d" msgstr "" "в @INCLUDE не указано имя файла (файл часовых поясов \"%s\", строка %d)" -#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:237 +#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:239 #, c-format msgid "Failed while creating memory context \"%s\"." msgstr "Ошибка при создании контекста памяти \"%s\"." @@ -31330,294 +31418,294 @@ msgid "cannot import a snapshot from a different database" msgstr "нельзя импортировать снимок из другой базы данных" -#: gram.y:1107 +#: gram.y:1108 #, c-format msgid "UNENCRYPTED PASSWORD is no longer supported" msgstr "вариант UNENCRYPTED PASSWORD более не поддерживается" -#: gram.y:1108 +#: gram.y:1109 #, c-format msgid "Remove UNENCRYPTED to store the password in encrypted form instead." msgstr "" "Удалите слово UNENCRYPTED, чтобы сохранить пароль в зашифрованном виде." -#: gram.y:1170 +#: gram.y:1171 #, c-format msgid "unrecognized role option \"%s\"" msgstr "нераспознанный параметр роли \"%s\"" -#: gram.y:1417 gram.y:1432 +#: gram.y:1418 gram.y:1433 #, c-format msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" msgstr "CREATE SCHEMA IF NOT EXISTS не может включать элементы схемы" -#: gram.y:1578 +#: gram.y:1579 #, c-format msgid "current database cannot be changed" msgstr "сменить текущую базу данных нельзя" -#: gram.y:1702 +#: gram.y:1703 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "" "интервал, задающий часовой пояс, должен иметь точность HOUR или HOUR TO " "MINUTE" -#: gram.y:2270 +#: gram.y:2271 #, c-format msgid "column number must be in range from 1 to %d" msgstr "номер столбца должен быть в диапазоне от 1 до %d" -#: gram.y:2811 +#: gram.y:2812 #, c-format msgid "sequence option \"%s\" not supported here" msgstr "параметр последовательности \"%s\" здесь не поддерживается" -#: gram.y:2840 +#: gram.y:2841 #, c-format msgid "modulus for hash partition provided more than once" msgstr "модуль для хеш-секции указан неоднократно" -#: gram.y:2849 +#: gram.y:2850 #, c-format msgid "remainder for hash partition provided more than once" msgstr "остаток для хеш-секции указан неоднократно" -#: gram.y:2856 +#: gram.y:2857 #, c-format msgid "unrecognized hash partition bound specification \"%s\"" msgstr "нераспознанное указание ограничения хеш-секции \"%s\"" -#: gram.y:2864 +#: gram.y:2865 #, c-format msgid "modulus for hash partition must be specified" msgstr "необходимо указать модуль для хеш-секции" -#: gram.y:2868 +#: gram.y:2869 #, c-format msgid "remainder for hash partition must be specified" msgstr "необходимо указать остаток для хеш-секции" -#: gram.y:3069 gram.y:3102 +#: gram.y:3070 gram.y:3103 #, c-format msgid "STDIN/STDOUT not allowed with PROGRAM" msgstr "указания STDIN/STDOUT несовместимы с PROGRAM" -#: gram.y:3075 +#: gram.y:3076 #, c-format msgid "WHERE clause not allowed with COPY TO" msgstr "предложение WHERE не допускается с COPY TO" -#: gram.y:3407 gram.y:3414 gram.y:11665 gram.y:11673 +#: gram.y:3408 gram.y:3415 gram.y:11666 gram.y:11674 #, c-format msgid "GLOBAL is deprecated in temporary table creation" msgstr "указание GLOBAL при создании временных таблиц устарело" -#: gram.y:3665 +#: gram.y:3666 #, c-format msgid "for a generated column, GENERATED ALWAYS must be specified" msgstr "для генерируемого столбца должно указываться GENERATED ALWAYS" -#: gram.y:4634 +#: gram.y:4635 #, c-format msgid "CREATE EXTENSION ... FROM is no longer supported" msgstr "CREATE EXTENSION ... FROM более не поддерживается" -#: gram.y:5297 +#: gram.y:5298 #, c-format msgid "unrecognized row security option \"%s\"" msgstr "нераспознанный вариант политики безопасности строк \"%s\"" -#: gram.y:5298 +#: gram.y:5299 #, c-format msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently." msgstr "" "В настоящее время поддерживаются только политики PERMISSIVE и RESTRICTIVE." -#: gram.y:5380 +#: gram.y:5381 #, c-format msgid "CREATE OR REPLACE CONSTRAINT TRIGGER is not supported" msgstr "CREATE OR REPLACE CONSTRAINT TRIGGER не поддерживается" -#: gram.y:5417 +#: gram.y:5418 msgid "duplicate trigger events specified" msgstr "события триггера повторяются" -#: gram.y:5565 +#: gram.y:5566 #, c-format msgid "conflicting constraint properties" msgstr "противоречащие характеристики ограничения" -#: gram.y:5661 +#: gram.y:5662 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "оператор CREATE ASSERTION ещё не реализован" -#: gram.y:6044 +#: gram.y:6045 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK более не требуется" -#: gram.y:6045 +#: gram.y:6046 #, c-format msgid "Update your data type." msgstr "Обновите тип данных." -#: gram.y:7741 +#: gram.y:7742 #, c-format msgid "aggregates cannot have output arguments" msgstr "у агрегатных функций не может быть выходных аргументов" -#: gram.y:10128 gram.y:10146 +#: gram.y:10129 gram.y:10147 #, c-format msgid "WITH CHECK OPTION not supported on recursive views" msgstr "" "предложение WITH CHECK OPTION не поддерживается для рекурсивных представлений" -#: gram.y:11802 +#: gram.y:11803 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "синтаксис LIMIT #,# не поддерживается" -#: gram.y:11803 +#: gram.y:11804 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "Используйте отдельные предложения LIMIT и OFFSET." -#: gram.y:12141 gram.y:12166 +#: gram.y:12142 gram.y:12167 #, c-format msgid "VALUES in FROM must have an alias" msgstr "список VALUES во FROM должен иметь псевдоним" -#: gram.y:12142 gram.y:12167 +#: gram.y:12143 gram.y:12168 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "Например, FROM (VALUES ...) [AS] foo." -#: gram.y:12147 gram.y:12172 +#: gram.y:12148 gram.y:12173 #, c-format msgid "subquery in FROM must have an alias" msgstr "подзапрос во FROM должен иметь псевдоним" -#: gram.y:12148 gram.y:12173 +#: gram.y:12149 gram.y:12174 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "Например, FROM (SELECT ...) [AS] foo." -#: gram.y:12668 +#: gram.y:12669 #, c-format msgid "only one DEFAULT value is allowed" msgstr "допускается только одно значение DEFAULT" -#: gram.y:12677 +#: gram.y:12678 #, c-format msgid "only one PATH value per column is allowed" msgstr "для столбца допускается только одно значение PATH" -#: gram.y:12686 +#: gram.y:12687 #, c-format msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\"" msgstr "" "конфликтующие или избыточные объявления NULL/NOT NULL для столбца \"%s\"" -#: gram.y:12695 +#: gram.y:12696 #, c-format msgid "unrecognized column option \"%s\"" msgstr "нераспознанный параметр столбца \"%s\"" -#: gram.y:12949 +#: gram.y:12950 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "тип float должен иметь точность минимум 1 бит" -#: gram.y:12958 +#: gram.y:12959 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "тип float должен иметь точность меньше 54 бит" -#: gram.y:13456 +#: gram.y:13457 #, c-format msgid "wrong number of parameters on left side of OVERLAPS expression" msgstr "неверное число параметров в левой части выражения OVERLAPS" -#: gram.y:13461 +#: gram.y:13462 #, c-format msgid "wrong number of parameters on right side of OVERLAPS expression" msgstr "неверное число параметров в правой части выражения OVERLAPS" -#: gram.y:13629 +#: gram.y:13630 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "предикат UNIQUE ещё не реализован" -#: gram.y:13988 +#: gram.y:13989 #, c-format msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" msgstr "ORDER BY с WITHIN GROUP можно указать только один раз" -#: gram.y:13993 +#: gram.y:13994 #, c-format msgid "cannot use DISTINCT with WITHIN GROUP" msgstr "DISTINCT нельзя использовать с WITHIN GROUP" -#: gram.y:13998 +#: gram.y:13999 #, c-format msgid "cannot use VARIADIC with WITHIN GROUP" msgstr "VARIADIC нельзя использовать с WITHIN GROUP" -#: gram.y:14522 gram.y:14545 +#: gram.y:14523 gram.y:14546 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "началом рамки не может быть UNBOUNDED FOLLOWING" -#: gram.y:14527 +#: gram.y:14528 #, c-format msgid "frame starting from following row cannot end with current row" msgstr "" "рамка, начинающаяся со следующей строки, не может заканчиваться текущей" -#: gram.y:14550 +#: gram.y:14551 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "концом рамки не может быть UNBOUNDED PRECEDING" -#: gram.y:14556 +#: gram.y:14557 #, c-format msgid "frame starting from current row cannot have preceding rows" msgstr "" "рамка, начинающаяся с текущей строки, не может иметь предшествующих строк" -#: gram.y:14563 +#: gram.y:14564 #, c-format msgid "frame starting from following row cannot have preceding rows" msgstr "" "рамка, начинающаяся со следующей строки, не может иметь предшествующих строк" -#: gram.y:15195 +#: gram.y:15196 #, c-format msgid "type modifier cannot have parameter name" msgstr "параметр функции-модификатора типа должен быть безымянным" -#: gram.y:15201 +#: gram.y:15202 #, c-format msgid "type modifier cannot have ORDER BY" msgstr "модификатор типа не может включать ORDER BY" -#: gram.y:15266 gram.y:15273 gram.y:15280 +#: gram.y:15267 gram.y:15274 gram.y:15281 #, c-format msgid "%s cannot be used as a role name here" msgstr "%s нельзя использовать здесь как имя роли" -#: gram.y:15369 gram.y:16800 +#: gram.y:15370 gram.y:16801 #, c-format msgid "WITH TIES cannot be specified without ORDER BY clause" msgstr "WITH TIES нельзя задать без предложения ORDER BY" -#: gram.y:16477 gram.y:16666 +#: gram.y:16478 gram.y:16667 msgid "improper use of \"*\"" msgstr "недопустимое использование \"*\"" -#: gram.y:16730 +#: gram.y:16731 #, c-format msgid "" "an ordered-set aggregate with a VARIADIC direct argument must have one " @@ -31626,55 +31714,55 @@ "сортирующая агрегатная функция с непосредственным аргументом VARIADIC должна " "иметь один агрегатный аргумент VARIADIC того же типа данных" -#: gram.y:16767 +#: gram.y:16768 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "ORDER BY можно указать только один раз" -#: gram.y:16778 +#: gram.y:16779 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "OFFSET можно указать только один раз" -#: gram.y:16787 +#: gram.y:16788 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "LIMIT можно указать только один раз" -#: gram.y:16796 +#: gram.y:16797 #, c-format msgid "multiple limit options not allowed" msgstr "параметры LIMIT можно указать только один раз" -#: gram.y:16823 +#: gram.y:16824 #, c-format msgid "multiple WITH clauses not allowed" msgstr "WITH можно указать только один раз" -#: gram.y:17017 +#: gram.y:17018 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "в табличных функциях не может быть аргументов OUT и INOUT" -#: gram.y:17113 +#: gram.y:17114 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "COLLATE можно указать только один раз" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17151 gram.y:17164 +#: gram.y:17152 gram.y:17165 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "ограничения %s не могут иметь характеристики DEFERRABLE" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17177 +#: gram.y:17178 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "ограничения %s не могут иметь характеристики NOT VALID" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17190 +#: gram.y:17191 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "ограничения %s не могут иметь характеристики NO INHERIT" @@ -31910,6 +31998,9 @@ msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." msgstr "Используйте для записи спецсимволов синтаксис спецстрок E'\\r\\n'." +#~ msgid "column alias list for \"%s\" has too many entries" +#~ msgstr "слишком много записей в списке псевдонимов столбца \"%s\"" + #~ msgid "connection was re-authenticated" #~ msgstr "аутентификация соединения была изменена" diff -Nru postgresql-14-14.5/src/backend/po/sv.po postgresql-14-14.6/src/backend/po/sv.po --- postgresql-14-14.5/src/backend/po/sv.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/po/sv.po 2022-11-07 21:38:53.000000000 +0000 @@ -23,8 +23,8 @@ msgstr "" "Project-Id-Version: PostgreSQL 14\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-08-05 22:14+0000\n" -"PO-Revision-Date: 2022-08-06 10:17+0200\n" +"POT-Creation-Date: 2022-09-29 08:30+0000\n" +"PO-Revision-Date: 2022-09-29 21:59+0200\n" "Last-Translator: Dennis Björklund \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -49,15 +49,15 @@ #: ../common/controldata_utils.c:86 ../common/controldata_utils.c:89 #: access/transam/timeline.c:143 access/transam/timeline.c:362 #: access/transam/twophase.c:1329 access/transam/xlog.c:3573 -#: access/transam/xlog.c:4811 access/transam/xlog.c:11606 -#: access/transam/xlog.c:11619 access/transam/xlog.c:12074 -#: access/transam/xlog.c:12154 access/transam/xlog.c:12191 -#: access/transam/xlog.c:12251 access/transam/xlogfuncs.c:703 +#: access/transam/xlog.c:4817 access/transam/xlog.c:11620 +#: access/transam/xlog.c:11633 access/transam/xlog.c:12088 +#: access/transam/xlog.c:12168 access/transam/xlog.c:12205 +#: access/transam/xlog.c:12265 access/transam/xlogfuncs.c:703 #: access/transam/xlogfuncs.c:722 commands/extension.c:3474 libpq/hba.c:534 #: replication/basebackup.c:2026 replication/logical/origin.c:729 -#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4917 -#: replication/logical/snapbuild.c:1749 replication/logical/snapbuild.c:1791 -#: replication/logical/snapbuild.c:1818 replication/slot.c:1720 +#: replication/logical/origin.c:765 replication/logical/reorderbuffer.c:4919 +#: replication/logical/snapbuild.c:1841 replication/logical/snapbuild.c:1883 +#: replication/logical/snapbuild.c:1910 replication/slot.c:1720 #: replication/slot.c:1761 replication/walsender.c:545 #: storage/file/buffile.c:445 storage/file/copydir.c:195 #: utils/adt/genfile.c:202 utils/adt/misc.c:888 utils/cache/relmapper.c:744 @@ -66,10 +66,10 @@ msgstr "kunde inte läsa fil \"%s\": %m" #: ../common/controldata_utils.c:97 ../common/controldata_utils.c:101 -#: access/transam/xlog.c:3578 access/transam/xlog.c:4816 +#: access/transam/xlog.c:3578 access/transam/xlog.c:4822 #: replication/basebackup.c:2030 replication/logical/origin.c:734 -#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1754 -#: replication/logical/snapbuild.c:1796 replication/logical/snapbuild.c:1823 +#: replication/logical/origin.c:773 replication/logical/snapbuild.c:1846 +#: replication/logical/snapbuild.c:1888 replication/logical/snapbuild.c:1915 #: replication/slot.c:1724 replication/slot.c:1765 replication/walsender.c:550 #: utils/cache/relmapper.c:748 #, c-format @@ -83,12 +83,12 @@ #: access/transam/timeline.c:516 access/transam/twophase.c:1341 #: access/transam/twophase.c:1746 access/transam/xlog.c:3442 #: access/transam/xlog.c:3613 access/transam/xlog.c:3618 -#: access/transam/xlog.c:3946 access/transam/xlog.c:4781 -#: access/transam/xlog.c:5706 access/transam/xlogfuncs.c:728 +#: access/transam/xlog.c:3946 access/transam/xlog.c:4787 +#: access/transam/xlog.c:5712 access/transam/xlogfuncs.c:728 #: commands/copyfrom.c:1576 commands/copyto.c:328 libpq/be-fsstubs.c:455 #: libpq/be-fsstubs.c:525 replication/logical/origin.c:667 -#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4975 -#: replication/logical/snapbuild.c:1658 replication/logical/snapbuild.c:1831 +#: replication/logical/origin.c:806 replication/logical/reorderbuffer.c:4977 +#: replication/logical/snapbuild.c:1750 replication/logical/snapbuild.c:1923 #: replication/slot.c:1611 replication/slot.c:1772 replication/walsender.c:560 #: storage/file/copydir.c:218 storage/file/copydir.c:223 storage/file/fd.c:738 #: storage/file/fd.c:3542 storage/file/fd.c:3645 utils/cache/relmapper.c:759 @@ -122,13 +122,13 @@ #: access/transam/xlog.c:3328 access/transam/xlog.c:3484 #: access/transam/xlog.c:3528 access/transam/xlog.c:3726 #: access/transam/xlog.c:3811 access/transam/xlog.c:3914 -#: access/transam/xlog.c:4801 access/transam/xlogutils.c:803 +#: access/transam/xlog.c:4807 access/transam/xlogutils.c:803 #: postmaster/syslogger.c:1488 replication/basebackup.c:616 #: replication/basebackup.c:1616 replication/logical/origin.c:719 -#: replication/logical/reorderbuffer.c:3572 -#: replication/logical/reorderbuffer.c:4121 -#: replication/logical/reorderbuffer.c:4897 -#: replication/logical/snapbuild.c:1613 replication/logical/snapbuild.c:1720 +#: replication/logical/reorderbuffer.c:3574 +#: replication/logical/reorderbuffer.c:4123 +#: replication/logical/reorderbuffer.c:4899 +#: replication/logical/snapbuild.c:1705 replication/logical/snapbuild.c:1812 #: replication/slot.c:1692 replication/walsender.c:518 #: replication/walsender.c:2563 storage/file/copydir.c:161 #: storage/file/fd.c:713 storage/file/fd.c:3306 storage/file/fd.c:3529 @@ -142,8 +142,8 @@ #: ../common/controldata_utils.c:221 ../common/controldata_utils.c:224 #: access/transam/twophase.c:1719 access/transam/twophase.c:1728 -#: access/transam/xlog.c:11363 access/transam/xlog.c:11401 -#: access/transam/xlog.c:11814 access/transam/xlogfuncs.c:782 +#: access/transam/xlog.c:11377 access/transam/xlog.c:11415 +#: access/transam/xlog.c:11828 access/transam/xlogfuncs.c:782 #: postmaster/postmaster.c:5682 postmaster/syslogger.c:1499 #: postmaster/syslogger.c:1512 utils/cache/relmapper.c:876 #, c-format @@ -156,8 +156,8 @@ #: access/heap/rewriteheap.c:1282 access/transam/timeline.c:432 #: access/transam/timeline.c:510 access/transam/twophase.c:1740 #: access/transam/xlog.c:3435 access/transam/xlog.c:3607 -#: access/transam/xlog.c:4774 access/transam/xlog.c:10846 -#: access/transam/xlog.c:10887 replication/logical/snapbuild.c:1651 +#: access/transam/xlog.c:4780 access/transam/xlog.c:10860 +#: access/transam/xlog.c:10901 replication/logical/snapbuild.c:1743 #: replication/slot.c:1597 replication/slot.c:1702 storage/file/fd.c:730 #: storage/file/fd.c:3637 storage/smgr/md.c:951 storage/smgr/md.c:992 #: storage/sync/sync.c:454 utils/cache/relmapper.c:891 utils/misc/guc.c:8405 @@ -168,7 +168,7 @@ #: ../common/cryptohash_openssl.c:104 ../common/exec.c:527 ../common/exec.c:572 #: ../common/exec.c:664 ../common/hmac_openssl.c:101 ../common/psprintf.c:143 #: ../common/stringinfo.c:305 ../port/path.c:630 ../port/path.c:668 -#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6681 +#: ../port/path.c:685 access/transam/twophase.c:1399 access/transam/xlog.c:6687 #: lib/dshash.c:245 libpq/auth.c:1491 libpq/auth.c:1559 libpq/auth.c:2117 #: libpq/be-secure-gssapi.c:520 postmaster/bgworker.c:349 #: postmaster/bgworker.c:948 postmaster/postmaster.c:2540 @@ -193,7 +193,7 @@ #: utils/mmgr/mcxt.c:888 utils/mmgr/mcxt.c:924 utils/mmgr/mcxt.c:962 #: utils/mmgr/mcxt.c:1000 utils/mmgr/mcxt.c:1088 utils/mmgr/mcxt.c:1119 #: utils/mmgr/mcxt.c:1155 utils/mmgr/mcxt.c:1207 utils/mmgr/mcxt.c:1242 -#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:236 +#: utils/mmgr/mcxt.c:1277 utils/mmgr/slab.c:238 #, c-format msgid "out of memory" msgstr "slut på minne" @@ -223,7 +223,7 @@ msgid "could not change directory to \"%s\": %m" msgstr "kunde inte byta katalog till \"%s\": %m" -#: ../common/exec.c:291 access/transam/xlog.c:11237 +#: ../common/exec.c:291 access/transam/xlog.c:11251 #: replication/basebackup.c:1434 utils/adt/misc.c:369 #, c-format msgid "could not read symbolic link \"%s\": %m" @@ -252,13 +252,13 @@ #: ../common/file_utils.c:87 ../common/file_utils.c:451 #: ../common/file_utils.c:455 access/transam/twophase.c:1297 -#: access/transam/xlog.c:11339 access/transam/xlog.c:11377 -#: access/transam/xlog.c:11594 access/transam/xlogarchive.c:110 +#: access/transam/xlog.c:11353 access/transam/xlog.c:11391 +#: access/transam/xlog.c:11608 access/transam/xlogarchive.c:110 #: access/transam/xlogarchive.c:227 commands/copyfrom.c:1526 #: commands/copyto.c:726 commands/extension.c:3453 commands/tablespace.c:806 #: commands/tablespace.c:897 guc-file.l:1062 replication/basebackup.c:439 #: replication/basebackup.c:622 replication/basebackup.c:698 -#: replication/logical/snapbuild.c:1530 storage/file/copydir.c:68 +#: replication/logical/snapbuild.c:1622 storage/file/copydir.c:68 #: storage/file/copydir.c:107 storage/file/fd.c:1871 storage/file/fd.c:1957 #: storage/file/fd.c:3157 storage/file/fd.c:3361 utils/adt/dbsize.c:70 #: utils/adt/dbsize.c:222 utils/adt/dbsize.c:302 utils/adt/genfile.c:418 @@ -281,7 +281,7 @@ msgstr "kunde inte läsa katalog \"%s\": %m" #: ../common/file_utils.c:383 access/transam/xlogarchive.c:412 -#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1670 +#: postmaster/syslogger.c:1523 replication/logical/snapbuild.c:1762 #: replication/slot.c:643 replication/slot.c:1483 replication/slot.c:1625 #: storage/file/fd.c:748 storage/file/fd.c:849 utils/time/snapmgr.c:1282 #, c-format @@ -596,7 +596,7 @@ msgstr "förfrågan efter BRIN-intervallsummering för index \"%s\" sida %u har inte spelats in" #: access/brin/brin.c:1018 access/brin/brin.c:1122 access/gin/ginfast.c:1035 -#: access/transam/xlog.c:11008 access/transam/xlog.c:11545 +#: access/transam/xlog.c:11022 access/transam/xlog.c:11559 #: access/transam/xlogfuncs.c:274 access/transam/xlogfuncs.c:301 #: access/transam/xlogfuncs.c:340 access/transam/xlogfuncs.c:361 #: access/transam/xlogfuncs.c:382 access/transam/xlogfuncs.c:452 @@ -626,7 +626,7 @@ msgstr "kunde inte öppna föräldratabell för index \"%s\"" #: access/brin/brin_bloom.c:751 access/brin/brin_bloom.c:793 -#: access/brin/brin_minmax_multi.c:3004 access/brin/brin_minmax_multi.c:3147 +#: access/brin/brin_minmax_multi.c:3008 access/brin/brin_minmax_multi.c:3151 #: statistics/dependencies.c:662 statistics/dependencies.c:715 #: statistics/mcv.c:1483 statistics/mcv.c:1514 statistics/mvdistinct.c:343 #: statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:43 @@ -635,8 +635,8 @@ msgid "cannot accept a value of type %s" msgstr "kan inte acceptera ett värde av type %s" -#: access/brin/brin_minmax_multi.c:2163 access/brin/brin_minmax_multi.c:2170 -#: access/brin/brin_minmax_multi.c:2177 utils/adt/timestamp.c:941 +#: access/brin/brin_minmax_multi.c:2167 access/brin/brin_minmax_multi.c:2174 +#: access/brin/brin_minmax_multi.c:2181 utils/adt/timestamp.c:941 #: utils/adt/timestamp.c:1515 utils/adt/timestamp.c:1982 #: utils/adt/timestamp.c:3059 utils/adt/timestamp.c:3064 #: utils/adt/timestamp.c:3069 utils/adt/timestamp.c:3119 @@ -994,11 +994,11 @@ msgstr "kunde inte bestämma vilken jämförelse (collation) som skall användas för sträng-hashning" #: access/hash/hashfunc.c:279 access/hash/hashfunc.c:335 catalog/heap.c:713 -#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:503 -#: commands/indexcmds.c:1960 commands/tablecmds.c:16888 commands/view.c:86 +#: catalog/heap.c:719 commands/createas.c:206 commands/createas.c:515 +#: commands/indexcmds.c:1971 commands/tablecmds.c:16888 commands/view.c:86 #: regex/regc_pg_locale.c:263 utils/adt/formatting.c:1666 #: utils/adt/formatting.c:1790 utils/adt/formatting.c:1915 utils/adt/like.c:194 -#: utils/adt/like_support.c:1003 utils/adt/varchar.c:733 +#: utils/adt/like_support.c:1004 utils/adt/varchar.c:733 #: utils/adt/varchar.c:994 utils/adt/varchar.c:1054 utils/adt/varlena.c:1517 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." @@ -1065,18 +1065,18 @@ msgid "attempted to delete invisible tuple" msgstr "försökte ta bort en osynlig tuple" -#: access/heap/heapam.c:3238 access/heap/heapam.c:6098 +#: access/heap/heapam.c:3246 access/heap/heapam.c:6106 #, c-format msgid "cannot update tuples during a parallel operation" msgstr "kan inte uppdatera tupler under en parallell operation" -#: access/heap/heapam.c:3379 +#: access/heap/heapam.c:3387 #, c-format msgid "attempted to update invisible tuple" msgstr "försökte uppdatera en osynlig tuple" -#: access/heap/heapam.c:4742 access/heap/heapam.c:4780 -#: access/heap/heapam.c:5045 access/heap/heapam_handler.c:457 +#: access/heap/heapam.c:4750 access/heap/heapam.c:4788 +#: access/heap/heapam.c:5053 access/heap/heapam_handler.c:457 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "kunde inte låsa rad i relationen \"%s\"" @@ -1099,8 +1099,8 @@ #: access/heap/rewriteheap.c:1020 access/heap/rewriteheap.c:1138 #: access/transam/timeline.c:329 access/transam/timeline.c:485 #: access/transam/xlog.c:3351 access/transam/xlog.c:3542 -#: access/transam/xlog.c:4753 access/transam/xlog.c:11354 -#: access/transam/xlog.c:11392 access/transam/xlog.c:11797 +#: access/transam/xlog.c:4759 access/transam/xlog.c:11368 +#: access/transam/xlog.c:11406 access/transam/xlog.c:11811 #: access/transam/xlogfuncs.c:776 postmaster/postmaster.c:4623 #: postmaster/postmaster.c:5669 replication/logical/origin.c:587 #: replication/slot.c:1544 storage/file/copydir.c:167 storage/smgr/md.c:218 @@ -1117,10 +1117,10 @@ #: access/heap/rewriteheap.c:1166 access/transam/timeline.c:384 #: access/transam/timeline.c:424 access/transam/timeline.c:502 #: access/transam/xlog.c:3423 access/transam/xlog.c:3598 -#: access/transam/xlog.c:4765 postmaster/postmaster.c:4633 +#: access/transam/xlog.c:4771 postmaster/postmaster.c:4633 #: postmaster/postmaster.c:4643 replication/logical/origin.c:599 #: replication/logical/origin.c:641 replication/logical/origin.c:660 -#: replication/logical/snapbuild.c:1627 replication/slot.c:1579 +#: replication/logical/snapbuild.c:1719 replication/slot.c:1579 #: storage/file/buffile.c:506 storage/file/copydir.c:207 #: utils/init/miscinit.c:1426 utils/init/miscinit.c:1437 #: utils/init/miscinit.c:1445 utils/misc/guc.c:8366 utils/misc/guc.c:8397 @@ -1133,8 +1133,8 @@ #: access/heap/rewriteheap.c:1256 access/transam/twophase.c:1679 #: access/transam/xlogarchive.c:118 access/transam/xlogarchive.c:422 #: postmaster/postmaster.c:1096 postmaster/syslogger.c:1465 -#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4390 -#: replication/logical/snapbuild.c:1572 replication/logical/snapbuild.c:1988 +#: replication/logical/origin.c:575 replication/logical/reorderbuffer.c:4392 +#: replication/logical/snapbuild.c:1664 replication/logical/snapbuild.c:2080 #: replication/slot.c:1676 storage/file/fd.c:788 storage/file/fd.c:3177 #: storage/file/fd.c:3239 storage/file/reinit.c:250 storage/ipc/dsm.c:315 #: storage/smgr/md.c:344 storage/smgr/md.c:394 storage/sync/sync.c:250 @@ -1263,8 +1263,8 @@ msgstr[0] "%u fryst sida.\n" msgstr[1] "%u frysta sidor.\n" -#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4124 -#: commands/indexcmds.c:4143 +#: access/heap/vacuumlazy.c:1666 commands/indexcmds.c:4135 +#: commands/indexcmds.c:4154 #, c-format msgid "%s." msgstr "%s." @@ -1416,7 +1416,7 @@ msgstr "transaktionen avbruten under scan av systemkatalog" #: access/index/indexam.c:142 catalog/objectaddress.c:1355 -#: commands/indexcmds.c:2788 commands/tablecmds.c:267 commands/tablecmds.c:291 +#: commands/indexcmds.c:2799 commands/tablecmds.c:267 commands/tablecmds.c:291 #: commands/tablecmds.c:16586 commands/tablecmds.c:18323 #, c-format msgid "\"%s\" is not an index" @@ -1443,7 +1443,7 @@ msgstr "Det kan bero på ett icke-immutable indexuttryck." #: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:608 -#: parser/parse_utilcmd.c:2319 +#: parser/parse_utilcmd.c:2329 #, c-format msgid "index \"%s\" is not a btree" msgstr "index \"%s\" är inte ett btree" @@ -1909,7 +1909,7 @@ msgid "calculated CRC checksum does not match value stored in file \"%s\"" msgstr "beräknad CRC-checksumma matchar inte värdet som är lagrat i filen \"%s\"" -#: access/transam/twophase.c:1400 access/transam/xlog.c:6682 +#: access/transam/twophase.c:1400 access/transam/xlog.c:6688 #, c-format msgid "Failed while allocating a WAL reading processor." msgstr "Misslyckades vid allokering av en WAL-läs-processor." @@ -2155,412 +2155,412 @@ msgid "could not create missing directory \"%s\": %m" msgstr "kunde inte skapa saknad katalog \"%s\": %m" -#: access/transam/xlog.c:4466 +#: access/transam/xlog.c:4472 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "oväntad tidslinje-ID %u i loggsegment %s, offset %u" -#: access/transam/xlog.c:4604 +#: access/transam/xlog.c:4610 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "ny tidslinje %u är inte ett barn till databasens systemtidslinje %u" -#: access/transam/xlog.c:4618 +#: access/transam/xlog.c:4624 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "ny tidslinje %u skapad från aktuella databasens systemtidslinje %u innan nuvarande återställningspunkt %X/%X" -#: access/transam/xlog.c:4637 +#: access/transam/xlog.c:4643 #, c-format msgid "new target timeline is %u" msgstr "ny måltidslinje är %u" -#: access/transam/xlog.c:4673 +#: access/transam/xlog.c:4679 #, c-format msgid "could not generate secret authorization token" msgstr "kunde inte generera hemligt auktorisationstoken" -#: access/transam/xlog.c:4832 access/transam/xlog.c:4841 -#: access/transam/xlog.c:4865 access/transam/xlog.c:4872 -#: access/transam/xlog.c:4879 access/transam/xlog.c:4884 -#: access/transam/xlog.c:4891 access/transam/xlog.c:4898 -#: access/transam/xlog.c:4905 access/transam/xlog.c:4912 -#: access/transam/xlog.c:4919 access/transam/xlog.c:4926 -#: access/transam/xlog.c:4935 access/transam/xlog.c:4942 +#: access/transam/xlog.c:4838 access/transam/xlog.c:4847 +#: access/transam/xlog.c:4871 access/transam/xlog.c:4878 +#: access/transam/xlog.c:4885 access/transam/xlog.c:4890 +#: access/transam/xlog.c:4897 access/transam/xlog.c:4904 +#: access/transam/xlog.c:4911 access/transam/xlog.c:4918 +#: access/transam/xlog.c:4925 access/transam/xlog.c:4932 +#: access/transam/xlog.c:4941 access/transam/xlog.c:4948 #: utils/init/miscinit.c:1583 #, c-format msgid "database files are incompatible with server" msgstr "databasfilerna är inkompatibla med servern" -#: access/transam/xlog.c:4833 +#: access/transam/xlog.c:4839 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "Databasklustret initierades med PG_CONTROL_VERSION %d (0x%08x), men servern kompilerades med PG_CONTROL_VERSION %d (0x%08x)." -#: access/transam/xlog.c:4837 +#: access/transam/xlog.c:4843 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Detta kan orsakas av en felaktig byte-ordning. Du behöver troligen köra initdb." -#: access/transam/xlog.c:4842 +#: access/transam/xlog.c:4848 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "Databasklustret initierades med PG_CONTROL_VERSION %d, men servern kompilerades med PG_CONTROL_VERSION %d." -#: access/transam/xlog.c:4845 access/transam/xlog.c:4869 -#: access/transam/xlog.c:4876 access/transam/xlog.c:4881 +#: access/transam/xlog.c:4851 access/transam/xlog.c:4875 +#: access/transam/xlog.c:4882 access/transam/xlog.c:4887 #, c-format msgid "It looks like you need to initdb." msgstr "Du behöver troligen köra initdb." -#: access/transam/xlog.c:4856 +#: access/transam/xlog.c:4862 #, c-format msgid "incorrect checksum in control file" msgstr "ogiltig kontrollsumma kontrollfil" -#: access/transam/xlog.c:4866 +#: access/transam/xlog.c:4872 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "Databasklustret initierades med CATALOG_VERSION_NO %d, men servern kompilerades med CATALOG_VERSION_NO %d." -#: access/transam/xlog.c:4873 +#: access/transam/xlog.c:4879 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "Databasklustret initierades med MAXALIGN %d, men servern kompilerades med MAXALIGN %d." -#: access/transam/xlog.c:4880 +#: access/transam/xlog.c:4886 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "Databasklustret verkar använda en annan flyttalsrepresentation än vad serverprogrammet gör." -#: access/transam/xlog.c:4885 +#: access/transam/xlog.c:4891 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "Databasklustret initierades med BLCKSZ %d, men servern kompilerades med BLCKSZ %d." -#: access/transam/xlog.c:4888 access/transam/xlog.c:4895 -#: access/transam/xlog.c:4902 access/transam/xlog.c:4909 -#: access/transam/xlog.c:4916 access/transam/xlog.c:4923 -#: access/transam/xlog.c:4930 access/transam/xlog.c:4938 -#: access/transam/xlog.c:4945 +#: access/transam/xlog.c:4894 access/transam/xlog.c:4901 +#: access/transam/xlog.c:4908 access/transam/xlog.c:4915 +#: access/transam/xlog.c:4922 access/transam/xlog.c:4929 +#: access/transam/xlog.c:4936 access/transam/xlog.c:4944 +#: access/transam/xlog.c:4951 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Det verkar som om du måste kompilera om eller köra initdb." -#: access/transam/xlog.c:4892 +#: access/transam/xlog.c:4898 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "Databasklustret initierades med RELSEG_SIZE %d, men servern kompilerades med RELSEG_SIZE %d." -#: access/transam/xlog.c:4899 +#: access/transam/xlog.c:4905 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "Databasklustret initierades med XLOG_BLCKSZ %d, men servern kompilerades med XLOG_BLCKSZ %d." -#: access/transam/xlog.c:4906 +#: access/transam/xlog.c:4912 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "Databasklustret initierades med NAMEDATALEN %d, men servern kompilerades med NAMEDATALEN %d." -#: access/transam/xlog.c:4913 +#: access/transam/xlog.c:4919 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "Databasklustret initierades med INDEX_MAX_KEYS %d, men servern kompilerades med INDEX_MAX_KEYS %d." -#: access/transam/xlog.c:4920 +#: access/transam/xlog.c:4926 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "Databasklustret initierades med TOAST_MAX_CHUNK_SIZE %d, men servern kompilerades med TOAST_MAX_CHUNK_SIZE %d." -#: access/transam/xlog.c:4927 +#: access/transam/xlog.c:4933 #, c-format msgid "The database cluster was initialized with LOBLKSIZE %d, but the server was compiled with LOBLKSIZE %d." msgstr "Databasklustret initierades med LOBLKSIZE %d, men servern kompilerades med LOBLKSIZE %d." -#: access/transam/xlog.c:4936 +#: access/transam/xlog.c:4942 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "Databasklustret initierades utan USE_FLOAT8_BYVAL, men servern kompilerades med USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4943 +#: access/transam/xlog.c:4949 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "Databasklustret initierades med USE_FLOAT8_BYVAL, men servern kompilerades utan USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4952 +#: access/transam/xlog.c:4958 #, c-format msgid "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d byte" msgid_plural "WAL segment size must be a power of two between 1 MB and 1 GB, but the control file specifies %d bytes" msgstr[0] "WAL-segmentstorlek måste vara en tvåpotens mellan 1MB och 1GB men kontrollfilen anger %d byte" msgstr[1] "WAL-segmentstorlek måste vara en tvåpotens mellan 1MB och 1GB men kontrollfilen anger %d byte" -#: access/transam/xlog.c:4964 +#: access/transam/xlog.c:4970 #, c-format msgid "\"min_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "\"min_wal_size\" måste vara minst dubbla \"wal_segment_size\"" -#: access/transam/xlog.c:4968 +#: access/transam/xlog.c:4974 #, c-format msgid "\"max_wal_size\" must be at least twice \"wal_segment_size\"" msgstr "\"max_wal_size\" måste vara minst dubbla \"wal_segment_size\"" -#: access/transam/xlog.c:5402 +#: access/transam/xlog.c:5408 #, c-format msgid "could not write bootstrap write-ahead log file: %m" msgstr "kunde inte skriva bootstrap-write-ahead-loggfil: %m" -#: access/transam/xlog.c:5410 +#: access/transam/xlog.c:5416 #, c-format msgid "could not fsync bootstrap write-ahead log file: %m" msgstr "kunde inte fsync:a bootstrap-write-ahead-loggfil: %m" -#: access/transam/xlog.c:5416 +#: access/transam/xlog.c:5422 #, c-format msgid "could not close bootstrap write-ahead log file: %m" msgstr "kunde inte stänga bootstrap-write-ahead-loggfil: %m" -#: access/transam/xlog.c:5477 +#: access/transam/xlog.c:5483 #, c-format msgid "using recovery command file \"%s\" is not supported" msgstr "använda återställningskommandofil \"%s\" stöds inte" -#: access/transam/xlog.c:5542 +#: access/transam/xlog.c:5548 #, c-format msgid "standby mode is not supported by single-user servers" msgstr "standby-läge stöd inte av enanvändarservrar" -#: access/transam/xlog.c:5559 +#: access/transam/xlog.c:5565 #, c-format msgid "specified neither primary_conninfo nor restore_command" msgstr "angav varken primary_conninfo eller restore_command" -#: access/transam/xlog.c:5560 +#: access/transam/xlog.c:5566 #, c-format msgid "The database server will regularly poll the pg_wal subdirectory to check for files placed there." msgstr "Databasservern kommer med jämna mellanrum att poll:a pg_wal-underkatalogen för att se om filer placerats där." -#: access/transam/xlog.c:5568 +#: access/transam/xlog.c:5574 #, c-format msgid "must specify restore_command when standby mode is not enabled" msgstr "måste ange restore_command när standby-läge inte är påslaget" -#: access/transam/xlog.c:5606 +#: access/transam/xlog.c:5612 #, c-format msgid "recovery target timeline %u does not exist" msgstr "återställningsmåltidslinje %u finns inte" -#: access/transam/xlog.c:5728 +#: access/transam/xlog.c:5734 #, c-format msgid "archive recovery complete" msgstr "arkivåterställning klar" -#: access/transam/xlog.c:5794 access/transam/xlog.c:6065 +#: access/transam/xlog.c:5800 access/transam/xlog.c:6071 #, c-format msgid "recovery stopping after reaching consistency" msgstr "återställning stoppad efter att ha uppnått konsistens" -#: access/transam/xlog.c:5815 +#: access/transam/xlog.c:5821 #, c-format msgid "recovery stopping before WAL location (LSN) \"%X/%X\"" msgstr "återställning stoppad före WAL-position (LSN) \"%X/%X\"" -#: access/transam/xlog.c:5900 +#: access/transam/xlog.c:5906 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "återställning stoppad före commit av transaktion %u, tid %s" -#: access/transam/xlog.c:5907 +#: access/transam/xlog.c:5913 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "återställning stoppad före abort av transaktion %u, tid %s" -#: access/transam/xlog.c:5960 +#: access/transam/xlog.c:5966 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "återställning stoppad vid återställningspunkt \"%s\", tid %s" -#: access/transam/xlog.c:5978 +#: access/transam/xlog.c:5984 #, c-format msgid "recovery stopping after WAL location (LSN) \"%X/%X\"" msgstr "återställning stoppad efter WAL-position (LSN) \"%X/%X\"" -#: access/transam/xlog.c:6045 +#: access/transam/xlog.c:6051 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "återställning stoppad efter commit av transaktion %u, tid %s" -#: access/transam/xlog.c:6053 +#: access/transam/xlog.c:6059 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "återställning stoppad efter abort av transaktion %u, tid %s" -#: access/transam/xlog.c:6098 +#: access/transam/xlog.c:6104 #, c-format msgid "pausing at the end of recovery" msgstr "pausar vid slutet av återställning" -#: access/transam/xlog.c:6099 +#: access/transam/xlog.c:6105 #, c-format msgid "Execute pg_wal_replay_resume() to promote." msgstr "Kör pg_wal_replay_resume() för att befordra." -#: access/transam/xlog.c:6102 access/transam/xlog.c:6384 +#: access/transam/xlog.c:6108 access/transam/xlog.c:6390 #, c-format msgid "recovery has paused" msgstr "återställning har pausats" -#: access/transam/xlog.c:6103 +#: access/transam/xlog.c:6109 #, c-format msgid "Execute pg_wal_replay_resume() to continue." msgstr "Kör pg_wal_replay_resume() för att fortsätta." -#: access/transam/xlog.c:6375 +#: access/transam/xlog.c:6381 #, c-format msgid "hot standby is not possible because of insufficient parameter settings" msgstr "hot standby är inte möjligt på grund av otillräckliga parameterinställningar" -#: access/transam/xlog.c:6376 access/transam/xlog.c:6403 -#: access/transam/xlog.c:6433 +#: access/transam/xlog.c:6382 access/transam/xlog.c:6409 +#: access/transam/xlog.c:6439 #, c-format msgid "%s = %d is a lower setting than on the primary server, where its value was %d." msgstr "%s = %d har ett lägre värde än på primärservern där värdet var %d." -#: access/transam/xlog.c:6385 +#: access/transam/xlog.c:6391 #, c-format msgid "If recovery is unpaused, the server will shut down." msgstr "Om återställning avpausas så kommer servern stänga ner." -#: access/transam/xlog.c:6386 +#: access/transam/xlog.c:6392 #, c-format msgid "You can then restart the server after making the necessary configuration changes." msgstr "Du kan då återstarta servern efter att ha gjort de nödvändiga konfigurationsändringarna." -#: access/transam/xlog.c:6397 +#: access/transam/xlog.c:6403 #, c-format msgid "promotion is not possible because of insufficient parameter settings" msgstr "befordran är inte möjligt på grund av otillräckliga parameterinställningar" -#: access/transam/xlog.c:6407 +#: access/transam/xlog.c:6413 #, c-format msgid "Restart the server after making the necessary configuration changes." msgstr "Starta om servern efter att ha gjort de nödvändiga konfigurationsändringarna." -#: access/transam/xlog.c:6431 +#: access/transam/xlog.c:6437 #, c-format msgid "recovery aborted because of insufficient parameter settings" msgstr "återställning avbruten på grund av otillräckliga parametervärden" -#: access/transam/xlog.c:6437 +#: access/transam/xlog.c:6443 #, c-format msgid "You can restart the server after making the necessary configuration changes." msgstr "Du kan starta om servern efter att du gjort de nödvändiga konfigurationsändringarna." -#: access/transam/xlog.c:6459 +#: access/transam/xlog.c:6465 #, c-format msgid "WAL was generated with wal_level=minimal, cannot continue recovering" msgstr "WAL genererades med wal_level=minimal, kan inte fortsätta återställande" -#: access/transam/xlog.c:6460 +#: access/transam/xlog.c:6466 #, c-format msgid "This happens if you temporarily set wal_level=minimal on the server." msgstr "Detta händer om du temporärt sätter wal_level=minimal på servern." -#: access/transam/xlog.c:6461 +#: access/transam/xlog.c:6467 #, c-format msgid "Use a backup taken after setting wal_level to higher than minimal." msgstr "Använd en backup som är tagen efter att inställningen wal_level satts till ett högre värde än minimal." -#: access/transam/xlog.c:6530 +#: access/transam/xlog.c:6536 #, c-format msgid "control file contains invalid checkpoint location" msgstr "kontrollfil innehåller ogiltig checkpoint-position" -#: access/transam/xlog.c:6541 +#: access/transam/xlog.c:6547 #, c-format msgid "database system was shut down at %s" msgstr "databassystemet stängdes ner vid %s" -#: access/transam/xlog.c:6547 +#: access/transam/xlog.c:6553 #, c-format msgid "database system was shut down in recovery at %s" msgstr "databassystemet stängdes ner under återställning vid %s" -#: access/transam/xlog.c:6553 +#: access/transam/xlog.c:6559 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "nedstängning av databasen avbröts; senast kända upptidpunkt vid %s" -#: access/transam/xlog.c:6559 +#: access/transam/xlog.c:6565 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "databassystemet avbröts under återställning vid %s" -#: access/transam/xlog.c:6561 +#: access/transam/xlog.c:6567 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "Det betyder troligen att en del data är förstörd och du behöver återställa databasen från den senaste backup:en." -#: access/transam/xlog.c:6567 +#: access/transam/xlog.c:6573 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "databassystemet avbröts under återställning vid loggtid %s" -#: access/transam/xlog.c:6569 +#: access/transam/xlog.c:6575 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "Om detta har hänt mer än en gång så kan data vara korrupt och du kanske måste återställa till ett tidigare återställningsmål." -#: access/transam/xlog.c:6575 +#: access/transam/xlog.c:6581 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "databassystemet avbröts; senast kända upptidpunkt vid %s" -#: access/transam/xlog.c:6581 +#: access/transam/xlog.c:6587 #, c-format msgid "control file contains invalid database cluster state" msgstr "kontrollfil innehåller ogiltigt databasklustertillstånd" -#: access/transam/xlog.c:6638 +#: access/transam/xlog.c:6644 #, c-format msgid "entering standby mode" msgstr "går in i standby-läge" -#: access/transam/xlog.c:6641 +#: access/transam/xlog.c:6647 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "startar point-in-time-återställning till XID %u" -#: access/transam/xlog.c:6645 +#: access/transam/xlog.c:6651 #, c-format msgid "starting point-in-time recovery to %s" msgstr "startar point-in-time-återställning till %s" -#: access/transam/xlog.c:6649 +#: access/transam/xlog.c:6655 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "startar point-in-time-återställning till \"%s\"" -#: access/transam/xlog.c:6653 +#: access/transam/xlog.c:6659 #, c-format msgid "starting point-in-time recovery to WAL location (LSN) \"%X/%X\"" msgstr "startar point-in-time-återställning till WAL-position (LSN) \"%X/%X\"" -#: access/transam/xlog.c:6657 +#: access/transam/xlog.c:6663 #, c-format msgid "starting point-in-time recovery to earliest consistent point" msgstr "startar point-in-time-återställning till tidigast konsistenta punkt" -#: access/transam/xlog.c:6660 +#: access/transam/xlog.c:6666 #, c-format msgid "starting archive recovery" msgstr "Startar arkivåterställning" -#: access/transam/xlog.c:6734 +#: access/transam/xlog.c:6740 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "kunde inte hitta redo-position refererad av checkpoint-post" -#: access/transam/xlog.c:6735 access/transam/xlog.c:6745 +#: access/transam/xlog.c:6741 access/transam/xlog.c:6751 #, c-format msgid "" "If you are restoring from a backup, touch \"%s/recovery.signal\" and add required recovery options.\n" @@ -2572,300 +2572,300 @@ "bort filen \"%s/backup_label\". Var försiktig: borttagning av \"%s/backup_label\"\n" "kommer resultera i ett trasigt kluster om du återställer från en backup." -#: access/transam/xlog.c:6744 +#: access/transam/xlog.c:6750 #, c-format msgid "could not locate required checkpoint record" msgstr "kunde inte hitta den checkpoint-post som krävs" -#: access/transam/xlog.c:6773 commands/tablespace.c:665 +#: access/transam/xlog.c:6779 commands/tablespace.c:665 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "kan inte skapa symbolisk länk \"%s\": %m" -#: access/transam/xlog.c:6805 access/transam/xlog.c:6811 +#: access/transam/xlog.c:6811 access/transam/xlog.c:6817 #, c-format msgid "ignoring file \"%s\" because no file \"%s\" exists" msgstr "hoppar över fil \"%s\" då ingen fil \"%s\" finns" -#: access/transam/xlog.c:6807 access/transam/xlog.c:12330 +#: access/transam/xlog.c:6813 access/transam/xlog.c:12344 #, c-format msgid "File \"%s\" was renamed to \"%s\"." msgstr "Filen \"%s\" döptes om till \"%s\"." -#: access/transam/xlog.c:6813 +#: access/transam/xlog.c:6819 #, c-format msgid "Could not rename file \"%s\" to \"%s\": %m." msgstr "Kunde inte döpa om fil \"%s\" till \"%s\": %m" -#: access/transam/xlog.c:6864 +#: access/transam/xlog.c:6870 #, c-format msgid "could not locate a valid checkpoint record" msgstr "kunde inte hitta en giltig checkpoint-post" -#: access/transam/xlog.c:6902 +#: access/transam/xlog.c:6908 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "efterfrågad tidslinje %u är inte ett barn till denna servers historik" -#: access/transam/xlog.c:6904 +#: access/transam/xlog.c:6910 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "Senaste checkpoint är vid %X/%X på tidslinje %u, men i historiken för efterfrågad tidslinje så avvek servern från den tidslinjen vid %X/%X." -#: access/transam/xlog.c:6918 +#: access/transam/xlog.c:6924 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "efterfågan tidslinje %u innehåller inte minimal återställningspunkt %X/%X på tidslinje %u" -#: access/transam/xlog.c:6948 +#: access/transam/xlog.c:6954 #, c-format msgid "invalid next transaction ID" msgstr "nästa transaktions-ID ogiltig" -#: access/transam/xlog.c:7048 +#: access/transam/xlog.c:7054 #, c-format msgid "invalid redo in checkpoint record" msgstr "ogiltig redo i checkpoint-post" -#: access/transam/xlog.c:7059 +#: access/transam/xlog.c:7065 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "ogiltig redo-post i nedstängnings-checkpoint" -#: access/transam/xlog.c:7099 +#: access/transam/xlog.c:7105 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "databassystemet stängdes inte ned korrekt; automatisk återställning pågår" -#: access/transam/xlog.c:7103 +#: access/transam/xlog.c:7109 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "krashåterställning startar i tidslinje %u och har måltidslinje %u" -#: access/transam/xlog.c:7150 +#: access/transam/xlog.c:7156 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label innehåller data som inte stämmer med kontrollfil" -#: access/transam/xlog.c:7151 +#: access/transam/xlog.c:7157 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Det betyder att backup:en är trasig och du behöver använda en annan backup för att återställa." -#: access/transam/xlog.c:7377 +#: access/transam/xlog.c:7383 #, c-format msgid "redo starts at %X/%X" msgstr "redo startar vid %X/%X" -#: access/transam/xlog.c:7602 +#: access/transam/xlog.c:7608 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "efterfrågad återställningsstoppunkt är före en konsistent återställningspunkt" -#: access/transam/xlog.c:7640 +#: access/transam/xlog.c:7646 #, c-format msgid "redo done at %X/%X system usage: %s" msgstr "redo gjord vid %X/%X systemanvändning: %s" -#: access/transam/xlog.c:7646 +#: access/transam/xlog.c:7652 #, c-format msgid "last completed transaction was at log time %s" msgstr "senaste kompletta transaktionen var vid loggtid %s" -#: access/transam/xlog.c:7655 +#: access/transam/xlog.c:7661 #, c-format msgid "redo is not required" msgstr "redo behövs inte" -#: access/transam/xlog.c:7667 +#: access/transam/xlog.c:7673 #, c-format msgid "recovery ended before configured recovery target was reached" msgstr "återställning avslutades innan det konfigurerade återställningsmålet nåddes" -#: access/transam/xlog.c:7751 access/transam/xlog.c:7755 +#: access/transam/xlog.c:7757 access/transam/xlog.c:7761 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL slutar före sluttiden av online-backup:en" -#: access/transam/xlog.c:7752 +#: access/transam/xlog.c:7758 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Alla genererade WAL under tiden online-backup:en togs måste vara tillgängliga vid återställning." -#: access/transam/xlog.c:7756 +#: access/transam/xlog.c:7762 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "Online-backup startad med pg_start_backup() måste avslutas med pg_stop_backup() och alla WAL fram till den punkten måste vara tillgängliga vid återställning." -#: access/transam/xlog.c:7759 +#: access/transam/xlog.c:7765 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL avslutas innan konstistent återställningspunkt" -#: access/transam/xlog.c:7794 +#: access/transam/xlog.c:7800 #, c-format msgid "selected new timeline ID: %u" msgstr "valt nytt tidslinje-ID: %u" -#: access/transam/xlog.c:8226 +#: access/transam/xlog.c:8240 #, c-format msgid "unexpected directory entry \"%s\" found in %s" msgstr "Oväntat katalogpost \"%s\" hittades i %s" -#: access/transam/xlog.c:8228 +#: access/transam/xlog.c:8242 #, c-format msgid "All directory entries in pg_tblspc/ should be symbolic links." msgstr "Alla katalogposter i pg_tblspc/ skall vara symboliska länkar" -#: access/transam/xlog.c:8229 +#: access/transam/xlog.c:8243 #, c-format msgid "Remove those directories, or set allow_in_place_tablespaces to ON transiently to let recovery complete." msgstr "Ta bort dessa kataloger eller sätt allow_in_place_tablespaces temporärt till ON och låt återställningen gå klart." -#: access/transam/xlog.c:8313 +#: access/transam/xlog.c:8327 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "konsistent återställningstillstånd uppnått vid %X/%X" -#: access/transam/xlog.c:8522 +#: access/transam/xlog.c:8536 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "ogiltig primär checkpoint-länk i kontrollfil" -#: access/transam/xlog.c:8526 +#: access/transam/xlog.c:8540 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "ogiltig checkpoint-länk i \"backup_label\"-fil" -#: access/transam/xlog.c:8544 +#: access/transam/xlog.c:8558 #, c-format msgid "invalid primary checkpoint record" msgstr "ogiltig primär checkpoint-post" -#: access/transam/xlog.c:8548 +#: access/transam/xlog.c:8562 #, c-format msgid "invalid checkpoint record" msgstr "ogiltig checkpoint-post" -#: access/transam/xlog.c:8559 +#: access/transam/xlog.c:8573 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "ogiltig resurshanterar-ID i primär checkpoint-post" -#: access/transam/xlog.c:8563 +#: access/transam/xlog.c:8577 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "ogiltig resurshanterar-ID i checkpoint-post" -#: access/transam/xlog.c:8576 +#: access/transam/xlog.c:8590 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "ogiltig xl_info i primär checkpoint-post" -#: access/transam/xlog.c:8580 +#: access/transam/xlog.c:8594 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "ogiltig xl_info i checkpoint-post" -#: access/transam/xlog.c:8591 +#: access/transam/xlog.c:8605 #, c-format msgid "invalid length of primary checkpoint record" msgstr "ogiltig längd i primär checkpoint-post" -#: access/transam/xlog.c:8595 +#: access/transam/xlog.c:8609 #, c-format msgid "invalid length of checkpoint record" msgstr "ogiltig längd på checkpoint-post" -#: access/transam/xlog.c:8776 +#: access/transam/xlog.c:8790 #, c-format msgid "shutting down" msgstr "stänger ner" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8815 +#: access/transam/xlog.c:8829 #, c-format msgid "restartpoint starting:%s%s%s%s%s%s%s%s" msgstr "restartpoint startar:%s%s%s%s%s%s%s%s" #. translator: the placeholders show checkpoint options -#: access/transam/xlog.c:8827 +#: access/transam/xlog.c:8841 #, c-format msgid "checkpoint starting:%s%s%s%s%s%s%s%s" msgstr "checkpoint startar:%s%s%s%s%s%s%s%s" -#: access/transam/xlog.c:8887 +#: access/transam/xlog.c:8901 #, c-format msgid "restartpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "restartpoint klar: skrev %d buffers (%.1f%%); %d WAL-fil(er) tillagda, %d borttagna, %d recyclade; skriv=%ld.%03d s, synk=%ld.%03d s, totalt=%ld.%03d s; synk-filer=%d, längsta=%ld.%03d s, genomsnitt=%ld.%03d s; distans=%d kB, estimat=%d kB" -#: access/transam/xlog.c:8907 +#: access/transam/xlog.c:8921 #, c-format msgid "checkpoint complete: wrote %d buffers (%.1f%%); %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB" msgstr "checkpoint klar: skrev %d buffers (%.1f%%); %d WAL-fil(er) tillagda, %d borttagna, %d recyclade; skriv=%ld.%03d s, synk=%ld.%03d s, totalt=%ld.%03d s; synk-filer=%d, längsta=%ld.%03d s, genomsnitt=%ld.%03d s; distans=%d kB, estimat=%d kB" -#: access/transam/xlog.c:9351 +#: access/transam/xlog.c:9365 #, c-format msgid "concurrent write-ahead log activity while database system is shutting down" msgstr "samtidig write-ahead-logg-aktivitet när databassystemet stängs ner" -#: access/transam/xlog.c:9884 +#: access/transam/xlog.c:9898 #, c-format msgid "recovery restart point at %X/%X" msgstr "återställningens omstartspunkt vid %X/%X" -#: access/transam/xlog.c:9886 +#: access/transam/xlog.c:9900 #, c-format msgid "Last completed transaction was at log time %s." msgstr "Senaste kompletta transaktionen var vid loggtid %s" -#: access/transam/xlog.c:10132 +#: access/transam/xlog.c:10146 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "återställningspunkt \"%s\" skapad vid %X/%X" -#: access/transam/xlog.c:10277 +#: access/transam/xlog.c:10291 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "oväntad föregående tidslinje-ID %u (nuvarande tidslinje-ID %u) i checkpoint-post" -#: access/transam/xlog.c:10286 +#: access/transam/xlog.c:10300 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "oväntad tidslinje-ID %u (efter %u) i checkpoint-post" -#: access/transam/xlog.c:10302 +#: access/transam/xlog.c:10316 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "oväntad tidslinje-ID %u i checkpoint-post, innan vi nått minimal återställningspunkt %X/%X på tidslinje %u" -#: access/transam/xlog.c:10377 +#: access/transam/xlog.c:10391 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "online-backup avbröts, återställning kan inte fortsätta" -#: access/transam/xlog.c:10433 access/transam/xlog.c:10489 -#: access/transam/xlog.c:10519 +#: access/transam/xlog.c:10447 access/transam/xlog.c:10503 +#: access/transam/xlog.c:10533 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "oväntad tidslinje-ID %u (skall vara %u) i checkpoint-post" -#: access/transam/xlog.c:10677 +#: access/transam/xlog.c:10691 #, c-format msgid "successfully skipped missing contrecord at %X/%X, overwritten at %s" msgstr "lyckades hoppa över saknad contrecord vid %X/%X, överskriven vid %s" -#: access/transam/xlog.c:10892 +#: access/transam/xlog.c:10906 #, c-format msgid "could not fsync write-through file \"%s\": %m" msgstr "kunde inte fsync:a skriv-igenom-loggfil \"%s\": %m" -#: access/transam/xlog.c:10898 +#: access/transam/xlog.c:10912 #, c-format msgid "could not fdatasync file \"%s\": %m" msgstr "kunde inte fdatasync:a fil \"%s\": %m" -#: access/transam/xlog.c:11009 access/transam/xlog.c:11546 +#: access/transam/xlog.c:11023 access/transam/xlog.c:11560 #: access/transam/xlogfuncs.c:275 access/transam/xlogfuncs.c:302 #: access/transam/xlogfuncs.c:341 access/transam/xlogfuncs.c:362 #: access/transam/xlogfuncs.c:383 @@ -2873,186 +2873,186 @@ msgid "WAL control functions cannot be executed during recovery." msgstr "WAL-kontrollfunktioner kan inte köras under återställning." -#: access/transam/xlog.c:11018 access/transam/xlog.c:11555 +#: access/transam/xlog.c:11032 access/transam/xlog.c:11569 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "WAL-nivå inte tillräcklig för att kunna skapa en online-backup" -#: access/transam/xlog.c:11019 access/transam/xlog.c:11556 +#: access/transam/xlog.c:11033 access/transam/xlog.c:11570 #: access/transam/xlogfuncs.c:308 #, c-format msgid "wal_level must be set to \"replica\" or \"logical\" at server start." msgstr "wal_level måste vara satt till \"replica\" eller \"logical\" vid serverstart." -#: access/transam/xlog.c:11024 +#: access/transam/xlog.c:11038 #, c-format msgid "backup label too long (max %d bytes)" msgstr "backup-etikett för lång (max %d byte)" -#: access/transam/xlog.c:11061 access/transam/xlog.c:11345 -#: access/transam/xlog.c:11383 +#: access/transam/xlog.c:11075 access/transam/xlog.c:11359 +#: access/transam/xlog.c:11397 #, c-format msgid "a backup is already in progress" msgstr "en backup är redan på gång" -#: access/transam/xlog.c:11062 +#: access/transam/xlog.c:11076 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Kör pg_stop_backup() och försök igen." -#: access/transam/xlog.c:11158 +#: access/transam/xlog.c:11172 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "WAL skapad med full_page_writes=off har återspelats sedab senaste omstartpunkten" -#: access/transam/xlog.c:11160 access/transam/xlog.c:11751 +#: access/transam/xlog.c:11174 access/transam/xlog.c:11765 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the primary, and then try an online backup again." msgstr "Det betyder att backup:en som tas på standby:en är trasig och inte skall användas. Slå på full_page_writes och kör CHECKPOINT på primären och försök sedan ta en ny online-backup igen." -#: access/transam/xlog.c:11244 replication/basebackup.c:1439 +#: access/transam/xlog.c:11258 replication/basebackup.c:1439 #: utils/adt/misc.c:374 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "mål för symbolisk länk \"%s\" är för lång" -#: access/transam/xlog.c:11294 commands/tablespace.c:385 +#: access/transam/xlog.c:11308 commands/tablespace.c:385 #: commands/tablespace.c:561 replication/basebackup.c:1454 utils/adt/misc.c:382 #, c-format msgid "tablespaces are not supported on this platform" msgstr "tabellutrymmen stöds inte på denna plattform" -#: access/transam/xlog.c:11346 access/transam/xlog.c:11384 +#: access/transam/xlog.c:11360 access/transam/xlog.c:11398 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Om du är säker på att det inte pågår någon backup så ta bort filen \"%s\" och försök igen." -#: access/transam/xlog.c:11571 +#: access/transam/xlog.c:11585 #, c-format msgid "exclusive backup not in progress" msgstr "exklusiv backup är inte på gång" -#: access/transam/xlog.c:11598 +#: access/transam/xlog.c:11612 #, c-format msgid "a backup is not in progress" msgstr "ingen backup är på gång" -#: access/transam/xlog.c:11684 access/transam/xlog.c:11697 -#: access/transam/xlog.c:12088 access/transam/xlog.c:12094 -#: access/transam/xlog.c:12142 access/transam/xlog.c:12222 -#: access/transam/xlog.c:12246 access/transam/xlogfuncs.c:733 +#: access/transam/xlog.c:11698 access/transam/xlog.c:11711 +#: access/transam/xlog.c:12102 access/transam/xlog.c:12108 +#: access/transam/xlog.c:12156 access/transam/xlog.c:12236 +#: access/transam/xlog.c:12260 access/transam/xlogfuncs.c:733 #, c-format msgid "invalid data in file \"%s\"" msgstr "felaktig data i fil \"%s\"" -#: access/transam/xlog.c:11701 replication/basebackup.c:1287 +#: access/transam/xlog.c:11715 replication/basebackup.c:1287 #, c-format msgid "the standby was promoted during online backup" msgstr "standby:en befordrades under online-backup" -#: access/transam/xlog.c:11702 replication/basebackup.c:1288 +#: access/transam/xlog.c:11716 replication/basebackup.c:1288 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Det betyder att backupen som tas är trasig och inte skall användas. Försök ta en ny online-backup." -#: access/transam/xlog.c:11749 +#: access/transam/xlog.c:11763 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "WAL skapad med full_page_writes=off återspelades under online-backup" -#: access/transam/xlog.c:11869 +#: access/transam/xlog.c:11883 #, c-format msgid "base backup done, waiting for required WAL segments to be archived" msgstr "base_backup klar, väntar på att de WAL-segment som krävs blir arkiverade" -#: access/transam/xlog.c:11881 +#: access/transam/xlog.c:11895 #, c-format msgid "still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "väntar fortfarande på att alla krävda WAL-segments skall bli arkiverade (%d sekunder har gått)" -#: access/transam/xlog.c:11883 +#: access/transam/xlog.c:11897 #, c-format msgid "Check that your archive_command is executing properly. You can safely cancel this backup, but the database backup will not be usable without all the WAL segments." msgstr "Kontrollera att ditt archive_command kör som det skall. Du kan avbryta denna backup på ett säkert sätt men databasbackup:en kommer inte vara användbart utan att alla WAL-segment finns." -#: access/transam/xlog.c:11890 +#: access/transam/xlog.c:11904 #, c-format msgid "all required WAL segments have been archived" msgstr "alla krävda WAL-segments har arkiverats" -#: access/transam/xlog.c:11894 +#: access/transam/xlog.c:11908 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "WAL-arkivering är inte påslagen; du måste se till att alla krävda WAL-segment har kopierats på annat sätt för att backup:en skall vara komplett" -#: access/transam/xlog.c:11949 +#: access/transam/xlog.c:11963 #, c-format msgid "aborting backup due to backend exiting before pg_stop_backup was called" msgstr "avbryter backup på grund av att backend:en stoppades innan pg_stop_backup anropades" -#: access/transam/xlog.c:12143 +#: access/transam/xlog.c:12157 #, c-format msgid "Timeline ID parsed is %u, but expected %u." msgstr "Parsad tidslinje-ID är %u men förväntade sig %u." #. translator: %s is a WAL record description -#: access/transam/xlog.c:12271 +#: access/transam/xlog.c:12285 #, c-format msgid "WAL redo at %X/%X for %s" msgstr "WAL-redo vid %X/%X för %s" -#: access/transam/xlog.c:12319 +#: access/transam/xlog.c:12333 #, c-format msgid "online backup mode was not canceled" msgstr "online backupläge har ej avbrutits" -#: access/transam/xlog.c:12320 +#: access/transam/xlog.c:12334 #, c-format msgid "File \"%s\" could not be renamed to \"%s\": %m." msgstr "Filen \"%s\" kunde inte döpas om till \"%s\": %m." -#: access/transam/xlog.c:12329 access/transam/xlog.c:12341 -#: access/transam/xlog.c:12351 +#: access/transam/xlog.c:12343 access/transam/xlog.c:12355 +#: access/transam/xlog.c:12365 #, c-format msgid "online backup mode canceled" msgstr "online backupläge avbrutet" -#: access/transam/xlog.c:12342 +#: access/transam/xlog.c:12356 #, c-format msgid "Files \"%s\" and \"%s\" were renamed to \"%s\" and \"%s\", respectively." msgstr "Filer \"%s\" och \"%s\" döptes om till \"%s\" och \"%s\", var för sig." -#: access/transam/xlog.c:12352 +#: access/transam/xlog.c:12366 #, c-format msgid "File \"%s\" was renamed to \"%s\", but file \"%s\" could not be renamed to \"%s\": %m." msgstr "Filen \"%s\" dötes om till \"%s\", men filen \"%s\" kunde inte döpas om till \"%s\": %m." -#: access/transam/xlog.c:12485 access/transam/xlogutils.c:967 +#: access/transam/xlog.c:12499 access/transam/xlogutils.c:967 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "kunde inte läsa från loggsegment %s, offset %u: %m" -#: access/transam/xlog.c:12491 access/transam/xlogutils.c:974 +#: access/transam/xlog.c:12505 access/transam/xlogutils.c:974 #, c-format msgid "could not read from log segment %s, offset %u: read %d of %zu" msgstr "kunde inte läsa från loggsegment %s, offset %u, läste %d av %zu" -#: access/transam/xlog.c:13036 +#: access/transam/xlog.c:13050 #, c-format msgid "WAL receiver process shutdown requested" msgstr "nedstängning av WAL-mottagarprocess efterfrågad" -#: access/transam/xlog.c:13131 +#: access/transam/xlog.c:13145 #, c-format msgid "received promote request" msgstr "tog emot förfrågan om befordring" -#: access/transam/xlog.c:13144 +#: access/transam/xlog.c:13158 #, c-format msgid "promote trigger file found: %s" msgstr "utlösarfil för befordring hittad: %s" -#: access/transam/xlog.c:13152 +#: access/transam/xlog.c:13166 #, c-format msgid "could not stat promote trigger file \"%s\": %m" msgstr "kunde inte göra stat() på utlösarfil för befordring \"%s\": %m" @@ -3113,7 +3113,7 @@ #: access/transam/xlogfuncs.c:185 commands/event_trigger.c:1311 #: commands/event_trigger.c:1869 commands/extension.c:1945 #: commands/extension.c:2053 commands/extension.c:2338 commands/prepare.c:713 -#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1058 +#: executor/execExpr.c:2507 executor/execSRF.c:738 executor/functions.c:1073 #: foreign/foreign.c:520 libpq/hba.c:2722 replication/logical/launcher.c:937 #: replication/logical/logicalfuncs.c:157 replication/logical/origin.c:1494 #: replication/slotfuncs.c:255 replication/walsender.c:3328 @@ -3123,7 +3123,7 @@ #: utils/adt/jsonfuncs.c:2344 utils/adt/jsonfuncs.c:3805 #: utils/adt/mcxtfuncs.c:132 utils/adt/misc.c:219 utils/adt/pgstatfuncs.c:477 #: utils/adt/pgstatfuncs.c:587 utils/adt/pgstatfuncs.c:1887 -#: utils/adt/varlena.c:4825 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 +#: utils/adt/varlena.c:4821 utils/fmgr/funcapi.c:74 utils/misc/guc.c:10017 #: utils/mmgr/portalmem.c:1145 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -3138,7 +3138,7 @@ #: storage/ipc/shmem.c:558 utils/adt/datetime.c:4816 utils/adt/genfile.c:511 #: utils/adt/genfile.c:594 utils/adt/mcxtfuncs.c:136 utils/adt/misc.c:223 #: utils/adt/pgstatfuncs.c:481 utils/adt/pgstatfuncs.c:591 -#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4829 utils/misc/guc.c:10021 +#: utils/adt/pgstatfuncs.c:1891 utils/adt/varlena.c:4825 utils/misc/guc.c:10021 #: utils/misc/pg_config.c:43 utils/mmgr/portalmem.c:1149 #, c-format msgid "materialize mode required, but it is not allowed in this context" @@ -3524,9 +3524,9 @@ #: commands/functioncmds.c:789 commands/functioncmds.c:798 #: commands/functioncmds.c:2096 commands/functioncmds.c:2104 #: commands/publicationcmds.c:87 commands/publicationcmds.c:130 -#: commands/sequence.c:1266 commands/sequence.c:1276 commands/sequence.c:1286 -#: commands/sequence.c:1296 commands/sequence.c:1306 commands/sequence.c:1316 -#: commands/sequence.c:1326 commands/sequence.c:1336 commands/sequence.c:1346 +#: commands/sequence.c:1274 commands/sequence.c:1284 commands/sequence.c:1294 +#: commands/sequence.c:1304 commands/sequence.c:1314 commands/sequence.c:1324 +#: commands/sequence.c:1334 commands/sequence.c:1344 commands/sequence.c:1354 #: commands/subscriptioncmds.c:124 commands/subscriptioncmds.c:134 #: commands/subscriptioncmds.c:144 commands/subscriptioncmds.c:154 #: commands/subscriptioncmds.c:170 commands/subscriptioncmds.c:181 @@ -3542,7 +3542,7 @@ #: commands/user.c:590 commands/user.c:598 commands/user.c:606 #: commands/user.c:614 commands/user.c:622 commands/user.c:630 #: commands/user.c:638 commands/user.c:647 commands/user.c:655 -#: commands/user.c:663 parser/parse_utilcmd.c:397 +#: commands/user.c:663 parser/parse_utilcmd.c:407 #: replication/pgoutput/pgoutput.c:190 replication/pgoutput/pgoutput.c:211 #: replication/pgoutput/pgoutput.c:225 replication/pgoutput/pgoutput.c:235 #: replication/pgoutput/pgoutput.c:245 replication/walsender.c:883 @@ -3562,7 +3562,7 @@ msgstr "kan inte använda IN SCHEMA-klausul samtidigt som GRANT/REVOKE ON SCHEMAS" #: catalog/aclchk.c:1544 catalog/catalog.c:557 catalog/objectaddress.c:1522 -#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1701 +#: commands/analyze.c:390 commands/copy.c:741 commands/sequence.c:1709 #: commands/tablecmds.c:7051 commands/tablecmds.c:7207 #: commands/tablecmds.c:7257 commands/tablecmds.c:7331 #: commands/tablecmds.c:7401 commands/tablecmds.c:7513 @@ -3574,14 +3574,14 @@ #: commands/tablecmds.c:11985 commands/tablecmds.c:13128 #: commands/tablecmds.c:15695 commands/trigger.c:942 parser/analyze.c:2422 #: parser/parse_relation.c:714 parser/parse_target.c:1063 -#: parser/parse_type.c:144 parser/parse_utilcmd.c:3421 -#: parser/parse_utilcmd.c:3457 parser/parse_utilcmd.c:3499 utils/adt/acl.c:2845 +#: parser/parse_type.c:144 parser/parse_utilcmd.c:3431 +#: parser/parse_utilcmd.c:3467 parser/parse_utilcmd.c:3509 utils/adt/acl.c:2845 #: utils/adt/ruleutils.c:2716 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "kolumn \"%s\" i relation \"%s\" existerar inte" -#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1139 +#: catalog/aclchk.c:1807 catalog/objectaddress.c:1362 commands/sequence.c:1147 #: commands/tablecmds.c:249 commands/tablecmds.c:16559 utils/adt/acl.c:2053 #: utils/adt/acl.c:2083 utils/adt/acl.c:2115 utils/adt/acl.c:2147 #: utils/adt/acl.c:2175 utils/adt/acl.c:2205 @@ -3759,9 +3759,9 @@ msgid "permission denied for schema %s" msgstr "rättighet saknas för schema %s" -#: catalog/aclchk.c:3400 commands/sequence.c:610 commands/sequence.c:844 -#: commands/sequence.c:886 commands/sequence.c:927 commands/sequence.c:1799 -#: commands/sequence.c:1863 +#: catalog/aclchk.c:3400 commands/sequence.c:618 commands/sequence.c:852 +#: commands/sequence.c:894 commands/sequence.c:935 commands/sequence.c:1807 +#: commands/sequence.c:1871 #, c-format msgid "permission denied for sequence %s" msgstr "rättighet saknas för sekvens %s" @@ -4112,7 +4112,7 @@ msgid "pg_nextoid() can only be used on system catalogs" msgstr "pg_nextoid() kan bara användas på systemkataloger" -#: catalog/catalog.c:549 parser/parse_utilcmd.c:2266 +#: catalog/catalog.c:549 parser/parse_utilcmd.c:2276 #, c-format msgid "index \"%s\" does not belong to table \"%s\"" msgstr "index \"%s\" tillhör inte tabell \"%s\"" @@ -4172,16 +4172,14 @@ msgid "cannot drop %s because other objects depend on it" msgstr "kan inte ta bort %s eftersom andra objekt beror på den" -#: catalog/dependency.c:1196 catalog/dependency.c:1197 -#: catalog/dependency.c:1203 catalog/dependency.c:1204 -#: catalog/dependency.c:1215 catalog/dependency.c:1216 -#: commands/tablecmds.c:1304 commands/tablecmds.c:13746 -#: commands/tablespace.c:464 commands/user.c:1095 commands/view.c:492 -#: libpq/auth.c:338 replication/syncrep.c:1043 storage/lmgr/deadlock.c:1152 -#: storage/lmgr/proc.c:1433 utils/adt/acl.c:5250 utils/adt/jsonfuncs.c:618 -#: utils/adt/jsonfuncs.c:624 utils/misc/guc.c:7128 utils/misc/guc.c:7164 -#: utils/misc/guc.c:7234 utils/misc/guc.c:11424 utils/misc/guc.c:11458 -#: utils/misc/guc.c:11492 utils/misc/guc.c:11535 utils/misc/guc.c:11577 +#: catalog/dependency.c:1197 catalog/dependency.c:1204 +#: catalog/dependency.c:1216 commands/tablecmds.c:1304 +#: commands/tablecmds.c:13746 commands/tablespace.c:464 commands/user.c:1095 +#: commands/view.c:506 libpq/auth.c:338 replication/syncrep.c:1043 +#: storage/lmgr/deadlock.c:1152 storage/lmgr/proc.c:1433 utils/misc/guc.c:7128 +#: utils/misc/guc.c:7164 utils/misc/guc.c:7234 utils/misc/guc.c:11424 +#: utils/misc/guc.c:11458 utils/misc/guc.c:11492 utils/misc/guc.c:11535 +#: utils/misc/guc.c:11577 #, c-format msgid "%s" msgstr "%s" @@ -4257,19 +4255,19 @@ msgid "no collation was derived for partition key column %s with collatable type %s" msgstr "ingen jämförelse kunde härledas för partitionsnyckelkolumn %s med jämförelsetyp %s" -#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:500 +#: catalog/heap.c:717 commands/createas.c:203 commands/createas.c:512 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "ingen jämförelse kunde härledas för kolumn \"%s\" med jämförelsetyp %s" -#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:405 +#: catalog/heap.c:1202 catalog/index.c:871 commands/createas.c:408 #: commands/tablecmds.c:3858 #, c-format msgid "relation \"%s\" already exists" msgstr "relationen \"%s\" finns redan" -#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:781 -#: catalog/pg_type.c:928 commands/typecmds.c:249 commands/typecmds.c:261 +#: catalog/heap.c:1218 catalog/pg_type.c:436 catalog/pg_type.c:784 +#: catalog/pg_type.c:931 commands/typecmds.c:249 commands/typecmds.c:261 #: commands/typecmds.c:757 commands/typecmds.c:1172 commands/typecmds.c:1398 #: commands/typecmds.c:1590 commands/typecmds.c:2562 #, c-format @@ -4389,7 +4387,7 @@ msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "Trunkera tabellen \"%s\" samtidigt, eller använd TRUNCATE ... CASCADE." -#: catalog/index.c:222 parser/parse_utilcmd.c:2172 +#: catalog/index.c:222 parser/parse_utilcmd.c:2182 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "multipla primärnycklar för tabell \"%s\" tillåts inte" @@ -4429,8 +4427,8 @@ msgid "shared indexes cannot be created after initdb" msgstr "delade index kan inte skapas efter initdb" -#: catalog/index.c:863 commands/createas.c:411 commands/sequence.c:154 -#: parser/parse_utilcmd.c:201 +#: catalog/index.c:863 commands/createas.c:423 commands/sequence.c:162 +#: parser/parse_utilcmd.c:211 #, c-format msgid "relation \"%s\" already exists, skipping" msgstr "relationen \"%s\" finns redan, hoppar över" @@ -4450,12 +4448,12 @@ msgid "cannot reindex temporary tables of other sessions" msgstr "kan inte omindexera temporära tabeller som tillhör andra sessioner" -#: catalog/index.c:3639 commands/indexcmds.c:3544 +#: catalog/index.c:3639 commands/indexcmds.c:3555 #, c-format msgid "cannot reindex invalid index on TOAST table" msgstr "kan inte omindexera angivet index i TOAST-tabell" -#: catalog/index.c:3655 commands/indexcmds.c:3424 commands/indexcmds.c:3568 +#: catalog/index.c:3655 commands/indexcmds.c:3435 commands/indexcmds.c:3579 #: commands/tablecmds.c:3273 #, c-format msgid "cannot move system relation \"%s\"" @@ -4472,7 +4470,7 @@ msgstr "kan inte omindexera ogiltigt index \"%s.%s\" på TOAST-tabell, hoppar över" #: catalog/namespace.c:259 catalog/namespace.c:463 catalog/namespace.c:555 -#: commands/trigger.c:5195 +#: commands/trigger.c:5202 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "referenser till andra databaser är inte implementerat: \"%s.%s.%s\"" @@ -4555,7 +4553,7 @@ msgid "cross-database references are not implemented: %s" msgstr "referenser till andra databaser är inte implementerat: %s" -#: catalog/namespace.c:2889 gram.y:15102 gram.y:17076 parser/parse_expr.c:817 +#: catalog/namespace.c:2889 gram.y:15103 gram.y:17077 parser/parse_expr.c:817 #: parser/parse_target.c:1262 #, c-format msgid "improper qualified name (too many dotted names): %s" @@ -4571,7 +4569,7 @@ msgid "cannot move objects into or out of TOAST schema" msgstr "kan inte flytta objekt in eller ut från TOAST-schema" -#: catalog/namespace.c:3098 commands/schemacmds.c:234 commands/schemacmds.c:314 +#: catalog/namespace.c:3098 commands/schemacmds.c:245 commands/schemacmds.c:325 #: commands/tablecmds.c:1249 #, c-format msgid "schema \"%s\" does not exist" @@ -4678,7 +4676,7 @@ msgstr "användarmappning för användare \"%s\" på server \"%s\" finns inte" #: catalog/objectaddress.c:1861 commands/foreigncmds.c:430 -#: commands/foreigncmds.c:988 commands/foreigncmds.c:1347 foreign/foreign.c:723 +#: commands/foreigncmds.c:997 commands/foreigncmds.c:1360 foreign/foreign.c:723 #, c-format msgid "server \"%s\" does not exist" msgstr "server \"%s\" finns inte" @@ -5214,22 +5212,22 @@ msgid "cast from type %s to type %s already exists" msgstr "typomvandling från typ %s till typ %s finns redan" -#: catalog/pg_collation.c:93 catalog/pg_collation.c:140 +#: catalog/pg_collation.c:103 catalog/pg_collation.c:161 #, c-format msgid "collation \"%s\" already exists, skipping" msgstr "jämförelse \"%s\" finns redan, hoppar över" -#: catalog/pg_collation.c:95 +#: catalog/pg_collation.c:105 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists, skipping" msgstr "jämförelse \"%s\" för kodning \"%s\" finns redan, hoppar över" -#: catalog/pg_collation.c:103 catalog/pg_collation.c:147 +#: catalog/pg_collation.c:113 catalog/pg_collation.c:168 #, c-format msgid "collation \"%s\" already exists" msgstr "jämförelse \"%s\" finns redan" -#: catalog/pg_collation.c:105 +#: catalog/pg_collation.c:115 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists" msgstr "jämförelse \"%s\" för kodning \"%s\" finns redan" @@ -5259,12 +5257,27 @@ msgid "default conversion for %s to %s already exists" msgstr "standardkonvertering från %s till %s finns redan" -#: catalog/pg_depend.c:211 commands/extension.c:3352 +#: catalog/pg_depend.c:218 commands/extension.c:3352 #, c-format msgid "%s is already a member of extension \"%s\"" msgstr "%s är redan en medlem i utökningen \"%s\"" -#: catalog/pg_depend.c:587 +#: catalog/pg_depend.c:225 catalog/pg_depend.c:276 commands/extension.c:3392 +#, c-format +msgid "%s is not a member of extension \"%s\"" +msgstr "%s är inte en medlem av utökning \"%s\"" + +#: catalog/pg_depend.c:228 +#, c-format +msgid "An extension is not allowed to replace an object that it does not own." +msgstr "En utökning får inte ersätta ett objekt som den inte äger." + +#: catalog/pg_depend.c:279 +#, c-format +msgid "An extension may only use CREATE ... IF NOT EXISTS to skip object creation if the conflicting object is one that it already owns." +msgstr "En utökning får bara användas CREATE ... IF NOT EXISTS för att hoppa över skapande av objekt om den äger det konfliktande objektet." + +#: catalog/pg_depend.c:644 #, c-format msgid "cannot remove dependency on %s because it is a system object" msgstr "kan inte ta bort beroende på %s eftersom det är ett systemobjekt" @@ -5330,7 +5343,7 @@ msgid "There's no pending concurrent detach." msgstr "Det finns ingen pågående bortkoppling." -#: catalog/pg_namespace.c:64 commands/schemacmds.c:243 +#: catalog/pg_namespace.c:64 commands/schemacmds.c:254 #, c-format msgid "schema \"%s\" already exists" msgstr "schema \"%s\" finns redan" @@ -5482,7 +5495,7 @@ msgid "SQL functions cannot have arguments of type %s" msgstr "SQL-funktioner kan inte ha argument av typ %s" -#: catalog/pg_proc.c:995 executor/functions.c:1458 +#: catalog/pg_proc.c:995 executor/functions.c:1473 #, c-format msgid "SQL function \"%s\"" msgstr "SQL-funktion \"%s\"" @@ -5646,17 +5659,17 @@ msgid "fixed-size types must have storage PLAIN" msgstr "typer med fast storlek måste lagras som PLAIN" -#: catalog/pg_type.c:824 +#: catalog/pg_type.c:827 #, c-format msgid "could not form array type name for type \"%s\"" msgstr "kunde inte skapa array-typnamn för typ \"%s\"" -#: catalog/pg_type.c:929 +#: catalog/pg_type.c:932 #, c-format msgid "Failed while creating a multirange type for type \"%s\"." msgstr "Misslyckades vid skapande av multirange-typ för typen \"%s\"." -#: catalog/pg_type.c:930 +#: catalog/pg_type.c:933 #, c-format msgid "You can manually specify a multirange type name using the \"multirange_type_name\" attribute." msgstr "Du kan manuellt ange en multirange-typ med hjälp av attributet \"multirange_type_name\"." @@ -5772,7 +5785,7 @@ msgid "foreign-data wrapper \"%s\" already exists" msgstr "främmande data-omvandlare \"%s\" finns redan" -#: commands/alter.c:90 commands/foreigncmds.c:879 +#: commands/alter.c:90 commands/foreigncmds.c:888 #, c-format msgid "server \"%s\" already exists" msgstr "servern \"%s\" finns redan" @@ -6119,7 +6132,7 @@ msgid "database \"%s\" does not exist" msgstr "databasen \"%s\" existerar inte" -#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:979 +#: commands/comment.c:101 commands/seclabel.c:191 parser/parse_utilcmd.c:989 #, c-format msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table" msgstr "\"%s\" är inte en tabell, vy, materialiserad vy, composite-typ eller främmande tabell" @@ -6325,7 +6338,7 @@ msgid "Generated columns cannot be used in COPY." msgstr "Genererade kolumner kan inte användas i COPY." -#: commands/copy.c:746 commands/indexcmds.c:1831 commands/statscmds.c:241 +#: commands/copy.c:746 commands/indexcmds.c:1842 commands/statscmds.c:245 #: commands/tablecmds.c:2347 commands/tablecmds.c:3003 #: commands/tablecmds.c:3496 parser/parse_relation.c:3637 #: parser/parse_relation.c:3657 utils/adt/tsvector_op.c:2680 @@ -6677,12 +6690,12 @@ msgid "COPY TO instructs the PostgreSQL server process to write a file. You may want a client-side facility such as psql's \\copy." msgstr "COPY TO säger åt PostgreSQLs serverprocess att skriva till en fil. Du kanske söker efter en klient-finess så som psql:s \\copy." -#: commands/createas.c:215 commands/createas.c:511 +#: commands/createas.c:215 commands/createas.c:523 #, c-format msgid "too many column names were specified" msgstr "för många kolumnnamn angivna" -#: commands/createas.c:534 +#: commands/createas.c:546 #, c-format msgid "policies not yet implemented for this command" msgstr "policys är ännu inte implementerat för detta kommando" @@ -6897,7 +6910,7 @@ #: commands/dbcommands.c:1551 #, c-format msgid "option \"%s\" cannot be specified with other options" -msgstr "flaggan \"%s\" kan inte agnes tillsammans med andra flaggor" +msgstr "flaggan \"%s\" kan inte anges tillsammans med andra flaggor" #: commands/dbcommands.c:1607 #, c-format @@ -6987,7 +7000,7 @@ msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "Använd DROP AGGREGATE för att ta bort aggregatfunktioner." -#: commands/dropcmds.c:158 commands/sequence.c:447 commands/tablecmds.c:3580 +#: commands/dropcmds.c:158 commands/sequence.c:455 commands/tablecmds.c:3580 #: commands/tablecmds.c:3738 commands/tablecmds.c:3791 #: commands/tablecmds.c:15890 tcop/utility.c:1324 #, c-format @@ -7019,7 +7032,7 @@ msgid "conversion \"%s\" does not exist, skipping" msgstr "konvertering \"%s\" finns inte, hoppar över" -#: commands/dropcmds.c:293 commands/statscmds.c:670 +#: commands/dropcmds.c:293 commands/statscmds.c:674 #, c-format msgid "statistics object \"%s\" does not exist, skipping" msgstr "statistikobjekt \"%s\" finns inte, hoppar över" @@ -7114,7 +7127,7 @@ msgid "foreign-data wrapper \"%s\" does not exist, skipping" msgstr "främmande data-omvandlare \"%s\" finns inte, hoppar över" -#: commands/dropcmds.c:453 commands/foreigncmds.c:1351 +#: commands/dropcmds.c:453 commands/foreigncmds.c:1364 #, c-format msgid "server \"%s\" does not exist, skipping" msgstr "servern \"%s\" finns inte, hoppar över" @@ -7459,11 +7472,6 @@ msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension" msgstr "kan inte lägga till schema \"%s\" till utökningen \"%s\" eftersom schemat innehåller utökningen" -#: commands/extension.c:3392 -#, c-format -msgid "%s is not a member of extension \"%s\"" -msgstr "%s är inte en medlem av utökning \"%s\"" - #: commands/extension.c:3458 #, c-format msgid "file \"%s\" is too large" @@ -7529,42 +7537,42 @@ msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid" msgstr "att ändra främmande data-omvandlares validator kan göra att flaggor för beroende objekt invalideras" -#: commands/foreigncmds.c:871 +#: commands/foreigncmds.c:880 #, c-format msgid "server \"%s\" already exists, skipping" msgstr "server \"%s\" finns redan, hoppar över" -#: commands/foreigncmds.c:1135 +#: commands/foreigncmds.c:1148 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\", skipping" msgstr "användarmappning för \"%s\" finns redan för server \"%s\", hoppar över" -#: commands/foreigncmds.c:1145 +#: commands/foreigncmds.c:1158 #, c-format msgid "user mapping for \"%s\" already exists for server \"%s\"" msgstr "användarmappning för \"%s\" finns redan för server \"%s\"" -#: commands/foreigncmds.c:1245 commands/foreigncmds.c:1365 +#: commands/foreigncmds.c:1258 commands/foreigncmds.c:1378 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\"" msgstr "användarmappning för \"%s\" finns inte för servern \"%s\"" -#: commands/foreigncmds.c:1370 +#: commands/foreigncmds.c:1383 #, c-format msgid "user mapping for \"%s\" does not exist for server \"%s\", skipping" msgstr "användarmappning för \"%s\" finns inte för servern \"%s\", hoppar över" -#: commands/foreigncmds.c:1498 foreign/foreign.c:389 +#: commands/foreigncmds.c:1511 foreign/foreign.c:389 #, c-format msgid "foreign-data wrapper \"%s\" has no handler" msgstr "främmande data-omvandlare \"%s\" har ingen hanterare" -#: commands/foreigncmds.c:1504 +#: commands/foreigncmds.c:1517 #, c-format msgid "foreign-data wrapper \"%s\" does not support IMPORT FOREIGN SCHEMA" msgstr "främmande data-omvandlare \"%s\" stöder inte IMPORT FOREIGN SCHEMA" -#: commands/foreigncmds.c:1606 +#: commands/foreigncmds.c:1619 #, c-format msgid "importing foreign table \"%s\"" msgstr "importerar främmande tabell \"%s\"" @@ -8027,198 +8035,198 @@ msgid "index creation on system columns is not supported" msgstr "skapa index för systemkolumner stöds inte" -#: commands/indexcmds.c:1276 tcop/utility.c:1510 +#: commands/indexcmds.c:1285 tcop/utility.c:1510 #, c-format msgid "cannot create unique index on partitioned table \"%s\"" msgstr "kan inte skapa unikt index för partitionerad tabell \"%s\"" -#: commands/indexcmds.c:1278 tcop/utility.c:1512 +#: commands/indexcmds.c:1287 tcop/utility.c:1512 #, c-format msgid "Table \"%s\" contains partitions that are foreign tables." msgstr "Tabell \"%s\" innehåller partitioner som är främmande tabeller." -#: commands/indexcmds.c:1748 +#: commands/indexcmds.c:1759 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "funktioner i indexpredikat måste vara markerade IMMUTABLE" -#: commands/indexcmds.c:1826 parser/parse_utilcmd.c:2515 -#: parser/parse_utilcmd.c:2650 +#: commands/indexcmds.c:1837 parser/parse_utilcmd.c:2525 +#: parser/parse_utilcmd.c:2660 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "kolumn \"%s\" angiven i en nyckel existerar inte" -#: commands/indexcmds.c:1850 parser/parse_utilcmd.c:1814 +#: commands/indexcmds.c:1861 parser/parse_utilcmd.c:1824 #, c-format msgid "expressions are not supported in included columns" msgstr "uttryck stöds inte i inkluderade kolumner" -#: commands/indexcmds.c:1891 +#: commands/indexcmds.c:1902 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "funktioner i indexuttryck måste vara markerade IMMUTABLE" -#: commands/indexcmds.c:1906 +#: commands/indexcmds.c:1917 #, c-format msgid "including column does not support a collation" msgstr "inkluderad kolumn stöder inte jämförelse (collation)" -#: commands/indexcmds.c:1910 +#: commands/indexcmds.c:1921 #, c-format msgid "including column does not support an operator class" msgstr "inkluderad kolumn stöder inte en operatorklass" -#: commands/indexcmds.c:1914 +#: commands/indexcmds.c:1925 #, c-format msgid "including column does not support ASC/DESC options" msgstr "inkluderad kolumn stöder inte ASC/DESC-flaggor" -#: commands/indexcmds.c:1918 +#: commands/indexcmds.c:1929 #, c-format msgid "including column does not support NULLS FIRST/LAST options" msgstr "inkluderad kolumn stöder inte NULLS FIRST/LAST-flaggor" -#: commands/indexcmds.c:1959 +#: commands/indexcmds.c:1970 #, c-format msgid "could not determine which collation to use for index expression" msgstr "kunde inte bestämma vilken jämförelse (collation) som skulle användas för indexuttryck" -#: commands/indexcmds.c:1967 commands/tablecmds.c:16895 commands/typecmds.c:810 -#: parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3782 +#: commands/indexcmds.c:1978 commands/tablecmds.c:16895 commands/typecmds.c:810 +#: parser/parse_expr.c:2693 parser/parse_type.c:566 parser/parse_utilcmd.c:3792 #: utils/adt/misc.c:628 #, c-format msgid "collations are not supported by type %s" msgstr "jämförelser (collation) stöds inte av typ %s" -#: commands/indexcmds.c:2032 +#: commands/indexcmds.c:2043 #, c-format msgid "operator %s is not commutative" msgstr "operatorn %s är inte kommutativ" -#: commands/indexcmds.c:2034 +#: commands/indexcmds.c:2045 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "Bara kommutativa operatorer kan användas i uteslutningsvillkor" -#: commands/indexcmds.c:2060 +#: commands/indexcmds.c:2071 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "operatorn \"%s\" är inte en medlem i operatorfamiljen \"%s\"" -#: commands/indexcmds.c:2063 +#: commands/indexcmds.c:2074 #, c-format msgid "The exclusion operator must be related to the index operator class for the constraint." msgstr "Uteslutningsoperatorn måste vara relaterad till indexoperatorklassen för villkoret." -#: commands/indexcmds.c:2098 +#: commands/indexcmds.c:2109 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "accessmetod \"%s\" stöder inte ASC/DESC-flaggor" -#: commands/indexcmds.c:2103 +#: commands/indexcmds.c:2114 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "accessmetod \"%s\" stöder inte NULLS FIRST/LAST-flaggor" -#: commands/indexcmds.c:2149 commands/tablecmds.c:16920 +#: commands/indexcmds.c:2160 commands/tablecmds.c:16920 #: commands/tablecmds.c:16926 commands/typecmds.c:2317 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "datatyp %s har ingen standardoperatorklass för accessmetod \"%s\"" -#: commands/indexcmds.c:2151 +#: commands/indexcmds.c:2162 #, c-format msgid "You must specify an operator class for the index or define a default operator class for the data type." msgstr "Du måste ange en operatorklass för indexet eller definiera en standardoperatorklass för datatypen." -#: commands/indexcmds.c:2180 commands/indexcmds.c:2188 +#: commands/indexcmds.c:2191 commands/indexcmds.c:2199 #: commands/opclasscmds.c:205 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "operatorklass \"%s\" existerar inte för accessmetod \"%s\"" -#: commands/indexcmds.c:2202 commands/typecmds.c:2305 +#: commands/indexcmds.c:2213 commands/typecmds.c:2305 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "operatorklass \"%s\" accepterar inte datatypen %s" -#: commands/indexcmds.c:2292 +#: commands/indexcmds.c:2303 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "det finns flera standardoperatorklasser för datatypen %s" -#: commands/indexcmds.c:2620 +#: commands/indexcmds.c:2631 #, c-format msgid "unrecognized REINDEX option \"%s\"" msgstr "okänd REINDEX-flagga \"%s\"" -#: commands/indexcmds.c:2844 +#: commands/indexcmds.c:2855 #, c-format msgid "table \"%s\" has no indexes that can be reindexed concurrently" msgstr "tabell \"%s\" har inga index som kan reindexeras parallellt" -#: commands/indexcmds.c:2858 +#: commands/indexcmds.c:2869 #, c-format msgid "table \"%s\" has no indexes to reindex" msgstr "tabell \"%s\" har inga index som kan omindexeras" -#: commands/indexcmds.c:2898 commands/indexcmds.c:3405 -#: commands/indexcmds.c:3533 +#: commands/indexcmds.c:2909 commands/indexcmds.c:3416 +#: commands/indexcmds.c:3544 #, c-format msgid "cannot reindex system catalogs concurrently" msgstr "kan inte omindexera systemkataloger parallellt" -#: commands/indexcmds.c:2921 +#: commands/indexcmds.c:2932 #, c-format msgid "can only reindex the currently open database" msgstr "kan bara omindexera den aktiva databasen" -#: commands/indexcmds.c:3009 +#: commands/indexcmds.c:3020 #, c-format msgid "cannot reindex system catalogs concurrently, skipping all" msgstr "kan inte omindexera systemkataloger parallellt, hoppar över alla" -#: commands/indexcmds.c:3042 +#: commands/indexcmds.c:3053 #, c-format msgid "cannot move system relations, skipping all" msgstr "kan inte flytta systemrelationer, hoppar över alla" -#: commands/indexcmds.c:3089 +#: commands/indexcmds.c:3100 #, c-format msgid "while reindexing partitioned table \"%s.%s\"" msgstr "vid omindexering av partitionerad tabell \"%s.%s\"" -#: commands/indexcmds.c:3092 +#: commands/indexcmds.c:3103 #, c-format msgid "while reindexing partitioned index \"%s.%s\"" msgstr "vid omindexering av partitionerat index \"%s.%s\"" -#: commands/indexcmds.c:3285 commands/indexcmds.c:4141 +#: commands/indexcmds.c:3296 commands/indexcmds.c:4152 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "tabell \"%s.%s\" omindexerades" -#: commands/indexcmds.c:3437 commands/indexcmds.c:3489 +#: commands/indexcmds.c:3448 commands/indexcmds.c:3500 #, c-format msgid "cannot reindex invalid index \"%s.%s\" concurrently, skipping" msgstr "kan inte parallellt omindexera ogiltigt index \"%s.%s\", hoppar över" -#: commands/indexcmds.c:3443 +#: commands/indexcmds.c:3454 #, c-format msgid "cannot reindex exclusion constraint index \"%s.%s\" concurrently, skipping" msgstr "kan inte parallellt omindexera uteslutningsvillkorsindex \"%s.%s\", hoppar över" -#: commands/indexcmds.c:3598 +#: commands/indexcmds.c:3609 #, c-format msgid "cannot reindex this type of relation concurrently" msgstr "kan inte parallellt omindexera denna sorts relation" -#: commands/indexcmds.c:3619 +#: commands/indexcmds.c:3630 #, c-format msgid "cannot move non-shared relation to tablespace \"%s\"" msgstr "kan inte flytta ickedelad relation till tabellutryumme \"%s\"" -#: commands/indexcmds.c:4122 commands/indexcmds.c:4134 +#: commands/indexcmds.c:4133 commands/indexcmds.c:4145 #, c-format msgid "index \"%s.%s\" was reindexed" msgstr "index \"%s.%s\" omindexerades" @@ -8234,7 +8242,7 @@ msgid "CONCURRENTLY cannot be used when the materialized view is not populated" msgstr "CONCURRENTLY kan inte användas när den materialiserade vyn inte är populerad" -#: commands/matview.c:199 gram.y:16812 +#: commands/matview.c:199 gram.y:16813 #, c-format msgid "%s and %s options cannot be used together" msgstr "flaggorna %s och %s kan inte användas ihop" @@ -8698,17 +8706,17 @@ msgid "The owner of a FOR ALL TABLES publication must be a superuser." msgstr "Ägaren av en FOR ALL TABLES-publicering måste vara en superuser." -#: commands/schemacmds.c:105 commands/schemacmds.c:259 +#: commands/schemacmds.c:105 commands/schemacmds.c:270 #, c-format msgid "unacceptable schema name \"%s\"" msgstr "ogiltigt schemanamn \"%s\"" -#: commands/schemacmds.c:106 commands/schemacmds.c:260 +#: commands/schemacmds.c:106 commands/schemacmds.c:271 #, c-format msgid "The prefix \"pg_\" is reserved for system schemas." msgstr "Prefixet \"pg_\" är reserverat för systemscheman" -#: commands/schemacmds.c:120 +#: commands/schemacmds.c:130 #, c-format msgid "schema \"%s\" already exists, skipping" msgstr "schema \"%s\" finns redan, hoppar över" @@ -8738,122 +8746,122 @@ msgid "unlogged sequences are not supported" msgstr "ologgade sekvenser stöds inte" -#: commands/sequence.c:709 +#: commands/sequence.c:717 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval: har nått det maximala värdet för sekvens \"%s\" (%s)" -#: commands/sequence.c:732 +#: commands/sequence.c:740 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval: har nått det minimala värder för sekvens \"%s\" (%s)" -#: commands/sequence.c:850 +#: commands/sequence.c:858 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "currval på sekvensen \"%s\" är inte definierad ännu i denna session" -#: commands/sequence.c:869 commands/sequence.c:875 +#: commands/sequence.c:877 commands/sequence.c:883 #, c-format msgid "lastval is not yet defined in this session" msgstr "lastval är inte definierad ännu i denna session" -#: commands/sequence.c:963 +#: commands/sequence.c:971 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "setval: värdet %s är utanför sitt intervall för sekvensen \"%s\" (%s..%s)" -#: commands/sequence.c:1359 +#: commands/sequence.c:1367 #, c-format msgid "invalid sequence option SEQUENCE NAME" msgstr "ogiltig sekvensinställning SEQUENCE NAME" -#: commands/sequence.c:1385 +#: commands/sequence.c:1393 #, c-format msgid "identity column type must be smallint, integer, or bigint" msgstr "identitetskolumntyp måste vara smallint, integer eller bigint" -#: commands/sequence.c:1386 +#: commands/sequence.c:1394 #, c-format msgid "sequence type must be smallint, integer, or bigint" msgstr "sekvenstyp måste vara smallint, integer eller bigint" -#: commands/sequence.c:1420 +#: commands/sequence.c:1428 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENT får inte vara noll" -#: commands/sequence.c:1473 +#: commands/sequence.c:1481 #, c-format msgid "MAXVALUE (%s) is out of range for sequence data type %s" msgstr "MAXVALUE (%s) är utanför giltigt intervall för sekvensdatatyp %s" -#: commands/sequence.c:1510 +#: commands/sequence.c:1518 #, c-format msgid "MINVALUE (%s) is out of range for sequence data type %s" msgstr "MINVALUE (%s) är utanför giltigt intervall för sekvensdatatyp %s" -#: commands/sequence.c:1524 +#: commands/sequence.c:1532 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s) måste vara mindre än MAXVALUE (%s)" -#: commands/sequence.c:1551 +#: commands/sequence.c:1559 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "START-värde (%s) kan inte vara mindre än MINVALUE (%s)" -#: commands/sequence.c:1563 +#: commands/sequence.c:1571 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "START-värde (%s) kan inte vara större än MAXVALUE (%s)" -#: commands/sequence.c:1593 +#: commands/sequence.c:1601 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "RESTART-värde (%s) kan inte vara mindre än MINVALUE (%s)" -#: commands/sequence.c:1605 +#: commands/sequence.c:1613 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "RESTART-värde (%s) kan inte vara större än MAXVALUE (%s)" -#: commands/sequence.c:1620 +#: commands/sequence.c:1628 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "CACHE (%s) måste vara större än noll" -#: commands/sequence.c:1657 +#: commands/sequence.c:1665 #, c-format msgid "invalid OWNED BY option" msgstr "ogiltigt alternativ till OWNED BY" -#: commands/sequence.c:1658 +#: commands/sequence.c:1666 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Ange OWNED BY tabell.kolumn eller OWNED BY NONE." -#: commands/sequence.c:1683 +#: commands/sequence.c:1691 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "refererad relation \"%s\" är inte en tabell eller främmande tabell" -#: commands/sequence.c:1690 +#: commands/sequence.c:1698 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "sekvensen måste ha samma ägare som tabellen den är länkad till" -#: commands/sequence.c:1694 +#: commands/sequence.c:1702 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "tabellen måste vara i samma schema som tabellen den är länkad till" -#: commands/sequence.c:1716 +#: commands/sequence.c:1724 #, c-format msgid "cannot change ownership of identity sequence" msgstr "kan inte byta ägare på identitetssekvens" -#: commands/sequence.c:1717 commands/tablecmds.c:13275 +#: commands/sequence.c:1725 commands/tablecmds.c:13275 #: commands/tablecmds.c:15910 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." @@ -8869,72 +8877,72 @@ msgid "relation \"%s\" is not a table, foreign table, or materialized view" msgstr "relationen \"%s\" är inte en tabell, främmande tabell eller materialiserad vy" -#: commands/statscmds.c:189 +#: commands/statscmds.c:193 #, c-format msgid "statistics object \"%s\" already exists, skipping" msgstr "statistikobjekt \"%s\" finns redan, hoppar över" -#: commands/statscmds.c:197 +#: commands/statscmds.c:201 #, c-format msgid "statistics object \"%s\" already exists" msgstr "statistikobjekt \"%s\" finns redan" -#: commands/statscmds.c:208 +#: commands/statscmds.c:212 #, c-format msgid "cannot have more than %d columns in statistics" msgstr "kan inte ha mer än %d kolumner i statistiken" -#: commands/statscmds.c:249 commands/statscmds.c:272 commands/statscmds.c:305 +#: commands/statscmds.c:253 commands/statscmds.c:276 commands/statscmds.c:309 #, c-format msgid "statistics creation on system columns is not supported" msgstr "skapa statistik för systemkolumner stöds inte" -#: commands/statscmds.c:256 commands/statscmds.c:279 +#: commands/statscmds.c:260 commands/statscmds.c:283 #, c-format msgid "column \"%s\" cannot be used in statistics because its type %s has no default btree operator class" msgstr "kolumnen \"%s\" kan inte användas i statistiken då dess typ %s inte har någon standard btree-operatorklass" -#: commands/statscmds.c:322 +#: commands/statscmds.c:326 #, c-format msgid "expression cannot be used in multivariate statistics because its type %s has no default btree operator class" msgstr "uttryck kan inte användas i multivariat statistik då dess type %s inte har någon default btree operatorklass" -#: commands/statscmds.c:343 +#: commands/statscmds.c:347 #, c-format msgid "when building statistics on a single expression, statistics kinds may not be specified" msgstr "vid skapande av statistik för ett ensamt uttryck så kan inte statistiktyp anges" -#: commands/statscmds.c:372 +#: commands/statscmds.c:376 #, c-format msgid "unrecognized statistics kind \"%s\"" msgstr "okänd statistiktyp \"%s\"" -#: commands/statscmds.c:401 +#: commands/statscmds.c:405 #, c-format msgid "extended statistics require at least 2 columns" msgstr "utökad statistik kräver minst två kolumner" -#: commands/statscmds.c:419 +#: commands/statscmds.c:423 #, c-format msgid "duplicate column name in statistics definition" msgstr "duplicerade kolumnnamn i statistikdefinition" -#: commands/statscmds.c:454 +#: commands/statscmds.c:458 #, c-format msgid "duplicate expression in statistics definition" msgstr "duplicerade uttryck i statistikdefinition" -#: commands/statscmds.c:635 commands/tablecmds.c:7918 +#: commands/statscmds.c:639 commands/tablecmds.c:7918 #, c-format msgid "statistics target %d is too low" msgstr "statistikmålet %d är för lågt" -#: commands/statscmds.c:643 commands/tablecmds.c:7926 +#: commands/statscmds.c:647 commands/tablecmds.c:7926 #, c-format msgid "lowering statistics target to %d" msgstr "minskar statistikmålet till %d" -#: commands/statscmds.c:666 +#: commands/statscmds.c:670 #, c-format msgid "statistics object \"%s.%s\" does not exist, skipping" msgstr "statistikobjekt \"%s.%s\" finns inte, hoppar över" @@ -9033,7 +9041,7 @@ #: commands/subscriptioncmds.c:1513 #, c-format msgid "could not receive list of replicated tables from the publisher: %s" -msgstr "kunde inte ta emot lista med replikerade tabeller från puiblicerare: %s" +msgstr "kunde inte ta emot lista med replikerade tabeller från publiceraren: %s" #: commands/subscriptioncmds.c:1578 #, c-format @@ -9123,7 +9131,7 @@ msgstr "Använd DROP MATERIALIZED VIEW för att ta bort en materialiserad vy." #: commands/tablecmds.c:265 commands/tablecmds.c:289 commands/tablecmds.c:18366 -#: parser/parse_utilcmd.c:2247 +#: parser/parse_utilcmd.c:2257 #, c-format msgid "index \"%s\" does not exist" msgstr "index \"%s\" finns inte" @@ -9251,8 +9259,8 @@ msgid "cannot inherit from partition \"%s\"" msgstr "kan inte ärva från partition \"%s\"" -#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2477 -#: parser/parse_utilcmd.c:2619 +#: commands/tablecmds.c:2443 parser/parse_utilcmd.c:2487 +#: parser/parse_utilcmd.c:2629 #, c-format msgid "inherited relation \"%s\" is not a table or foreign table" msgstr "ärvd relation \"%s\" är inte en tabell eller främmande tabell" @@ -9322,19 +9330,19 @@ msgstr "ärvd kolumn \"%s\" har en genereringskonflikt" #: commands/tablecmds.c:2685 commands/tablecmds.c:2740 -#: commands/tablecmds.c:11859 parser/parse_utilcmd.c:1291 -#: parser/parse_utilcmd.c:1334 parser/parse_utilcmd.c:1742 -#: parser/parse_utilcmd.c:1850 +#: commands/tablecmds.c:11859 parser/parse_utilcmd.c:1301 +#: parser/parse_utilcmd.c:1344 parser/parse_utilcmd.c:1752 +#: parser/parse_utilcmd.c:1860 #, c-format msgid "cannot convert whole-row table reference" msgstr "kan inte konvertera hela-raden-tabellreferens" -#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1292 +#: commands/tablecmds.c:2686 parser/parse_utilcmd.c:1302 #, c-format msgid "Generation expression for column \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Genereringsuttryck för kolumn \"%s\" innehåller en hela-raden-referens på tabellen \"%s\"." -#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1335 +#: commands/tablecmds.c:2741 parser/parse_utilcmd.c:1345 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Villkor \"%s\" innehåller en hela-raden-referens på tabellen \"%s\"." @@ -9884,7 +9892,7 @@ msgstr "Nyckelkolumner \"%s\" och \"%s\" har inkompatibla typer %s och %s." #: commands/tablecmds.c:9542 commands/tablecmds.c:9935 -#: parser/parse_utilcmd.c:786 parser/parse_utilcmd.c:915 +#: parser/parse_utilcmd.c:796 parser/parse_utilcmd.c:925 #, c-format msgid "foreign key constraints are not supported on foreign tables" msgstr "främmande nyckel-villkor stöds inte för främmande tabeller" @@ -10102,7 +10110,7 @@ msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" msgstr "\"%s\" är inte en tabell, vy, materialiserad vy eller en TOAST-tabell" -#: commands/tablecmds.c:13745 commands/view.c:491 +#: commands/tablecmds.c:13745 commands/view.c:505 #, c-format msgid "WITH CHECK OPTION is supported only on automatically updatable views" msgstr "WITH CHECK OPTION stöds bara på automatiskt uppdateringsbara vyer" @@ -10878,29 +10886,29 @@ msgid "Before executing trigger \"%s\", the row was to be in partition \"%s.%s\"." msgstr "Innan exekvering av utlösare \"%s\" så var raden i partition \"%s.%s\"." -#: commands/trigger.c:3104 executor/nodeModifyTable.c:1826 -#: executor/nodeModifyTable.c:1908 +#: commands/trigger.c:3104 executor/nodeModifyTable.c:1825 +#: executor/nodeModifyTable.c:1907 #, c-format msgid "tuple to be updated was already modified by an operation triggered by the current command" msgstr "tupel som skall uppdateras hade redan ändrats av en operation som utlösts av aktuellt kommando" -#: commands/trigger.c:3105 executor/nodeModifyTable.c:1208 -#: executor/nodeModifyTable.c:1282 executor/nodeModifyTable.c:1827 -#: executor/nodeModifyTable.c:1909 +#: commands/trigger.c:3105 executor/nodeModifyTable.c:1207 +#: executor/nodeModifyTable.c:1281 executor/nodeModifyTable.c:1826 +#: executor/nodeModifyTable.c:1908 #, c-format msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." msgstr "Överväg att använda en AFTER-utlösare istället för en BEFORE-utlösare för att propagera ändringar till andra rader." #: commands/trigger.c:3134 executor/nodeLockRows.c:229 #: executor/nodeLockRows.c:238 executor/nodeModifyTable.c:228 -#: executor/nodeModifyTable.c:1224 executor/nodeModifyTable.c:1844 -#: executor/nodeModifyTable.c:2074 +#: executor/nodeModifyTable.c:1223 executor/nodeModifyTable.c:1843 +#: executor/nodeModifyTable.c:2073 #, c-format msgid "could not serialize access due to concurrent update" msgstr "kunde inte serialisera åtkomst på grund av samtidig uppdatering" -#: commands/trigger.c:3142 executor/nodeModifyTable.c:1314 -#: executor/nodeModifyTable.c:1926 executor/nodeModifyTable.c:2098 +#: commands/trigger.c:3142 executor/nodeModifyTable.c:1313 +#: executor/nodeModifyTable.c:1925 executor/nodeModifyTable.c:2097 #, c-format msgid "could not serialize access due to concurrent delete" msgstr "kunde inte serialisera åtkomst på grund av samtidig borttagning" @@ -10910,12 +10918,12 @@ msgid "cannot fire deferred trigger within security-restricted operation" msgstr "kan inte trigga uppskjuten utlösare i en säkerhetsbegränsad operation" -#: commands/trigger.c:5246 +#: commands/trigger.c:5253 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "integritetsvillkor \"%s\" är inte \"deferrable\"" -#: commands/trigger.c:5269 +#: commands/trigger.c:5276 #, c-format msgid "constraint \"%s\" does not exist" msgstr "integritetsvillkor \"%s\" existerar inte" @@ -11381,8 +11389,8 @@ msgid "permission denied to create role" msgstr "rättighet saknas för att skapa roll" -#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15259 -#: gram.y:15304 utils/adt/acl.c:5248 utils/adt/acl.c:5254 +#: commands/user.c:325 commands/user.c:1226 commands/user.c:1233 gram.y:15260 +#: gram.y:15305 utils/adt/acl.c:5248 utils/adt/acl.c:5254 #, c-format msgid "role name \"%s\" is reserved" msgstr "rollnamnet \"%s\" är reserverat" @@ -11407,6 +11415,10 @@ msgid "pg_authid OID value not set when in binary upgrade mode" msgstr "pg_authid OID-värde är ej satt i binärt uppgraderingsläge" +#: commands/user.c:570 commands/user.c:925 +msgid "Cannot alter reserved roles." +msgstr "Kan inte ändra på reserverade roller." + #: commands/user.c:722 #, c-format msgid "must be superuser to alter superuser roles or change superuser attribute" @@ -11799,47 +11811,47 @@ msgid "could not determine which collation to use for view column \"%s\"" msgstr "kunde inte bestämma vilken jämförelse att använda för vykolumn \"%s\"" -#: commands/view.c:265 commands/view.c:276 +#: commands/view.c:279 commands/view.c:290 #, c-format msgid "cannot drop columns from view" msgstr "kan inte ta bort kolumnet från vy" -#: commands/view.c:281 +#: commands/view.c:295 #, c-format msgid "cannot change name of view column \"%s\" to \"%s\"" msgstr "kan inte byta namn på vykolumnen \"%s\" till \"%s\"" -#: commands/view.c:284 +#: commands/view.c:298 #, c-format msgid "Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead." msgstr "Använd ALTER VIEW ... RENAME COLUMN ... istället för att byta namn på vykolumn." -#: commands/view.c:290 +#: commands/view.c:304 #, c-format msgid "cannot change data type of view column \"%s\" from %s to %s" msgstr "kan inte byta datatyp på vykolumnen \"%s\" från %s till %s" -#: commands/view.c:438 +#: commands/view.c:452 #, c-format msgid "views must not contain SELECT INTO" msgstr "vyer får inte innehålla SELECT INTO" -#: commands/view.c:450 +#: commands/view.c:464 #, c-format msgid "views must not contain data-modifying statements in WITH" msgstr "vyer får inte innehålla datamodifierande satser i WITH" -#: commands/view.c:520 +#: commands/view.c:534 #, c-format msgid "CREATE VIEW specifies more column names than columns" msgstr "CREATE VIEW anger fler kolumnnamn än det är kolumner" -#: commands/view.c:528 +#: commands/view.c:542 #, c-format msgid "views cannot be unlogged because they do not have storage" msgstr "vyer kan inte vara ologgade då de inte lagras" -#: commands/view.c:542 +#: commands/view.c:556 #, c-format msgid "view \"%s\" will be a temporary view" msgstr "vy \"%s\" blir en temporär vy" @@ -12255,37 +12267,37 @@ msgid "could not identify an equality operator for type %s" msgstr "kunde inte hitta en likhetsoperator för typ %s" -#: executor/execReplication.c:590 +#: executor/execReplication.c:597 #, c-format msgid "cannot update table \"%s\" because it does not have a replica identity and publishes updates" msgstr "kan inte uppdatera tabell \"%s\" då den inte har en replikaidentitet och den publicerar uppdateringar" -#: executor/execReplication.c:592 +#: executor/execReplication.c:599 #, c-format msgid "To enable updating the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "För att slå på uppdatering av tabellen, sätt REPLICA IDENTITY med ALTER TABLE." -#: executor/execReplication.c:596 +#: executor/execReplication.c:603 #, c-format msgid "cannot delete from table \"%s\" because it does not have a replica identity and publishes deletes" msgstr "kan inte radera från tabell \"%s\" då den inte har en replikaidentitet och den publicerar uppdateringar" -#: executor/execReplication.c:598 +#: executor/execReplication.c:605 #, c-format msgid "To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE." msgstr "För att slå på borttagning från tabellen, ange REPLICA IDENTITY med ALTER TABLE." -#: executor/execReplication.c:617 executor/execReplication.c:625 +#: executor/execReplication.c:624 executor/execReplication.c:632 #, c-format msgid "cannot use relation \"%s.%s\" as logical replication target" msgstr "kan inte använda relation \"%s.%s\" som logisk replikeringsmål" -#: executor/execReplication.c:619 +#: executor/execReplication.c:626 #, c-format msgid "\"%s.%s\" is a foreign table." msgstr "\"%s.%s\" är en främmande tabell" -#: executor/execReplication.c:627 +#: executor/execReplication.c:634 #, c-format msgid "\"%s.%s\" is not a table." msgstr "\"%s.%s\" är inte en tabell" @@ -12370,59 +12382,59 @@ msgid "%s is not allowed in a non-volatile function" msgstr "%s tillåts inte i en icke-volatile-funktion" -#: executor/functions.c:1442 +#: executor/functions.c:1457 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "SQL-funktion \"%s\" sats %d" -#: executor/functions.c:1468 +#: executor/functions.c:1483 #, c-format msgid "SQL function \"%s\" during startup" msgstr "SQL-funktion \"%s\" under uppstart" -#: executor/functions.c:1553 +#: executor/functions.c:1568 #, c-format msgid "calling procedures with output arguments is not supported in SQL functions" msgstr "anropa procedurer med output-argument stöds inte i SQL-funktioner" -#: executor/functions.c:1686 executor/functions.c:1724 -#: executor/functions.c:1738 executor/functions.c:1828 -#: executor/functions.c:1861 executor/functions.c:1875 +#: executor/functions.c:1701 executor/functions.c:1739 +#: executor/functions.c:1753 executor/functions.c:1843 +#: executor/functions.c:1876 executor/functions.c:1890 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "returtypen stämmer inte i funktion deklarerad att returnera %s" -#: executor/functions.c:1688 +#: executor/functions.c:1703 #, c-format msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "Funktionen sista sats måste vara en SELECT eller INSERT/UPDATE/DELETE RETURNING." -#: executor/functions.c:1726 +#: executor/functions.c:1741 #, c-format msgid "Final statement must return exactly one column." msgstr "Sista satsen måste returnera exakt en kolumn." -#: executor/functions.c:1740 +#: executor/functions.c:1755 #, c-format msgid "Actual return type is %s." msgstr "Verklig returtyp är %s." -#: executor/functions.c:1830 +#: executor/functions.c:1845 #, c-format msgid "Final statement returns too many columns." msgstr "Sista satsen returnerar för många kolumner." -#: executor/functions.c:1863 +#: executor/functions.c:1878 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Sista satsen returnerar %s istället för %s vid column %d." -#: executor/functions.c:1877 +#: executor/functions.c:1892 #, c-format msgid "Final statement returns too few columns." msgstr "Sista satsen returnerar för få kolumner." -#: executor/functions.c:1905 +#: executor/functions.c:1920 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "returtyp %s stöds inte för SQL-funktioner" @@ -12487,27 +12499,27 @@ msgid "Query has too few columns." msgstr "Frågan har för få kolumner" -#: executor/nodeModifyTable.c:1207 executor/nodeModifyTable.c:1281 +#: executor/nodeModifyTable.c:1206 executor/nodeModifyTable.c:1280 #, c-format msgid "tuple to be deleted was already modified by an operation triggered by the current command" msgstr "tupel som skall tas bort hade redan ändrats av en operation som utlösts av aktuellt kommando" -#: executor/nodeModifyTable.c:1456 +#: executor/nodeModifyTable.c:1455 #, c-format msgid "invalid ON UPDATE specification" msgstr "ogiltig ON UPDATE-angivelse" -#: executor/nodeModifyTable.c:1457 +#: executor/nodeModifyTable.c:1456 #, c-format msgid "The result tuple would appear in a different partition than the original tuple." msgstr "Resultattupeln kommer dyka upp i en annan partition än originaltupeln." -#: executor/nodeModifyTable.c:2053 +#: executor/nodeModifyTable.c:2052 #, c-format msgid "ON CONFLICT DO UPDATE command cannot affect row a second time" msgstr "kommandot ON CONFLICT DO UPDATE kan inte påverka en rad en andra gång" -#: executor/nodeModifyTable.c:2054 +#: executor/nodeModifyTable.c:2053 #, c-format msgid "Ensure that no rows proposed for insertion within the same command have duplicate constrained values." msgstr "Säkerställ att inga rader föreslagna för \"insert\" inom samma kommando har upprepade villkorsvärden." @@ -12680,364 +12692,364 @@ msgid "Valid options in this context are: %s" msgstr "Giltiga flaggor i detta kontext är: %s" -#: gram.y:1107 +#: gram.y:1108 #, c-format msgid "UNENCRYPTED PASSWORD is no longer supported" msgstr "UNENCRYPTED PASSWORD stöds inte längre" -#: gram.y:1108 +#: gram.y:1109 #, c-format msgid "Remove UNENCRYPTED to store the password in encrypted form instead." msgstr "Ta bort UNENCRYPTED för att lagra lösenord i krypterad form istället." -#: gram.y:1170 +#: gram.y:1171 #, c-format msgid "unrecognized role option \"%s\"" msgstr "okänd rollflagga \"%s\"" -#: gram.y:1417 gram.y:1432 +#: gram.y:1418 gram.y:1433 #, c-format msgid "CREATE SCHEMA IF NOT EXISTS cannot include schema elements" msgstr "CREATE SCHEMA IF NOT EXISTS kan inte innehålla schemaelement" -#: gram.y:1578 +#: gram.y:1579 #, c-format msgid "current database cannot be changed" msgstr "nuvarande databas kan inte ändras" -#: gram.y:1702 +#: gram.y:1703 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "tidszoneintervall måste vara HOUR eller HOUR TO MINUTE" -#: gram.y:2270 +#: gram.y:2271 #, c-format msgid "column number must be in range from 1 to %d" msgstr "kolumnnummer måste vara i intervallet 1 till %d." -#: gram.y:2811 +#: gram.y:2812 #, c-format msgid "sequence option \"%s\" not supported here" msgstr "sekvensflagga \"%s\" stöds inte här" -#: gram.y:2840 +#: gram.y:2841 #, c-format msgid "modulus for hash partition provided more than once" msgstr "modulo för hash-partition angiven mer än en gång" -#: gram.y:2849 +#: gram.y:2850 #, c-format msgid "remainder for hash partition provided more than once" msgstr "rest för hash-partition angiven mer än en gång" -#: gram.y:2856 +#: gram.y:2857 #, c-format msgid "unrecognized hash partition bound specification \"%s\"" msgstr "okänd gränsangivelse \"%s\" för hash-partition" -#: gram.y:2864 +#: gram.y:2865 #, c-format msgid "modulus for hash partition must be specified" msgstr "modulo för hashpartition måste anges" -#: gram.y:2868 +#: gram.y:2869 #, c-format msgid "remainder for hash partition must be specified" msgstr "rest för hash-partition måste anges" -#: gram.y:3069 gram.y:3102 +#: gram.y:3070 gram.y:3103 #, c-format msgid "STDIN/STDOUT not allowed with PROGRAM" msgstr "STDIN/STDOUT tillåts inte med PROGRAM" -#: gram.y:3075 +#: gram.y:3076 #, c-format msgid "WHERE clause not allowed with COPY TO" msgstr "WHERE-klausul tillåts inte med COPY TO" -#: gram.y:3407 gram.y:3414 gram.y:11665 gram.y:11673 +#: gram.y:3408 gram.y:3415 gram.y:11666 gram.y:11674 #, c-format msgid "GLOBAL is deprecated in temporary table creation" msgstr "GLOBAL när man skapar temporära tabeller är på utgående och kommer tas bort" -#: gram.y:3665 +#: gram.y:3666 #, c-format msgid "for a generated column, GENERATED ALWAYS must be specified" msgstr "för en genererad kolumn så måste GENERATED ALWAYS anges" -#: gram.y:3933 utils/adt/ri_triggers.c:2032 +#: gram.y:3934 utils/adt/ri_triggers.c:2032 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "MATCH PARTIAL är inte implementerat ännu" -#: gram.y:4634 +#: gram.y:4635 #, c-format msgid "CREATE EXTENSION ... FROM is no longer supported" msgstr "CREATE EXTENSION .. FROM stöds inte längre" -#: gram.y:5297 +#: gram.y:5298 #, c-format msgid "unrecognized row security option \"%s\"" msgstr "okänd radsäkerhetsflagga \"%s\"" -#: gram.y:5298 +#: gram.y:5299 #, c-format msgid "Only PERMISSIVE or RESTRICTIVE policies are supported currently." msgstr "Bara policys PERMISSIVE och RESTRICTIVE stöds för tillfället." -#: gram.y:5380 +#: gram.y:5381 #, c-format msgid "CREATE OR REPLACE CONSTRAINT TRIGGER is not supported" msgstr "CREATE OR REPLACE CONSTRAINT TRIGGER stöds inte" -#: gram.y:5417 +#: gram.y:5418 msgid "duplicate trigger events specified" msgstr "multipla utlösarhändelser angivna" -#: gram.y:5558 parser/parse_utilcmd.c:3703 parser/parse_utilcmd.c:3729 +#: gram.y:5559 parser/parse_utilcmd.c:3713 parser/parse_utilcmd.c:3739 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" msgstr "villkor deklarerat INITIALLY DEFERRED måste vara DEFERRABLE" -#: gram.y:5565 +#: gram.y:5566 #, c-format msgid "conflicting constraint properties" msgstr "motstridiga vilkorsegenskaper" -#: gram.y:5661 +#: gram.y:5662 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "CREATE ASSERTION är inte implementerat ännu" -#: gram.y:6044 +#: gram.y:6045 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK krävs inte längre" -#: gram.y:6045 +#: gram.y:6046 #, c-format msgid "Update your data type." msgstr "Uppdatera din datatyp" -#: gram.y:7741 +#: gram.y:7742 #, c-format msgid "aggregates cannot have output arguments" msgstr "aggregat kan inte ha utdataargument" -#: gram.y:8188 utils/adt/regproc.c:710 utils/adt/regproc.c:751 +#: gram.y:8189 utils/adt/regproc.c:710 utils/adt/regproc.c:751 #, c-format msgid "missing argument" msgstr "argument saknas" -#: gram.y:8189 utils/adt/regproc.c:711 utils/adt/regproc.c:752 +#: gram.y:8190 utils/adt/regproc.c:711 utils/adt/regproc.c:752 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." msgstr "Använd NONE för att markera det saknade argumentet för en unär operator." -#: gram.y:10128 gram.y:10146 +#: gram.y:10129 gram.y:10147 #, c-format msgid "WITH CHECK OPTION not supported on recursive views" msgstr "WITH CHECK OPTION stöds inte för rekursiva vyer" -#: gram.y:11802 +#: gram.y:11803 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "LIMIT #,#-syntax stöds inte" -#: gram.y:11803 +#: gram.y:11804 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "Använd separata klausuler LIMIT och OFFSET." -#: gram.y:12141 gram.y:12166 +#: gram.y:12142 gram.y:12167 #, c-format msgid "VALUES in FROM must have an alias" msgstr "VALUES i FROM måste ha ett alias" -#: gram.y:12142 gram.y:12167 +#: gram.y:12143 gram.y:12168 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "Till exempel, FROM (VALUES ...) [AS] foo" -#: gram.y:12147 gram.y:12172 +#: gram.y:12148 gram.y:12173 #, c-format msgid "subquery in FROM must have an alias" msgstr "subfråga i FROM måste ha ett alias" -#: gram.y:12148 gram.y:12173 +#: gram.y:12149 gram.y:12174 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "Till exempel, FROM (SELECT ...) [AS] foo" -#: gram.y:12668 +#: gram.y:12669 #, c-format msgid "only one DEFAULT value is allowed" msgstr "bara ett DEFAULT-värde tillåts" -#: gram.y:12677 +#: gram.y:12678 #, c-format msgid "only one PATH value per column is allowed" msgstr "bara ett PATH-värde per kolumn tillåts" -#: gram.y:12686 +#: gram.y:12687 #, c-format msgid "conflicting or redundant NULL / NOT NULL declarations for column \"%s\"" msgstr "motstridiga eller överflödiga NULL / NOT NULL-deklarationer för kolumnen \"%s\"" -#: gram.y:12695 +#: gram.y:12696 #, c-format msgid "unrecognized column option \"%s\"" msgstr "okänd kolumnflagga \"%s\"" -#: gram.y:12949 +#: gram.y:12950 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "precisionen för typen float måste vara minst 1 bit" -#: gram.y:12958 +#: gram.y:12959 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "precisionen för typen float måste vara mindre än 54 bits" -#: gram.y:13456 +#: gram.y:13457 #, c-format msgid "wrong number of parameters on left side of OVERLAPS expression" msgstr "fel antal parametrar på vänster sida om OVERLAPS-uttryck" -#: gram.y:13461 +#: gram.y:13462 #, c-format msgid "wrong number of parameters on right side of OVERLAPS expression" msgstr "fel antal parametrar på höger sida om OVERLAPS-uttryck" -#: gram.y:13629 +#: gram.y:13630 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "UNIQUE-predikat är inte implementerat ännu" -#: gram.y:13988 +#: gram.y:13989 #, c-format msgid "cannot use multiple ORDER BY clauses with WITHIN GROUP" msgstr "kan inte ha multipla ORDER BY-klausuler med WITHIN GROUP" -#: gram.y:13993 +#: gram.y:13994 #, c-format msgid "cannot use DISTINCT with WITHIN GROUP" msgstr "kan inte använda DISTINCT med WITHIN GROUP" -#: gram.y:13998 +#: gram.y:13999 #, c-format msgid "cannot use VARIADIC with WITHIN GROUP" msgstr "kan inte använda VARIADIC med WITHIN GROUP" -#: gram.y:14522 gram.y:14545 +#: gram.y:14523 gram.y:14546 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "fönsterramstart kan inte vara UNBOUNDED FOLLOWING" -#: gram.y:14527 +#: gram.y:14528 #, c-format msgid "frame starting from following row cannot end with current row" msgstr "fönsterram som startar på efterföljande rad kan inte sluta på nuvarande rad" -#: gram.y:14550 +#: gram.y:14551 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "fönsterramslut kan inte vara UNBOUNDED PRECEDING" -#: gram.y:14556 +#: gram.y:14557 #, c-format msgid "frame starting from current row cannot have preceding rows" msgstr "fönsterram som startar på aktuell rad kan inte ha föregående rader" -#: gram.y:14563 +#: gram.y:14564 #, c-format msgid "frame starting from following row cannot have preceding rows" msgstr "fönsterram som startar på efterföljande rad kan inte ha föregående rader" -#: gram.y:15195 +#: gram.y:15196 #, c-format msgid "type modifier cannot have parameter name" msgstr "typmodifierare kan inte ha paremeternamn" -#: gram.y:15201 +#: gram.y:15202 #, c-format msgid "type modifier cannot have ORDER BY" msgstr "typmodifierare kan inte ha ORDER BY" -#: gram.y:15266 gram.y:15273 gram.y:15280 +#: gram.y:15267 gram.y:15274 gram.y:15281 #, c-format msgid "%s cannot be used as a role name here" msgstr "%s kan inte användas som ett rollnamn här" -#: gram.y:15369 gram.y:16800 +#: gram.y:15370 gram.y:16801 #, c-format msgid "WITH TIES cannot be specified without ORDER BY clause" msgstr "WITH TIES kan inte anges utan en ORDER BY-klausul" -#: gram.y:16477 gram.y:16666 +#: gram.y:16478 gram.y:16667 msgid "improper use of \"*\"" msgstr "felaktig användning av \"*\"" -#: gram.y:16629 gram.y:16646 tsearch/spell.c:982 tsearch/spell.c:999 -#: tsearch/spell.c:1016 tsearch/spell.c:1033 tsearch/spell.c:1098 +#: gram.y:16630 gram.y:16647 tsearch/spell.c:983 tsearch/spell.c:1000 +#: tsearch/spell.c:1017 tsearch/spell.c:1034 tsearch/spell.c:1099 #, c-format msgid "syntax error" msgstr "syntaxfel" -#: gram.y:16730 +#: gram.y:16731 #, c-format msgid "an ordered-set aggregate with a VARIADIC direct argument must have one VARIADIC aggregated argument of the same data type" msgstr "ett sorterad-mängd-aggregat med ett direkt VARIADIC-argument måste ha ett aggregerat VARIADIC-argument av samma datatype" -#: gram.y:16767 +#: gram.y:16768 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "multipla ORDER BY-klausuler tillåts inte" -#: gram.y:16778 +#: gram.y:16779 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "multipla OFFSET-klausuler tillåts inte" -#: gram.y:16787 +#: gram.y:16788 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "multipla LIMIT-klausuler tillåts inte" -#: gram.y:16796 +#: gram.y:16797 #, c-format msgid "multiple limit options not allowed" msgstr "multipla limit-alternativ tillåts inte" -#: gram.y:16823 +#: gram.y:16824 #, c-format msgid "multiple WITH clauses not allowed" msgstr "multipla WITH-klausuler tillåts inte" -#: gram.y:17017 +#: gram.y:17018 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "OUT och INOUT-argument tillåts inte i TABLE-funktioner" -#: gram.y:17113 +#: gram.y:17114 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "multipla COLLATE-klausuler tillåts inte" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17151 gram.y:17164 +#: gram.y:17152 gram.y:17165 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "%s-villkor kan inte markeras DEFERRABLE" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17177 +#: gram.y:17178 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "%s-villkor kan inte markeras NOT VALID" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:17190 +#: gram.y:17191 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "%s-villkor kan inte markeras NO INHERIT" @@ -13135,7 +13147,7 @@ msgid "could not access file \"%s\": %m" msgstr "kunde inte komma åt filen \"%s\": %m" -#: jsonpath_gram.y:527 jsonpath_scan.l:519 jsonpath_scan.l:530 +#: jsonpath_gram.y:528 jsonpath_scan.l:519 jsonpath_scan.l:530 #: jsonpath_scan.l:540 jsonpath_scan.l:582 utils/adt/encode.c:482 #: utils/adt/encode.c:547 utils/adt/jsonfuncs.c:623 utils/adt/varlena.c:336 #: utils/adt/varlena.c:377 @@ -13143,12 +13155,12 @@ msgid "invalid input syntax for type %s" msgstr "ogiltig indatassyntax för typen %s" -#: jsonpath_gram.y:528 +#: jsonpath_gram.y:529 #, c-format msgid "unrecognized flag character \"%.*s\" in LIKE_REGEX predicate" msgstr "okänt flaggtecken \"%.*s\" i LIKE_REGEX-predikat" -#: jsonpath_gram.y:582 +#: jsonpath_gram.y:583 #, c-format msgid "XQuery \"x\" flag (expanded regular expressions) is not implemented" msgstr "XQuery \"x\"-flagga (expanderat reguljärt uttryck) är inte implementerat" @@ -14979,8 +14991,8 @@ #: main/main.c:335 #, c-format -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr " -f s|i|n|m|h förbjud användning av vissa plan-typer\n" +msgid " -f s|i|o|b|t|n|m|h forbid use of some plan types\n" +msgstr " -f s|i|o|b|t|n|m|h förbjud användning av vissa plan-typer\n" #: main/main.c:336 #, c-format @@ -15658,7 +15670,7 @@ msgstr "gruppoperationer tillåts inte i COPY FROM WHERE-villkor" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:578 parser/parse_clause.c:1831 +#: parser/parse_agg.c:578 parser/parse_clause.c:1834 #, c-format msgid "aggregate functions are not allowed in %s" msgstr "aggregatfunktioner tillåts inte i %s" @@ -15759,12 +15771,12 @@ msgstr "fönsterfunktioner tillåts inte i kolumngenereringsuttryck" #. translator: %s is name of a SQL construct, eg GROUP BY -#: parser/parse_agg.c:964 parser/parse_clause.c:1840 +#: parser/parse_agg.c:964 parser/parse_clause.c:1843 #, c-format msgid "window functions are not allowed in %s" msgstr "fönsterfunktioner tillåts inte i %s" -#: parser/parse_agg.c:998 parser/parse_clause.c:2674 +#: parser/parse_agg.c:998 parser/parse_clause.c:2677 #, c-format msgid "window \"%s\" does not exist" msgstr "fönster \"%s\" finns inte" @@ -15881,191 +15893,191 @@ msgid "tablesample method %s does not support REPEATABLE" msgstr "tabellsamplingsmetod %s stöder inte REPEATABLE" -#: parser/parse_clause.c:1134 +#: parser/parse_clause.c:1137 #, c-format msgid "TABLESAMPLE clause can only be applied to tables and materialized views" msgstr "TABLESAMPLE-klausul kan bara appliceras på tabeller och materialiserade vyer" -#: parser/parse_clause.c:1324 +#: parser/parse_clause.c:1327 #, c-format msgid "column name \"%s\" appears more than once in USING clause" msgstr "kolumnnamn \"%s\" angivet mer än en gång i USING-klausul" -#: parser/parse_clause.c:1339 +#: parser/parse_clause.c:1342 #, c-format msgid "common column name \"%s\" appears more than once in left table" msgstr "gemensamt kolumnnamn \"%s\" finns mer än en gång i vänstra tabellen" -#: parser/parse_clause.c:1348 +#: parser/parse_clause.c:1351 #, c-format msgid "column \"%s\" specified in USING clause does not exist in left table" msgstr "kolumn \"%s\" angiven i USING-klausul finns inte i den vänstra tabellen" -#: parser/parse_clause.c:1363 +#: parser/parse_clause.c:1366 #, c-format msgid "common column name \"%s\" appears more than once in right table" msgstr "gemensamt kolumnnamn \"%s\" finns mer än en gång i högra tabellen" -#: parser/parse_clause.c:1372 +#: parser/parse_clause.c:1375 #, c-format msgid "column \"%s\" specified in USING clause does not exist in right table" msgstr "kolumn \"%s\" angiven i USING-klausul finns inte i den högra tabellen" -#: parser/parse_clause.c:1776 +#: parser/parse_clause.c:1779 #, c-format msgid "row count cannot be null in FETCH FIRST ... WITH TIES clause" msgstr "radantal kan inte vara null i FETCH FIRST ... WITH TIES-klausul" #. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1801 +#: parser/parse_clause.c:1804 #, c-format msgid "argument of %s must not contain variables" msgstr "argumentet till %s får inte innehålla variabler" #. translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1966 +#: parser/parse_clause.c:1969 #, c-format msgid "%s \"%s\" is ambiguous" msgstr "%s \"%s\" är tvetydig" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1995 +#: parser/parse_clause.c:1998 #, c-format msgid "non-integer constant in %s" msgstr "ej heltalskonstant i %s" #. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:2017 +#: parser/parse_clause.c:2020 #, c-format msgid "%s position %d is not in select list" msgstr "%s-position %d finns inte i select-listan" -#: parser/parse_clause.c:2456 +#: parser/parse_clause.c:2459 #, c-format msgid "CUBE is limited to 12 elements" msgstr "CUBE är begränsad till 12 element" -#: parser/parse_clause.c:2662 +#: parser/parse_clause.c:2665 #, c-format msgid "window \"%s\" is already defined" msgstr "fönster \"%s\" är redan definierad" -#: parser/parse_clause.c:2723 +#: parser/parse_clause.c:2726 #, c-format msgid "cannot override PARTITION BY clause of window \"%s\"" msgstr "kan inte övertrumfa PARTITION BY-klausul för fönster \"%s\"" -#: parser/parse_clause.c:2735 +#: parser/parse_clause.c:2738 #, c-format msgid "cannot override ORDER BY clause of window \"%s\"" msgstr "kan inte övertrumfa ORDER BY-klausul för fönster \"%s\"" -#: parser/parse_clause.c:2765 parser/parse_clause.c:2771 +#: parser/parse_clause.c:2768 parser/parse_clause.c:2774 #, c-format msgid "cannot copy window \"%s\" because it has a frame clause" msgstr "kan inte kopiera fönster \"%s\" då det har en fönsterramklausul" -#: parser/parse_clause.c:2773 +#: parser/parse_clause.c:2776 #, c-format msgid "Omit the parentheses in this OVER clause." msgstr "Ta bort parenteserna i denna OVER-klausul." -#: parser/parse_clause.c:2793 +#: parser/parse_clause.c:2796 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column" msgstr "RANGE med offset PRECEDING/FOLLOWING kräver exakt en ORDER BY-kolumn" -#: parser/parse_clause.c:2816 +#: parser/parse_clause.c:2819 #, c-format msgid "GROUPS mode requires an ORDER BY clause" msgstr "GROUPS-läge kräver en ORDER BY-klausul" -#: parser/parse_clause.c:2886 +#: parser/parse_clause.c:2889 #, c-format msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" msgstr "i ett aggregat med DISTINCT så måste ORDER BY-uttryck finnas i argumentlistan" -#: parser/parse_clause.c:2887 +#: parser/parse_clause.c:2890 #, c-format msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" msgstr "i SELECT DISTINCT så måste ORDER BY-uttryck finnas i select-listan" -#: parser/parse_clause.c:2919 +#: parser/parse_clause.c:2922 #, c-format msgid "an aggregate with DISTINCT must have at least one argument" msgstr "ett aggregat med DISTINCT måste ha minst ett argument" -#: parser/parse_clause.c:2920 +#: parser/parse_clause.c:2923 #, c-format msgid "SELECT DISTINCT must have at least one column" msgstr "SELECT DISTINCT måste ha minst en kolumn" -#: parser/parse_clause.c:2986 parser/parse_clause.c:3018 +#: parser/parse_clause.c:2989 parser/parse_clause.c:3021 #, c-format msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" msgstr "SELECT DISTINCT ON-uttrycken måste matcha de initiala ORDER BY-uttrycken" -#: parser/parse_clause.c:3096 +#: parser/parse_clause.c:3099 #, c-format msgid "ASC/DESC is not allowed in ON CONFLICT clause" msgstr "ASC/DESC tillåts inte i ON CONFLICT-klausul" -#: parser/parse_clause.c:3102 +#: parser/parse_clause.c:3105 #, c-format msgid "NULLS FIRST/LAST is not allowed in ON CONFLICT clause" msgstr "NULLS FIRST/LAST tillåts inte i ON CONFLICT-klausul" -#: parser/parse_clause.c:3181 +#: parser/parse_clause.c:3184 #, c-format msgid "ON CONFLICT DO UPDATE requires inference specification or constraint name" msgstr "ON CONFLICT DO UPDATE kräver inferensangivelse eller villkorsnamn" -#: parser/parse_clause.c:3182 +#: parser/parse_clause.c:3185 #, c-format msgid "For example, ON CONFLICT (column_name)." msgstr "Till exempel, ON CONFLICT (kolumnnamn)." -#: parser/parse_clause.c:3193 +#: parser/parse_clause.c:3196 #, c-format msgid "ON CONFLICT is not supported with system catalog tables" msgstr "ON CONFLICT stöds inte för systemkatalogtabeller" -#: parser/parse_clause.c:3201 +#: parser/parse_clause.c:3204 #, c-format msgid "ON CONFLICT is not supported on table \"%s\" used as a catalog table" msgstr "ON CONFLICT stöds inte på tabell \"%s\" som används som katalogtabell" -#: parser/parse_clause.c:3331 +#: parser/parse_clause.c:3334 #, c-format msgid "operator %s is not a valid ordering operator" msgstr "operator %s är inte en giltig sorteringsoperator" -#: parser/parse_clause.c:3333 +#: parser/parse_clause.c:3336 #, c-format msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." msgstr "Sorteringsoperationer måste vara \"<\"- eller \">\"-medlemmar i btree-operatorfamiljer." -#: parser/parse_clause.c:3644 +#: parser/parse_clause.c:3647 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s" msgstr "RANGE med offset PRECEDING/FOLLOWING stöds inte för kolumntyp %s" -#: parser/parse_clause.c:3650 +#: parser/parse_clause.c:3653 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s and offset type %s" msgstr "RANGE med offset PRECEDING/FOLLOWING stöd inte av kolumntyp %s och offset-typ %s" -#: parser/parse_clause.c:3653 +#: parser/parse_clause.c:3656 #, c-format msgid "Cast the offset value to an appropriate type." msgstr "Typomvandla offset-värdet till lämplig typ." -#: parser/parse_clause.c:3658 +#: parser/parse_clause.c:3661 #, c-format msgid "RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for column type %s and offset type %s" msgstr "RANGE med offset PRECEDING/FOLLOWING har multipla tolkingar för kolumntyp %s och offset-typ %s" -#: parser/parse_clause.c:3661 +#: parser/parse_clause.c:3664 #, c-format msgid "Cast the offset value to the exact intended type." msgstr "Typomvandla offset-värdet till exakt den önskade typen." @@ -17270,330 +17282,330 @@ msgid "invalid type name \"%s\"" msgstr "ogiltigt typnamn \"%s\"" -#: parser/parse_utilcmd.c:256 +#: parser/parse_utilcmd.c:266 #, c-format msgid "cannot create partitioned table as inheritance child" msgstr "kan inte skapa partitionerad tabell som barnarv" -#: parser/parse_utilcmd.c:570 +#: parser/parse_utilcmd.c:580 #, c-format msgid "array of serial is not implemented" msgstr "array med serial är inte implementerat" -#: parser/parse_utilcmd.c:649 parser/parse_utilcmd.c:661 -#: parser/parse_utilcmd.c:720 +#: parser/parse_utilcmd.c:659 parser/parse_utilcmd.c:671 +#: parser/parse_utilcmd.c:730 #, c-format msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" msgstr "motstridiga NULL/NOT NULL-villkor för kolumnen \"%s\" i tabell \"%s\"" -#: parser/parse_utilcmd.c:673 +#: parser/parse_utilcmd.c:683 #, c-format msgid "multiple default values specified for column \"%s\" of table \"%s\"" msgstr "multipla default-värden angivna för kolumn \"%s\" i tabell \"%s\"" -#: parser/parse_utilcmd.c:690 +#: parser/parse_utilcmd.c:700 #, c-format msgid "identity columns are not supported on typed tables" msgstr "identitetskolumner stöds inte på typade tabeller" -#: parser/parse_utilcmd.c:694 +#: parser/parse_utilcmd.c:704 #, c-format msgid "identity columns are not supported on partitions" msgstr "identitetskolumner stöds inte för partitioner" -#: parser/parse_utilcmd.c:703 +#: parser/parse_utilcmd.c:713 #, c-format msgid "multiple identity specifications for column \"%s\" of table \"%s\"" msgstr "multipla identitetspecifikationer för kolumn \"%s\" i tabell \"%s\"" -#: parser/parse_utilcmd.c:733 +#: parser/parse_utilcmd.c:743 #, c-format msgid "generated columns are not supported on typed tables" msgstr "genererade kolumner stöds inte på typade tabeller" -#: parser/parse_utilcmd.c:737 +#: parser/parse_utilcmd.c:747 #, c-format msgid "generated columns are not supported on partitions" msgstr "genererade kolumner stöds inte för partitioner" -#: parser/parse_utilcmd.c:742 +#: parser/parse_utilcmd.c:752 #, c-format msgid "multiple generation clauses specified for column \"%s\" of table \"%s\"" msgstr "multipla genereringsklausuler angivna för kolumn \"%s\" i tabell \"%s\"" -#: parser/parse_utilcmd.c:760 parser/parse_utilcmd.c:875 +#: parser/parse_utilcmd.c:770 parser/parse_utilcmd.c:885 #, c-format msgid "primary key constraints are not supported on foreign tables" msgstr "primärnyckelvillkor stöds inte på främmande tabeller" -#: parser/parse_utilcmd.c:769 parser/parse_utilcmd.c:885 +#: parser/parse_utilcmd.c:779 parser/parse_utilcmd.c:895 #, c-format msgid "unique constraints are not supported on foreign tables" msgstr "unika villkor stöds inte på främmande tabeller" -#: parser/parse_utilcmd.c:814 +#: parser/parse_utilcmd.c:824 #, c-format msgid "both default and identity specified for column \"%s\" of table \"%s\"" msgstr "både default och identity angiven för kolumn \"%s\" i tabell \"%s\"" -#: parser/parse_utilcmd.c:822 +#: parser/parse_utilcmd.c:832 #, c-format msgid "both default and generation expression specified for column \"%s\" of table \"%s\"" msgstr "både default och genereringsuttryck angiven för kolumn \"%s\" i tabell \"%s\"" -#: parser/parse_utilcmd.c:830 +#: parser/parse_utilcmd.c:840 #, c-format msgid "both identity and generation expression specified for column \"%s\" of table \"%s\"" msgstr "både identity och genereringsuttryck angiven för kolumn \"%s\" i tabell \"%s\"" -#: parser/parse_utilcmd.c:895 +#: parser/parse_utilcmd.c:905 #, c-format msgid "exclusion constraints are not supported on foreign tables" msgstr "uteslutningsvillkor stöds inte på främmande tabeller" -#: parser/parse_utilcmd.c:901 +#: parser/parse_utilcmd.c:911 #, c-format msgid "exclusion constraints are not supported on partitioned tables" msgstr "uteslutningsvillkor stöds inte för partitionerade tabeller" -#: parser/parse_utilcmd.c:966 +#: parser/parse_utilcmd.c:976 #, c-format msgid "LIKE is not supported for creating foreign tables" msgstr "LIKE stöds inte för att skapa främmande tabeller" -#: parser/parse_utilcmd.c:1743 parser/parse_utilcmd.c:1851 +#: parser/parse_utilcmd.c:1753 parser/parse_utilcmd.c:1861 #, c-format msgid "Index \"%s\" contains a whole-row table reference." msgstr "Index \"%s\" innehåller en hela-raden-referens." -#: parser/parse_utilcmd.c:2238 +#: parser/parse_utilcmd.c:2248 #, c-format msgid "cannot use an existing index in CREATE TABLE" msgstr "kan inte använda ett existerande index i CREATE TABLE" -#: parser/parse_utilcmd.c:2258 +#: parser/parse_utilcmd.c:2268 #, c-format msgid "index \"%s\" is already associated with a constraint" msgstr "index \"%s\" är redan associerad med ett villkor" -#: parser/parse_utilcmd.c:2273 +#: parser/parse_utilcmd.c:2283 #, c-format msgid "index \"%s\" is not valid" msgstr "index \"%s\" är inte giltigt" -#: parser/parse_utilcmd.c:2279 +#: parser/parse_utilcmd.c:2289 #, c-format msgid "\"%s\" is not a unique index" msgstr "\"%s\" är inte ett unikt index" -#: parser/parse_utilcmd.c:2280 parser/parse_utilcmd.c:2287 -#: parser/parse_utilcmd.c:2294 parser/parse_utilcmd.c:2371 +#: parser/parse_utilcmd.c:2290 parser/parse_utilcmd.c:2297 +#: parser/parse_utilcmd.c:2304 parser/parse_utilcmd.c:2381 #, c-format msgid "Cannot create a primary key or unique constraint using such an index." msgstr "Kan inte skapa en primärnyckel eller ett unikt villkor med hjälp av ett sådant index." -#: parser/parse_utilcmd.c:2286 +#: parser/parse_utilcmd.c:2296 #, c-format msgid "index \"%s\" contains expressions" msgstr "index \"%s\" innehåller uttryck" -#: parser/parse_utilcmd.c:2293 +#: parser/parse_utilcmd.c:2303 #, c-format msgid "\"%s\" is a partial index" msgstr "\"%s\" är ett partiellt index" -#: parser/parse_utilcmd.c:2305 +#: parser/parse_utilcmd.c:2315 #, c-format msgid "\"%s\" is a deferrable index" msgstr "\"%s\" är ett \"deferrable\" index" -#: parser/parse_utilcmd.c:2306 +#: parser/parse_utilcmd.c:2316 #, c-format msgid "Cannot create a non-deferrable constraint using a deferrable index." msgstr "Kan inte skapa ett icke-\"deferrable\" integritetsvillkor från ett \"deferrable\" index." -#: parser/parse_utilcmd.c:2370 +#: parser/parse_utilcmd.c:2380 #, c-format msgid "index \"%s\" column number %d does not have default sorting behavior" msgstr "index \"%s\" kolumn nummer %d har ingen standard för sorteringsbeteende" -#: parser/parse_utilcmd.c:2527 +#: parser/parse_utilcmd.c:2537 #, c-format msgid "column \"%s\" appears twice in primary key constraint" msgstr "kolumn \"%s\" finns med två gånger i primära nyckel-villkoret" -#: parser/parse_utilcmd.c:2533 +#: parser/parse_utilcmd.c:2543 #, c-format msgid "column \"%s\" appears twice in unique constraint" msgstr "kolumn \"%s\" finns med två gånger i unique-villkoret" -#: parser/parse_utilcmd.c:2880 +#: parser/parse_utilcmd.c:2890 #, c-format msgid "index expressions and predicates can refer only to the table being indexed" msgstr "indexuttryck och predikat kan bara referera till tabellen som indexeras" -#: parser/parse_utilcmd.c:2952 +#: parser/parse_utilcmd.c:2962 #, c-format msgid "statistics expressions can refer only to the table being referenced" msgstr "statistikuttryck kan bara referera till tabellen som är refererad" -#: parser/parse_utilcmd.c:2995 +#: parser/parse_utilcmd.c:3005 #, c-format msgid "rules on materialized views are not supported" msgstr "regler på materialiserade vyer stöds inte" -#: parser/parse_utilcmd.c:3058 +#: parser/parse_utilcmd.c:3068 #, c-format msgid "rule WHERE condition cannot contain references to other relations" msgstr "WHERE-villkor i regel kan inte innehålla referenser till andra relationer" -#: parser/parse_utilcmd.c:3131 +#: parser/parse_utilcmd.c:3141 #, c-format msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" msgstr "regler med WHERE-villkor kan bara innehålla SELECT-, INSERT-, UPDATE- eller DELETE-handlingar" -#: parser/parse_utilcmd.c:3149 parser/parse_utilcmd.c:3250 +#: parser/parse_utilcmd.c:3159 parser/parse_utilcmd.c:3260 #: rewrite/rewriteHandler.c:508 rewrite/rewriteManip.c:1018 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "UNION-/INTERSECT-/EXCEPT-satser med villkor är inte implementerat" -#: parser/parse_utilcmd.c:3167 +#: parser/parse_utilcmd.c:3177 #, c-format msgid "ON SELECT rule cannot use OLD" msgstr "ON SELECT-regel kan inte använda OLD" -#: parser/parse_utilcmd.c:3171 +#: parser/parse_utilcmd.c:3181 #, c-format msgid "ON SELECT rule cannot use NEW" msgstr "ON SELECT-regel kan inte använda NEW" -#: parser/parse_utilcmd.c:3180 +#: parser/parse_utilcmd.c:3190 #, c-format msgid "ON INSERT rule cannot use OLD" msgstr "ON INSERT-regel kan inte använda OLD" -#: parser/parse_utilcmd.c:3186 +#: parser/parse_utilcmd.c:3196 #, c-format msgid "ON DELETE rule cannot use NEW" msgstr "ON DELETE-regel kan inte använda NEW" -#: parser/parse_utilcmd.c:3214 +#: parser/parse_utilcmd.c:3224 #, c-format msgid "cannot refer to OLD within WITH query" msgstr "kan inte referera till OLD i WITH-fråga" -#: parser/parse_utilcmd.c:3221 +#: parser/parse_utilcmd.c:3231 #, c-format msgid "cannot refer to NEW within WITH query" msgstr "kan inte referera till NEW i WITH-fråga" -#: parser/parse_utilcmd.c:3675 +#: parser/parse_utilcmd.c:3685 #, c-format msgid "misplaced DEFERRABLE clause" msgstr "felplacerad DEFERRABLE-klausul" -#: parser/parse_utilcmd.c:3680 parser/parse_utilcmd.c:3695 +#: parser/parse_utilcmd.c:3690 parser/parse_utilcmd.c:3705 #, c-format msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" msgstr "multipla DEFERRABLE/NOT DEFERRABLE-klausuler tillåts inte" -#: parser/parse_utilcmd.c:3690 +#: parser/parse_utilcmd.c:3700 #, c-format msgid "misplaced NOT DEFERRABLE clause" msgstr "felplacerad NOT DEFERRABLE-klausul" -#: parser/parse_utilcmd.c:3711 +#: parser/parse_utilcmd.c:3721 #, c-format msgid "misplaced INITIALLY DEFERRED clause" msgstr "felplacerad INITIALLY DEFERRED-klausul" -#: parser/parse_utilcmd.c:3716 parser/parse_utilcmd.c:3742 +#: parser/parse_utilcmd.c:3726 parser/parse_utilcmd.c:3752 #, c-format msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" msgstr "multipla INITIALLY IMMEDIATE/DEFERRED-klausuler tillåts inte" -#: parser/parse_utilcmd.c:3737 +#: parser/parse_utilcmd.c:3747 #, c-format msgid "misplaced INITIALLY IMMEDIATE clause" msgstr "felplacerad klausul INITIALLY IMMEDIATE" -#: parser/parse_utilcmd.c:3928 +#: parser/parse_utilcmd.c:3938 #, c-format msgid "CREATE specifies a schema (%s) different from the one being created (%s)" msgstr "CREATE anger ett schema (%s) som skiljer sig från det som skapas (%s)" -#: parser/parse_utilcmd.c:3963 +#: parser/parse_utilcmd.c:3973 #, c-format msgid "\"%s\" is not a partitioned table" msgstr "\"%s\" är inte en partitionerad tabell" -#: parser/parse_utilcmd.c:3970 +#: parser/parse_utilcmd.c:3980 #, c-format msgid "table \"%s\" is not partitioned" msgstr "tabell \"%s\" är inte partitionerad" -#: parser/parse_utilcmd.c:3977 +#: parser/parse_utilcmd.c:3987 #, c-format msgid "index \"%s\" is not partitioned" msgstr "index \"%s\" är inte partitionerad" -#: parser/parse_utilcmd.c:4017 +#: parser/parse_utilcmd.c:4027 #, c-format msgid "a hash-partitioned table may not have a default partition" msgstr "en hash-partitionerad tabell får inte ha en standardpartition" -#: parser/parse_utilcmd.c:4034 +#: parser/parse_utilcmd.c:4044 #, c-format msgid "invalid bound specification for a hash partition" msgstr "ogiltig gränsangivelse för hash-partition" -#: parser/parse_utilcmd.c:4040 partitioning/partbounds.c:4711 +#: parser/parse_utilcmd.c:4050 partitioning/partbounds.c:4711 #, c-format msgid "modulus for hash partition must be an integer value greater than zero" msgstr "modulo för hash-partition vara ett heltalsvärde större än noll" -#: parser/parse_utilcmd.c:4047 partitioning/partbounds.c:4719 +#: parser/parse_utilcmd.c:4057 partitioning/partbounds.c:4719 #, c-format msgid "remainder for hash partition must be less than modulus" msgstr "rest för hash-partition måste vara lägre än modulo" -#: parser/parse_utilcmd.c:4060 +#: parser/parse_utilcmd.c:4070 #, c-format msgid "invalid bound specification for a list partition" msgstr "ogiltig gränsangivelse för listpartition" -#: parser/parse_utilcmd.c:4113 +#: parser/parse_utilcmd.c:4123 #, c-format msgid "invalid bound specification for a range partition" msgstr "ogiltig gränsangivelse för range-partition" -#: parser/parse_utilcmd.c:4119 +#: parser/parse_utilcmd.c:4129 #, c-format msgid "FROM must specify exactly one value per partitioning column" msgstr "FROM måste ge exakt ett värde per partitionerande kolumn" -#: parser/parse_utilcmd.c:4123 +#: parser/parse_utilcmd.c:4133 #, c-format msgid "TO must specify exactly one value per partitioning column" msgstr "TO måste ge exakt ett värde per partitionerande kolumn" -#: parser/parse_utilcmd.c:4237 +#: parser/parse_utilcmd.c:4247 #, c-format msgid "cannot specify NULL in range bound" msgstr "kan inte ange NULL i range-gräns" -#: parser/parse_utilcmd.c:4286 +#: parser/parse_utilcmd.c:4296 #, c-format msgid "every bound following MAXVALUE must also be MAXVALUE" msgstr "varje gräns efter MAXVALUE måste också vara MAXVALUE" -#: parser/parse_utilcmd.c:4293 +#: parser/parse_utilcmd.c:4303 #, c-format msgid "every bound following MINVALUE must also be MINVALUE" msgstr "varje gräns efter MINVALUE måste också vara MINVALUE" -#: parser/parse_utilcmd.c:4336 +#: parser/parse_utilcmd.c:4346 #, c-format msgid "specified value cannot be cast to type %s for column \"%s\"" msgstr "angivet värde kan inte typomvandlas till typ %s för kolumn \"%s\"" @@ -17611,7 +17623,7 @@ msgid "invalid Unicode escape value" msgstr "ogiltigt Unicode-escapevärde" -#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6559 +#: parser/parser.c:468 scan.l:677 utils/adt/varlena.c:6555 #, c-format msgid "invalid Unicode escape" msgstr "ogiltig Unicode-escapesekvens" @@ -17622,7 +17634,7 @@ msgstr "Unicode-escapesekvenser måste vara \\XXXX eller \\+XXXXXX." #: parser/parser.c:497 scan.l:638 scan.l:654 scan.l:670 -#: utils/adt/varlena.c:6584 +#: utils/adt/varlena.c:6580 #, c-format msgid "invalid Unicode surrogate pair" msgstr "ogiltigt Unicode-surrogatpar" @@ -17923,32 +17935,32 @@ msgid "could not fork autovacuum worker process: %m" msgstr "kunde inte starta autovacuum-arbetsprocess: %m" -#: postmaster/autovacuum.c:2283 +#: postmaster/autovacuum.c:2286 #, c-format msgid "autovacuum: dropping orphan temp table \"%s.%s.%s\"" msgstr "autovacuum: slänger övergiven temptabell \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2512 +#: postmaster/autovacuum.c:2515 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "automatisk vacuum av tabell \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2515 +#: postmaster/autovacuum.c:2518 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "automatisk analys av tabell \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2708 +#: postmaster/autovacuum.c:2711 #, c-format msgid "processing work entry for relation \"%s.%s.%s\"" msgstr "processar arbetspost för relation \"%s.%s.%s\"" -#: postmaster/autovacuum.c:3394 +#: postmaster/autovacuum.c:3397 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "autovacuum har inte startats på grund av en felkonfigurering" -#: postmaster/autovacuum.c:3395 +#: postmaster/autovacuum.c:3398 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Slå på flaggan \"track_counts\"." @@ -19420,97 +19432,97 @@ msgid "logical replication target relation \"%s.%s\" does not exist" msgstr "destinationsrelation \"%s.%s\" för logisk replikering finns inte" -#: replication/logical/reorderbuffer.c:3802 +#: replication/logical/reorderbuffer.c:3804 #, c-format msgid "could not write to data file for XID %u: %m" msgstr "kunde inte skriva till datafil för XID %u: %m" -#: replication/logical/reorderbuffer.c:4146 -#: replication/logical/reorderbuffer.c:4171 +#: replication/logical/reorderbuffer.c:4148 +#: replication/logical/reorderbuffer.c:4173 #, c-format msgid "could not read from reorderbuffer spill file: %m" msgstr "kunde inte läsa från reorderbuffer spill-fil: %m" -#: replication/logical/reorderbuffer.c:4150 -#: replication/logical/reorderbuffer.c:4175 +#: replication/logical/reorderbuffer.c:4152 +#: replication/logical/reorderbuffer.c:4177 #, c-format msgid "could not read from reorderbuffer spill file: read %d instead of %u bytes" msgstr "kunde inte läsa från reorderbuffer spill-fil: läste %d istället för %u byte" -#: replication/logical/reorderbuffer.c:4425 +#: replication/logical/reorderbuffer.c:4427 #, c-format msgid "could not remove file \"%s\" during removal of pg_replslot/%s/xid*: %m" msgstr "kunde inte radera fil \"%s\" vid borttagning av pg_replslot/%s/xid*: %m" -#: replication/logical/reorderbuffer.c:4924 +#: replication/logical/reorderbuffer.c:4926 #, c-format msgid "could not read from file \"%s\": read %d instead of %d bytes" msgstr "kunde inte läsa från fil \"%s\": läste %d istället för %d byte" -#: replication/logical/snapbuild.c:588 +#: replication/logical/snapbuild.c:618 #, c-format msgid "initial slot snapshot too large" msgstr "initialt slot-snapshot är för stort" -#: replication/logical/snapbuild.c:642 +#: replication/logical/snapbuild.c:672 #, c-format msgid "exported logical decoding snapshot: \"%s\" with %u transaction ID" msgid_plural "exported logical decoding snapshot: \"%s\" with %u transaction IDs" msgstr[0] "exporterade logisk avkodnings-snapshot: \"%s\" med %u transaktions-ID" msgstr[1] "exporterade logisk avkodnings-snapshot: \"%s\" med %u transaktions-ID" -#: replication/logical/snapbuild.c:1270 replication/logical/snapbuild.c:1363 -#: replication/logical/snapbuild.c:1894 +#: replication/logical/snapbuild.c:1348 replication/logical/snapbuild.c:1455 +#: replication/logical/snapbuild.c:1986 #, c-format msgid "logical decoding found consistent point at %X/%X" msgstr "logisk avkodning hittade konsistent punkt vid %X/%X" -#: replication/logical/snapbuild.c:1272 +#: replication/logical/snapbuild.c:1350 #, c-format msgid "There are no running transactions." msgstr "Det finns inga körande transaktioner." -#: replication/logical/snapbuild.c:1314 +#: replication/logical/snapbuild.c:1406 #, c-format msgid "logical decoding found initial starting point at %X/%X" msgstr "logisk avkodning hittade initial startpunkt vid %X/%X" -#: replication/logical/snapbuild.c:1316 replication/logical/snapbuild.c:1340 +#: replication/logical/snapbuild.c:1408 replication/logical/snapbuild.c:1432 #, c-format msgid "Waiting for transactions (approximately %d) older than %u to end." msgstr "Väntar på att transaktioner (cirka %d) äldre än %u skall gå klart." -#: replication/logical/snapbuild.c:1338 +#: replication/logical/snapbuild.c:1430 #, c-format msgid "logical decoding found initial consistent point at %X/%X" msgstr "logisk avkodning hittade initial konsistent punkt vid %X/%X" -#: replication/logical/snapbuild.c:1365 +#: replication/logical/snapbuild.c:1457 #, c-format msgid "There are no old transactions anymore." msgstr "Det finns inte längre några gamla transaktioner." -#: replication/logical/snapbuild.c:1762 +#: replication/logical/snapbuild.c:1854 #, c-format msgid "snapbuild state file \"%s\" has wrong magic number: %u instead of %u" msgstr "snapbuild-state-fil \"%s\" har fel magiskt tal: %u istället för %u" -#: replication/logical/snapbuild.c:1768 +#: replication/logical/snapbuild.c:1860 #, c-format msgid "snapbuild state file \"%s\" has unsupported version: %u instead of %u" msgstr "snapbuild-state-fil \"%s\" har en ej stödd version: %u istället för %u" -#: replication/logical/snapbuild.c:1839 +#: replication/logical/snapbuild.c:1931 #, c-format msgid "checksum mismatch for snapbuild state file \"%s\": is %u, should be %u" msgstr "checksumma stämmer inte för snapbuild-state-fil \"%s\": är %u, skall vara %u" -#: replication/logical/snapbuild.c:1896 +#: replication/logical/snapbuild.c:1988 #, c-format msgid "Logical decoding will begin using saved snapshot." msgstr "Logisk avkodning kommer starta med sparat snapshot." -#: replication/logical/snapbuild.c:1968 +#: replication/logical/snapbuild.c:2060 #, c-format msgid "could not parse file name \"%s\"" msgstr "kunde inte parsa filnamn \"%s\"" @@ -21897,64 +21909,64 @@ msgid "missing Dictionary parameter" msgstr "saknar ordlistparameter" -#: tsearch/spell.c:380 tsearch/spell.c:397 tsearch/spell.c:406 -#: tsearch/spell.c:1062 +#: tsearch/spell.c:381 tsearch/spell.c:398 tsearch/spell.c:407 +#: tsearch/spell.c:1063 #, c-format msgid "invalid affix flag \"%s\"" msgstr "ogiltig affix-flagga \"%s\"" -#: tsearch/spell.c:384 tsearch/spell.c:1066 +#: tsearch/spell.c:385 tsearch/spell.c:1067 #, c-format msgid "affix flag \"%s\" is out of range" msgstr "affix-flaggan \"%s\" är utanför giltigt intervall" -#: tsearch/spell.c:414 +#: tsearch/spell.c:415 #, c-format msgid "invalid character in affix flag \"%s\"" msgstr "ogiltigt tecken i affix-flagga \"%s\"" -#: tsearch/spell.c:434 +#: tsearch/spell.c:435 #, c-format msgid "invalid affix flag \"%s\" with \"long\" flag value" msgstr "ogiltig affix-flagga \"%s\" med flaggvärdet \"long\"" -#: tsearch/spell.c:524 +#: tsearch/spell.c:525 #, c-format msgid "could not open dictionary file \"%s\": %m" msgstr "kunde inte öppna ordboksfil \"%s\": %m" -#: tsearch/spell.c:763 utils/adt/regexp.c:208 +#: tsearch/spell.c:764 utils/adt/regexp.c:208 #, c-format msgid "invalid regular expression: %s" msgstr "ogiltigt reguljärt uttryck: %s" -#: tsearch/spell.c:1189 tsearch/spell.c:1201 tsearch/spell.c:1760 -#: tsearch/spell.c:1765 tsearch/spell.c:1770 +#: tsearch/spell.c:1190 tsearch/spell.c:1202 tsearch/spell.c:1761 +#: tsearch/spell.c:1766 tsearch/spell.c:1771 #, c-format msgid "invalid affix alias \"%s\"" msgstr "ogiltigt affix-alias \"%s\"" -#: tsearch/spell.c:1242 tsearch/spell.c:1313 tsearch/spell.c:1462 +#: tsearch/spell.c:1243 tsearch/spell.c:1314 tsearch/spell.c:1463 #, c-format msgid "could not open affix file \"%s\": %m" msgstr "kunde inte öppna affix-fil \"%s\": %m" -#: tsearch/spell.c:1296 +#: tsearch/spell.c:1297 #, c-format msgid "Ispell dictionary supports only \"default\", \"long\", and \"num\" flag values" msgstr "Ispell-ordbok stöder bara flaggorna \"default\", \"long\" och \"num\"" -#: tsearch/spell.c:1340 +#: tsearch/spell.c:1341 #, c-format msgid "invalid number of flag vector aliases" msgstr "ogiltigt antal alias i flaggvektor" -#: tsearch/spell.c:1363 +#: tsearch/spell.c:1364 #, c-format msgid "number of aliases exceeds specified number %d" msgstr "antalet alias överskriver angivet antal %d" -#: tsearch/spell.c:1578 +#: tsearch/spell.c:1579 #, c-format msgid "affix file contains both old-style and new-style commands" msgstr "affix-fil innehåller kommandon på gammalt och nytt format" @@ -22168,7 +22180,7 @@ #: utils/adt/int.c:1242 utils/adt/int.c:1310 utils/adt/int.c:1316 #: utils/adt/int8.c:1299 utils/adt/numeric.c:1768 utils/adt/numeric.c:4203 #: utils/adt/varbit.c:1195 utils/adt/varbit.c:1596 utils/adt/varlena.c:1114 -#: utils/adt/varlena.c:3426 +#: utils/adt/varlena.c:3422 #, c-format msgid "integer out of range" msgstr "heltal utanför giltigt intervall" @@ -22506,8 +22518,8 @@ #: utils/adt/geo_ops.c:220 utils/adt/geo_ops.c:230 utils/adt/geo_ops.c:242 #: utils/adt/geo_ops.c:274 utils/adt/geo_ops.c:316 utils/adt/geo_ops.c:326 #: utils/adt/geo_ops.c:974 utils/adt/geo_ops.c:1389 utils/adt/geo_ops.c:1424 -#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4657 -#: utils/adt/geo_ops.c:4672 utils/adt/geo_ops.c:4679 utils/adt/int8.c:126 +#: utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4660 +#: utils/adt/geo_ops.c:4675 utils/adt/geo_ops.c:4682 utils/adt/int8.c:126 #: utils/adt/jsonpath.c:182 utils/adt/mac.c:94 utils/adt/mac8.c:93 #: utils/adt/mac8.c:166 utils/adt/mac8.c:184 utils/adt/mac8.c:202 #: utils/adt/mac8.c:221 utils/adt/network.c:100 utils/adt/numeric.c:694 @@ -23209,8 +23221,8 @@ msgid "invalid line specification: must be two distinct points" msgstr "ogiltig linjeangivelse: måste vara två enskilda punkter" -#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4366 -#: utils/adt/geo_ops.c:5260 +#: utils/adt/geo_ops.c:1410 utils/adt/geo_ops.c:3498 utils/adt/geo_ops.c:4369 +#: utils/adt/geo_ops.c:5263 #, c-format msgid "too many points requested" msgstr "för många punkter efterfrågade" @@ -23245,32 +23257,32 @@ msgid "invalid number of points in external \"polygon\" value" msgstr "ogiltigt antal punkter i ett externt \"polygon\"-värde" -#: utils/adt/geo_ops.c:4081 +#: utils/adt/geo_ops.c:4084 #, c-format msgid "function \"poly_distance\" not implemented" msgstr "funktionen \"poly_distance\" är inte implementerad" -#: utils/adt/geo_ops.c:4458 +#: utils/adt/geo_ops.c:4461 #, c-format msgid "function \"path_center\" not implemented" msgstr "funktionen \"path_center\" är inte implementerad" -#: utils/adt/geo_ops.c:4475 +#: utils/adt/geo_ops.c:4478 #, c-format msgid "open path cannot be converted to polygon" msgstr "öppen väg kan inte konverteras till en polygon" -#: utils/adt/geo_ops.c:4725 +#: utils/adt/geo_ops.c:4728 #, c-format msgid "invalid radius in external \"circle\" value" msgstr "ogiltig radie i ett externt cirkelvärde" -#: utils/adt/geo_ops.c:5246 +#: utils/adt/geo_ops.c:5249 #, c-format msgid "cannot convert circle with radius zero to polygon" msgstr "kan inte konvertera en cirkel med radie noll till en polygon" -#: utils/adt/geo_ops.c:5251 +#: utils/adt/geo_ops.c:5254 #, c-format msgid "must request at least 2 points" msgstr "måste efterfråga minst 2 punkter" @@ -23827,7 +23839,7 @@ msgid "nondeterministic collations are not supported for LIKE" msgstr "ickedeterministiska jämförelser (collation) stöds inte för LIKE" -#: utils/adt/like.c:193 utils/adt/like_support.c:1002 +#: utils/adt/like.c:193 utils/adt/like_support.c:1003 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "kunde inte bestämma vilken jämförelse (collation) som skall användas för ILIKE" @@ -23852,12 +23864,12 @@ msgid "Escape string must be empty or one character." msgstr "Escape-sträng måste vara tom eller ett tecken." -#: utils/adt/like_support.c:987 +#: utils/adt/like_support.c:988 #, c-format msgid "case insensitive matching not supported on type bytea" msgstr "matchning utan skiftlägeskänslighet stöds inte för typen bytea" -#: utils/adt/like_support.c:1089 +#: utils/adt/like_support.c:1090 #, c-format msgid "regular-expression matching not supported on type bytea" msgstr "matching med reguljär-uttryck stöds inte för typen bytea" @@ -24410,7 +24422,7 @@ msgid "Junk after right parenthesis or bracket." msgstr "Skräp efter höger parentes eller hakparentes." -#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4553 +#: utils/adt/regexp.c:289 utils/adt/regexp.c:1543 utils/adt/varlena.c:4549 #, c-format msgid "regular expression failed: %s" msgstr "reguljärt uttryck misslyckades: %s" @@ -24464,7 +24476,7 @@ #: utils/adt/regproc.c:1639 utils/adt/regproc.c:1663 utils/adt/regproc.c:1764 #: utils/adt/regproc.c:1788 utils/adt/regproc.c:1890 utils/adt/regproc.c:1895 -#: utils/adt/varlena.c:3702 utils/adt/varlena.c:3707 +#: utils/adt/varlena.c:3698 utils/adt/varlena.c:3703 #, c-format msgid "invalid name syntax" msgstr "ogiltig namnsyntax" @@ -24976,8 +24988,8 @@ msgstr "bitsträngen för lång för typen bit varying(%d)" #: utils/adt/varbit.c:1081 utils/adt/varbit.c:1191 utils/adt/varlena.c:890 -#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3344 -#: utils/adt/varlena.c:3422 +#: utils/adt/varlena.c:953 utils/adt/varlena.c:1110 utils/adt/varlena.c:3340 +#: utils/adt/varlena.c:3418 #, c-format msgid "negative substring length not allowed" msgstr "negativ substräng-läng tillåts inte" @@ -25002,7 +25014,7 @@ msgid "bit index %d out of valid range (0..%d)" msgstr "bitindex %d utanför giltigt intervall (0..%d)" -#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3626 +#: utils/adt/varbit.c:1833 utils/adt/varlena.c:3622 #, c-format msgid "new bit must be 0 or 1" msgstr "nya biten måste vara 0 eller 1" @@ -25037,87 +25049,87 @@ msgid "could not compare Unicode strings: %m" msgstr "kunde inte jämföra Unicode-strängar: %m" -#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2408 +#: utils/adt/varlena.c:1694 utils/adt/varlena.c:2406 #, c-format msgid "collation failed: %s" msgstr "jämförelse misslyckades: %s" -#: utils/adt/varlena.c:2616 +#: utils/adt/varlena.c:2613 #, c-format msgid "sort key generation failed: %s" msgstr "generering av sorteringsnyckel misslyckades: %s" -#: utils/adt/varlena.c:3510 utils/adt/varlena.c:3577 +#: utils/adt/varlena.c:3506 utils/adt/varlena.c:3573 #, c-format msgid "index %d out of valid range, 0..%d" msgstr "index %d utanför giltigt intervall, 0..%d" -#: utils/adt/varlena.c:3541 utils/adt/varlena.c:3613 +#: utils/adt/varlena.c:3537 utils/adt/varlena.c:3609 #, c-format msgid "index %lld out of valid range, 0..%lld" msgstr "index %lld utanför giltigt intervall, 0..%lld" -#: utils/adt/varlena.c:4649 +#: utils/adt/varlena.c:4645 #, c-format msgid "field position must not be zero" msgstr "fältpositionen får inte vara noll" -#: utils/adt/varlena.c:5690 +#: utils/adt/varlena.c:5686 #, c-format msgid "unterminated format() type specifier" msgstr "icketerminerad typangivelse för format()" -#: utils/adt/varlena.c:5691 utils/adt/varlena.c:5825 utils/adt/varlena.c:5946 +#: utils/adt/varlena.c:5687 utils/adt/varlena.c:5821 utils/adt/varlena.c:5942 #, c-format msgid "For a single \"%%\" use \"%%%%\"." msgstr "För ett ensamt \"%%\" använd \"%%%%\"." -#: utils/adt/varlena.c:5823 utils/adt/varlena.c:5944 +#: utils/adt/varlena.c:5819 utils/adt/varlena.c:5940 #, c-format msgid "unrecognized format() type specifier \"%.*s\"" msgstr "okänd typspecifierare \"%.*s\" för format()" -#: utils/adt/varlena.c:5836 utils/adt/varlena.c:5893 +#: utils/adt/varlena.c:5832 utils/adt/varlena.c:5889 #, c-format msgid "too few arguments for format()" msgstr "för få argument till format()" -#: utils/adt/varlena.c:5989 utils/adt/varlena.c:6171 +#: utils/adt/varlena.c:5985 utils/adt/varlena.c:6167 #, c-format msgid "number is out of range" msgstr "numret är utanför giltigt intervall" -#: utils/adt/varlena.c:6052 utils/adt/varlena.c:6080 +#: utils/adt/varlena.c:6048 utils/adt/varlena.c:6076 #, c-format msgid "format specifies argument 0, but arguments are numbered from 1" msgstr "formatet anger argument 0 men argumenten är numrerade från 1" -#: utils/adt/varlena.c:6073 +#: utils/adt/varlena.c:6069 #, c-format msgid "width argument position must be ended by \"$\"" msgstr "argumentposition för bredd måste avslutas med \"$\"" -#: utils/adt/varlena.c:6118 +#: utils/adt/varlena.c:6114 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "null-värden kan inte formatteras som SQL-identifierare" -#: utils/adt/varlena.c:6244 +#: utils/adt/varlena.c:6240 #, c-format msgid "Unicode normalization can only be performed if server encoding is UTF8" msgstr "Unicode-normalisering kan bara utföras om server-kodningen är UTF8" -#: utils/adt/varlena.c:6257 +#: utils/adt/varlena.c:6253 #, c-format msgid "invalid normalization form: %s" msgstr "ogiltigt normaliseringsform: %s" -#: utils/adt/varlena.c:6460 utils/adt/varlena.c:6495 utils/adt/varlena.c:6530 +#: utils/adt/varlena.c:6456 utils/adt/varlena.c:6491 utils/adt/varlena.c:6526 #, c-format msgid "invalid Unicode code point: %04X" msgstr "ogiltig Unicode-kodpunkt: %04X" -#: utils/adt/varlena.c:6560 +#: utils/adt/varlena.c:6556 #, c-format msgid "Unicode escapes must be \\XXXX, \\+XXXXXX, \\uXXXX, or \\UXXXXXXXX." msgstr "Unicode-escapesekvenser måste vara \\XXXX, \\+XXXXXX, \\UXXXX eller \\UXXXXXXXX." @@ -28132,7 +28144,7 @@ #: utils/misc/pg_controldata.c:241 utils/misc/pg_controldata.c:306 #, c-format msgid "calculated CRC checksum does not match value stored in file" -msgstr "beräknad CRC-checksumma matchar inte värdet som är lagrat i fil" +msgstr "uträknad CRC-checksumma matchar inte värdet som är lagrat i fil" #: utils/misc/pg_rusage.c:64 #, c-format @@ -28219,7 +28231,7 @@ msgid "@INCLUDE without file name in time zone file \"%s\", line %d" msgstr "@INCLUDE utan filnamn i tidszonfil \"%s\", rad %d" -#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:237 +#: utils/mmgr/aset.c:477 utils/mmgr/generation.c:235 utils/mmgr/slab.c:239 #, c-format msgid "Failed while creating memory context \"%s\"." msgstr "Misslyckades vid skapande av minneskontext \"%s\"." diff -Nru postgresql-14-14.5/src/backend/postmaster/autovacuum.c postgresql-14-14.6/src/backend/postmaster/autovacuum.c --- postgresql-14-14.5/src/backend/postmaster/autovacuum.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/postmaster/autovacuum.c 2022-11-07 21:38:53.000000000 +0000 @@ -1944,6 +1944,9 @@ CommitTransactionCommand(); + /* Be sure to restore caller's memory context */ + MemoryContextSwitchTo(resultcxt); + return dblist; } diff -Nru postgresql-14-14.5/src/backend/postmaster/postmaster.c postgresql-14-14.6/src/backend/postmaster/postmaster.c --- postgresql-14-14.5/src/backend/postmaster/postmaster.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/postmaster/postmaster.c 2022-11-07 21:38:53.000000000 +0000 @@ -4944,7 +4944,7 @@ * If testing EXEC_BACKEND on Linux, you should run this as root before * starting the postmaster: * - * echo 0 >/proc/sys/kernel/randomize_va_space + * sysctl -w kernel.randomize_va_space=0 * * This prevents using randomized stack and code addresses that cause the * child process's memory map to be different from the parent's, making it diff -Nru postgresql-14-14.5/src/backend/regex/regc_lex.c postgresql-14-14.6/src/backend/regex/regc_lex.c --- postgresql-14-14.5/src/backend/regex/regc_lex.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/regex/regc_lex.c 2022-11-07 21:38:53.000000000 +0000 @@ -201,6 +201,8 @@ { chr c; +next_restart: /* loop here after eating a comment */ + /* errors yield an infinite sequence of failures */ if (ISERR()) return 0; /* the error has set nexttype to EOS */ @@ -493,8 +495,7 @@ if (!ATEOS()) v->now++; assert(v->nexttype == v->lasttype); - return next(v); - break; + goto next_restart; case CHR('='): /* positive lookahead */ NOTE(REG_ULOOKAROUND); RETV(LACON, LATYPE_AHEAD_POS); diff -Nru postgresql-14-14.5/src/backend/replication/logical/decode.c postgresql-14-14.6/src/backend/replication/logical/decode.c --- postgresql-14-14.5/src/backend/replication/logical/decode.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/replication/logical/decode.c 2022-11-07 21:38:53.000000000 +0000 @@ -691,6 +691,21 @@ commit_time = parsed->origin_timestamp; } + /* + * If the COMMIT record has invalidation messages, it could have catalog + * changes. It is possible that we didn't mark this transaction as + * containing catalog changes when the decoding starts from a commit + * record without decoding the transaction's other changes. So, we ensure + * to mark such transactions as containing catalog change. + * + * This must be done before SnapBuildCommitTxn() so that we can include + * these transactions in the historic snapshot. + */ + if (parsed->xinfo & XACT_XINFO_HAS_INVALS) + SnapBuildXidSetCatalogChanges(ctx->snapshot_builder, xid, + parsed->nsubxacts, parsed->subxacts, + buf->origptr); + SnapBuildCommitTxn(ctx->snapshot_builder, buf->origptr, xid, parsed->nsubxacts, parsed->subxacts); @@ -777,7 +792,7 @@ SnapBuild *builder = ctx->snapshot_builder; XLogRecPtr origin_lsn = parsed->origin_lsn; TimestampTz prepare_time = parsed->xact_time; - XLogRecPtr origin_id = XLogRecGetOrigin(buf->record); + RepOriginId origin_id = XLogRecGetOrigin(buf->record); int i; TransactionId xid = parsed->twophase_xid; @@ -853,7 +868,7 @@ int i; XLogRecPtr origin_lsn = InvalidXLogRecPtr; TimestampTz abort_time = parsed->xact_time; - XLogRecPtr origin_id = XLogRecGetOrigin(buf->record); + RepOriginId origin_id = XLogRecGetOrigin(buf->record); bool skip_xact; if (parsed->xinfo & XACT_XINFO_HAS_ORIGIN) diff -Nru postgresql-14-14.5/src/backend/replication/logical/reorderbuffer.c postgresql-14-14.6/src/backend/replication/logical/reorderbuffer.c --- postgresql-14-14.5/src/backend/replication/logical/reorderbuffer.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/replication/logical/reorderbuffer.c 2022-11-07 21:38:53.000000000 +0000 @@ -871,10 +871,24 @@ AssertTXNLsnOrder(ReorderBuffer *rb) { #ifdef USE_ASSERT_CHECKING + LogicalDecodingContext *ctx = rb->private_data; dlist_iter iter; XLogRecPtr prev_first_lsn = InvalidXLogRecPtr; XLogRecPtr prev_base_snap_lsn = InvalidXLogRecPtr; + /* + * Skip the verification if we don't reach the LSN at which we start + * decoding the contents of transactions yet because until we reach the + * LSN, we could have transactions that don't have the association between + * the top-level transaction and subtransaction yet and consequently have + * the same LSN. We don't guarantee this association until we try to + * decode the actual contents of transaction. The ordering of the records + * prior to the start_decoding_at LSN should have been checked before the + * restart. + */ + if (SnapBuildXactNeedsSkip(ctx->snapshot_builder, ctx->reader->EndRecPtr)) + return; + dlist_foreach(iter, &rb->toplevel_by_lsn) { ReorderBufferTXN *cur_txn = dlist_container(ReorderBufferTXN, node, @@ -2078,6 +2092,8 @@ Relation relation = NULL; Oid reloid; + CHECK_FOR_INTERRUPTS(); + /* * We can't call start stream callback before processing first * change. @@ -4087,6 +4103,8 @@ int readBytes; ReorderBufferDiskChange *ondisk; + CHECK_FOR_INTERRUPTS(); + if (*fd == -1) { char path[MAXPGPATH]; diff -Nru postgresql-14-14.5/src/backend/replication/logical/snapbuild.c postgresql-14-14.6/src/backend/replication/logical/snapbuild.c --- postgresql-14-14.5/src/backend/replication/logical/snapbuild.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/replication/logical/snapbuild.c 2022-11-07 21:38:53.000000000 +0000 @@ -250,8 +250,38 @@ static ResourceOwner SavedResourceOwnerDuringExport = NULL; static bool ExportInProgress = false; -/* ->committed manipulation */ -static void SnapBuildPurgeCommittedTxn(SnapBuild *builder); +/* + * Array of transactions and subtransactions that were running when + * the xl_running_xacts record that we decoded was written. The array is + * sorted in xidComparator order. We remove xids from this array when + * they become old enough to matter, and then it eventually becomes empty. + * This array is allocated in builder->context so its lifetime is the same + * as the snapshot builder. + * + * We normally rely on some WAL record types such as HEAP2_NEW_CID to know + * if the transaction has changed the catalog. But it could happen that the + * logical decoding decodes only the commit record of the transaction after + * restoring the previously serialized snapshot in which case we will miss + * adding the xid to the snapshot and end up looking at the catalogs with the + * wrong snapshot. + * + * Now to avoid the above problem, if the COMMIT record of the xid listed in + * InitialRunningXacts has XACT_XINFO_HAS_INVALS flag, we mark both the top + * transaction and its substransactions as containing catalog changes. + * + * We could end up adding the transaction that didn't change catalog + * to the snapshot since we cannot distinguish whether the transaction + * has catalog changes only by checking the COMMIT record. It doesn't + * have the information on which (sub) transaction has catalog changes, + * and XACT_XINFO_HAS_INVALS doesn't necessarily indicate that the + * transaction has catalog change. But that won't be a problem since we + * use snapshot built during decoding only for reading system catalogs. + */ +static TransactionId *InitialRunningXacts = NULL; +static int NInitialRunningXacts = 0; + +/* ->committed and InitailRunningXacts manipulation */ +static void SnapBuildPurgeOlderTxn(SnapBuild *builder); /* snapshot building/manipulation/distribution functions */ static Snapshot SnapBuildBuildSnapshot(SnapBuild *builder); @@ -879,12 +909,17 @@ } /* - * Remove knowledge about transactions we treat as committed that are smaller - * than ->xmin. Those won't ever get checked via the ->committed array but via - * the clog machinery, so we don't need to waste memory on them. + * Remove knowledge about transactions we treat as committed and the initial + * running transactions that are smaller than ->xmin. Those won't ever get + * checked via the ->committed or InitialRunningXacts array, respectively. + * The committed xids will get checked via the clog machinery. + * + * We can ideally remove the transaction from InitialRunningXacts array + * once it is finished (committed/aborted) but that could be costly as we need + * to maintain the xids order in the array. */ static void -SnapBuildPurgeCommittedTxn(SnapBuild *builder) +SnapBuildPurgeOlderTxn(SnapBuild *builder) { int off; TransactionId *workspace; @@ -919,6 +954,49 @@ builder->committed.xcnt = surviving_xids; pfree(workspace); + + /* Quick exit if there is no initial running transactions */ + if (NInitialRunningXacts == 0) + return; + + /* bound check if there is at least one transaction to remove */ + if (!NormalTransactionIdPrecedes(InitialRunningXacts[0], + builder->xmin)) + return; + + /* + * purge xids in InitialRunningXacts as well. The purged array must also + * be sorted in xidComparator order. + */ + workspace = + MemoryContextAlloc(builder->context, + NInitialRunningXacts * sizeof(TransactionId)); + surviving_xids = 0; + for (off = 0; off < NInitialRunningXacts; off++) + { + if (NormalTransactionIdPrecedes(InitialRunningXacts[off], + builder->xmin)) + ; /* remove */ + else + workspace[surviving_xids++] = InitialRunningXacts[off]; + } + + if (surviving_xids > 0) + memcpy(InitialRunningXacts, workspace, + sizeof(TransactionId) * surviving_xids); + else + { + pfree(InitialRunningXacts); + InitialRunningXacts = NULL; + } + + elog(DEBUG3, "purged initial running transactions from %u to %u, oldest running xid %u", + (uint32) NInitialRunningXacts, + (uint32) surviving_xids, + builder->xmin); + + NInitialRunningXacts = surviving_xids; + pfree(workspace); } /* @@ -1014,6 +1092,9 @@ else if (sub_needs_timetravel) { /* track toplevel txn as well, subxact alone isn't meaningful */ + elog(DEBUG2, "forced transaction %u to do timetravel due to one of its subtransactions", + xid); + needs_timetravel = true; SnapBuildAddCommittedTxn(builder, xid); } else if (needs_timetravel) @@ -1126,7 +1207,7 @@ builder->xmin = running->oldestRunningXid; /* Remove transactions we don't need to keep track off anymore */ - SnapBuildPurgeCommittedTxn(builder); + SnapBuildPurgeOlderTxn(builder); /* * Advance the xmin limit for the current replication slot, to allow @@ -1277,6 +1358,20 @@ else if (!builder->building_full_snapshot && SnapBuildRestore(builder, lsn)) { + int nxacts = running->subxcnt + running->xcnt; + Size sz = sizeof(TransactionId) * nxacts; + + /* + * Remember the transactions and subtransactions that were running + * when xl_running_xacts record that we decoded was written. We use + * this later to identify the transactions have performed catalog + * changes. See SnapBuildXidSetCatalogChanges. + */ + NInitialRunningXacts = nxacts; + InitialRunningXacts = MemoryContextAlloc(builder->context, sz); + memcpy(InitialRunningXacts, running->xids, sz); + qsort(InitialRunningXacts, nxacts, sizeof(TransactionId), xidComparator); + /* there won't be any state to cleanup */ return false; } @@ -1993,3 +2088,31 @@ } FreeDir(snap_dir); } + +/* + * If the given xid is in the list of the initial running xacts, we mark the + * transaction and its subtransactions as containing catalog changes. See + * comments for NInitialRunningXacts and InitialRunningXacts for additional + * info. + */ +void +SnapBuildXidSetCatalogChanges(SnapBuild *builder, TransactionId xid, int subxcnt, + TransactionId *subxacts, XLogRecPtr lsn) +{ + /* + * Skip if there is no initial running xacts information or the + * transaction is already marked as containing catalog changes. + */ + if (NInitialRunningXacts == 0 || + ReorderBufferXidHasCatalogChanges(builder->reorder, xid)) + return; + + if (bsearch(&xid, InitialRunningXacts, NInitialRunningXacts, + sizeof(TransactionId), xidComparator) != NULL) + { + ReorderBufferXidSetCatalogChanges(builder->reorder, xid, lsn); + + for (int i = 0; i < subxcnt; i++) + ReorderBufferXidSetCatalogChanges(builder->reorder, subxacts[i], lsn); + } +} diff -Nru postgresql-14-14.5/src/backend/replication/logical/worker.c postgresql-14-14.6/src/backend/replication/logical/worker.c --- postgresql-14-14.5/src/backend/replication/logical/worker.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/replication/logical/worker.c 2022-11-07 21:38:53.000000000 +0000 @@ -1707,6 +1707,15 @@ partrel = partrelinfo->ri_RelationDesc; /* + * Check for supported relkind. We need this since partitions might be of + * unsupported relkinds; and the set of partitions can change, so checking + * at CREATE/ALTER SUBSCRIPTION would be insufficient. + */ + CheckSubscriptionRelkind(partrel->rd_rel->relkind, + get_namespace_name(RelationGetNamespace(partrel)), + RelationGetRelationName(partrel)); + + /* * To perform any of the operations below, the tuple must match the * partition's rowtype. Convert if needed or just copy, using a dedicated * slot to store the tuple in any case. @@ -1759,6 +1768,7 @@ { TupleTableSlot *localslot; ResultRelInfo *partrelinfo_new; + Relation partrel_new; bool found; /* Get the matching local tuple from the partition. */ @@ -1842,7 +1852,6 @@ slot_getallattrs(remoteslot); } - /* Find the new partition. */ oldctx = MemoryContextSwitchTo(GetPerTupleMemoryContext(estate)); partrelinfo_new = ExecFindPartition(mtstate, relinfo, @@ -1850,6 +1859,12 @@ estate); MemoryContextSwitchTo(oldctx); Assert(partrelinfo_new != partrelinfo); + partrel_new = partrelinfo_new->ri_RelationDesc; + + /* Check that new partition also has supported relkind. */ + CheckSubscriptionRelkind(partrel_new->rd_rel->relkind, + get_namespace_name(RelationGetNamespace(partrel_new)), + RelationGetRelationName(partrel_new)); /* DELETE old tuple found in the old partition. */ apply_handle_delete_internal(edata, partrelinfo, @@ -1862,10 +1877,9 @@ * partition rowtype. */ oldctx = MemoryContextSwitchTo(GetPerTupleMemoryContext(estate)); - partrel = partrelinfo_new->ri_RelationDesc; remoteslot_part = partrelinfo_new->ri_PartitionTupleSlot; if (remoteslot_part == NULL) - remoteslot_part = table_slot_create(partrel, + remoteslot_part = table_slot_create(partrel_new, &estate->es_tupleTable); map = partrelinfo_new->ri_RootToPartitionMap; if (map != NULL) diff -Nru postgresql-14-14.5/src/backend/rewrite/rewriteDefine.c postgresql-14-14.6/src/backend/rewrite/rewriteDefine.c --- postgresql-14-14.5/src/backend/rewrite/rewriteDefine.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/rewrite/rewriteDefine.c 2022-11-07 21:38:53.000000000 +0000 @@ -531,6 +531,18 @@ RelationGetDescr(event_relation), false, false); } + + /* + * And finally, if it's not an ON SELECT rule then it must *not* be + * named _RETURN. This prevents accidentally or maliciously replacing + * a view's ON SELECT rule with some other kind of rule. + */ + if (strcmp(rulename, ViewSelectRuleName) == 0) + ereport(ERROR, + (errcode(ERRCODE_INVALID_OBJECT_DEFINITION), + errmsg("non-view rule for \"%s\" must not be named \"%s\"", + RelationGetRelationName(event_relation), + ViewSelectRuleName))); } /* diff -Nru postgresql-14-14.5/src/backend/rewrite/rewriteHandler.c postgresql-14-14.6/src/backend/rewrite/rewriteHandler.c --- postgresql-14-14.5/src/backend/rewrite/rewriteHandler.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/rewrite/rewriteHandler.c 2022-11-07 21:38:53.000000000 +0000 @@ -79,8 +79,9 @@ static Node *get_assignment_input(Node *node); static Bitmapset *findDefaultOnlyColumns(RangeTblEntry *rte); static bool rewriteValuesRTE(Query *parsetree, RangeTblEntry *rte, int rti, - Relation target_relation, bool force_nulls, + Relation target_relation, Bitmapset *unused_cols); +static void rewriteValuesRTEToNulls(Query *parsetree, RangeTblEntry *rte); static void markQueryForLocking(Query *qry, Node *jtnode, LockClauseStrength strength, LockWaitPolicy waitPolicy, bool pushedDown); @@ -1370,18 +1371,7 @@ * all DEFAULT items are replaced, and if the target relation doesn't have a * default, the value is explicitly set to NULL. * - * Additionally, if force_nulls is true, the target relation's defaults are - * ignored and all DEFAULT items in the VALUES list are explicitly set to - * NULL, regardless of the target relation's type. This is used for the - * product queries generated by DO ALSO rules attached to an auto-updatable - * view, for which we will have already called this function with force_nulls - * false. For these product queries, we must then force any remaining DEFAULT - * items to NULL to provide concrete values for the rule actions. - * Essentially, this is a mix of the 2 cases above --- the original query is - * an insert into an auto-updatable view, and the product queries are inserts - * into a rule-updatable view. - * - * Finally, if a DEFAULT item is found in a column mentioned in unused_cols, + * Also, if a DEFAULT item is found in a column mentioned in unused_cols, * it is explicitly set to NULL. This happens for columns in the VALUES RTE * whose corresponding targetlist entries have already been replaced with the * relation's default expressions, so that any values in those columns of the @@ -1404,7 +1394,7 @@ */ static bool rewriteValuesRTE(Query *parsetree, RangeTblEntry *rte, int rti, - Relation target_relation, bool force_nulls, + Relation target_relation, Bitmapset *unused_cols) { List *newValues; @@ -1414,15 +1404,16 @@ int numattrs; int *attrnos; + /* Steps below are not sensible for non-INSERT queries */ + Assert(parsetree->commandType == CMD_INSERT); + Assert(rte->rtekind == RTE_VALUES); + /* * Rebuilding all the lists is a pretty expensive proposition in a big * VALUES list, and it's a waste of time if there aren't any DEFAULT * placeholders. So first scan to see if there are any. - * - * We skip this check if force_nulls is true, because we know that there - * are DEFAULT items present in that case. */ - if (!force_nulls && !searchForDefault(rte)) + if (!searchForDefault(rte)) return true; /* nothing to do */ /* @@ -1456,12 +1447,10 @@ /* * Check if the target relation is an auto-updatable view, in which case * unresolved defaults will be left untouched rather than being set to - * NULL. If force_nulls is true, we always set DEFAULT items to NULL, so - * skip this check in that case --- it isn't an auto-updatable view. + * NULL. */ isAutoUpdatableView = false; - if (!force_nulls && - target_relation->rd_rel->relkind == RELKIND_VIEW && + if (target_relation->rd_rel->relkind == RELKIND_VIEW && !view_has_instead_trigger(target_relation, CMD_INSERT)) { List *locks; @@ -1535,9 +1524,10 @@ if (attrno == 0) elog(ERROR, "cannot set value in column %d to DEFAULT", i); + Assert(attrno > 0 && attrno <= target_relation->rd_att->natts); att_tup = TupleDescAttr(target_relation->rd_att, attrno - 1); - if (!force_nulls && !att_tup->attisdropped) + if (!att_tup->attisdropped) new_expr = build_column_default(target_relation, attrno); else new_expr = NULL; /* force a NULL if dropped */ @@ -1587,6 +1577,50 @@ return allReplaced; } +/* + * Mop up any remaining DEFAULT items in the given VALUES RTE by + * replacing them with NULL constants. + * + * This is used for the product queries generated by DO ALSO rules attached to + * an auto-updatable view. The action can't depend on the "target relation" + * since the product query might not have one (it needn't be an INSERT). + * Essentially, such queries are treated as being attached to a rule-updatable + * view. + */ +static void +rewriteValuesRTEToNulls(Query *parsetree, RangeTblEntry *rte) +{ + List *newValues; + ListCell *lc; + + Assert(rte->rtekind == RTE_VALUES); + newValues = NIL; + foreach(lc, rte->values_lists) + { + List *sublist = (List *) lfirst(lc); + List *newList = NIL; + ListCell *lc2; + + foreach(lc2, sublist) + { + Node *col = (Node *) lfirst(lc2); + + if (IsA(col, SetToDefault)) + { + SetToDefault *def = (SetToDefault *) col; + + newList = lappend(newList, makeNullConst(def->typeId, + def->typeMod, + def->collation)); + } + else + newList = lappend(newList, col); + } + newValues = lappend(newValues, newList); + } + rte->values_lists = newValues; +} + /* * Record in target_rte->extraUpdatedCols the indexes of any generated columns @@ -3736,7 +3770,7 @@ &unused_values_attrnos); /* ... and the VALUES expression lists */ if (!rewriteValuesRTE(parsetree, values_rte, values_rte_index, - rt_entry_relation, false, + rt_entry_relation, unused_values_attrnos)) defaults_remaining = true; } @@ -3817,10 +3851,7 @@ RangeTblEntry *values_rte = rt_fetch(values_rte_index, pt->rtable); - rewriteValuesRTE(pt, values_rte, values_rte_index, - rt_entry_relation, - true, /* Force remaining defaults to NULL */ - NULL); + rewriteValuesRTEToNulls(pt, values_rte); } } diff -Nru postgresql-14-14.5/src/backend/snowball/dict_snowball.c postgresql-14-14.6/src/backend/snowball/dict_snowball.c --- postgresql-14-14.5/src/backend/snowball/dict_snowball.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/snowball/dict_snowball.c 2022-11-07 21:38:53.000000000 +0000 @@ -275,8 +275,24 @@ char *txt = lowerstr_with_len(in, len); TSLexeme *res = palloc0(sizeof(TSLexeme) * 2); - if (*txt == '\0' || searchstoplist(&(d->stoplist), txt)) + /* + * Do not pass strings exceeding 1000 bytes to the stemmer, as they're + * surely not words in any human language. This restriction avoids + * wasting cycles on stuff like base64-encoded data, and it protects us + * against possible inefficiency or misbehavior in the stemmer. (For + * example, the Turkish stemmer has an indefinite recursion, so it can + * crash on long-enough strings.) However, Snowball dictionaries are + * defined to recognize all strings, so we can't reject the string as an + * unknown word. + */ + if (len > 1000) { + /* return the lexeme lowercased, but otherwise unmodified */ + res->lexeme = txt; + } + else if (*txt == '\0' || searchstoplist(&(d->stoplist), txt)) + { + /* empty or stopword, so report as stopword */ pfree(txt); } else diff -Nru postgresql-14-14.5/src/backend/storage/ipc/pmsignal.c postgresql-14-14.6/src/backend/storage/ipc/pmsignal.c --- postgresql-14-14.5/src/backend/storage/ipc/pmsignal.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/storage/ipc/pmsignal.c 2022-11-07 21:38:53.000000000 +0000 @@ -26,6 +26,7 @@ #include "replication/walsender.h" #include "storage/pmsignal.h" #include "storage/shmem.h" +#include "utils/memutils.h" /* @@ -75,13 +76,22 @@ QuitSignalReason sigquit_reason; /* why SIGQUIT was sent */ /* per-child-process flags */ int num_child_flags; /* # of entries in PMChildFlags[] */ - int next_child_flag; /* next slot to try to assign */ sig_atomic_t PMChildFlags[FLEXIBLE_ARRAY_MEMBER]; }; +/* PMSignalState pointer is valid in both postmaster and child processes */ NON_EXEC_STATIC volatile PMSignalData *PMSignalState = NULL; /* + * These static variables are valid only in the postmaster. We keep a + * duplicative private array so that we can trust its state even if some + * failing child has clobbered the PMSignalData struct in shared memory. + */ +static int num_child_inuse; /* # of entries in PMChildInUse[] */ +static int next_child_inuse; /* next slot to try to assign */ +static bool *PMChildInUse; /* true if i'th flag slot is assigned */ + +/* * Signal handler to be notified if postmaster dies. */ #ifdef USE_POSTMASTER_DEATH_SIGNAL @@ -142,7 +152,25 @@ { /* initialize all flags to zeroes */ MemSet(unvolatize(PMSignalData *, PMSignalState), 0, PMSignalShmemSize()); - PMSignalState->num_child_flags = MaxLivePostmasterChildren(); + num_child_inuse = MaxLivePostmasterChildren(); + PMSignalState->num_child_flags = num_child_inuse; + + /* + * Also allocate postmaster's private PMChildInUse[] array. We + * might've already done that in a previous shared-memory creation + * cycle, in which case free the old array to avoid a leak. (Do it + * like this to support the possibility that MaxLivePostmasterChildren + * changed.) In a standalone backend, we do not need this. + */ + if (PostmasterContext != NULL) + { + if (PMChildInUse) + pfree(PMChildInUse); + PMChildInUse = (bool *) + MemoryContextAllocZero(PostmasterContext, + num_child_inuse * sizeof(bool)); + } + next_child_inuse = 0; } } @@ -218,21 +246,24 @@ int AssignPostmasterChildSlot(void) { - int slot = PMSignalState->next_child_flag; + int slot = next_child_inuse; int n; /* - * Scan for a free slot. We track the last slot assigned so as not to - * waste time repeatedly rescanning low-numbered slots. + * Scan for a free slot. Notice that we trust nothing about the contents + * of PMSignalState, but use only postmaster-local data for this decision. + * We track the last slot assigned so as not to waste time repeatedly + * rescanning low-numbered slots. */ - for (n = PMSignalState->num_child_flags; n > 0; n--) + for (n = num_child_inuse; n > 0; n--) { if (--slot < 0) - slot = PMSignalState->num_child_flags - 1; - if (PMSignalState->PMChildFlags[slot] == PM_CHILD_UNUSED) + slot = num_child_inuse - 1; + if (!PMChildInUse[slot]) { + PMChildInUse[slot] = true; PMSignalState->PMChildFlags[slot] = PM_CHILD_ASSIGNED; - PMSignalState->next_child_flag = slot; + next_child_inuse = slot; return slot + 1; } } @@ -254,7 +285,7 @@ { bool result; - Assert(slot > 0 && slot <= PMSignalState->num_child_flags); + Assert(slot > 0 && slot <= num_child_inuse); slot--; /* @@ -264,17 +295,18 @@ */ result = (PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED); PMSignalState->PMChildFlags[slot] = PM_CHILD_UNUSED; + PMChildInUse[slot] = false; return result; } /* * IsPostmasterChildWalSender - check if given slot is in use by a - * walsender process. + * walsender process. This is called only by the postmaster. */ bool IsPostmasterChildWalSender(int slot) { - Assert(slot > 0 && slot <= PMSignalState->num_child_flags); + Assert(slot > 0 && slot <= num_child_inuse); slot--; if (PMSignalState->PMChildFlags[slot] == PM_CHILD_WALSENDER) diff -Nru postgresql-14-14.5/src/backend/tsearch/spell.c postgresql-14-14.6/src/backend/tsearch/spell.c --- postgresql-14-14.5/src/backend/tsearch/spell.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/tsearch/spell.c 2022-11-07 21:38:53.000000000 +0000 @@ -63,6 +63,7 @@ #include "postgres.h" #include "catalog/pg_collation.h" +#include "miscadmin.h" #include "tsearch/dicts/spell.h" #include "tsearch/ts_locale.h" #include "utils/memutils.h" @@ -2399,6 +2400,9 @@ char *notprobed; int compoundflag = 0; + /* since this function recurses, it could be driven to stack overflow */ + check_stack_depth(); + notprobed = (char *) palloc(wordlen); memset(notprobed, 1, wordlen); var = CopyVar(orig, 1); diff -Nru postgresql-14-14.5/src/backend/utils/adt/acl.c postgresql-14-14.6/src/backend/utils/adt/acl.c --- postgresql-14-14.5/src/backend/utils/adt/acl.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/acl.c 2022-11-07 21:38:53.000000000 +0000 @@ -5226,7 +5226,7 @@ /* * Given a RoleSpec, throw an error if the name is reserved, using detail_msg, - * if provided. + * if provided (which must be already translated). * * If node is NULL, no error is thrown. If detail_msg is NULL then no detail * message is provided. @@ -5247,7 +5247,7 @@ (errcode(ERRCODE_RESERVED_NAME), errmsg("role name \"%s\" is reserved", role->rolename), - errdetail("%s", detail_msg))); + errdetail_internal("%s", detail_msg))); else ereport(ERROR, (errcode(ERRCODE_RESERVED_NAME), diff -Nru postgresql-14-14.5/src/backend/utils/adt/array_typanalyze.c postgresql-14-14.6/src/backend/utils/adt/array_typanalyze.c --- postgresql-14-14.5/src/backend/utils/adt/array_typanalyze.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/array_typanalyze.c 2022-11-07 21:38:53.000000000 +0000 @@ -218,7 +218,6 @@ { ArrayAnalyzeExtraData *extra_data; int num_mcelem; - int null_cnt = 0; int null_elem_cnt = 0; int analyzed_rows = 0; @@ -320,8 +319,7 @@ value = fetchfunc(stats, array_no, &isnull); if (isnull) { - /* array is null, just count that */ - null_cnt++; + /* ignore arrays that are null overall */ continue; } diff -Nru postgresql-14-14.5/src/backend/utils/adt/geo_ops.c postgresql-14-14.6/src/backend/utils/adt/geo_ops.c --- postgresql-14-14.5/src/backend/utils/adt/geo_ops.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/geo_ops.c 2022-11-07 21:38:53.000000000 +0000 @@ -3919,6 +3919,9 @@ bool res = true, intersection = false; + /* since this function recurses, it could be driven to stack overflow */ + check_stack_depth(); + t.p[0] = *a; t.p[1] = *b; s.p[0] = poly->p[(start == 0) ? (poly->npts - 1) : (start - 1)]; @@ -4760,7 +4763,7 @@ CIRCLE *circle1 = PG_GETARG_CIRCLE_P(0); CIRCLE *circle2 = PG_GETARG_CIRCLE_P(1); - PG_RETURN_BOOL(((isnan(circle1->radius) && isnan(circle1->radius)) || + PG_RETURN_BOOL(((isnan(circle1->radius) && isnan(circle2->radius)) || FPeq(circle1->radius, circle2->radius)) && point_eq_point(&circle1->center, &circle2->center)); } diff -Nru postgresql-14-14.5/src/backend/utils/adt/jsonfuncs.c postgresql-14-14.6/src/backend/utils/adt/jsonfuncs.c --- postgresql-14-14.5/src/backend/utils/adt/jsonfuncs.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/jsonfuncs.c 2022-11-07 21:38:53.000000000 +0000 @@ -615,13 +615,13 @@ ereport(ERROR, (errcode(ERRCODE_UNTRANSLATABLE_CHARACTER), errmsg("unsupported Unicode escape sequence"), - errdetail("%s", json_errdetail(error, lex)), + errdetail_internal("%s", json_errdetail(error, lex)), report_json_context(lex))); else ereport(ERROR, (errcode(ERRCODE_INVALID_TEXT_REPRESENTATION), errmsg("invalid input syntax for type %s", "json"), - errdetail("%s", json_errdetail(error, lex)), + errdetail_internal("%s", json_errdetail(error, lex)), report_json_context(lex))); } diff -Nru postgresql-14-14.5/src/backend/utils/adt/jsonpath_gram.c postgresql-14-14.6/src/backend/utils/adt/jsonpath_gram.c --- postgresql-14-14.5/src/backend/utils/adt/jsonpath_gram.c 2022-08-08 20:59:03.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/jsonpath_gram.c 2022-11-07 22:01:09.000000000 +0000 @@ -722,17 +722,17 @@ /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_int16 yyrline[] = { - 0, 129, 129, 134, 138, 139, 143, 144, 145, 149, - 150, 151, 152, 153, 154, 155, 159, 160, 161, 162, - 163, 164, 168, 169, 173, 174, 175, 176, 177, 178, - 180, 182, 183, 188, 189, 193, 194, 195, 196, 200, - 201, 202, 203, 207, 208, 209, 210, 211, 212, 213, - 214, 215, 219, 220, 224, 225, 229, 230, 234, 235, - 239, 240, 241, 246, 247, 248, 249, 250, 251, 253, - 257, 261, 262, 266, 270, 271, 272, 273, 274, 275, - 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, - 286, 287, 288, 289, 290, 291, 292, 293, 297, 298, - 299, 300, 301, 302, 303 + 0, 129, 129, 135, 139, 140, 144, 145, 146, 150, + 151, 152, 153, 154, 155, 156, 160, 161, 162, 163, + 164, 165, 169, 170, 174, 175, 176, 177, 178, 179, + 181, 183, 184, 189, 190, 194, 195, 196, 197, 201, + 202, 203, 204, 208, 209, 210, 211, 212, 213, 214, + 215, 216, 220, 221, 225, 226, 230, 231, 235, 236, + 240, 241, 242, 247, 248, 249, 250, 251, 252, 254, + 258, 262, 263, 267, 271, 272, 273, 274, 275, 276, + 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, + 287, 288, 289, 290, 291, 292, 293, 294, 298, 299, + 300, 301, 302, 303, 304 }; #endif @@ -1445,480 +1445,481 @@ *result = palloc(sizeof(JsonPathParseResult)); (*result)->expr = (yyvsp[0].value); (*result)->lax = (yyvsp[-1].boolean); + (void) yynerrs; } -#line 1450 "jsonpath_gram.c" +#line 1451 "jsonpath_gram.c" break; case 3: /* result: %empty */ -#line 134 "jsonpath_gram.y" +#line 135 "jsonpath_gram.y" { *result = NULL; } -#line 1456 "jsonpath_gram.c" +#line 1457 "jsonpath_gram.c" break; case 4: /* expr_or_predicate: expr */ -#line 138 "jsonpath_gram.y" +#line 139 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1462 "jsonpath_gram.c" +#line 1463 "jsonpath_gram.c" break; case 5: /* expr_or_predicate: predicate */ -#line 139 "jsonpath_gram.y" +#line 140 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1468 "jsonpath_gram.c" +#line 1469 "jsonpath_gram.c" break; case 6: /* mode: STRICT_P */ -#line 143 "jsonpath_gram.y" +#line 144 "jsonpath_gram.y" { (yyval.boolean) = false; } -#line 1474 "jsonpath_gram.c" +#line 1475 "jsonpath_gram.c" break; case 7: /* mode: LAX_P */ -#line 144 "jsonpath_gram.y" +#line 145 "jsonpath_gram.y" { (yyval.boolean) = true; } -#line 1480 "jsonpath_gram.c" +#line 1481 "jsonpath_gram.c" break; case 8: /* mode: %empty */ -#line 145 "jsonpath_gram.y" +#line 146 "jsonpath_gram.y" { (yyval.boolean) = true; } -#line 1486 "jsonpath_gram.c" +#line 1487 "jsonpath_gram.c" break; case 9: /* scalar_value: STRING_P */ -#line 149 "jsonpath_gram.y" +#line 150 "jsonpath_gram.y" { (yyval.value) = makeItemString(&(yyvsp[0].str)); } -#line 1492 "jsonpath_gram.c" +#line 1493 "jsonpath_gram.c" break; case 10: /* scalar_value: NULL_P */ -#line 150 "jsonpath_gram.y" +#line 151 "jsonpath_gram.y" { (yyval.value) = makeItemString(NULL); } -#line 1498 "jsonpath_gram.c" +#line 1499 "jsonpath_gram.c" break; case 11: /* scalar_value: TRUE_P */ -#line 151 "jsonpath_gram.y" +#line 152 "jsonpath_gram.y" { (yyval.value) = makeItemBool(true); } -#line 1504 "jsonpath_gram.c" +#line 1505 "jsonpath_gram.c" break; case 12: /* scalar_value: FALSE_P */ -#line 152 "jsonpath_gram.y" +#line 153 "jsonpath_gram.y" { (yyval.value) = makeItemBool(false); } -#line 1510 "jsonpath_gram.c" +#line 1511 "jsonpath_gram.c" break; case 13: /* scalar_value: NUMERIC_P */ -#line 153 "jsonpath_gram.y" +#line 154 "jsonpath_gram.y" { (yyval.value) = makeItemNumeric(&(yyvsp[0].str)); } -#line 1516 "jsonpath_gram.c" +#line 1517 "jsonpath_gram.c" break; case 14: /* scalar_value: INT_P */ -#line 154 "jsonpath_gram.y" +#line 155 "jsonpath_gram.y" { (yyval.value) = makeItemNumeric(&(yyvsp[0].str)); } -#line 1522 "jsonpath_gram.c" +#line 1523 "jsonpath_gram.c" break; case 15: /* scalar_value: VARIABLE_P */ -#line 155 "jsonpath_gram.y" +#line 156 "jsonpath_gram.y" { (yyval.value) = makeItemVariable(&(yyvsp[0].str)); } -#line 1528 "jsonpath_gram.c" +#line 1529 "jsonpath_gram.c" break; case 16: /* comp_op: EQUAL_P */ -#line 159 "jsonpath_gram.y" +#line 160 "jsonpath_gram.y" { (yyval.optype) = jpiEqual; } -#line 1534 "jsonpath_gram.c" +#line 1535 "jsonpath_gram.c" break; case 17: /* comp_op: NOTEQUAL_P */ -#line 160 "jsonpath_gram.y" +#line 161 "jsonpath_gram.y" { (yyval.optype) = jpiNotEqual; } -#line 1540 "jsonpath_gram.c" +#line 1541 "jsonpath_gram.c" break; case 18: /* comp_op: LESS_P */ -#line 161 "jsonpath_gram.y" +#line 162 "jsonpath_gram.y" { (yyval.optype) = jpiLess; } -#line 1546 "jsonpath_gram.c" +#line 1547 "jsonpath_gram.c" break; case 19: /* comp_op: GREATER_P */ -#line 162 "jsonpath_gram.y" +#line 163 "jsonpath_gram.y" { (yyval.optype) = jpiGreater; } -#line 1552 "jsonpath_gram.c" +#line 1553 "jsonpath_gram.c" break; case 20: /* comp_op: LESSEQUAL_P */ -#line 163 "jsonpath_gram.y" +#line 164 "jsonpath_gram.y" { (yyval.optype) = jpiLessOrEqual; } -#line 1558 "jsonpath_gram.c" +#line 1559 "jsonpath_gram.c" break; case 21: /* comp_op: GREATEREQUAL_P */ -#line 164 "jsonpath_gram.y" +#line 165 "jsonpath_gram.y" { (yyval.optype) = jpiGreaterOrEqual; } -#line 1564 "jsonpath_gram.c" +#line 1565 "jsonpath_gram.c" break; case 22: /* delimited_predicate: '(' predicate ')' */ -#line 168 "jsonpath_gram.y" +#line 169 "jsonpath_gram.y" { (yyval.value) = (yyvsp[-1].value); } -#line 1570 "jsonpath_gram.c" +#line 1571 "jsonpath_gram.c" break; case 23: /* delimited_predicate: EXISTS_P '(' expr ')' */ -#line 169 "jsonpath_gram.y" +#line 170 "jsonpath_gram.y" { (yyval.value) = makeItemUnary(jpiExists, (yyvsp[-1].value)); } -#line 1576 "jsonpath_gram.c" +#line 1577 "jsonpath_gram.c" break; case 24: /* predicate: delimited_predicate */ -#line 173 "jsonpath_gram.y" +#line 174 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1582 "jsonpath_gram.c" +#line 1583 "jsonpath_gram.c" break; case 25: /* predicate: expr comp_op expr */ -#line 174 "jsonpath_gram.y" +#line 175 "jsonpath_gram.y" { (yyval.value) = makeItemBinary((yyvsp[-1].optype), (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1588 "jsonpath_gram.c" +#line 1589 "jsonpath_gram.c" break; case 26: /* predicate: predicate AND_P predicate */ -#line 175 "jsonpath_gram.y" +#line 176 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiAnd, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1594 "jsonpath_gram.c" +#line 1595 "jsonpath_gram.c" break; case 27: /* predicate: predicate OR_P predicate */ -#line 176 "jsonpath_gram.y" +#line 177 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiOr, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1600 "jsonpath_gram.c" +#line 1601 "jsonpath_gram.c" break; case 28: /* predicate: NOT_P delimited_predicate */ -#line 177 "jsonpath_gram.y" +#line 178 "jsonpath_gram.y" { (yyval.value) = makeItemUnary(jpiNot, (yyvsp[0].value)); } -#line 1606 "jsonpath_gram.c" +#line 1607 "jsonpath_gram.c" break; case 29: /* predicate: '(' predicate ')' IS_P UNKNOWN_P */ -#line 179 "jsonpath_gram.y" +#line 180 "jsonpath_gram.y" { (yyval.value) = makeItemUnary(jpiIsUnknown, (yyvsp[-3].value)); } -#line 1612 "jsonpath_gram.c" +#line 1613 "jsonpath_gram.c" break; case 30: /* predicate: expr STARTS_P WITH_P starts_with_initial */ -#line 181 "jsonpath_gram.y" +#line 182 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiStartsWith, (yyvsp[-3].value), (yyvsp[0].value)); } -#line 1618 "jsonpath_gram.c" +#line 1619 "jsonpath_gram.c" break; case 31: /* predicate: expr LIKE_REGEX_P STRING_P */ -#line 182 "jsonpath_gram.y" +#line 183 "jsonpath_gram.y" { (yyval.value) = makeItemLikeRegex((yyvsp[-2].value), &(yyvsp[0].str), NULL); } -#line 1624 "jsonpath_gram.c" +#line 1625 "jsonpath_gram.c" break; case 32: /* predicate: expr LIKE_REGEX_P STRING_P FLAG_P STRING_P */ -#line 184 "jsonpath_gram.y" +#line 185 "jsonpath_gram.y" { (yyval.value) = makeItemLikeRegex((yyvsp[-4].value), &(yyvsp[-2].str), &(yyvsp[0].str)); } -#line 1630 "jsonpath_gram.c" +#line 1631 "jsonpath_gram.c" break; case 33: /* starts_with_initial: STRING_P */ -#line 188 "jsonpath_gram.y" +#line 189 "jsonpath_gram.y" { (yyval.value) = makeItemString(&(yyvsp[0].str)); } -#line 1636 "jsonpath_gram.c" +#line 1637 "jsonpath_gram.c" break; case 34: /* starts_with_initial: VARIABLE_P */ -#line 189 "jsonpath_gram.y" +#line 190 "jsonpath_gram.y" { (yyval.value) = makeItemVariable(&(yyvsp[0].str)); } -#line 1642 "jsonpath_gram.c" +#line 1643 "jsonpath_gram.c" break; case 35: /* path_primary: scalar_value */ -#line 193 "jsonpath_gram.y" +#line 194 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1648 "jsonpath_gram.c" +#line 1649 "jsonpath_gram.c" break; case 36: /* path_primary: '$' */ -#line 194 "jsonpath_gram.y" +#line 195 "jsonpath_gram.y" { (yyval.value) = makeItemType(jpiRoot); } -#line 1654 "jsonpath_gram.c" +#line 1655 "jsonpath_gram.c" break; case 37: /* path_primary: '@' */ -#line 195 "jsonpath_gram.y" +#line 196 "jsonpath_gram.y" { (yyval.value) = makeItemType(jpiCurrent); } -#line 1660 "jsonpath_gram.c" +#line 1661 "jsonpath_gram.c" break; case 38: /* path_primary: LAST_P */ -#line 196 "jsonpath_gram.y" +#line 197 "jsonpath_gram.y" { (yyval.value) = makeItemType(jpiLast); } -#line 1666 "jsonpath_gram.c" +#line 1667 "jsonpath_gram.c" break; case 39: /* accessor_expr: path_primary */ -#line 200 "jsonpath_gram.y" +#line 201 "jsonpath_gram.y" { (yyval.elems) = list_make1((yyvsp[0].value)); } -#line 1672 "jsonpath_gram.c" +#line 1673 "jsonpath_gram.c" break; case 40: /* accessor_expr: '(' expr ')' accessor_op */ -#line 201 "jsonpath_gram.y" +#line 202 "jsonpath_gram.y" { (yyval.elems) = list_make2((yyvsp[-2].value), (yyvsp[0].value)); } -#line 1678 "jsonpath_gram.c" +#line 1679 "jsonpath_gram.c" break; case 41: /* accessor_expr: '(' predicate ')' accessor_op */ -#line 202 "jsonpath_gram.y" +#line 203 "jsonpath_gram.y" { (yyval.elems) = list_make2((yyvsp[-2].value), (yyvsp[0].value)); } -#line 1684 "jsonpath_gram.c" +#line 1685 "jsonpath_gram.c" break; case 42: /* accessor_expr: accessor_expr accessor_op */ -#line 203 "jsonpath_gram.y" +#line 204 "jsonpath_gram.y" { (yyval.elems) = lappend((yyvsp[-1].elems), (yyvsp[0].value)); } -#line 1690 "jsonpath_gram.c" +#line 1691 "jsonpath_gram.c" break; case 43: /* expr: accessor_expr */ -#line 207 "jsonpath_gram.y" +#line 208 "jsonpath_gram.y" { (yyval.value) = makeItemList((yyvsp[0].elems)); } -#line 1696 "jsonpath_gram.c" +#line 1697 "jsonpath_gram.c" break; case 44: /* expr: '(' expr ')' */ -#line 208 "jsonpath_gram.y" +#line 209 "jsonpath_gram.y" { (yyval.value) = (yyvsp[-1].value); } -#line 1702 "jsonpath_gram.c" +#line 1703 "jsonpath_gram.c" break; case 45: /* expr: '+' expr */ -#line 209 "jsonpath_gram.y" +#line 210 "jsonpath_gram.y" { (yyval.value) = makeItemUnary(jpiPlus, (yyvsp[0].value)); } -#line 1708 "jsonpath_gram.c" +#line 1709 "jsonpath_gram.c" break; case 46: /* expr: '-' expr */ -#line 210 "jsonpath_gram.y" +#line 211 "jsonpath_gram.y" { (yyval.value) = makeItemUnary(jpiMinus, (yyvsp[0].value)); } -#line 1714 "jsonpath_gram.c" +#line 1715 "jsonpath_gram.c" break; case 47: /* expr: expr '+' expr */ -#line 211 "jsonpath_gram.y" +#line 212 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiAdd, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1720 "jsonpath_gram.c" +#line 1721 "jsonpath_gram.c" break; case 48: /* expr: expr '-' expr */ -#line 212 "jsonpath_gram.y" +#line 213 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiSub, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1726 "jsonpath_gram.c" +#line 1727 "jsonpath_gram.c" break; case 49: /* expr: expr '*' expr */ -#line 213 "jsonpath_gram.y" +#line 214 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiMul, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1732 "jsonpath_gram.c" +#line 1733 "jsonpath_gram.c" break; case 50: /* expr: expr '/' expr */ -#line 214 "jsonpath_gram.y" +#line 215 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiDiv, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1738 "jsonpath_gram.c" +#line 1739 "jsonpath_gram.c" break; case 51: /* expr: expr '%' expr */ -#line 215 "jsonpath_gram.y" +#line 216 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiMod, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1744 "jsonpath_gram.c" +#line 1745 "jsonpath_gram.c" break; case 52: /* index_elem: expr */ -#line 219 "jsonpath_gram.y" +#line 220 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiSubscript, (yyvsp[0].value), NULL); } -#line 1750 "jsonpath_gram.c" +#line 1751 "jsonpath_gram.c" break; case 53: /* index_elem: expr TO_P expr */ -#line 220 "jsonpath_gram.y" +#line 221 "jsonpath_gram.y" { (yyval.value) = makeItemBinary(jpiSubscript, (yyvsp[-2].value), (yyvsp[0].value)); } -#line 1756 "jsonpath_gram.c" +#line 1757 "jsonpath_gram.c" break; case 54: /* index_list: index_elem */ -#line 224 "jsonpath_gram.y" +#line 225 "jsonpath_gram.y" { (yyval.indexs) = list_make1((yyvsp[0].value)); } -#line 1762 "jsonpath_gram.c" +#line 1763 "jsonpath_gram.c" break; case 55: /* index_list: index_list ',' index_elem */ -#line 225 "jsonpath_gram.y" +#line 226 "jsonpath_gram.y" { (yyval.indexs) = lappend((yyvsp[-2].indexs), (yyvsp[0].value)); } -#line 1768 "jsonpath_gram.c" +#line 1769 "jsonpath_gram.c" break; case 56: /* array_accessor: '[' '*' ']' */ -#line 229 "jsonpath_gram.y" +#line 230 "jsonpath_gram.y" { (yyval.value) = makeItemType(jpiAnyArray); } -#line 1774 "jsonpath_gram.c" +#line 1775 "jsonpath_gram.c" break; case 57: /* array_accessor: '[' index_list ']' */ -#line 230 "jsonpath_gram.y" +#line 231 "jsonpath_gram.y" { (yyval.value) = makeIndexArray((yyvsp[-1].indexs)); } -#line 1780 "jsonpath_gram.c" +#line 1781 "jsonpath_gram.c" break; case 58: /* any_level: INT_P */ -#line 234 "jsonpath_gram.y" +#line 235 "jsonpath_gram.y" { (yyval.integer) = pg_atoi((yyvsp[0].str).val, 4, 0); } -#line 1786 "jsonpath_gram.c" +#line 1787 "jsonpath_gram.c" break; case 59: /* any_level: LAST_P */ -#line 235 "jsonpath_gram.y" +#line 236 "jsonpath_gram.y" { (yyval.integer) = -1; } -#line 1792 "jsonpath_gram.c" +#line 1793 "jsonpath_gram.c" break; case 60: /* any_path: ANY_P */ -#line 239 "jsonpath_gram.y" +#line 240 "jsonpath_gram.y" { (yyval.value) = makeAny(0, -1); } -#line 1798 "jsonpath_gram.c" +#line 1799 "jsonpath_gram.c" break; case 61: /* any_path: ANY_P '{' any_level '}' */ -#line 240 "jsonpath_gram.y" +#line 241 "jsonpath_gram.y" { (yyval.value) = makeAny((yyvsp[-1].integer), (yyvsp[-1].integer)); } -#line 1804 "jsonpath_gram.c" +#line 1805 "jsonpath_gram.c" break; case 62: /* any_path: ANY_P '{' any_level TO_P any_level '}' */ -#line 242 "jsonpath_gram.y" +#line 243 "jsonpath_gram.y" { (yyval.value) = makeAny((yyvsp[-3].integer), (yyvsp[-1].integer)); } -#line 1810 "jsonpath_gram.c" +#line 1811 "jsonpath_gram.c" break; case 63: /* accessor_op: '.' key */ -#line 246 "jsonpath_gram.y" +#line 247 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1816 "jsonpath_gram.c" +#line 1817 "jsonpath_gram.c" break; case 64: /* accessor_op: '.' '*' */ -#line 247 "jsonpath_gram.y" +#line 248 "jsonpath_gram.y" { (yyval.value) = makeItemType(jpiAnyKey); } -#line 1822 "jsonpath_gram.c" +#line 1823 "jsonpath_gram.c" break; case 65: /* accessor_op: array_accessor */ -#line 248 "jsonpath_gram.y" +#line 249 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1828 "jsonpath_gram.c" +#line 1829 "jsonpath_gram.c" break; case 66: /* accessor_op: '.' any_path */ -#line 249 "jsonpath_gram.y" +#line 250 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1834 "jsonpath_gram.c" +#line 1835 "jsonpath_gram.c" break; case 67: /* accessor_op: '.' method '(' ')' */ -#line 250 "jsonpath_gram.y" +#line 251 "jsonpath_gram.y" { (yyval.value) = makeItemType((yyvsp[-2].optype)); } -#line 1840 "jsonpath_gram.c" +#line 1841 "jsonpath_gram.c" break; case 68: /* accessor_op: '.' DATETIME_P '(' opt_datetime_template ')' */ -#line 252 "jsonpath_gram.y" +#line 253 "jsonpath_gram.y" { (yyval.value) = makeItemUnary(jpiDatetime, (yyvsp[-1].value)); } -#line 1846 "jsonpath_gram.c" +#line 1847 "jsonpath_gram.c" break; case 69: /* accessor_op: '?' '(' predicate ')' */ -#line 253 "jsonpath_gram.y" +#line 254 "jsonpath_gram.y" { (yyval.value) = makeItemUnary(jpiFilter, (yyvsp[-1].value)); } -#line 1852 "jsonpath_gram.c" +#line 1853 "jsonpath_gram.c" break; case 70: /* datetime_template: STRING_P */ -#line 257 "jsonpath_gram.y" +#line 258 "jsonpath_gram.y" { (yyval.value) = makeItemString(&(yyvsp[0].str)); } -#line 1858 "jsonpath_gram.c" +#line 1859 "jsonpath_gram.c" break; case 71: /* opt_datetime_template: datetime_template */ -#line 261 "jsonpath_gram.y" +#line 262 "jsonpath_gram.y" { (yyval.value) = (yyvsp[0].value); } -#line 1864 "jsonpath_gram.c" +#line 1865 "jsonpath_gram.c" break; case 72: /* opt_datetime_template: %empty */ -#line 262 "jsonpath_gram.y" +#line 263 "jsonpath_gram.y" { (yyval.value) = NULL; } -#line 1870 "jsonpath_gram.c" +#line 1871 "jsonpath_gram.c" break; case 73: /* key: key_name */ -#line 266 "jsonpath_gram.y" +#line 267 "jsonpath_gram.y" { (yyval.value) = makeItemKey(&(yyvsp[0].str)); } -#line 1876 "jsonpath_gram.c" +#line 1877 "jsonpath_gram.c" break; case 98: /* method: ABS_P */ -#line 297 "jsonpath_gram.y" +#line 298 "jsonpath_gram.y" { (yyval.optype) = jpiAbs; } -#line 1882 "jsonpath_gram.c" +#line 1883 "jsonpath_gram.c" break; case 99: /* method: SIZE_P */ -#line 298 "jsonpath_gram.y" +#line 299 "jsonpath_gram.y" { (yyval.optype) = jpiSize; } -#line 1888 "jsonpath_gram.c" +#line 1889 "jsonpath_gram.c" break; case 100: /* method: TYPE_P */ -#line 299 "jsonpath_gram.y" +#line 300 "jsonpath_gram.y" { (yyval.optype) = jpiType; } -#line 1894 "jsonpath_gram.c" +#line 1895 "jsonpath_gram.c" break; case 101: /* method: FLOOR_P */ -#line 300 "jsonpath_gram.y" +#line 301 "jsonpath_gram.y" { (yyval.optype) = jpiFloor; } -#line 1900 "jsonpath_gram.c" +#line 1901 "jsonpath_gram.c" break; case 102: /* method: DOUBLE_P */ -#line 301 "jsonpath_gram.y" +#line 302 "jsonpath_gram.y" { (yyval.optype) = jpiDouble; } -#line 1906 "jsonpath_gram.c" +#line 1907 "jsonpath_gram.c" break; case 103: /* method: CEILING_P */ -#line 302 "jsonpath_gram.y" +#line 303 "jsonpath_gram.y" { (yyval.optype) = jpiCeiling; } -#line 1912 "jsonpath_gram.c" +#line 1913 "jsonpath_gram.c" break; case 104: /* method: KEYVALUE_P */ -#line 303 "jsonpath_gram.y" +#line 304 "jsonpath_gram.y" { (yyval.optype) = jpiKeyValue; } -#line 1918 "jsonpath_gram.c" +#line 1919 "jsonpath_gram.c" break; -#line 1922 "jsonpath_gram.c" +#line 1923 "jsonpath_gram.c" default: break; } @@ -2112,7 +2113,7 @@ return yyresult; } -#line 305 "jsonpath_gram.y" +#line 306 "jsonpath_gram.y" /* diff -Nru postgresql-14-14.5/src/backend/utils/adt/jsonpath_gram.y postgresql-14-14.6/src/backend/utils/adt/jsonpath_gram.y --- postgresql-14-14.5/src/backend/utils/adt/jsonpath_gram.y 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/jsonpath_gram.y 2022-11-07 21:38:53.000000000 +0000 @@ -130,6 +130,7 @@ *result = palloc(sizeof(JsonPathParseResult)); (*result)->expr = $2; (*result)->lax = $1; + (void) yynerrs; } | /* EMPTY */ { *result = NULL; } ; diff -Nru postgresql-14-14.5/src/backend/utils/adt/like_support.c postgresql-14-14.6/src/backend/utils/adt/like_support.c --- postgresql-14-14.5/src/backend/utils/adt/like_support.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/like_support.c 2022-11-07 21:38:53.000000000 +0000 @@ -44,6 +44,7 @@ #include "catalog/pg_statistic.h" #include "catalog/pg_type.h" #include "mb/pg_wchar.h" +#include "miscadmin.h" #include "nodes/makefuncs.h" #include "nodes/nodeFuncs.h" #include "nodes/supportnodes.h" @@ -1338,6 +1339,9 @@ int paren_pos = 0; /* dummy init to keep compiler quiet */ int pos; + /* since this function recurses, it could be driven to stack overflow */ + check_stack_depth(); + for (pos = 0; pos < pattlen; pos++) { if (patt[pos] == '(') diff -Nru postgresql-14-14.5/src/backend/utils/adt/ruleutils.c postgresql-14-14.6/src/backend/utils/adt/ruleutils.c --- postgresql-14-14.5/src/backend/utils/adt/ruleutils.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/ruleutils.c 2022-11-07 21:38:53.000000000 +0000 @@ -7404,7 +7404,8 @@ /* * If it's a RowExpr that was expanded from a whole-row Var, use the - * column names attached to it. + * column names attached to it. (We could let get_expr_result_tupdesc() + * handle this, but it's much cheaper to just pull out the name we need.) */ if (IsA(var, RowExpr)) { diff -Nru postgresql-14-14.5/src/backend/utils/adt/varlena.c postgresql-14-14.6/src/backend/utils/adt/varlena.c --- postgresql-14-14.5/src/backend/utils/adt/varlena.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/adt/varlena.c 2022-11-07 21:38:53.000000000 +0000 @@ -80,8 +80,8 @@ char *buf1; /* 1st string, or abbreviation original string * buf */ char *buf2; /* 2nd string, or abbreviation strxfrm() buf */ - int buflen1; - int buflen2; + int buflen1; /* Allocated length of buf1 */ + int buflen2; /* Allocated length of buf2 */ int last_len1; /* Length of last buf1 string/strxfrm() input */ int last_len2; /* Length of last buf2 string/strxfrm() blob */ int last_returned; /* Last comparison result (cache) */ @@ -2340,15 +2340,13 @@ if (len1 >= sss->buflen1) { - pfree(sss->buf1); sss->buflen1 = Max(len1 + 1, Min(sss->buflen1 * 2, MaxAllocSize)); - sss->buf1 = MemoryContextAlloc(ssup->ssup_cxt, sss->buflen1); + sss->buf1 = repalloc(sss->buf1, sss->buflen1); } if (len2 >= sss->buflen2) { - pfree(sss->buf2); sss->buflen2 = Max(len2 + 1, Min(sss->buflen2 * 2, MaxAllocSize)); - sss->buf2 = MemoryContextAlloc(ssup->ssup_cxt, sss->buflen2); + sss->buf2 = repalloc(sss->buf2, sss->buflen2); } /* @@ -2549,9 +2547,8 @@ /* By convention, we use buffer 1 to store and NUL-terminate */ if (len >= sss->buflen1) { - pfree(sss->buf1); sss->buflen1 = Max(len + 1, Min(sss->buflen1 * 2, MaxAllocSize)); - sss->buf1 = palloc(sss->buflen1); + sss->buf1 = repalloc(sss->buf1, sss->buflen1); } /* Might be able to reuse strxfrm() blob from last call */ @@ -2638,10 +2635,9 @@ /* * Grow buffer and retry. */ - pfree(sss->buf2); sss->buflen2 = Max(bsize + 1, Min(sss->buflen2 * 2, MaxAllocSize)); - sss->buf2 = palloc(sss->buflen2); + sss->buf2 = repalloc(sss->buf2, sss->buflen2); } /* diff -Nru postgresql-14-14.5/src/backend/utils/fmgr/funcapi.c postgresql-14-14.6/src/backend/utils/fmgr/funcapi.c --- postgresql-14-14.5/src/backend/utils/fmgr/funcapi.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/fmgr/funcapi.c 2022-11-07 21:38:53.000000000 +0000 @@ -270,6 +270,40 @@ *resultTupleDesc = BlessTupleDesc(tupdesc); return TYPEFUNC_COMPOSITE; } + else if (expr && IsA(expr, Const) && + ((Const *) expr)->consttype == RECORDOID && + !((Const *) expr)->constisnull) + { + /* + * When EXPLAIN'ing some queries with SEARCH/CYCLE clauses, we may + * need to resolve field names of a RECORD-type Const. The datum + * should contain a typmod that will tell us that. + */ + HeapTupleHeader rec; + Oid tupType; + int32 tupTypmod; + + rec = DatumGetHeapTupleHeader(((Const *) expr)->constvalue); + tupType = HeapTupleHeaderGetTypeId(rec); + tupTypmod = HeapTupleHeaderGetTypMod(rec); + if (resultTypeId) + *resultTypeId = tupType; + if (tupType != RECORDOID || tupTypmod >= 0) + { + /* Should be able to look it up */ + if (resultTupleDesc) + *resultTupleDesc = lookup_rowtype_tupdesc_copy(tupType, + tupTypmod); + return TYPEFUNC_COMPOSITE; + } + else + { + /* This shouldn't really happen ... */ + if (resultTupleDesc) + *resultTupleDesc = NULL; + return TYPEFUNC_RECORD; + } + } else { /* handle as a generic expression; no chance to resolve RECORD */ diff -Nru postgresql-14-14.5/src/backend/utils/mmgr/slab.c postgresql-14-14.6/src/backend/utils/mmgr/slab.c --- postgresql-14-14.5/src/backend/utils/mmgr/slab.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/backend/utils/mmgr/slab.c 2022-11-07 21:38:53.000000000 +0000 @@ -56,6 +56,8 @@ #include "utils/memdebug.h" #include "utils/memutils.h" +#define Slab_BLOCKHDRSZ MAXALIGN(sizeof(SlabBlock)) + /* * SlabContext is a specialized implementation of MemoryContext. */ @@ -116,10 +118,10 @@ #define SlabChunkGetPointer(chk) \ ((void *)(((char *)(chk)) + sizeof(SlabChunk))) #define SlabBlockGetChunk(slab, block, idx) \ - ((SlabChunk *) ((char *) (block) + sizeof(SlabBlock) \ + ((SlabChunk *) ((char *) (block) + Slab_BLOCKHDRSZ \ + (idx * slab->fullChunkSize))) #define SlabBlockStart(block) \ - ((char *) block + sizeof(SlabBlock)) + ((char *) block + Slab_BLOCKHDRSZ) #define SlabChunkIndex(slab, block, chunk) \ (((char *) chunk - SlabBlockStart(block)) / slab->fullChunkSize) @@ -169,7 +171,7 @@ * chunkSize: allocation chunk size * * The chunkSize may not exceed: - * MAXALIGN_DOWN(SIZE_MAX) - MAXALIGN(sizeof(SlabBlock)) - sizeof(SlabChunk) + * MAXALIGN_DOWN(SIZE_MAX) - MAXALIGN(Slab_BLOCKHDRSZ) - sizeof(SlabChunk) */ MemoryContext SlabContextCreate(MemoryContext parent, @@ -199,12 +201,12 @@ fullChunkSize = sizeof(SlabChunk) + MAXALIGN(chunkSize); /* Make sure the block can store at least one chunk. */ - if (blockSize < fullChunkSize + sizeof(SlabBlock)) + if (blockSize < fullChunkSize + Slab_BLOCKHDRSZ) elog(ERROR, "block size %zu for slab is too small for %zu chunks", blockSize, chunkSize); /* Compute maximum number of chunks per block */ - chunksPerBlock = (blockSize - sizeof(SlabBlock)) / fullChunkSize; + chunksPerBlock = (blockSize - Slab_BLOCKHDRSZ) / fullChunkSize; /* The freelist starts with 0, ends with chunksPerBlock. */ freelistSize = sizeof(dlist_head) * (chunksPerBlock + 1); @@ -772,7 +774,7 @@ /* there might be sentinel (thanks to alignment) */ if (slab->chunkSize < (slab->fullChunkSize - sizeof(SlabChunk))) - if (!sentinel_ok(chunk, slab->chunkSize)) + if (!sentinel_ok(chunk, sizeof(SlabChunk) + slab->chunkSize)) elog(WARNING, "problem in slab %s: detected write past chunk end in block %p, chunk %p", name, block, chunk); } diff -Nru postgresql-14-14.5/src/bin/initdb/po/ru.po postgresql-14-14.6/src/bin/initdb/po/ru.po --- postgresql-14-14.5/src/bin/initdb/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/initdb/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -6,13 +6,13 @@ # Sergey Burladyan , 2009. # Andrey Sudnik , 2010. # Dmitriy Olshevskiy , 2014. -# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021. +# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: initdb (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2022-05-07 06:06+0300\n" -"PO-Revision-Date: 2021-09-04 11:38+0300\n" +"PO-Revision-Date: 2022-09-05 13:51+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -931,13 +931,13 @@ "It contains a dot-prefixed/invisible file, perhaps due to it being a mount " "point.\n" msgstr "" -"Он содержит файл с точкой (невидимый), возможно это точка монтирования.\n" +"Он содержит файл с точкой (невидимый), возможно, это точка монтирования.\n" #: initdb.c:2791 #, c-format msgid "" "It contains a lost+found directory, perhaps due to it being a mount point.\n" -msgstr "Он содержит подкаталог lost+found, возможно это точка монтирования.\n" +msgstr "Он содержит подкаталог lost+found, возможно, это точка монтирования.\n" #: initdb.c:2794 #, c-format diff -Nru postgresql-14-14.5/src/bin/pg_amcheck/po/ru.po postgresql-14-14.6/src/bin/pg_amcheck/po/ru.po --- postgresql-14-14.5/src/bin/pg_amcheck/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_amcheck/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: pg_amcheck (PostgreSQL) 14\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-05-07 06:06+0300\n" +"POT-Creation-Date: 2022-08-10 11:56+0300\n" "PO-Revision-Date: 2022-05-07 06:16+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -46,13 +46,13 @@ msgstr "%s" #: ../../fe_utils/query_utils.c:33 ../../fe_utils/query_utils.c:58 -#: pg_amcheck.c:1678 pg_amcheck.c:2126 +#: pg_amcheck.c:1680 pg_amcheck.c:2128 #, c-format msgid "query failed: %s" msgstr "ошибка при выполнении запроса: %s" #: ../../fe_utils/query_utils.c:34 ../../fe_utils/query_utils.c:59 -#: pg_amcheck.c:598 pg_amcheck.c:1128 pg_amcheck.c:1679 pg_amcheck.c:2127 +#: pg_amcheck.c:598 pg_amcheck.c:1130 pg_amcheck.c:1681 pg_amcheck.c:2129 #, c-format msgid "query was: %s" msgstr "запрос: %s" @@ -178,32 +178,32 @@ msgid "command was: %s" msgstr "команда: %s" -#: pg_amcheck.c:1041 +#: pg_amcheck.c:1043 #, c-format msgid "heap table \"%s.%s.%s\", block %s, offset %s, attribute %s:\n" msgstr "базовая таблица \"%s.%s.%s\", блок %s, смещение %s, атрибут %s:\n" -#: pg_amcheck.c:1048 +#: pg_amcheck.c:1050 #, c-format msgid "heap table \"%s.%s.%s\", block %s, offset %s:\n" msgstr "базовая таблица \"%s.%s.%s\", блок %s, смещение %s:\n" -#: pg_amcheck.c:1054 +#: pg_amcheck.c:1056 #, c-format msgid "heap table \"%s.%s.%s\", block %s:\n" msgstr "базовая таблица \"%s.%s.%s\", блок %s:\n" -#: pg_amcheck.c:1059 pg_amcheck.c:1070 +#: pg_amcheck.c:1061 pg_amcheck.c:1072 #, c-format msgid "heap table \"%s.%s.%s\":\n" msgstr "базовая таблица \"%s.%s.%s\":\n" -#: pg_amcheck.c:1074 pg_amcheck.c:1143 +#: pg_amcheck.c:1076 pg_amcheck.c:1145 #, c-format msgid "query was: %s\n" msgstr "запрос: %s\n" -#: pg_amcheck.c:1125 +#: pg_amcheck.c:1127 #, c-format msgid "" "btree index \"%s.%s.%s\": btree checking function returned unexpected number " @@ -212,17 +212,17 @@ "индекс btree \"%s.%s.%s\": функция проверки btree выдала неожиданное " "количество строк: %d" -#: pg_amcheck.c:1129 +#: pg_amcheck.c:1131 #, c-format msgid "Are %s's and amcheck's versions compatible?" msgstr "Совместимы ли версии %s и amcheck?" -#: pg_amcheck.c:1139 +#: pg_amcheck.c:1141 #, c-format msgid "btree index \"%s.%s.%s\":\n" msgstr "индекс btree \"%s.%s.%s\":\n" -#: pg_amcheck.c:1164 +#: pg_amcheck.c:1166 #, c-format msgid "" "%s checks objects in a PostgreSQL database for corruption.\n" @@ -231,17 +231,17 @@ "%s проверяет объекты в базе данных PostgreSQL на предмет повреждений.\n" "\n" -#: pg_amcheck.c:1165 +#: pg_amcheck.c:1167 #, c-format msgid "Usage:\n" msgstr "Использование:\n" -#: pg_amcheck.c:1166 +#: pg_amcheck.c:1168 #, c-format msgid " %s [OPTION]... [DBNAME]\n" msgstr " %s [ПАРАМЕТР]... [ИМЯ_БД]\n" -#: pg_amcheck.c:1167 +#: pg_amcheck.c:1169 #, c-format msgid "" "\n" @@ -250,77 +250,77 @@ "\n" "Параметры выбора объектов:\n" -#: pg_amcheck.c:1168 +#: pg_amcheck.c:1170 #, c-format msgid " -a, --all check all databases\n" msgstr " -a, --all проверить все базы\n" -#: pg_amcheck.c:1169 +#: pg_amcheck.c:1171 #, c-format msgid " -d, --database=PATTERN check matching database(s)\n" msgstr "" " -d, --database=ШАБЛОН проверить соответствующие шаблону базы\n" -#: pg_amcheck.c:1170 +#: pg_amcheck.c:1172 #, c-format msgid " -D, --exclude-database=PATTERN do NOT check matching database(s)\n" msgstr "" " -D, --exclude-database=ШАБЛОН не проверять соответствующие шаблону базы\n" -#: pg_amcheck.c:1171 +#: pg_amcheck.c:1173 #, c-format msgid " -i, --index=PATTERN check matching index(es)\n" msgstr "" " -i, --index=ШАБЛОН проверить соответствующие шаблону индексы\n" -#: pg_amcheck.c:1172 +#: pg_amcheck.c:1174 #, c-format msgid " -I, --exclude-index=PATTERN do NOT check matching index(es)\n" msgstr "" " -I, --exclude-index=ШАБЛОН не проверять соответствующие шаблону " "индексы\n" -#: pg_amcheck.c:1173 +#: pg_amcheck.c:1175 #, c-format msgid " -r, --relation=PATTERN check matching relation(s)\n" msgstr "" " -r, --relation=ШАБЛОН проверить соответствующие шаблону " "отношения\n" -#: pg_amcheck.c:1174 +#: pg_amcheck.c:1176 #, c-format msgid " -R, --exclude-relation=PATTERN do NOT check matching relation(s)\n" msgstr "" " -R, --exclude-relation=ШАБЛОН не проверять соответствующие шаблону " "отношения\n" -#: pg_amcheck.c:1175 +#: pg_amcheck.c:1177 #, c-format msgid " -s, --schema=PATTERN check matching schema(s)\n" msgstr "" " -s, --schema=ШАБЛОН проверить соответствующие шаблону схемы\n" -#: pg_amcheck.c:1176 +#: pg_amcheck.c:1178 #, c-format msgid " -S, --exclude-schema=PATTERN do NOT check matching schema(s)\n" msgstr "" " -S, --exclude-schema=ШАБЛОН не проверять соответствующие шаблону " "схемы\n" -#: pg_amcheck.c:1177 +#: pg_amcheck.c:1179 #, c-format msgid " -t, --table=PATTERN check matching table(s)\n" msgstr "" " -t, --table=ШАБЛОН проверить соответствующие шаблону таблицы\n" -#: pg_amcheck.c:1178 +#: pg_amcheck.c:1180 #, c-format msgid " -T, --exclude-table=PATTERN do NOT check matching table(s)\n" msgstr "" " -T, --exclude-table=ШАБЛОН не проверять соответствующие шаблону " "таблицы\n" -#: pg_amcheck.c:1179 +#: pg_amcheck.c:1181 #, c-format msgid "" " --no-dependent-indexes do NOT expand list of relations to include " @@ -329,7 +329,7 @@ " --no-dependent-indexes не включать в список проверяемых отношений " "индексы\n" -#: pg_amcheck.c:1180 +#: pg_amcheck.c:1182 #, c-format msgid "" " --no-dependent-toast do NOT expand list of relations to include " @@ -338,7 +338,7 @@ " --no-dependent-toast не включать в список проверяемых отношений " "TOAST-таблицы\n" -#: pg_amcheck.c:1181 +#: pg_amcheck.c:1183 #, c-format msgid "" " --no-strict-names do NOT require patterns to match objects\n" @@ -346,7 +346,7 @@ " --no-strict-names не требовать наличия объектов, " "соответствующих шаблонам\n" -#: pg_amcheck.c:1182 +#: pg_amcheck.c:1184 #, c-format msgid "" "\n" @@ -355,14 +355,14 @@ "\n" "Параметры проверки таблиц:\n" -#: pg_amcheck.c:1183 +#: pg_amcheck.c:1185 #, c-format msgid "" " --exclude-toast-pointers do NOT follow relation TOAST pointers\n" msgstr "" " --exclude-toast-pointers не переходить по указателям в TOAST\n" -#: pg_amcheck.c:1184 +#: pg_amcheck.c:1186 #, c-format msgid "" " --on-error-stop stop checking at end of first corrupt " @@ -371,7 +371,7 @@ " --on-error-stop прекратить проверку по достижении конца " "первой повреждённой страницы\n" -#: pg_amcheck.c:1185 +#: pg_amcheck.c:1187 #, c-format msgid "" " --skip=OPTION do NOT check \"all-frozen\" or \"all-" @@ -380,7 +380,7 @@ " --skip=ТИП_БЛОКА не проверять блоки типа \"all-frozen\" или " "\"all-visible\"\n" -#: pg_amcheck.c:1186 +#: pg_amcheck.c:1188 #, c-format msgid "" " --startblock=BLOCK begin checking table(s) at the given block " @@ -390,7 +390,7 @@ "заданным номером\n" # skip-rule: no-space-before-parentheses -#: pg_amcheck.c:1187 +#: pg_amcheck.c:1189 #, c-format msgid "" " --endblock=BLOCK check table(s) only up to the given block " @@ -399,7 +399,7 @@ " --endblock=БЛОК проверить таблицы(у) до блока с заданным " "номером\n" -#: pg_amcheck.c:1188 +#: pg_amcheck.c:1190 #, c-format msgid "" "\n" @@ -408,7 +408,7 @@ "\n" "Параметры проверки индексов-B-деревьев:\n" -#: pg_amcheck.c:1189 +#: pg_amcheck.c:1191 #, c-format msgid "" " --heapallindexed check that all heap tuples are found " @@ -417,7 +417,7 @@ " --heapallindexed проверить, что всем кортежам кучи " "находится соответствие в индексах\n" -#: pg_amcheck.c:1190 +#: pg_amcheck.c:1192 #, c-format msgid "" " --parent-check check index parent/child relationships\n" @@ -425,7 +425,7 @@ " --parent-check проверить связи родитель/потомок в " "индексах\n" -#: pg_amcheck.c:1191 +#: pg_amcheck.c:1193 #, c-format msgid "" " --rootdescend search from root page to refind tuples\n" @@ -433,7 +433,7 @@ " --rootdescend перепроверять поиск кортежей от корневой " "страницы\n" -#: pg_amcheck.c:1192 +#: pg_amcheck.c:1194 #, c-format msgid "" "\n" @@ -442,7 +442,7 @@ "\n" "Параметры подключения:\n" -#: pg_amcheck.c:1193 +#: pg_amcheck.c:1195 #, c-format msgid "" " -h, --host=HOSTNAME database server host or socket directory\n" @@ -450,34 +450,34 @@ " -h, --host=ИМЯ имя сервера баз данных или каталог " "сокетов\n" -#: pg_amcheck.c:1194 +#: pg_amcheck.c:1196 #, c-format msgid " -p, --port=PORT database server port\n" msgstr " -p, --port=ПОРТ порт сервера баз данных\n" -#: pg_amcheck.c:1195 +#: pg_amcheck.c:1197 #, c-format msgid " -U, --username=USERNAME user name to connect as\n" msgstr "" " -U, --username=ИМЯ имя пользователя для подключения к " "серверу\n" -#: pg_amcheck.c:1196 +#: pg_amcheck.c:1198 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password не запрашивать пароль\n" -#: pg_amcheck.c:1197 +#: pg_amcheck.c:1199 #, c-format msgid " -W, --password force password prompt\n" msgstr " -W, --password запросить пароль\n" -#: pg_amcheck.c:1198 +#: pg_amcheck.c:1200 #, c-format msgid " --maintenance-db=DBNAME alternate maintenance database\n" msgstr " --maintenance-db=ИМЯ_БД другая опорная база данных\n" -#: pg_amcheck.c:1199 +#: pg_amcheck.c:1201 #, c-format msgid "" "\n" @@ -486,7 +486,7 @@ "\n" "Другие параметры:\n" -#: pg_amcheck.c:1200 +#: pg_amcheck.c:1202 #, c-format msgid "" " -e, --echo show the commands being sent to the " @@ -494,7 +494,7 @@ msgstr "" " -e, --echo отображать команды, отправляемые серверу\n" -#: pg_amcheck.c:1201 +#: pg_amcheck.c:1203 #, c-format msgid "" " -j, --jobs=NUM use this many concurrent connections to " @@ -503,33 +503,33 @@ " -j, --jobs=ЧИСЛО устанавливать заданное число подключений к " "серверу\n" -#: pg_amcheck.c:1202 +#: pg_amcheck.c:1204 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress показывать прогресс операции\n" -#: pg_amcheck.c:1203 +#: pg_amcheck.c:1205 #, c-format msgid " -v, --verbose write a lot of output\n" msgstr " -v, --verbose выводить исчерпывающие сообщения\n" -#: pg_amcheck.c:1204 +#: pg_amcheck.c:1206 #, c-format msgid "" " -V, --version output version information, then exit\n" msgstr " -V, --version показать версию и выйти\n" -#: pg_amcheck.c:1205 +#: pg_amcheck.c:1207 #, c-format msgid " --install-missing install missing extensions\n" msgstr " --install-missing установить недостающие расширения\n" -#: pg_amcheck.c:1206 +#: pg_amcheck.c:1208 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help показать эту справку и выйти\n" -#: pg_amcheck.c:1208 +#: pg_amcheck.c:1210 #, c-format msgid "" "\n" @@ -538,53 +538,53 @@ "\n" "Об ошибках сообщайте по адресу <%s>.\n" -#: pg_amcheck.c:1209 +#: pg_amcheck.c:1211 #, c-format msgid "%s home page: <%s>\n" msgstr "Домашняя страница %s: <%s>\n" -#: pg_amcheck.c:1267 +#: pg_amcheck.c:1269 #, c-format msgid "%*s/%s relations (%d%%), %*s/%s pages (%d%%) %*s" msgstr "отношений: %*s/%s (%d%%), страниц: %*s/%s (%d%%) %*s" -#: pg_amcheck.c:1278 +#: pg_amcheck.c:1280 #, c-format msgid "%*s/%s relations (%d%%), %*s/%s pages (%d%%) (%s%-*.*s)" msgstr "отношений: %*s/%s (%d%%), страниц: %*s/%s (%d%%) (%s%-*.*s)" -#: pg_amcheck.c:1293 +#: pg_amcheck.c:1295 #, c-format msgid "%*s/%s relations (%d%%), %*s/%s pages (%d%%)" msgstr "отношений: %*s/%s (%d%%), страниц: %*s/%s (%d%%)" -#: pg_amcheck.c:1352 pg_amcheck.c:1385 +#: pg_amcheck.c:1354 pg_amcheck.c:1387 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "неверное полное имя (слишком много компонентов): %s" -#: pg_amcheck.c:1430 +#: pg_amcheck.c:1432 #, c-format msgid "improper relation name (too many dotted names): %s" msgstr "неверное имя отношения (слишком много компонентов): %s" -#: pg_amcheck.c:1583 pg_amcheck.c:1725 +#: pg_amcheck.c:1585 pg_amcheck.c:1727 #, c-format msgid "including database \"%s\"" msgstr "выбирается база \"%s\"" -#: pg_amcheck.c:1705 +#: pg_amcheck.c:1707 #, c-format msgid "internal error: received unexpected database pattern_id %d" msgstr "внутренняя ошибка: получен неожиданный идентификатор шаблона базы %d" -#: pg_amcheck.c:1709 +#: pg_amcheck.c:1711 #, c-format msgid "no connectable databases to check matching \"%s\"" msgstr "" "не найдены подлежащие проверке доступные базы, соответствующие шаблону \"%s\"" -#: pg_amcheck.c:2168 +#: pg_amcheck.c:2170 #, c-format msgid "internal error: received unexpected relation pattern_id %d" msgstr "" diff -Nru postgresql-14-14.5/src/bin/pg_archivecleanup/po/ru.po postgresql-14-14.6/src/bin/pg_archivecleanup/po/ru.po --- postgresql-14-14.5/src/bin/pg_archivecleanup/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_archivecleanup/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,7 +1,7 @@ # Russian message translation file for pg_archivecleanup # Copyright (C) 2017 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2017, 2019, 2020. +# Alexander Lakhin , 2017, 2019, 2020, 2022. msgid "" msgstr "" "Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n" diff -Nru postgresql-14-14.5/src/bin/pg_basebackup/pg_basebackup.c postgresql-14-14.6/src/bin/pg_basebackup/pg_basebackup.c --- postgresql-14-14.5/src/bin/pg_basebackup/pg_basebackup.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_basebackup/pg_basebackup.c 2022-11-07 21:38:53.000000000 +0000 @@ -323,12 +323,22 @@ } /* - * This check isn't absolutely necessary. But all tablespaces are created - * with absolute directories, so specifying a non-absolute path here would - * just never match, possibly confusing users. It's also good to be - * consistent with the new_dir check. + * All tablespaces are created with absolute directories, so specifying a + * non-absolute path here would just never match, possibly confusing users. + * Since we don't know whether the remote side is Windows or not, and it + * might be different than the local side, permit any path that could be + * absolute under either set of rules. + * + * (There is little practical risk of confusion here, because someone + * running entirely on Linux isn't likely to have a relative path that + * begins with a backslash or something that looks like a drive + * specification. If they do, and they also incorrectly believe that + * a relative path is acceptable here, we'll silently fail to warn them + * of their mistake, and the -T option will just not get applied, same + * as if they'd specified -T for a nonexistent tablespace.) */ - if (!is_absolute_path(cell->old_dir)) + if (!is_nonwindows_absolute_path(cell->old_dir) && + !is_windows_absolute_path(cell->old_dir)) { pg_log_error("old directory is not an absolute path in tablespace mapping: %s", cell->old_dir); diff -Nru postgresql-14-14.5/src/bin/pg_basebackup/po/ru.po postgresql-14-14.6/src/bin/pg_basebackup/po/ru.po --- postgresql-14-14.5/src/bin/pg_basebackup/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_basebackup/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: pg_basebackup (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2021-11-22 13:17+0300\n" -"PO-Revision-Date: 2022-02-07 11:30+0300\n" +"POT-Creation-Date: 2022-11-01 14:41+0300\n" +"PO-Revision-Date: 2022-09-05 15:10+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -78,19 +78,19 @@ #: ../../fe_utils/recovery_gen.c:35 ../../fe_utils/recovery_gen.c:49 #: ../../fe_utils/recovery_gen.c:77 ../../fe_utils/recovery_gen.c:100 -#: ../../fe_utils/recovery_gen.c:171 pg_basebackup.c:1248 +#: ../../fe_utils/recovery_gen.c:171 pg_basebackup.c:1258 #, c-format msgid "out of memory" msgstr "нехватка памяти" -#: ../../fe_utils/recovery_gen.c:140 pg_basebackup.c:1021 pg_basebackup.c:1715 -#: pg_basebackup.c:1771 +#: ../../fe_utils/recovery_gen.c:140 pg_basebackup.c:1031 pg_basebackup.c:1725 +#: pg_basebackup.c:1781 #, c-format msgid "could not write to file \"%s\": %m" msgstr "не удалось записать в файл \"%s\": %m" -#: ../../fe_utils/recovery_gen.c:152 pg_basebackup.c:1166 pg_basebackup.c:1672 -#: pg_basebackup.c:1748 +#: ../../fe_utils/recovery_gen.c:152 pg_basebackup.c:1176 pg_basebackup.c:1682 +#: pg_basebackup.c:1758 #, c-format msgid "could not create file \"%s\": %m" msgstr "не удалось создать файл \"%s\": %m" @@ -167,21 +167,21 @@ "сопоставление табл. пространства записано неверно: \"%s\"; должно быть " "\"СТАРЫЙ_КАТАЛОГ=НОВЫЙ_КАТАЛОГ\"" -#: pg_basebackup.c:333 +#: pg_basebackup.c:343 #, c-format msgid "old directory is not an absolute path in tablespace mapping: %s" msgstr "" "старый каталог в сопоставлении табл. пространства задан не абсолютным путём: " "%s" -#: pg_basebackup.c:340 +#: pg_basebackup.c:350 #, c-format msgid "new directory is not an absolute path in tablespace mapping: %s" msgstr "" "новый каталог в сопоставлении табл. пространства задан не абсолютным путём: " "%s" -#: pg_basebackup.c:379 +#: pg_basebackup.c:389 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" @@ -190,17 +190,17 @@ "%s делает базовую резервную копию работающего сервера PostgreSQL.\n" "\n" -#: pg_basebackup.c:381 pg_receivewal.c:79 pg_recvlogical.c:75 +#: pg_basebackup.c:391 pg_receivewal.c:79 pg_recvlogical.c:75 #, c-format msgid "Usage:\n" msgstr "Использование:\n" -#: pg_basebackup.c:382 pg_receivewal.c:80 pg_recvlogical.c:76 +#: pg_basebackup.c:392 pg_receivewal.c:80 pg_recvlogical.c:76 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [ПАРАМЕТР]...\n" -#: pg_basebackup.c:383 +#: pg_basebackup.c:393 #, c-format msgid "" "\n" @@ -209,19 +209,19 @@ "\n" "Параметры, управляющие выводом:\n" -#: pg_basebackup.c:384 +#: pg_basebackup.c:394 #, c-format msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" msgstr " -D, --pgdata=КАТАЛОГ сохранить базовую копию в указанный каталог\n" -#: pg_basebackup.c:385 +#: pg_basebackup.c:395 #, c-format msgid " -F, --format=p|t output format (plain (default), tar)\n" msgstr "" " -F, --format=p|t формат вывода (p (по умолчанию) - простой, t - " "tar)\n" -#: pg_basebackup.c:386 +#: pg_basebackup.c:396 #, c-format msgid "" " -r, --max-rate=RATE maximum transfer rate to transfer data directory\n" @@ -230,7 +230,7 @@ " -r, --max-rate=СКОРОСТЬ макс. скорость передачи данных в целевой каталог\n" " (в КБ/с, либо добавьте суффикс \"k\" или \"M\")\n" -#: pg_basebackup.c:388 +#: pg_basebackup.c:398 #, c-format msgid "" " -R, --write-recovery-conf\n" @@ -239,7 +239,7 @@ " -R, --write-recovery-conf\n" " записать конфигурацию для репликации\n" -#: pg_basebackup.c:390 +#: pg_basebackup.c:400 #, c-format msgid "" " -T, --tablespace-mapping=OLDDIR=NEWDIR\n" @@ -250,14 +250,14 @@ "каталога\n" " в новый\n" -#: pg_basebackup.c:392 +#: pg_basebackup.c:402 #, c-format msgid " --waldir=WALDIR location for the write-ahead log directory\n" msgstr "" " --waldir=КАТАЛОГ_WAL\n" " расположение каталога с журналом предзаписи\n" -#: pg_basebackup.c:393 +#: pg_basebackup.c:403 #, c-format msgid "" " -X, --wal-method=none|fetch|stream\n" @@ -267,18 +267,18 @@ " включить в копию требуемые файлы WAL, используя\n" " заданный метод\n" -#: pg_basebackup.c:395 +#: pg_basebackup.c:405 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip сжать выходной tar\n" -#: pg_basebackup.c:396 +#: pg_basebackup.c:406 #, c-format msgid "" " -Z, --compress=0-9 compress tar output with given compression level\n" msgstr " -Z, --compress=0-9 установить уровень сжатия выходного архива\n" -#: pg_basebackup.c:397 +#: pg_basebackup.c:407 #, c-format msgid "" "\n" @@ -287,7 +287,7 @@ "\n" "Общие параметры:\n" -#: pg_basebackup.c:398 +#: pg_basebackup.c:408 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" @@ -296,22 +296,22 @@ " -c, --checkpoint=fast|spread\n" " режим быстрых или распределённых контрольных точек\n" -#: pg_basebackup.c:400 +#: pg_basebackup.c:410 #, c-format msgid " -C, --create-slot create replication slot\n" msgstr " -C, --create-slot создать слот репликации\n" -#: pg_basebackup.c:401 +#: pg_basebackup.c:411 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=МЕТКА установить метку резервной копии\n" -#: pg_basebackup.c:402 +#: pg_basebackup.c:412 #, c-format msgid " -n, --no-clean do not clean up after errors\n" msgstr " -n, --no-clean не очищать после ошибок\n" -#: pg_basebackup.c:403 +#: pg_basebackup.c:413 #, c-format msgid "" " -N, --no-sync do not wait for changes to be written safely to " @@ -319,27 +319,27 @@ msgstr "" " -N, --no-sync не ждать завершения сохранения данных на диске\n" -#: pg_basebackup.c:404 +#: pg_basebackup.c:414 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress показывать прогресс операции\n" -#: pg_basebackup.c:405 pg_receivewal.c:89 +#: pg_basebackup.c:415 pg_receivewal.c:89 #, c-format msgid " -S, --slot=SLOTNAME replication slot to use\n" msgstr " -S, --slot=ИМЯ_СЛОТА использовать заданный слот репликации\n" -#: pg_basebackup.c:406 pg_receivewal.c:91 pg_recvlogical.c:96 +#: pg_basebackup.c:416 pg_receivewal.c:91 pg_recvlogical.c:96 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose выводить подробные сообщения\n" -#: pg_basebackup.c:407 pg_receivewal.c:92 pg_recvlogical.c:97 +#: pg_basebackup.c:417 pg_receivewal.c:92 pg_recvlogical.c:97 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version показать версию и выйти\n" -#: pg_basebackup.c:408 +#: pg_basebackup.c:418 #, c-format msgid "" " --manifest-checksums=SHA{224,256,384,512}|CRC32C|NONE\n" @@ -350,7 +350,7 @@ # skip-rule: capital-letter-first # well-spelled: шестнадц -#: pg_basebackup.c:410 +#: pg_basebackup.c:420 #, c-format msgid "" " --manifest-force-encode\n" @@ -360,25 +360,25 @@ " записывать все имена файлов в манифесте в шестнадц. " "виде\n" -#: pg_basebackup.c:412 +#: pg_basebackup.c:422 #, c-format msgid " --no-estimate-size do not estimate backup size in server side\n" msgstr "" " --no-estimate-size не рассчитывать размер копии на стороне сервера\n" -#: pg_basebackup.c:413 +#: pg_basebackup.c:423 #, c-format msgid " --no-manifest suppress generation of backup manifest\n" msgstr " --no-manifest отключить создание манифеста копии\n" -#: pg_basebackup.c:414 +#: pg_basebackup.c:424 #, c-format msgid "" " --no-slot prevent creation of temporary replication slot\n" msgstr "" " --no-slot предотвратить создание временного слота репликации\n" -#: pg_basebackup.c:415 +#: pg_basebackup.c:425 #, c-format msgid "" " --no-verify-checksums\n" @@ -387,12 +387,12 @@ " --no-verify-checksums\n" " не проверять контрольные суммы\n" -#: pg_basebackup.c:417 pg_receivewal.c:94 pg_recvlogical.c:98 +#: pg_basebackup.c:427 pg_receivewal.c:94 pg_recvlogical.c:98 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help показать эту справку и выйти\n" -#: pg_basebackup.c:418 pg_receivewal.c:95 pg_recvlogical.c:99 +#: pg_basebackup.c:428 pg_receivewal.c:95 pg_recvlogical.c:99 #, c-format msgid "" "\n" @@ -401,22 +401,22 @@ "\n" "Параметры подключения:\n" -#: pg_basebackup.c:419 pg_receivewal.c:96 +#: pg_basebackup.c:429 pg_receivewal.c:96 #, c-format msgid " -d, --dbname=CONNSTR connection string\n" msgstr " -d, --dbname=СТРОКА строка подключения\n" -#: pg_basebackup.c:420 pg_receivewal.c:97 pg_recvlogical.c:101 +#: pg_basebackup.c:430 pg_receivewal.c:97 pg_recvlogical.c:101 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr " -h, --host=ИМЯ имя сервера баз данных или каталог сокетов\n" -#: pg_basebackup.c:421 pg_receivewal.c:98 pg_recvlogical.c:102 +#: pg_basebackup.c:431 pg_receivewal.c:98 pg_recvlogical.c:102 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr " -p, --port=ПОРТ номер порта сервера БД\n" -#: pg_basebackup.c:422 +#: pg_basebackup.c:432 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" @@ -427,19 +427,19 @@ " интервал между передаваемыми серверу\n" " пакетами состояния (в секундах)\n" -#: pg_basebackup.c:424 pg_receivewal.c:99 pg_recvlogical.c:103 +#: pg_basebackup.c:434 pg_receivewal.c:99 pg_recvlogical.c:103 #, c-format msgid " -U, --username=NAME connect as specified database user\n" msgstr "" " -U, --username=NAME connect as specified database user\n" " -U, --username=ИМЯ имя пользователя баз данных\n" -#: pg_basebackup.c:425 pg_receivewal.c:100 pg_recvlogical.c:104 +#: pg_basebackup.c:435 pg_receivewal.c:100 pg_recvlogical.c:104 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password не запрашивать пароль\n" -#: pg_basebackup.c:426 pg_receivewal.c:101 pg_recvlogical.c:105 +#: pg_basebackup.c:436 pg_receivewal.c:101 pg_recvlogical.c:105 #, c-format msgid "" " -W, --password force password prompt (should happen " @@ -447,7 +447,7 @@ msgstr "" " -W, --password запрашивать пароль всегда (обычно не требуется)\n" -#: pg_basebackup.c:427 pg_receivewal.c:105 pg_recvlogical.c:106 +#: pg_basebackup.c:437 pg_receivewal.c:105 pg_recvlogical.c:106 #, c-format msgid "" "\n" @@ -456,68 +456,68 @@ "\n" "Об ошибках сообщайте по адресу <%s>.\n" -#: pg_basebackup.c:428 pg_receivewal.c:106 pg_recvlogical.c:107 +#: pg_basebackup.c:438 pg_receivewal.c:106 pg_recvlogical.c:107 #, c-format msgid "%s home page: <%s>\n" msgstr "Домашняя страница %s: <%s>\n" -#: pg_basebackup.c:471 +#: pg_basebackup.c:481 #, c-format msgid "could not read from ready pipe: %m" msgstr "не удалось прочитать из готового канала: %m" -#: pg_basebackup.c:477 pg_basebackup.c:608 pg_basebackup.c:2134 +#: pg_basebackup.c:487 pg_basebackup.c:618 pg_basebackup.c:2144 #: streamutil.c:450 #, c-format msgid "could not parse write-ahead log location \"%s\"" msgstr "не удалось разобрать положение в журнале предзаписи \"%s\"" -#: pg_basebackup.c:573 pg_receivewal.c:441 +#: pg_basebackup.c:583 pg_receivewal.c:441 #, c-format msgid "could not finish writing WAL files: %m" msgstr "не удалось завершить запись файлов WAL: %m" -#: pg_basebackup.c:620 +#: pg_basebackup.c:630 #, c-format msgid "could not create pipe for background process: %m" msgstr "не удалось создать канал для фонового процесса: %m" -#: pg_basebackup.c:655 +#: pg_basebackup.c:665 #, c-format msgid "created temporary replication slot \"%s\"" msgstr "создан временный слот репликации \"%s\"" -#: pg_basebackup.c:658 +#: pg_basebackup.c:668 #, c-format msgid "created replication slot \"%s\"" msgstr "создан слот репликации \"%s\"" -#: pg_basebackup.c:678 pg_basebackup.c:731 pg_basebackup.c:1621 +#: pg_basebackup.c:688 pg_basebackup.c:741 pg_basebackup.c:1631 #, c-format msgid "could not create directory \"%s\": %m" msgstr "не удалось создать каталог \"%s\": %m" -#: pg_basebackup.c:696 +#: pg_basebackup.c:706 #, c-format msgid "could not create background process: %m" msgstr "не удалось создать фоновый процесс: %m" -#: pg_basebackup.c:708 +#: pg_basebackup.c:718 #, c-format msgid "could not create background thread: %m" msgstr "не удалось создать фоновый поток выполнения: %m" -#: pg_basebackup.c:752 +#: pg_basebackup.c:762 #, c-format msgid "directory \"%s\" exists but is not empty" msgstr "каталог \"%s\" существует, но он не пуст" -#: pg_basebackup.c:759 +#: pg_basebackup.c:769 #, c-format msgid "could not access directory \"%s\": %m" msgstr "ошибка доступа к каталогу \"%s\": %m" -#: pg_basebackup.c:824 +#: pg_basebackup.c:834 #, c-format msgid "%*s/%s kB (100%%), %d/%d tablespace %*s" msgid_plural "%*s/%s kB (100%%), %d/%d tablespaces %*s" @@ -525,7 +525,7 @@ msgstr[1] "%*s/%s КБ (100%%), табличное пространство %d/%d %*s" msgstr[2] "%*s/%s КБ (100%%), табличное пространство %d/%d %*s" -#: pg_basebackup.c:836 +#: pg_basebackup.c:846 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace (%s%-*.*s)" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces (%s%-*.*s)" @@ -533,7 +533,7 @@ msgstr[1] "%*s/%s КБ (%d%%), табличное пространство %d/%d (%s%-*.*s)" msgstr[2] "%*s/%s КБ (%d%%), табличное пространство %d/%d (%s%-*.*s)" -#: pg_basebackup.c:852 +#: pg_basebackup.c:862 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces" @@ -541,143 +541,143 @@ msgstr[1] "%*s/%s КБ (%d%%), табличное пространство %d/%d" msgstr[2] "%*s/%s КБ (%d%%), табличное пространство %d/%d" -#: pg_basebackup.c:877 +#: pg_basebackup.c:887 #, c-format msgid "transfer rate \"%s\" is not a valid value" msgstr "неверное значение (\"%s\") для скорости передачи данных" -#: pg_basebackup.c:882 +#: pg_basebackup.c:892 #, c-format msgid "invalid transfer rate \"%s\": %m" msgstr "неверная скорость передачи данных \"%s\": %m" -#: pg_basebackup.c:891 +#: pg_basebackup.c:901 #, c-format msgid "transfer rate must be greater than zero" msgstr "скорость передачи должна быть больше 0" -#: pg_basebackup.c:923 +#: pg_basebackup.c:933 #, c-format msgid "invalid --max-rate unit: \"%s\"" msgstr "неверная единица измерения в --max-rate: \"%s\"" -#: pg_basebackup.c:930 +#: pg_basebackup.c:940 #, c-format msgid "transfer rate \"%s\" exceeds integer range" msgstr "скорость передачи \"%s\" вне целочисленного диапазона" -#: pg_basebackup.c:940 +#: pg_basebackup.c:950 #, c-format msgid "transfer rate \"%s\" is out of range" msgstr "скорость передачи \"%s\" вне диапазона" -#: pg_basebackup.c:961 +#: pg_basebackup.c:971 #, c-format msgid "could not get COPY data stream: %s" msgstr "не удалось получить поток данных COPY: %s" -#: pg_basebackup.c:981 pg_recvlogical.c:434 pg_recvlogical.c:606 +#: pg_basebackup.c:991 pg_recvlogical.c:434 pg_recvlogical.c:606 #: receivelog.c:978 #, c-format msgid "could not read COPY data: %s" msgstr "не удалось прочитать данные COPY: %s" -#: pg_basebackup.c:1007 +#: pg_basebackup.c:1017 #, c-format msgid "could not write to compressed file \"%s\": %s" msgstr "не удалось записать сжатый файл \"%s\": %s" -#: pg_basebackup.c:1071 +#: pg_basebackup.c:1081 #, c-format msgid "could not duplicate stdout: %m" msgstr "не удалось продублировать stdout: %m" -#: pg_basebackup.c:1078 +#: pg_basebackup.c:1088 #, c-format msgid "could not open output file: %m" msgstr "не удалось открыть выходной файл: %m" -#: pg_basebackup.c:1085 pg_basebackup.c:1106 pg_basebackup.c:1135 +#: pg_basebackup.c:1095 pg_basebackup.c:1116 pg_basebackup.c:1145 #, c-format msgid "could not set compression level %d: %s" msgstr "не удалось установить уровень сжатия %d: %s" -#: pg_basebackup.c:1155 +#: pg_basebackup.c:1165 #, c-format msgid "could not create compressed file \"%s\": %s" msgstr "не удалось создать сжатый файл \"%s\": %s" -#: pg_basebackup.c:1268 +#: pg_basebackup.c:1278 #, c-format msgid "could not close compressed file \"%s\": %m" msgstr "не удалось закрыть сжатый файл \"%s\": %m" -#: pg_basebackup.c:1280 pg_recvlogical.c:631 +#: pg_basebackup.c:1290 pg_recvlogical.c:631 #, c-format msgid "could not close file \"%s\": %m" msgstr "не удалось закрыть файл \"%s\": %m" -#: pg_basebackup.c:1542 +#: pg_basebackup.c:1552 #, c-format msgid "COPY stream ended before last file was finished" msgstr "поток COPY закончился до завершения последнего файла" -#: pg_basebackup.c:1571 +#: pg_basebackup.c:1581 #, c-format msgid "invalid tar block header size: %zu" msgstr "неверный размер заголовка блока tar: %zu" -#: pg_basebackup.c:1628 +#: pg_basebackup.c:1638 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "не удалось установить права для каталога \"%s\": %m" -#: pg_basebackup.c:1652 +#: pg_basebackup.c:1662 #, c-format msgid "could not create symbolic link from \"%s\" to \"%s\": %m" msgstr "не удалось создать символическую ссылку \"%s\" в \"%s\": %m" -#: pg_basebackup.c:1659 +#: pg_basebackup.c:1669 #, c-format msgid "unrecognized link indicator \"%c\"" msgstr "нераспознанный индикатор связи \"%c\"" -#: pg_basebackup.c:1678 +#: pg_basebackup.c:1688 #, c-format msgid "could not set permissions on file \"%s\": %m" msgstr "не удалось установить права доступа для файла \"%s\": %m" -#: pg_basebackup.c:1832 +#: pg_basebackup.c:1842 #, c-format msgid "incompatible server version %s" msgstr "несовместимая версия сервера %s" -#: pg_basebackup.c:1847 +#: pg_basebackup.c:1857 #, c-format msgid "HINT: use -X none or -X fetch to disable log streaming" msgstr "" "ПОДСКАЗКА: укажите -X none или -X fetch для отключения трансляции журнала" -#: pg_basebackup.c:1883 +#: pg_basebackup.c:1893 #, c-format msgid "initiating base backup, waiting for checkpoint to complete" msgstr "" "начинается базовое резервное копирование, ожидается завершение контрольной " "точки" -#: pg_basebackup.c:1909 pg_recvlogical.c:261 receivelog.c:494 receivelog.c:543 +#: pg_basebackup.c:1919 pg_recvlogical.c:261 receivelog.c:494 receivelog.c:543 #: receivelog.c:582 streamutil.c:297 streamutil.c:370 streamutil.c:422 #: streamutil.c:533 streamutil.c:578 #, c-format msgid "could not send replication command \"%s\": %s" msgstr "не удалось передать команду репликации \"%s\": %s" -#: pg_basebackup.c:1920 +#: pg_basebackup.c:1930 #, c-format msgid "could not initiate base backup: %s" msgstr "не удалось инициализировать базовое резервное копирование: %s" -#: pg_basebackup.c:1926 +#: pg_basebackup.c:1936 #, c-format msgid "" "server returned unexpected response to BASE_BACKUP command; got %d rows and " @@ -686,124 +686,124 @@ "сервер вернул неожиданный ответ на команду BASE_BACKUP; получено строк: %d, " "полей: %d, а ожидалось строк: %d, полей: %d" -#: pg_basebackup.c:1934 +#: pg_basebackup.c:1944 #, c-format msgid "checkpoint completed" msgstr "контрольная точка завершена" -#: pg_basebackup.c:1949 +#: pg_basebackup.c:1959 #, c-format msgid "write-ahead log start point: %s on timeline %u" msgstr "стартовая точка в журнале предзаписи: %s на линии времени %u" -#: pg_basebackup.c:1958 +#: pg_basebackup.c:1968 #, c-format msgid "could not get backup header: %s" msgstr "не удалось получить заголовок резервной копии: %s" -#: pg_basebackup.c:1964 +#: pg_basebackup.c:1974 #, c-format msgid "no data returned from server" msgstr "сервер не вернул данные" -#: pg_basebackup.c:1996 +#: pg_basebackup.c:2006 #, c-format msgid "can only write single tablespace to stdout, database has %d" msgstr "" "в stdout можно вывести только одно табличное пространство, всего в СУБД их %d" -#: pg_basebackup.c:2008 +#: pg_basebackup.c:2018 #, c-format msgid "starting background WAL receiver" msgstr "запуск фонового процесса считывания WAL" -#: pg_basebackup.c:2047 +#: pg_basebackup.c:2057 #, c-format msgid "could not get write-ahead log end position from server: %s" msgstr "" "не удалось получить от сервера конечную позицию в журнале предзаписи: %s" -#: pg_basebackup.c:2053 +#: pg_basebackup.c:2063 #, c-format msgid "no write-ahead log end position returned from server" msgstr "сервер не передал конечную позицию в журнале предзаписи" -#: pg_basebackup.c:2058 +#: pg_basebackup.c:2068 #, c-format msgid "write-ahead log end point: %s" msgstr "конечная точка в журнале предзаписи: %s" -#: pg_basebackup.c:2069 +#: pg_basebackup.c:2079 #, c-format msgid "checksum error occurred" msgstr "выявлена ошибка контрольной суммы" -#: pg_basebackup.c:2074 +#: pg_basebackup.c:2084 #, c-format msgid "final receive failed: %s" msgstr "ошибка в конце передачи: %s" -#: pg_basebackup.c:2098 +#: pg_basebackup.c:2108 #, c-format msgid "waiting for background process to finish streaming ..." msgstr "ожидание завершения потоковой передачи фоновым процессом..." -#: pg_basebackup.c:2103 +#: pg_basebackup.c:2113 #, c-format msgid "could not send command to background pipe: %m" msgstr "не удалось отправить команду в канал фонового процесса: %m" -#: pg_basebackup.c:2111 +#: pg_basebackup.c:2121 #, c-format msgid "could not wait for child process: %m" msgstr "сбой при ожидании дочернего процесса: %m" -#: pg_basebackup.c:2116 +#: pg_basebackup.c:2126 #, c-format msgid "child %d died, expected %d" msgstr "завершился дочерний процесс %d вместо ожидаемого %d" -#: pg_basebackup.c:2121 streamutil.c:92 streamutil.c:203 +#: pg_basebackup.c:2131 streamutil.c:92 streamutil.c:203 #, c-format msgid "%s" msgstr "%s" -#: pg_basebackup.c:2146 +#: pg_basebackup.c:2156 #, c-format msgid "could not wait for child thread: %m" msgstr "сбой при ожидании дочернего потока: %m" -#: pg_basebackup.c:2152 +#: pg_basebackup.c:2162 #, c-format msgid "could not get child thread exit status: %m" msgstr "не удалось получить состояние завершения дочернего потока: %m" -#: pg_basebackup.c:2157 +#: pg_basebackup.c:2167 #, c-format msgid "child thread exited with error %u" msgstr "дочерний поток завершился с ошибкой %u" -#: pg_basebackup.c:2185 +#: pg_basebackup.c:2195 #, c-format msgid "syncing data to disk ..." msgstr "сохранение данных на диске..." -#: pg_basebackup.c:2210 +#: pg_basebackup.c:2220 #, c-format msgid "renaming backup_manifest.tmp to backup_manifest" msgstr "переименование backup_manifest.tmp в backup_manifest" -#: pg_basebackup.c:2221 +#: pg_basebackup.c:2231 #, c-format msgid "base backup completed" msgstr "базовое резервное копирование завершено" -#: pg_basebackup.c:2306 +#: pg_basebackup.c:2316 #, c-format msgid "invalid output format \"%s\", must be \"plain\" or \"tar\"" msgstr "неверный формат вывода \"%s\", должен быть \"plain\" или \"tar\"" -#: pg_basebackup.c:2350 +#: pg_basebackup.c:2360 #, c-format msgid "" "invalid wal-method option \"%s\", must be \"fetch\", \"stream\", or \"none\"" @@ -811,28 +811,28 @@ "неверный аргумент для wal-method — \"%s\", допускается только \"fetch\", " "\"stream\" или \"none\"" -#: pg_basebackup.c:2378 pg_receivewal.c:580 +#: pg_basebackup.c:2388 pg_receivewal.c:580 #, c-format msgid "invalid compression level \"%s\"" msgstr "неверный уровень сжатия \"%s\"" -#: pg_basebackup.c:2389 +#: pg_basebackup.c:2399 #, c-format msgid "invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"" msgstr "" "неверный аргумент режима контрольных точек \"%s\"; должен быть \"fast\" или " "\"spread\"" -#: pg_basebackup.c:2416 pg_receivewal.c:555 pg_recvlogical.c:819 +#: pg_basebackup.c:2426 pg_receivewal.c:555 pg_recvlogical.c:819 #, c-format msgid "invalid status interval \"%s\"" msgstr "неверный интервал сообщений о состоянии \"%s\"" -#: pg_basebackup.c:2446 pg_basebackup.c:2459 pg_basebackup.c:2470 -#: pg_basebackup.c:2481 pg_basebackup.c:2489 pg_basebackup.c:2497 -#: pg_basebackup.c:2507 pg_basebackup.c:2520 pg_basebackup.c:2529 -#: pg_basebackup.c:2540 pg_basebackup.c:2550 pg_basebackup.c:2568 -#: pg_basebackup.c:2577 pg_basebackup.c:2586 pg_receivewal.c:605 +#: pg_basebackup.c:2456 pg_basebackup.c:2469 pg_basebackup.c:2480 +#: pg_basebackup.c:2491 pg_basebackup.c:2499 pg_basebackup.c:2507 +#: pg_basebackup.c:2517 pg_basebackup.c:2530 pg_basebackup.c:2539 +#: pg_basebackup.c:2550 pg_basebackup.c:2560 pg_basebackup.c:2578 +#: pg_basebackup.c:2587 pg_basebackup.c:2596 pg_receivewal.c:605 #: pg_receivewal.c:618 pg_receivewal.c:626 pg_receivewal.c:636 #: pg_receivewal.c:644 pg_receivewal.c:655 pg_recvlogical.c:845 #: pg_recvlogical.c:858 pg_recvlogical.c:869 pg_recvlogical.c:877 @@ -842,69 +842,69 @@ msgid "Try \"%s --help\" for more information.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n" -#: pg_basebackup.c:2457 pg_receivewal.c:616 pg_recvlogical.c:856 +#: pg_basebackup.c:2467 pg_receivewal.c:616 pg_recvlogical.c:856 #, c-format msgid "too many command-line arguments (first is \"%s\")" msgstr "слишком много аргументов командной строки (первый: \"%s\")" -#: pg_basebackup.c:2469 pg_receivewal.c:654 +#: pg_basebackup.c:2479 pg_receivewal.c:654 #, c-format msgid "no target directory specified" msgstr "целевой каталог не указан" -#: pg_basebackup.c:2480 +#: pg_basebackup.c:2490 #, c-format msgid "only tar mode backups can be compressed" msgstr "сжиматься могут только резервные копии в архиве tar" -#: pg_basebackup.c:2488 +#: pg_basebackup.c:2498 #, c-format msgid "cannot stream write-ahead logs in tar mode to stdout" msgstr "транслировать журналы предзаписи в режиме tar в поток stdout нельзя" -#: pg_basebackup.c:2496 +#: pg_basebackup.c:2506 #, c-format msgid "replication slots can only be used with WAL streaming" msgstr "слоты репликации можно использовать только при потоковой передаче WAL" -#: pg_basebackup.c:2506 +#: pg_basebackup.c:2516 #, c-format msgid "--no-slot cannot be used with slot name" msgstr "--no-slot нельзя использовать с именем слота" #. translator: second %s is an option name -#: pg_basebackup.c:2518 pg_receivewal.c:634 +#: pg_basebackup.c:2528 pg_receivewal.c:634 #, c-format msgid "%s needs a slot to be specified using --slot" msgstr "для %s необходимо задать слот с помощью параметра --slot" -#: pg_basebackup.c:2527 pg_basebackup.c:2566 pg_basebackup.c:2575 -#: pg_basebackup.c:2584 +#: pg_basebackup.c:2537 pg_basebackup.c:2576 pg_basebackup.c:2585 +#: pg_basebackup.c:2594 #, c-format msgid "%s and %s are incompatible options" msgstr "параметры %s и %s несовместимы" -#: pg_basebackup.c:2539 +#: pg_basebackup.c:2549 #, c-format msgid "WAL directory location can only be specified in plain mode" msgstr "расположение каталога WAL можно указать только в режиме plain" -#: pg_basebackup.c:2549 +#: pg_basebackup.c:2559 #, c-format msgid "WAL directory location must be an absolute path" msgstr "расположение каталога WAL должно определяться абсолютным путём" -#: pg_basebackup.c:2559 pg_receivewal.c:663 +#: pg_basebackup.c:2569 pg_receivewal.c:663 #, c-format msgid "this build does not support compression" msgstr "эта сборка программы не поддерживает сжатие" -#: pg_basebackup.c:2644 +#: pg_basebackup.c:2654 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "не удалось создать символическую ссылку \"%s\": %m" -#: pg_basebackup.c:2648 +#: pg_basebackup.c:2658 #, c-format msgid "symlinks are not supported on this platform" msgstr "символические ссылки не поддерживаются в этой ОС" @@ -1380,7 +1380,7 @@ #: receivelog.c:216 #, c-format msgid "not renaming \"%s%s\", segment is not complete" -msgstr "файл \"%s%s\" не переименовывается, так как это не полный сегмент" +msgstr "файл сегмента \"%s%s\" не переименовывается, так как он неполный" #: receivelog.c:228 receivelog.c:313 receivelog.c:688 #, c-format @@ -1484,7 +1484,7 @@ msgid "could not parse next timeline's starting point \"%s\"" msgstr "не удалось разобрать начальную точку следующей линии времени \"%s\"" -#: receivelog.c:776 receivelog.c:1028 walmethods.c:994 +#: receivelog.c:776 receivelog.c:1028 walmethods.c:996 #, c-format msgid "could not fsync file \"%s\": %s" msgstr "не удалось синхронизировать с ФС файл \"%s\": %s" @@ -1597,7 +1597,7 @@ "удалить слот репликации \"%s\" не получилось; получено строк: %d, полей: %d " "(ожидалось: %d и %d)" -#: walmethods.c:521 walmethods.c:1057 +#: walmethods.c:521 walmethods.c:1059 msgid "could not compress data" msgstr "не удалось сжать данные" @@ -1618,15 +1618,15 @@ msgid "could not create tar header" msgstr "не удалось создать заголовок tar" -#: walmethods.c:711 walmethods.c:751 walmethods.c:965 walmethods.c:977 +#: walmethods.c:711 walmethods.c:752 walmethods.c:966 walmethods.c:979 msgid "could not change compression parameters" msgstr "не удалось изменить параметры сжатия" -#: walmethods.c:850 +#: walmethods.c:851 msgid "unlink not supported with compression" msgstr "со сжатием закрытие файла с удалением не поддерживается" -#: walmethods.c:1081 +#: walmethods.c:1083 msgid "could not close compression stream" msgstr "не удалось закрыть поток сжатых данных" diff -Nru postgresql-14-14.5/src/bin/pg_basebackup/walmethods.c postgresql-14-14.6/src/bin/pg_basebackup/walmethods.c --- postgresql-14-14.5/src/bin/pg_basebackup/walmethods.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_basebackup/walmethods.c 2022-11-07 21:38:53.000000000 +0000 @@ -706,7 +706,7 @@ return NULL; /* Turn off compression for header */ - if (deflateParams(tar_data->zp, 0, 0) != Z_OK) + if (deflateParams(tar_data->zp, 0, Z_DEFAULT_STRATEGY) != Z_OK) { tar_set_error("could not change compression parameters"); return NULL; @@ -746,7 +746,8 @@ return NULL; /* Re-enable compression for the rest of the file */ - if (deflateParams(tar_data->zp, tar_data->compression, 0) != Z_OK) + if (deflateParams(tar_data->zp, tar_data->compression, + Z_DEFAULT_STRATEGY) != Z_OK) { tar_set_error("could not change compression parameters"); return NULL; @@ -960,7 +961,7 @@ else { /* Turn off compression */ - if (deflateParams(tar_data->zp, 0, 0) != Z_OK) + if (deflateParams(tar_data->zp, 0, Z_DEFAULT_STRATEGY) != Z_OK) { tar_set_error("could not change compression parameters"); return -1; @@ -972,7 +973,8 @@ return -1; /* Turn compression back on */ - if (deflateParams(tar_data->zp, tar_data->compression, 0) != Z_OK) + if (deflateParams(tar_data->zp, tar_data->compression, + Z_DEFAULT_STRATEGY) != Z_OK) { tar_set_error("could not change compression parameters"); return -1; diff -Nru postgresql-14-14.5/src/bin/pgbench/exprparse.c postgresql-14-14.6/src/bin/pgbench/exprparse.c --- postgresql-14-14.5/src/bin/pgbench/exprparse.c 2022-08-08 20:59:06.000000000 +0000 +++ postgresql-14-14.6/src/bin/pgbench/exprparse.c 2022-11-07 22:01:12.000000000 +0000 @@ -642,11 +642,11 @@ /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { - 0, 83, 83, 85, 86, 87, 90, 91, 93, 96, - 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, - 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, - 121, 122, 126, 127, 132, 136, 142, 143, 144, 145, - 147, 148, 149, 153, 154, 157, 158, 160 + 0, 83, 83, 88, 89, 90, 93, 94, 96, 99, + 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, + 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, + 124, 125, 129, 130, 135, 139, 145, 146, 147, 148, + 150, 151, 152, 156, 157, 160, 161, 163 }; #endif @@ -1331,295 +1331,298 @@ { case 2: /* result: expr */ #line 83 "exprparse.y" - { expr_parse_result = (yyvsp[0].expr); } -#line 1336 "exprparse.c" + { + expr_parse_result = (yyvsp[0].expr); + (void) yynerrs; /* suppress compiler warning */ + } +#line 1339 "exprparse.c" break; case 3: /* elist: %empty */ -#line 85 "exprparse.y" +#line 88 "exprparse.y" { (yyval.elist) = NULL; } -#line 1342 "exprparse.c" +#line 1345 "exprparse.c" break; case 4: /* elist: expr */ -#line 86 "exprparse.y" +#line 89 "exprparse.y" { (yyval.elist) = make_elist((yyvsp[0].expr), NULL); } -#line 1348 "exprparse.c" +#line 1351 "exprparse.c" break; case 5: /* elist: elist ',' expr */ -#line 87 "exprparse.y" +#line 90 "exprparse.y" { (yyval.elist) = make_elist((yyvsp[0].expr), (yyvsp[-2].elist)); } -#line 1354 "exprparse.c" +#line 1357 "exprparse.c" break; case 6: /* expr: '(' expr ')' */ -#line 90 "exprparse.y" +#line 93 "exprparse.y" { (yyval.expr) = (yyvsp[-1].expr); } -#line 1360 "exprparse.c" +#line 1363 "exprparse.c" break; case 7: /* expr: '+' expr */ -#line 91 "exprparse.y" +#line 94 "exprparse.y" { (yyval.expr) = (yyvsp[0].expr); } -#line 1366 "exprparse.c" +#line 1369 "exprparse.c" break; case 8: /* expr: '-' expr */ -#line 93 "exprparse.y" +#line 96 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "-", make_integer_constant(0), (yyvsp[0].expr)); } -#line 1373 "exprparse.c" +#line 1376 "exprparse.c" break; case 9: /* expr: '-' MAXINT_PLUS_ONE_CONST */ -#line 97 "exprparse.y" +#line 100 "exprparse.y" { (yyval.expr) = make_integer_constant(PG_INT64_MIN); } -#line 1379 "exprparse.c" +#line 1382 "exprparse.c" break; case 10: /* expr: '~' expr */ -#line 99 "exprparse.y" +#line 102 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "#", make_integer_constant(~INT64CONST(0)), (yyvsp[0].expr)); } -#line 1386 "exprparse.c" +#line 1389 "exprparse.c" break; case 11: /* expr: NOT_OP expr */ -#line 101 "exprparse.y" +#line 104 "exprparse.y" { (yyval.expr) = make_uop(yyscanner, "!not", (yyvsp[0].expr)); } -#line 1392 "exprparse.c" +#line 1395 "exprparse.c" break; case 12: /* expr: expr '+' expr */ -#line 102 "exprparse.y" +#line 105 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "+", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1398 "exprparse.c" +#line 1401 "exprparse.c" break; case 13: /* expr: expr '-' expr */ -#line 103 "exprparse.y" +#line 106 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "-", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1404 "exprparse.c" +#line 1407 "exprparse.c" break; case 14: /* expr: expr '*' expr */ -#line 104 "exprparse.y" +#line 107 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "*", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1410 "exprparse.c" +#line 1413 "exprparse.c" break; case 15: /* expr: expr '/' expr */ -#line 105 "exprparse.y" +#line 108 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "/", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1416 "exprparse.c" +#line 1419 "exprparse.c" break; case 16: /* expr: expr '%' expr */ -#line 106 "exprparse.y" +#line 109 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "mod", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1422 "exprparse.c" +#line 1425 "exprparse.c" break; case 17: /* expr: expr '<' expr */ -#line 107 "exprparse.y" +#line 110 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "<", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1428 "exprparse.c" +#line 1431 "exprparse.c" break; case 18: /* expr: expr LE_OP expr */ -#line 108 "exprparse.y" +#line 111 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "<=", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1434 "exprparse.c" +#line 1437 "exprparse.c" break; case 19: /* expr: expr '>' expr */ -#line 109 "exprparse.y" +#line 112 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "<", (yyvsp[0].expr), (yyvsp[-2].expr)); } -#line 1440 "exprparse.c" +#line 1443 "exprparse.c" break; case 20: /* expr: expr GE_OP expr */ -#line 110 "exprparse.y" +#line 113 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "<=", (yyvsp[0].expr), (yyvsp[-2].expr)); } -#line 1446 "exprparse.c" +#line 1449 "exprparse.c" break; case 21: /* expr: expr '=' expr */ -#line 111 "exprparse.y" +#line 114 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "=", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1452 "exprparse.c" +#line 1455 "exprparse.c" break; case 22: /* expr: expr NE_OP expr */ -#line 112 "exprparse.y" +#line 115 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "<>", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1458 "exprparse.c" +#line 1461 "exprparse.c" break; case 23: /* expr: expr '&' expr */ -#line 113 "exprparse.y" +#line 116 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "&", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1464 "exprparse.c" +#line 1467 "exprparse.c" break; case 24: /* expr: expr '|' expr */ -#line 114 "exprparse.y" +#line 117 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "|", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1470 "exprparse.c" +#line 1473 "exprparse.c" break; case 25: /* expr: expr '#' expr */ -#line 115 "exprparse.y" +#line 118 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "#", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1476 "exprparse.c" +#line 1479 "exprparse.c" break; case 26: /* expr: expr LS_OP expr */ -#line 116 "exprparse.y" +#line 119 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "<<", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1482 "exprparse.c" +#line 1485 "exprparse.c" break; case 27: /* expr: expr RS_OP expr */ -#line 117 "exprparse.y" +#line 120 "exprparse.y" { (yyval.expr) = make_op(yyscanner, ">>", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1488 "exprparse.c" +#line 1491 "exprparse.c" break; case 28: /* expr: expr AND_OP expr */ -#line 118 "exprparse.y" +#line 121 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "!and", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1494 "exprparse.c" +#line 1497 "exprparse.c" break; case 29: /* expr: expr OR_OP expr */ -#line 119 "exprparse.y" +#line 122 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "!or", (yyvsp[-2].expr), (yyvsp[0].expr)); } -#line 1500 "exprparse.c" +#line 1503 "exprparse.c" break; case 30: /* expr: expr ISNULL_OP */ -#line 121 "exprparse.y" +#line 124 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "!is", (yyvsp[-1].expr), make_null_constant()); } -#line 1506 "exprparse.c" +#line 1509 "exprparse.c" break; case 31: /* expr: expr NOTNULL_OP */ -#line 122 "exprparse.y" +#line 125 "exprparse.y" { (yyval.expr) = make_uop(yyscanner, "!not", make_op(yyscanner, "!is", (yyvsp[-1].expr), make_null_constant())); } -#line 1515 "exprparse.c" +#line 1518 "exprparse.c" break; case 32: /* expr: expr IS_OP NULL_CONST */ -#line 126 "exprparse.y" +#line 129 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "!is", (yyvsp[-2].expr), make_null_constant()); } -#line 1521 "exprparse.c" +#line 1524 "exprparse.c" break; case 33: /* expr: expr IS_OP NOT_OP NULL_CONST */ -#line 128 "exprparse.y" +#line 131 "exprparse.y" { (yyval.expr) = make_uop(yyscanner, "!not", make_op(yyscanner, "!is", (yyvsp[-3].expr), make_null_constant())); } -#line 1530 "exprparse.c" +#line 1533 "exprparse.c" break; case 34: /* expr: expr IS_OP BOOLEAN_CONST */ -#line 133 "exprparse.y" +#line 136 "exprparse.y" { (yyval.expr) = make_op(yyscanner, "!is", (yyvsp[-2].expr), make_boolean_constant((yyvsp[0].bval))); } -#line 1538 "exprparse.c" +#line 1541 "exprparse.c" break; case 35: /* expr: expr IS_OP NOT_OP BOOLEAN_CONST */ -#line 137 "exprparse.y" +#line 140 "exprparse.y" { (yyval.expr) = make_uop(yyscanner, "!not", make_op(yyscanner, "!is", (yyvsp[-3].expr), make_boolean_constant((yyvsp[0].bval)))); } -#line 1547 "exprparse.c" +#line 1550 "exprparse.c" break; case 36: /* expr: NULL_CONST */ -#line 142 "exprparse.y" +#line 145 "exprparse.y" { (yyval.expr) = make_null_constant(); } -#line 1553 "exprparse.c" +#line 1556 "exprparse.c" break; case 37: /* expr: BOOLEAN_CONST */ -#line 143 "exprparse.y" +#line 146 "exprparse.y" { (yyval.expr) = make_boolean_constant((yyvsp[0].bval)); } -#line 1559 "exprparse.c" +#line 1562 "exprparse.c" break; case 38: /* expr: INTEGER_CONST */ -#line 144 "exprparse.y" +#line 147 "exprparse.y" { (yyval.expr) = make_integer_constant((yyvsp[0].ival)); } -#line 1565 "exprparse.c" +#line 1568 "exprparse.c" break; case 39: /* expr: DOUBLE_CONST */ -#line 145 "exprparse.y" +#line 148 "exprparse.y" { (yyval.expr) = make_double_constant((yyvsp[0].dval)); } -#line 1571 "exprparse.c" +#line 1574 "exprparse.c" break; case 40: /* expr: VARIABLE */ -#line 147 "exprparse.y" +#line 150 "exprparse.y" { (yyval.expr) = make_variable((yyvsp[0].str)); } -#line 1577 "exprparse.c" +#line 1580 "exprparse.c" break; case 41: /* expr: function '(' elist ')' */ -#line 148 "exprparse.y" +#line 151 "exprparse.y" { (yyval.expr) = make_func(yyscanner, (yyvsp[-3].ival), (yyvsp[-1].elist)); } -#line 1583 "exprparse.c" +#line 1586 "exprparse.c" break; case 42: /* expr: case_control */ -#line 149 "exprparse.y" +#line 152 "exprparse.y" { (yyval.expr) = (yyvsp[0].expr); } -#line 1589 "exprparse.c" +#line 1592 "exprparse.c" break; case 43: /* when_then_list: when_then_list WHEN_KW expr THEN_KW expr */ -#line 153 "exprparse.y" +#line 156 "exprparse.y" { (yyval.elist) = make_elist((yyvsp[0].expr), make_elist((yyvsp[-2].expr), (yyvsp[-4].elist))); } -#line 1595 "exprparse.c" +#line 1598 "exprparse.c" break; case 44: /* when_then_list: WHEN_KW expr THEN_KW expr */ -#line 154 "exprparse.y" +#line 157 "exprparse.y" { (yyval.elist) = make_elist((yyvsp[0].expr), make_elist((yyvsp[-2].expr), NULL)); } -#line 1601 "exprparse.c" +#line 1604 "exprparse.c" break; case 45: /* case_control: CASE_KW when_then_list END_KW */ -#line 157 "exprparse.y" +#line 160 "exprparse.y" { (yyval.expr) = make_case(yyscanner, (yyvsp[-1].elist), make_null_constant()); } -#line 1607 "exprparse.c" +#line 1610 "exprparse.c" break; case 46: /* case_control: CASE_KW when_then_list ELSE_KW expr END_KW */ -#line 158 "exprparse.y" +#line 161 "exprparse.y" { (yyval.expr) = make_case(yyscanner, (yyvsp[-3].elist), (yyvsp[-1].expr)); } -#line 1613 "exprparse.c" +#line 1616 "exprparse.c" break; case 47: /* function: FUNCTION */ -#line 160 "exprparse.y" +#line 163 "exprparse.y" { (yyval.ival) = find_func(yyscanner, (yyvsp[0].str)); pg_free((yyvsp[0].str)); } -#line 1619 "exprparse.c" +#line 1622 "exprparse.c" break; -#line 1623 "exprparse.c" +#line 1626 "exprparse.c" default: break; } @@ -1813,7 +1816,7 @@ return yyresult; } -#line 163 "exprparse.y" +#line 166 "exprparse.y" static PgBenchExpr * diff -Nru postgresql-14-14.5/src/bin/pgbench/exprparse.y postgresql-14-14.6/src/bin/pgbench/exprparse.y --- postgresql-14-14.5/src/bin/pgbench/exprparse.y 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pgbench/exprparse.y 2022-11-07 21:38:53.000000000 +0000 @@ -80,7 +80,10 @@ %% -result: expr { expr_parse_result = $1; } +result: expr { + expr_parse_result = $1; + (void) yynerrs; /* suppress compiler warning */ + } elist: { $$ = NULL; } | expr { $$ = make_elist($1, NULL); } diff -Nru postgresql-14-14.5/src/bin/pg_checksums/po/ru.po postgresql-14-14.6/src/bin/pg_checksums/po/ru.po --- postgresql-14-14.5/src/bin/pg_checksums/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_checksums/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,4 +1,4 @@ -# Alexander Lakhin , 2019, 2020, 2021. +# Alexander Lakhin , 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: pg_verify_checksums (PostgreSQL) 11\n" diff -Nru postgresql-14-14.5/src/bin/pg_controldata/po/ru.po postgresql-14-14.6/src/bin/pg_controldata/po/ru.po --- postgresql-14-14.5/src/bin/pg_controldata/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_controldata/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -4,7 +4,7 @@ # Serguei A. Mokhov , 2002-2004. # Oleg Bartunov , 2004. # Andrey Sudnik , 2011. -# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021. +# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: pg_controldata (PostgreSQL current)\n" diff -Nru postgresql-14-14.5/src/bin/pg_ctl/po/ja.po postgresql-14-14.6/src/bin/pg_ctl/po/ja.po --- postgresql-14-14.5/src/bin/pg_ctl/po/ja.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_ctl/po/ja.po 2022-11-07 21:38:53.000000000 +0000 @@ -12,7 +12,7 @@ "Project-Id-Version: pg_ctl (PostgreSQL 14)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2021-08-25 17:21+0900\n" -"PO-Revision-Date: 2021-08-19 17:35+0900\n" +"PO-Revision-Date: 2022-08-09 09:47+0900\n" "Last-Translator: Kyotaro Horiguchi \n" "Language-Team: Japan PostgreSQL Users Group \n" "Language: ja\n" @@ -229,7 +229,7 @@ #: pg_ctl.c:924 #, c-format msgid "%s: server did not start in time\n" -msgstr "%s: サーバーは時間内に停止しませんでした\n" +msgstr "%s: サーバーは時間内に起動しませんでした\n" #: pg_ctl.c:930 #, c-format diff -Nru postgresql-14-14.5/src/bin/pg_ctl/po/ru.po postgresql-14-14.6/src/bin/pg_ctl/po/ru.po --- postgresql-14-14.5/src/bin/pg_ctl/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_ctl/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -6,7 +6,7 @@ # Sergey Burladyan , 2009, 2012. # Andrey Sudnik , 2010. # Dmitriy Olshevskiy , 2014. -# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021. +# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: pg_ctl (PostgreSQL current)\n" diff -Nru postgresql-14-14.5/src/bin/pg_dump/po/fr.po postgresql-14-14.6/src/bin/pg_dump/po/fr.po --- postgresql-14-14.5/src/bin/pg_dump/po/fr.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_dump/po/fr.po 2022-11-07 21:38:53.000000000 +0000 @@ -2561,7 +2561,7 @@ #: pg_restore.c:343 #, c-format msgid "options -C/--create and -1/--single-transaction cannot be used together" -msgstr "les options « -c/--clean » et « -a/--data-only » ne peuvent pas être utilisées ensemble" +msgstr "les options « -C/--create » et « -1/--single-transaction » ne peuvent pas être utilisées ensemble" #: pg_restore.c:357 #, c-format diff -Nru postgresql-14-14.5/src/bin/pg_resetwal/po/ru.po postgresql-14-14.6/src/bin/pg_resetwal/po/ru.po --- postgresql-14-14.5/src/bin/pg_resetwal/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_resetwal/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -5,7 +5,7 @@ # Oleg Bartunov , 2004. # Sergey Burladyan , 2009. # Dmitriy Olshevskiy , 2014. -# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021. +# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: pg_resetxlog (PostgreSQL current)\n" diff -Nru postgresql-14-14.5/src/bin/pg_rewind/po/ru.po postgresql-14-14.6/src/bin/pg_rewind/po/ru.po --- postgresql-14-14.5/src/bin/pg_rewind/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_rewind/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -7,7 +7,7 @@ "Project-Id-Version: pg_rewind (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2022-05-07 06:06+0300\n" -"PO-Revision-Date: 2022-05-07 06:27+0300\n" +"PO-Revision-Date: 2022-09-29 14:17+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -914,7 +914,7 @@ #: xlogreader.c:490 #, c-format msgid "invalid contrecord length %u (expected %lld) at %X/%X" -msgstr "неверная длина contrecord: %u (ожидалось %lld) в позиции %X/%X" +msgstr "неверная длина contrecord: %u (ожидалась %lld) в позиции %X/%X" #: xlogreader.c:741 #, c-format diff -Nru postgresql-14-14.5/src/bin/pg_test_fsync/po/ru.po postgresql-14-14.6/src/bin/pg_test_fsync/po/ru.po --- postgresql-14-14.5/src/bin/pg_test_fsync/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_test_fsync/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,7 +1,7 @@ # Russian message translation file for pg_test_fsync # Copyright (C) 2017 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2017, 2021. +# Alexander Lakhin , 2017, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: pg_test_fsync (PostgreSQL) 10\n" diff -Nru postgresql-14-14.5/src/bin/pg_upgrade/controldata.c postgresql-14-14.6/src/bin/pg_upgrade/controldata.c --- postgresql-14-14.5/src/bin/pg_upgrade/controldata.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_upgrade/controldata.c 2022-11-07 21:38:53.000000000 +0000 @@ -493,7 +493,6 @@ pg_fatal("%d: controldata retrieval problem\n", __LINE__); p++; /* remove ':' char */ - /* used later for contrib check */ cluster->controldata.data_checksum_version = str2uint(p); got_data_checksum_version = true; } diff -Nru postgresql-14-14.5/src/bin/pg_upgrade/pg_upgrade.h postgresql-14-14.6/src/bin/pg_upgrade/pg_upgrade.h --- postgresql-14-14.5/src/bin/pg_upgrade/pg_upgrade.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_upgrade/pg_upgrade.h 2022-11-07 21:38:53.000000000 +0000 @@ -219,7 +219,7 @@ uint32 large_object; bool date_is_int; bool float8_pass_by_value; - bool data_checksum_version; + uint32 data_checksum_version; } ControlData; /* diff -Nru postgresql-14-14.5/src/bin/pg_upgrade/po/ru.po postgresql-14-14.6/src/bin/pg_upgrade/po/ru.po --- postgresql-14-14.5/src/bin/pg_upgrade/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_upgrade/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: pg_upgrade (PostgreSQL) 10\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2021-08-14 06:29+0300\n" -"PO-Revision-Date: 2022-01-19 16:26+0300\n" +"POT-Creation-Date: 2022-08-17 12:22+0300\n" +"PO-Revision-Date: 2022-09-05 13:37+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: check.c:70 +#: check.c:71 #, c-format msgid "" "Performing Consistency Checks on Old Live Server\n" @@ -27,7 +27,7 @@ "Проверка целостности на старом работающем сервере\n" "-------------------------------------------------\n" -#: check.c:76 +#: check.c:77 #, c-format msgid "" "Performing Consistency Checks\n" @@ -36,7 +36,7 @@ "Проведение проверок целостности\n" "-------------------------------\n" -#: check.c:213 +#: check.c:221 #, c-format msgid "" "\n" @@ -45,7 +45,7 @@ "\n" "*Кластеры совместимы*\n" -#: check.c:219 +#: check.c:227 #, c-format msgid "" "\n" @@ -57,7 +57,7 @@ "initdb\n" "для нового кластера, чтобы продолжить.\n" -#: check.c:264 +#: check.c:272 #, c-format msgid "" "Optimizer statistics are not transferred by pg_upgrade.\n" @@ -70,7 +70,7 @@ " %s/vacuumdb %s--all --analyze-in-stages\n" "\n" -#: check.c:270 +#: check.c:278 #, c-format msgid "" "Running this script will delete the old cluster's data files:\n" @@ -79,7 +79,7 @@ "При запуске этого скрипта будут удалены файлы данных старого кластера:\n" " %s\n" -#: check.c:275 +#: check.c:283 #, c-format msgid "" "Could not create a script to delete the old cluster's data files\n" @@ -92,24 +92,24 @@ "пространства или каталог данных нового кластера.\n" "Содержимое старого кластера нужно будет удалить вручную.\n" -#: check.c:287 +#: check.c:295 #, c-format msgid "Checking cluster versions" msgstr "Проверка версий кластеров" -#: check.c:299 +#: check.c:307 #, c-format msgid "This utility can only upgrade from PostgreSQL version 8.4 and later.\n" msgstr "" "Эта утилита может производить обновление только с версии PostgreSQL 8.4 и " "новее.\n" -#: check.c:303 +#: check.c:311 #, c-format msgid "This utility can only upgrade to PostgreSQL version %s.\n" msgstr "Эта утилита может только повышать версию PostgreSQL до %s.\n" -#: check.c:312 +#: check.c:320 #, c-format msgid "" "This utility cannot be used to downgrade to older major PostgreSQL " @@ -118,7 +118,7 @@ "Эта утилита не может понижать версию до более старой основной версии " "PostgreSQL.\n" -#: check.c:317 +#: check.c:325 #, c-format msgid "" "Old cluster data and binary directories are from different major versions.\n" @@ -126,7 +126,7 @@ "Каталоги данных и исполняемых файлов старого кластера относятся к разным " "основным версиям.\n" -#: check.c:320 +#: check.c:328 #, c-format msgid "" "New cluster data and binary directories are from different major versions.\n" @@ -134,7 +134,7 @@ "Каталоги данных и исполняемых файлов нового кластера относятся к разным " "основным версиям.\n" -#: check.c:337 +#: check.c:345 #, c-format msgid "" "When checking a pre-PG 9.1 live old server, you must specify the old " @@ -143,7 +143,7 @@ "Для проверки старого работающего сервера версии до 9.1 необходимо указать " "номер порта этого сервера.\n" -#: check.c:341 +#: check.c:349 #, c-format msgid "" "When checking a live server, the old and new port numbers must be " @@ -152,14 +152,14 @@ "Для проверки работающего сервера новый номер порта должен отличаться от " "старого.\n" -#: check.c:356 +#: check.c:364 #, c-format msgid "encodings for database \"%s\" do not match: old \"%s\", new \"%s\"\n" msgstr "" "кодировки в базе данных \"%s\" различаются: старая - \"%s\", новая - \"%s" "\"\n" -#: check.c:361 +#: check.c:369 #, c-format msgid "" "lc_collate values for database \"%s\" do not match: old \"%s\", new \"%s\"\n" @@ -167,7 +167,7 @@ "значения lc_collate в базе данных \"%s\" различаются: старое - \"%s\", " "новое - \"%s\"\n" -#: check.c:364 +#: check.c:372 #, c-format msgid "" "lc_ctype values for database \"%s\" do not match: old \"%s\", new \"%s\"\n" @@ -175,24 +175,24 @@ "значения lc_ctype в базе данных \"%s\" различаются: старое - \"%s\", новое " "- \"%s\"\n" -#: check.c:437 +#: check.c:445 #, c-format msgid "New cluster database \"%s\" is not empty: found relation \"%s.%s\"\n" msgstr "" "Новая база данных кластера \"%s\" не пустая: найдено отношение \"%s.%s\"\n" -#: check.c:494 +#: check.c:502 #, c-format msgid "Checking for new cluster tablespace directories" msgstr "Проверка каталогов табличных пространств в новом кластере" -#: check.c:505 +#: check.c:513 #, c-format msgid "new cluster tablespace directory already exists: \"%s\"\n" msgstr "" "каталог табличного пространства в новом кластере уже существует: \"%s\"\n" -#: check.c:538 +#: check.c:546 #, c-format msgid "" "\n" @@ -203,7 +203,7 @@ "ПРЕДУПРЕЖДЕНИЕ: новый каталог данных не должен располагаться внутри старого " "каталога данных, то есть, в %s\n" -#: check.c:562 +#: check.c:570 #, c-format msgid "" "\n" @@ -214,49 +214,49 @@ "ПРЕДУПРЕЖДЕНИЕ: пользовательские табличные пространства не должны " "располагаться внутри каталога данных, то есть, в %s\n" -#: check.c:572 +#: check.c:580 #, c-format msgid "Creating script to delete old cluster" msgstr "Создание скрипта для удаления старого кластера" -#: check.c:575 check.c:839 check.c:937 check.c:1016 check.c:1278 file.c:336 -#: function.c:240 option.c:497 version.c:54 version.c:204 version.c:376 -#: version.c:511 +#: check.c:583 check.c:847 check.c:945 check.c:1075 check.c:1153 check.c:1415 +#: file.c:338 function.c:240 option.c:497 version.c:54 version.c:204 +#: version.c:376 version.c:511 #, c-format msgid "could not open file \"%s\": %s\n" msgstr "не удалось открыть файл \"%s\": %s\n" -#: check.c:631 +#: check.c:639 #, c-format msgid "could not add execute permission to file \"%s\": %s\n" msgstr "не удалось добавить право выполнения для файла \"%s\": %s\n" -#: check.c:651 +#: check.c:659 #, c-format msgid "Checking database user is the install user" msgstr "Проверка, является ли пользователь БД стартовым пользователем" -#: check.c:667 +#: check.c:675 #, c-format msgid "database user \"%s\" is not the install user\n" msgstr "пользователь БД \"%s\" не является стартовым пользователем\n" -#: check.c:678 +#: check.c:686 #, c-format msgid "could not determine the number of users\n" msgstr "не удалось определить количество пользователей\n" -#: check.c:686 +#: check.c:694 #, c-format msgid "Only the install user can be defined in the new cluster.\n" msgstr "В новом кластере может быть определён только стартовый пользователь.\n" -#: check.c:706 +#: check.c:714 #, c-format msgid "Checking database connection settings" msgstr "Проверка параметров подключения к базе данных" -#: check.c:728 +#: check.c:736 #, c-format msgid "" "template0 must not allow connections, i.e. its pg_database.datallowconn must " @@ -265,7 +265,7 @@ "База template0 не должна допускать подключения, то есть её свойство " "pg_database.datallowconn должно быть false\n" -#: check.c:738 +#: check.c:746 #, c-format msgid "" "All non-template0 databases must allow connections, i.e. their pg_database." @@ -274,33 +274,34 @@ "Все базы, кроме template0, должны допускать подключения, то есть их свойство " "pg_database.datallowconn должно быть true\n" -#: check.c:763 +#: check.c:771 #, c-format msgid "Checking for prepared transactions" msgstr "Проверка наличия подготовленных транзакций" -#: check.c:772 +#: check.c:780 #, c-format msgid "The source cluster contains prepared transactions\n" msgstr "Исходный кластер содержит подготовленные транзакции\n" -#: check.c:774 +#: check.c:782 #, c-format msgid "The target cluster contains prepared transactions\n" msgstr "Целевой кластер содержит подготовленные транзакции\n" -#: check.c:800 +#: check.c:808 #, c-format msgid "Checking for contrib/isn with bigint-passing mismatch" msgstr "Проверка несоответствия при передаче bigint в contrib/isn" -#: check.c:861 check.c:962 check.c:1038 check.c:1095 check.c:1154 check.c:1183 -#: check.c:1301 function.c:262 version.c:278 version.c:316 version.c:460 +#: check.c:869 check.c:970 check.c:1095 check.c:1175 check.c:1232 check.c:1291 +#: check.c:1320 check.c:1438 function.c:262 version.c:278 version.c:316 +#: version.c:460 #, c-format msgid "fatal\n" msgstr "сбой\n" -#: check.c:862 +#: check.c:870 #, c-format msgid "" "Your installation contains \"contrib/isn\" functions which rely on the\n" @@ -324,12 +325,12 @@ " %s\n" "\n" -#: check.c:885 +#: check.c:893 #, c-format msgid "Checking for user-defined postfix operators" msgstr "Проверка пользовательских постфиксных операторов" -#: check.c:963 +#: check.c:971 #, c-format msgid "" "Your installation contains user-defined postfix operators, which are not\n" @@ -347,12 +348,40 @@ " %s\n" "\n" -#: check.c:984 +#: check.c:995 +#, c-format +msgid "Checking for incompatible polymorphic functions" +msgstr "Проверка несовместимых полиморфных функций" + +#: check.c:1096 +#, c-format +msgid "" +"Your installation contains user-defined objects that refer to internal\n" +"polymorphic functions with arguments of type \"anyarray\" or \"anyelement" +"\".\n" +"These user-defined objects must be dropped before upgrading and restored\n" +"afterwards, changing them to refer to the new corresponding functions with\n" +"arguments of type \"anycompatiblearray\" and \"anycompatible\".\n" +"A list of the problematic objects is in the file:\n" +" %s\n" +"\n" +msgstr "" +"В вашей инсталляции содержатся пользовательские объекты, обращающиеся\n" +"к внутренним полиморфным функциям с аргументами типа \"anyarray\" или " +"\"anyelement\".\n" +"Такие объекты необходимо удалить перед процедурой обновления и восстановить\n" +"после, изменив их так, чтобы они обращались к новым аналогичным функциям\n" +"с аргументами типа \"anycompatiblearray\" и \"anycompatible\".\n" +"Список проблемных объектов приведён в файле:\n" +" %s\n" +"\n" + +#: check.c:1121 #, c-format msgid "Checking for tables WITH OIDS" msgstr "Проверка таблиц со свойством WITH OIDS" -#: check.c:1039 +#: check.c:1176 #, c-format msgid "" "Your installation contains tables declared WITH OIDS, which is not\n" @@ -370,12 +399,12 @@ " %s\n" "\n" -#: check.c:1067 +#: check.c:1204 #, c-format msgid "Checking for system-defined composite types in user tables" msgstr "Проверка системных составных типов в пользовательских таблицах" -#: check.c:1096 +#: check.c:1233 #, c-format msgid "" "Your installation contains system-defined composite type(s) in user tables.\n" @@ -394,12 +423,12 @@ " %s\n" "\n" -#: check.c:1124 +#: check.c:1261 #, c-format msgid "Checking for reg* data types in user tables" msgstr "Проверка типов данных reg* в пользовательских таблицах" -#: check.c:1155 +#: check.c:1292 #, c-format msgid "" "Your installation contains one of the reg* data types in user tables.\n" @@ -419,12 +448,12 @@ " %s\n" "\n" -#: check.c:1177 +#: check.c:1314 #, c-format msgid "Checking for incompatible \"jsonb\" data type" msgstr "Проверка несовместимого типа данных \"jsonb\"" -#: check.c:1184 +#: check.c:1321 #, c-format msgid "" "Your installation contains the \"jsonb\" data type in user tables.\n" @@ -443,27 +472,27 @@ " %s\n" "\n" -#: check.c:1206 +#: check.c:1343 #, c-format msgid "Checking for roles starting with \"pg_\"" msgstr "Проверка ролей с именами, начинающимися с \"pg_\"" -#: check.c:1216 +#: check.c:1353 #, c-format msgid "The source cluster contains roles starting with \"pg_\"\n" msgstr "В исходном кластере есть роли, имена которых начинаются с \"pg_\"\n" -#: check.c:1218 +#: check.c:1355 #, c-format msgid "The target cluster contains roles starting with \"pg_\"\n" msgstr "В целевом кластере есть роли, имена которых начинаются с \"pg_\"\n" -#: check.c:1239 +#: check.c:1376 #, c-format msgid "Checking for user-defined encoding conversions" msgstr "Проверка пользовательских перекодировок" -#: check.c:1302 +#: check.c:1439 #, c-format msgid "" "Your installation contains user-defined encoding conversions.\n" @@ -482,17 +511,17 @@ " %s\n" "\n" -#: check.c:1329 +#: check.c:1466 #, c-format msgid "failed to get the current locale\n" msgstr "не удалось получить текущую локаль\n" -#: check.c:1338 +#: check.c:1475 #, c-format msgid "failed to get system locale name for \"%s\"\n" msgstr "не удалось получить системное имя локали для \"%s\"\n" -#: check.c:1344 +#: check.c:1481 #, c-format msgid "failed to restore old locale \"%s\"\n" msgstr "не удалось восстановить старую локаль \"%s\"\n" @@ -569,124 +598,124 @@ msgid "%d: controldata retrieval problem\n" msgstr "%d: проблема с получением управляющих данных\n" -#: controldata.c:572 +#: controldata.c:571 #, c-format msgid "The source cluster lacks some required control information:\n" msgstr "В исходном кластере не хватает необходимой управляющей информации:\n" -#: controldata.c:575 +#: controldata.c:574 #, c-format msgid "The target cluster lacks some required control information:\n" msgstr "В целевом кластере не хватает необходимой управляющей информации:\n" # skip-rule: capital-letter-first -#: controldata.c:578 +#: controldata.c:577 #, c-format msgid " checkpoint next XID\n" msgstr " следующий XID последней конт. точки\n" # skip-rule: capital-letter-first -#: controldata.c:581 +#: controldata.c:580 #, c-format msgid " latest checkpoint next OID\n" msgstr " следующий OID последней конт. точки\n" # skip-rule: capital-letter-first -#: controldata.c:584 +#: controldata.c:583 #, c-format msgid " latest checkpoint next MultiXactId\n" msgstr " следующий MultiXactId последней конт. точки\n" # skip-rule: capital-letter-first -#: controldata.c:588 +#: controldata.c:587 #, c-format msgid " latest checkpoint oldest MultiXactId\n" msgstr " старейший MultiXactId последней конт. точки\n" # skip-rule: capital-letter-first -#: controldata.c:591 +#: controldata.c:590 #, c-format msgid " latest checkpoint oldestXID\n" msgstr " oldestXID последней конт. точки\n" # skip-rule: capital-letter-first -#: controldata.c:594 +#: controldata.c:593 #, c-format msgid " latest checkpoint next MultiXactOffset\n" msgstr " следующий MultiXactOffset последней конт. точки\n" -#: controldata.c:597 +#: controldata.c:596 #, c-format msgid " first WAL segment after reset\n" msgstr " первый сегмент WAL после сброса\n" -#: controldata.c:600 +#: controldata.c:599 #, c-format msgid " float8 argument passing method\n" msgstr " метод передачи аргумента float8\n" -#: controldata.c:603 +#: controldata.c:602 #, c-format msgid " maximum alignment\n" msgstr " максимальное выравнивание\n" -#: controldata.c:606 +#: controldata.c:605 #, c-format msgid " block size\n" msgstr " размер блока\n" -#: controldata.c:609 +#: controldata.c:608 #, c-format msgid " large relation segment size\n" msgstr " размер сегмента большого отношения\n" -#: controldata.c:612 +#: controldata.c:611 #, c-format msgid " WAL block size\n" msgstr " размер блока WAL\n" -#: controldata.c:615 +#: controldata.c:614 #, c-format msgid " WAL segment size\n" msgstr " размер сегмента WAL\n" -#: controldata.c:618 +#: controldata.c:617 #, c-format msgid " maximum identifier length\n" msgstr " максимальная длина идентификатора\n" -#: controldata.c:621 +#: controldata.c:620 #, c-format msgid " maximum number of indexed columns\n" msgstr " максимальное число столбцов в индексе\n" -#: controldata.c:624 +#: controldata.c:623 #, c-format msgid " maximum TOAST chunk size\n" msgstr " максимальный размер порции TOAST\n" -#: controldata.c:628 +#: controldata.c:627 #, c-format msgid " large-object chunk size\n" msgstr " размер порции большого объекта\n" -#: controldata.c:631 +#: controldata.c:630 #, c-format msgid " dates/times are integers?\n" msgstr " дата/время представлены целыми числами?\n" -#: controldata.c:635 +#: controldata.c:634 #, c-format msgid " data checksum version\n" msgstr " версия контрольных сумм данных\n" -#: controldata.c:637 +#: controldata.c:636 #, c-format msgid "Cannot continue without required control information, terminating\n" msgstr "" "Нет необходимой управляющей информации для продолжения, работа прерывается\n" -#: controldata.c:652 +#: controldata.c:651 #, c-format msgid "" "old and new pg_controldata alignments are invalid or do not match\n" @@ -696,13 +725,13 @@ "Вероятно, один кластер установлен в 32-битной системе, а другой ~ в 64-" "битной\n" -#: controldata.c:656 +#: controldata.c:655 #, c-format msgid "old and new pg_controldata block sizes are invalid or do not match\n" msgstr "" "старый и новый размер блоков в pg_controldata различаются или некорректны\n" -#: controldata.c:659 +#: controldata.c:658 #, c-format msgid "" "old and new pg_controldata maximum relation segment sizes are invalid or do " @@ -711,7 +740,7 @@ "старый и новый максимальный размер сегментов отношений в pg_controldata " "различаются или некорректны\n" -#: controldata.c:662 +#: controldata.c:661 #, c-format msgid "" "old and new pg_controldata WAL block sizes are invalid or do not match\n" @@ -719,7 +748,7 @@ "старый и новый размер блоков WAL в pg_controldata различаются или " "некорректны\n" -#: controldata.c:665 +#: controldata.c:664 #, c-format msgid "" "old and new pg_controldata WAL segment sizes are invalid or do not match\n" @@ -727,7 +756,7 @@ "старый и новый размер сегментов WAL в pg_controldata различаются или " "некорректны\n" -#: controldata.c:668 +#: controldata.c:667 #, c-format msgid "" "old and new pg_controldata maximum identifier lengths are invalid or do not " @@ -736,7 +765,7 @@ "старая и новая максимальная длина идентификаторов в pg_controldata " "различаются или некорректны\n" -#: controldata.c:671 +#: controldata.c:670 #, c-format msgid "" "old and new pg_controldata maximum indexed columns are invalid or do not " @@ -745,7 +774,7 @@ "старый и новый максимум числа столбцов, составляющих индексы, в " "pg_controldata различаются или некорректны\n" -#: controldata.c:674 +#: controldata.c:673 #, c-format msgid "" "old and new pg_controldata maximum TOAST chunk sizes are invalid or do not " @@ -754,7 +783,7 @@ "старый и новый максимальный размер порции TOAST в pg_controldata различаются " "или некорректны\n" -#: controldata.c:679 +#: controldata.c:678 #, c-format msgid "" "old and new pg_controldata large-object chunk sizes are invalid or do not " @@ -762,44 +791,44 @@ msgstr "" "старый и новый размер порции большого объекта различаются или некорректны\n" -#: controldata.c:682 +#: controldata.c:681 #, c-format msgid "old and new pg_controldata date/time storage types do not match\n" msgstr "" "старый и новый тип хранения даты/времени в pg_controldata различаются или " "некорректны\n" -#: controldata.c:695 +#: controldata.c:694 #, c-format msgid "old cluster does not use data checksums but the new one does\n" msgstr "" "в старом кластере не применялись контрольные суммы данных, но в новом они " "есть\n" -#: controldata.c:698 +#: controldata.c:697 #, c-format msgid "old cluster uses data checksums but the new one does not\n" msgstr "" "в старом кластере применялись контрольные суммы данных, но в новом их нет\n" -#: controldata.c:700 +#: controldata.c:699 #, c-format msgid "old and new cluster pg_controldata checksum versions do not match\n" msgstr "" "старая и новая версия контрольных сумм кластера в pg_controldata " "различаются\n" -#: controldata.c:711 +#: controldata.c:710 #, c-format msgid "Adding \".old\" suffix to old global/pg_control" msgstr "Добавление расширения \".old\" к старому файлу global/pg_control" -#: controldata.c:716 +#: controldata.c:715 #, c-format msgid "Unable to rename %s to %s.\n" msgstr "Не удалось переименовать %s в %s.\n" -#: controldata.c:719 +#: controldata.c:718 #, c-format msgid "" "\n" @@ -931,7 +960,7 @@ "программа \"%s\" не прошла проверку: получена некорректная версия \"%s\", " "ожидалась \"%s\"\n" -#: file.c:43 file.c:61 +#: file.c:43 file.c:63 #, c-format msgid "error while cloning relation \"%s.%s\" (\"%s\" to \"%s\"): %s\n" msgstr "ошибка при клонировании отношения \"%s.%s\" (из \"%s\" в \"%s\"): %s\n" @@ -952,7 +981,7 @@ "ошибка при клонировании отношения \"%s.%s\": не удалось создать файл \"%s\": " "%s\n" -#: file.c:87 file.c:190 +#: file.c:89 file.c:192 #, c-format msgid "" "error while copying relation \"%s.%s\": could not open file \"%s\": %s\n" @@ -960,7 +989,7 @@ "ошибка при копировании отношения \"%s.%s\": не удалось открыть файл \"%s\": " "%s\n" -#: file.c:92 file.c:199 +#: file.c:94 file.c:201 #, c-format msgid "" "error while copying relation \"%s.%s\": could not create file \"%s\": %s\n" @@ -968,7 +997,7 @@ "ошибка при копировании отношения \"%s.%s\": не удалось создать файл \"%s\": " "%s\n" -#: file.c:106 file.c:223 +#: file.c:108 file.c:225 #, c-format msgid "" "error while copying relation \"%s.%s\": could not read file \"%s\": %s\n" @@ -976,7 +1005,7 @@ "ошибка при копировании отношения \"%s.%s\": не удалось прочитать файл \"%s" "\": %s\n" -#: file.c:118 file.c:301 +#: file.c:120 file.c:303 #, c-format msgid "" "error while copying relation \"%s.%s\": could not write file \"%s\": %s\n" @@ -984,19 +1013,19 @@ "ошибка при копировании отношения \"%s.%s\": не удалось записать в файл \"%s" "\": %s\n" -#: file.c:132 +#: file.c:134 #, c-format msgid "error while copying relation \"%s.%s\" (\"%s\" to \"%s\"): %s\n" msgstr "ошибка при копировании отношения \"%s.%s\" (из \"%s\" в \"%s\"): %s\n" -#: file.c:151 +#: file.c:153 #, c-format msgid "" "error while creating link for relation \"%s.%s\" (\"%s\" to \"%s\"): %s\n" msgstr "" "ошибка при создании ссылки для отношения \"%s.%s\" (из \"%s\" в \"%s\"): %s\n" -#: file.c:194 +#: file.c:196 #, c-format msgid "" "error while copying relation \"%s.%s\": could not stat file \"%s\": %s\n" @@ -1004,7 +1033,7 @@ "ошибка при копировании отношения \"%s.%s\": не удалось получить информацию о " "файле \"%s\": %s\n" -#: file.c:226 +#: file.c:228 #, c-format msgid "" "error while copying relation \"%s.%s\": partial page found in file \"%s\"\n" @@ -1012,22 +1041,22 @@ "ошибка при копировании отношения \"%s.%s\": в файле \"%s\" обнаружена " "неполная страница\n" -#: file.c:328 file.c:345 +#: file.c:330 file.c:347 #, c-format msgid "could not clone file between old and new data directories: %s\n" msgstr "не удалось клонировать файл из старого каталога данных в новый: %s\n" -#: file.c:341 +#: file.c:343 #, c-format msgid "could not create file \"%s\": %s\n" msgstr "не удалось создать файл \"%s\": %s\n" -#: file.c:352 +#: file.c:354 #, c-format msgid "file cloning not supported on this platform\n" msgstr "клонирование файлов не поддерживается в этой ОС\n" -#: file.c:369 +#: file.c:371 #, c-format msgid "" "could not create hard link between old and new data directories: %s\n" diff -Nru postgresql-14-14.5/src/bin/pg_upgrade/po/uk.po postgresql-14-14.6/src/bin/pg_upgrade/po/uk.po --- postgresql-14-14.5/src/bin/pg_upgrade/po/uk.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_upgrade/po/uk.po 2022-11-07 21:38:53.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: postgresql\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-03-16 09:17+0000\n" -"PO-Revision-Date: 2022-06-19 10:10\n" +"POT-Creation-Date: 2022-08-12 08:32+0000\n" +"PO-Revision-Date: 2022-09-13 11:52\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Language: uk_UA\n" @@ -17,28 +17,28 @@ "X-Crowdin-File: /REL_14_STABLE/pg_upgrade.pot\n" "X-Crowdin-File-ID: 778\n" -#: check.c:70 +#: check.c:71 #, c-format msgid "Performing Consistency Checks on Old Live Server\n" "------------------------------------------------\n" msgstr "Перевірка цілістності на старому працюючому сервері\n" "------------------------------------------------\n" -#: check.c:76 +#: check.c:77 #, c-format msgid "Performing Consistency Checks\n" "-----------------------------\n" msgstr "Проведення перевірок цілістності\n" "-----------------------------\n" -#: check.c:213 +#: check.c:221 #, c-format msgid "\n" "*Clusters are compatible*\n" msgstr "\n" "*Кластери сумісні*\n" -#: check.c:219 +#: check.c:227 #, c-format msgid "\n" "If pg_upgrade fails after this point, you must re-initdb the\n" @@ -47,7 +47,7 @@ "Якщо робота pg_upgrade після цієї точки перерветься, вам потрібно буде заново виконати initdb \n" "для нового кластера, перед продовженням.\n" -#: check.c:264 +#: check.c:272 #, c-format msgid "Optimizer statistics are not transferred by pg_upgrade.\n" "Once you start the new server, consider running:\n" @@ -56,14 +56,14 @@ "Після запуску нового серверу, розгляньте можливість запуску:\n" " %s/vacuumdb %s--all --analyze-in-stages\n\n" -#: check.c:270 +#: check.c:278 #, c-format msgid "Running this script will delete the old cluster's data files:\n" " %s\n" msgstr "При запуску цього скрипту файли даних старого кластера будуть видалені:\n" " %s\n" -#: check.c:275 +#: check.c:283 #, c-format msgid "Could not create a script to delete the old cluster's data files\n" "because user-defined tablespaces or the new cluster's data directory\n" @@ -74,169 +74,170 @@ "простори або каталог даних нового кластера. Вміст старого кластера\n" "треба буде видалити вручну.\n" -#: check.c:287 +#: check.c:295 #, c-format msgid "Checking cluster versions" msgstr "Перевірка версій кластерів" -#: check.c:299 +#: check.c:307 #, c-format msgid "This utility can only upgrade from PostgreSQL version 8.4 and later.\n" msgstr "Ця утиліта може виконувати оновлення тільки з версії PostgreSQL 8.4 і новіше.\n" -#: check.c:303 +#: check.c:311 #, c-format msgid "This utility can only upgrade to PostgreSQL version %s.\n" msgstr "Ця утиліта може тільки підвищувати версію PostgreSQL до %s.\n" -#: check.c:312 +#: check.c:320 #, c-format msgid "This utility cannot be used to downgrade to older major PostgreSQL versions.\n" msgstr "Ця утиліта не може не може використовуватись щоб понижувати версію до більш старих основних версій PostgreSQL.\n" -#: check.c:317 +#: check.c:325 #, c-format msgid "Old cluster data and binary directories are from different major versions.\n" msgstr "Каталог даних і двійковий каталог старого кластера з різних основних версій.\n" -#: check.c:320 +#: check.c:328 #, c-format msgid "New cluster data and binary directories are from different major versions.\n" msgstr "Каталог даних і двійковий каталог нового кластера з різних основних версій.\n" -#: check.c:337 +#: check.c:345 #, c-format msgid "When checking a pre-PG 9.1 live old server, you must specify the old server's port number.\n" msgstr "Для перевірки старого працюючого сервера до версії 9.1, вам необхідно вказати номер порта цього сервера.\n" -#: check.c:341 +#: check.c:349 #, c-format msgid "When checking a live server, the old and new port numbers must be different.\n" msgstr "Для перевірки працюючого сервера, старий і новий номер порта повинні бути різними.\n" -#: check.c:356 +#: check.c:364 #, c-format msgid "encodings for database \"%s\" do not match: old \"%s\", new \"%s\"\n" msgstr "кодування для бази даних \"%s\" не збігаються: старе \"%s\", нове \"%s\"\n" -#: check.c:361 +#: check.c:369 #, c-format msgid "lc_collate values for database \"%s\" do not match: old \"%s\", new \"%s\"\n" msgstr "значення lc_collate для бази даних \"%s\" не збігаються: старе \"%s\", нове \"%s\"\n" -#: check.c:364 +#: check.c:372 #, c-format msgid "lc_ctype values for database \"%s\" do not match: old \"%s\", new \"%s\"\n" msgstr "значення lc_ctype для бази даних \"%s\" не збігаються: старе \"%s\", нове \"%s\"\n" -#: check.c:437 +#: check.c:445 #, c-format msgid "New cluster database \"%s\" is not empty: found relation \"%s.%s\"\n" msgstr "Новий кластер бази даних \"%s\" не порожній: знайдено відношення \"%s.%s\"\n" -#: check.c:494 +#: check.c:502 #, c-format msgid "Checking for new cluster tablespace directories" msgstr "Перевірка каталогів табличних просторів кластера" -#: check.c:505 +#: check.c:513 #, c-format msgid "new cluster tablespace directory already exists: \"%s\"\n" msgstr "каталог нового кластерного табличного простору вже існує: \"%s\"\n" -#: check.c:538 +#: check.c:546 #, c-format msgid "\n" "WARNING: new data directory should not be inside the old data directory, e.g. %s\n" msgstr "\n" "ПОПЕРЕДЖЕННЯ: новий каталог даних не повинен бути всередині старого каталогу даних, наприклад %s\n" -#: check.c:562 +#: check.c:570 #, c-format msgid "\n" "WARNING: user-defined tablespace locations should not be inside the data directory, e.g. %s\n" msgstr "\n" "ПОПЕРЕДЖЕННЯ: користувацькі розташування табличних просторів не повинні бути всередині каталогу даних, наприклад %s\n" -#: check.c:572 +#: check.c:580 #, c-format msgid "Creating script to delete old cluster" msgstr "Створення скрипту для видалення старого кластеру" -#: check.c:575 check.c:839 check.c:937 check.c:1016 check.c:1278 file.c:336 -#: function.c:240 option.c:497 version.c:54 version.c:204 version.c:376 -#: version.c:511 +#: check.c:583 check.c:847 check.c:945 check.c:1075 check.c:1153 check.c:1415 +#: file.c:338 function.c:240 option.c:497 version.c:54 version.c:204 +#: version.c:376 version.c:511 #, c-format msgid "could not open file \"%s\": %s\n" msgstr "не вдалося відкрити файл \"%s\": %s\n" -#: check.c:631 +#: check.c:639 #, c-format msgid "could not add execute permission to file \"%s\": %s\n" msgstr "не вдалося додати право виконання для файлу \"%s\": %s\n" -#: check.c:651 +#: check.c:659 #, c-format msgid "Checking database user is the install user" msgstr "Перевірка, чи є користувач бази даних стартовим користувачем" -#: check.c:667 +#: check.c:675 #, c-format msgid "database user \"%s\" is not the install user\n" msgstr "користувач бази даних \"%s\" не є стартовим користувачем\n" -#: check.c:678 +#: check.c:686 #, c-format msgid "could not determine the number of users\n" msgstr "не вдалося визначити кількість користувачів\n" -#: check.c:686 +#: check.c:694 #, c-format msgid "Only the install user can be defined in the new cluster.\n" msgstr "В новому кластері може бути визначеним тільки стартовий користувач.\n" -#: check.c:706 +#: check.c:714 #, c-format msgid "Checking database connection settings" msgstr "Перевірка параметрів підключення до бази даних" -#: check.c:728 +#: check.c:736 #, c-format msgid "template0 must not allow connections, i.e. its pg_database.datallowconn must be false\n" msgstr "template0 не повинна дозволяти підключення, тобто pg_database.datallowconn повинно бути false\n" -#: check.c:738 +#: check.c:746 #, c-format msgid "All non-template0 databases must allow connections, i.e. their pg_database.datallowconn must be true\n" msgstr "Всі бази даних, окрім template0, повинні дозволяти підключення, тобто pg_database.datallowconn повинно бути true\n" -#: check.c:763 +#: check.c:771 #, c-format msgid "Checking for prepared transactions" msgstr "Перевірка підготовлених транзакцій" -#: check.c:772 +#: check.c:780 #, c-format msgid "The source cluster contains prepared transactions\n" msgstr "Початковий кластер містить підготовлені транзакції\n" -#: check.c:774 +#: check.c:782 #, c-format msgid "The target cluster contains prepared transactions\n" msgstr "Цільовий кластер містить підготовлені транзакції\n" -#: check.c:800 +#: check.c:808 #, c-format msgid "Checking for contrib/isn with bigint-passing mismatch" msgstr "Перевірка невідповідності при передаванні bigint в contrib/isn" -#: check.c:861 check.c:962 check.c:1038 check.c:1095 check.c:1154 check.c:1183 -#: check.c:1301 function.c:262 version.c:278 version.c:316 version.c:460 +#: check.c:869 check.c:970 check.c:1095 check.c:1175 check.c:1232 check.c:1291 +#: check.c:1320 check.c:1438 function.c:262 version.c:278 version.c:316 +#: version.c:460 #, c-format msgid "fatal\n" msgstr "збій\n" -#: check.c:862 +#: check.c:870 #, c-format msgid "Your installation contains \"contrib/isn\" functions which rely on the\n" "bigint data type. Your old and new clusters pass bigint values\n" @@ -248,12 +249,12 @@ msgstr "Ваша інсталяція містить функції \"contrib/isn\", що використовують тип даних bigint. Старі та нові кластери передають значення bigint по-різному, тому цей кластер наразі неможливо оновити. Ви можете вручну вивантажити бази даних зі старого кластеру, що використовує засоби \"contrib/isn\", видалити їх, виконати оновлення, а потім відновити їх. Список проблемних функцій подано у файлі:\n" " %s\n\n" -#: check.c:885 +#: check.c:893 #, c-format msgid "Checking for user-defined postfix operators" msgstr "Перевірка постфіксних операторів визначених користувачем" -#: check.c:963 +#: check.c:971 #, c-format msgid "Your installation contains user-defined postfix operators, which are not\n" "supported anymore. Consider dropping the postfix operators and replacing\n" @@ -265,12 +266,34 @@ "Список користувацьких постфіксних операторів знаходиться у файлі:\n" " %s\n\n" -#: check.c:984 +#: check.c:995 +#, c-format +msgid "Checking for incompatible polymorphic functions" +msgstr "Перевірка несумісних поліморфних функцій" + +#: check.c:1096 +#, c-format +msgid "Your installation contains user-defined objects that refer to internal\n" +"polymorphic functions with arguments of type \"anyarray\" or \"anyelement\".\n" +"These user-defined objects must be dropped before upgrading and restored\n" +"afterwards, changing them to refer to the new corresponding functions with\n" +"arguments of type \"anycompatiblearray\" and \"anycompatible\".\n" +"A list of the problematic objects is in the file:\n" +" %s\n\n" +msgstr "У вашій інсталяції містяться користувацькі об'єкти, які посилаються на внутрішні\n" +"поліморфні функції з аргументами типу \"anyarray\" або \"anyelement\".\n" +"Ці користувацькі об'єкти повинні бути видалені перед оновленням і відновлені\n" +"після цього, змінивши їх посилання на нові відповідні функції з\n" +"аргументами типу \"anycompatiblearray\" і \"anycompatible\".\n" +"Список проблемних об'єктів знаходиться у файлі:\n" +" %s\n\n" + +#: check.c:1121 #, c-format msgid "Checking for tables WITH OIDS" msgstr "Перевірка таблиць WITH OIDS" -#: check.c:1039 +#: check.c:1176 #, c-format msgid "Your installation contains tables declared WITH OIDS, which is not\n" "supported anymore. Consider removing the oid column using\n" @@ -282,12 +305,12 @@ "Список проблемних таблиць подано у файлі:\n" " %s\n\n" -#: check.c:1067 +#: check.c:1204 #, c-format msgid "Checking for system-defined composite types in user tables" msgstr "Перевірка складених типів визначених системою у таблицях користувача" -#: check.c:1096 +#: check.c:1233 #, c-format msgid "Your installation contains system-defined composite type(s) in user tables.\n" "These type OIDs are not stable across PostgreSQL versions,\n" @@ -301,12 +324,12 @@ "Список проблемних стовпців знаходиться у файлі:\n" " %s\n\n" -#: check.c:1124 +#: check.c:1261 #, c-format msgid "Checking for reg* data types in user tables" msgstr "Перевірка типів даних reg* в користувацьких таблицях" -#: check.c:1155 +#: check.c:1292 #, c-format msgid "Your installation contains one of the reg* data types in user tables.\n" "These data types reference system OIDs that are not preserved by\n" @@ -320,12 +343,12 @@ "Список проблемних стовпців знаходиться у файлі:\n" " %s\n\n" -#: check.c:1177 +#: check.c:1314 #, c-format msgid "Checking for incompatible \"jsonb\" data type" msgstr "Перевірка несумісного типу даних \"jsonb\"" -#: check.c:1184 +#: check.c:1321 #, c-format msgid "Your installation contains the \"jsonb\" data type in user tables.\n" "The internal format of \"jsonb\" changed during 9.4 beta so this\n" @@ -340,27 +363,27 @@ "Список проблемних стовпців знаходиться у файлі:\n" " %s\n\n" -#: check.c:1206 +#: check.c:1343 #, c-format msgid "Checking for roles starting with \"pg_\"" msgstr "Перевірка ролей, які починаються з \"pg_\"" -#: check.c:1216 +#: check.c:1353 #, c-format msgid "The source cluster contains roles starting with \"pg_\"\n" msgstr "Початковий кластер містить ролі, які починаються з \"pg_\"\n" -#: check.c:1218 +#: check.c:1355 #, c-format msgid "The target cluster contains roles starting with \"pg_\"\n" msgstr "Цільовий кластер містить ролі, які починаються з \"pg_\"\n" -#: check.c:1239 +#: check.c:1376 #, c-format msgid "Checking for user-defined encoding conversions" msgstr "Перевірка користувацьких перетворення кодувань" -#: check.c:1302 +#: check.c:1439 #, c-format msgid "Your installation contains user-defined encoding conversions.\n" "The conversion function parameters changed in PostgreSQL version 14\n" @@ -375,17 +398,17 @@ "Список перетворень кодувань знаходиться у файлі:\n" " %s\n\n" -#: check.c:1329 +#: check.c:1466 #, c-format msgid "failed to get the current locale\n" msgstr "не вдалося отримати поточну локаль\n" -#: check.c:1338 +#: check.c:1475 #, c-format msgid "failed to get system locale name for \"%s\"\n" msgstr "не вдалося отримати системне ім'я локалі для \"%s\"\n" -#: check.c:1344 +#: check.c:1481 #, c-format msgid "failed to restore old locale \"%s\"\n" msgstr "не вдалося відновити стару локаль \"%s\"\n" @@ -758,7 +781,7 @@ msgid "check for \"%s\" failed: incorrect version: found \"%s\", expected \"%s\"\n" msgstr "помилка перевірки \"%s\": неправильна версія: знайдено \"%s\", очікувалось \"%s\"\n" -#: file.c:43 file.c:61 +#: file.c:43 file.c:63 #, c-format msgid "error while cloning relation \"%s.%s\" (\"%s\" to \"%s\"): %s\n" msgstr "помилка при клонуванні відношення \"%s.%s\" (\"%s\" до \"%s\"): %s\n" @@ -773,62 +796,62 @@ msgid "error while cloning relation \"%s.%s\": could not create file \"%s\": %s\n" msgstr "помилка при клонуванні відношення \"%s.%s\": не вдалося створити файл \"%s\": %s\n" -#: file.c:87 file.c:190 +#: file.c:89 file.c:192 #, c-format msgid "error while copying relation \"%s.%s\": could not open file \"%s\": %s\n" msgstr "помилка під час копіювання відношення \"%s.%s\": не вдалося відкрити файл \"%s\": %s\n" -#: file.c:92 file.c:199 +#: file.c:94 file.c:201 #, c-format msgid "error while copying relation \"%s.%s\": could not create file \"%s\": %s\n" msgstr "помилка під час копіювання відношення \"%s.%s\": не вдалося створити файл \"%s\": %s\n" -#: file.c:106 file.c:223 +#: file.c:108 file.c:225 #, c-format msgid "error while copying relation \"%s.%s\": could not read file \"%s\": %s\n" msgstr "помилка під час копіювання відношення \"%s.%s\": не вдалося прочитати файл \"%s\": %s\n" -#: file.c:118 file.c:301 +#: file.c:120 file.c:303 #, c-format msgid "error while copying relation \"%s.%s\": could not write file \"%s\": %s\n" msgstr "помилка під час копіювання відношення \"%s.%s\": не вдалося записати до файлу \"%s\": %s\n" -#: file.c:132 +#: file.c:134 #, c-format msgid "error while copying relation \"%s.%s\" (\"%s\" to \"%s\"): %s\n" msgstr "помилка під час копіювання відношення \"%s.%s\" ( з \"%s\" в \"%s\"): %s\n" -#: file.c:151 +#: file.c:153 #, c-format msgid "error while creating link for relation \"%s.%s\" (\"%s\" to \"%s\"): %s\n" msgstr "помилка під час створення посилання для відношення \"%s.%s\" ( з \"%s\" в \"%s\"): %s\n" -#: file.c:194 +#: file.c:196 #, c-format msgid "error while copying relation \"%s.%s\": could not stat file \"%s\": %s\n" msgstr "помилка під час копіювання відношення \"%s.%s\": не вдалося отримати стан файлу \"%s\": %s\n" -#: file.c:226 +#: file.c:228 #, c-format msgid "error while copying relation \"%s.%s\": partial page found in file \"%s\"\n" msgstr "помилка під час копіювання відношення \"%s.%s\": у файлі \"%s\" знайдена часткова сторінка\n" -#: file.c:328 file.c:345 +#: file.c:330 file.c:347 #, c-format msgid "could not clone file between old and new data directories: %s\n" msgstr "не вдалося клонувати файл між старим і новим каталогами даних: %s\n" -#: file.c:341 +#: file.c:343 #, c-format msgid "could not create file \"%s\": %s\n" msgstr "не можливо створити файл \"%s\": %s\n" -#: file.c:352 +#: file.c:354 #, c-format msgid "file cloning not supported on this platform\n" msgstr "клонування файлів не підтримується на цій платформі\n" -#: file.c:369 +#: file.c:371 #, c-format msgid "could not create hard link between old and new data directories: %s\n" "In link mode the old and new data directories must be on the same file system.\n" diff -Nru postgresql-14-14.5/src/bin/pg_verifybackup/po/ru.po postgresql-14-14.6/src/bin/pg_verifybackup/po/ru.po --- postgresql-14-14.5/src/bin/pg_verifybackup/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_verifybackup/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,4 +1,4 @@ -# Alexander Lakhin , 2020, 2021. +# Alexander Lakhin , 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: pg_verifybackup (PostgreSQL) 13\n" diff -Nru postgresql-14-14.5/src/bin/pg_waldump/nls.mk postgresql-14-14.6/src/bin/pg_waldump/nls.mk --- postgresql-14-14.5/src/bin/pg_waldump/nls.mk 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_waldump/nls.mk 2022-11-07 21:38:53.000000000 +0000 @@ -1,6 +1,7 @@ # src/bin/pg_waldump/nls.mk CATALOG_NAME = pg_waldump AVAIL_LANGUAGES = cs de el es fr ja ko ru sv tr uk zh_CN -GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) pg_waldump.c -GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) fatal_error -GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) fatal_error:1:c-format +GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) pg_waldump.c xlogreader.c +GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) fatal_error report_invalid_record:2 +GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) fatal_error:1:c-format \ + report_invalid_record:2:c-format diff -Nru postgresql-14-14.5/src/bin/pg_waldump/po/de.po postgresql-14-14.6/src/bin/pg_waldump/po/de.po --- postgresql-14-14.5/src/bin/pg_waldump/po/de.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_waldump/po/de.po 2022-11-07 21:38:53.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pg_waldump (PostgreSQL) 13\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2020-04-21 05:14+0000\n" +"POT-Creation-Date: 2022-11-03 20:31+0000\n" "PO-Revision-Date: 2020-04-21 19:02+0200\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" @@ -17,17 +17,17 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../../../src/common/logging.c:236 +#: ../../../src/common/logging.c:259 #, c-format msgid "fatal: " msgstr "Fatal: " -#: ../../../src/common/logging.c:243 +#: ../../../src/common/logging.c:266 #, c-format msgid "error: " msgstr "Fehler: " -#: ../../../src/common/logging.c:250 +#: ../../../src/common/logging.c:273 #, c-format msgid "warning: " msgstr "Warnung: " @@ -44,42 +44,42 @@ msgstr[0] "WAL-Segmentgröße muss eine Zweierpotenz zwischen 1 MB und 1 GB sein, aber der Kopf der WAL-Datei »%s« gibt %d Byte an" msgstr[1] "WAL-Segmentgröße muss eine Zweierpotenz zwischen 1 MB und 1 GB sein, aber der Kopf der WAL-Datei »%s« gibt %d Bytes an" -#: pg_waldump.c:210 +#: pg_waldump.c:208 #, c-format msgid "could not read file \"%s\": %m" msgstr "konnte Datei »%s« nicht lesen: %m" -#: pg_waldump.c:213 +#: pg_waldump.c:211 #, c-format msgid "could not read file \"%s\": read %d of %zu" msgstr "konnte Datei »%s« nicht lesen: %d von %zu gelesen" -#: pg_waldump.c:275 +#: pg_waldump.c:272 #, c-format msgid "could not locate WAL file \"%s\"" msgstr "konnte WAL-Datei »%s« nicht finden" -#: pg_waldump.c:277 +#: pg_waldump.c:274 #, c-format msgid "could not find any WAL file" msgstr "konnte keine WAL-Datei finden" -#: pg_waldump.c:319 +#: pg_waldump.c:315 #, c-format msgid "could not find file \"%s\": %m" msgstr "konnte Datei »%s« nicht finden: %m" -#: pg_waldump.c:359 +#: pg_waldump.c:364 #, c-format msgid "could not read from file %s, offset %u: %m" msgstr "konnte nicht aus Datei %s, Position %u lesen: %m" -#: pg_waldump.c:363 +#: pg_waldump.c:368 #, c-format msgid "could not read from file %s, offset %u: read %d of %zu" msgstr "konnte nicht aus Datei %s, Position %u lesen: %d von %zu gelesen" -#: pg_waldump.c:712 +#: pg_waldump.c:721 #, c-format msgid "" "%s decodes and displays PostgreSQL write-ahead logs for debugging.\n" @@ -88,17 +88,17 @@ "%s dekodiert und zeigt PostgreSQL-Write-Ahead-Logs zum Debuggen.\n" "\n" -#: pg_waldump.c:714 +#: pg_waldump.c:723 #, c-format msgid "Usage:\n" msgstr "Aufruf:\n" -#: pg_waldump.c:715 +#: pg_waldump.c:724 #, c-format msgid " %s [OPTION]... [STARTSEG [ENDSEG]]\n" msgstr " %s [OPTION]... [STARTSEG [ENDSEG]]\n" -#: pg_waldump.c:716 +#: pg_waldump.c:725 #, c-format msgid "" "\n" @@ -107,27 +107,27 @@ "\n" "Optionen:\n" -#: pg_waldump.c:717 +#: pg_waldump.c:726 #, c-format msgid " -b, --bkp-details output detailed information about backup blocks\n" msgstr " -b, --bkp-details detaillierte Informationen über Backup-Blöcke ausgeben\n" -#: pg_waldump.c:718 +#: pg_waldump.c:727 #, c-format msgid " -e, --end=RECPTR stop reading at WAL location RECPTR\n" msgstr " -e, --end=RECPTR bei WAL-Position RECPTR zu lesen aufhören\n" -#: pg_waldump.c:719 +#: pg_waldump.c:728 #, c-format msgid " -f, --follow keep retrying after reaching end of WAL\n" msgstr " -f, --follow am Ende des WAL weiter versuchen\n" -#: pg_waldump.c:720 +#: pg_waldump.c:729 #, c-format msgid " -n, --limit=N number of records to display\n" msgstr " -n, --limit=N Anzahl der anzuzeigenden Datensätze\n" -#: pg_waldump.c:721 +#: pg_waldump.c:730 #, c-format msgid "" " -p, --path=PATH directory in which to find log segment files or a\n" @@ -138,12 +138,12 @@ " mit ./pg_wal mit solchen Dateien (Vorgabe: aktuelles\n" " Verzeichnis, ./pg_wal, $PGDATA/pg_wal)\n" -#: pg_waldump.c:724 +#: pg_waldump.c:733 #, c-format msgid " -q, --quiet do not print any output, except for errors\n" msgstr " -q, --quiet keine Ausgabe, außer Fehler\n" -#: pg_waldump.c:725 +#: pg_waldump.c:734 #, c-format msgid "" " -r, --rmgr=RMGR only show records generated by resource manager RMGR;\n" @@ -152,12 +152,12 @@ " -r, --rmgr=RMGR nur Datensätze erzeugt von Resource-Manager RMGR zeigen;\n" " --rmgr=list zeigt gültige Resource-Manager-Namen\n" -#: pg_waldump.c:727 +#: pg_waldump.c:736 #, c-format msgid " -s, --start=RECPTR start reading at WAL location RECPTR\n" msgstr " -s, --start=RECPTR bei WAL-Position RECPTR zu lesen anfangen\n" -#: pg_waldump.c:728 +#: pg_waldump.c:737 #, c-format msgid "" " -t, --timeline=TLI timeline from which to read log records\n" @@ -166,17 +166,17 @@ " -t, --timeline=ZAHL Zeitleiste aus der Datensätze gelesen werden sollen\n" " (Vorgabe: 1 oder der in STARTSEG verwendete Wert)\n" -#: pg_waldump.c:730 +#: pg_waldump.c:739 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" -#: pg_waldump.c:731 +#: pg_waldump.c:740 #, c-format msgid " -x, --xid=XID only show records with transaction ID XID\n" msgstr " -x, --xid=XID nur Datensätze mit Transaktions-ID XID zeigen\n" -#: pg_waldump.c:732 +#: pg_waldump.c:741 #, c-format msgid "" " -z, --stats[=record] show statistics instead of records\n" @@ -185,12 +185,12 @@ " -z, --stats[=record] Statistiken statt Datensätzen anzeigen\n" " (optional Statistiken pro Datensatz zeigen)\n" -#: pg_waldump.c:734 +#: pg_waldump.c:743 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" -#: pg_waldump.c:735 +#: pg_waldump.c:744 #, c-format msgid "" "\n" @@ -199,109 +199,244 @@ "\n" "Berichten Sie Fehler an <%s>.\n" -#: pg_waldump.c:736 +#: pg_waldump.c:745 #, c-format msgid "%s home page: <%s>\n" msgstr "%s Homepage: <%s>\n" -#: pg_waldump.c:813 +#: pg_waldump.c:822 #, c-format msgid "no arguments specified" msgstr "keine Argumente angegeben" -#: pg_waldump.c:828 +#: pg_waldump.c:837 #, c-format msgid "could not parse end WAL location \"%s\"" msgstr "konnte WAL-Endposition »%s« nicht parsen" -#: pg_waldump.c:840 +#: pg_waldump.c:849 #, c-format msgid "could not parse limit \"%s\"" msgstr "konnte Limit »%s« nicht parsen" -#: pg_waldump.c:871 +#: pg_waldump.c:880 #, c-format msgid "resource manager \"%s\" does not exist" msgstr "Resouce-Manager »%s« existiert nicht" -#: pg_waldump.c:880 +#: pg_waldump.c:889 #, c-format msgid "could not parse start WAL location \"%s\"" msgstr "konnte WAL-Startposition »%s« nicht parsen" -#: pg_waldump.c:890 +#: pg_waldump.c:899 #, c-format msgid "could not parse timeline \"%s\"" msgstr "konnte Zeitleiste »%s« nicht parsen" -#: pg_waldump.c:897 +#: pg_waldump.c:906 #, c-format msgid "could not parse \"%s\" as a transaction ID" msgstr "konnte »%s« nicht als gültige Transaktions-ID parsen" -#: pg_waldump.c:912 +#: pg_waldump.c:921 #, c-format msgid "unrecognized argument to --stats: %s" msgstr "unbekanntes Argument für --stats: %s" -#: pg_waldump.c:925 +#: pg_waldump.c:934 #, c-format msgid "too many command-line arguments (first is \"%s\")" msgstr "zu viele Kommandozeilenargumente (das erste ist »%s«)" -#: pg_waldump.c:935 pg_waldump.c:955 +#: pg_waldump.c:944 pg_waldump.c:964 #, c-format msgid "could not open directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht öffnen: %m" -#: pg_waldump.c:961 pg_waldump.c:992 +#: pg_waldump.c:970 pg_waldump.c:1000 #, c-format msgid "could not open file \"%s\"" msgstr "konnte Datei »%s« nicht öffnen" -#: pg_waldump.c:971 +#: pg_waldump.c:980 #, c-format msgid "start WAL location %X/%X is not inside file \"%s\"" msgstr "WAL-Startposition %X/%X ist nicht innerhalb der Datei »%s«" -#: pg_waldump.c:999 +#: pg_waldump.c:1007 #, c-format msgid "ENDSEG %s is before STARTSEG %s" msgstr "ENDSEG %s kommt vor STARTSEG %s" -#: pg_waldump.c:1014 +#: pg_waldump.c:1022 #, c-format msgid "end WAL location %X/%X is not inside file \"%s\"" msgstr "WAL-Endposition %X/%X ist nicht innerhalb der Datei »%s«" -#: pg_waldump.c:1027 +#: pg_waldump.c:1034 #, c-format msgid "no start WAL location given" msgstr "keine WAL-Startposition angegeben" -#: pg_waldump.c:1037 +#: pg_waldump.c:1048 #, c-format msgid "out of memory" msgstr "Speicher aufgebraucht" -#: pg_waldump.c:1043 +#: pg_waldump.c:1054 #, c-format msgid "could not find a valid record after %X/%X" msgstr "konnte keinen gültigen Datensatz nach %X/%X finden" -#: pg_waldump.c:1054 +#: pg_waldump.c:1064 #, c-format msgid "first record is after %X/%X, at %X/%X, skipping over %u byte\n" msgid_plural "first record is after %X/%X, at %X/%X, skipping over %u bytes\n" msgstr[0] "erster Datensatz kommt nach %X/%X, bei %X/%X, %u Byte wurde übersprungen\n" msgstr[1] "erster Datensatz kommt nach %X/%X, bei %X/%X, %u Bytes wurden übersprungen\n" -#: pg_waldump.c:1105 +#: pg_waldump.c:1115 #, c-format msgid "error in WAL record at %X/%X: %s" msgstr "Fehler in WAL-Eintrag bei %X/%X: %s" -#: pg_waldump.c:1115 +#: pg_waldump.c:1124 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" + +#: xlogreader.c:354 +#, c-format +msgid "invalid record offset at %X/%X" +msgstr "ungültiger Datensatz-Offset bei %X/%X" + +#: xlogreader.c:362 +#, c-format +msgid "contrecord is requested by %X/%X" +msgstr "Contrecord angefordert von %X/%X" + +#: xlogreader.c:403 xlogreader.c:733 +#, c-format +msgid "invalid record length at %X/%X: wanted %u, got %u" +msgstr "ungültige Datensatzlänge bei %X/%X: %u erwartet, %u erhalten" + +#: xlogreader.c:429 +#, c-format +msgid "record length %u at %X/%X too long" +msgstr "Datensatzlänge %u bei %X/%X ist zu lang" + +#: xlogreader.c:477 +#, c-format +msgid "there is no contrecord flag at %X/%X" +msgstr "keine Contrecord-Flag bei %X/%X" + +#: xlogreader.c:490 +#, c-format +msgid "invalid contrecord length %u (expected %lld) at %X/%X" +msgstr "ungültige Contrecord-Länge %u (erwartet %lld) bei %X/%X" + +#: xlogreader.c:741 +#, c-format +msgid "invalid resource manager ID %u at %X/%X" +msgstr "ungültige Resource-Manager-ID %u bei %X/%X" + +#: xlogreader.c:754 xlogreader.c:770 +#, c-format +msgid "record with incorrect prev-link %X/%X at %X/%X" +msgstr "Datensatz mit falschem Prev-Link %X/%X bei %X/%X" + +#: xlogreader.c:806 +#, c-format +msgid "incorrect resource manager data checksum in record at %X/%X" +msgstr "ungültige Resource-Manager-Datenprüfsumme in Datensatz bei %X/%X" + +#: xlogreader.c:843 +#, c-format +msgid "invalid magic number %04X in log segment %s, offset %u" +msgstr "ungültige magische Zahl %04X in Logsegment %s, Offset %u" + +#: xlogreader.c:857 xlogreader.c:898 +#, c-format +msgid "invalid info bits %04X in log segment %s, offset %u" +msgstr "ungültige Info-Bits %04X in Logsegment %s, Offset %u" + +#: xlogreader.c:872 +#, c-format +msgid "WAL file is from different database system: WAL file database system identifier is %llu, pg_control database system identifier is %llu" +msgstr "WAL-Datei ist von einem anderen Datenbanksystem: Datenbanksystemidentifikator in WAL-Datei ist %llu, Datenbanksystemidentifikator in pg_control ist %llu" + +#: xlogreader.c:880 +#, c-format +msgid "WAL file is from different database system: incorrect segment size in page header" +msgstr "WAL-Datei ist von einem anderen Datenbanksystem: falsche Segmentgröße im Seitenkopf" + +#: xlogreader.c:886 +#, c-format +msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header" +msgstr "WAL-Datei ist von einem anderen Datenbanksystem: falsche XLOG_BLCKSZ im Seitenkopf" + +#: xlogreader.c:917 +#, c-format +msgid "unexpected pageaddr %X/%X in log segment %s, offset %u" +msgstr "unerwartete Pageaddr %X/%X in Logsegment %s, Offset %u" + +#: xlogreader.c:942 +#, c-format +msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" +msgstr "Zeitleisten-ID %u außer der Reihe (nach %u) in Logsegment %s, Offset %u" + +#: xlogreader.c:1287 +#, c-format +msgid "out-of-order block_id %u at %X/%X" +msgstr "block_id %u außer der Reihe bei %X/%X" + +#: xlogreader.c:1309 +#, c-format +msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X" +msgstr "BKPBLOCK_HAS_DATA gesetzt, aber keine Daten enthalten bei %X/%X" + +#: xlogreader.c:1316 +#, c-format +msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X" +msgstr "BKPBLOCK_HAS_DATA nicht gesetzt, aber Datenlänge ist %u bei %X/%X" + +#: xlogreader.c:1352 +#, c-format +msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE gesetzt, aber Loch Offset %u Länge %u Block-Abbild-Länge %u bei %X/%X" + +#: xlogreader.c:1368 +#, c-format +msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE nicht gesetzt, aber Loch Offset %u Länge %u bei %X/%X" + +#: xlogreader.c:1383 +#, c-format +msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X" +msgstr "BKPIMAGE_IS_COMPRESSED gesetzt, aber Block-Abbild-Länge %u bei %X/%X" + +#: xlogreader.c:1398 +#, c-format +msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image length is %u at %X/%X" +msgstr "weder BKPIMAGE_HAS_HOLE noch BKPIMAGE_IS_COMPRESSED gesetzt, aber Block-Abbild-Länge ist %u bei %X/%X" + +#: xlogreader.c:1414 +#, c-format +msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X" +msgstr "BKPBLOCK_SAME_REL gesetzt, aber keine vorangehende Relation bei %X/%X" + +#: xlogreader.c:1426 +#, c-format +msgid "invalid block_id %u at %X/%X" +msgstr "ungültige block_id %u bei %X/%X" + +#: xlogreader.c:1513 +#, c-format +msgid "record with invalid length at %X/%X" +msgstr "Datensatz mit ungültiger Länge bei %X/%X" + +#: xlogreader.c:1602 +#, c-format +msgid "invalid compressed image at %X/%X, block %d" +msgstr "ungültiges komprimiertes Abbild bei %X/%X, Block %d" diff -Nru postgresql-14-14.5/src/bin/pg_waldump/po/es.po postgresql-14-14.6/src/bin/pg_waldump/po/es.po --- postgresql-14-14.5/src/bin/pg_waldump/po/es.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_waldump/po/es.po 2022-11-07 21:38:53.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pg_waldump (PostgreSQL) 14\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-08-07 20:33+0000\n" +"POT-Creation-Date: 2022-09-25 16:32+0000\n" "PO-Revision-Date: 2021-09-16 09:26+0200\n" "Last-Translator: Carlos Chapi \n" "Language-Team: PgSQL-es-Ayuda \n" @@ -309,3 +309,138 @@ #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Pruebe «%s --help» para mayor información.\n" + +#: xlogreader.c:354 +#, c-format +msgid "invalid record offset at %X/%X" +msgstr "posición de registro no válida en %X/%X" + +#: xlogreader.c:362 +#, c-format +msgid "contrecord is requested by %X/%X" +msgstr "contrecord solicitado por %X/%X" + +#: xlogreader.c:403 xlogreader.c:733 +#, c-format +msgid "invalid record length at %X/%X: wanted %u, got %u" +msgstr "largo de registro no válido en %X/%X: se esperaba %u, se obtuvo %u" + +#: xlogreader.c:429 +#, c-format +msgid "record length %u at %X/%X too long" +msgstr "largo de registro %u en %X/%X demasiado largo" + +#: xlogreader.c:477 +#, c-format +msgid "there is no contrecord flag at %X/%X" +msgstr "no hay bandera de contrecord en %X/%X" + +#: xlogreader.c:490 +#, c-format +msgid "invalid contrecord length %u (expected %lld) at %X/%X" +msgstr "largo de contrecord %u no válido (se esperaba %lld) en %X/%X" + +#: xlogreader.c:741 +#, c-format +msgid "invalid resource manager ID %u at %X/%X" +msgstr "ID de gestor de recursos %u no válido en %X/%X" + +#: xlogreader.c:754 xlogreader.c:770 +#, c-format +msgid "record with incorrect prev-link %X/%X at %X/%X" +msgstr "registro con prev-link %X/%X incorrecto en %X/%X" + +#: xlogreader.c:806 +#, c-format +msgid "incorrect resource manager data checksum in record at %X/%X" +msgstr "suma de verificación de los datos del gestor de recursos incorrecta en el registro en %X/%X" + +#: xlogreader.c:843 +#, c-format +msgid "invalid magic number %04X in log segment %s, offset %u" +msgstr "número mágico %04X no válido en archivo %s, posición %u" + +#: xlogreader.c:857 xlogreader.c:898 +#, c-format +msgid "invalid info bits %04X in log segment %s, offset %u" +msgstr "info bits %04X no válidos en archivo %s, posición %u" + +#: xlogreader.c:872 +#, c-format +msgid "WAL file is from different database system: WAL file database system identifier is %llu, pg_control database system identifier is %llu" +msgstr "archivo WAL es de un sistema de bases de datos distinto: identificador de sistema en archivo WAL es %llu, identificador en pg_control es %llu" + +#: xlogreader.c:880 +#, c-format +msgid "WAL file is from different database system: incorrect segment size in page header" +msgstr "archivo WAL es de un sistema de bases de datos distinto: tamaño de segmento incorrecto en cabecera de paǵina" + +#: xlogreader.c:886 +#, c-format +msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header" +msgstr "archivo WAL es de un sistema de bases de datos distinto: XLOG_BLCKSZ incorrecto en cabecera de paǵina" + +#: xlogreader.c:917 +#, c-format +msgid "unexpected pageaddr %X/%X in log segment %s, offset %u" +msgstr "pageaddr %X/%X inesperado en archivo %s, posición %u" + +#: xlogreader.c:942 +#, c-format +msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" +msgstr "ID de timeline %u fuera de secuencia (después de %u) en archivo %s, posición %u" + +#: xlogreader.c:1287 +#, c-format +msgid "out-of-order block_id %u at %X/%X" +msgstr "block_id %u fuera de orden en %X/%X" + +#: xlogreader.c:1309 +#, c-format +msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X" +msgstr "BKPBLOCK_HAS_DATA está definido, pero no hay datos en %X/%X" + +#: xlogreader.c:1316 +#, c-format +msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X" +msgstr "BKPBLOCK_HAS_DATA no está definido, pero el largo de los datos es %u en %X/%X" + +#: xlogreader.c:1352 +#, c-format +msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE está definido, pero posición del agujero es %u largo %u largo de imagen %u en %X/%X" + +#: xlogreader.c:1368 +#, c-format +msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE no está definido, pero posición del agujero es %u largo %u en %X/%X" + +#: xlogreader.c:1383 +#, c-format +msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X" +msgstr "BKPIMAGE_IS_COMPRESSED definido, pero largo de imagen de bloque es %u en %X/%X" + +#: xlogreader.c:1398 +#, c-format +msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image length is %u at %X/%X" +msgstr "ni BKPIMAGE_HAS_HOLE ni BKPIMAGE_IS_COMPRESSED está definido, pero largo de imagen de bloque es %u en %X/%X" + +#: xlogreader.c:1414 +#, c-format +msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X" +msgstr "BKPBLOCK_SAME_REL está definido, pero no hay «rel» anterior en %X/%X " + +#: xlogreader.c:1426 +#, c-format +msgid "invalid block_id %u at %X/%X" +msgstr "block_id %u no válido en %X/%X" + +#: xlogreader.c:1513 +#, c-format +msgid "record with invalid length at %X/%X" +msgstr "registro con largo no válido en %X/%X" + +#: xlogreader.c:1602 +#, c-format +msgid "invalid compressed image at %X/%X, block %d" +msgstr "imagen comprimida no válida en %X/%X, bloque %d" diff -Nru postgresql-14-14.5/src/bin/pg_waldump/po/fr.po postgresql-14-14.6/src/bin/pg_waldump/po/fr.po --- postgresql-14-14.5/src/bin/pg_waldump/po/fr.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_waldump/po/fr.po 2022-11-07 21:38:53.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pg_waldump (PostgreSQL) 12\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2020-04-16 06:15+0000\n" +"POT-Creation-Date: 2022-09-26 07:01+0000\n" "PO-Revision-Date: 2020-04-16 14:09+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,17 +18,17 @@ "X-Generator: Poedit 2.3\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../../src/common/logging.c:236 +#: ../../../src/common/logging.c:259 #, c-format msgid "fatal: " msgstr "fatal : " -#: ../../../src/common/logging.c:243 +#: ../../../src/common/logging.c:266 #, c-format msgid "error: " msgstr "erreur : " -#: ../../../src/common/logging.c:250 +#: ../../../src/common/logging.c:273 #, c-format msgid "warning: " msgstr "attention : " @@ -45,42 +45,42 @@ msgstr[0] "La taille du segment WAL doit être une puissance de deux entre 1 Mo et 1 Go, mais l'en-tête du fichier WAL « %s » indique %d octet" msgstr[1] "La taille du segment WAL doit être une puissance de deux entre 1 Mo et 1 Go, mais l'en-tête du fichier WAL « %s » indique %d octets" -#: pg_waldump.c:210 +#: pg_waldump.c:208 #, c-format msgid "could not read file \"%s\": %m" msgstr "n'a pas pu lire le fichier « %s » : %m" -#: pg_waldump.c:213 +#: pg_waldump.c:211 #, c-format msgid "could not read file \"%s\": read %d of %zu" msgstr "n'a pas pu lire le fichier « %s » : a lu %d sur %zu" -#: pg_waldump.c:275 +#: pg_waldump.c:272 #, c-format msgid "could not locate WAL file \"%s\"" msgstr "n'a pas pu trouver le fichier WAL « %s »" -#: pg_waldump.c:277 +#: pg_waldump.c:274 #, c-format msgid "could not find any WAL file" msgstr "n'a pas pu trouver un seul fichier WAL" -#: pg_waldump.c:319 +#: pg_waldump.c:315 #, c-format msgid "could not find file \"%s\": %m" msgstr "n'a pas pu trouver le fichier « %s » : %m" -#: pg_waldump.c:359 +#: pg_waldump.c:364 #, c-format msgid "could not read from file %s, offset %u: %m" msgstr "n'a pas pu lire à partir du fichier « %s », décalage %u : %m" -#: pg_waldump.c:363 +#: pg_waldump.c:368 #, c-format msgid "could not read from file %s, offset %u: read %d of %zu" msgstr "n'a pas pu lire à partir du fichier %s, décalage %u : %d lu sur %zu" -#: pg_waldump.c:712 +#: pg_waldump.c:721 #, c-format msgid "" "%s decodes and displays PostgreSQL write-ahead logs for debugging.\n" @@ -90,17 +90,17 @@ "débogage.\n" "\n" -#: pg_waldump.c:714 +#: pg_waldump.c:723 #, c-format msgid "Usage:\n" msgstr "Usage :\n" -#: pg_waldump.c:715 +#: pg_waldump.c:724 #, c-format msgid " %s [OPTION]... [STARTSEG [ENDSEG]]\n" msgstr " %s [OPTION]... [SEG_DEBUT [SEG_FIN]]\n" -#: pg_waldump.c:716 +#: pg_waldump.c:725 #, c-format msgid "" "\n" @@ -109,33 +109,33 @@ "\n" "Options :\n" -#: pg_waldump.c:717 +#: pg_waldump.c:726 #, c-format msgid " -b, --bkp-details output detailed information about backup blocks\n" msgstr "" " -b, --bkp-details affiche des informations détaillées sur les\n" " blocs de sauvegarde\n" -#: pg_waldump.c:718 +#: pg_waldump.c:727 #, c-format msgid " -e, --end=RECPTR stop reading at WAL location RECPTR\n" msgstr "" " -e, --end=RECPTR arrête la lecture des journaux de transactions à\n" " l'emplacement RECPTR\n" -#: pg_waldump.c:719 +#: pg_waldump.c:728 #, c-format msgid " -f, --follow keep retrying after reaching end of WAL\n" msgstr "" " -f, --follow continue après avoir atteint la fin des journaux\n" " de transactions\n" -#: pg_waldump.c:720 +#: pg_waldump.c:729 #, c-format msgid " -n, --limit=N number of records to display\n" msgstr " -n, --limit=N nombre d'enregistrements à afficher\n" -#: pg_waldump.c:721 +#: pg_waldump.c:730 #, c-format msgid "" " -p, --path=PATH directory in which to find log segment files or a\n" @@ -148,12 +148,12 @@ " défaut : répertoire courant, ./pg_wal,\n" " $PGDATA/pg_wal)\n" -#: pg_waldump.c:724 +#: pg_waldump.c:733 #, c-format msgid " -q, --quiet do not print any output, except for errors\n" msgstr " -q, --quiet n'écrit aucun message, sauf en cas d'erreur\n" -#: pg_waldump.c:725 +#: pg_waldump.c:734 #, c-format msgid "" " -r, --rmgr=RMGR only show records generated by resource manager RMGR;\n" @@ -164,14 +164,14 @@ " --rmgr=list pour avoir une liste des noms valides\n" " de gestionnaires de ressources\n" -#: pg_waldump.c:727 +#: pg_waldump.c:736 #, c-format msgid " -s, --start=RECPTR start reading at WAL location RECPTR\n" msgstr "" " -s, --start=RECPTR commence à lire à l'emplacement RECPTR des\n" " journaux de transactions\n" -#: pg_waldump.c:728 +#: pg_waldump.c:737 #, c-format msgid "" " -t, --timeline=TLI timeline from which to read log records\n" @@ -181,19 +181,19 @@ " enregistrements des journaux (par défaut: 1 ou\n" " la valeur utilisée dans SEG_DÉBUT)\n" -#: pg_waldump.c:730 +#: pg_waldump.c:739 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version puis quitte\n" -#: pg_waldump.c:731 +#: pg_waldump.c:740 #, c-format msgid " -x, --xid=XID only show records with transaction ID XID\n" msgstr "" " -x, --xid=XID affiche seulement des enregistrements avec\n" " l'identifiant de transaction XID\n" -#: pg_waldump.c:732 +#: pg_waldump.c:741 #, c-format msgid "" " -z, --stats[=record] show statistics instead of records\n" @@ -203,12 +203,12 @@ " d'enregistrements (en option, affiche des\n" " statistiques par enregistrement)\n" -#: pg_waldump.c:734 +#: pg_waldump.c:743 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide puis quitte\n" -#: pg_waldump.c:735 +#: pg_waldump.c:744 #, c-format msgid "" "\n" @@ -217,130 +217,249 @@ "\n" "Rapporter les bogues à <%s>.\n" -#: pg_waldump.c:736 +#: pg_waldump.c:745 #, c-format msgid "%s home page: <%s>\n" msgstr "Page d'accueil %s : <%s>\n" -#: pg_waldump.c:813 +#: pg_waldump.c:822 #, c-format msgid "no arguments specified" msgstr "aucun argument spécifié" -#: pg_waldump.c:828 +#: pg_waldump.c:837 #, c-format msgid "could not parse end WAL location \"%s\"" msgstr "n'a pas pu analyser l'emplacement de fin du journal de transactions « %s »" -#: pg_waldump.c:840 +#: pg_waldump.c:849 #, c-format msgid "could not parse limit \"%s\"" msgstr "n'a pas pu analyser la limite « %s »" -#: pg_waldump.c:871 +#: pg_waldump.c:880 #, c-format msgid "resource manager \"%s\" does not exist" msgstr "le gestionnaire de ressources « %s » n'existe pas" -#: pg_waldump.c:880 +#: pg_waldump.c:889 #, c-format msgid "could not parse start WAL location \"%s\"" msgstr "n'a pas pu analyser l'emplacement de début du journal de transactions « %s »" -#: pg_waldump.c:890 +#: pg_waldump.c:899 #, c-format msgid "could not parse timeline \"%s\"" msgstr "n'a pas pu analyser la timeline « %s »" -#: pg_waldump.c:897 +#: pg_waldump.c:906 #, c-format msgid "could not parse \"%s\" as a transaction ID" msgstr "n'a pas pu analyser « %s » comme un identifiant de transaction" -#: pg_waldump.c:912 +#: pg_waldump.c:921 #, c-format msgid "unrecognized argument to --stats: %s" msgstr "argument non reconnu pour --stats : %s" -#: pg_waldump.c:925 +#: pg_waldump.c:934 #, c-format msgid "too many command-line arguments (first is \"%s\")" msgstr "trop d'arguments en ligne de commande (le premier étant « %s »)" -#: pg_waldump.c:935 pg_waldump.c:955 +#: pg_waldump.c:944 pg_waldump.c:964 #, c-format msgid "could not open directory \"%s\": %m" msgstr "n'a pas pu ouvrir le répertoire « %s » : %m" -#: pg_waldump.c:961 pg_waldump.c:992 +#: pg_waldump.c:970 pg_waldump.c:1000 #, c-format msgid "could not open file \"%s\"" msgstr "n'a pas pu ouvrir le fichier « %s »" -#: pg_waldump.c:971 +#: pg_waldump.c:980 #, c-format msgid "start WAL location %X/%X is not inside file \"%s\"" msgstr "l'emplacement de début des journaux de transactions %X/%X n'est pas à l'intérieur du fichier « %s »" -#: pg_waldump.c:999 +#: pg_waldump.c:1007 #, c-format msgid "ENDSEG %s is before STARTSEG %s" msgstr "SEG_FIN %s est avant SEG_DÉBUT %s" -#: pg_waldump.c:1014 +#: pg_waldump.c:1022 #, c-format msgid "end WAL location %X/%X is not inside file \"%s\"" msgstr "l'emplacement de fin des journaux de transactions %X/%X n'est pas à l'intérieur du fichier « %s »" -#: pg_waldump.c:1027 +#: pg_waldump.c:1034 #, c-format msgid "no start WAL location given" msgstr "pas d'emplacement donné de début du journal de transactions" -#: pg_waldump.c:1037 +#: pg_waldump.c:1048 #, c-format msgid "out of memory" msgstr "mémoire épuisée" -#: pg_waldump.c:1043 +#: pg_waldump.c:1054 #, c-format msgid "could not find a valid record after %X/%X" msgstr "n'a pas pu trouver un enregistrement valide après %X/%X" -#: pg_waldump.c:1054 +#: pg_waldump.c:1064 #, c-format msgid "first record is after %X/%X, at %X/%X, skipping over %u byte\n" msgid_plural "first record is after %X/%X, at %X/%X, skipping over %u bytes\n" msgstr[0] "le premier enregistrement se trouve après %X/%X, à %X/%X, ignore %u octet\n" msgstr[1] "le premier enregistrement se trouve après %X/%X, à %X/%X, ignore %u octets\n" -#: pg_waldump.c:1105 +#: pg_waldump.c:1115 #, c-format msgid "error in WAL record at %X/%X: %s" msgstr "erreur dans l'enregistrement des journaux de transactions à %X/%X : %s" -#: pg_waldump.c:1115 +#: pg_waldump.c:1124 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayez « %s --help » pour plus d'informations.\n" -#~ msgid "cannot open directory \"%s\": %s" -#~ msgstr "ne peut pas ouvrir le répertoire « %s » : %s" +#: xlogreader.c:354 +#, c-format +msgid "invalid record offset at %X/%X" +msgstr "décalage invalide de l'enregistrement %X/%X" -#~ msgid "could not seek in log segment %s to offset %u: %s" -#~ msgstr "n'a pas pu rechercher dans le segment %s du journal de transactions au décalage %u : %s" +#: xlogreader.c:362 +#, c-format +msgid "contrecord is requested by %X/%X" +msgstr "« contrecord » est requis par %X/%X" -#~ msgid "not enough data in file \"%s\"" -#~ msgstr "données insuffisantes dans le fichier « %s »" +#: xlogreader.c:403 xlogreader.c:733 +#, c-format +msgid "invalid record length at %X/%X: wanted %u, got %u" +msgstr "longueur invalide de l'enregistrement à %X/%X : voulait %u, a eu %u" -#~ msgid "%s: FATAL: " -#~ msgstr "%s : FATAL : " +#: xlogreader.c:429 +#, c-format +msgid "record length %u at %X/%X too long" +msgstr "longueur trop importante de l'enregistrement %u à %X/%X" -#~ msgid "could not open directory \"%s\": %s" -#~ msgstr "n'a pas pu ouvrir le répertoire « %s » : %s" +#: xlogreader.c:477 +#, c-format +msgid "there is no contrecord flag at %X/%X" +msgstr "il n'existe pas de drapeau contrecord à %X/%X" -#~ msgid "path \"%s\" could not be opened: %s" -#~ msgstr "le chemin « %s » n'a pas pu être ouvert : %s" +#: xlogreader.c:490 +#, c-format +msgid "invalid contrecord length %u (expected %lld) at %X/%X" +msgstr "longueur %u invalide du contrecord (%lld attendu) à %X/%X" + +#: xlogreader.c:741 +#, c-format +msgid "invalid resource manager ID %u at %X/%X" +msgstr "identifiant du gestionnaire de ressources invalide %u à %X/%X" + +#: xlogreader.c:754 xlogreader.c:770 +#, c-format +msgid "record with incorrect prev-link %X/%X at %X/%X" +msgstr "enregistrement avec prev-link %X/%X incorrect à %X/%X" + +#: xlogreader.c:806 +#, c-format +msgid "incorrect resource manager data checksum in record at %X/%X" +msgstr "" +"somme de contrôle des données du gestionnaire de ressources incorrecte à\n" +"l'enregistrement %X/%X" + +#: xlogreader.c:843 +#, c-format +msgid "invalid magic number %04X in log segment %s, offset %u" +msgstr "numéro magique invalide %04X dans le segment %s, décalage %u" + +#: xlogreader.c:857 xlogreader.c:898 +#, c-format +msgid "invalid info bits %04X in log segment %s, offset %u" +msgstr "bits d'information %04X invalides dans le segment %s, décalage %u" + +#: xlogreader.c:872 +#, c-format +msgid "WAL file is from different database system: WAL file database system identifier is %llu, pg_control database system identifier is %llu" +msgstr "Le fichier WAL provient d'une instance différente : l'identifiant système de la base dans le fichier WAL est %llu, alors que l'identifiant système de la base dans pg_control est %llu" + +#: xlogreader.c:880 +#, c-format +msgid "WAL file is from different database system: incorrect segment size in page header" +msgstr "Le fichier WAL provient d'une instance différente : taille invalide du segment dans l'en-tête de page" + +#: xlogreader.c:886 +#, c-format +msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header" +msgstr "Le fichier WAL provient d'une instance différente : XLOG_BLCKSZ incorrect dans l'en-tête de page" + +#: xlogreader.c:917 +#, c-format +msgid "unexpected pageaddr %X/%X in log segment %s, offset %u" +msgstr "pageaddr %X/%X inattendue dans le journal de transactions %s, segment %u" + +#: xlogreader.c:942 +#, c-format +msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" +msgstr "identifiant timeline %u hors de la séquence (après %u) dans le segment %s, décalage %u" + +#: xlogreader.c:1287 +#, c-format +msgid "out-of-order block_id %u at %X/%X" +msgstr "block_id %u désordonné à %X/%X" + +#: xlogreader.c:1309 +#, c-format +msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X" +msgstr "BKPBLOCK_HAS_DATA configuré, mais aucune donnée inclus à %X/%X" + +#: xlogreader.c:1316 +#, c-format +msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X" +msgstr "BKPBLOCK_HAS_DATA non configuré, mais la longueur des données est %u à %X/%X" + +#: xlogreader.c:1352 +#, c-format +msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE activé, mais décalage trou %u longueur %u longueur image bloc %u à %X/%X" + +#: xlogreader.c:1368 +#, c-format +msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE désactivé, mais décalage trou %u longueur %u à %X/%X" + +#: xlogreader.c:1383 +#, c-format +msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X" +msgstr "BKPIMAGE_IS_COMPRESSED configuré, mais la longueur de l'image du bloc est %u à %X/%X" + +#: xlogreader.c:1398 +#, c-format +msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image length is %u at %X/%X" +msgstr "ni BKPIMAGE_HAS_HOLE ni BKPIMAGE_IS_COMPRESSED configuré, mais la longueur de l'image du bloc est %u à %X/%X" + +#: xlogreader.c:1414 +#, c-format +msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X" +msgstr "BKPBLOCK_SAME_REL configuré, mais pas de relation précédente à %X/%X" + +#: xlogreader.c:1426 +#, c-format +msgid "invalid block_id %u at %X/%X" +msgstr "block_id %u invalide à %X/%X" + +#: xlogreader.c:1513 +#, c-format +msgid "record with invalid length at %X/%X" +msgstr "enregistrement de longueur invalide à %X/%X" + +#: xlogreader.c:1602 +#, c-format +msgid "invalid compressed image at %X/%X, block %d" +msgstr "image compressée invalide à %X/%X, bloc %d" #~ msgid "" #~ "\n" @@ -349,14 +468,32 @@ #~ "\n" #~ "Rapporter les bogues à .\n" +#~ msgid "%s: FATAL: " +#~ msgstr "%s : FATAL : " + +#~ msgid "cannot open directory \"%s\": %s" +#~ msgstr "ne peut pas ouvrir le répertoire « %s » : %s" + +#~ msgid "could not open directory \"%s\": %s" +#~ msgstr "n'a pas pu ouvrir le répertoire « %s » : %s" + +#~ msgid "could not open file \"%s\": %s" +#~ msgstr "n'a pas pu ouvrir le fichier « %s » : %s" + +#~ msgid "could not read file \"%s\": %s" +#~ msgstr "n'a pas pu lire le fichier « %s » : %s" + #~ msgid "could not read from log file %s, offset %u, length %d: %s" #~ msgstr "n'a pas pu lire à partir du segment %s du journal de transactions, décalage %u, longueur %d : %s" #~ msgid "could not seek in log file %s to offset %u: %s" #~ msgstr "n'a pas pu se déplacer dans le fichier de transactions %s au décalage %u : %s" -#~ msgid "could not read file \"%s\": %s" -#~ msgstr "n'a pas pu lire le fichier « %s » : %s" +#~ msgid "could not seek in log segment %s to offset %u: %s" +#~ msgstr "n'a pas pu rechercher dans le segment %s du journal de transactions au décalage %u : %s" -#~ msgid "could not open file \"%s\": %s" -#~ msgstr "n'a pas pu ouvrir le fichier « %s » : %s" +#~ msgid "not enough data in file \"%s\"" +#~ msgstr "données insuffisantes dans le fichier « %s »" + +#~ msgid "path \"%s\" could not be opened: %s" +#~ msgstr "le chemin « %s » n'a pas pu être ouvert : %s" diff -Nru postgresql-14-14.5/src/bin/pg_waldump/po/ru.po postgresql-14-14.6/src/bin/pg_waldump/po/ru.po --- postgresql-14-14.5/src/bin/pg_waldump/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_waldump/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,13 +1,13 @@ # Russian message translation file for pg_waldump # Copyright (C) 2017 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2017, 2018, 2019, 2020. +# Alexander Lakhin , 2017, 2018, 2019, 2020, 2022. msgid "" msgstr "" "Project-Id-Version: pg_waldump (PostgreSQL) 10\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-05-07 06:06+0300\n" -"PO-Revision-Date: 2020-09-03 15:07+0300\n" +"POT-Creation-Date: 2022-09-29 10:17+0300\n" +"PO-Revision-Date: 2022-09-29 14:17+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -343,6 +343,172 @@ msgid "Try \"%s --help\" for more information.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n" +#: xlogreader.c:354 +#, c-format +msgid "invalid record offset at %X/%X" +msgstr "неверное смещение записи: %X/%X" + +#: xlogreader.c:362 +#, c-format +msgid "contrecord is requested by %X/%X" +msgstr "по смещению %X/%X запрошено продолжение записи" + +#: xlogreader.c:403 xlogreader.c:733 +#, c-format +msgid "invalid record length at %X/%X: wanted %u, got %u" +msgstr "неверная длина записи по смещению %X/%X: ожидалось %u, получено %u" + +#: xlogreader.c:429 +#, c-format +msgid "record length %u at %X/%X too long" +msgstr "длина записи %u по смещению %X/%X слишком велика" + +#: xlogreader.c:477 +#, c-format +msgid "there is no contrecord flag at %X/%X" +msgstr "нет флага contrecord в позиции %X/%X" + +#: xlogreader.c:490 +#, c-format +msgid "invalid contrecord length %u (expected %lld) at %X/%X" +msgstr "неверная длина contrecord: %u (ожидалась %lld) в позиции %X/%X" + +#: xlogreader.c:741 +#, c-format +msgid "invalid resource manager ID %u at %X/%X" +msgstr "неверный ID менеджера ресурсов %u по смещению %X/%X" + +#: xlogreader.c:754 xlogreader.c:770 +#, c-format +msgid "record with incorrect prev-link %X/%X at %X/%X" +msgstr "запись с неверной ссылкой назад %X/%X по смещению %X/%X" + +#: xlogreader.c:806 +#, c-format +msgid "incorrect resource manager data checksum in record at %X/%X" +msgstr "" +"некорректная контрольная сумма данных менеджера ресурсов в записи по " +"смещению %X/%X" + +#: xlogreader.c:843 +#, c-format +msgid "invalid magic number %04X in log segment %s, offset %u" +msgstr "неверное магическое число %04X в сегменте журнала %s, смещение %u" + +#: xlogreader.c:857 xlogreader.c:898 +#, c-format +msgid "invalid info bits %04X in log segment %s, offset %u" +msgstr "неверные информационные биты %04X в сегменте журнала %s, смещение %u" + +#: xlogreader.c:872 +#, c-format +msgid "" +"WAL file is from different database system: WAL file database system " +"identifier is %llu, pg_control database system identifier is %llu" +msgstr "" +"файл WAL принадлежит другой СУБД: в нём указан идентификатор системы БД " +"%llu, а идентификатор системы pg_control: %llu" + +#: xlogreader.c:880 +#, c-format +msgid "" +"WAL file is from different database system: incorrect segment size in page " +"header" +msgstr "" +"файл WAL принадлежит другой СУБД: некорректный размер сегмента в заголовке " +"страницы" + +#: xlogreader.c:886 +#, c-format +msgid "" +"WAL file is from different database system: incorrect XLOG_BLCKSZ in page " +"header" +msgstr "" +"файл WAL принадлежит другой СУБД: некорректный XLOG_BLCKSZ в заголовке " +"страницы" + +#: xlogreader.c:917 +#, c-format +msgid "unexpected pageaddr %X/%X in log segment %s, offset %u" +msgstr "неожиданный pageaddr %X/%X в сегменте журнала %s, смещение %u" + +#: xlogreader.c:942 +#, c-format +msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" +msgstr "" +"нарушение последовательности ID линии времени %u (после %u) в сегменте " +"журнала %s, смещение %u" + +#: xlogreader.c:1287 +#, c-format +msgid "out-of-order block_id %u at %X/%X" +msgstr "идентификатор блока %u идёт не по порядку в позиции %X/%X" + +#: xlogreader.c:1309 +#, c-format +msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X" +msgstr "BKPBLOCK_HAS_DATA установлен, но данных в позиции %X/%X нет" + +#: xlogreader.c:1316 +#, c-format +msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X" +msgstr "" +"BKPBLOCK_HAS_DATA не установлен, но длина данных равна %u в позиции %X/%X" + +#: xlogreader.c:1352 +#, c-format +msgid "" +"BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at " +"%X/%X" +msgstr "" +"BKPIMAGE_HAS_HOLE установлен, но для пропуска заданы смещение %u и длина %u " +"при длине образа блока %u в позиции %X/%X" + +#: xlogreader.c:1368 +#, c-format +msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X" +msgstr "" +"BKPIMAGE_HAS_HOLE не установлен, но для пропуска заданы смещение %u и длина " +"%u в позиции %X/%X" + +#: xlogreader.c:1383 +#, c-format +msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X" +msgstr "" +"BKPIMAGE_IS_COMPRESSED установлен, но длина образа блока равна %u в позиции " +"%X/%X" + +#: xlogreader.c:1398 +#, c-format +msgid "" +"neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image " +"length is %u at %X/%X" +msgstr "" +"ни BKPIMAGE_HAS_HOLE, ни BKPIMAGE_IS_COMPRESSED не установлены, но длина " +"образа блока равна %u в позиции %X/%X" + +#: xlogreader.c:1414 +#, c-format +msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X" +msgstr "" +"BKPBLOCK_SAME_REL установлен, но предыдущее значение не задано в позиции %X/" +"%X" + +#: xlogreader.c:1426 +#, c-format +msgid "invalid block_id %u at %X/%X" +msgstr "неверный идентификатор блока %u в позиции %X/%X" + +#: xlogreader.c:1513 +#, c-format +msgid "record with invalid length at %X/%X" +msgstr "запись с неверной длиной в позиции %X/%X" + +#: xlogreader.c:1602 +#, c-format +msgid "invalid compressed image at %X/%X, block %d" +msgstr "неверный сжатый образ в позиции %X/%X, блок %d" + #~ msgid "could not seek in log file %s to offset %u: %s" #~ msgstr "не удалось переместиться в файле журнала %s к смещению %u: %s" diff -Nru postgresql-14-14.5/src/bin/pg_waldump/po/sv.po postgresql-14-14.6/src/bin/pg_waldump/po/sv.po --- postgresql-14-14.5/src/bin/pg_waldump/po/sv.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/pg_waldump/po/sv.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,14 +1,14 @@ # Swedish message translation file for pg_waldump # Copyright (C) 2017 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Dennis Björklund , 2017, 2018, 2019, 2020, 2021 +# Dennis Björklund , 2017, 2018, 2019, 2020, 2021, 2022. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 14\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2020-04-11 01:15+0000\n" -"PO-Revision-Date: 2021-11-07 10:37+0100\n" +"POT-Creation-Date: 2022-09-29 08:32+0000\n" +"PO-Revision-Date: 2022-09-29 21:43+0200\n" "Last-Translator: Dennis Björklund \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -17,17 +17,17 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../../src/common/logging.c:236 +#: ../../../src/common/logging.c:259 #, c-format msgid "fatal: " msgstr "fatalt: " -#: ../../../src/common/logging.c:243 +#: ../../../src/common/logging.c:266 #, c-format msgid "error: " msgstr "fel: " -#: ../../../src/common/logging.c:250 +#: ../../../src/common/logging.c:273 #, c-format msgid "warning: " msgstr "varning: " @@ -44,59 +44,59 @@ msgstr[0] "WAL-segmentstorlek måste vara en tvåpotens mellan 1MB och 1GB men headern i WAL-filen \"%s\" anger %d byte" msgstr[1] "WAL-segmentstorlek måste vara en tvåpotens mellan 1MB och 1GB men headern i WAL-filen \"%s\" anger %d byte" -#: pg_waldump.c:210 +#: pg_waldump.c:208 #, c-format msgid "could not read file \"%s\": %m" msgstr "kunde inte läsa fil \"%s\": %m" -#: pg_waldump.c:213 +#: pg_waldump.c:211 #, c-format msgid "could not read file \"%s\": read %d of %zu" msgstr "kunde inte läsa fil \"%s\": läste %d av %zu" -#: pg_waldump.c:275 +#: pg_waldump.c:272 #, c-format msgid "could not locate WAL file \"%s\"" msgstr "kunde inte lokalisera WAL-fil \"%s\"" -#: pg_waldump.c:277 +#: pg_waldump.c:274 #, c-format msgid "could not find any WAL file" msgstr "kunde inte hitta några WAL-filer" -#: pg_waldump.c:319 +#: pg_waldump.c:315 #, c-format msgid "could not find file \"%s\": %m" msgstr "kunde inte hitta filen \"%s\": %m" -#: pg_waldump.c:359 +#: pg_waldump.c:364 #, c-format msgid "could not read from file %s, offset %u: %m" msgstr "Kunde inte läsa från fil %s på offset %u: %m" -#: pg_waldump.c:363 +#: pg_waldump.c:368 #, c-format msgid "could not read from file %s, offset %u: read %d of %zu" msgstr "kunde inte läsa från fil %s, offset %u, läste %d av %zu" -#: pg_waldump.c:712 +#: pg_waldump.c:721 #, c-format msgid "" "%s decodes and displays PostgreSQL write-ahead logs for debugging.\n" "\n" msgstr "%s avkodar och visar PostgreSQLs write-ahead-logg för debuggning.\n" -#: pg_waldump.c:714 +#: pg_waldump.c:723 #, c-format msgid "Usage:\n" msgstr "Användning:\n" -#: pg_waldump.c:715 +#: pg_waldump.c:724 #, c-format msgid " %s [OPTION]... [STARTSEG [ENDSEG]]\n" msgstr " %s [FLAGGA]... [STARTSEG [SLUTSEG]]\n" -#: pg_waldump.c:716 +#: pg_waldump.c:725 #, c-format msgid "" "\n" @@ -105,27 +105,27 @@ "\n" "Flaggor:\n" -#: pg_waldump.c:717 +#: pg_waldump.c:726 #, c-format msgid " -b, --bkp-details output detailed information about backup blocks\n" msgstr " -b, --bkp-details skriv detaljerad information om backupblock\n" -#: pg_waldump.c:718 +#: pg_waldump.c:727 #, c-format msgid " -e, --end=RECPTR stop reading at WAL location RECPTR\n" msgstr " -e, --end=RECPTR stoppa läsning vid WAL-position RECPTR\n" -#: pg_waldump.c:719 +#: pg_waldump.c:728 #, c-format msgid " -f, --follow keep retrying after reaching end of WAL\n" msgstr " -f, --follow fortsätt försök efter att ha nått slutet av WAL\n" -#: pg_waldump.c:720 +#: pg_waldump.c:729 #, c-format msgid " -n, --limit=N number of records to display\n" msgstr " -n, --limit=N antal poster att visa\n" -#: pg_waldump.c:721 +#: pg_waldump.c:730 #, c-format msgid "" " -p, --path=PATH directory in which to find log segment files or a\n" @@ -136,12 +136,12 @@ " katalog med en ./pg_wal som innehåller sådana filer\n" " (standard: aktuell katalog, ./pg_wal, $PGDATA/pg_wal)\n" -#: pg_waldump.c:724 +#: pg_waldump.c:733 #, c-format msgid " -q, --quiet do not print any output, except for errors\n" msgstr " -q, --quiet skriv inte ut några meddelanden förutom fel\n" -#: pg_waldump.c:725 +#: pg_waldump.c:734 #, c-format msgid "" " -r, --rmgr=RMGR only show records generated by resource manager RMGR;\n" @@ -150,12 +150,12 @@ " -r, --rmgr=RMGR visa bara poster skapade av resurshanteraren RMGR;\n" " använd --rmgr=list för att lista giltiga resurshanterarnamn\n" -#: pg_waldump.c:727 +#: pg_waldump.c:736 #, c-format msgid " -s, --start=RECPTR start reading at WAL location RECPTR\n" msgstr " -s, --start=RECPTR börja läsning vid WAL-position RECPTR\n" -#: pg_waldump.c:728 +#: pg_waldump.c:737 #, c-format msgid "" " -t, --timeline=TLI timeline from which to read log records\n" @@ -164,17 +164,17 @@ " -t, --timeline=TLI tidslinje från vilken vi läser loggposter\n" " (standard: 1 eller värdet som används i STARTSEG)\n" -#: pg_waldump.c:730 +#: pg_waldump.c:739 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version visa versionsinformation, avsluta sedan\n" -#: pg_waldump.c:731 +#: pg_waldump.c:740 #, c-format msgid " -x, --xid=XID only show records with transaction ID XID\n" msgstr " -x, --xid=XID visa baras poster med transaktions-ID XID\n" -#: pg_waldump.c:732 +#: pg_waldump.c:741 #, c-format msgid "" " -z, --stats[=record] show statistics instead of records\n" @@ -183,12 +183,12 @@ " -z, --stats[=post] visa statistik istället för poster\n" " (alternativt, visa statistik per post)\n" -#: pg_waldump.c:734 +#: pg_waldump.c:743 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help visa den här hjälpen, avsluta sedan\n" -#: pg_waldump.c:735 +#: pg_waldump.c:744 #, c-format msgid "" "\n" @@ -197,109 +197,245 @@ "\n" "Rapportera fel till <%s>.\n" -#: pg_waldump.c:736 +#: pg_waldump.c:745 #, c-format msgid "%s home page: <%s>\n" msgstr "hemsida för %s: <%s>\n" -#: pg_waldump.c:813 +#: pg_waldump.c:822 #, c-format msgid "no arguments specified" msgstr "inga argument angivna" -#: pg_waldump.c:828 +#: pg_waldump.c:837 #, c-format msgid "could not parse end WAL location \"%s\"" msgstr "kunde inte parsa slut-WAL-position \"%s\"" -#: pg_waldump.c:840 +#: pg_waldump.c:849 #, c-format msgid "could not parse limit \"%s\"" msgstr "kunde inte parsa gränsen \"%s\"" -#: pg_waldump.c:871 +#: pg_waldump.c:880 #, c-format msgid "resource manager \"%s\" does not exist" msgstr "resurshanterare \"%s\" finns inte" -#: pg_waldump.c:880 +#: pg_waldump.c:889 #, c-format msgid "could not parse start WAL location \"%s\"" msgstr "kunde inte parsa start-WAL-position \"%s\"" -#: pg_waldump.c:890 +#: pg_waldump.c:899 #, c-format msgid "could not parse timeline \"%s\"" msgstr "kunde inte parsa tidlinjen \"%s\"" -#: pg_waldump.c:897 +#: pg_waldump.c:906 #, c-format msgid "could not parse \"%s\" as a transaction ID" msgstr "kunde inte parsa \"%s\" som ett transaktions-ID" -#: pg_waldump.c:912 +#: pg_waldump.c:921 #, c-format msgid "unrecognized argument to --stats: %s" msgstr "okänt argument till --stats: %s" -#: pg_waldump.c:925 +#: pg_waldump.c:934 #, c-format msgid "too many command-line arguments (first is \"%s\")" msgstr "för många kommandoradsargument (första är \"%s\")" -#: pg_waldump.c:935 pg_waldump.c:955 +#: pg_waldump.c:944 pg_waldump.c:964 #, c-format msgid "could not open directory \"%s\": %m" msgstr "kunde inte öppna katalog \"%s\": %m" -#: pg_waldump.c:961 pg_waldump.c:992 +#: pg_waldump.c:970 pg_waldump.c:1000 #, c-format msgid "could not open file \"%s\"" msgstr "kunde inte öppna filen \"%s\"" -#: pg_waldump.c:971 +#: pg_waldump.c:980 #, c-format msgid "start WAL location %X/%X is not inside file \"%s\"" msgstr "start-WAL-position %X/%X är inte i filen \"%s\"" -#: pg_waldump.c:999 +#: pg_waldump.c:1007 #, c-format msgid "ENDSEG %s is before STARTSEG %s" msgstr "SLUTSEG %s är före STARTSEG %s" -#: pg_waldump.c:1014 +#: pg_waldump.c:1022 #, c-format msgid "end WAL location %X/%X is not inside file \"%s\"" msgstr "slut-WAL-position %X/%X är inte i filen \"%s\"" -#: pg_waldump.c:1027 +#: pg_waldump.c:1034 #, c-format msgid "no start WAL location given" msgstr "ingen start-WAL-position angiven" -#: pg_waldump.c:1037 +#: pg_waldump.c:1048 #, c-format msgid "out of memory" msgstr "slut på minne" -#: pg_waldump.c:1043 +#: pg_waldump.c:1054 #, c-format msgid "could not find a valid record after %X/%X" msgstr "kunde inte hitta en giltig post efter %X/%X" -#: pg_waldump.c:1054 +#: pg_waldump.c:1064 #, c-format msgid "first record is after %X/%X, at %X/%X, skipping over %u byte\n" msgid_plural "first record is after %X/%X, at %X/%X, skipping over %u bytes\n" msgstr[0] "första posten efter %X/%X, vid %X/%X, hoppar över %u byte\n" msgstr[1] "första posten efter %X/%X, vid %X/%X, hoppar över %u byte\n" -#: pg_waldump.c:1105 +#: pg_waldump.c:1115 #, c-format msgid "error in WAL record at %X/%X: %s" msgstr "fel i WAL-post vid %X/%X: %s" -#: pg_waldump.c:1115 +#: pg_waldump.c:1124 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Försök med \"%s --help\" för mer information.\n" + +#: xlogreader.c:354 +#, c-format +msgid "invalid record offset at %X/%X" +msgstr "ogiltig postoffset vid %X/%X" + +#: xlogreader.c:362 +#, c-format +msgid "contrecord is requested by %X/%X" +msgstr "contrecord är begärd vid %X/%X" + +#: xlogreader.c:403 xlogreader.c:733 +#, c-format +msgid "invalid record length at %X/%X: wanted %u, got %u" +msgstr "ogiltig postlängd vid %X/%X: förväntade %u, fick %u" + +#: xlogreader.c:429 +#, c-format +msgid "record length %u at %X/%X too long" +msgstr "postlängd %u vid %X/%X är för lång" + +#: xlogreader.c:477 +#, c-format +msgid "there is no contrecord flag at %X/%X" +msgstr "det finns ingen contrecord-flagga vid %X/%X" + +#: xlogreader.c:490 +#, c-format +msgid "invalid contrecord length %u (expected %lld) at %X/%X" +msgstr "ogiltig contrecord-längd %u (förväntade %lld) vid %X/%X" + +#: xlogreader.c:741 +#, c-format +msgid "invalid resource manager ID %u at %X/%X" +msgstr "ogiltigt resurshanterar-ID %u vid %X/%X" + +#: xlogreader.c:754 xlogreader.c:770 +#, c-format +msgid "record with incorrect prev-link %X/%X at %X/%X" +msgstr "post med inkorrekt prev-link %X/%X vid %X/%X" + +#: xlogreader.c:806 +#, c-format +msgid "incorrect resource manager data checksum in record at %X/%X" +msgstr "felaktig resurshanterardatakontrollsumma i post vid %X/%X" + +#: xlogreader.c:843 +#, c-format +msgid "invalid magic number %04X in log segment %s, offset %u" +msgstr "felaktigt magiskt nummer %04X i loggsegment %s, offset %u" + +#: xlogreader.c:857 xlogreader.c:898 +#, c-format +msgid "invalid info bits %04X in log segment %s, offset %u" +msgstr "ogiltiga infobitar %04X i loggsegment %s, offset %u" + +#: xlogreader.c:872 +#, c-format +msgid "WAL file is from different database system: WAL file database system identifier is %llu, pg_control database system identifier is %llu" +msgstr "WAL-fil är från ett annat databassystem: WAL-filens databassystemidentifierare är %llu, pg_control databassystemidentifierare är %llu" + +#: xlogreader.c:880 +#, c-format +msgid "WAL file is from different database system: incorrect segment size in page header" +msgstr "WAL-fil är från ett annat databassystem: inkorrekt segmentstorlek i sidhuvuid" + +#: xlogreader.c:886 +#, c-format +msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header" +msgstr "WAL-fil är från ett annat databassystem: inkorrekt XLOG_BLCKSZ i sidhuvuid" + +#: xlogreader.c:917 +#, c-format +msgid "unexpected pageaddr %X/%X in log segment %s, offset %u" +msgstr "oväntad sidadress %X/%X i loggsegment %s, offset %u" + +# FIXME +#: xlogreader.c:942 +#, c-format +msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" +msgstr "\"ej i sekvens\"-fel på tidslinje-ID %u (efter %u) i loggsegment %s, offset %u" + +#: xlogreader.c:1287 +#, c-format +msgid "out-of-order block_id %u at %X/%X" +msgstr "\"ej i sekvens\"-block_id %u vid %X/%X" + +#: xlogreader.c:1309 +#, c-format +msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X" +msgstr "BKPBLOCK_HAS_DATA är satt men ingen data inkluderad vid %X/%X" + +#: xlogreader.c:1316 +#, c-format +msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X" +msgstr "BKPBLOCK_HAS_DATA är ej satt men datalängden är %u vid %X/%X" + +#: xlogreader.c:1352 +#, c-format +msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE är satt men håloffset %u längd %u block-image-längd %u vid %X/%X" + +#: xlogreader.c:1368 +#, c-format +msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X" +msgstr "BKPIMAGE_HAS_HOLE är inte satt men håloffset %u längd %u vid %X/%X" + +#: xlogreader.c:1383 +#, c-format +msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X" +msgstr "BKPIMAGE_IS_COMPRESSED satt, men block-image-längd %u vid %X/%X" + +#: xlogreader.c:1398 +#, c-format +msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image length is %u at %X/%X" +msgstr "varken BKPIMAGE_HAS_HOLE eller BKPIMAGE_IS_COMPRESSED satt, men block-image-längd är %u vid %X/%X" + +#: xlogreader.c:1414 +#, c-format +msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X" +msgstr "BKPBLOCK_SAME_REL är satt men ingen tidigare rel vid %X/%X" + +#: xlogreader.c:1426 +#, c-format +msgid "invalid block_id %u at %X/%X" +msgstr "ogiltig block_id %u vid %X/%X" + +#: xlogreader.c:1513 +#, c-format +msgid "record with invalid length at %X/%X" +msgstr "post med ogiltig längd vid %X/%X" + +#: xlogreader.c:1602 +#, c-format +msgid "invalid compressed image at %X/%X, block %d" +msgstr "ogiltig komprimerad image vid %X/%X, block %d" diff -Nru postgresql-14-14.5/src/bin/psql/po/ru.po postgresql-14-14.6/src/bin/psql/po/ru.po --- postgresql-14-14.5/src/bin/psql/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/psql/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: psql (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-05-07 06:06+0300\n" +"POT-Creation-Date: 2022-09-05 10:53+0300\n" "PO-Revision-Date: 2022-05-07 06:32+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -254,7 +254,7 @@ msgid "no query buffer" msgstr "нет буфера запросов" -#: command.c:1045 command.c:5312 +#: command.c:1045 command.c:5320 #, c-format msgid "invalid line number: %s" msgstr "неверный номер строки: %s" @@ -282,7 +282,7 @@ "%s: неверное название кодировки символов или не найдена процедура " "перекодировки" -#: command.c:1311 command.c:2063 command.c:3250 command.c:3442 command.c:5414 +#: command.c:1311 command.c:2063 command.c:3250 command.c:3442 command.c:5422 #: common.c:174 common.c:223 common.c:392 common.c:1248 common.c:1276 #: common.c:1385 common.c:1492 common.c:1530 copy.c:488 copy.c:709 help.c:62 #: large_obj.c:157 large_obj.c:192 large_obj.c:254 startup.c:298 @@ -792,7 +792,7 @@ msgid "%s (every %gs)\n" msgstr "%s (обновление: %g с)\n" -#: command.c:5008 command.c:5015 common.c:552 common.c:559 common.c:1231 +#: command.c:5016 command.c:5023 common.c:552 common.c:559 common.c:1231 #, c-format msgid "" "********* QUERY **********\n" @@ -805,12 +805,12 @@ "**************************\n" "\n" -#: command.c:5207 +#: command.c:5215 #, c-format msgid "\"%s.%s\" is not a view" msgstr "\"%s.%s\" — не представление" -#: command.c:5223 +#: command.c:5231 #, c-format msgid "could not parse reloptions array" msgstr "не удалось разобрать массив reloptions" @@ -4495,31 +4495,31 @@ #: sql_help.c:1666 sql_help.c:1669 sql_help.c:1719 sql_help.c:1735 #: sql_help.c:1966 sql_help.c:2035 sql_help.c:2054 sql_help.c:2067 #: sql_help.c:2124 sql_help.c:2131 sql_help.c:2141 sql_help.c:2162 -#: sql_help.c:2188 sql_help.c:2206 sql_help.c:2234 sql_help.c:2331 -#: sql_help.c:2377 sql_help.c:2401 sql_help.c:2424 sql_help.c:2428 -#: sql_help.c:2462 sql_help.c:2482 sql_help.c:2504 sql_help.c:2518 -#: sql_help.c:2539 sql_help.c:2563 sql_help.c:2593 sql_help.c:2618 -#: sql_help.c:2665 sql_help.c:2953 sql_help.c:2966 sql_help.c:2983 -#: sql_help.c:2999 sql_help.c:3039 sql_help.c:3093 sql_help.c:3097 -#: sql_help.c:3099 sql_help.c:3106 sql_help.c:3125 sql_help.c:3152 -#: sql_help.c:3187 sql_help.c:3199 sql_help.c:3208 sql_help.c:3252 -#: sql_help.c:3266 sql_help.c:3294 sql_help.c:3302 sql_help.c:3314 -#: sql_help.c:3324 sql_help.c:3332 sql_help.c:3340 sql_help.c:3348 -#: sql_help.c:3356 sql_help.c:3365 sql_help.c:3376 sql_help.c:3384 -#: sql_help.c:3392 sql_help.c:3400 sql_help.c:3408 sql_help.c:3418 -#: sql_help.c:3427 sql_help.c:3436 sql_help.c:3444 sql_help.c:3454 -#: sql_help.c:3465 sql_help.c:3473 sql_help.c:3482 sql_help.c:3493 -#: sql_help.c:3502 sql_help.c:3510 sql_help.c:3518 sql_help.c:3526 -#: sql_help.c:3534 sql_help.c:3542 sql_help.c:3550 sql_help.c:3558 -#: sql_help.c:3566 sql_help.c:3574 sql_help.c:3582 sql_help.c:3599 -#: sql_help.c:3608 sql_help.c:3616 sql_help.c:3633 sql_help.c:3648 -#: sql_help.c:3950 sql_help.c:4001 sql_help.c:4030 sql_help.c:4045 -#: sql_help.c:4530 sql_help.c:4578 sql_help.c:4729 +#: sql_help.c:2188 sql_help.c:2206 sql_help.c:2234 sql_help.c:2345 +#: sql_help.c:2391 sql_help.c:2415 sql_help.c:2438 sql_help.c:2442 +#: sql_help.c:2476 sql_help.c:2496 sql_help.c:2518 sql_help.c:2532 +#: sql_help.c:2553 sql_help.c:2577 sql_help.c:2607 sql_help.c:2632 +#: sql_help.c:2679 sql_help.c:2967 sql_help.c:2980 sql_help.c:2997 +#: sql_help.c:3013 sql_help.c:3053 sql_help.c:3107 sql_help.c:3111 +#: sql_help.c:3113 sql_help.c:3120 sql_help.c:3139 sql_help.c:3166 +#: sql_help.c:3201 sql_help.c:3213 sql_help.c:3222 sql_help.c:3266 +#: sql_help.c:3280 sql_help.c:3308 sql_help.c:3316 sql_help.c:3328 +#: sql_help.c:3338 sql_help.c:3346 sql_help.c:3354 sql_help.c:3362 +#: sql_help.c:3370 sql_help.c:3379 sql_help.c:3390 sql_help.c:3398 +#: sql_help.c:3406 sql_help.c:3414 sql_help.c:3422 sql_help.c:3432 +#: sql_help.c:3441 sql_help.c:3450 sql_help.c:3458 sql_help.c:3468 +#: sql_help.c:3479 sql_help.c:3487 sql_help.c:3496 sql_help.c:3507 +#: sql_help.c:3516 sql_help.c:3524 sql_help.c:3532 sql_help.c:3540 +#: sql_help.c:3548 sql_help.c:3556 sql_help.c:3564 sql_help.c:3572 +#: sql_help.c:3580 sql_help.c:3588 sql_help.c:3596 sql_help.c:3613 +#: sql_help.c:3622 sql_help.c:3630 sql_help.c:3647 sql_help.c:3662 +#: sql_help.c:3965 sql_help.c:4017 sql_help.c:4046 sql_help.c:4061 +#: sql_help.c:4554 sql_help.c:4602 sql_help.c:4760 msgid "name" msgstr "имя" #: sql_help.c:36 sql_help.c:39 sql_help.c:42 sql_help.c:327 sql_help.c:1816 -#: sql_help.c:3267 sql_help.c:4306 +#: sql_help.c:3281 sql_help.c:4322 msgid "aggregate_signature" msgstr "сигнатура_агр_функции" @@ -4540,7 +4540,7 @@ #: sql_help.c:858 sql_help.c:896 sql_help.c:998 sql_help.c:1037 sql_help.c:1066 #: sql_help.c:1086 sql_help.c:1100 sql_help.c:1146 sql_help.c:1354 #: sql_help.c:1416 sql_help.c:1459 sql_help.c:1480 sql_help.c:1542 -#: sql_help.c:1658 sql_help.c:2939 +#: sql_help.c:1658 sql_help.c:2953 msgid "new_owner" msgstr "новый_владелец" @@ -4552,7 +4552,7 @@ msgid "new_schema" msgstr "новая_схема" -#: sql_help.c:44 sql_help.c:1880 sql_help.c:3268 sql_help.c:4335 +#: sql_help.c:44 sql_help.c:1880 sql_help.c:3282 sql_help.c:4351 msgid "where aggregate_signature is:" msgstr "где сигнатура_агр_функции:" @@ -4563,11 +4563,11 @@ #: sql_help.c:990 sql_help.c:995 sql_help.c:1000 sql_help.c:1005 #: sql_help.c:1834 sql_help.c:1851 sql_help.c:1857 sql_help.c:1881 #: sql_help.c:1884 sql_help.c:1887 sql_help.c:2036 sql_help.c:2055 -#: sql_help.c:2058 sql_help.c:2332 sql_help.c:2540 sql_help.c:3269 -#: sql_help.c:3272 sql_help.c:3275 sql_help.c:3366 sql_help.c:3455 -#: sql_help.c:3483 sql_help.c:3828 sql_help.c:4208 sql_help.c:4312 -#: sql_help.c:4319 sql_help.c:4325 sql_help.c:4336 sql_help.c:4339 -#: sql_help.c:4342 +#: sql_help.c:2058 sql_help.c:2346 sql_help.c:2554 sql_help.c:3283 +#: sql_help.c:3286 sql_help.c:3289 sql_help.c:3380 sql_help.c:3469 +#: sql_help.c:3497 sql_help.c:3843 sql_help.c:4224 sql_help.c:4328 +#: sql_help.c:4335 sql_help.c:4341 sql_help.c:4352 sql_help.c:4355 +#: sql_help.c:4358 msgid "argmode" msgstr "режим_аргумента" @@ -4578,10 +4578,10 @@ #: sql_help.c:991 sql_help.c:996 sql_help.c:1001 sql_help.c:1006 #: sql_help.c:1835 sql_help.c:1852 sql_help.c:1858 sql_help.c:1882 #: sql_help.c:1885 sql_help.c:1888 sql_help.c:2037 sql_help.c:2056 -#: sql_help.c:2059 sql_help.c:2333 sql_help.c:2541 sql_help.c:3270 -#: sql_help.c:3273 sql_help.c:3276 sql_help.c:3367 sql_help.c:3456 -#: sql_help.c:3484 sql_help.c:4313 sql_help.c:4320 sql_help.c:4326 -#: sql_help.c:4337 sql_help.c:4340 sql_help.c:4343 +#: sql_help.c:2059 sql_help.c:2347 sql_help.c:2555 sql_help.c:3284 +#: sql_help.c:3287 sql_help.c:3290 sql_help.c:3381 sql_help.c:3470 +#: sql_help.c:3498 sql_help.c:4329 sql_help.c:4336 sql_help.c:4342 +#: sql_help.c:4353 sql_help.c:4356 sql_help.c:4359 msgid "argname" msgstr "имя_аргумента" @@ -4591,25 +4591,25 @@ #: sql_help.c:852 sql_help.c:857 sql_help.c:862 sql_help.c:867 sql_help.c:987 #: sql_help.c:992 sql_help.c:997 sql_help.c:1002 sql_help.c:1007 #: sql_help.c:1836 sql_help.c:1853 sql_help.c:1859 sql_help.c:1883 -#: sql_help.c:1886 sql_help.c:1889 sql_help.c:2334 sql_help.c:2542 -#: sql_help.c:3271 sql_help.c:3274 sql_help.c:3277 sql_help.c:3368 -#: sql_help.c:3457 sql_help.c:3485 sql_help.c:4314 sql_help.c:4321 -#: sql_help.c:4327 sql_help.c:4338 sql_help.c:4341 sql_help.c:4344 +#: sql_help.c:1886 sql_help.c:1889 sql_help.c:2348 sql_help.c:2556 +#: sql_help.c:3285 sql_help.c:3288 sql_help.c:3291 sql_help.c:3382 +#: sql_help.c:3471 sql_help.c:3499 sql_help.c:4330 sql_help.c:4337 +#: sql_help.c:4343 sql_help.c:4354 sql_help.c:4357 sql_help.c:4360 msgid "argtype" msgstr "тип_аргумента" #: sql_help.c:112 sql_help.c:394 sql_help.c:471 sql_help.c:483 sql_help.c:934 #: sql_help.c:1083 sql_help.c:1475 sql_help.c:1604 sql_help.c:1636 #: sql_help.c:1688 sql_help.c:1751 sql_help.c:1937 sql_help.c:1944 -#: sql_help.c:2237 sql_help.c:2279 sql_help.c:2286 sql_help.c:2295 -#: sql_help.c:2378 sql_help.c:2594 sql_help.c:2687 sql_help.c:2968 -#: sql_help.c:3153 sql_help.c:3175 sql_help.c:3315 sql_help.c:3670 -#: sql_help.c:3869 sql_help.c:4044 sql_help.c:4792 +#: sql_help.c:2237 sql_help.c:2287 sql_help.c:2294 sql_help.c:2303 +#: sql_help.c:2392 sql_help.c:2608 sql_help.c:2701 sql_help.c:2982 +#: sql_help.c:3167 sql_help.c:3189 sql_help.c:3329 sql_help.c:3684 +#: sql_help.c:3884 sql_help.c:4060 sql_help.c:4823 msgid "option" msgstr "параметр" -#: sql_help.c:113 sql_help.c:935 sql_help.c:1605 sql_help.c:2379 -#: sql_help.c:2595 sql_help.c:3154 sql_help.c:3316 +#: sql_help.c:113 sql_help.c:935 sql_help.c:1605 sql_help.c:2393 +#: sql_help.c:2609 sql_help.c:3168 sql_help.c:3330 msgid "where option can be:" msgstr "где допустимые параметры:" @@ -4618,7 +4618,7 @@ msgstr "разр_подключения" #: sql_help.c:115 sql_help.c:936 sql_help.c:1606 sql_help.c:2171 -#: sql_help.c:2380 sql_help.c:2596 sql_help.c:3155 +#: sql_help.c:2394 sql_help.c:2610 sql_help.c:3169 msgid "connlimit" msgstr "предел_подключений" @@ -4627,7 +4627,7 @@ msgstr "это_шаблон" #: sql_help.c:122 sql_help.c:608 sql_help.c:675 sql_help.c:688 sql_help.c:1296 -#: sql_help.c:1347 sql_help.c:4048 +#: sql_help.c:1347 sql_help.c:4064 msgid "new_tablespace" msgstr "новое_табл_пространство" @@ -4635,8 +4635,8 @@ #: sql_help.c:548 sql_help.c:870 sql_help.c:872 sql_help.c:873 sql_help.c:943 #: sql_help.c:947 sql_help.c:950 sql_help.c:1012 sql_help.c:1014 #: sql_help.c:1015 sql_help.c:1159 sql_help.c:1162 sql_help.c:1613 -#: sql_help.c:1617 sql_help.c:1620 sql_help.c:2344 sql_help.c:2546 -#: sql_help.c:4066 sql_help.c:4519 +#: sql_help.c:1617 sql_help.c:1620 sql_help.c:2358 sql_help.c:2560 +#: sql_help.c:4082 sql_help.c:4542 msgid "configuration_parameter" msgstr "параметр_конфигурации" @@ -4647,12 +4647,13 @@ #: sql_help.c:1144 sql_help.c:1160 sql_help.c:1161 sql_help.c:1327 #: sql_help.c:1349 sql_help.c:1397 sql_help.c:1419 sql_help.c:1476 #: sql_help.c:1560 sql_help.c:1614 sql_help.c:1637 sql_help.c:2238 -#: sql_help.c:2280 sql_help.c:2287 sql_help.c:2296 sql_help.c:2345 -#: sql_help.c:2346 sql_help.c:2409 sql_help.c:2412 sql_help.c:2446 -#: sql_help.c:2547 sql_help.c:2548 sql_help.c:2566 sql_help.c:2688 -#: sql_help.c:2727 sql_help.c:2833 sql_help.c:2846 sql_help.c:2860 -#: sql_help.c:2901 sql_help.c:2925 sql_help.c:2942 sql_help.c:2969 -#: sql_help.c:3176 sql_help.c:3870 sql_help.c:4520 sql_help.c:4521 +#: sql_help.c:2288 sql_help.c:2295 sql_help.c:2304 sql_help.c:2359 +#: sql_help.c:2360 sql_help.c:2423 sql_help.c:2426 sql_help.c:2460 +#: sql_help.c:2561 sql_help.c:2562 sql_help.c:2580 sql_help.c:2702 +#: sql_help.c:2741 sql_help.c:2847 sql_help.c:2860 sql_help.c:2874 +#: sql_help.c:2915 sql_help.c:2939 sql_help.c:2956 sql_help.c:2983 +#: sql_help.c:3190 sql_help.c:3885 sql_help.c:4543 sql_help.c:4544 +#: sql_help.c:4545 sql_help.c:4546 msgid "value" msgstr "значение" @@ -4660,9 +4661,9 @@ msgid "target_role" msgstr "целевая_роль" -#: sql_help.c:198 sql_help.c:2222 sql_help.c:2643 sql_help.c:2648 -#: sql_help.c:3803 sql_help.c:3812 sql_help.c:3831 sql_help.c:3840 -#: sql_help.c:4183 sql_help.c:4192 sql_help.c:4211 sql_help.c:4220 +#: sql_help.c:198 sql_help.c:2222 sql_help.c:2657 sql_help.c:2662 +#: sql_help.c:3818 sql_help.c:3827 sql_help.c:3846 sql_help.c:3855 +#: sql_help.c:4199 sql_help.c:4208 sql_help.c:4227 sql_help.c:4236 msgid "schema_name" msgstr "имя_схемы" @@ -4677,30 +4678,30 @@ #: sql_help.c:201 sql_help.c:202 sql_help.c:203 sql_help.c:204 sql_help.c:205 #: sql_help.c:206 sql_help.c:207 sql_help.c:208 sql_help.c:209 sql_help.c:210 #: sql_help.c:571 sql_help.c:607 sql_help.c:674 sql_help.c:817 sql_help.c:954 -#: sql_help.c:1295 sql_help.c:1624 sql_help.c:2383 sql_help.c:2384 -#: sql_help.c:2385 sql_help.c:2386 sql_help.c:2387 sql_help.c:2520 -#: sql_help.c:2599 sql_help.c:2600 sql_help.c:2601 sql_help.c:2602 -#: sql_help.c:2603 sql_help.c:3158 sql_help.c:3159 sql_help.c:3160 -#: sql_help.c:3161 sql_help.c:3162 sql_help.c:3849 sql_help.c:3853 -#: sql_help.c:4229 sql_help.c:4233 sql_help.c:4540 +#: sql_help.c:1295 sql_help.c:1624 sql_help.c:2397 sql_help.c:2398 +#: sql_help.c:2399 sql_help.c:2400 sql_help.c:2401 sql_help.c:2534 +#: sql_help.c:2613 sql_help.c:2614 sql_help.c:2615 sql_help.c:2616 +#: sql_help.c:2617 sql_help.c:3172 sql_help.c:3173 sql_help.c:3174 +#: sql_help.c:3175 sql_help.c:3176 sql_help.c:3864 sql_help.c:3868 +#: sql_help.c:4245 sql_help.c:4249 sql_help.c:4564 msgid "role_name" msgstr "имя_роли" #: sql_help.c:236 sql_help.c:459 sql_help.c:1311 sql_help.c:1313 #: sql_help.c:1364 sql_help.c:1376 sql_help.c:1401 sql_help.c:1654 -#: sql_help.c:2191 sql_help.c:2195 sql_help.c:2299 sql_help.c:2304 -#: sql_help.c:2405 sql_help.c:2704 sql_help.c:2709 sql_help.c:2711 -#: sql_help.c:2828 sql_help.c:2841 sql_help.c:2855 sql_help.c:2864 -#: sql_help.c:2876 sql_help.c:2905 sql_help.c:3901 sql_help.c:3916 -#: sql_help.c:3918 sql_help.c:4397 sql_help.c:4398 sql_help.c:4407 -#: sql_help.c:4449 sql_help.c:4450 sql_help.c:4451 sql_help.c:4452 -#: sql_help.c:4453 sql_help.c:4454 sql_help.c:4494 sql_help.c:4495 -#: sql_help.c:4500 sql_help.c:4505 sql_help.c:4646 sql_help.c:4647 -#: sql_help.c:4656 sql_help.c:4698 sql_help.c:4699 sql_help.c:4700 -#: sql_help.c:4701 sql_help.c:4702 sql_help.c:4703 sql_help.c:4757 -#: sql_help.c:4759 sql_help.c:4819 sql_help.c:4877 sql_help.c:4878 -#: sql_help.c:4887 sql_help.c:4929 sql_help.c:4930 sql_help.c:4931 -#: sql_help.c:4932 sql_help.c:4933 sql_help.c:4934 +#: sql_help.c:2191 sql_help.c:2195 sql_help.c:2307 sql_help.c:2312 +#: sql_help.c:2419 sql_help.c:2718 sql_help.c:2723 sql_help.c:2725 +#: sql_help.c:2842 sql_help.c:2855 sql_help.c:2869 sql_help.c:2878 +#: sql_help.c:2890 sql_help.c:2919 sql_help.c:3916 sql_help.c:3931 +#: sql_help.c:3933 sql_help.c:4415 sql_help.c:4416 sql_help.c:4425 +#: sql_help.c:4472 sql_help.c:4473 sql_help.c:4474 sql_help.c:4475 +#: sql_help.c:4476 sql_help.c:4477 sql_help.c:4517 sql_help.c:4518 +#: sql_help.c:4523 sql_help.c:4528 sql_help.c:4672 sql_help.c:4673 +#: sql_help.c:4682 sql_help.c:4729 sql_help.c:4730 sql_help.c:4731 +#: sql_help.c:4732 sql_help.c:4733 sql_help.c:4734 sql_help.c:4788 +#: sql_help.c:4790 sql_help.c:4850 sql_help.c:4910 sql_help.c:4911 +#: sql_help.c:4920 sql_help.c:4967 sql_help.c:4968 sql_help.c:4969 +#: sql_help.c:4970 sql_help.c:4971 sql_help.c:4972 msgid "expression" msgstr "выражение" @@ -4711,8 +4712,8 @@ #: sql_help.c:241 sql_help.c:243 sql_help.c:246 sql_help.c:474 sql_help.c:475 #: sql_help.c:1288 sql_help.c:1335 sql_help.c:1336 sql_help.c:1337 #: sql_help.c:1363 sql_help.c:1375 sql_help.c:1392 sql_help.c:1822 -#: sql_help.c:1824 sql_help.c:2194 sql_help.c:2298 sql_help.c:2303 -#: sql_help.c:2863 sql_help.c:2875 sql_help.c:3913 +#: sql_help.c:1824 sql_help.c:2194 sql_help.c:2306 sql_help.c:2311 +#: sql_help.c:2877 sql_help.c:2889 sql_help.c:3928 msgid "constraint_name" msgstr "имя_ограничения" @@ -4743,76 +4744,76 @@ #: sql_help.c:1855 sql_help.c:1862 sql_help.c:1863 sql_help.c:1864 #: sql_help.c:1865 sql_help.c:1866 sql_help.c:1867 sql_help.c:1868 #: sql_help.c:1869 sql_help.c:1870 sql_help.c:1871 sql_help.c:1872 -#: sql_help.c:1877 sql_help.c:1878 sql_help.c:4302 sql_help.c:4307 -#: sql_help.c:4308 sql_help.c:4309 sql_help.c:4310 sql_help.c:4316 -#: sql_help.c:4317 sql_help.c:4322 sql_help.c:4323 sql_help.c:4328 -#: sql_help.c:4329 sql_help.c:4330 sql_help.c:4331 sql_help.c:4332 -#: sql_help.c:4333 +#: sql_help.c:1877 sql_help.c:1878 sql_help.c:4318 sql_help.c:4323 +#: sql_help.c:4324 sql_help.c:4325 sql_help.c:4326 sql_help.c:4332 +#: sql_help.c:4333 sql_help.c:4338 sql_help.c:4339 sql_help.c:4344 +#: sql_help.c:4345 sql_help.c:4346 sql_help.c:4347 sql_help.c:4348 +#: sql_help.c:4349 msgid "object_name" msgstr "имя_объекта" # well-spelled: агр -#: sql_help.c:326 sql_help.c:1815 sql_help.c:4305 +#: sql_help.c:326 sql_help.c:1815 sql_help.c:4321 msgid "aggregate_name" msgstr "имя_агр_функции" #: sql_help.c:328 sql_help.c:1817 sql_help.c:2101 sql_help.c:2105 -#: sql_help.c:2107 sql_help.c:3285 +#: sql_help.c:2107 sql_help.c:3299 msgid "source_type" msgstr "исходный_тип" #: sql_help.c:329 sql_help.c:1818 sql_help.c:2102 sql_help.c:2106 -#: sql_help.c:2108 sql_help.c:3286 +#: sql_help.c:2108 sql_help.c:3300 msgid "target_type" msgstr "целевой_тип" #: sql_help.c:336 sql_help.c:781 sql_help.c:1833 sql_help.c:2103 -#: sql_help.c:2144 sql_help.c:2210 sql_help.c:2463 sql_help.c:2494 -#: sql_help.c:3045 sql_help.c:4207 sql_help.c:4311 sql_help.c:4426 -#: sql_help.c:4430 sql_help.c:4434 sql_help.c:4437 sql_help.c:4675 -#: sql_help.c:4679 sql_help.c:4683 sql_help.c:4686 sql_help.c:4906 -#: sql_help.c:4910 sql_help.c:4914 sql_help.c:4917 +#: sql_help.c:2144 sql_help.c:2210 sql_help.c:2477 sql_help.c:2508 +#: sql_help.c:3059 sql_help.c:4223 sql_help.c:4327 sql_help.c:4444 +#: sql_help.c:4448 sql_help.c:4452 sql_help.c:4455 sql_help.c:4701 +#: sql_help.c:4705 sql_help.c:4709 sql_help.c:4712 sql_help.c:4939 +#: sql_help.c:4943 sql_help.c:4947 sql_help.c:4950 msgid "function_name" msgstr "имя_функции" -#: sql_help.c:341 sql_help.c:774 sql_help.c:1840 sql_help.c:2487 +#: sql_help.c:341 sql_help.c:774 sql_help.c:1840 sql_help.c:2501 msgid "operator_name" msgstr "имя_оператора" #: sql_help.c:342 sql_help.c:710 sql_help.c:714 sql_help.c:718 sql_help.c:1841 -#: sql_help.c:2464 sql_help.c:3409 +#: sql_help.c:2478 sql_help.c:3423 msgid "left_type" msgstr "тип_слева" #: sql_help.c:343 sql_help.c:711 sql_help.c:715 sql_help.c:719 sql_help.c:1842 -#: sql_help.c:2465 sql_help.c:3410 +#: sql_help.c:2479 sql_help.c:3424 msgid "right_type" msgstr "тип_справа" #: sql_help.c:345 sql_help.c:347 sql_help.c:737 sql_help.c:740 sql_help.c:743 #: sql_help.c:772 sql_help.c:784 sql_help.c:792 sql_help.c:795 sql_help.c:798 -#: sql_help.c:1381 sql_help.c:1844 sql_help.c:1846 sql_help.c:2484 -#: sql_help.c:2505 sql_help.c:2881 sql_help.c:3419 sql_help.c:3428 +#: sql_help.c:1381 sql_help.c:1844 sql_help.c:1846 sql_help.c:2498 +#: sql_help.c:2519 sql_help.c:2895 sql_help.c:3433 sql_help.c:3442 msgid "index_method" msgstr "метод_индекса" -#: sql_help.c:349 sql_help.c:1850 sql_help.c:4318 +#: sql_help.c:349 sql_help.c:1850 sql_help.c:4334 msgid "procedure_name" msgstr "имя_процедуры" -#: sql_help.c:353 sql_help.c:1856 sql_help.c:3827 sql_help.c:4324 +#: sql_help.c:353 sql_help.c:1856 sql_help.c:3842 sql_help.c:4340 msgid "routine_name" msgstr "имя_подпрограммы" -#: sql_help.c:365 sql_help.c:1353 sql_help.c:1873 sql_help.c:2340 -#: sql_help.c:2545 sql_help.c:2836 sql_help.c:3012 sql_help.c:3590 -#: sql_help.c:3846 sql_help.c:4226 +#: sql_help.c:365 sql_help.c:1353 sql_help.c:1873 sql_help.c:2354 +#: sql_help.c:2559 sql_help.c:2850 sql_help.c:3026 sql_help.c:3604 +#: sql_help.c:3861 sql_help.c:4242 msgid "type_name" msgstr "имя_типа" -#: sql_help.c:366 sql_help.c:1874 sql_help.c:2339 sql_help.c:2544 -#: sql_help.c:3013 sql_help.c:3243 sql_help.c:3591 sql_help.c:3834 -#: sql_help.c:4214 +#: sql_help.c:366 sql_help.c:1874 sql_help.c:2353 sql_help.c:2558 +#: sql_help.c:3027 sql_help.c:3257 sql_help.c:3605 sql_help.c:3849 +#: sql_help.c:4230 msgid "lang_name" msgstr "имя_языка" @@ -4844,18 +4845,18 @@ #: sql_help.c:1379 sql_help.c:1386 sql_help.c:1395 sql_help.c:1400 #: sql_help.c:1653 sql_help.c:1656 sql_help.c:1660 sql_help.c:1696 #: sql_help.c:1821 sql_help.c:1934 sql_help.c:1940 sql_help.c:1953 -#: sql_help.c:1954 sql_help.c:1955 sql_help.c:2277 sql_help.c:2290 -#: sql_help.c:2337 sql_help.c:2404 sql_help.c:2410 sql_help.c:2443 -#: sql_help.c:2673 sql_help.c:2708 sql_help.c:2710 sql_help.c:2818 -#: sql_help.c:2827 sql_help.c:2837 sql_help.c:2840 sql_help.c:2850 -#: sql_help.c:2854 sql_help.c:2877 sql_help.c:2879 sql_help.c:2886 -#: sql_help.c:2899 sql_help.c:2904 sql_help.c:2922 sql_help.c:3048 -#: sql_help.c:3188 sql_help.c:3806 sql_help.c:3807 sql_help.c:3900 -#: sql_help.c:3915 sql_help.c:3917 sql_help.c:3919 sql_help.c:4186 -#: sql_help.c:4187 sql_help.c:4304 sql_help.c:4458 sql_help.c:4464 -#: sql_help.c:4466 sql_help.c:4707 sql_help.c:4713 sql_help.c:4715 -#: sql_help.c:4756 sql_help.c:4758 sql_help.c:4760 sql_help.c:4807 -#: sql_help.c:4938 sql_help.c:4944 sql_help.c:4946 +#: sql_help.c:1954 sql_help.c:1955 sql_help.c:2285 sql_help.c:2298 +#: sql_help.c:2351 sql_help.c:2418 sql_help.c:2424 sql_help.c:2457 +#: sql_help.c:2687 sql_help.c:2722 sql_help.c:2724 sql_help.c:2832 +#: sql_help.c:2841 sql_help.c:2851 sql_help.c:2854 sql_help.c:2864 +#: sql_help.c:2868 sql_help.c:2891 sql_help.c:2893 sql_help.c:2900 +#: sql_help.c:2913 sql_help.c:2918 sql_help.c:2936 sql_help.c:3062 +#: sql_help.c:3202 sql_help.c:3821 sql_help.c:3822 sql_help.c:3915 +#: sql_help.c:3930 sql_help.c:3932 sql_help.c:3934 sql_help.c:4202 +#: sql_help.c:4203 sql_help.c:4320 sql_help.c:4481 sql_help.c:4487 +#: sql_help.c:4489 sql_help.c:4738 sql_help.c:4744 sql_help.c:4746 +#: sql_help.c:4787 sql_help.c:4789 sql_help.c:4791 sql_help.c:4838 +#: sql_help.c:4976 sql_help.c:4982 sql_help.c:4984 msgid "column_name" msgstr "имя_столбца" @@ -4870,24 +4871,24 @@ #: sql_help.c:451 sql_help.c:456 sql_help.c:1056 sql_help.c:1304 #: sql_help.c:1309 sql_help.c:1563 sql_help.c:1567 sql_help.c:2189 -#: sql_help.c:2278 sql_help.c:2483 sql_help.c:2666 sql_help.c:2819 -#: sql_help.c:3095 sql_help.c:4002 +#: sql_help.c:2286 sql_help.c:2497 sql_help.c:2680 sql_help.c:2833 +#: sql_help.c:3109 sql_help.c:4018 msgid "data_type" msgstr "тип_данных" #: sql_help.c:452 sql_help.c:457 sql_help.c:1305 sql_help.c:1310 -#: sql_help.c:1564 sql_help.c:1568 sql_help.c:2190 sql_help.c:2281 -#: sql_help.c:2406 sql_help.c:2821 sql_help.c:2829 sql_help.c:2842 -#: sql_help.c:2856 sql_help.c:3096 sql_help.c:3102 sql_help.c:3910 +#: sql_help.c:1564 sql_help.c:1568 sql_help.c:2190 sql_help.c:2289 +#: sql_help.c:2420 sql_help.c:2835 sql_help.c:2843 sql_help.c:2856 +#: sql_help.c:2870 sql_help.c:3110 sql_help.c:3116 sql_help.c:3925 msgid "collation" msgstr "правило_сортировки" -#: sql_help.c:453 sql_help.c:1306 sql_help.c:2282 sql_help.c:2291 -#: sql_help.c:2822 sql_help.c:2838 sql_help.c:2851 +#: sql_help.c:453 sql_help.c:1306 sql_help.c:2290 sql_help.c:2299 +#: sql_help.c:2836 sql_help.c:2852 sql_help.c:2865 msgid "column_constraint" msgstr "ограничение_столбца" -#: sql_help.c:463 sql_help.c:605 sql_help.c:678 sql_help.c:1324 sql_help.c:4804 +#: sql_help.c:463 sql_help.c:605 sql_help.c:678 sql_help.c:1324 sql_help.c:4835 msgid "integer" msgstr "целое" @@ -4896,8 +4897,8 @@ msgid "attribute_option" msgstr "атрибут" -#: sql_help.c:473 sql_help.c:1333 sql_help.c:2283 sql_help.c:2292 -#: sql_help.c:2823 sql_help.c:2839 sql_help.c:2852 +#: sql_help.c:473 sql_help.c:1333 sql_help.c:2291 sql_help.c:2300 +#: sql_help.c:2837 sql_help.c:2853 sql_help.c:2866 msgid "table_constraint" msgstr "ограничение_таблицы" @@ -4907,7 +4908,7 @@ msgstr "имя_триггера" #: sql_help.c:480 sql_help.c:481 sql_help.c:1351 sql_help.c:1352 -#: sql_help.c:2284 sql_help.c:2289 sql_help.c:2826 sql_help.c:2849 +#: sql_help.c:2292 sql_help.c:2297 sql_help.c:2840 sql_help.c:2863 msgid "parent_table" msgstr "таблица_родитель" @@ -4916,46 +4917,46 @@ msgid "extension_name" msgstr "имя_расширения" -#: sql_help.c:542 sql_help.c:1010 sql_help.c:2341 +#: sql_help.c:542 sql_help.c:1010 sql_help.c:2355 msgid "execution_cost" msgstr "стоимость_выполнения" -#: sql_help.c:543 sql_help.c:1011 sql_help.c:2342 +#: sql_help.c:543 sql_help.c:1011 sql_help.c:2356 msgid "result_rows" msgstr "строк_в_результате" -#: sql_help.c:544 sql_help.c:2343 +#: sql_help.c:544 sql_help.c:2357 msgid "support_function" msgstr "вспомогательная_функция" #: sql_help.c:566 sql_help.c:568 sql_help.c:933 sql_help.c:941 sql_help.c:945 #: sql_help.c:948 sql_help.c:951 sql_help.c:1603 sql_help.c:1611 -#: sql_help.c:1615 sql_help.c:1618 sql_help.c:1621 sql_help.c:2644 -#: sql_help.c:2646 sql_help.c:2649 sql_help.c:2650 sql_help.c:3804 -#: sql_help.c:3805 sql_help.c:3809 sql_help.c:3810 sql_help.c:3813 -#: sql_help.c:3814 sql_help.c:3816 sql_help.c:3817 sql_help.c:3819 -#: sql_help.c:3820 sql_help.c:3822 sql_help.c:3823 sql_help.c:3825 -#: sql_help.c:3826 sql_help.c:3832 sql_help.c:3833 sql_help.c:3835 -#: sql_help.c:3836 sql_help.c:3838 sql_help.c:3839 sql_help.c:3841 -#: sql_help.c:3842 sql_help.c:3844 sql_help.c:3845 sql_help.c:3847 -#: sql_help.c:3848 sql_help.c:3850 sql_help.c:3851 sql_help.c:4184 -#: sql_help.c:4185 sql_help.c:4189 sql_help.c:4190 sql_help.c:4193 -#: sql_help.c:4194 sql_help.c:4196 sql_help.c:4197 sql_help.c:4199 -#: sql_help.c:4200 sql_help.c:4202 sql_help.c:4203 sql_help.c:4205 -#: sql_help.c:4206 sql_help.c:4212 sql_help.c:4213 sql_help.c:4215 +#: sql_help.c:1615 sql_help.c:1618 sql_help.c:1621 sql_help.c:2658 +#: sql_help.c:2660 sql_help.c:2663 sql_help.c:2664 sql_help.c:3819 +#: sql_help.c:3820 sql_help.c:3824 sql_help.c:3825 sql_help.c:3828 +#: sql_help.c:3829 sql_help.c:3831 sql_help.c:3832 sql_help.c:3834 +#: sql_help.c:3835 sql_help.c:3837 sql_help.c:3838 sql_help.c:3840 +#: sql_help.c:3841 sql_help.c:3847 sql_help.c:3848 sql_help.c:3850 +#: sql_help.c:3851 sql_help.c:3853 sql_help.c:3854 sql_help.c:3856 +#: sql_help.c:3857 sql_help.c:3859 sql_help.c:3860 sql_help.c:3862 +#: sql_help.c:3863 sql_help.c:3865 sql_help.c:3866 sql_help.c:4200 +#: sql_help.c:4201 sql_help.c:4205 sql_help.c:4206 sql_help.c:4209 +#: sql_help.c:4210 sql_help.c:4212 sql_help.c:4213 sql_help.c:4215 #: sql_help.c:4216 sql_help.c:4218 sql_help.c:4219 sql_help.c:4221 -#: sql_help.c:4222 sql_help.c:4224 sql_help.c:4225 sql_help.c:4227 -#: sql_help.c:4228 sql_help.c:4230 sql_help.c:4231 +#: sql_help.c:4222 sql_help.c:4228 sql_help.c:4229 sql_help.c:4231 +#: sql_help.c:4232 sql_help.c:4234 sql_help.c:4235 sql_help.c:4237 +#: sql_help.c:4238 sql_help.c:4240 sql_help.c:4241 sql_help.c:4243 +#: sql_help.c:4244 sql_help.c:4246 sql_help.c:4247 msgid "role_specification" msgstr "указание_роли" #: sql_help.c:567 sql_help.c:569 sql_help.c:1634 sql_help.c:2163 -#: sql_help.c:2652 sql_help.c:3173 sql_help.c:3624 sql_help.c:4550 +#: sql_help.c:2666 sql_help.c:3187 sql_help.c:3638 sql_help.c:4574 msgid "user_name" msgstr "имя_пользователя" -#: sql_help.c:570 sql_help.c:953 sql_help.c:1623 sql_help.c:2651 -#: sql_help.c:3852 sql_help.c:4232 +#: sql_help.c:570 sql_help.c:953 sql_help.c:1623 sql_help.c:2665 +#: sql_help.c:3867 sql_help.c:4248 msgid "where role_specification can be:" msgstr "где допустимое указание_роли:" @@ -4963,10 +4964,10 @@ msgid "group_name" msgstr "имя_группы" -#: sql_help.c:593 sql_help.c:1398 sql_help.c:2169 sql_help.c:2413 -#: sql_help.c:2447 sql_help.c:2834 sql_help.c:2847 sql_help.c:2861 -#: sql_help.c:2902 sql_help.c:2926 sql_help.c:2938 sql_help.c:3843 -#: sql_help.c:4223 +#: sql_help.c:593 sql_help.c:1398 sql_help.c:2169 sql_help.c:2427 +#: sql_help.c:2461 sql_help.c:2848 sql_help.c:2861 sql_help.c:2875 +#: sql_help.c:2916 sql_help.c:2940 sql_help.c:2952 sql_help.c:3858 +#: sql_help.c:4239 msgid "tablespace_name" msgstr "табл_пространство" @@ -4976,9 +4977,9 @@ msgstr "имя_индекса" #: sql_help.c:599 sql_help.c:602 sql_help.c:689 sql_help.c:691 sql_help.c:1348 -#: sql_help.c:1350 sql_help.c:1396 sql_help.c:2411 sql_help.c:2445 -#: sql_help.c:2832 sql_help.c:2845 sql_help.c:2859 sql_help.c:2900 -#: sql_help.c:2924 +#: sql_help.c:1350 sql_help.c:1396 sql_help.c:2425 sql_help.c:2459 +#: sql_help.c:2846 sql_help.c:2859 sql_help.c:2873 sql_help.c:2914 +#: sql_help.c:2938 msgid "storage_parameter" msgstr "параметр_хранения" @@ -4986,42 +4987,42 @@ msgid "column_number" msgstr "номер_столбца" -#: sql_help.c:628 sql_help.c:1838 sql_help.c:4315 +#: sql_help.c:628 sql_help.c:1838 sql_help.c:4331 msgid "large_object_oid" msgstr "oid_большого_объекта" -#: sql_help.c:686 sql_help.c:1332 sql_help.c:2820 +#: sql_help.c:686 sql_help.c:1332 sql_help.c:2834 msgid "compression_method" msgstr "метод_сжатия" -#: sql_help.c:720 sql_help.c:2468 +#: sql_help.c:720 sql_help.c:2482 msgid "res_proc" msgstr "процедура_ограничения" -#: sql_help.c:721 sql_help.c:2469 +#: sql_help.c:721 sql_help.c:2483 msgid "join_proc" msgstr "процедура_соединения" -#: sql_help.c:773 sql_help.c:785 sql_help.c:2486 +#: sql_help.c:773 sql_help.c:785 sql_help.c:2500 msgid "strategy_number" msgstr "номер_стратегии" #: sql_help.c:775 sql_help.c:776 sql_help.c:779 sql_help.c:780 sql_help.c:786 -#: sql_help.c:787 sql_help.c:789 sql_help.c:790 sql_help.c:2488 sql_help.c:2489 -#: sql_help.c:2492 sql_help.c:2493 +#: sql_help.c:787 sql_help.c:789 sql_help.c:790 sql_help.c:2502 sql_help.c:2503 +#: sql_help.c:2506 sql_help.c:2507 msgid "op_type" msgstr "тип_операции" -#: sql_help.c:777 sql_help.c:2490 +#: sql_help.c:777 sql_help.c:2504 msgid "sort_family_name" msgstr "семейство_сортировки" -#: sql_help.c:778 sql_help.c:788 sql_help.c:2491 +#: sql_help.c:778 sql_help.c:788 sql_help.c:2505 msgid "support_number" msgstr "номер_опорной_процедуры" -#: sql_help.c:782 sql_help.c:2104 sql_help.c:2495 sql_help.c:3015 -#: sql_help.c:3017 +#: sql_help.c:782 sql_help.c:2104 sql_help.c:2509 sql_help.c:3029 +#: sql_help.c:3031 msgid "argument_type" msgstr "тип_аргумента" @@ -5029,61 +5030,61 @@ #: sql_help.c:1024 sql_help.c:1063 sql_help.c:1516 sql_help.c:1519 #: sql_help.c:1695 sql_help.c:1749 sql_help.c:1752 sql_help.c:1823 #: sql_help.c:1848 sql_help.c:1861 sql_help.c:1876 sql_help.c:1933 -#: sql_help.c:1939 sql_help.c:2276 sql_help.c:2288 sql_help.c:2402 -#: sql_help.c:2442 sql_help.c:2519 sql_help.c:2564 sql_help.c:2620 -#: sql_help.c:2672 sql_help.c:2705 sql_help.c:2712 sql_help.c:2817 -#: sql_help.c:2835 sql_help.c:2848 sql_help.c:2921 sql_help.c:3041 -#: sql_help.c:3222 sql_help.c:3445 sql_help.c:3494 sql_help.c:3600 -#: sql_help.c:3802 sql_help.c:3808 sql_help.c:3866 sql_help.c:3898 -#: sql_help.c:4182 sql_help.c:4188 sql_help.c:4303 sql_help.c:4412 -#: sql_help.c:4414 sql_help.c:4471 sql_help.c:4510 sql_help.c:4661 -#: sql_help.c:4663 sql_help.c:4720 sql_help.c:4754 sql_help.c:4806 -#: sql_help.c:4892 sql_help.c:4894 sql_help.c:4951 +#: sql_help.c:1939 sql_help.c:2284 sql_help.c:2296 sql_help.c:2416 +#: sql_help.c:2456 sql_help.c:2533 sql_help.c:2578 sql_help.c:2634 +#: sql_help.c:2686 sql_help.c:2719 sql_help.c:2726 sql_help.c:2831 +#: sql_help.c:2849 sql_help.c:2862 sql_help.c:2935 sql_help.c:3055 +#: sql_help.c:3236 sql_help.c:3459 sql_help.c:3508 sql_help.c:3614 +#: sql_help.c:3817 sql_help.c:3823 sql_help.c:3881 sql_help.c:3913 +#: sql_help.c:4198 sql_help.c:4204 sql_help.c:4319 sql_help.c:4430 +#: sql_help.c:4432 sql_help.c:4494 sql_help.c:4533 sql_help.c:4687 +#: sql_help.c:4689 sql_help.c:4751 sql_help.c:4785 sql_help.c:4837 +#: sql_help.c:4925 sql_help.c:4927 sql_help.c:4989 msgid "table_name" msgstr "имя_таблицы" -#: sql_help.c:818 sql_help.c:2521 +#: sql_help.c:818 sql_help.c:2535 msgid "using_expression" msgstr "выражение_использования" -#: sql_help.c:819 sql_help.c:2522 +#: sql_help.c:819 sql_help.c:2536 msgid "check_expression" msgstr "выражение_проверки" -#: sql_help.c:893 sql_help.c:2565 +#: sql_help.c:893 sql_help.c:2579 msgid "publication_parameter" msgstr "параметр_публикации" -#: sql_help.c:937 sql_help.c:1607 sql_help.c:2381 sql_help.c:2597 -#: sql_help.c:3156 +#: sql_help.c:937 sql_help.c:1607 sql_help.c:2395 sql_help.c:2611 +#: sql_help.c:3170 msgid "password" msgstr "пароль" -#: sql_help.c:938 sql_help.c:1608 sql_help.c:2382 sql_help.c:2598 -#: sql_help.c:3157 +#: sql_help.c:938 sql_help.c:1608 sql_help.c:2396 sql_help.c:2612 +#: sql_help.c:3171 msgid "timestamp" msgstr "timestamp" #: sql_help.c:942 sql_help.c:946 sql_help.c:949 sql_help.c:952 sql_help.c:1612 -#: sql_help.c:1616 sql_help.c:1619 sql_help.c:1622 sql_help.c:3815 -#: sql_help.c:4195 +#: sql_help.c:1616 sql_help.c:1619 sql_help.c:1622 sql_help.c:3830 +#: sql_help.c:4211 msgid "database_name" msgstr "имя_БД" -#: sql_help.c:1057 sql_help.c:2667 +#: sql_help.c:1057 sql_help.c:2681 msgid "increment" msgstr "шаг" -#: sql_help.c:1058 sql_help.c:2668 +#: sql_help.c:1058 sql_help.c:2682 msgid "minvalue" msgstr "мин_значение" -#: sql_help.c:1059 sql_help.c:2669 +#: sql_help.c:1059 sql_help.c:2683 msgid "maxvalue" msgstr "макс_значение" -#: sql_help.c:1060 sql_help.c:2670 sql_help.c:4410 sql_help.c:4508 -#: sql_help.c:4659 sql_help.c:4823 sql_help.c:4890 +#: sql_help.c:1060 sql_help.c:2684 sql_help.c:4428 sql_help.c:4531 +#: sql_help.c:4685 sql_help.c:4854 sql_help.c:4923 msgid "start" msgstr "начальное_значение" @@ -5091,7 +5092,7 @@ msgid "restart" msgstr "значение_перезапуска" -#: sql_help.c:1062 sql_help.c:2671 +#: sql_help.c:1062 sql_help.c:2685 msgid "cache" msgstr "кеш" @@ -5099,11 +5100,11 @@ msgid "new_target" msgstr "новое_имя" -#: sql_help.c:1124 sql_help.c:2724 +#: sql_help.c:1124 sql_help.c:2738 msgid "conninfo" msgstr "строка_подключения" -#: sql_help.c:1126 sql_help.c:1130 sql_help.c:1134 sql_help.c:2725 +#: sql_help.c:1126 sql_help.c:1130 sql_help.c:1134 sql_help.c:2739 msgid "publication_name" msgstr "имя_публикации" @@ -5115,7 +5116,7 @@ msgid "refresh_option" msgstr "параметр_обновления" -#: sql_help.c:1143 sql_help.c:2726 +#: sql_help.c:1143 sql_help.c:2740 msgid "subscription_parameter" msgstr "параметр_подписки" @@ -5123,11 +5124,11 @@ msgid "partition_name" msgstr "имя_секции" -#: sql_help.c:1299 sql_help.c:2293 sql_help.c:2853 +#: sql_help.c:1299 sql_help.c:2301 sql_help.c:2867 msgid "partition_bound_spec" msgstr "указание_границ_секции" -#: sql_help.c:1318 sql_help.c:1367 sql_help.c:2867 +#: sql_help.c:1318 sql_help.c:1367 sql_help.c:2881 msgid "sequence_options" msgstr "параметры_последовательности" @@ -5143,16 +5144,18 @@ msgid "rewrite_rule_name" msgstr "имя_правила_перезаписи" -#: sql_help.c:1356 sql_help.c:2892 +#: sql_help.c:1356 sql_help.c:2313 sql_help.c:2906 msgid "and partition_bound_spec is:" msgstr "и указание_границ_секции:" -#: sql_help.c:1357 sql_help.c:1358 sql_help.c:1359 sql_help.c:2893 -#: sql_help.c:2894 sql_help.c:2895 +#: sql_help.c:1357 sql_help.c:1358 sql_help.c:1359 sql_help.c:2314 +#: sql_help.c:2315 sql_help.c:2316 sql_help.c:2907 sql_help.c:2908 +#: sql_help.c:2909 msgid "partition_bound_expr" msgstr "выражение_границ_секции" -#: sql_help.c:1360 sql_help.c:1361 sql_help.c:2896 sql_help.c:2897 +#: sql_help.c:1360 sql_help.c:1361 sql_help.c:2317 sql_help.c:2318 +#: sql_help.c:2910 sql_help.c:2911 msgid "numeric_literal" msgstr "числовая_константа" @@ -5160,48 +5163,48 @@ msgid "and column_constraint is:" msgstr "и ограничение_столбца:" -#: sql_help.c:1365 sql_help.c:2300 sql_help.c:2335 sql_help.c:2543 -#: sql_help.c:2865 +#: sql_help.c:1365 sql_help.c:2308 sql_help.c:2349 sql_help.c:2557 +#: sql_help.c:2879 msgid "default_expr" msgstr "выражение_по_умолчанию" -#: sql_help.c:1366 sql_help.c:2301 sql_help.c:2866 +#: sql_help.c:1366 sql_help.c:2309 sql_help.c:2880 msgid "generation_expr" msgstr "генерирующее_выражение" #: sql_help.c:1368 sql_help.c:1369 sql_help.c:1378 sql_help.c:1380 -#: sql_help.c:1384 sql_help.c:2868 sql_help.c:2869 sql_help.c:2878 -#: sql_help.c:2880 sql_help.c:2884 +#: sql_help.c:1384 sql_help.c:2882 sql_help.c:2883 sql_help.c:2892 +#: sql_help.c:2894 sql_help.c:2898 msgid "index_parameters" msgstr "параметры_индекса" -#: sql_help.c:1370 sql_help.c:1387 sql_help.c:2870 sql_help.c:2887 +#: sql_help.c:1370 sql_help.c:1387 sql_help.c:2884 sql_help.c:2901 msgid "reftable" msgstr "целевая_таблица" -#: sql_help.c:1371 sql_help.c:1388 sql_help.c:2871 sql_help.c:2888 +#: sql_help.c:1371 sql_help.c:1388 sql_help.c:2885 sql_help.c:2902 msgid "refcolumn" msgstr "целевой_столбец" #: sql_help.c:1372 sql_help.c:1373 sql_help.c:1389 sql_help.c:1390 -#: sql_help.c:2872 sql_help.c:2873 sql_help.c:2889 sql_help.c:2890 +#: sql_help.c:2886 sql_help.c:2887 sql_help.c:2903 sql_help.c:2904 msgid "referential_action" msgstr "ссылочное_действие" -#: sql_help.c:1374 sql_help.c:2302 sql_help.c:2874 +#: sql_help.c:1374 sql_help.c:2310 sql_help.c:2888 msgid "and table_constraint is:" msgstr "и ограничение_таблицы:" -#: sql_help.c:1382 sql_help.c:2882 +#: sql_help.c:1382 sql_help.c:2896 msgid "exclude_element" msgstr "объект_исключения" -#: sql_help.c:1383 sql_help.c:2883 sql_help.c:4408 sql_help.c:4506 -#: sql_help.c:4657 sql_help.c:4821 sql_help.c:4888 +#: sql_help.c:1383 sql_help.c:2897 sql_help.c:4426 sql_help.c:4529 +#: sql_help.c:4683 sql_help.c:4852 sql_help.c:4921 msgid "operator" msgstr "оператор" -#: sql_help.c:1385 sql_help.c:2414 sql_help.c:2885 +#: sql_help.c:1385 sql_help.c:2428 sql_help.c:2899 msgid "predicate" msgstr "предикат" @@ -5209,20 +5212,20 @@ msgid "and table_constraint_using_index is:" msgstr "и ограничение_таблицы_с_индексом:" -#: sql_help.c:1394 sql_help.c:2898 +#: sql_help.c:1394 sql_help.c:2912 msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:" msgstr "параметры_индекса в ограничениях UNIQUE, PRIMARY KEY и EXCLUDE:" -#: sql_help.c:1399 sql_help.c:2903 +#: sql_help.c:1399 sql_help.c:2917 msgid "exclude_element in an EXCLUDE constraint is:" msgstr "объект_исключения в ограничении EXCLUDE:" -#: sql_help.c:1402 sql_help.c:2407 sql_help.c:2830 sql_help.c:2843 -#: sql_help.c:2857 sql_help.c:2906 sql_help.c:3911 +#: sql_help.c:1402 sql_help.c:2421 sql_help.c:2844 sql_help.c:2857 +#: sql_help.c:2871 sql_help.c:2920 sql_help.c:3926 msgid "opclass" msgstr "класс_оператора" -#: sql_help.c:1418 sql_help.c:1421 sql_help.c:2941 +#: sql_help.c:1418 sql_help.c:1421 sql_help.c:2955 msgid "tablespace_option" msgstr "параметр_табл_пространства" @@ -5243,7 +5246,7 @@ msgstr "новый_словарь" #: sql_help.c:1548 sql_help.c:1562 sql_help.c:1565 sql_help.c:1566 -#: sql_help.c:3094 +#: sql_help.c:3108 msgid "attribute_name" msgstr "имя_атрибута" @@ -5267,54 +5270,54 @@ msgid "property" msgstr "свойство" -#: sql_help.c:1635 sql_help.c:2285 sql_help.c:2294 sql_help.c:2683 -#: sql_help.c:3174 sql_help.c:3625 sql_help.c:3824 sql_help.c:3867 -#: sql_help.c:4204 +#: sql_help.c:1635 sql_help.c:2293 sql_help.c:2302 sql_help.c:2697 +#: sql_help.c:3188 sql_help.c:3639 sql_help.c:3839 sql_help.c:3882 +#: sql_help.c:4220 msgid "server_name" msgstr "имя_сервера" -#: sql_help.c:1667 sql_help.c:1670 sql_help.c:3189 +#: sql_help.c:1667 sql_help.c:1670 sql_help.c:3203 msgid "view_option_name" msgstr "имя_параметра_представления" -#: sql_help.c:1668 sql_help.c:3190 +#: sql_help.c:1668 sql_help.c:3204 msgid "view_option_value" msgstr "значение_параметра_представления" -#: sql_help.c:1689 sql_help.c:1690 sql_help.c:4793 sql_help.c:4794 +#: sql_help.c:1689 sql_help.c:1690 sql_help.c:4824 sql_help.c:4825 msgid "table_and_columns" msgstr "таблица_и_столбцы" -#: sql_help.c:1691 sql_help.c:1754 sql_help.c:1945 sql_help.c:3673 -#: sql_help.c:4046 sql_help.c:4795 +#: sql_help.c:1691 sql_help.c:1754 sql_help.c:1945 sql_help.c:3687 +#: sql_help.c:4062 sql_help.c:4826 msgid "where option can be one of:" msgstr "где допустимый параметр:" #: sql_help.c:1692 sql_help.c:1693 sql_help.c:1755 sql_help.c:1947 -#: sql_help.c:1950 sql_help.c:2129 sql_help.c:3674 sql_help.c:3675 -#: sql_help.c:3676 sql_help.c:3677 sql_help.c:3678 sql_help.c:3679 -#: sql_help.c:3680 sql_help.c:3681 sql_help.c:4047 sql_help.c:4049 -#: sql_help.c:4796 sql_help.c:4797 sql_help.c:4798 sql_help.c:4799 -#: sql_help.c:4800 sql_help.c:4801 sql_help.c:4802 sql_help.c:4803 +#: sql_help.c:1950 sql_help.c:2129 sql_help.c:3688 sql_help.c:3689 +#: sql_help.c:3690 sql_help.c:3691 sql_help.c:3692 sql_help.c:3693 +#: sql_help.c:3694 sql_help.c:3695 sql_help.c:4063 sql_help.c:4065 +#: sql_help.c:4827 sql_help.c:4828 sql_help.c:4829 sql_help.c:4830 +#: sql_help.c:4831 sql_help.c:4832 sql_help.c:4833 sql_help.c:4834 msgid "boolean" msgstr "логическое_значение" -#: sql_help.c:1694 sql_help.c:4805 +#: sql_help.c:1694 sql_help.c:4836 msgid "and table_and_columns is:" msgstr "и таблица_и_столбцы:" -#: sql_help.c:1710 sql_help.c:4566 sql_help.c:4568 sql_help.c:4592 +#: sql_help.c:1710 sql_help.c:4590 sql_help.c:4592 sql_help.c:4616 msgid "transaction_mode" msgstr "режим_транзакции" -#: sql_help.c:1711 sql_help.c:4569 sql_help.c:4593 +#: sql_help.c:1711 sql_help.c:4593 sql_help.c:4617 msgid "where transaction_mode is one of:" msgstr "где допустимый режим_транзакции:" -#: sql_help.c:1720 sql_help.c:4418 sql_help.c:4427 sql_help.c:4431 -#: sql_help.c:4435 sql_help.c:4438 sql_help.c:4667 sql_help.c:4676 -#: sql_help.c:4680 sql_help.c:4684 sql_help.c:4687 sql_help.c:4898 -#: sql_help.c:4907 sql_help.c:4911 sql_help.c:4915 sql_help.c:4918 +#: sql_help.c:1720 sql_help.c:4436 sql_help.c:4445 sql_help.c:4449 +#: sql_help.c:4453 sql_help.c:4456 sql_help.c:4693 sql_help.c:4702 +#: sql_help.c:4706 sql_help.c:4710 sql_help.c:4713 sql_help.c:4931 +#: sql_help.c:4940 sql_help.c:4944 sql_help.c:4948 sql_help.c:4951 msgid "argument" msgstr "аргумент" @@ -5322,7 +5325,7 @@ msgid "relation_name" msgstr "имя_отношения" -#: sql_help.c:1825 sql_help.c:3818 sql_help.c:4198 +#: sql_help.c:1825 sql_help.c:3833 sql_help.c:4214 msgid "domain_name" msgstr "имя_домена" @@ -5338,28 +5341,28 @@ msgid "text" msgstr "текст" -#: sql_help.c:1904 sql_help.c:4011 sql_help.c:4248 +#: sql_help.c:1904 sql_help.c:4027 sql_help.c:4264 msgid "transaction_id" msgstr "код_транзакции" -#: sql_help.c:1935 sql_help.c:1942 sql_help.c:3937 +#: sql_help.c:1935 sql_help.c:1942 sql_help.c:3952 msgid "filename" msgstr "имя_файла" -#: sql_help.c:1936 sql_help.c:1943 sql_help.c:2622 sql_help.c:2623 -#: sql_help.c:2624 +#: sql_help.c:1936 sql_help.c:1943 sql_help.c:2636 sql_help.c:2637 +#: sql_help.c:2638 msgid "command" msgstr "команда" -#: sql_help.c:1938 sql_help.c:2621 sql_help.c:3044 sql_help.c:3225 -#: sql_help.c:3921 sql_help.c:4401 sql_help.c:4403 sql_help.c:4499 -#: sql_help.c:4501 sql_help.c:4650 sql_help.c:4652 sql_help.c:4763 -#: sql_help.c:4881 sql_help.c:4883 +#: sql_help.c:1938 sql_help.c:2635 sql_help.c:3058 sql_help.c:3239 +#: sql_help.c:3936 sql_help.c:4419 sql_help.c:4421 sql_help.c:4522 +#: sql_help.c:4524 sql_help.c:4676 sql_help.c:4678 sql_help.c:4794 +#: sql_help.c:4914 sql_help.c:4916 msgid "condition" msgstr "условие" -#: sql_help.c:1941 sql_help.c:2448 sql_help.c:2927 sql_help.c:3191 -#: sql_help.c:3209 sql_help.c:3902 +#: sql_help.c:1941 sql_help.c:2462 sql_help.c:2941 sql_help.c:3205 +#: sql_help.c:3223 sql_help.c:3917 msgid "query" msgstr "запрос" @@ -5475,7 +5478,7 @@ msgid "lc_ctype" msgstr "код_классификации_символов" -#: sql_help.c:2128 sql_help.c:4301 +#: sql_help.c:2128 sql_help.c:4317 msgid "provider" msgstr "провайдер" @@ -5495,7 +5498,7 @@ msgid "dest_encoding" msgstr "целевая_кодировка" -#: sql_help.c:2164 sql_help.c:2967 +#: sql_help.c:2164 sql_help.c:2981 msgid "template" msgstr "шаблон" @@ -5511,7 +5514,7 @@ msgid "where constraint is:" msgstr "где ограничение:" -#: sql_help.c:2207 sql_help.c:2619 sql_help.c:3040 +#: sql_help.c:2207 sql_help.c:2633 sql_help.c:3054 msgid "event" msgstr "событие" @@ -5523,1206 +5526,1202 @@ msgid "filter_value" msgstr "значение_фильтра" -#: sql_help.c:2297 sql_help.c:2862 +#: sql_help.c:2305 sql_help.c:2876 msgid "where column_constraint is:" msgstr "где ограничение_столбца:" -#: sql_help.c:2336 +#: sql_help.c:2350 msgid "rettype" msgstr "тип_возврата" -#: sql_help.c:2338 +#: sql_help.c:2352 msgid "column_type" msgstr "тип_столбца" -#: sql_help.c:2347 sql_help.c:2549 +#: sql_help.c:2361 sql_help.c:2563 msgid "definition" msgstr "определение" -#: sql_help.c:2348 sql_help.c:2550 +#: sql_help.c:2362 sql_help.c:2564 msgid "obj_file" msgstr "объектный_файл" -#: sql_help.c:2349 sql_help.c:2551 +#: sql_help.c:2363 sql_help.c:2565 msgid "link_symbol" msgstr "символ_в_экспорте" -#: sql_help.c:2350 sql_help.c:2552 +#: sql_help.c:2364 sql_help.c:2566 msgid "sql_body" msgstr "тело_sql" -#: sql_help.c:2388 sql_help.c:2604 sql_help.c:3163 +#: sql_help.c:2402 sql_help.c:2618 sql_help.c:3177 msgid "uid" msgstr "uid" -#: sql_help.c:2403 sql_help.c:2444 sql_help.c:2831 sql_help.c:2844 -#: sql_help.c:2858 sql_help.c:2923 +#: sql_help.c:2417 sql_help.c:2458 sql_help.c:2845 sql_help.c:2858 +#: sql_help.c:2872 sql_help.c:2937 msgid "method" msgstr "метод" -#: sql_help.c:2408 +#: sql_help.c:2422 msgid "opclass_parameter" msgstr "параметр_класса_оп" -#: sql_help.c:2425 +#: sql_help.c:2439 msgid "call_handler" msgstr "обработчик_вызова" -#: sql_help.c:2426 +#: sql_help.c:2440 msgid "inline_handler" msgstr "обработчик_внедрённого_кода" -#: sql_help.c:2427 +#: sql_help.c:2441 msgid "valfunction" msgstr "функция_проверки" -#: sql_help.c:2466 +#: sql_help.c:2480 msgid "com_op" msgstr "коммут_оператор" -#: sql_help.c:2467 +#: sql_help.c:2481 msgid "neg_op" msgstr "обратный_оператор" -#: sql_help.c:2485 +#: sql_help.c:2499 msgid "family_name" msgstr "имя_семейства" -#: sql_help.c:2496 +#: sql_help.c:2510 msgid "storage_type" msgstr "тип_хранения" -#: sql_help.c:2625 sql_help.c:3047 +#: sql_help.c:2639 sql_help.c:3061 msgid "where event can be one of:" msgstr "где допустимое событие:" -#: sql_help.c:2645 sql_help.c:2647 +#: sql_help.c:2659 sql_help.c:2661 msgid "schema_element" msgstr "элемент_схемы" -#: sql_help.c:2684 +#: sql_help.c:2698 msgid "server_type" msgstr "тип_сервера" -#: sql_help.c:2685 +#: sql_help.c:2699 msgid "server_version" msgstr "версия_сервера" -#: sql_help.c:2686 sql_help.c:3821 sql_help.c:4201 +#: sql_help.c:2700 sql_help.c:3836 sql_help.c:4217 msgid "fdw_name" msgstr "имя_обёртки_сторонних_данных" -#: sql_help.c:2703 sql_help.c:2706 +#: sql_help.c:2717 sql_help.c:2720 msgid "statistics_name" msgstr "имя_статистики" -#: sql_help.c:2707 +#: sql_help.c:2721 msgid "statistics_kind" msgstr "вид_статистики" -#: sql_help.c:2723 +#: sql_help.c:2737 msgid "subscription_name" msgstr "имя_подписки" -#: sql_help.c:2824 +#: sql_help.c:2838 msgid "source_table" msgstr "исходная_таблица" -#: sql_help.c:2825 +#: sql_help.c:2839 msgid "like_option" msgstr "параметр_порождения" -#: sql_help.c:2891 +#: sql_help.c:2905 msgid "and like_option is:" msgstr "и параметр_порождения:" -#: sql_help.c:2940 +#: sql_help.c:2954 msgid "directory" msgstr "каталог" -#: sql_help.c:2954 +#: sql_help.c:2968 msgid "parser_name" msgstr "имя_анализатора" -#: sql_help.c:2955 +#: sql_help.c:2969 msgid "source_config" msgstr "исходная_конфигурация" -#: sql_help.c:2984 +#: sql_help.c:2998 msgid "start_function" msgstr "функция_начала" -#: sql_help.c:2985 +#: sql_help.c:2999 msgid "gettoken_function" msgstr "функция_выдачи_фрагмента" -#: sql_help.c:2986 +#: sql_help.c:3000 msgid "end_function" msgstr "функция_окончания" -#: sql_help.c:2987 +#: sql_help.c:3001 msgid "lextypes_function" msgstr "функция_лекс_типов" -#: sql_help.c:2988 +#: sql_help.c:3002 msgid "headline_function" msgstr "функция_создания_выдержек" -#: sql_help.c:3000 +#: sql_help.c:3014 msgid "init_function" msgstr "функция_инициализации" -#: sql_help.c:3001 +#: sql_help.c:3015 msgid "lexize_function" msgstr "функция_выделения_лексем" -#: sql_help.c:3014 +#: sql_help.c:3028 msgid "from_sql_function_name" msgstr "имя_функции_из_sql" -#: sql_help.c:3016 +#: sql_help.c:3030 msgid "to_sql_function_name" msgstr "имя_функции_в_sql" -#: sql_help.c:3042 +#: sql_help.c:3056 msgid "referenced_table_name" msgstr "ссылающаяся_таблица" -#: sql_help.c:3043 +#: sql_help.c:3057 msgid "transition_relation_name" msgstr "имя_переходного_отношения" -#: sql_help.c:3046 +#: sql_help.c:3060 msgid "arguments" msgstr "аргументы" -#: sql_help.c:3098 sql_help.c:4334 +#: sql_help.c:3112 sql_help.c:4350 msgid "label" msgstr "метка" -#: sql_help.c:3100 +#: sql_help.c:3114 msgid "subtype" msgstr "подтип" -#: sql_help.c:3101 +#: sql_help.c:3115 msgid "subtype_operator_class" msgstr "класс_оператора_подтипа" -#: sql_help.c:3103 +#: sql_help.c:3117 msgid "canonical_function" msgstr "каноническая_функция" -#: sql_help.c:3104 +#: sql_help.c:3118 msgid "subtype_diff_function" msgstr "функция_различий_подтипа" -#: sql_help.c:3105 +#: sql_help.c:3119 msgid "multirange_type_name" msgstr "имя_мультидиапазонного_типа" -#: sql_help.c:3107 +#: sql_help.c:3121 msgid "input_function" msgstr "функция_ввода" -#: sql_help.c:3108 +#: sql_help.c:3122 msgid "output_function" msgstr "функция_вывода" -#: sql_help.c:3109 +#: sql_help.c:3123 msgid "receive_function" msgstr "функция_получения" -#: sql_help.c:3110 +#: sql_help.c:3124 msgid "send_function" msgstr "функция_отправки" -#: sql_help.c:3111 +#: sql_help.c:3125 msgid "type_modifier_input_function" msgstr "функция_ввода_модификатора_типа" -#: sql_help.c:3112 +#: sql_help.c:3126 msgid "type_modifier_output_function" msgstr "функция_вывода_модификатора_типа" -#: sql_help.c:3113 +#: sql_help.c:3127 msgid "analyze_function" msgstr "функция_анализа" -#: sql_help.c:3114 +#: sql_help.c:3128 msgid "subscript_function" msgstr "функция_обращения_по_индексу" -#: sql_help.c:3115 +#: sql_help.c:3129 msgid "internallength" msgstr "внутр_длина" -#: sql_help.c:3116 +#: sql_help.c:3130 msgid "alignment" msgstr "выравнивание" -#: sql_help.c:3117 +#: sql_help.c:3131 msgid "storage" msgstr "хранение" -#: sql_help.c:3118 +#: sql_help.c:3132 msgid "like_type" msgstr "тип_образец" -#: sql_help.c:3119 +#: sql_help.c:3133 msgid "category" msgstr "категория" -#: sql_help.c:3120 +#: sql_help.c:3134 msgid "preferred" msgstr "предпочитаемый" -#: sql_help.c:3121 +#: sql_help.c:3135 msgid "default" msgstr "по_умолчанию" -#: sql_help.c:3122 +#: sql_help.c:3136 msgid "element" msgstr "элемент" -#: sql_help.c:3123 +#: sql_help.c:3137 msgid "delimiter" msgstr "разделитель" -#: sql_help.c:3124 +#: sql_help.c:3138 msgid "collatable" msgstr "сортируемый" -#: sql_help.c:3221 sql_help.c:3897 sql_help.c:4396 sql_help.c:4493 -#: sql_help.c:4645 sql_help.c:4753 sql_help.c:4876 +#: sql_help.c:3235 sql_help.c:3912 sql_help.c:4414 sql_help.c:4516 +#: sql_help.c:4671 sql_help.c:4784 sql_help.c:4909 msgid "with_query" msgstr "запрос_WITH" -#: sql_help.c:3223 sql_help.c:3899 sql_help.c:4415 sql_help.c:4421 -#: sql_help.c:4424 sql_help.c:4428 sql_help.c:4432 sql_help.c:4440 -#: sql_help.c:4664 sql_help.c:4670 sql_help.c:4673 sql_help.c:4677 -#: sql_help.c:4681 sql_help.c:4689 sql_help.c:4755 sql_help.c:4895 -#: sql_help.c:4901 sql_help.c:4904 sql_help.c:4908 sql_help.c:4912 -#: sql_help.c:4920 +#: sql_help.c:3237 sql_help.c:3914 sql_help.c:4433 sql_help.c:4439 +#: sql_help.c:4442 sql_help.c:4446 sql_help.c:4450 sql_help.c:4458 +#: sql_help.c:4690 sql_help.c:4696 sql_help.c:4699 sql_help.c:4703 +#: sql_help.c:4707 sql_help.c:4715 sql_help.c:4786 sql_help.c:4928 +#: sql_help.c:4934 sql_help.c:4937 sql_help.c:4941 sql_help.c:4945 +#: sql_help.c:4953 msgid "alias" msgstr "псевдоним" -#: sql_help.c:3224 sql_help.c:4400 sql_help.c:4442 sql_help.c:4444 -#: sql_help.c:4498 sql_help.c:4649 sql_help.c:4691 sql_help.c:4693 -#: sql_help.c:4762 sql_help.c:4880 sql_help.c:4922 sql_help.c:4924 +#: sql_help.c:3238 sql_help.c:4418 sql_help.c:4460 sql_help.c:4462 +#: sql_help.c:4466 sql_help.c:4468 sql_help.c:4469 sql_help.c:4470 +#: sql_help.c:4521 sql_help.c:4675 sql_help.c:4717 sql_help.c:4719 +#: sql_help.c:4723 sql_help.c:4725 sql_help.c:4726 sql_help.c:4727 +#: sql_help.c:4793 sql_help.c:4913 sql_help.c:4955 sql_help.c:4957 +#: sql_help.c:4961 sql_help.c:4963 sql_help.c:4964 sql_help.c:4965 msgid "from_item" msgstr "источник_данных" -#: sql_help.c:3226 sql_help.c:3707 sql_help.c:3978 sql_help.c:4764 +#: sql_help.c:3240 sql_help.c:3722 sql_help.c:3994 sql_help.c:4795 msgid "cursor_name" msgstr "имя_курсора" -#: sql_help.c:3227 sql_help.c:3905 sql_help.c:4765 +#: sql_help.c:3241 sql_help.c:3920 sql_help.c:4796 msgid "output_expression" msgstr "выражение_результата" -#: sql_help.c:3228 sql_help.c:3906 sql_help.c:4399 sql_help.c:4496 -#: sql_help.c:4648 sql_help.c:4766 sql_help.c:4879 +#: sql_help.c:3242 sql_help.c:3921 sql_help.c:4417 sql_help.c:4519 +#: sql_help.c:4674 sql_help.c:4797 sql_help.c:4912 msgid "output_name" msgstr "имя_результата" -#: sql_help.c:3244 +#: sql_help.c:3258 msgid "code" msgstr "внедрённый_код" -#: sql_help.c:3649 +#: sql_help.c:3663 msgid "parameter" msgstr "параметр" -#: sql_help.c:3671 sql_help.c:3672 sql_help.c:4003 +#: sql_help.c:3685 sql_help.c:3686 sql_help.c:4019 msgid "statement" msgstr "оператор" -#: sql_help.c:3706 sql_help.c:3977 +#: sql_help.c:3721 sql_help.c:3723 sql_help.c:3993 sql_help.c:3995 msgid "direction" msgstr "направление" -#: sql_help.c:3708 sql_help.c:3979 -msgid "where direction can be empty or one of:" -msgstr "где допустимое направление пустое или:" - -#: sql_help.c:3709 sql_help.c:3710 sql_help.c:3711 sql_help.c:3712 -#: sql_help.c:3713 sql_help.c:3980 sql_help.c:3981 sql_help.c:3982 -#: sql_help.c:3983 sql_help.c:3984 sql_help.c:4409 sql_help.c:4411 -#: sql_help.c:4507 sql_help.c:4509 sql_help.c:4658 sql_help.c:4660 -#: sql_help.c:4822 sql_help.c:4824 sql_help.c:4889 sql_help.c:4891 +#: sql_help.c:3724 sql_help.c:3725 sql_help.c:3726 sql_help.c:3727 +#: sql_help.c:3728 sql_help.c:3996 sql_help.c:3997 sql_help.c:3998 +#: sql_help.c:3999 sql_help.c:4000 sql_help.c:4427 sql_help.c:4429 +#: sql_help.c:4530 sql_help.c:4532 sql_help.c:4684 sql_help.c:4686 +#: sql_help.c:4853 sql_help.c:4855 sql_help.c:4922 sql_help.c:4924 msgid "count" msgstr "число" -#: sql_help.c:3811 sql_help.c:4191 +#: sql_help.c:3826 sql_help.c:4207 msgid "sequence_name" msgstr "имя_последовательности" -#: sql_help.c:3829 sql_help.c:4209 +#: sql_help.c:3844 sql_help.c:4225 msgid "arg_name" msgstr "имя_аргумента" -#: sql_help.c:3830 sql_help.c:4210 +#: sql_help.c:3845 sql_help.c:4226 msgid "arg_type" msgstr "тип_аргумента" -#: sql_help.c:3837 sql_help.c:4217 +#: sql_help.c:3852 sql_help.c:4233 msgid "loid" msgstr "код_БО" -#: sql_help.c:3865 +#: sql_help.c:3880 msgid "remote_schema" msgstr "удалённая_схема" -#: sql_help.c:3868 +#: sql_help.c:3883 msgid "local_schema" msgstr "локальная_схема" -#: sql_help.c:3903 +#: sql_help.c:3918 msgid "conflict_target" msgstr "объект_конфликта" -#: sql_help.c:3904 +#: sql_help.c:3919 msgid "conflict_action" msgstr "действие_при_конфликте" -#: sql_help.c:3907 +#: sql_help.c:3922 msgid "where conflict_target can be one of:" msgstr "где допустимый объект_конфликта:" -#: sql_help.c:3908 +#: sql_help.c:3923 msgid "index_column_name" msgstr "имя_столбца_индекса" -#: sql_help.c:3909 +#: sql_help.c:3924 msgid "index_expression" msgstr "выражение_индекса" -#: sql_help.c:3912 +#: sql_help.c:3927 msgid "index_predicate" msgstr "предикат_индекса" -#: sql_help.c:3914 +#: sql_help.c:3929 msgid "and conflict_action is one of:" msgstr "а допустимое действие_при_конфликте:" -#: sql_help.c:3920 sql_help.c:4761 +#: sql_help.c:3935 sql_help.c:4792 msgid "sub-SELECT" msgstr "вложенный_SELECT" -#: sql_help.c:3929 sql_help.c:3992 sql_help.c:4737 +#: sql_help.c:3944 sql_help.c:4008 sql_help.c:4768 msgid "channel" msgstr "канал" -#: sql_help.c:3951 +#: sql_help.c:3966 msgid "lockmode" msgstr "режим_блокировки" -#: sql_help.c:3952 +#: sql_help.c:3967 msgid "where lockmode is one of:" msgstr "где допустимый режим_блокировки:" -#: sql_help.c:3993 +#: sql_help.c:4009 msgid "payload" msgstr "сообщение_нагрузка" -#: sql_help.c:4020 +#: sql_help.c:4036 msgid "old_role" msgstr "старая_роль" -#: sql_help.c:4021 +#: sql_help.c:4037 msgid "new_role" msgstr "новая_роль" -#: sql_help.c:4057 sql_help.c:4256 sql_help.c:4264 +#: sql_help.c:4073 sql_help.c:4272 sql_help.c:4280 msgid "savepoint_name" msgstr "имя_точки_сохранения" -#: sql_help.c:4402 sql_help.c:4455 sql_help.c:4651 sql_help.c:4704 -#: sql_help.c:4882 sql_help.c:4935 +#: sql_help.c:4420 sql_help.c:4478 sql_help.c:4677 sql_help.c:4735 +#: sql_help.c:4915 sql_help.c:4973 msgid "grouping_element" msgstr "элемент_группирования" -#: sql_help.c:4404 sql_help.c:4502 sql_help.c:4653 sql_help.c:4884 +#: sql_help.c:4422 sql_help.c:4525 sql_help.c:4679 sql_help.c:4917 msgid "window_name" msgstr "имя_окна" -#: sql_help.c:4405 sql_help.c:4503 sql_help.c:4654 sql_help.c:4885 +#: sql_help.c:4423 sql_help.c:4526 sql_help.c:4680 sql_help.c:4918 msgid "window_definition" msgstr "определение_окна" -#: sql_help.c:4406 sql_help.c:4420 sql_help.c:4459 sql_help.c:4504 -#: sql_help.c:4655 sql_help.c:4669 sql_help.c:4708 sql_help.c:4886 -#: sql_help.c:4900 sql_help.c:4939 +#: sql_help.c:4424 sql_help.c:4438 sql_help.c:4482 sql_help.c:4527 +#: sql_help.c:4681 sql_help.c:4695 sql_help.c:4739 sql_help.c:4919 +#: sql_help.c:4933 sql_help.c:4977 msgid "select" msgstr "select" -#: sql_help.c:4413 sql_help.c:4662 sql_help.c:4893 +#: sql_help.c:4431 sql_help.c:4688 sql_help.c:4926 msgid "where from_item can be one of:" msgstr "где допустимый источник_данных:" -#: sql_help.c:4416 sql_help.c:4422 sql_help.c:4425 sql_help.c:4429 -#: sql_help.c:4441 sql_help.c:4665 sql_help.c:4671 sql_help.c:4674 -#: sql_help.c:4678 sql_help.c:4690 sql_help.c:4896 sql_help.c:4902 -#: sql_help.c:4905 sql_help.c:4909 sql_help.c:4921 +#: sql_help.c:4434 sql_help.c:4440 sql_help.c:4443 sql_help.c:4447 +#: sql_help.c:4459 sql_help.c:4691 sql_help.c:4697 sql_help.c:4700 +#: sql_help.c:4704 sql_help.c:4716 sql_help.c:4929 sql_help.c:4935 +#: sql_help.c:4938 sql_help.c:4942 sql_help.c:4954 msgid "column_alias" msgstr "псевдоним_столбца" -#: sql_help.c:4417 sql_help.c:4666 sql_help.c:4897 +#: sql_help.c:4435 sql_help.c:4692 sql_help.c:4930 msgid "sampling_method" msgstr "метод_выборки" -#: sql_help.c:4419 sql_help.c:4668 sql_help.c:4899 +#: sql_help.c:4437 sql_help.c:4694 sql_help.c:4932 msgid "seed" msgstr "начальное_число" -#: sql_help.c:4423 sql_help.c:4457 sql_help.c:4672 sql_help.c:4706 -#: sql_help.c:4903 sql_help.c:4937 +#: sql_help.c:4441 sql_help.c:4480 sql_help.c:4698 sql_help.c:4737 +#: sql_help.c:4936 sql_help.c:4975 msgid "with_query_name" msgstr "имя_запроса_WITH" -#: sql_help.c:4433 sql_help.c:4436 sql_help.c:4439 sql_help.c:4682 -#: sql_help.c:4685 sql_help.c:4688 sql_help.c:4913 sql_help.c:4916 -#: sql_help.c:4919 +#: sql_help.c:4451 sql_help.c:4454 sql_help.c:4457 sql_help.c:4708 +#: sql_help.c:4711 sql_help.c:4714 sql_help.c:4946 sql_help.c:4949 +#: sql_help.c:4952 msgid "column_definition" msgstr "определение_столбца" -#: sql_help.c:4443 sql_help.c:4692 sql_help.c:4923 +#: sql_help.c:4461 sql_help.c:4467 sql_help.c:4718 sql_help.c:4724 +#: sql_help.c:4956 sql_help.c:4962 msgid "join_type" msgstr "тип_соединения" -#: sql_help.c:4445 sql_help.c:4694 sql_help.c:4925 +#: sql_help.c:4463 sql_help.c:4720 sql_help.c:4958 msgid "join_condition" msgstr "условие_соединения" -#: sql_help.c:4446 sql_help.c:4695 sql_help.c:4926 +#: sql_help.c:4464 sql_help.c:4721 sql_help.c:4959 msgid "join_column" msgstr "столбец_соединения" -#: sql_help.c:4447 sql_help.c:4696 sql_help.c:4927 +#: sql_help.c:4465 sql_help.c:4722 sql_help.c:4960 msgid "join_using_alias" msgstr "псевдоним_использования_соединения" -#: sql_help.c:4448 sql_help.c:4697 sql_help.c:4928 +#: sql_help.c:4471 sql_help.c:4728 sql_help.c:4966 msgid "and grouping_element can be one of:" msgstr "где допустимый элемент_группирования:" -#: sql_help.c:4456 sql_help.c:4705 sql_help.c:4936 +#: sql_help.c:4479 sql_help.c:4736 sql_help.c:4974 msgid "and with_query is:" msgstr "и запрос_WITH:" -#: sql_help.c:4460 sql_help.c:4709 sql_help.c:4940 +#: sql_help.c:4483 sql_help.c:4740 sql_help.c:4978 msgid "values" msgstr "значения" -#: sql_help.c:4461 sql_help.c:4710 sql_help.c:4941 +#: sql_help.c:4484 sql_help.c:4741 sql_help.c:4979 msgid "insert" msgstr "insert" -#: sql_help.c:4462 sql_help.c:4711 sql_help.c:4942 +#: sql_help.c:4485 sql_help.c:4742 sql_help.c:4980 msgid "update" msgstr "update" -#: sql_help.c:4463 sql_help.c:4712 sql_help.c:4943 +#: sql_help.c:4486 sql_help.c:4743 sql_help.c:4981 msgid "delete" msgstr "delete" -#: sql_help.c:4465 sql_help.c:4714 sql_help.c:4945 +#: sql_help.c:4488 sql_help.c:4745 sql_help.c:4983 msgid "search_seq_col_name" msgstr "имя_столбца_послед_поиска" -#: sql_help.c:4467 sql_help.c:4716 sql_help.c:4947 +#: sql_help.c:4490 sql_help.c:4747 sql_help.c:4985 msgid "cycle_mark_col_name" msgstr "имя_столбца_пометки_цикла" -#: sql_help.c:4468 sql_help.c:4717 sql_help.c:4948 +#: sql_help.c:4491 sql_help.c:4748 sql_help.c:4986 msgid "cycle_mark_value" msgstr "значение_пометки_цикла" -#: sql_help.c:4469 sql_help.c:4718 sql_help.c:4949 +#: sql_help.c:4492 sql_help.c:4749 sql_help.c:4987 msgid "cycle_mark_default" msgstr "пометка_цикла_по_умолчанию" -#: sql_help.c:4470 sql_help.c:4719 sql_help.c:4950 +#: sql_help.c:4493 sql_help.c:4750 sql_help.c:4988 msgid "cycle_path_col_name" msgstr "имя_столбца_пути_цикла" -#: sql_help.c:4497 +#: sql_help.c:4520 msgid "new_table" msgstr "новая_таблица" -#: sql_help.c:4522 -msgid "timezone" -msgstr "часовой_пояс" - -#: sql_help.c:4567 +#: sql_help.c:4591 msgid "snapshot_id" msgstr "код_снимка" -#: sql_help.c:4820 +#: sql_help.c:4851 msgid "sort_expression" msgstr "выражение_сортировки" -#: sql_help.c:4957 sql_help.c:5935 +#: sql_help.c:4995 sql_help.c:5973 msgid "abort the current transaction" msgstr "прервать текущую транзакцию" -#: sql_help.c:4963 +#: sql_help.c:5001 msgid "change the definition of an aggregate function" msgstr "изменить определение агрегатной функции" -#: sql_help.c:4969 +#: sql_help.c:5007 msgid "change the definition of a collation" msgstr "изменить определение правила сортировки" -#: sql_help.c:4975 +#: sql_help.c:5013 msgid "change the definition of a conversion" msgstr "изменить определение преобразования" -#: sql_help.c:4981 +#: sql_help.c:5019 msgid "change a database" msgstr "изменить атрибуты базы данных" -#: sql_help.c:4987 +#: sql_help.c:5025 msgid "define default access privileges" msgstr "определить права доступа по умолчанию" -#: sql_help.c:4993 +#: sql_help.c:5031 msgid "change the definition of a domain" msgstr "изменить определение домена" -#: sql_help.c:4999 +#: sql_help.c:5037 msgid "change the definition of an event trigger" msgstr "изменить определение событийного триггера" -#: sql_help.c:5005 +#: sql_help.c:5043 msgid "change the definition of an extension" msgstr "изменить определение расширения" -#: sql_help.c:5011 +#: sql_help.c:5049 msgid "change the definition of a foreign-data wrapper" msgstr "изменить определение обёртки сторонних данных" -#: sql_help.c:5017 +#: sql_help.c:5055 msgid "change the definition of a foreign table" msgstr "изменить определение сторонней таблицы" -#: sql_help.c:5023 +#: sql_help.c:5061 msgid "change the definition of a function" msgstr "изменить определение функции" -#: sql_help.c:5029 +#: sql_help.c:5067 msgid "change role name or membership" msgstr "изменить имя роли или членство" -#: sql_help.c:5035 +#: sql_help.c:5073 msgid "change the definition of an index" msgstr "изменить определение индекса" -#: sql_help.c:5041 +#: sql_help.c:5079 msgid "change the definition of a procedural language" msgstr "изменить определение процедурного языка" -#: sql_help.c:5047 +#: sql_help.c:5085 msgid "change the definition of a large object" msgstr "изменить определение большого объекта" -#: sql_help.c:5053 +#: sql_help.c:5091 msgid "change the definition of a materialized view" msgstr "изменить определение материализованного представления" -#: sql_help.c:5059 +#: sql_help.c:5097 msgid "change the definition of an operator" msgstr "изменить определение оператора" -#: sql_help.c:5065 +#: sql_help.c:5103 msgid "change the definition of an operator class" msgstr "изменить определение класса операторов" -#: sql_help.c:5071 +#: sql_help.c:5109 msgid "change the definition of an operator family" msgstr "изменить определение семейства операторов" -#: sql_help.c:5077 +#: sql_help.c:5115 msgid "change the definition of a row-level security policy" msgstr "изменить определение политики защиты на уровне строк" -#: sql_help.c:5083 +#: sql_help.c:5121 msgid "change the definition of a procedure" msgstr "изменить определение процедуры" -#: sql_help.c:5089 +#: sql_help.c:5127 msgid "change the definition of a publication" msgstr "изменить определение публикации" -#: sql_help.c:5095 sql_help.c:5197 +#: sql_help.c:5133 sql_help.c:5235 msgid "change a database role" msgstr "изменить роль пользователя БД" -#: sql_help.c:5101 +#: sql_help.c:5139 msgid "change the definition of a routine" msgstr "изменить определение подпрограммы" -#: sql_help.c:5107 +#: sql_help.c:5145 msgid "change the definition of a rule" msgstr "изменить определение правила" -#: sql_help.c:5113 +#: sql_help.c:5151 msgid "change the definition of a schema" msgstr "изменить определение схемы" -#: sql_help.c:5119 +#: sql_help.c:5157 msgid "change the definition of a sequence generator" msgstr "изменить определение генератора последовательности" -#: sql_help.c:5125 +#: sql_help.c:5163 msgid "change the definition of a foreign server" msgstr "изменить определение стороннего сервера" -#: sql_help.c:5131 +#: sql_help.c:5169 msgid "change the definition of an extended statistics object" msgstr "изменить определение объекта расширенной статистики" -#: sql_help.c:5137 +#: sql_help.c:5175 msgid "change the definition of a subscription" msgstr "изменить определение подписки" -#: sql_help.c:5143 +#: sql_help.c:5181 msgid "change a server configuration parameter" msgstr "изменить параметр конфигурации сервера" -#: sql_help.c:5149 +#: sql_help.c:5187 msgid "change the definition of a table" msgstr "изменить определение таблицы" -#: sql_help.c:5155 +#: sql_help.c:5193 msgid "change the definition of a tablespace" msgstr "изменить определение табличного пространства" -#: sql_help.c:5161 +#: sql_help.c:5199 msgid "change the definition of a text search configuration" msgstr "изменить определение конфигурации текстового поиска" -#: sql_help.c:5167 +#: sql_help.c:5205 msgid "change the definition of a text search dictionary" msgstr "изменить определение словаря текстового поиска" -#: sql_help.c:5173 +#: sql_help.c:5211 msgid "change the definition of a text search parser" msgstr "изменить определение анализатора текстового поиска" -#: sql_help.c:5179 +#: sql_help.c:5217 msgid "change the definition of a text search template" msgstr "изменить определение шаблона текстового поиска" -#: sql_help.c:5185 +#: sql_help.c:5223 msgid "change the definition of a trigger" msgstr "изменить определение триггера" -#: sql_help.c:5191 +#: sql_help.c:5229 msgid "change the definition of a type" msgstr "изменить определение типа" -#: sql_help.c:5203 +#: sql_help.c:5241 msgid "change the definition of a user mapping" msgstr "изменить сопоставление пользователей" -#: sql_help.c:5209 +#: sql_help.c:5247 msgid "change the definition of a view" msgstr "изменить определение представления" -#: sql_help.c:5215 +#: sql_help.c:5253 msgid "collect statistics about a database" msgstr "собрать статистику о базе данных" -#: sql_help.c:5221 sql_help.c:6013 +#: sql_help.c:5259 sql_help.c:6051 msgid "start a transaction block" msgstr "начать транзакцию" -#: sql_help.c:5227 +#: sql_help.c:5265 msgid "invoke a procedure" msgstr "вызвать процедуру" -#: sql_help.c:5233 +#: sql_help.c:5271 msgid "force a write-ahead log checkpoint" msgstr "произвести контрольную точку в журнале предзаписи" -#: sql_help.c:5239 +#: sql_help.c:5277 msgid "close a cursor" msgstr "закрыть курсор" -#: sql_help.c:5245 +#: sql_help.c:5283 msgid "cluster a table according to an index" msgstr "перегруппировать таблицу по индексу" -#: sql_help.c:5251 +#: sql_help.c:5289 msgid "define or change the comment of an object" msgstr "задать или изменить комментарий объекта" -#: sql_help.c:5257 sql_help.c:5815 +#: sql_help.c:5295 sql_help.c:5853 msgid "commit the current transaction" msgstr "зафиксировать текущую транзакцию" -#: sql_help.c:5263 +#: sql_help.c:5301 msgid "commit a transaction that was earlier prepared for two-phase commit" msgstr "зафиксировать транзакцию, ранее подготовленную для двухфазной фиксации" -#: sql_help.c:5269 +#: sql_help.c:5307 msgid "copy data between a file and a table" msgstr "импорт/экспорт данных в файл" -#: sql_help.c:5275 +#: sql_help.c:5313 msgid "define a new access method" msgstr "создать новый метод доступа" -#: sql_help.c:5281 +#: sql_help.c:5319 msgid "define a new aggregate function" msgstr "создать агрегатную функцию" -#: sql_help.c:5287 +#: sql_help.c:5325 msgid "define a new cast" msgstr "создать приведение типов" -#: sql_help.c:5293 +#: sql_help.c:5331 msgid "define a new collation" msgstr "создать правило сортировки" -#: sql_help.c:5299 +#: sql_help.c:5337 msgid "define a new encoding conversion" msgstr "создать преобразование кодировки" -#: sql_help.c:5305 +#: sql_help.c:5343 msgid "create a new database" msgstr "создать базу данных" -#: sql_help.c:5311 +#: sql_help.c:5349 msgid "define a new domain" msgstr "создать домен" -#: sql_help.c:5317 +#: sql_help.c:5355 msgid "define a new event trigger" msgstr "создать событийный триггер" -#: sql_help.c:5323 +#: sql_help.c:5361 msgid "install an extension" msgstr "установить расширение" -#: sql_help.c:5329 +#: sql_help.c:5367 msgid "define a new foreign-data wrapper" msgstr "создать обёртку сторонних данных" -#: sql_help.c:5335 +#: sql_help.c:5373 msgid "define a new foreign table" msgstr "создать стороннюю таблицу" -#: sql_help.c:5341 +#: sql_help.c:5379 msgid "define a new function" msgstr "создать функцию" -#: sql_help.c:5347 sql_help.c:5407 sql_help.c:5509 +#: sql_help.c:5385 sql_help.c:5445 sql_help.c:5547 msgid "define a new database role" msgstr "создать роль пользователя БД" -#: sql_help.c:5353 +#: sql_help.c:5391 msgid "define a new index" msgstr "создать индекс" -#: sql_help.c:5359 +#: sql_help.c:5397 msgid "define a new procedural language" msgstr "создать процедурный язык" -#: sql_help.c:5365 +#: sql_help.c:5403 msgid "define a new materialized view" msgstr "создать материализованное представление" -#: sql_help.c:5371 +#: sql_help.c:5409 msgid "define a new operator" msgstr "создать оператор" -#: sql_help.c:5377 +#: sql_help.c:5415 msgid "define a new operator class" msgstr "создать класс операторов" -#: sql_help.c:5383 +#: sql_help.c:5421 msgid "define a new operator family" msgstr "создать семейство операторов" -#: sql_help.c:5389 +#: sql_help.c:5427 msgid "define a new row-level security policy for a table" msgstr "создать новую политику защиты на уровне строк для таблицы" -#: sql_help.c:5395 +#: sql_help.c:5433 msgid "define a new procedure" msgstr "создать процедуру" -#: sql_help.c:5401 +#: sql_help.c:5439 msgid "define a new publication" msgstr "создать публикацию" -#: sql_help.c:5413 +#: sql_help.c:5451 msgid "define a new rewrite rule" msgstr "создать правило перезаписи" -#: sql_help.c:5419 +#: sql_help.c:5457 msgid "define a new schema" msgstr "создать схему" -#: sql_help.c:5425 +#: sql_help.c:5463 msgid "define a new sequence generator" msgstr "создать генератор последовательностей" -#: sql_help.c:5431 +#: sql_help.c:5469 msgid "define a new foreign server" msgstr "создать сторонний сервер" -#: sql_help.c:5437 +#: sql_help.c:5475 msgid "define extended statistics" msgstr "создать расширенную статистику" -#: sql_help.c:5443 +#: sql_help.c:5481 msgid "define a new subscription" msgstr "создать подписку" -#: sql_help.c:5449 +#: sql_help.c:5487 msgid "define a new table" msgstr "создать таблицу" -#: sql_help.c:5455 sql_help.c:5971 +#: sql_help.c:5493 sql_help.c:6009 msgid "define a new table from the results of a query" msgstr "создать таблицу из результатов запроса" -#: sql_help.c:5461 +#: sql_help.c:5499 msgid "define a new tablespace" msgstr "создать табличное пространство" -#: sql_help.c:5467 +#: sql_help.c:5505 msgid "define a new text search configuration" msgstr "создать конфигурацию текстового поиска" -#: sql_help.c:5473 +#: sql_help.c:5511 msgid "define a new text search dictionary" msgstr "создать словарь текстового поиска" -#: sql_help.c:5479 +#: sql_help.c:5517 msgid "define a new text search parser" msgstr "создать анализатор текстового поиска" -#: sql_help.c:5485 +#: sql_help.c:5523 msgid "define a new text search template" msgstr "создать шаблон текстового поиска" -#: sql_help.c:5491 +#: sql_help.c:5529 msgid "define a new transform" msgstr "создать преобразование" -#: sql_help.c:5497 +#: sql_help.c:5535 msgid "define a new trigger" msgstr "создать триггер" -#: sql_help.c:5503 +#: sql_help.c:5541 msgid "define a new data type" msgstr "создать тип данных" -#: sql_help.c:5515 +#: sql_help.c:5553 msgid "define a new mapping of a user to a foreign server" msgstr "создать сопоставление пользователя для стороннего сервера" -#: sql_help.c:5521 +#: sql_help.c:5559 msgid "define a new view" msgstr "создать представление" -#: sql_help.c:5527 +#: sql_help.c:5565 msgid "deallocate a prepared statement" msgstr "освободить подготовленный оператор" -#: sql_help.c:5533 +#: sql_help.c:5571 msgid "define a cursor" msgstr "создать курсор" -#: sql_help.c:5539 +#: sql_help.c:5577 msgid "delete rows of a table" msgstr "удалить записи таблицы" -#: sql_help.c:5545 +#: sql_help.c:5583 msgid "discard session state" msgstr "очистить состояние сеанса" -#: sql_help.c:5551 +#: sql_help.c:5589 msgid "execute an anonymous code block" msgstr "выполнить анонимный блок кода" -#: sql_help.c:5557 +#: sql_help.c:5595 msgid "remove an access method" msgstr "удалить метод доступа" -#: sql_help.c:5563 +#: sql_help.c:5601 msgid "remove an aggregate function" msgstr "удалить агрегатную функцию" -#: sql_help.c:5569 +#: sql_help.c:5607 msgid "remove a cast" msgstr "удалить приведение типа" -#: sql_help.c:5575 +#: sql_help.c:5613 msgid "remove a collation" msgstr "удалить правило сортировки" -#: sql_help.c:5581 +#: sql_help.c:5619 msgid "remove a conversion" msgstr "удалить преобразование" -#: sql_help.c:5587 +#: sql_help.c:5625 msgid "remove a database" msgstr "удалить базу данных" -#: sql_help.c:5593 +#: sql_help.c:5631 msgid "remove a domain" msgstr "удалить домен" -#: sql_help.c:5599 +#: sql_help.c:5637 msgid "remove an event trigger" msgstr "удалить событийный триггер" -#: sql_help.c:5605 +#: sql_help.c:5643 msgid "remove an extension" msgstr "удалить расширение" -#: sql_help.c:5611 +#: sql_help.c:5649 msgid "remove a foreign-data wrapper" msgstr "удалить обёртку сторонних данных" -#: sql_help.c:5617 +#: sql_help.c:5655 msgid "remove a foreign table" msgstr "удалить стороннюю таблицу" -#: sql_help.c:5623 +#: sql_help.c:5661 msgid "remove a function" msgstr "удалить функцию" -#: sql_help.c:5629 sql_help.c:5695 sql_help.c:5797 +#: sql_help.c:5667 sql_help.c:5733 sql_help.c:5835 msgid "remove a database role" msgstr "удалить роль пользователя БД" -#: sql_help.c:5635 +#: sql_help.c:5673 msgid "remove an index" msgstr "удалить индекс" -#: sql_help.c:5641 +#: sql_help.c:5679 msgid "remove a procedural language" msgstr "удалить процедурный язык" -#: sql_help.c:5647 +#: sql_help.c:5685 msgid "remove a materialized view" msgstr "удалить материализованное представление" -#: sql_help.c:5653 +#: sql_help.c:5691 msgid "remove an operator" msgstr "удалить оператор" -#: sql_help.c:5659 +#: sql_help.c:5697 msgid "remove an operator class" msgstr "удалить класс операторов" -#: sql_help.c:5665 +#: sql_help.c:5703 msgid "remove an operator family" msgstr "удалить семейство операторов" -#: sql_help.c:5671 +#: sql_help.c:5709 msgid "remove database objects owned by a database role" msgstr "удалить объекты базы данных, принадлежащие роли" -#: sql_help.c:5677 +#: sql_help.c:5715 msgid "remove a row-level security policy from a table" msgstr "удалить из таблицы политику защиты на уровне строк" -#: sql_help.c:5683 +#: sql_help.c:5721 msgid "remove a procedure" msgstr "удалить процедуру" -#: sql_help.c:5689 +#: sql_help.c:5727 msgid "remove a publication" msgstr "удалить публикацию" -#: sql_help.c:5701 +#: sql_help.c:5739 msgid "remove a routine" msgstr "удалить подпрограмму" -#: sql_help.c:5707 +#: sql_help.c:5745 msgid "remove a rewrite rule" msgstr "удалить правило перезаписи" -#: sql_help.c:5713 +#: sql_help.c:5751 msgid "remove a schema" msgstr "удалить схему" -#: sql_help.c:5719 +#: sql_help.c:5757 msgid "remove a sequence" msgstr "удалить последовательность" -#: sql_help.c:5725 +#: sql_help.c:5763 msgid "remove a foreign server descriptor" msgstr "удалить описание стороннего сервера" -#: sql_help.c:5731 +#: sql_help.c:5769 msgid "remove extended statistics" msgstr "удалить расширенную статистику" -#: sql_help.c:5737 +#: sql_help.c:5775 msgid "remove a subscription" msgstr "удалить подписку" -#: sql_help.c:5743 +#: sql_help.c:5781 msgid "remove a table" msgstr "удалить таблицу" -#: sql_help.c:5749 +#: sql_help.c:5787 msgid "remove a tablespace" msgstr "удалить табличное пространство" -#: sql_help.c:5755 +#: sql_help.c:5793 msgid "remove a text search configuration" msgstr "удалить конфигурацию текстового поиска" -#: sql_help.c:5761 +#: sql_help.c:5799 msgid "remove a text search dictionary" msgstr "удалить словарь текстового поиска" -#: sql_help.c:5767 +#: sql_help.c:5805 msgid "remove a text search parser" msgstr "удалить анализатор текстового поиска" -#: sql_help.c:5773 +#: sql_help.c:5811 msgid "remove a text search template" msgstr "удалить шаблон текстового поиска" -#: sql_help.c:5779 +#: sql_help.c:5817 msgid "remove a transform" msgstr "удалить преобразование" -#: sql_help.c:5785 +#: sql_help.c:5823 msgid "remove a trigger" msgstr "удалить триггер" -#: sql_help.c:5791 +#: sql_help.c:5829 msgid "remove a data type" msgstr "удалить тип данных" -#: sql_help.c:5803 +#: sql_help.c:5841 msgid "remove a user mapping for a foreign server" msgstr "удалить сопоставление пользователя для стороннего сервера" -#: sql_help.c:5809 +#: sql_help.c:5847 msgid "remove a view" msgstr "удалить представление" -#: sql_help.c:5821 +#: sql_help.c:5859 msgid "execute a prepared statement" msgstr "выполнить подготовленный оператор" -#: sql_help.c:5827 +#: sql_help.c:5865 msgid "show the execution plan of a statement" msgstr "показать план выполнения оператора" -#: sql_help.c:5833 +#: sql_help.c:5871 msgid "retrieve rows from a query using a cursor" msgstr "получить результат запроса через курсор" -#: sql_help.c:5839 +#: sql_help.c:5877 msgid "define access privileges" msgstr "определить права доступа" -#: sql_help.c:5845 +#: sql_help.c:5883 msgid "import table definitions from a foreign server" msgstr "импортировать определения таблиц со стороннего сервера" -#: sql_help.c:5851 +#: sql_help.c:5889 msgid "create new rows in a table" msgstr "добавить строки в таблицу" -#: sql_help.c:5857 +#: sql_help.c:5895 msgid "listen for a notification" msgstr "ожидать уведомления" -#: sql_help.c:5863 +#: sql_help.c:5901 msgid "load a shared library file" msgstr "загрузить файл разделяемой библиотеки" -#: sql_help.c:5869 +#: sql_help.c:5907 msgid "lock a table" msgstr "заблокировать таблицу" -#: sql_help.c:5875 +#: sql_help.c:5913 msgid "position a cursor" msgstr "установить курсор" -#: sql_help.c:5881 +#: sql_help.c:5919 msgid "generate a notification" msgstr "сгенерировать уведомление" -#: sql_help.c:5887 +#: sql_help.c:5925 msgid "prepare a statement for execution" msgstr "подготовить оператор для выполнения" -#: sql_help.c:5893 +#: sql_help.c:5931 msgid "prepare the current transaction for two-phase commit" msgstr "подготовить текущую транзакцию для двухфазной фиксации" -#: sql_help.c:5899 +#: sql_help.c:5937 msgid "change the ownership of database objects owned by a database role" msgstr "изменить владельца объектов БД, принадлежащих заданной роли" -#: sql_help.c:5905 +#: sql_help.c:5943 msgid "replace the contents of a materialized view" msgstr "заменить содержимое материализованного представления" -#: sql_help.c:5911 +#: sql_help.c:5949 msgid "rebuild indexes" msgstr "перестроить индексы" -#: sql_help.c:5917 +#: sql_help.c:5955 msgid "destroy a previously defined savepoint" msgstr "удалить ранее определённую точку сохранения" -#: sql_help.c:5923 +#: sql_help.c:5961 msgid "restore the value of a run-time parameter to the default value" msgstr "восстановить исходное значение параметра выполнения" -#: sql_help.c:5929 +#: sql_help.c:5967 msgid "remove access privileges" msgstr "удалить права доступа" -#: sql_help.c:5941 +#: sql_help.c:5979 msgid "cancel a transaction that was earlier prepared for two-phase commit" msgstr "отменить транзакцию, подготовленную ранее для двухфазной фиксации" -#: sql_help.c:5947 +#: sql_help.c:5985 msgid "roll back to a savepoint" msgstr "откатиться к точке сохранения" -#: sql_help.c:5953 +#: sql_help.c:5991 msgid "define a new savepoint within the current transaction" msgstr "определить новую точку сохранения в текущей транзакции" -#: sql_help.c:5959 +#: sql_help.c:5997 msgid "define or change a security label applied to an object" msgstr "задать или изменить метку безопасности, применённую к объекту" -#: sql_help.c:5965 sql_help.c:6019 sql_help.c:6055 +#: sql_help.c:6003 sql_help.c:6057 sql_help.c:6093 msgid "retrieve rows from a table or view" msgstr "выбрать строки из таблицы или представления" -#: sql_help.c:5977 +#: sql_help.c:6015 msgid "change a run-time parameter" msgstr "изменить параметр выполнения" -#: sql_help.c:5983 +#: sql_help.c:6021 msgid "set constraint check timing for the current transaction" msgstr "установить время проверки ограничений для текущей транзакции" -#: sql_help.c:5989 +#: sql_help.c:6027 msgid "set the current user identifier of the current session" msgstr "задать идентификатор текущего пользователя в текущем сеансе" -#: sql_help.c:5995 +#: sql_help.c:6033 msgid "" "set the session user identifier and the current user identifier of the " "current session" @@ -6730,31 +6729,31 @@ "задать идентификатор пользователя сеанса и идентификатор текущего " "пользователя в текущем сеансе" -#: sql_help.c:6001 +#: sql_help.c:6039 msgid "set the characteristics of the current transaction" msgstr "задать свойства текущей транзакции" -#: sql_help.c:6007 +#: sql_help.c:6045 msgid "show the value of a run-time parameter" msgstr "показать значение параметра выполнения" -#: sql_help.c:6025 +#: sql_help.c:6063 msgid "empty a table or set of tables" msgstr "опустошить таблицу или набор таблиц" -#: sql_help.c:6031 +#: sql_help.c:6069 msgid "stop listening for a notification" msgstr "прекратить ожидание уведомлений" -#: sql_help.c:6037 +#: sql_help.c:6075 msgid "update rows of a table" msgstr "изменить строки таблицы" -#: sql_help.c:6043 +#: sql_help.c:6081 msgid "garbage-collect and optionally analyze a database" msgstr "произвести сборку мусора и проанализировать базу данных" -#: sql_help.c:6049 +#: sql_help.c:6087 msgid "compute a set of rows" msgstr "получить набор строк" @@ -6833,6 +6832,12 @@ "нераспознанное значение \"%s\" для \"%s\"\n" "Допустимые значения: %s." +#~ msgid "where direction can be empty or one of:" +#~ msgstr "где допустимое направление пустое или:" + +#~ msgid "timezone" +#~ msgstr "часовой_пояс" + #~ msgid "Enter new password: " #~ msgstr "Введите новый пароль: " diff -Nru postgresql-14-14.5/src/bin/psql/sql_help.c postgresql-14-14.6/src/bin/psql/sql_help.c --- postgresql-14-14.5/src/bin/psql/sql_help.c 2022-08-08 20:59:07.000000000 +0000 +++ postgresql-14-14.6/src/bin/psql/sql_help.c 2022-11-07 22:01:13.000000000 +0000 @@ -2149,7 +2149,7 @@ { appendPQExpBuffer(buf, "CREATE DATABASE %s\n" - " [ [ WITH ] [ OWNER [=] %s ]\n" + " [ WITH ] [ OWNER [=] %s ]\n" " [ TEMPLATE [=] %s ]\n" " [ ENCODING [=] %s ]\n" " [ LOCALE [=] %s ]\n" @@ -2158,7 +2158,7 @@ " [ TABLESPACE [=] %s ]\n" " [ ALLOW_CONNECTIONS [=] %s ]\n" " [ CONNECTION LIMIT [=] %s ]\n" - " [ IS_TEMPLATE [=] %s ] ]", + " [ IS_TEMPLATE [=] %s ]", _("name"), _("user_name"), _("template"), @@ -3699,9 +3699,10 @@ sql_help_FETCH(PQExpBuffer buf) { appendPQExpBuffer(buf, - "FETCH [ %s [ FROM | IN ] ] %s\n" + "FETCH [ %s ] [ FROM | IN ] %s\n" "\n" - "%s\n" + "where %s can\n" + "be one of:\n" "\n" " NEXT\n" " PRIOR\n" @@ -3719,7 +3720,7 @@ " BACKWARD ALL", _("direction"), _("cursor_name"), - _("where direction can be empty or one of:"), + _("direction"), _("count"), _("count"), _("count"), @@ -3970,9 +3971,10 @@ sql_help_MOVE(PQExpBuffer buf) { appendPQExpBuffer(buf, - "MOVE [ %s [ FROM | IN ] ] %s\n" + "MOVE [ %s ] [ FROM | IN ] %s\n" "\n" - "%s\n" + "where %s can\n" + "be one of:\n" "\n" " NEXT\n" " PRIOR\n" @@ -3990,7 +3992,7 @@ " BACKWARD ALL", _("direction"), _("cursor_name"), - _("where direction can be empty or one of:"), + _("direction"), _("count"), _("count"), _("count"), @@ -4389,7 +4391,9 @@ " [ LATERAL ] %s ( [ %s [, ...] ] ) AS ( %s [, ...] )\n" " [ LATERAL ] ROWS FROM( %s ( [ %s [, ...] ] ) [ AS ( %s [, ...] ) ] [, ...] )\n" " [ WITH ORDINALITY ] [ [ AS ] %s [ ( %s [, ...] ) ] ]\n" - " %s [ NATURAL ] %s %s [ ON %s | USING ( %s [, ...] ) [ AS %s ] ]\n" + " %s %s %s { ON %s | USING ( %s [, ...] ) [ AS %s ] }\n" + " %s NATURAL %s %s\n" + " %s CROSS JOIN %s\n" "\n" "%s\n" "\n" @@ -4459,6 +4463,11 @@ _("join_condition"), _("join_column"), _("join_using_alias"), + _("from_item"), + _("join_type"), + _("from_item"), + _("from_item"), + _("from_item"), _("and grouping_element can be one of:"), _("expression"), _("expression"), @@ -4529,11 +4538,12 @@ { appendPQExpBuffer(buf, "SET [ SESSION | LOCAL ] %s { TO | = } { %s | '%s' | DEFAULT }\n" - "SET [ SESSION | LOCAL ] TIME ZONE { %s | LOCAL | DEFAULT }", + "SET [ SESSION | LOCAL ] TIME ZONE { %s | '%s' | LOCAL | DEFAULT }", _("configuration_parameter"), _("value"), _("value"), - _("timezone")); + _("value"), + _("value")); } static void @@ -4638,7 +4648,9 @@ " [ LATERAL ] %s ( [ %s [, ...] ] ) AS ( %s [, ...] )\n" " [ LATERAL ] ROWS FROM( %s ( [ %s [, ...] ] ) [ AS ( %s [, ...] ) ] [, ...] )\n" " [ WITH ORDINALITY ] [ [ AS ] %s [ ( %s [, ...] ) ] ]\n" - " %s [ NATURAL ] %s %s [ ON %s | USING ( %s [, ...] ) [ AS %s ] ]\n" + " %s %s %s { ON %s | USING ( %s [, ...] ) [ AS %s ] }\n" + " %s NATURAL %s %s\n" + " %s CROSS JOIN %s\n" "\n" "%s\n" "\n" @@ -4708,6 +4720,11 @@ _("join_condition"), _("join_column"), _("join_using_alias"), + _("from_item"), + _("join_type"), + _("from_item"), + _("from_item"), + _("from_item"), _("and grouping_element can be one of:"), _("expression"), _("expression"), @@ -4869,7 +4886,9 @@ " [ LATERAL ] %s ( [ %s [, ...] ] ) AS ( %s [, ...] )\n" " [ LATERAL ] ROWS FROM( %s ( [ %s [, ...] ] ) [ AS ( %s [, ...] ) ] [, ...] )\n" " [ WITH ORDINALITY ] [ [ AS ] %s [ ( %s [, ...] ) ] ]\n" - " %s [ NATURAL ] %s %s [ ON %s | USING ( %s [, ...] ) [ AS %s ] ]\n" + " %s %s %s { ON %s | USING ( %s [, ...] ) [ AS %s ] }\n" + " %s NATURAL %s %s\n" + " %s CROSS JOIN %s\n" "\n" "%s\n" "\n" @@ -4939,6 +4958,11 @@ _("join_condition"), _("join_column"), _("join_using_alias"), + _("from_item"), + _("join_type"), + _("from_item"), + _("from_item"), + _("from_item"), _("and grouping_element can be one of:"), _("expression"), _("expression"), @@ -5847,7 +5871,7 @@ N_("retrieve rows from a query using a cursor"), "sql-fetch", sql_help_FETCH, - 17}, + 18}, {"GRANT", N_("define access privileges"), @@ -5889,7 +5913,7 @@ N_("position a cursor"), "sql-move", sql_help_MOVE, - 17}, + 18}, {"NOTIFY", N_("generate a notification"), @@ -5979,7 +6003,7 @@ N_("retrieve rows from a table or view"), "sql-select", sql_help_SELECT, - 44}, + 46}, {"SELECT INTO", N_("define a new table from the results of a query"), @@ -6033,7 +6057,7 @@ N_("retrieve rows from a table or view"), "sql-select", sql_help_TABLE, - 44}, + 46}, {"TRUNCATE", N_("empty a table or set of tables"), @@ -6069,7 +6093,7 @@ N_("retrieve rows from a table or view"), "sql-select", sql_help_WITH, - 44}, + 46}, {NULL, NULL, NULL} /* End of list marker */ diff -Nru postgresql-14-14.5/src/bin/scripts/po/ru.po postgresql-14-14.6/src/bin/scripts/po/ru.po --- postgresql-14-14.5/src/bin/scripts/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/bin/scripts/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PostgreSQL package. # Serguei A. Mokhov, , 2003-2004. # Oleg Bartunov , 2004. -# Alexander Lakhin , 2012-2017, 2019, 2020, 2021. +# Alexander Lakhin , 2012-2017, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: pgscripts (PostgreSQL current)\n" diff -Nru postgresql-14-14.5/src/common/jsonapi.c postgresql-14-14.6/src/common/jsonapi.c --- postgresql-14-14.5/src/common/jsonapi.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/common/jsonapi.c 2022-11-07 21:38:53.000000000 +0000 @@ -1052,7 +1052,7 @@ } /* - * Construct a detail message for a JSON error. + * Construct an (already translated) detail message for a JSON error. */ char * json_errdetail(JsonParseErrorType error, JsonLexContext *lex) diff -Nru postgresql-14-14.5/src/fe_utils/parallel_slot.c postgresql-14-14.6/src/fe_utils/parallel_slot.c --- postgresql-14-14.5/src/fe_utils/parallel_slot.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/fe_utils/parallel_slot.c 2022-11-07 21:38:53.000000000 +0000 @@ -237,7 +237,7 @@ if (cancelconn == NULL) return false; - SetCancelConn(sa->slots->connection); + SetCancelConn(cancelconn); i = select_loop(maxFd, &slotset); ResetCancelConn(); diff -Nru postgresql-14-14.5/src/include/common/fe_memutils.h postgresql-14-14.6/src/include/common/fe_memutils.h --- postgresql-14-14.5/src/include/common/fe_memutils.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/common/fe_memutils.h 2022-11-07 21:38:53.000000000 +0000 @@ -29,6 +29,28 @@ extern void *pg_realloc(void *pointer, size_t size); extern void pg_free(void *pointer); +/* + * Variants with easier notation and more type safety + */ + +/* + * Allocate space for one object of type "type" + */ +#define pg_malloc_object(type) ((type *) pg_malloc(sizeof(type))) +#define pg_malloc0_object(type) ((type *) pg_malloc0(sizeof(type))) + +/* + * Allocate space for "count" objects of type "type" + */ +#define pg_malloc_array(type, count) ((type *) pg_malloc(sizeof(type) * (count))) +#define pg_malloc0_array(type, count) ((type *) pg_malloc0(sizeof(type) * (count))) + +/* + * Change size of allocation pointed to by "pointer" to have space for "count" + * objects of type "type" + */ +#define pg_realloc_array(pointer, type, count) ((type *) pg_realloc(pointer, sizeof(type) * (count))) + /* Equivalent functions, deliberately named the same as backend functions */ extern char *pstrdup(const char *in); extern char *pnstrdup(const char *in, Size size); @@ -38,6 +60,12 @@ extern void *repalloc(void *pointer, Size size); extern void pfree(void *pointer); +#define palloc_object(type) ((type *) palloc(sizeof(type))) +#define palloc0_object(type) ((type *) palloc0(sizeof(type))) +#define palloc_array(type, count) ((type *) palloc(sizeof(type) * (count))) +#define palloc0_array(type, count) ((type *) palloc0(sizeof(type) * (count))) +#define repalloc_array(pointer, type, count) ((type *) repalloc(pointer, sizeof(type) * (count))) + /* sprintf into a palloc'd buffer --- these are in psprintf.c */ extern char *psprintf(const char *fmt,...) pg_attribute_printf(1, 2); extern size_t pvsnprintf(char *buf, size_t len, const char *fmt, va_list args) pg_attribute_printf(3, 0); diff -Nru postgresql-14-14.5/src/include/lib/simplehash.h postgresql-14-14.6/src/include/lib/simplehash.h --- postgresql-14-14.5/src/include/lib/simplehash.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/lib/simplehash.h 2022-11-07 21:38:53.000000000 +0000 @@ -437,9 +437,9 @@ uint64 size; #ifdef SH_RAW_ALLOCATOR - tb = SH_RAW_ALLOCATOR(sizeof(SH_TYPE)); + tb = (SH_TYPE *) SH_RAW_ALLOCATOR(sizeof(SH_TYPE)); #else - tb = MemoryContextAllocZero(ctx, sizeof(SH_TYPE)); + tb = (SH_TYPE *) MemoryContextAllocZero(ctx, sizeof(SH_TYPE)); tb->ctx = ctx; #endif tb->private_data = private_data; @@ -449,7 +449,7 @@ SH_COMPUTE_PARAMETERS(tb, size); - tb->data = SH_ALLOCATE(tb, sizeof(SH_ELEMENT_TYPE) * tb->size); + tb->data = (SH_ELEMENT_TYPE *) SH_ALLOCATE(tb, sizeof(SH_ELEMENT_TYPE) * tb->size); return tb; } @@ -494,7 +494,7 @@ /* compute parameters for new table */ SH_COMPUTE_PARAMETERS(tb, newsize); - tb->data = SH_ALLOCATE(tb, sizeof(SH_ELEMENT_TYPE) * tb->size); + tb->data = (SH_ELEMENT_TYPE *) SH_ALLOCATE(tb, sizeof(SH_ELEMENT_TYPE) * tb->size); newdata = tb->data; @@ -1060,7 +1060,7 @@ double fillfactor; uint32 i; - uint32 *collisions = palloc0(tb->size * sizeof(uint32)); + uint32 *collisions = (uint32 *) palloc0(tb->size * sizeof(uint32)); uint32 total_collisions = 0; uint32 max_collisions = 0; double avg_collisions; diff -Nru postgresql-14-14.5/src/include/libpq/hba.h postgresql-14-14.6/src/include/libpq/hba.h --- postgresql-14-14.5/src/include/libpq/hba.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/libpq/hba.h 2022-11-07 21:38:53.000000000 +0000 @@ -141,7 +141,7 @@ extern void hba_getauthmethod(hbaPort *port); extern int check_usermap(const char *usermap_name, const char *pg_role, const char *auth_user, - bool case_sensitive); + bool case_insensitive); extern bool pg_isblank(const char c); #endif /* HBA_H */ diff -Nru postgresql-14-14.5/src/include/parser/kwlist.h postgresql-14-14.6/src/include/parser/kwlist.h --- postgresql-14-14.5/src/include/parser/kwlist.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/parser/kwlist.h 2022-11-07 21:38:53.000000000 +0000 @@ -336,7 +336,7 @@ PG_KEYWORD("reassign", REASSIGN, UNRESERVED_KEYWORD, BARE_LABEL) PG_KEYWORD("recheck", RECHECK, UNRESERVED_KEYWORD, BARE_LABEL) PG_KEYWORD("recursive", RECURSIVE, UNRESERVED_KEYWORD, BARE_LABEL) -PG_KEYWORD("ref", REF, UNRESERVED_KEYWORD, BARE_LABEL) +PG_KEYWORD("ref", REF_P, UNRESERVED_KEYWORD, BARE_LABEL) PG_KEYWORD("references", REFERENCES, RESERVED_KEYWORD, BARE_LABEL) PG_KEYWORD("referencing", REFERENCING, UNRESERVED_KEYWORD, BARE_LABEL) PG_KEYWORD("refresh", REFRESH, UNRESERVED_KEYWORD, BARE_LABEL) diff -Nru postgresql-14-14.5/src/include/port.h postgresql-14-14.6/src/include/port.h --- postgresql-14-14.5/src/include/port.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/port.h 2022-11-07 21:38:53.000000000 +0000 @@ -75,28 +75,32 @@ extern char **pgfnames(const char *path); extern void pgfnames_cleanup(char **filenames); -/* - * is_absolute_path - * - * By making this a macro we avoid needing to include path.c in libpq. - */ -#ifndef WIN32 -#define IS_DIR_SEP(ch) ((ch) == '/') - -#define is_absolute_path(filename) \ +#define IS_NONWINDOWS_DIR_SEP(ch) ((ch) == '/') +#define is_nonwindows_absolute_path(filename) \ ( \ - IS_DIR_SEP((filename)[0]) \ + IS_NONWINDOWS_DIR_SEP((filename)[0]) \ ) -#else -#define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') +#define IS_WINDOWS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') /* See path_is_relative_and_below_cwd() for how we handle 'E:abc'. */ -#define is_absolute_path(filename) \ +#define is_windows_absolute_path(filename) \ ( \ - IS_DIR_SEP((filename)[0]) || \ + IS_WINDOWS_DIR_SEP((filename)[0]) || \ (isalpha((unsigned char) ((filename)[0])) && (filename)[1] == ':' && \ - IS_DIR_SEP((filename)[2])) \ + IS_WINDOWS_DIR_SEP((filename)[2])) \ ) + +/* + * is_absolute_path and IS_DIR_SEP + * + * By using macros here we avoid needing to include path.c in libpq. + */ +#ifndef WIN32 +#define IS_DIR_SEP(ch) IS_NONWINDOWS_DIR_SEP(ch) +#define is_absolute_path(filename) is_nonwindows_absolute_path(filename) +#else +#define IS_DIR_SEP(ch) IS_WINDOWS_DIR_SEP(ch) +#define is_absolute_path(filename) is_windows_absolute_path(filename) #endif /* diff -Nru postgresql-14-14.5/src/include/replication/snapbuild.h postgresql-14-14.6/src/include/replication/snapbuild.h --- postgresql-14-14.5/src/include/replication/snapbuild.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/replication/snapbuild.h 2022-11-07 21:38:53.000000000 +0000 @@ -90,4 +90,7 @@ struct xl_running_xacts *running); extern void SnapBuildSerializationPoint(SnapBuild *builder, XLogRecPtr lsn); +extern void SnapBuildXidSetCatalogChanges(SnapBuild *builder, TransactionId xid, + int subxcnt, TransactionId *subxacts, + XLogRecPtr lsn); #endif /* SNAPBUILD_H */ diff -Nru postgresql-14-14.5/src/include/storage/s_lock.h postgresql-14-14.6/src/include/storage/s_lock.h --- postgresql-14-14.5/src/include/storage/s_lock.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/storage/s_lock.h 2022-11-07 21:38:53.000000000 +0000 @@ -341,29 +341,6 @@ #endif /* __arm__ || __arm || __aarch64__ || __aarch64 */ -/* - * RISC-V likewise uses __sync_lock_test_and_set(int *, int) if available. - */ -#if defined(__riscv) -#ifdef HAVE_GCC__SYNC_INT32_TAS -#define HAS_TEST_AND_SET - -#define TAS(lock) tas(lock) - -typedef int slock_t; - -static __inline__ int -tas(volatile slock_t *lock) -{ - return __sync_lock_test_and_set(lock, 1); -} - -#define S_UNLOCK(lock) __sync_lock_release(lock) - -#endif /* HAVE_GCC__SYNC_INT32_TAS */ -#endif /* __riscv */ - - /* S/390 and S/390x Linux (32- and 64-bit zSeries) */ #if defined(__s390__) || defined(__s390x__) #define HAS_TEST_AND_SET @@ -748,6 +725,51 @@ typedef unsigned char slock_t; #endif + +/* + * If we have no platform-specific knowledge, but we found that the compiler + * provides __sync_lock_test_and_set(), use that. Prefer the int-width + * version over the char-width version if we have both, on the rather dubious + * grounds that that's known to be more likely to work in the ARM ecosystem. + * (But we dealt with ARM above.) + */ +#if !defined(HAS_TEST_AND_SET) + +#if defined(HAVE_GCC__SYNC_INT32_TAS) +#define HAS_TEST_AND_SET + +#define TAS(lock) tas(lock) + +typedef int slock_t; + +static __inline__ int +tas(volatile slock_t *lock) +{ + return __sync_lock_test_and_set(lock, 1); +} + +#define S_UNLOCK(lock) __sync_lock_release(lock) + +#elif defined(HAVE_GCC__SYNC_CHAR_TAS) +#define HAS_TEST_AND_SET + +#define TAS(lock) tas(lock) + +typedef char slock_t; + +static __inline__ int +tas(volatile slock_t *lock) +{ + return __sync_lock_test_and_set(lock, 1); +} + +#define S_UNLOCK(lock) __sync_lock_release(lock) + +#endif /* HAVE_GCC__SYNC_INT32_TAS */ + +#endif /* !defined(HAS_TEST_AND_SET) */ + + /* * Default implementation of S_UNLOCK() for gcc/icc. * diff -Nru postgresql-14-14.5/src/include/utils/palloc.h postgresql-14-14.6/src/include/utils/palloc.h --- postgresql-14-14.5/src/include/utils/palloc.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/include/utils/palloc.h 2022-11-07 21:38:53.000000000 +0000 @@ -81,6 +81,28 @@ extern void pfree(void *pointer); /* + * Variants with easier notation and more type safety + */ + +/* + * Allocate space for one object of type "type" + */ +#define palloc_object(type) ((type *) palloc(sizeof(type))) +#define palloc0_object(type) ((type *) palloc0(sizeof(type))) + +/* + * Allocate space for "count" objects of type "type" + */ +#define palloc_array(type, count) ((type *) palloc(sizeof(type) * (count))) +#define palloc0_array(type, count) ((type *) palloc0(sizeof(type) * (count))) + +/* + * Change size of allocation pointed to by "pointer" to have space for "count" + * objects of type "type" + */ +#define repalloc_array(pointer, type, count) ((type *) repalloc(pointer, sizeof(type) * (count))) + +/* * The result of palloc() is always word-aligned, so we can skip testing * alignment of the pointer when deciding which MemSet variant to use. * Note that this variant does not offer any advantage, and should not be diff -Nru postgresql-14-14.5/src/interfaces/ecpg/ecpglib/po/ru.po postgresql-14-14.6/src/interfaces/ecpg/ecpglib/po/ru.po --- postgresql-14-14.5/src/interfaces/ecpg/ecpglib/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/ecpglib/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ecpglib (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2021-09-13 07:55+0300\n" +"POT-Creation-Date: 2022-08-10 11:56+0300\n" "PO-Revision-Date: 2019-09-09 13:30+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -17,15 +17,15 @@ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: connect.c:237 +#: connect.c:243 msgid "empty message text" msgstr "пустое сообщение" -#: connect.c:405 connect.c:634 +#: connect.c:411 connect.c:676 msgid "" msgstr "<ПО_УМОЛЧАНИЮ>" -#: descriptor.c:871 misc.c:119 +#: descriptor.c:876 misc.c:119 msgid "NULL" msgstr "NULL" @@ -187,16 +187,16 @@ msgid "SQL error %d on line %d" msgstr "SQL-ошибка %d в строке %d" -#: error.c:254 +#: error.c:253 msgid "the connection to the server was lost" msgstr "подключение к серверу потеряно" -#: error.c:346 +#: error.c:345 #, c-format msgid "SQL error: %s\n" msgstr "ошибка SQL: %s\n" -#: execute.c:2196 execute.c:2203 +#: execute.c:2190 execute.c:2197 msgid "" msgstr "<>" diff -Nru postgresql-14-14.5/src/interfaces/ecpg/preproc/ecpg.trailer postgresql-14-14.6/src/interfaces/ecpg/preproc/ecpg.trailer --- postgresql-14-14.5/src/interfaces/ecpg/preproc/ecpg.trailer 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/preproc/ecpg.trailer 2022-11-07 21:38:53.000000000 +0000 @@ -476,9 +476,10 @@ $$ = mm_strdup(""); }; -var_declaration: storage_declaration - var_type +var_declaration: + storage_declaration var_type { + actual_type[struct_level].type_storage = $1; actual_type[struct_level].type_enum = $2.type_enum; actual_type[struct_level].type_str = $2.type_str; actual_type[struct_level].type_dimension = $2.type_dimension; @@ -493,6 +494,7 @@ } | var_type { + actual_type[struct_level].type_storage = EMPTY; actual_type[struct_level].type_enum = $1.type_enum; actual_type[struct_level].type_str = $1.type_str; actual_type[struct_level].type_dimension = $1.type_dimension; @@ -873,7 +875,7 @@ | variable_list ',' variable { if (actual_type[struct_level].type_enum == ECPGt_varchar || actual_type[struct_level].type_enum == ECPGt_bytea) - $$ = cat_str(3, $1, mm_strdup(";"), $3); + $$ = cat_str(4, $1, mm_strdup(";"), mm_strdup(actual_type[struct_level].type_storage), $3); else $$ = cat_str(3, $1, mm_strdup(","), $3); } diff -Nru postgresql-14-14.5/src/interfaces/ecpg/preproc/po/ru.po postgresql-14-14.6/src/interfaces/ecpg/preproc/po/ru.po --- postgresql-14-14.5/src/interfaces/ecpg/preproc/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/preproc/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,12 +1,12 @@ # Russian message translation file for ecpg # Copyright (C) 2012-2016 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021. +# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: ecpg (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2021-09-01 12:57+0300\n" +"POT-Creation-Date: 2022-09-29 10:17+0300\n" "PO-Revision-Date: 2021-09-04 10:54+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -384,12 +384,12 @@ msgid "type name \"string\" is reserved in Informix mode" msgstr "имя типа \"string\" в режиме Informix зарезервировано" -#: preproc.y:552 preproc.y:17675 +#: preproc.y:552 preproc.y:17677 #, c-format msgid "type \"%s\" is already defined" msgstr "тип \"%s\" уже определён" -#: preproc.y:577 preproc.y:18310 preproc.y:18635 variable.c:621 +#: preproc.y:577 preproc.y:18312 preproc.y:18637 variable.c:621 #, c-format msgid "multidimensional arrays for simple data types are not supported" msgstr "многомерные массивы с простыми типами данных не поддерживаются" @@ -542,44 +542,44 @@ msgid "name \"%s\" is already declared" msgstr "имя \"%s\" уже объявлено" -#: preproc.y:17478 +#: preproc.y:17480 #, c-format msgid "only data types numeric and decimal have precision/scale argument" msgstr "" "точность/масштаб можно указать только для типов данных numeric и decimal" -#: preproc.y:17490 +#: preproc.y:17492 #, c-format msgid "interval specification not allowed here" msgstr "определение интервала здесь не допускается" -#: preproc.y:17650 preproc.y:17702 +#: preproc.y:17652 preproc.y:17704 #, c-format msgid "too many levels in nested structure/union definition" msgstr "слишком много уровней в определении вложенной структуры/объединения" -#: preproc.y:17825 +#: preproc.y:17827 #, c-format msgid "pointers to varchar are not implemented" msgstr "указатели на varchar не реализованы" -#: preproc.y:18276 +#: preproc.y:18278 #, c-format msgid "initializer not allowed in EXEC SQL VAR command" msgstr "команда EXEC SQL VAR не может включать инициализатор" -#: preproc.y:18593 +#: preproc.y:18595 #, c-format msgid "arrays of indicators are not allowed on input" msgstr "массивы индикаторов на входе недопустимы" -#: preproc.y:18780 +#: preproc.y:18782 #, c-format msgid "operator not allowed in variable definition" msgstr "недопустимый оператор в определении переменной" #. translator: %s is typically the translation of "syntax error" -#: preproc.y:18821 +#: preproc.y:18823 #, c-format msgid "%s at or near \"%s\"" msgstr "%s (примерное положение: \"%s\")" diff -Nru postgresql-14-14.5/src/interfaces/ecpg/preproc/preproc.c postgresql-14-14.6/src/interfaces/ecpg/preproc/preproc.c --- postgresql-14-14.5/src/interfaces/ecpg/preproc/preproc.c 2022-08-08 20:59:06.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/preproc/preproc.c 2022-11-07 22:01:12.000000000 +0000 @@ -1107,7 +1107,7 @@ YYSYMBOL_REASSIGN = 398, /* REASSIGN */ YYSYMBOL_RECHECK = 399, /* RECHECK */ YYSYMBOL_RECURSIVE = 400, /* RECURSIVE */ - YYSYMBOL_REF = 401, /* REF */ + YYSYMBOL_REF_P = 401, /* REF_P */ YYSYMBOL_REFERENCES = 402, /* REFERENCES */ YYSYMBOL_REFERENCING = 403, /* REFERENCING */ YYSYMBOL_REFRESH = 404, /* REFRESH */ @@ -2858,46 +2858,46 @@ 17183, 17197, 17203, 17240, 17302, 17311, 17313, 17314, 17317, 17319, 17320, 17323, 17324, 17325, 17326, 17327, 17334, 17333, 17343, 17345, 17347, 17348, 17351, 17352, 17353, 17354, 17357, 17358, 17362, 17361, - 17378, 17376, 17392, 17391, 17405, 17411, 17412, 17415, 17417, 17418, - 17421, 17422, 17423, 17424, 17427, 17428, 17431, 17439, 17456, 17464, - 17487, 17601, 17635, 17637, 17639, 17643, 17647, 17646, 17697, 17699, - 17698, 17713, 17719, 17726, 17731, 17737, 17738, 17741, 17742, 17743, - 17744, 17745, 17746, 17747, 17748, 17749, 17752, 17753, 17754, 17755, - 17756, 17757, 17758, 17759, 17760, 17761, 17764, 17765, 17768, 17770, - 17779, 17879, 17880, 17887, 17888, 17889, 17895, 17904, 17907, 17908, - 17909, 17910, 17913, 17914, 17915, 17918, 17920, 17928, 17929, 17935, - 17943, 17944, 17947, 17948, 17951, 17956, 17963, 17968, 17975, 17982, - 17982, 17984, 17991, 17992, 17995, 17996, 17997, 17998, 17999, 18000, - 18001, 18002, 18003, 18009, 18014, 18024, 18029, 18034, 18041, 18042, - 18054, 18065, 18076, 18080, 18081, 18084, 18089, 18093, 18094, 18097, - 18103, 18111, 18117, 18124, 18128, 18129, 18132, 18135, 18139, 18140, - 18143, 18149, 18158, 18163, 18173, 18183, 18195, 18196, 18197, 18198, - 18199, 18200, 18201, 18202, 18203, 18204, 18205, 18206, 18207, 18208, - 18209, 18216, 18217, 18220, 18221, 18228, 18229, 18230, 18237, 18236, - 18253, 18254, 18261, 18260, 18331, 18337, 18343, 18351, 18357, 18363, - 18369, 18375, 18381, 18387, 18393, 18399, 18405, 18416, 18417, 18420, - 18421, 18422, 18423, 18424, 18425, 18426, 18427, 18428, 18429, 18430, - 18431, 18432, 18433, 18434, 18435, 18436, 18437, 18438, 18439, 18440, - 18441, 18444, 18445, 18446, 18447, 18448, 18449, 18453, 18454, 18455, - 18456, 18457, 18458, 18459, 18462, 18465, 18466, 18467, 18468, 18469, - 18470, 18471, 18472, 18485, 18486, 18487, 18488, 18489, 18490, 18491, - 18496, 18497, 18498, 18499, 18500, 18501, 18507, 18508, 18509, 18510, - 18511, 18512, 18513, 18514, 18515, 18516, 18517, 18520, 18521, 18522, - 18523, 18524, 18527, 18528, 18529, 18530, 18533, 18534, 18535, 18536, - 18537, 18538, 18539, 18556, 18557, 18558, 18561, 18562, 18563, 18564, - 18565, 18566, 18570, 18570, 18573, 18579, 18580, 18583, 18585, 18590, - 18600, 18611, 18618, 18619, 18620, 18623, 18656, 18658, 18660, 18662, - 18664, 18666, 18667, 18670, 18672, 18680, 18681, 18682, 18686, 18687, - 18691, 18692, 18695, 18696, 18699, 18700, 18701, 18702, 18703, 18706, - 18707, 18708, 18709, 18710, 18711, 18712, 18713, 18714, 18715, 18716, - 18717, 18718, 18719, 18720, 18721, 18722, 18723, 18724, 18725, 18726, - 18727, 18728, 18729, 18730, 18731, 18732, 18733, 18734, 18735, 18736, - 18737, 18738, 18739, 18740, 18741, 18742, 18743, 18744, 18745, 18746, - 18747, 18748, 18749, 18750, 18751, 18752, 18753, 18754, 18755, 18756, - 18757, 18758, 18759, 18760, 18761, 18764, 18765, 18766, 18767, 18770, - 18771, 18772, 18773, 18774, 18775, 18776, 18777, 18778, 18779, 18786, - 18787, 18788, 18789, 18792, 18793, 18796, 18797, 18800, 18801, 18812, - 18813 + 17378, 17377, 17393, 17392, 17407, 17413, 17414, 17417, 17419, 17420, + 17423, 17424, 17425, 17426, 17429, 17430, 17433, 17441, 17458, 17466, + 17489, 17603, 17637, 17639, 17641, 17645, 17649, 17648, 17699, 17701, + 17700, 17715, 17721, 17728, 17733, 17739, 17740, 17743, 17744, 17745, + 17746, 17747, 17748, 17749, 17750, 17751, 17754, 17755, 17756, 17757, + 17758, 17759, 17760, 17761, 17762, 17763, 17766, 17767, 17770, 17772, + 17781, 17881, 17882, 17889, 17890, 17891, 17897, 17906, 17909, 17910, + 17911, 17912, 17915, 17916, 17917, 17920, 17922, 17930, 17931, 17937, + 17945, 17946, 17949, 17950, 17953, 17958, 17965, 17970, 17977, 17984, + 17984, 17986, 17993, 17994, 17997, 17998, 17999, 18000, 18001, 18002, + 18003, 18004, 18005, 18011, 18016, 18026, 18031, 18036, 18043, 18044, + 18056, 18067, 18078, 18082, 18083, 18086, 18091, 18095, 18096, 18099, + 18105, 18113, 18119, 18126, 18130, 18131, 18134, 18137, 18141, 18142, + 18145, 18151, 18160, 18165, 18175, 18185, 18197, 18198, 18199, 18200, + 18201, 18202, 18203, 18204, 18205, 18206, 18207, 18208, 18209, 18210, + 18211, 18218, 18219, 18222, 18223, 18230, 18231, 18232, 18239, 18238, + 18255, 18256, 18263, 18262, 18333, 18339, 18345, 18353, 18359, 18365, + 18371, 18377, 18383, 18389, 18395, 18401, 18407, 18418, 18419, 18422, + 18423, 18424, 18425, 18426, 18427, 18428, 18429, 18430, 18431, 18432, + 18433, 18434, 18435, 18436, 18437, 18438, 18439, 18440, 18441, 18442, + 18443, 18446, 18447, 18448, 18449, 18450, 18451, 18455, 18456, 18457, + 18458, 18459, 18460, 18461, 18464, 18467, 18468, 18469, 18470, 18471, + 18472, 18473, 18474, 18487, 18488, 18489, 18490, 18491, 18492, 18493, + 18498, 18499, 18500, 18501, 18502, 18503, 18509, 18510, 18511, 18512, + 18513, 18514, 18515, 18516, 18517, 18518, 18519, 18522, 18523, 18524, + 18525, 18526, 18529, 18530, 18531, 18532, 18535, 18536, 18537, 18538, + 18539, 18540, 18541, 18558, 18559, 18560, 18563, 18564, 18565, 18566, + 18567, 18568, 18572, 18572, 18575, 18581, 18582, 18585, 18587, 18592, + 18602, 18613, 18620, 18621, 18622, 18625, 18658, 18660, 18662, 18664, + 18666, 18668, 18669, 18672, 18674, 18682, 18683, 18684, 18688, 18689, + 18693, 18694, 18697, 18698, 18701, 18702, 18703, 18704, 18705, 18708, + 18709, 18710, 18711, 18712, 18713, 18714, 18715, 18716, 18717, 18718, + 18719, 18720, 18721, 18722, 18723, 18724, 18725, 18726, 18727, 18728, + 18729, 18730, 18731, 18732, 18733, 18734, 18735, 18736, 18737, 18738, + 18739, 18740, 18741, 18742, 18743, 18744, 18745, 18746, 18747, 18748, + 18749, 18750, 18751, 18752, 18753, 18754, 18755, 18756, 18757, 18758, + 18759, 18760, 18761, 18762, 18763, 18766, 18767, 18768, 18769, 18772, + 18773, 18774, 18775, 18776, 18777, 18778, 18779, 18780, 18781, 18788, + 18789, 18790, 18791, 18794, 18795, 18798, 18799, 18802, 18803, 18814, + 18815 }; #endif @@ -2980,7 +2980,7 @@ "POLICY", "POSITION", "PRECEDING", "PRECISION", "PRESERVE", "PREPARE", "PREPARED", "PRIMARY", "PRIOR", "PRIVILEGES", "PROCEDURAL", "PROCEDURE", "PROCEDURES", "PROGRAM", "PUBLICATION", "QUOTE", "RANGE", "READ", "REAL", - "REASSIGN", "RECHECK", "RECURSIVE", "REF", "REFERENCES", "REFERENCING", + "REASSIGN", "RECHECK", "RECURSIVE", "REF_P", "REFERENCES", "REFERENCING", "REFRESH", "REINDEX", "RELATIVE_P", "RELEASE", "RENAME", "REPEATABLE", "REPLACE", "REPLICA", "RESET", "RESTART", "RESTRICT", "RETURN", "RETURNING", "RETURNS", "REVOKE", "RIGHT", "ROLE", "ROLLBACK", "ROLLUP", @@ -53271,7 +53271,7 @@ #line 53272 "preproc.c" break; - case 2101: /* xml_passing_mech: BY REF */ + case 2101: /* xml_passing_mech: BY REF_P */ #line 12457 "preproc.y" { (yyval.str) = mm_strdup("by ref"); @@ -56304,7 +56304,7 @@ #line 56305 "preproc.c" break; - case 2483: /* unreserved_keyword: REF */ + case 2483: /* unreserved_keyword: REF_P */ #line 14227 "preproc.y" { (yyval.str) = mm_strdup("ref"); @@ -60528,7 +60528,7 @@ #line 60529 "preproc.c" break; - case 3011: /* bare_label_keyword: REF */ + case 3011: /* bare_label_keyword: REF_P */ #line 16355 "preproc.y" { (yyval.str) = mm_strdup("ref"); @@ -62363,6 +62363,7 @@ case 3230: /* $@5: %empty */ #line 17378 "preproc.y" { + actual_type[struct_level].type_storage = (yyvsp[-1].str); actual_type[struct_level].type_enum = (yyvsp[0].type).type_enum; actual_type[struct_level].type_str = (yyvsp[0].type).type_str; actual_type[struct_level].type_dimension = (yyvsp[0].type).type_dimension; @@ -62371,20 +62372,21 @@ actual_startline[struct_level] = hashline_number(); } -#line 62375 "preproc.c" +#line 62376 "preproc.c" break; case 3231: /* var_declaration: storage_declaration var_type $@5 variable_list ';' */ -#line 17388 "preproc.y" +#line 17389 "preproc.y" { (yyval.str) = cat_str(5, actual_startline[struct_level], (yyvsp[-4].str), (yyvsp[-3].type).type_str, (yyvsp[-1].str), mm_strdup(";\n")); } -#line 62383 "preproc.c" +#line 62384 "preproc.c" break; case 3232: /* $@6: %empty */ -#line 17392 "preproc.y" +#line 17393 "preproc.y" { + actual_type[struct_level].type_storage = EMPTY; actual_type[struct_level].type_enum = (yyvsp[0].type).type_enum; actual_type[struct_level].type_str = (yyvsp[0].type).type_str; actual_type[struct_level].type_dimension = (yyvsp[0].type).type_dimension; @@ -62393,93 +62395,93 @@ actual_startline[struct_level] = hashline_number(); } -#line 62397 "preproc.c" +#line 62399 "preproc.c" break; case 3233: /* var_declaration: var_type $@6 variable_list ';' */ -#line 17402 "preproc.y" +#line 17404 "preproc.y" { (yyval.str) = cat_str(4, actual_startline[struct_level], (yyvsp[-3].type).type_str, (yyvsp[-1].str), mm_strdup(";\n")); } -#line 62405 "preproc.c" +#line 62407 "preproc.c" break; case 3234: /* var_declaration: struct_union_type_with_symbol ';' */ -#line 17406 "preproc.y" +#line 17408 "preproc.y" { (yyval.str) = cat2_str((yyvsp[-1].str), mm_strdup(";")); } -#line 62413 "preproc.c" +#line 62415 "preproc.c" break; case 3235: /* opt_bit_field: ':' Iconst */ -#line 17411 "preproc.y" +#line 17413 "preproc.y" { (yyval.str) =cat2_str(mm_strdup(":"), (yyvsp[0].str)); } -#line 62419 "preproc.c" +#line 62421 "preproc.c" break; case 3236: /* opt_bit_field: %empty */ -#line 17412 "preproc.y" +#line 17414 "preproc.y" { (yyval.str) = EMPTY; } -#line 62425 "preproc.c" +#line 62427 "preproc.c" break; case 3237: /* storage_declaration: storage_clause storage_modifier */ -#line 17416 "preproc.y" +#line 17418 "preproc.y" {(yyval.str) = cat2_str ((yyvsp[-1].str), (yyvsp[0].str)); } -#line 62431 "preproc.c" +#line 62433 "preproc.c" break; case 3238: /* storage_declaration: storage_clause */ -#line 17417 "preproc.y" +#line 17419 "preproc.y" {(yyval.str) = (yyvsp[0].str); } -#line 62437 "preproc.c" +#line 62439 "preproc.c" break; case 3239: /* storage_declaration: storage_modifier */ -#line 17418 "preproc.y" +#line 17420 "preproc.y" {(yyval.str) = (yyvsp[0].str); } -#line 62443 "preproc.c" +#line 62445 "preproc.c" break; case 3240: /* storage_clause: S_EXTERN */ -#line 17421 "preproc.y" +#line 17423 "preproc.y" { (yyval.str) = mm_strdup("extern"); } -#line 62449 "preproc.c" +#line 62451 "preproc.c" break; case 3241: /* storage_clause: S_STATIC */ -#line 17422 "preproc.y" +#line 17424 "preproc.y" { (yyval.str) = mm_strdup("static"); } -#line 62455 "preproc.c" +#line 62457 "preproc.c" break; case 3242: /* storage_clause: S_REGISTER */ -#line 17423 "preproc.y" +#line 17425 "preproc.y" { (yyval.str) = mm_strdup("register"); } -#line 62461 "preproc.c" +#line 62463 "preproc.c" break; case 3243: /* storage_clause: S_AUTO */ -#line 17424 "preproc.y" +#line 17426 "preproc.y" { (yyval.str) = mm_strdup("auto"); } -#line 62467 "preproc.c" +#line 62469 "preproc.c" break; case 3244: /* storage_modifier: S_CONST */ -#line 17427 "preproc.y" +#line 17429 "preproc.y" { (yyval.str) = mm_strdup("const"); } -#line 62473 "preproc.c" +#line 62475 "preproc.c" break; case 3245: /* storage_modifier: S_VOLATILE */ -#line 17428 "preproc.y" +#line 17430 "preproc.y" { (yyval.str) = mm_strdup("volatile"); } -#line 62479 "preproc.c" +#line 62481 "preproc.c" break; case 3246: /* var_type: simple_type */ -#line 17432 "preproc.y" +#line 17434 "preproc.y" { (yyval.type).type_enum = (yyvsp[0].type_enum); (yyval.type).type_str = mm_strdup(ecpg_type_name((yyvsp[0].type_enum))); @@ -62487,11 +62489,11 @@ (yyval.type).type_index = mm_strdup("-1"); (yyval.type).type_sizeof = NULL; } -#line 62491 "preproc.c" +#line 62493 "preproc.c" break; case 3247: /* var_type: struct_union_type */ -#line 17440 "preproc.y" +#line 17442 "preproc.y" { (yyval.type).type_str = (yyvsp[0].str); (yyval.type).type_dimension = mm_strdup("-1"); @@ -62508,11 +62510,11 @@ (yyval.type).type_sizeof = NULL; } } -#line 62512 "preproc.c" +#line 62514 "preproc.c" break; case 3248: /* var_type: enum_type */ -#line 17457 "preproc.y" +#line 17459 "preproc.y" { (yyval.type).type_str = (yyvsp[0].str); (yyval.type).type_enum = ECPGt_int; @@ -62520,11 +62522,11 @@ (yyval.type).type_index = mm_strdup("-1"); (yyval.type).type_sizeof = NULL; } -#line 62524 "preproc.c" +#line 62526 "preproc.c" break; case 3249: /* var_type: ECPGColLabelCommon '(' precision opt_scale ')' */ -#line 17465 "preproc.y" +#line 17467 "preproc.y" { if (strcmp((yyvsp[-4].str), "numeric") == 0) { @@ -62547,11 +62549,11 @@ (yyval.type).type_index = mm_strdup("-1"); (yyval.type).type_sizeof = NULL; } -#line 62551 "preproc.c" +#line 62553 "preproc.c" break; case 3250: /* var_type: ECPGColLabelCommon ecpg_interval */ -#line 17488 "preproc.y" +#line 17490 "preproc.y" { if (strlen((yyvsp[0].str)) != 0 && strcmp ((yyvsp[-1].str), "datetime") != 0 && strcmp ((yyvsp[-1].str), "interval") != 0) mmerror (PARSE_ERROR, ET_ERROR, "interval specification not allowed here"); @@ -62665,11 +62667,11 @@ struct_member_list[struct_level] = ECPGstruct_member_dup(this->struct_member_list); } } -#line 62669 "preproc.c" +#line 62671 "preproc.c" break; case 3251: /* var_type: s_struct_union_symbol */ -#line 17602 "preproc.y" +#line 17604 "preproc.y" { /* this is for named structs/unions */ char *name; @@ -62701,46 +62703,46 @@ struct_member_list[struct_level] = NULL; } } -#line 62705 "preproc.c" +#line 62707 "preproc.c" break; case 3252: /* enum_type: ENUM_P symbol enum_definition */ -#line 17636 "preproc.y" +#line 17638 "preproc.y" { (yyval.str) = cat_str(3, mm_strdup("enum"), (yyvsp[-1].str), (yyvsp[0].str)); } -#line 62711 "preproc.c" +#line 62713 "preproc.c" break; case 3253: /* enum_type: ENUM_P enum_definition */ -#line 17638 "preproc.y" +#line 17640 "preproc.y" { (yyval.str) = cat2_str(mm_strdup("enum"), (yyvsp[0].str)); } -#line 62717 "preproc.c" +#line 62719 "preproc.c" break; case 3254: /* enum_type: ENUM_P symbol */ -#line 17640 "preproc.y" +#line 17642 "preproc.y" { (yyval.str) = cat2_str(mm_strdup("enum"), (yyvsp[0].str)); } -#line 62723 "preproc.c" +#line 62725 "preproc.c" break; case 3255: /* enum_definition: '{' c_list '}' */ -#line 17644 "preproc.y" +#line 17646 "preproc.y" { (yyval.str) = cat_str(3, mm_strdup("{"), (yyvsp[-1].str), mm_strdup("}")); } -#line 62729 "preproc.c" +#line 62731 "preproc.c" break; case 3256: /* $@7: %empty */ -#line 17647 "preproc.y" +#line 17649 "preproc.y" { struct_member_list[struct_level++] = NULL; if (struct_level >= STRUCT_DEPTH) mmerror(PARSE_ERROR, ET_ERROR, "too many levels in nested structure/union definition"); forward_name = mm_strdup((yyvsp[0].struct_union).symbol); } -#line 62740 "preproc.c" +#line 62742 "preproc.c" break; case 3257: /* struct_union_type_with_symbol: s_struct_union_symbol $@7 '{' variable_declarations '}' */ -#line 17654 "preproc.y" +#line 17656 "preproc.y" { struct typedefs *ptr, *this; struct this_type su_type; @@ -62782,217 +62784,217 @@ types = this; (yyval.str) = cat_str(4, su_type.type_str, mm_strdup("{"), (yyvsp[-1].str), mm_strdup("}")); } -#line 62786 "preproc.c" +#line 62788 "preproc.c" break; case 3258: /* struct_union_type: struct_union_type_with_symbol */ -#line 17697 "preproc.y" +#line 17699 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 62792 "preproc.c" +#line 62794 "preproc.c" break; case 3259: /* $@8: %empty */ -#line 17699 "preproc.y" +#line 17701 "preproc.y" { struct_member_list[struct_level++] = NULL; if (struct_level >= STRUCT_DEPTH) mmerror(PARSE_ERROR, ET_ERROR, "too many levels in nested structure/union definition"); } -#line 62802 "preproc.c" +#line 62804 "preproc.c" break; case 3260: /* struct_union_type: s_struct_union $@8 '{' variable_declarations '}' */ -#line 17705 "preproc.y" +#line 17707 "preproc.y" { ECPGfree_struct_member(struct_member_list[struct_level]); struct_member_list[struct_level] = NULL; struct_level--; (yyval.str) = cat_str(4, (yyvsp[-4].str), mm_strdup("{"), (yyvsp[-1].str), mm_strdup("}")); } -#line 62813 "preproc.c" +#line 62815 "preproc.c" break; case 3261: /* s_struct_union_symbol: SQL_STRUCT symbol */ -#line 17714 "preproc.y" +#line 17716 "preproc.y" { (yyval.struct_union).su = mm_strdup("struct"); (yyval.struct_union).symbol = (yyvsp[0].str); ECPGstruct_sizeof = cat_str(3, mm_strdup("sizeof("), cat2_str(mm_strdup((yyval.struct_union).su), mm_strdup((yyval.struct_union).symbol)), mm_strdup(")")); } -#line 62823 "preproc.c" +#line 62825 "preproc.c" break; case 3262: /* s_struct_union_symbol: UNION symbol */ -#line 17720 "preproc.y" +#line 17722 "preproc.y" { (yyval.struct_union).su = mm_strdup("union"); (yyval.struct_union).symbol = (yyvsp[0].str); } -#line 62832 "preproc.c" +#line 62834 "preproc.c" break; case 3263: /* s_struct_union: SQL_STRUCT */ -#line 17727 "preproc.y" +#line 17729 "preproc.y" { ECPGstruct_sizeof = mm_strdup(""); /* This must not be NULL to distinguish from simple types. */ (yyval.str) = mm_strdup("struct"); } -#line 62841 "preproc.c" +#line 62843 "preproc.c" break; case 3264: /* s_struct_union: UNION */ -#line 17732 "preproc.y" +#line 17734 "preproc.y" { (yyval.str) = mm_strdup("union"); } -#line 62849 "preproc.c" +#line 62851 "preproc.c" break; case 3265: /* simple_type: unsigned_type */ -#line 17737 "preproc.y" +#line 17739 "preproc.y" { (yyval.type_enum)=(yyvsp[0].type_enum); } -#line 62855 "preproc.c" +#line 62857 "preproc.c" break; case 3266: /* simple_type: opt_signed signed_type */ -#line 17738 "preproc.y" +#line 17740 "preproc.y" { (yyval.type_enum)=(yyvsp[0].type_enum); } -#line 62861 "preproc.c" +#line 62863 "preproc.c" break; case 3267: /* unsigned_type: SQL_UNSIGNED SQL_SHORT */ -#line 17741 "preproc.y" +#line 17743 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_short; } -#line 62867 "preproc.c" +#line 62869 "preproc.c" break; case 3268: /* unsigned_type: SQL_UNSIGNED SQL_SHORT INT_P */ -#line 17742 "preproc.y" +#line 17744 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_short; } -#line 62873 "preproc.c" +#line 62875 "preproc.c" break; case 3269: /* unsigned_type: SQL_UNSIGNED */ -#line 17743 "preproc.y" +#line 17745 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_int; } -#line 62879 "preproc.c" +#line 62881 "preproc.c" break; case 3270: /* unsigned_type: SQL_UNSIGNED INT_P */ -#line 17744 "preproc.y" +#line 17746 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_int; } -#line 62885 "preproc.c" +#line 62887 "preproc.c" break; case 3271: /* unsigned_type: SQL_UNSIGNED SQL_LONG */ -#line 17745 "preproc.y" +#line 17747 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_long; } -#line 62891 "preproc.c" +#line 62893 "preproc.c" break; case 3272: /* unsigned_type: SQL_UNSIGNED SQL_LONG INT_P */ -#line 17746 "preproc.y" +#line 17748 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_long; } -#line 62897 "preproc.c" +#line 62899 "preproc.c" break; case 3273: /* unsigned_type: SQL_UNSIGNED SQL_LONG SQL_LONG */ -#line 17747 "preproc.y" +#line 17749 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_long_long; } -#line 62903 "preproc.c" +#line 62905 "preproc.c" break; case 3274: /* unsigned_type: SQL_UNSIGNED SQL_LONG SQL_LONG INT_P */ -#line 17748 "preproc.y" +#line 17750 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_long_long; } -#line 62909 "preproc.c" +#line 62911 "preproc.c" break; case 3275: /* unsigned_type: SQL_UNSIGNED CHAR_P */ -#line 17749 "preproc.y" +#line 17751 "preproc.y" { (yyval.type_enum) = ECPGt_unsigned_char; } -#line 62915 "preproc.c" +#line 62917 "preproc.c" break; case 3276: /* signed_type: SQL_SHORT */ -#line 17752 "preproc.y" +#line 17754 "preproc.y" { (yyval.type_enum) = ECPGt_short; } -#line 62921 "preproc.c" +#line 62923 "preproc.c" break; case 3277: /* signed_type: SQL_SHORT INT_P */ -#line 17753 "preproc.y" +#line 17755 "preproc.y" { (yyval.type_enum) = ECPGt_short; } -#line 62927 "preproc.c" +#line 62929 "preproc.c" break; case 3278: /* signed_type: INT_P */ -#line 17754 "preproc.y" +#line 17756 "preproc.y" { (yyval.type_enum) = ECPGt_int; } -#line 62933 "preproc.c" +#line 62935 "preproc.c" break; case 3279: /* signed_type: SQL_LONG */ -#line 17755 "preproc.y" +#line 17757 "preproc.y" { (yyval.type_enum) = ECPGt_long; } -#line 62939 "preproc.c" +#line 62941 "preproc.c" break; case 3280: /* signed_type: SQL_LONG INT_P */ -#line 17756 "preproc.y" +#line 17758 "preproc.y" { (yyval.type_enum) = ECPGt_long; } -#line 62945 "preproc.c" +#line 62947 "preproc.c" break; case 3281: /* signed_type: SQL_LONG SQL_LONG */ -#line 17757 "preproc.y" +#line 17759 "preproc.y" { (yyval.type_enum) = ECPGt_long_long; } -#line 62951 "preproc.c" +#line 62953 "preproc.c" break; case 3282: /* signed_type: SQL_LONG SQL_LONG INT_P */ -#line 17758 "preproc.y" +#line 17760 "preproc.y" { (yyval.type_enum) = ECPGt_long_long; } -#line 62957 "preproc.c" +#line 62959 "preproc.c" break; case 3283: /* signed_type: SQL_BOOL */ -#line 17759 "preproc.y" +#line 17761 "preproc.y" { (yyval.type_enum) = ECPGt_bool; } -#line 62963 "preproc.c" +#line 62965 "preproc.c" break; case 3284: /* signed_type: CHAR_P */ -#line 17760 "preproc.y" +#line 17762 "preproc.y" { (yyval.type_enum) = ECPGt_char; } -#line 62969 "preproc.c" +#line 62971 "preproc.c" break; case 3285: /* signed_type: DOUBLE_P */ -#line 17761 "preproc.y" +#line 17763 "preproc.y" { (yyval.type_enum) = ECPGt_double; } -#line 62975 "preproc.c" +#line 62977 "preproc.c" break; case 3288: /* variable_list: variable */ -#line 17769 "preproc.y" +#line 17771 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 62981 "preproc.c" +#line 62983 "preproc.c" break; case 3289: /* variable_list: variable_list ',' variable */ -#line 17771 "preproc.y" +#line 17773 "preproc.y" { if (actual_type[struct_level].type_enum == ECPGt_varchar || actual_type[struct_level].type_enum == ECPGt_bytea) - (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup(";"), (yyvsp[0].str)); + (yyval.str) = cat_str(4, (yyvsp[-2].str), mm_strdup(";"), mm_strdup(actual_type[struct_level].type_storage), (yyvsp[0].str)); else (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup(","), (yyvsp[0].str)); } -#line 62992 "preproc.c" +#line 62994 "preproc.c" break; case 3290: /* variable: opt_pointer ECPGColLabel opt_array_bounds opt_bit_field opt_initializer */ -#line 17780 "preproc.y" +#line 17782 "preproc.y" { struct ECPGtype * type; char *dimension = (yyvsp[-2].index).index1; /* dimension of array */ @@ -63089,290 +63091,290 @@ free((yyvsp[-3].str)); } -#line 63093 "preproc.c" +#line 63095 "preproc.c" break; case 3291: /* opt_initializer: %empty */ -#line 17879 "preproc.y" +#line 17881 "preproc.y" { (yyval.str) = EMPTY; } -#line 63099 "preproc.c" +#line 63101 "preproc.c" break; case 3292: /* opt_initializer: '=' c_term */ -#line 17881 "preproc.y" +#line 17883 "preproc.y" { initializer = 1; (yyval.str) = cat2_str(mm_strdup("="), (yyvsp[0].str)); } -#line 63108 "preproc.c" +#line 63110 "preproc.c" break; case 3293: /* opt_pointer: %empty */ -#line 17887 "preproc.y" +#line 17889 "preproc.y" { (yyval.str) = EMPTY; } -#line 63114 "preproc.c" +#line 63116 "preproc.c" break; case 3294: /* opt_pointer: '*' */ -#line 17888 "preproc.y" +#line 17890 "preproc.y" { (yyval.str) = mm_strdup("*"); } -#line 63120 "preproc.c" +#line 63122 "preproc.c" break; case 3295: /* opt_pointer: '*' '*' */ -#line 17889 "preproc.y" +#line 17891 "preproc.y" { (yyval.str) = mm_strdup("**"); } -#line 63126 "preproc.c" +#line 63128 "preproc.c" break; case 3296: /* ECPGDeclare: DECLARE STATEMENT ecpg_ident */ -#line 17896 "preproc.y" +#line 17898 "preproc.y" { /* this is only supported for compatibility */ (yyval.str) = cat_str(3, mm_strdup("/* declare statement"), (yyvsp[0].str), mm_strdup("*/")); } -#line 63135 "preproc.c" +#line 63137 "preproc.c" break; case 3297: /* ECPGDisconnect: SQL_DISCONNECT dis_name */ -#line 17904 "preproc.y" +#line 17906 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63141 "preproc.c" +#line 63143 "preproc.c" break; case 3298: /* dis_name: connection_object */ -#line 17907 "preproc.y" +#line 17909 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63147 "preproc.c" +#line 63149 "preproc.c" break; case 3299: /* dis_name: CURRENT_P */ -#line 17908 "preproc.y" +#line 17910 "preproc.y" { (yyval.str) = mm_strdup("\"CURRENT\""); } -#line 63153 "preproc.c" +#line 63155 "preproc.c" break; case 3300: /* dis_name: ALL */ -#line 17909 "preproc.y" +#line 17911 "preproc.y" { (yyval.str) = mm_strdup("\"ALL\""); } -#line 63159 "preproc.c" +#line 63161 "preproc.c" break; case 3301: /* dis_name: %empty */ -#line 17910 "preproc.y" +#line 17912 "preproc.y" { (yyval.str) = mm_strdup("\"CURRENT\""); } -#line 63165 "preproc.c" +#line 63167 "preproc.c" break; case 3302: /* connection_object: name */ -#line 17913 "preproc.y" +#line 17915 "preproc.y" { (yyval.str) = make3_str(mm_strdup("\""), (yyvsp[0].str), mm_strdup("\"")); } -#line 63171 "preproc.c" +#line 63173 "preproc.c" break; case 3303: /* connection_object: DEFAULT */ -#line 17914 "preproc.y" +#line 17916 "preproc.y" { (yyval.str) = mm_strdup("\"DEFAULT\""); } -#line 63177 "preproc.c" +#line 63179 "preproc.c" break; case 3304: /* connection_object: char_variable */ -#line 17915 "preproc.y" +#line 17917 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63183 "preproc.c" +#line 63185 "preproc.c" break; case 3305: /* execstring: char_variable */ -#line 17919 "preproc.y" +#line 17921 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63189 "preproc.c" +#line 63191 "preproc.c" break; case 3306: /* execstring: CSTRING */ -#line 17921 "preproc.y" +#line 17923 "preproc.y" { (yyval.str) = make3_str(mm_strdup("\""), (yyvsp[0].str), mm_strdup("\"")); } -#line 63195 "preproc.c" +#line 63197 "preproc.c" break; case 3307: /* ECPGFree: SQL_FREE cursor_name */ -#line 17928 "preproc.y" +#line 17930 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63201 "preproc.c" +#line 63203 "preproc.c" break; case 3308: /* ECPGFree: SQL_FREE ALL */ -#line 17929 "preproc.y" +#line 17931 "preproc.y" { (yyval.str) = mm_strdup("all"); } -#line 63207 "preproc.c" +#line 63209 "preproc.c" break; case 3309: /* ECPGOpen: SQL_OPEN cursor_name opt_ecpg_using */ -#line 17936 "preproc.y" +#line 17938 "preproc.y" { if ((yyvsp[-1].str)[0] == ':') remove_variable_from_list(&argsinsert, find_variable((yyvsp[-1].str) + 1)); (yyval.str) = (yyvsp[-1].str); } -#line 63217 "preproc.c" +#line 63219 "preproc.c" break; case 3310: /* opt_ecpg_using: %empty */ -#line 17943 "preproc.y" +#line 17945 "preproc.y" { (yyval.str) = EMPTY; } -#line 63223 "preproc.c" +#line 63225 "preproc.c" break; case 3311: /* opt_ecpg_using: ecpg_using */ -#line 17944 "preproc.y" +#line 17946 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63229 "preproc.c" +#line 63231 "preproc.c" break; case 3312: /* ecpg_using: USING using_list */ -#line 17947 "preproc.y" +#line 17949 "preproc.y" { (yyval.str) = EMPTY; } -#line 63235 "preproc.c" +#line 63237 "preproc.c" break; case 3313: /* ecpg_using: using_descriptor */ -#line 17948 "preproc.y" +#line 17950 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63241 "preproc.c" +#line 63243 "preproc.c" break; case 3314: /* using_descriptor: USING SQL_P SQL_DESCRIPTOR quoted_ident_stringvar */ -#line 17952 "preproc.y" +#line 17954 "preproc.y" { add_variable_to_head(&argsinsert, descriptor_variable((yyvsp[0].str),0), &no_indicator); (yyval.str) = EMPTY; } -#line 63250 "preproc.c" +#line 63252 "preproc.c" break; case 3315: /* using_descriptor: USING SQL_DESCRIPTOR name */ -#line 17957 "preproc.y" +#line 17959 "preproc.y" { add_variable_to_head(&argsinsert, sqlda_variable((yyvsp[0].str)), &no_indicator); (yyval.str) = EMPTY; } -#line 63259 "preproc.c" +#line 63261 "preproc.c" break; case 3316: /* into_descriptor: INTO SQL_P SQL_DESCRIPTOR quoted_ident_stringvar */ -#line 17964 "preproc.y" +#line 17966 "preproc.y" { add_variable_to_head(&argsresult, descriptor_variable((yyvsp[0].str),1), &no_indicator); (yyval.str) = EMPTY; } -#line 63268 "preproc.c" +#line 63270 "preproc.c" break; case 3317: /* into_descriptor: INTO SQL_DESCRIPTOR name */ -#line 17969 "preproc.y" +#line 17971 "preproc.y" { add_variable_to_head(&argsresult, sqlda_variable((yyvsp[0].str)), &no_indicator); (yyval.str) = EMPTY; } -#line 63277 "preproc.c" +#line 63279 "preproc.c" break; case 3318: /* into_sqlda: INTO name */ -#line 17976 "preproc.y" +#line 17978 "preproc.y" { add_variable_to_head(&argsresult, sqlda_variable((yyvsp[0].str)), &no_indicator); (yyval.str) = EMPTY; } -#line 63286 "preproc.c" +#line 63288 "preproc.c" break; case 3321: /* UsingValue: UsingConst */ -#line 17985 "preproc.y" +#line 17987 "preproc.y" { char *length = mm_alloc(32); sprintf(length, "%zu", strlen((yyvsp[0].str))); add_variable_to_head(&argsinsert, new_variable((yyvsp[0].str), ECPGmake_simple_type(ECPGt_const, length, 0), 0), &no_indicator); } -#line 63297 "preproc.c" +#line 63299 "preproc.c" break; case 3322: /* UsingValue: civar */ -#line 17991 "preproc.y" +#line 17993 "preproc.y" { (yyval.str) = EMPTY; } -#line 63303 "preproc.c" +#line 63305 "preproc.c" break; case 3323: /* UsingValue: civarind */ -#line 17992 "preproc.y" +#line 17994 "preproc.y" { (yyval.str) = EMPTY; } -#line 63309 "preproc.c" +#line 63311 "preproc.c" break; case 3324: /* UsingConst: Iconst */ -#line 17995 "preproc.y" +#line 17997 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63315 "preproc.c" +#line 63317 "preproc.c" break; case 3325: /* UsingConst: '+' Iconst */ -#line 17996 "preproc.y" +#line 17998 "preproc.y" { (yyval.str) = cat_str(2, mm_strdup("+"), (yyvsp[0].str)); } -#line 63321 "preproc.c" +#line 63323 "preproc.c" break; case 3326: /* UsingConst: '-' Iconst */ -#line 17997 "preproc.y" +#line 17999 "preproc.y" { (yyval.str) = cat_str(2, mm_strdup("-"), (yyvsp[0].str)); } -#line 63327 "preproc.c" +#line 63329 "preproc.c" break; case 3327: /* UsingConst: ecpg_fconst */ -#line 17998 "preproc.y" +#line 18000 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63333 "preproc.c" +#line 63335 "preproc.c" break; case 3328: /* UsingConst: '+' ecpg_fconst */ -#line 17999 "preproc.y" +#line 18001 "preproc.y" { (yyval.str) = cat_str(2, mm_strdup("+"), (yyvsp[0].str)); } -#line 63339 "preproc.c" +#line 63341 "preproc.c" break; case 3329: /* UsingConst: '-' ecpg_fconst */ -#line 18000 "preproc.y" +#line 18002 "preproc.y" { (yyval.str) = cat_str(2, mm_strdup("-"), (yyvsp[0].str)); } -#line 63345 "preproc.c" +#line 63347 "preproc.c" break; case 3330: /* UsingConst: ecpg_sconst */ -#line 18001 "preproc.y" +#line 18003 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63351 "preproc.c" +#line 63353 "preproc.c" break; case 3331: /* UsingConst: ecpg_bconst */ -#line 18002 "preproc.y" +#line 18004 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63357 "preproc.c" +#line 63359 "preproc.c" break; case 3332: /* UsingConst: ecpg_xconst */ -#line 18003 "preproc.y" +#line 18005 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63363 "preproc.c" +#line 63365 "preproc.c" break; case 3333: /* ECPGDescribe: SQL_DESCRIBE INPUT_P prepared_name using_descriptor */ -#line 18010 "preproc.y" +#line 18012 "preproc.y" { (yyval.describe).input = 1; (yyval.describe).stmt_name = (yyvsp[-1].str); } -#line 63372 "preproc.c" +#line 63374 "preproc.c" break; case 3334: /* ECPGDescribe: SQL_DESCRIBE opt_output prepared_name using_descriptor */ -#line 18015 "preproc.y" +#line 18017 "preproc.y" { struct variable *var; var = argsinsert->variable; @@ -63382,94 +63384,94 @@ (yyval.describe).input = 0; (yyval.describe).stmt_name = (yyvsp[-1].str); } -#line 63386 "preproc.c" +#line 63388 "preproc.c" break; case 3335: /* ECPGDescribe: SQL_DESCRIBE opt_output prepared_name into_descriptor */ -#line 18025 "preproc.y" +#line 18027 "preproc.y" { (yyval.describe).input = 0; (yyval.describe).stmt_name = (yyvsp[-1].str); } -#line 63395 "preproc.c" +#line 63397 "preproc.c" break; case 3336: /* ECPGDescribe: SQL_DESCRIBE INPUT_P prepared_name into_sqlda */ -#line 18030 "preproc.y" +#line 18032 "preproc.y" { (yyval.describe).input = 1; (yyval.describe).stmt_name = (yyvsp[-1].str); } -#line 63404 "preproc.c" +#line 63406 "preproc.c" break; case 3337: /* ECPGDescribe: SQL_DESCRIBE opt_output prepared_name into_sqlda */ -#line 18035 "preproc.y" +#line 18037 "preproc.y" { (yyval.describe).input = 0; (yyval.describe).stmt_name = (yyvsp[-1].str); } -#line 63413 "preproc.c" +#line 63415 "preproc.c" break; case 3338: /* opt_output: SQL_OUTPUT */ -#line 18041 "preproc.y" +#line 18043 "preproc.y" { (yyval.str) = mm_strdup("output"); } -#line 63419 "preproc.c" +#line 63421 "preproc.c" break; case 3339: /* opt_output: %empty */ -#line 18042 "preproc.y" +#line 18044 "preproc.y" { (yyval.str) = EMPTY; } -#line 63425 "preproc.c" +#line 63427 "preproc.c" break; case 3340: /* ECPGAllocateDescr: SQL_ALLOCATE SQL_DESCRIPTOR quoted_ident_stringvar */ -#line 18055 "preproc.y" +#line 18057 "preproc.y" { add_descriptor((yyvsp[0].str),connection); (yyval.str) = (yyvsp[0].str); } -#line 63434 "preproc.c" +#line 63436 "preproc.c" break; case 3341: /* ECPGDeallocateDescr: DEALLOCATE SQL_DESCRIPTOR quoted_ident_stringvar */ -#line 18066 "preproc.y" +#line 18068 "preproc.y" { drop_descriptor((yyvsp[0].str),connection); (yyval.str) = (yyvsp[0].str); } -#line 63443 "preproc.c" +#line 63445 "preproc.c" break; case 3342: /* ECPGGetDescriptorHeader: SQL_GET SQL_DESCRIPTOR quoted_ident_stringvar ECPGGetDescHeaderItems */ -#line 18077 "preproc.y" +#line 18079 "preproc.y" { (yyval.str) = (yyvsp[-1].str); } -#line 63449 "preproc.c" +#line 63451 "preproc.c" break; case 3345: /* ECPGGetDescHeaderItem: cvariable '=' desc_header_item */ -#line 18085 "preproc.y" +#line 18087 "preproc.y" { push_assignment((yyvsp[-2].str), (yyvsp[0].dtype_enum)); } -#line 63455 "preproc.c" +#line 63457 "preproc.c" break; case 3346: /* ECPGSetDescriptorHeader: SET SQL_DESCRIPTOR quoted_ident_stringvar ECPGSetDescHeaderItems */ -#line 18090 "preproc.y" +#line 18092 "preproc.y" { (yyval.str) = (yyvsp[-1].str); } -#line 63461 "preproc.c" +#line 63463 "preproc.c" break; case 3349: /* ECPGSetDescHeaderItem: desc_header_item '=' IntConstVar */ -#line 18098 "preproc.y" +#line 18100 "preproc.y" { push_assignment((yyvsp[0].str), (yyvsp[-2].dtype_enum)); } -#line 63469 "preproc.c" +#line 63471 "preproc.c" break; case 3350: /* IntConstVar: Iconst */ -#line 18104 "preproc.y" +#line 18106 "preproc.y" { char *length = mm_alloc(sizeof(int) * CHAR_BIT * 10 / 3); @@ -63477,51 +63479,51 @@ new_variable((yyvsp[0].str), ECPGmake_simple_type(ECPGt_const, length, 0), 0); (yyval.str) = (yyvsp[0].str); } -#line 63481 "preproc.c" +#line 63483 "preproc.c" break; case 3351: /* IntConstVar: cvariable */ -#line 18112 "preproc.y" +#line 18114 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63489 "preproc.c" +#line 63491 "preproc.c" break; case 3352: /* desc_header_item: SQL_COUNT */ -#line 18117 "preproc.y" +#line 18119 "preproc.y" { (yyval.dtype_enum) = ECPGd_count; } -#line 63495 "preproc.c" +#line 63497 "preproc.c" break; case 3353: /* ECPGGetDescriptor: SQL_GET SQL_DESCRIPTOR quoted_ident_stringvar VALUE_P IntConstVar ECPGGetDescItems */ -#line 18125 "preproc.y" +#line 18127 "preproc.y" { (yyval.descriptor).str = (yyvsp[-1].str); (yyval.descriptor).name = (yyvsp[-3].str); } -#line 63501 "preproc.c" +#line 63503 "preproc.c" break; case 3356: /* ECPGGetDescItem: cvariable '=' descriptor_item */ -#line 18132 "preproc.y" +#line 18134 "preproc.y" { push_assignment((yyvsp[-2].str), (yyvsp[0].dtype_enum)); } -#line 63507 "preproc.c" +#line 63509 "preproc.c" break; case 3357: /* ECPGSetDescriptor: SET SQL_DESCRIPTOR quoted_ident_stringvar VALUE_P IntConstVar ECPGSetDescItems */ -#line 18136 "preproc.y" +#line 18138 "preproc.y" { (yyval.descriptor).str = (yyvsp[-1].str); (yyval.descriptor).name = (yyvsp[-3].str); } -#line 63513 "preproc.c" +#line 63515 "preproc.c" break; case 3360: /* ECPGSetDescItem: descriptor_item '=' AllConstVar */ -#line 18144 "preproc.y" +#line 18146 "preproc.y" { push_assignment((yyvsp[0].str), (yyvsp[-2].dtype_enum)); } -#line 63521 "preproc.c" +#line 63523 "preproc.c" break; case 3361: /* AllConstVar: ecpg_fconst */ -#line 18150 "preproc.y" +#line 18152 "preproc.y" { char *length = mm_alloc(sizeof(int) * CHAR_BIT * 10 / 3); @@ -63529,19 +63531,19 @@ new_variable((yyvsp[0].str), ECPGmake_simple_type(ECPGt_const, length, 0), 0); (yyval.str) = (yyvsp[0].str); } -#line 63533 "preproc.c" +#line 63535 "preproc.c" break; case 3362: /* AllConstVar: IntConstVar */ -#line 18159 "preproc.y" +#line 18161 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63541 "preproc.c" +#line 63543 "preproc.c" break; case 3363: /* AllConstVar: '-' ecpg_fconst */ -#line 18164 "preproc.y" +#line 18166 "preproc.y" { char *length = mm_alloc(sizeof(int) * CHAR_BIT * 10 / 3); char *var = cat2_str(mm_strdup("-"), (yyvsp[0].str)); @@ -63550,11 +63552,11 @@ new_variable(var, ECPGmake_simple_type(ECPGt_const, length, 0), 0); (yyval.str) = var; } -#line 63554 "preproc.c" +#line 63556 "preproc.c" break; case 3364: /* AllConstVar: '-' Iconst */ -#line 18174 "preproc.y" +#line 18176 "preproc.y" { char *length = mm_alloc(sizeof(int) * CHAR_BIT * 10 / 3); char *var = cat2_str(mm_strdup("-"), (yyvsp[0].str)); @@ -63563,11 +63565,11 @@ new_variable(var, ECPGmake_simple_type(ECPGt_const, length, 0), 0); (yyval.str) = var; } -#line 63567 "preproc.c" +#line 63569 "preproc.c" break; case 3365: /* AllConstVar: ecpg_sconst */ -#line 18184 "preproc.y" +#line 18186 "preproc.y" { char *length = mm_alloc(sizeof(int) * CHAR_BIT * 10 / 3); char *var = (yyvsp[0].str) + 1; @@ -63577,153 +63579,153 @@ new_variable(var, ECPGmake_simple_type(ECPGt_const, length, 0), 0); (yyval.str) = var; } -#line 63581 "preproc.c" +#line 63583 "preproc.c" break; case 3366: /* descriptor_item: SQL_CARDINALITY */ -#line 18195 "preproc.y" +#line 18197 "preproc.y" { (yyval.dtype_enum) = ECPGd_cardinality; } -#line 63587 "preproc.c" +#line 63589 "preproc.c" break; case 3367: /* descriptor_item: DATA_P */ -#line 18196 "preproc.y" +#line 18198 "preproc.y" { (yyval.dtype_enum) = ECPGd_data; } -#line 63593 "preproc.c" +#line 63595 "preproc.c" break; case 3368: /* descriptor_item: SQL_DATETIME_INTERVAL_CODE */ -#line 18197 "preproc.y" +#line 18199 "preproc.y" { (yyval.dtype_enum) = ECPGd_di_code; } -#line 63599 "preproc.c" +#line 63601 "preproc.c" break; case 3369: /* descriptor_item: SQL_DATETIME_INTERVAL_PRECISION */ -#line 18198 "preproc.y" +#line 18200 "preproc.y" { (yyval.dtype_enum) = ECPGd_di_precision; } -#line 63605 "preproc.c" +#line 63607 "preproc.c" break; case 3370: /* descriptor_item: SQL_INDICATOR */ -#line 18199 "preproc.y" +#line 18201 "preproc.y" { (yyval.dtype_enum) = ECPGd_indicator; } -#line 63611 "preproc.c" +#line 63613 "preproc.c" break; case 3371: /* descriptor_item: SQL_KEY_MEMBER */ -#line 18200 "preproc.y" +#line 18202 "preproc.y" { (yyval.dtype_enum) = ECPGd_key_member; } -#line 63617 "preproc.c" +#line 63619 "preproc.c" break; case 3372: /* descriptor_item: SQL_LENGTH */ -#line 18201 "preproc.y" +#line 18203 "preproc.y" { (yyval.dtype_enum) = ECPGd_length; } -#line 63623 "preproc.c" +#line 63625 "preproc.c" break; case 3373: /* descriptor_item: NAME_P */ -#line 18202 "preproc.y" +#line 18204 "preproc.y" { (yyval.dtype_enum) = ECPGd_name; } -#line 63629 "preproc.c" +#line 63631 "preproc.c" break; case 3374: /* descriptor_item: SQL_NULLABLE */ -#line 18203 "preproc.y" +#line 18205 "preproc.y" { (yyval.dtype_enum) = ECPGd_nullable; } -#line 63635 "preproc.c" +#line 63637 "preproc.c" break; case 3375: /* descriptor_item: SQL_OCTET_LENGTH */ -#line 18204 "preproc.y" +#line 18206 "preproc.y" { (yyval.dtype_enum) = ECPGd_octet; } -#line 63641 "preproc.c" +#line 63643 "preproc.c" break; case 3376: /* descriptor_item: PRECISION */ -#line 18205 "preproc.y" +#line 18207 "preproc.y" { (yyval.dtype_enum) = ECPGd_precision; } -#line 63647 "preproc.c" +#line 63649 "preproc.c" break; case 3377: /* descriptor_item: SQL_RETURNED_LENGTH */ -#line 18206 "preproc.y" +#line 18208 "preproc.y" { (yyval.dtype_enum) = ECPGd_length; } -#line 63653 "preproc.c" +#line 63655 "preproc.c" break; case 3378: /* descriptor_item: SQL_RETURNED_OCTET_LENGTH */ -#line 18207 "preproc.y" +#line 18209 "preproc.y" { (yyval.dtype_enum) = ECPGd_ret_octet; } -#line 63659 "preproc.c" +#line 63661 "preproc.c" break; case 3379: /* descriptor_item: SQL_SCALE */ -#line 18208 "preproc.y" +#line 18210 "preproc.y" { (yyval.dtype_enum) = ECPGd_scale; } -#line 63665 "preproc.c" +#line 63667 "preproc.c" break; case 3380: /* descriptor_item: TYPE_P */ -#line 18209 "preproc.y" +#line 18211 "preproc.y" { (yyval.dtype_enum) = ECPGd_type; } -#line 63671 "preproc.c" +#line 63673 "preproc.c" break; case 3381: /* ECPGSetAutocommit: SET SQL_AUTOCOMMIT '=' on_off */ -#line 18216 "preproc.y" +#line 18218 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63677 "preproc.c" +#line 63679 "preproc.c" break; case 3382: /* ECPGSetAutocommit: SET SQL_AUTOCOMMIT TO on_off */ -#line 18217 "preproc.y" +#line 18219 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63683 "preproc.c" +#line 63685 "preproc.c" break; case 3383: /* on_off: ON */ -#line 18220 "preproc.y" +#line 18222 "preproc.y" { (yyval.str) = mm_strdup("on"); } -#line 63689 "preproc.c" +#line 63691 "preproc.c" break; case 3384: /* on_off: OFF */ -#line 18221 "preproc.y" +#line 18223 "preproc.y" { (yyval.str) = mm_strdup("off"); } -#line 63695 "preproc.c" +#line 63697 "preproc.c" break; case 3385: /* ECPGSetConnection: SET CONNECTION TO connection_object */ -#line 18228 "preproc.y" +#line 18230 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63701 "preproc.c" +#line 63703 "preproc.c" break; case 3386: /* ECPGSetConnection: SET CONNECTION '=' connection_object */ -#line 18229 "preproc.y" +#line 18231 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63707 "preproc.c" +#line 63709 "preproc.c" break; case 3387: /* ECPGSetConnection: SET CONNECTION connection_object */ -#line 18230 "preproc.y" +#line 18232 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63713 "preproc.c" +#line 63715 "preproc.c" break; case 3388: /* $@9: %empty */ -#line 18237 "preproc.y" +#line 18239 "preproc.y" { /* reset this variable so we see if there was */ /* an initializer specified */ initializer = 0; } -#line 63723 "preproc.c" +#line 63725 "preproc.c" break; case 3389: /* ECPGTypedef: TYPE_P $@9 ECPGColLabelCommon IS var_type opt_array_bounds opt_reference */ -#line 18243 "preproc.y" +#line 18245 "preproc.y" { add_typedef((yyvsp[-4].str), (yyvsp[-1].index).index1, (yyvsp[-1].index).index2, (yyvsp[-2].type).type_enum, (yyvsp[-2].type).type_dimension, (yyvsp[-2].type).type_index, initializer, *(yyvsp[0].str) ? 1 : 0); @@ -63732,33 +63734,33 @@ else (yyval.str) = cat_str(6, mm_strdup("typedef "), mm_strdup((yyvsp[-2].type).type_str), *(yyvsp[0].str)?mm_strdup("*"):mm_strdup(""), mm_strdup((yyvsp[-4].str)), mm_strdup((yyvsp[-1].index).str), mm_strdup(";")); } -#line 63736 "preproc.c" +#line 63738 "preproc.c" break; case 3390: /* opt_reference: SQL_REFERENCE */ -#line 18253 "preproc.y" +#line 18255 "preproc.y" { (yyval.str) = mm_strdup("reference"); } -#line 63742 "preproc.c" +#line 63744 "preproc.c" break; case 3391: /* opt_reference: %empty */ -#line 18254 "preproc.y" +#line 18256 "preproc.y" { (yyval.str) = EMPTY; } -#line 63748 "preproc.c" +#line 63750 "preproc.c" break; case 3392: /* $@10: %empty */ -#line 18261 "preproc.y" +#line 18263 "preproc.y" { /* reset this variable so we see if there was */ /* an initializer specified */ initializer = 0; } -#line 63758 "preproc.c" +#line 63760 "preproc.c" break; case 3393: /* ECPGVar: SQL_VAR $@10 ColLabel IS var_type opt_array_bounds opt_reference */ -#line 18267 "preproc.y" +#line 18269 "preproc.y" { struct variable *p = find_variable((yyvsp[-4].str)); char *dimension = (yyvsp[-1].index).index1; @@ -63817,744 +63819,744 @@ (yyval.str) = cat_str(7, mm_strdup("/* exec sql var"), mm_strdup((yyvsp[-4].str)), mm_strdup("is"), mm_strdup((yyvsp[-2].type).type_str), mm_strdup((yyvsp[-1].index).str), (yyvsp[0].str), mm_strdup("*/")); } -#line 63821 "preproc.c" +#line 63823 "preproc.c" break; case 3394: /* ECPGWhenever: SQL_WHENEVER SQL_SQLERROR action */ -#line 18332 "preproc.y" +#line 18334 "preproc.y" { when_error.code = (yyvsp[0].action).code; when_error.command = (yyvsp[0].action).command; (yyval.str) = cat_str(3, mm_strdup("/* exec sql whenever sqlerror "), (yyvsp[0].action).str, mm_strdup("; */")); } -#line 63831 "preproc.c" +#line 63833 "preproc.c" break; case 3395: /* ECPGWhenever: SQL_WHENEVER NOT SQL_FOUND action */ -#line 18338 "preproc.y" +#line 18340 "preproc.y" { when_nf.code = (yyvsp[0].action).code; when_nf.command = (yyvsp[0].action).command; (yyval.str) = cat_str(3, mm_strdup("/* exec sql whenever not found "), (yyvsp[0].action).str, mm_strdup("; */")); } -#line 63841 "preproc.c" +#line 63843 "preproc.c" break; case 3396: /* ECPGWhenever: SQL_WHENEVER SQL_SQLWARNING action */ -#line 18344 "preproc.y" +#line 18346 "preproc.y" { when_warn.code = (yyvsp[0].action).code; when_warn.command = (yyvsp[0].action).command; (yyval.str) = cat_str(3, mm_strdup("/* exec sql whenever sql_warning "), (yyvsp[0].action).str, mm_strdup("; */")); } -#line 63851 "preproc.c" +#line 63853 "preproc.c" break; case 3397: /* action: CONTINUE_P */ -#line 18352 "preproc.y" +#line 18354 "preproc.y" { (yyval.action).code = W_NOTHING; (yyval.action).command = NULL; (yyval.action).str = mm_strdup("continue"); } -#line 63861 "preproc.c" +#line 63863 "preproc.c" break; case 3398: /* action: SQL_SQLPRINT */ -#line 18358 "preproc.y" +#line 18360 "preproc.y" { (yyval.action).code = W_SQLPRINT; (yyval.action).command = NULL; (yyval.action).str = mm_strdup("sqlprint"); } -#line 63871 "preproc.c" +#line 63873 "preproc.c" break; case 3399: /* action: SQL_STOP */ -#line 18364 "preproc.y" +#line 18366 "preproc.y" { (yyval.action).code = W_STOP; (yyval.action).command = NULL; (yyval.action).str = mm_strdup("stop"); } -#line 63881 "preproc.c" +#line 63883 "preproc.c" break; case 3400: /* action: SQL_GOTO name */ -#line 18370 "preproc.y" +#line 18372 "preproc.y" { (yyval.action).code = W_GOTO; (yyval.action).command = mm_strdup((yyvsp[0].str)); (yyval.action).str = cat2_str(mm_strdup("goto "), (yyvsp[0].str)); } -#line 63891 "preproc.c" +#line 63893 "preproc.c" break; case 3401: /* action: SQL_GO TO name */ -#line 18376 "preproc.y" +#line 18378 "preproc.y" { (yyval.action).code = W_GOTO; (yyval.action).command = mm_strdup((yyvsp[0].str)); (yyval.action).str = cat2_str(mm_strdup("goto "), (yyvsp[0].str)); } -#line 63901 "preproc.c" +#line 63903 "preproc.c" break; case 3402: /* action: DO name '(' c_args ')' */ -#line 18382 "preproc.y" +#line 18384 "preproc.y" { (yyval.action).code = W_DO; (yyval.action).command = cat_str(4, (yyvsp[-3].str), mm_strdup("("), (yyvsp[-1].str), mm_strdup(")")); (yyval.action).str = cat2_str(mm_strdup("do"), mm_strdup((yyval.action).command)); } -#line 63911 "preproc.c" +#line 63913 "preproc.c" break; case 3403: /* action: DO SQL_BREAK */ -#line 18388 "preproc.y" +#line 18390 "preproc.y" { (yyval.action).code = W_BREAK; (yyval.action).command = NULL; (yyval.action).str = mm_strdup("break"); } -#line 63921 "preproc.c" +#line 63923 "preproc.c" break; case 3404: /* action: DO CONTINUE_P */ -#line 18394 "preproc.y" +#line 18396 "preproc.y" { (yyval.action).code = W_CONTINUE; (yyval.action).command = NULL; (yyval.action).str = mm_strdup("continue"); } -#line 63931 "preproc.c" +#line 63933 "preproc.c" break; case 3405: /* action: CALL name '(' c_args ')' */ -#line 18400 "preproc.y" +#line 18402 "preproc.y" { (yyval.action).code = W_DO; (yyval.action).command = cat_str(4, (yyvsp[-3].str), mm_strdup("("), (yyvsp[-1].str), mm_strdup(")")); (yyval.action).str = cat2_str(mm_strdup("call"), mm_strdup((yyval.action).command)); } -#line 63941 "preproc.c" +#line 63943 "preproc.c" break; case 3406: /* action: CALL name */ -#line 18406 "preproc.y" +#line 18408 "preproc.y" { (yyval.action).code = W_DO; (yyval.action).command = cat2_str((yyvsp[0].str), mm_strdup("()")); (yyval.action).str = cat2_str(mm_strdup("call"), mm_strdup((yyval.action).command)); } -#line 63951 "preproc.c" +#line 63953 "preproc.c" break; case 3407: /* ECPGKeywords: ECPGKeywords_vanames */ -#line 18416 "preproc.y" +#line 18418 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63957 "preproc.c" +#line 63959 "preproc.c" break; case 3408: /* ECPGKeywords: ECPGKeywords_rest */ -#line 18417 "preproc.y" +#line 18419 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 63963 "preproc.c" +#line 63965 "preproc.c" break; case 3409: /* ECPGKeywords_vanames: SQL_BREAK */ -#line 18420 "preproc.y" +#line 18422 "preproc.y" { (yyval.str) = mm_strdup("break"); } -#line 63969 "preproc.c" +#line 63971 "preproc.c" break; case 3410: /* ECPGKeywords_vanames: SQL_CARDINALITY */ -#line 18421 "preproc.y" +#line 18423 "preproc.y" { (yyval.str) = mm_strdup("cardinality"); } -#line 63975 "preproc.c" +#line 63977 "preproc.c" break; case 3411: /* ECPGKeywords_vanames: SQL_COUNT */ -#line 18422 "preproc.y" +#line 18424 "preproc.y" { (yyval.str) = mm_strdup("count"); } -#line 63981 "preproc.c" +#line 63983 "preproc.c" break; case 3412: /* ECPGKeywords_vanames: SQL_DATETIME_INTERVAL_CODE */ -#line 18423 "preproc.y" +#line 18425 "preproc.y" { (yyval.str) = mm_strdup("datetime_interval_code"); } -#line 63987 "preproc.c" +#line 63989 "preproc.c" break; case 3413: /* ECPGKeywords_vanames: SQL_DATETIME_INTERVAL_PRECISION */ -#line 18424 "preproc.y" +#line 18426 "preproc.y" { (yyval.str) = mm_strdup("datetime_interval_precision"); } -#line 63993 "preproc.c" +#line 63995 "preproc.c" break; case 3414: /* ECPGKeywords_vanames: SQL_FOUND */ -#line 18425 "preproc.y" +#line 18427 "preproc.y" { (yyval.str) = mm_strdup("found"); } -#line 63999 "preproc.c" +#line 64001 "preproc.c" break; case 3415: /* ECPGKeywords_vanames: SQL_GO */ -#line 18426 "preproc.y" +#line 18428 "preproc.y" { (yyval.str) = mm_strdup("go"); } -#line 64005 "preproc.c" +#line 64007 "preproc.c" break; case 3416: /* ECPGKeywords_vanames: SQL_GOTO */ -#line 18427 "preproc.y" +#line 18429 "preproc.y" { (yyval.str) = mm_strdup("goto"); } -#line 64011 "preproc.c" +#line 64013 "preproc.c" break; case 3417: /* ECPGKeywords_vanames: SQL_IDENTIFIED */ -#line 18428 "preproc.y" +#line 18430 "preproc.y" { (yyval.str) = mm_strdup("identified"); } -#line 64017 "preproc.c" +#line 64019 "preproc.c" break; case 3418: /* ECPGKeywords_vanames: SQL_INDICATOR */ -#line 18429 "preproc.y" +#line 18431 "preproc.y" { (yyval.str) = mm_strdup("indicator"); } -#line 64023 "preproc.c" +#line 64025 "preproc.c" break; case 3419: /* ECPGKeywords_vanames: SQL_KEY_MEMBER */ -#line 18430 "preproc.y" +#line 18432 "preproc.y" { (yyval.str) = mm_strdup("key_member"); } -#line 64029 "preproc.c" +#line 64031 "preproc.c" break; case 3420: /* ECPGKeywords_vanames: SQL_LENGTH */ -#line 18431 "preproc.y" +#line 18433 "preproc.y" { (yyval.str) = mm_strdup("length"); } -#line 64035 "preproc.c" +#line 64037 "preproc.c" break; case 3421: /* ECPGKeywords_vanames: SQL_NULLABLE */ -#line 18432 "preproc.y" +#line 18434 "preproc.y" { (yyval.str) = mm_strdup("nullable"); } -#line 64041 "preproc.c" +#line 64043 "preproc.c" break; case 3422: /* ECPGKeywords_vanames: SQL_OCTET_LENGTH */ -#line 18433 "preproc.y" +#line 18435 "preproc.y" { (yyval.str) = mm_strdup("octet_length"); } -#line 64047 "preproc.c" +#line 64049 "preproc.c" break; case 3423: /* ECPGKeywords_vanames: SQL_RETURNED_LENGTH */ -#line 18434 "preproc.y" +#line 18436 "preproc.y" { (yyval.str) = mm_strdup("returned_length"); } -#line 64053 "preproc.c" +#line 64055 "preproc.c" break; case 3424: /* ECPGKeywords_vanames: SQL_RETURNED_OCTET_LENGTH */ -#line 18435 "preproc.y" +#line 18437 "preproc.y" { (yyval.str) = mm_strdup("returned_octet_length"); } -#line 64059 "preproc.c" +#line 64061 "preproc.c" break; case 3425: /* ECPGKeywords_vanames: SQL_SCALE */ -#line 18436 "preproc.y" +#line 18438 "preproc.y" { (yyval.str) = mm_strdup("scale"); } -#line 64065 "preproc.c" +#line 64067 "preproc.c" break; case 3426: /* ECPGKeywords_vanames: SQL_SECTION */ -#line 18437 "preproc.y" +#line 18439 "preproc.y" { (yyval.str) = mm_strdup("section"); } -#line 64071 "preproc.c" +#line 64073 "preproc.c" break; case 3427: /* ECPGKeywords_vanames: SQL_SQLERROR */ -#line 18438 "preproc.y" +#line 18440 "preproc.y" { (yyval.str) = mm_strdup("sqlerror"); } -#line 64077 "preproc.c" +#line 64079 "preproc.c" break; case 3428: /* ECPGKeywords_vanames: SQL_SQLPRINT */ -#line 18439 "preproc.y" +#line 18441 "preproc.y" { (yyval.str) = mm_strdup("sqlprint"); } -#line 64083 "preproc.c" +#line 64085 "preproc.c" break; case 3429: /* ECPGKeywords_vanames: SQL_SQLWARNING */ -#line 18440 "preproc.y" +#line 18442 "preproc.y" { (yyval.str) = mm_strdup("sqlwarning"); } -#line 64089 "preproc.c" +#line 64091 "preproc.c" break; case 3430: /* ECPGKeywords_vanames: SQL_STOP */ -#line 18441 "preproc.y" +#line 18443 "preproc.y" { (yyval.str) = mm_strdup("stop"); } -#line 64095 "preproc.c" +#line 64097 "preproc.c" break; case 3431: /* ECPGKeywords_rest: SQL_CONNECT */ -#line 18444 "preproc.y" +#line 18446 "preproc.y" { (yyval.str) = mm_strdup("connect"); } -#line 64101 "preproc.c" +#line 64103 "preproc.c" break; case 3432: /* ECPGKeywords_rest: SQL_DESCRIBE */ -#line 18445 "preproc.y" +#line 18447 "preproc.y" { (yyval.str) = mm_strdup("describe"); } -#line 64107 "preproc.c" +#line 64109 "preproc.c" break; case 3433: /* ECPGKeywords_rest: SQL_DISCONNECT */ -#line 18446 "preproc.y" +#line 18448 "preproc.y" { (yyval.str) = mm_strdup("disconnect"); } -#line 64113 "preproc.c" +#line 64115 "preproc.c" break; case 3434: /* ECPGKeywords_rest: SQL_OPEN */ -#line 18447 "preproc.y" +#line 18449 "preproc.y" { (yyval.str) = mm_strdup("open"); } -#line 64119 "preproc.c" +#line 64121 "preproc.c" break; case 3435: /* ECPGKeywords_rest: SQL_VAR */ -#line 18448 "preproc.y" +#line 18450 "preproc.y" { (yyval.str) = mm_strdup("var"); } -#line 64125 "preproc.c" +#line 64127 "preproc.c" break; case 3436: /* ECPGKeywords_rest: SQL_WHENEVER */ -#line 18449 "preproc.y" +#line 18451 "preproc.y" { (yyval.str) = mm_strdup("whenever"); } -#line 64131 "preproc.c" +#line 64133 "preproc.c" break; case 3437: /* ECPGTypeName: SQL_BOOL */ -#line 18453 "preproc.y" +#line 18455 "preproc.y" { (yyval.str) = mm_strdup("bool"); } -#line 64137 "preproc.c" +#line 64139 "preproc.c" break; case 3438: /* ECPGTypeName: SQL_LONG */ -#line 18454 "preproc.y" +#line 18456 "preproc.y" { (yyval.str) = mm_strdup("long"); } -#line 64143 "preproc.c" +#line 64145 "preproc.c" break; case 3439: /* ECPGTypeName: SQL_OUTPUT */ -#line 18455 "preproc.y" +#line 18457 "preproc.y" { (yyval.str) = mm_strdup("output"); } -#line 64149 "preproc.c" +#line 64151 "preproc.c" break; case 3440: /* ECPGTypeName: SQL_SHORT */ -#line 18456 "preproc.y" +#line 18458 "preproc.y" { (yyval.str) = mm_strdup("short"); } -#line 64155 "preproc.c" +#line 64157 "preproc.c" break; case 3441: /* ECPGTypeName: SQL_STRUCT */ -#line 18457 "preproc.y" +#line 18459 "preproc.y" { (yyval.str) = mm_strdup("struct"); } -#line 64161 "preproc.c" +#line 64163 "preproc.c" break; case 3442: /* ECPGTypeName: SQL_SIGNED */ -#line 18458 "preproc.y" +#line 18460 "preproc.y" { (yyval.str) = mm_strdup("signed"); } -#line 64167 "preproc.c" +#line 64169 "preproc.c" break; case 3443: /* ECPGTypeName: SQL_UNSIGNED */ -#line 18459 "preproc.y" +#line 18461 "preproc.y" { (yyval.str) = mm_strdup("unsigned"); } -#line 64173 "preproc.c" +#line 64175 "preproc.c" break; case 3444: /* symbol: ColLabel */ -#line 18462 "preproc.y" +#line 18464 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64179 "preproc.c" +#line 64181 "preproc.c" break; case 3445: /* ECPGColId: ecpg_ident */ -#line 18465 "preproc.y" +#line 18467 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64185 "preproc.c" +#line 64187 "preproc.c" break; case 3446: /* ECPGColId: unreserved_keyword */ -#line 18466 "preproc.y" +#line 18468 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64191 "preproc.c" +#line 64193 "preproc.c" break; case 3447: /* ECPGColId: col_name_keyword */ -#line 18467 "preproc.y" +#line 18469 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64197 "preproc.c" +#line 64199 "preproc.c" break; case 3448: /* ECPGColId: ECPGunreserved_interval */ -#line 18468 "preproc.y" +#line 18470 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64203 "preproc.c" +#line 64205 "preproc.c" break; case 3449: /* ECPGColId: ECPGKeywords */ -#line 18469 "preproc.y" +#line 18471 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64209 "preproc.c" +#line 64211 "preproc.c" break; case 3450: /* ECPGColId: ECPGCKeywords */ -#line 18470 "preproc.y" +#line 18472 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64215 "preproc.c" +#line 64217 "preproc.c" break; case 3451: /* ECPGColId: CHAR_P */ -#line 18471 "preproc.y" +#line 18473 "preproc.y" { (yyval.str) = mm_strdup("char"); } -#line 64221 "preproc.c" +#line 64223 "preproc.c" break; case 3452: /* ECPGColId: VALUES */ -#line 18472 "preproc.y" +#line 18474 "preproc.y" { (yyval.str) = mm_strdup("values"); } -#line 64227 "preproc.c" +#line 64229 "preproc.c" break; case 3453: /* ColId: ecpg_ident */ -#line 18485 "preproc.y" +#line 18487 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64233 "preproc.c" +#line 64235 "preproc.c" break; case 3454: /* ColId: all_unreserved_keyword */ -#line 18486 "preproc.y" +#line 18488 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64239 "preproc.c" +#line 64241 "preproc.c" break; case 3455: /* ColId: col_name_keyword */ -#line 18487 "preproc.y" +#line 18489 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64245 "preproc.c" +#line 64247 "preproc.c" break; case 3456: /* ColId: ECPGKeywords */ -#line 18488 "preproc.y" +#line 18490 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64251 "preproc.c" +#line 64253 "preproc.c" break; case 3457: /* ColId: ECPGCKeywords */ -#line 18489 "preproc.y" +#line 18491 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64257 "preproc.c" +#line 64259 "preproc.c" break; case 3458: /* ColId: CHAR_P */ -#line 18490 "preproc.y" +#line 18492 "preproc.y" { (yyval.str) = mm_strdup("char"); } -#line 64263 "preproc.c" +#line 64265 "preproc.c" break; case 3459: /* ColId: VALUES */ -#line 18491 "preproc.y" +#line 18493 "preproc.y" { (yyval.str) = mm_strdup("values"); } -#line 64269 "preproc.c" +#line 64271 "preproc.c" break; case 3460: /* type_function_name: ecpg_ident */ -#line 18496 "preproc.y" +#line 18498 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64275 "preproc.c" +#line 64277 "preproc.c" break; case 3461: /* type_function_name: all_unreserved_keyword */ -#line 18497 "preproc.y" +#line 18499 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64281 "preproc.c" +#line 64283 "preproc.c" break; case 3462: /* type_function_name: type_func_name_keyword */ -#line 18498 "preproc.y" +#line 18500 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64287 "preproc.c" +#line 64289 "preproc.c" break; case 3463: /* type_function_name: ECPGKeywords */ -#line 18499 "preproc.y" +#line 18501 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64293 "preproc.c" +#line 64295 "preproc.c" break; case 3464: /* type_function_name: ECPGCKeywords */ -#line 18500 "preproc.y" +#line 18502 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64299 "preproc.c" +#line 64301 "preproc.c" break; case 3465: /* type_function_name: ECPGTypeName */ -#line 18501 "preproc.y" +#line 18503 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64305 "preproc.c" +#line 64307 "preproc.c" break; case 3466: /* ColLabel: ECPGColLabel */ -#line 18507 "preproc.y" +#line 18509 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64311 "preproc.c" +#line 64313 "preproc.c" break; case 3467: /* ColLabel: ECPGTypeName */ -#line 18508 "preproc.y" +#line 18510 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64317 "preproc.c" +#line 64319 "preproc.c" break; case 3468: /* ColLabel: CHAR_P */ -#line 18509 "preproc.y" +#line 18511 "preproc.y" { (yyval.str) = mm_strdup("char"); } -#line 64323 "preproc.c" +#line 64325 "preproc.c" break; case 3469: /* ColLabel: CURRENT_P */ -#line 18510 "preproc.y" +#line 18512 "preproc.y" { (yyval.str) = mm_strdup("current"); } -#line 64329 "preproc.c" +#line 64331 "preproc.c" break; case 3470: /* ColLabel: INPUT_P */ -#line 18511 "preproc.y" +#line 18513 "preproc.y" { (yyval.str) = mm_strdup("input"); } -#line 64335 "preproc.c" +#line 64337 "preproc.c" break; case 3471: /* ColLabel: INT_P */ -#line 18512 "preproc.y" +#line 18514 "preproc.y" { (yyval.str) = mm_strdup("int"); } -#line 64341 "preproc.c" +#line 64343 "preproc.c" break; case 3472: /* ColLabel: TO */ -#line 18513 "preproc.y" +#line 18515 "preproc.y" { (yyval.str) = mm_strdup("to"); } -#line 64347 "preproc.c" +#line 64349 "preproc.c" break; case 3473: /* ColLabel: UNION */ -#line 18514 "preproc.y" +#line 18516 "preproc.y" { (yyval.str) = mm_strdup("union"); } -#line 64353 "preproc.c" +#line 64355 "preproc.c" break; case 3474: /* ColLabel: VALUES */ -#line 18515 "preproc.y" +#line 18517 "preproc.y" { (yyval.str) = mm_strdup("values"); } -#line 64359 "preproc.c" +#line 64361 "preproc.c" break; case 3475: /* ColLabel: ECPGCKeywords */ -#line 18516 "preproc.y" +#line 18518 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64365 "preproc.c" +#line 64367 "preproc.c" break; case 3476: /* ColLabel: ECPGunreserved_interval */ -#line 18517 "preproc.y" +#line 18519 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64371 "preproc.c" +#line 64373 "preproc.c" break; case 3477: /* ECPGColLabel: ECPGColLabelCommon */ -#line 18520 "preproc.y" +#line 18522 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64377 "preproc.c" +#line 64379 "preproc.c" break; case 3478: /* ECPGColLabel: unreserved_keyword */ -#line 18521 "preproc.y" +#line 18523 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64383 "preproc.c" +#line 64385 "preproc.c" break; case 3479: /* ECPGColLabel: reserved_keyword */ -#line 18522 "preproc.y" +#line 18524 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64389 "preproc.c" +#line 64391 "preproc.c" break; case 3480: /* ECPGColLabel: ECPGKeywords_rest */ -#line 18523 "preproc.y" +#line 18525 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64395 "preproc.c" +#line 64397 "preproc.c" break; case 3481: /* ECPGColLabel: CONNECTION */ -#line 18524 "preproc.y" +#line 18526 "preproc.y" { (yyval.str) = mm_strdup("connection"); } -#line 64401 "preproc.c" +#line 64403 "preproc.c" break; case 3482: /* ECPGColLabelCommon: ecpg_ident */ -#line 18527 "preproc.y" +#line 18529 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64407 "preproc.c" +#line 64409 "preproc.c" break; case 3483: /* ECPGColLabelCommon: col_name_keyword */ -#line 18528 "preproc.y" +#line 18530 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64413 "preproc.c" +#line 64415 "preproc.c" break; case 3484: /* ECPGColLabelCommon: type_func_name_keyword */ -#line 18529 "preproc.y" +#line 18531 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64419 "preproc.c" +#line 64421 "preproc.c" break; case 3485: /* ECPGColLabelCommon: ECPGKeywords_vanames */ -#line 18530 "preproc.y" +#line 18532 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64425 "preproc.c" +#line 64427 "preproc.c" break; case 3486: /* ECPGCKeywords: S_AUTO */ -#line 18533 "preproc.y" +#line 18535 "preproc.y" { (yyval.str) = mm_strdup("auto"); } -#line 64431 "preproc.c" +#line 64433 "preproc.c" break; case 3487: /* ECPGCKeywords: S_CONST */ -#line 18534 "preproc.y" +#line 18536 "preproc.y" { (yyval.str) = mm_strdup("const"); } -#line 64437 "preproc.c" +#line 64439 "preproc.c" break; case 3488: /* ECPGCKeywords: S_EXTERN */ -#line 18535 "preproc.y" +#line 18537 "preproc.y" { (yyval.str) = mm_strdup("extern"); } -#line 64443 "preproc.c" +#line 64445 "preproc.c" break; case 3489: /* ECPGCKeywords: S_REGISTER */ -#line 18536 "preproc.y" +#line 18538 "preproc.y" { (yyval.str) = mm_strdup("register"); } -#line 64449 "preproc.c" +#line 64451 "preproc.c" break; case 3490: /* ECPGCKeywords: S_STATIC */ -#line 18537 "preproc.y" +#line 18539 "preproc.y" { (yyval.str) = mm_strdup("static"); } -#line 64455 "preproc.c" +#line 64457 "preproc.c" break; case 3491: /* ECPGCKeywords: S_TYPEDEF */ -#line 18538 "preproc.y" +#line 18540 "preproc.y" { (yyval.str) = mm_strdup("typedef"); } -#line 64461 "preproc.c" +#line 64463 "preproc.c" break; case 3492: /* ECPGCKeywords: S_VOLATILE */ -#line 18539 "preproc.y" +#line 18541 "preproc.y" { (yyval.str) = mm_strdup("volatile"); } -#line 64467 "preproc.c" +#line 64469 "preproc.c" break; case 3493: /* all_unreserved_keyword: unreserved_keyword */ -#line 18556 "preproc.y" +#line 18558 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64473 "preproc.c" +#line 64475 "preproc.c" break; case 3494: /* all_unreserved_keyword: ECPGunreserved_interval */ -#line 18557 "preproc.y" +#line 18559 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64479 "preproc.c" +#line 64481 "preproc.c" break; case 3495: /* all_unreserved_keyword: CONNECTION */ -#line 18558 "preproc.y" +#line 18560 "preproc.y" { (yyval.str) = mm_strdup("connection"); } -#line 64485 "preproc.c" +#line 64487 "preproc.c" break; case 3496: /* ECPGunreserved_interval: DAY_P */ -#line 18561 "preproc.y" +#line 18563 "preproc.y" { (yyval.str) = mm_strdup("day"); } -#line 64491 "preproc.c" +#line 64493 "preproc.c" break; case 3497: /* ECPGunreserved_interval: HOUR_P */ -#line 18562 "preproc.y" +#line 18564 "preproc.y" { (yyval.str) = mm_strdup("hour"); } -#line 64497 "preproc.c" +#line 64499 "preproc.c" break; case 3498: /* ECPGunreserved_interval: MINUTE_P */ -#line 18563 "preproc.y" +#line 18565 "preproc.y" { (yyval.str) = mm_strdup("minute"); } -#line 64503 "preproc.c" +#line 64505 "preproc.c" break; case 3499: /* ECPGunreserved_interval: MONTH_P */ -#line 18564 "preproc.y" +#line 18566 "preproc.y" { (yyval.str) = mm_strdup("month"); } -#line 64509 "preproc.c" +#line 64511 "preproc.c" break; case 3500: /* ECPGunreserved_interval: SECOND_P */ -#line 18565 "preproc.y" +#line 18567 "preproc.y" { (yyval.str) = mm_strdup("second"); } -#line 64515 "preproc.c" +#line 64517 "preproc.c" break; case 3501: /* ECPGunreserved_interval: YEAR_P */ -#line 18566 "preproc.y" +#line 18568 "preproc.y" { (yyval.str) = mm_strdup("year"); } -#line 64521 "preproc.c" +#line 64523 "preproc.c" break; case 3504: /* ecpgstart: SQL_START */ -#line 18573 "preproc.y" +#line 18575 "preproc.y" { reset_variables(); pacounter = 1; } -#line 64530 "preproc.c" +#line 64532 "preproc.c" break; case 3505: /* c_args: %empty */ -#line 18579 "preproc.y" +#line 18581 "preproc.y" { (yyval.str) = EMPTY; } -#line 64536 "preproc.c" +#line 64538 "preproc.c" break; case 3506: /* c_args: c_list */ -#line 18580 "preproc.y" +#line 18582 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64542 "preproc.c" +#line 64544 "preproc.c" break; case 3507: /* coutputvariable: cvariable indicator */ -#line 18584 "preproc.y" +#line 18586 "preproc.y" { add_variable_to_head(&argsresult, find_variable((yyvsp[-1].str)), find_variable((yyvsp[0].str))); } -#line 64548 "preproc.c" +#line 64550 "preproc.c" break; case 3508: /* coutputvariable: cvariable */ -#line 18586 "preproc.y" +#line 18588 "preproc.y" { add_variable_to_head(&argsresult, find_variable((yyvsp[0].str)), &no_indicator); } -#line 64554 "preproc.c" +#line 64556 "preproc.c" break; case 3509: /* civarind: cvariable indicator */ -#line 18591 "preproc.y" +#line 18593 "preproc.y" { if (find_variable((yyvsp[0].str))->type->type == ECPGt_array) mmerror(PARSE_ERROR, ET_ERROR, "arrays of indicators are not allowed on input"); @@ -64562,11 +64564,11 @@ add_variable_to_head(&argsinsert, find_variable((yyvsp[-1].str)), find_variable((yyvsp[0].str))); (yyval.str) = create_questionmarks((yyvsp[-1].str), false); } -#line 64566 "preproc.c" +#line 64568 "preproc.c" break; case 3510: /* char_civar: char_variable */ -#line 18601 "preproc.y" +#line 18603 "preproc.y" { char *ptr = strstr((yyvsp[0].str), ".arr"); @@ -64575,38 +64577,38 @@ add_variable_to_head(&argsinsert, find_variable((yyvsp[0].str)), &no_indicator); (yyval.str) = (yyvsp[0].str); } -#line 64579 "preproc.c" +#line 64581 "preproc.c" break; case 3511: /* civar: cvariable */ -#line 18612 "preproc.y" +#line 18614 "preproc.y" { add_variable_to_head(&argsinsert, find_variable((yyvsp[0].str)), &no_indicator); (yyval.str) = create_questionmarks((yyvsp[0].str), false); } -#line 64588 "preproc.c" +#line 64590 "preproc.c" break; case 3512: /* indicator: cvariable */ -#line 18618 "preproc.y" +#line 18620 "preproc.y" { check_indicator((find_variable((yyvsp[0].str)))->type); (yyval.str) = (yyvsp[0].str); } -#line 64594 "preproc.c" +#line 64596 "preproc.c" break; case 3513: /* indicator: SQL_INDICATOR cvariable */ -#line 18619 "preproc.y" +#line 18621 "preproc.y" { check_indicator((find_variable((yyvsp[0].str)))->type); (yyval.str) = (yyvsp[0].str); } -#line 64600 "preproc.c" +#line 64602 "preproc.c" break; case 3514: /* indicator: SQL_INDICATOR name */ -#line 18620 "preproc.y" +#line 18622 "preproc.y" { check_indicator((find_variable((yyvsp[0].str)))->type); (yyval.str) = (yyvsp[0].str); } -#line 64606 "preproc.c" +#line 64608 "preproc.c" break; case 3515: /* cvariable: CVARIABLE */ -#line 18624 "preproc.y" +#line 18626 "preproc.y" { /* As long as multidimensional arrays are not implemented we have to check for those here */ char *ptr = (yyvsp[0].str); @@ -64637,627 +64639,627 @@ } (yyval.str) = (yyvsp[0].str); } -#line 64641 "preproc.c" +#line 64643 "preproc.c" break; case 3516: /* ecpg_param: PARAM */ -#line 18656 "preproc.y" +#line 18658 "preproc.y" { (yyval.str) = make_name(); } -#line 64647 "preproc.c" +#line 64649 "preproc.c" break; case 3517: /* ecpg_bconst: BCONST */ -#line 18658 "preproc.y" +#line 18660 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64653 "preproc.c" +#line 64655 "preproc.c" break; case 3518: /* ecpg_fconst: FCONST */ -#line 18660 "preproc.y" +#line 18662 "preproc.y" { (yyval.str) = make_name(); } -#line 64659 "preproc.c" +#line 64661 "preproc.c" break; case 3519: /* ecpg_sconst: SCONST */ -#line 18662 "preproc.y" +#line 18664 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64665 "preproc.c" +#line 64667 "preproc.c" break; case 3520: /* ecpg_xconst: XCONST */ -#line 18664 "preproc.y" +#line 18666 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64671 "preproc.c" +#line 64673 "preproc.c" break; case 3521: /* ecpg_ident: IDENT */ -#line 18666 "preproc.y" +#line 18668 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64677 "preproc.c" +#line 64679 "preproc.c" break; case 3522: /* ecpg_ident: CSTRING */ -#line 18667 "preproc.y" +#line 18669 "preproc.y" { (yyval.str) = make3_str(mm_strdup("\""), (yyvsp[0].str), mm_strdup("\"")); } -#line 64683 "preproc.c" +#line 64685 "preproc.c" break; case 3523: /* quoted_ident_stringvar: name */ -#line 18671 "preproc.y" +#line 18673 "preproc.y" { (yyval.str) = make3_str(mm_strdup("\""), (yyvsp[0].str), mm_strdup("\"")); } -#line 64689 "preproc.c" +#line 64691 "preproc.c" break; case 3524: /* quoted_ident_stringvar: char_variable */ -#line 18673 "preproc.y" +#line 18675 "preproc.y" { (yyval.str) = make3_str(mm_strdup("("), (yyvsp[0].str), mm_strdup(")")); } -#line 64695 "preproc.c" +#line 64697 "preproc.c" break; case 3525: /* c_stuff_item: c_anything */ -#line 18680 "preproc.y" +#line 18682 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64701 "preproc.c" +#line 64703 "preproc.c" break; case 3526: /* c_stuff_item: '(' ')' */ -#line 18681 "preproc.y" +#line 18683 "preproc.y" { (yyval.str) = mm_strdup("()"); } -#line 64707 "preproc.c" +#line 64709 "preproc.c" break; case 3527: /* c_stuff_item: '(' c_stuff ')' */ -#line 18683 "preproc.y" +#line 18685 "preproc.y" { (yyval.str) = cat_str(3, mm_strdup("("), (yyvsp[-1].str), mm_strdup(")")); } -#line 64713 "preproc.c" +#line 64715 "preproc.c" break; case 3528: /* c_stuff: c_stuff_item */ -#line 18686 "preproc.y" +#line 18688 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64719 "preproc.c" +#line 64721 "preproc.c" break; case 3529: /* c_stuff: c_stuff c_stuff_item */ -#line 18688 "preproc.y" +#line 18690 "preproc.y" { (yyval.str) = cat2_str((yyvsp[-1].str), (yyvsp[0].str)); } -#line 64725 "preproc.c" +#line 64727 "preproc.c" break; case 3530: /* c_list: c_term */ -#line 18691 "preproc.y" +#line 18693 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64731 "preproc.c" +#line 64733 "preproc.c" break; case 3531: /* c_list: c_list ',' c_term */ -#line 18692 "preproc.y" +#line 18694 "preproc.y" { (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup(","), (yyvsp[0].str)); } -#line 64737 "preproc.c" +#line 64739 "preproc.c" break; case 3532: /* c_term: c_stuff */ -#line 18695 "preproc.y" +#line 18697 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64743 "preproc.c" +#line 64745 "preproc.c" break; case 3533: /* c_term: '{' c_list '}' */ -#line 18696 "preproc.y" +#line 18698 "preproc.y" { (yyval.str) = cat_str(3, mm_strdup("{"), (yyvsp[-1].str), mm_strdup("}")); } -#line 64749 "preproc.c" +#line 64751 "preproc.c" break; case 3534: /* c_thing: c_anything */ -#line 18699 "preproc.y" +#line 18701 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64755 "preproc.c" +#line 64757 "preproc.c" break; case 3535: /* c_thing: '(' */ -#line 18700 "preproc.y" +#line 18702 "preproc.y" { (yyval.str) = mm_strdup("("); } -#line 64761 "preproc.c" +#line 64763 "preproc.c" break; case 3536: /* c_thing: ')' */ -#line 18701 "preproc.y" +#line 18703 "preproc.y" { (yyval.str) = mm_strdup(")"); } -#line 64767 "preproc.c" +#line 64769 "preproc.c" break; case 3537: /* c_thing: ',' */ -#line 18702 "preproc.y" +#line 18704 "preproc.y" { (yyval.str) = mm_strdup(","); } -#line 64773 "preproc.c" +#line 64775 "preproc.c" break; case 3538: /* c_thing: ';' */ -#line 18703 "preproc.y" +#line 18705 "preproc.y" { (yyval.str) = mm_strdup(";"); } -#line 64779 "preproc.c" +#line 64781 "preproc.c" break; case 3539: /* c_anything: ecpg_ident */ -#line 18706 "preproc.y" +#line 18708 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64785 "preproc.c" +#line 64787 "preproc.c" break; case 3540: /* c_anything: Iconst */ -#line 18707 "preproc.y" +#line 18709 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64791 "preproc.c" +#line 64793 "preproc.c" break; case 3541: /* c_anything: ecpg_fconst */ -#line 18708 "preproc.y" +#line 18710 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64797 "preproc.c" +#line 64799 "preproc.c" break; case 3542: /* c_anything: ecpg_sconst */ -#line 18709 "preproc.y" +#line 18711 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 64803 "preproc.c" +#line 64805 "preproc.c" break; case 3543: /* c_anything: '*' */ -#line 18710 "preproc.y" +#line 18712 "preproc.y" { (yyval.str) = mm_strdup("*"); } -#line 64809 "preproc.c" +#line 64811 "preproc.c" break; case 3544: /* c_anything: '+' */ -#line 18711 "preproc.y" +#line 18713 "preproc.y" { (yyval.str) = mm_strdup("+"); } -#line 64815 "preproc.c" +#line 64817 "preproc.c" break; case 3545: /* c_anything: '-' */ -#line 18712 "preproc.y" +#line 18714 "preproc.y" { (yyval.str) = mm_strdup("-"); } -#line 64821 "preproc.c" +#line 64823 "preproc.c" break; case 3546: /* c_anything: '/' */ -#line 18713 "preproc.y" +#line 18715 "preproc.y" { (yyval.str) = mm_strdup("/"); } -#line 64827 "preproc.c" +#line 64829 "preproc.c" break; case 3547: /* c_anything: '%' */ -#line 18714 "preproc.y" +#line 18716 "preproc.y" { (yyval.str) = mm_strdup("%"); } -#line 64833 "preproc.c" +#line 64835 "preproc.c" break; case 3548: /* c_anything: NULL_P */ -#line 18715 "preproc.y" +#line 18717 "preproc.y" { (yyval.str) = mm_strdup("NULL"); } -#line 64839 "preproc.c" +#line 64841 "preproc.c" break; case 3549: /* c_anything: S_ADD */ -#line 18716 "preproc.y" +#line 18718 "preproc.y" { (yyval.str) = mm_strdup("+="); } -#line 64845 "preproc.c" +#line 64847 "preproc.c" break; case 3550: /* c_anything: S_AND */ -#line 18717 "preproc.y" +#line 18719 "preproc.y" { (yyval.str) = mm_strdup("&&"); } -#line 64851 "preproc.c" +#line 64853 "preproc.c" break; case 3551: /* c_anything: S_ANYTHING */ -#line 18718 "preproc.y" +#line 18720 "preproc.y" { (yyval.str) = make_name(); } -#line 64857 "preproc.c" +#line 64859 "preproc.c" break; case 3552: /* c_anything: S_AUTO */ -#line 18719 "preproc.y" +#line 18721 "preproc.y" { (yyval.str) = mm_strdup("auto"); } -#line 64863 "preproc.c" +#line 64865 "preproc.c" break; case 3553: /* c_anything: S_CONST */ -#line 18720 "preproc.y" +#line 18722 "preproc.y" { (yyval.str) = mm_strdup("const"); } -#line 64869 "preproc.c" +#line 64871 "preproc.c" break; case 3554: /* c_anything: S_DEC */ -#line 18721 "preproc.y" +#line 18723 "preproc.y" { (yyval.str) = mm_strdup("--"); } -#line 64875 "preproc.c" +#line 64877 "preproc.c" break; case 3555: /* c_anything: S_DIV */ -#line 18722 "preproc.y" +#line 18724 "preproc.y" { (yyval.str) = mm_strdup("/="); } -#line 64881 "preproc.c" +#line 64883 "preproc.c" break; case 3556: /* c_anything: S_DOTPOINT */ -#line 18723 "preproc.y" +#line 18725 "preproc.y" { (yyval.str) = mm_strdup(".*"); } -#line 64887 "preproc.c" +#line 64889 "preproc.c" break; case 3557: /* c_anything: S_EQUAL */ -#line 18724 "preproc.y" +#line 18726 "preproc.y" { (yyval.str) = mm_strdup("=="); } -#line 64893 "preproc.c" +#line 64895 "preproc.c" break; case 3558: /* c_anything: S_EXTERN */ -#line 18725 "preproc.y" +#line 18727 "preproc.y" { (yyval.str) = mm_strdup("extern"); } -#line 64899 "preproc.c" +#line 64901 "preproc.c" break; case 3559: /* c_anything: S_INC */ -#line 18726 "preproc.y" +#line 18728 "preproc.y" { (yyval.str) = mm_strdup("++"); } -#line 64905 "preproc.c" +#line 64907 "preproc.c" break; case 3560: /* c_anything: S_LSHIFT */ -#line 18727 "preproc.y" +#line 18729 "preproc.y" { (yyval.str) = mm_strdup("<<"); } -#line 64911 "preproc.c" +#line 64913 "preproc.c" break; case 3561: /* c_anything: S_MEMBER */ -#line 18728 "preproc.y" +#line 18730 "preproc.y" { (yyval.str) = mm_strdup("->"); } -#line 64917 "preproc.c" +#line 64919 "preproc.c" break; case 3562: /* c_anything: S_MEMPOINT */ -#line 18729 "preproc.y" +#line 18731 "preproc.y" { (yyval.str) = mm_strdup("->*"); } -#line 64923 "preproc.c" +#line 64925 "preproc.c" break; case 3563: /* c_anything: S_MOD */ -#line 18730 "preproc.y" +#line 18732 "preproc.y" { (yyval.str) = mm_strdup("%="); } -#line 64929 "preproc.c" +#line 64931 "preproc.c" break; case 3564: /* c_anything: S_MUL */ -#line 18731 "preproc.y" +#line 18733 "preproc.y" { (yyval.str) = mm_strdup("*="); } -#line 64935 "preproc.c" +#line 64937 "preproc.c" break; case 3565: /* c_anything: S_NEQUAL */ -#line 18732 "preproc.y" +#line 18734 "preproc.y" { (yyval.str) = mm_strdup("!="); } -#line 64941 "preproc.c" +#line 64943 "preproc.c" break; case 3566: /* c_anything: S_OR */ -#line 18733 "preproc.y" +#line 18735 "preproc.y" { (yyval.str) = mm_strdup("||"); } -#line 64947 "preproc.c" +#line 64949 "preproc.c" break; case 3567: /* c_anything: S_REGISTER */ -#line 18734 "preproc.y" +#line 18736 "preproc.y" { (yyval.str) = mm_strdup("register"); } -#line 64953 "preproc.c" +#line 64955 "preproc.c" break; case 3568: /* c_anything: S_RSHIFT */ -#line 18735 "preproc.y" +#line 18737 "preproc.y" { (yyval.str) = mm_strdup(">>"); } -#line 64959 "preproc.c" +#line 64961 "preproc.c" break; case 3569: /* c_anything: S_STATIC */ -#line 18736 "preproc.y" +#line 18738 "preproc.y" { (yyval.str) = mm_strdup("static"); } -#line 64965 "preproc.c" +#line 64967 "preproc.c" break; case 3570: /* c_anything: S_SUB */ -#line 18737 "preproc.y" +#line 18739 "preproc.y" { (yyval.str) = mm_strdup("-="); } -#line 64971 "preproc.c" +#line 64973 "preproc.c" break; case 3571: /* c_anything: S_TYPEDEF */ -#line 18738 "preproc.y" +#line 18740 "preproc.y" { (yyval.str) = mm_strdup("typedef"); } -#line 64977 "preproc.c" +#line 64979 "preproc.c" break; case 3572: /* c_anything: S_VOLATILE */ -#line 18739 "preproc.y" +#line 18741 "preproc.y" { (yyval.str) = mm_strdup("volatile"); } -#line 64983 "preproc.c" +#line 64985 "preproc.c" break; case 3573: /* c_anything: SQL_BOOL */ -#line 18740 "preproc.y" +#line 18742 "preproc.y" { (yyval.str) = mm_strdup("bool"); } -#line 64989 "preproc.c" +#line 64991 "preproc.c" break; case 3574: /* c_anything: ENUM_P */ -#line 18741 "preproc.y" +#line 18743 "preproc.y" { (yyval.str) = mm_strdup("enum"); } -#line 64995 "preproc.c" +#line 64997 "preproc.c" break; case 3575: /* c_anything: HOUR_P */ -#line 18742 "preproc.y" +#line 18744 "preproc.y" { (yyval.str) = mm_strdup("hour"); } -#line 65001 "preproc.c" +#line 65003 "preproc.c" break; case 3576: /* c_anything: INT_P */ -#line 18743 "preproc.y" +#line 18745 "preproc.y" { (yyval.str) = mm_strdup("int"); } -#line 65007 "preproc.c" +#line 65009 "preproc.c" break; case 3577: /* c_anything: SQL_LONG */ -#line 18744 "preproc.y" +#line 18746 "preproc.y" { (yyval.str) = mm_strdup("long"); } -#line 65013 "preproc.c" +#line 65015 "preproc.c" break; case 3578: /* c_anything: MINUTE_P */ -#line 18745 "preproc.y" +#line 18747 "preproc.y" { (yyval.str) = mm_strdup("minute"); } -#line 65019 "preproc.c" +#line 65021 "preproc.c" break; case 3579: /* c_anything: MONTH_P */ -#line 18746 "preproc.y" +#line 18748 "preproc.y" { (yyval.str) = mm_strdup("month"); } -#line 65025 "preproc.c" +#line 65027 "preproc.c" break; case 3580: /* c_anything: SECOND_P */ -#line 18747 "preproc.y" +#line 18749 "preproc.y" { (yyval.str) = mm_strdup("second"); } -#line 65031 "preproc.c" +#line 65033 "preproc.c" break; case 3581: /* c_anything: SQL_SHORT */ -#line 18748 "preproc.y" +#line 18750 "preproc.y" { (yyval.str) = mm_strdup("short"); } -#line 65037 "preproc.c" +#line 65039 "preproc.c" break; case 3582: /* c_anything: SQL_SIGNED */ -#line 18749 "preproc.y" +#line 18751 "preproc.y" { (yyval.str) = mm_strdup("signed"); } -#line 65043 "preproc.c" +#line 65045 "preproc.c" break; case 3583: /* c_anything: SQL_STRUCT */ -#line 18750 "preproc.y" +#line 18752 "preproc.y" { (yyval.str) = mm_strdup("struct"); } -#line 65049 "preproc.c" +#line 65051 "preproc.c" break; case 3584: /* c_anything: SQL_UNSIGNED */ -#line 18751 "preproc.y" +#line 18753 "preproc.y" { (yyval.str) = mm_strdup("unsigned"); } -#line 65055 "preproc.c" +#line 65057 "preproc.c" break; case 3585: /* c_anything: YEAR_P */ -#line 18752 "preproc.y" +#line 18754 "preproc.y" { (yyval.str) = mm_strdup("year"); } -#line 65061 "preproc.c" +#line 65063 "preproc.c" break; case 3586: /* c_anything: CHAR_P */ -#line 18753 "preproc.y" +#line 18755 "preproc.y" { (yyval.str) = mm_strdup("char"); } -#line 65067 "preproc.c" +#line 65069 "preproc.c" break; case 3587: /* c_anything: FLOAT_P */ -#line 18754 "preproc.y" +#line 18756 "preproc.y" { (yyval.str) = mm_strdup("float"); } -#line 65073 "preproc.c" +#line 65075 "preproc.c" break; case 3588: /* c_anything: TO */ -#line 18755 "preproc.y" +#line 18757 "preproc.y" { (yyval.str) = mm_strdup("to"); } -#line 65079 "preproc.c" +#line 65081 "preproc.c" break; case 3589: /* c_anything: UNION */ -#line 18756 "preproc.y" +#line 18758 "preproc.y" { (yyval.str) = mm_strdup("union"); } -#line 65085 "preproc.c" +#line 65087 "preproc.c" break; case 3590: /* c_anything: VARCHAR */ -#line 18757 "preproc.y" +#line 18759 "preproc.y" { (yyval.str) = mm_strdup("varchar"); } -#line 65091 "preproc.c" +#line 65093 "preproc.c" break; case 3591: /* c_anything: '[' */ -#line 18758 "preproc.y" +#line 18760 "preproc.y" { (yyval.str) = mm_strdup("["); } -#line 65097 "preproc.c" +#line 65099 "preproc.c" break; case 3592: /* c_anything: ']' */ -#line 18759 "preproc.y" +#line 18761 "preproc.y" { (yyval.str) = mm_strdup("]"); } -#line 65103 "preproc.c" +#line 65105 "preproc.c" break; case 3593: /* c_anything: '=' */ -#line 18760 "preproc.y" +#line 18762 "preproc.y" { (yyval.str) = mm_strdup("="); } -#line 65109 "preproc.c" +#line 65111 "preproc.c" break; case 3594: /* c_anything: ':' */ -#line 18761 "preproc.y" +#line 18763 "preproc.y" { (yyval.str) = mm_strdup(":"); } -#line 65115 "preproc.c" +#line 65117 "preproc.c" break; case 3595: /* DeallocateStmt: DEALLOCATE prepared_name */ -#line 18764 "preproc.y" +#line 18766 "preproc.y" { check_declared_list((yyvsp[0].str)); (yyval.str) = (yyvsp[0].str); } -#line 65121 "preproc.c" +#line 65123 "preproc.c" break; case 3596: /* DeallocateStmt: DEALLOCATE PREPARE prepared_name */ -#line 18765 "preproc.y" +#line 18767 "preproc.y" { check_declared_list((yyvsp[0].str)); (yyval.str) = (yyvsp[0].str); } -#line 65127 "preproc.c" +#line 65129 "preproc.c" break; case 3597: /* DeallocateStmt: DEALLOCATE ALL */ -#line 18766 "preproc.y" +#line 18768 "preproc.y" { (yyval.str) = mm_strdup("all"); } -#line 65133 "preproc.c" +#line 65135 "preproc.c" break; case 3598: /* DeallocateStmt: DEALLOCATE PREPARE ALL */ -#line 18767 "preproc.y" +#line 18769 "preproc.y" { (yyval.str) = mm_strdup("all"); } -#line 65139 "preproc.c" +#line 65141 "preproc.c" break; case 3599: /* Iresult: Iconst */ -#line 18770 "preproc.y" +#line 18772 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 65145 "preproc.c" +#line 65147 "preproc.c" break; case 3600: /* Iresult: '(' Iresult ')' */ -#line 18771 "preproc.y" +#line 18773 "preproc.y" { (yyval.str) = cat_str(3, mm_strdup("("), (yyvsp[-1].str), mm_strdup(")")); } -#line 65151 "preproc.c" +#line 65153 "preproc.c" break; case 3601: /* Iresult: Iresult '+' Iresult */ -#line 18772 "preproc.y" +#line 18774 "preproc.y" { (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup("+"), (yyvsp[0].str)); } -#line 65157 "preproc.c" +#line 65159 "preproc.c" break; case 3602: /* Iresult: Iresult '-' Iresult */ -#line 18773 "preproc.y" +#line 18775 "preproc.y" { (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup("-"), (yyvsp[0].str)); } -#line 65163 "preproc.c" +#line 65165 "preproc.c" break; case 3603: /* Iresult: Iresult '*' Iresult */ -#line 18774 "preproc.y" +#line 18776 "preproc.y" { (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup("*"), (yyvsp[0].str)); } -#line 65169 "preproc.c" +#line 65171 "preproc.c" break; case 3604: /* Iresult: Iresult '/' Iresult */ -#line 18775 "preproc.y" +#line 18777 "preproc.y" { (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup("/"), (yyvsp[0].str)); } -#line 65175 "preproc.c" +#line 65177 "preproc.c" break; case 3605: /* Iresult: Iresult '%' Iresult */ -#line 18776 "preproc.y" +#line 18778 "preproc.y" { (yyval.str) = cat_str(3, (yyvsp[-2].str), mm_strdup("%"), (yyvsp[0].str)); } -#line 65181 "preproc.c" +#line 65183 "preproc.c" break; case 3606: /* Iresult: ecpg_sconst */ -#line 18777 "preproc.y" +#line 18779 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 65187 "preproc.c" +#line 65189 "preproc.c" break; case 3607: /* Iresult: ColId */ -#line 18778 "preproc.y" +#line 18780 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 65193 "preproc.c" +#line 65195 "preproc.c" break; case 3608: /* Iresult: ColId '(' var_type ')' */ -#line 18779 "preproc.y" +#line 18781 "preproc.y" { if (pg_strcasecmp((yyvsp[-3].str), "sizeof") != 0) mmerror(PARSE_ERROR, ET_ERROR, "operator not allowed in variable definition"); else (yyval.str) = cat_str(4, (yyvsp[-3].str), mm_strdup("("), (yyvsp[-1].type).type_str, mm_strdup(")")); } -#line 65203 "preproc.c" +#line 65205 "preproc.c" break; case 3609: /* execute_rest: %empty */ -#line 18786 "preproc.y" +#line 18788 "preproc.y" { (yyval.str) = EMPTY; } -#line 65209 "preproc.c" +#line 65211 "preproc.c" break; case 3610: /* execute_rest: ecpg_using opt_ecpg_into */ -#line 18787 "preproc.y" +#line 18789 "preproc.y" { (yyval.str) = EMPTY; } -#line 65215 "preproc.c" +#line 65217 "preproc.c" break; case 3611: /* execute_rest: ecpg_into ecpg_using */ -#line 18788 "preproc.y" +#line 18790 "preproc.y" { (yyval.str) = EMPTY; } -#line 65221 "preproc.c" +#line 65223 "preproc.c" break; case 3612: /* execute_rest: ecpg_into */ -#line 18789 "preproc.y" +#line 18791 "preproc.y" { (yyval.str) = EMPTY; } -#line 65227 "preproc.c" +#line 65229 "preproc.c" break; case 3613: /* ecpg_into: INTO into_list */ -#line 18792 "preproc.y" +#line 18794 "preproc.y" { (yyval.str) = EMPTY; } -#line 65233 "preproc.c" +#line 65235 "preproc.c" break; case 3614: /* ecpg_into: into_descriptor */ -#line 18793 "preproc.y" +#line 18795 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 65239 "preproc.c" +#line 65241 "preproc.c" break; case 3615: /* opt_ecpg_into: %empty */ -#line 18796 "preproc.y" +#line 18798 "preproc.y" { (yyval.str) = EMPTY; } -#line 65245 "preproc.c" +#line 65247 "preproc.c" break; case 3616: /* opt_ecpg_into: ecpg_into */ -#line 18797 "preproc.y" +#line 18799 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 65251 "preproc.c" +#line 65253 "preproc.c" break; case 3617: /* ecpg_fetch_into: ecpg_into */ -#line 18800 "preproc.y" +#line 18802 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 65257 "preproc.c" +#line 65259 "preproc.c" break; case 3618: /* ecpg_fetch_into: using_descriptor */ -#line 18802 "preproc.y" +#line 18804 "preproc.y" { struct variable *var; @@ -65266,23 +65268,23 @@ add_variable_to_head(&argsresult, var, &no_indicator); (yyval.str) = (yyvsp[0].str); } -#line 65270 "preproc.c" +#line 65272 "preproc.c" break; case 3619: /* opt_ecpg_fetch_into: %empty */ -#line 18812 "preproc.y" +#line 18814 "preproc.y" { (yyval.str) = EMPTY; } -#line 65276 "preproc.c" +#line 65278 "preproc.c" break; case 3620: /* opt_ecpg_fetch_into: ecpg_fetch_into */ -#line 18813 "preproc.y" +#line 18815 "preproc.y" { (yyval.str) = (yyvsp[0].str); } -#line 65282 "preproc.c" +#line 65284 "preproc.c" break; -#line 65286 "preproc.c" +#line 65288 "preproc.c" default: break; } @@ -65481,7 +65483,7 @@ return yyresult; } -#line 18816 "preproc.y" +#line 18818 "preproc.y" void base_yyerror(const char *error) diff -Nru postgresql-14-14.5/src/interfaces/ecpg/preproc/preproc.h postgresql-14-14.6/src/interfaces/ecpg/preproc/preproc.h --- postgresql-14-14.5/src/interfaces/ecpg/preproc/preproc.h 2022-08-08 20:59:06.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/preproc/preproc.h 2022-11-07 22:01:12.000000000 +0000 @@ -452,7 +452,7 @@ REASSIGN = 653, /* REASSIGN */ RECHECK = 654, /* RECHECK */ RECURSIVE = 655, /* RECURSIVE */ - REF = 656, /* REF */ + REF_P = 656, /* REF_P */ REFERENCES = 657, /* REFERENCES */ REFERENCING = 658, /* REFERENCING */ REFRESH = 659, /* REFRESH */ diff -Nru postgresql-14-14.5/src/interfaces/ecpg/preproc/preproc.y postgresql-14-14.6/src/interfaces/ecpg/preproc/preproc.y --- postgresql-14-14.5/src/interfaces/ecpg/preproc/preproc.y 2022-08-08 20:59:03.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/preproc/preproc.y 2022-11-07 22:01:09.000000000 +0000 @@ -1538,7 +1538,7 @@ QUOTE - RANGE READ REAL REASSIGN RECHECK RECURSIVE REF REFERENCES REFERENCING + RANGE READ REAL REASSIGN RECHECK RECURSIVE REF_P REFERENCES REFERENCING REFRESH REINDEX RELATIVE_P RELEASE RENAME REPEATABLE REPLACE REPLICA RESET RESTART RESTRICT RETURN RETURNING RETURNS REVOKE RIGHT ROLE ROLLBACK ROLLUP ROUTINE ROUTINES ROW ROWS RULE @@ -12453,7 +12453,7 @@ xml_passing_mech: - BY REF + BY REF_P { $$ = mm_strdup("by ref"); } @@ -14223,7 +14223,7 @@ { $$ = mm_strdup("recursive"); } -| REF +| REF_P { $$ = mm_strdup("ref"); } @@ -16351,7 +16351,7 @@ { $$ = mm_strdup("recursive"); } -| REF +| REF_P { $$ = mm_strdup("ref"); } @@ -17373,9 +17373,10 @@ $$ = mm_strdup(""); }; -var_declaration: storage_declaration - var_type +var_declaration: + storage_declaration var_type { + actual_type[struct_level].type_storage = $1; actual_type[struct_level].type_enum = $2.type_enum; actual_type[struct_level].type_str = $2.type_str; actual_type[struct_level].type_dimension = $2.type_dimension; @@ -17390,6 +17391,7 @@ } | var_type { + actual_type[struct_level].type_storage = EMPTY; actual_type[struct_level].type_enum = $1.type_enum; actual_type[struct_level].type_str = $1.type_str; actual_type[struct_level].type_dimension = $1.type_dimension; @@ -17770,7 +17772,7 @@ | variable_list ',' variable { if (actual_type[struct_level].type_enum == ECPGt_varchar || actual_type[struct_level].type_enum == ECPGt_bytea) - $$ = cat_str(3, $1, mm_strdup(";"), $3); + $$ = cat_str(4, $1, mm_strdup(";"), mm_strdup(actual_type[struct_level].type_storage), $3); else $$ = cat_str(3, $1, mm_strdup(","), $3); } diff -Nru postgresql-14-14.5/src/interfaces/ecpg/preproc/type.h postgresql-14-14.6/src/interfaces/ecpg/preproc/type.h --- postgresql-14-14.5/src/interfaces/ecpg/preproc/type.h 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/preproc/type.h 2022-11-07 21:38:53.000000000 +0000 @@ -114,6 +114,7 @@ struct this_type { + char *type_storage; enum ECPGttype type_enum; char *type_str; char *type_dimension; diff -Nru postgresql-14-14.5/src/interfaces/ecpg/test/expected/preproc-variable.c postgresql-14-14.6/src/interfaces/ecpg/test/expected/preproc-variable.c --- postgresql-14-14.5/src/interfaces/ecpg/test/expected/preproc-variable.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/test/expected/preproc-variable.c 2022-11-07 21:38:53.000000000 +0000 @@ -71,6 +71,8 @@ + + #line 27 "variable.pgc" struct personal_struct { @@ -98,27 +100,33 @@ } ; struct t2 { #line 32 "variable.pgc" struct varchar_3 { int len; char arr[ BUFFERSIZ ]; } name ; - } ;/* exec sql end declare section */ + } ; #line 33 "variable.pgc" + static struct varchar_4 { int len; char arr[ 50 ]; } vc1 ; static struct varchar_5 { int len; char arr[ 50 ]; } vc2 ; static struct varchar_6 { int len; char arr[ 255 ]; } vc3 ; + +#line 34 "variable.pgc" + static int i1 , i2 , i3 ; +/* exec sql end declare section */ +#line 35 "variable.pgc" -#line 35 "variable.pgc" +#line 37 "variable.pgc" char * married = NULL ; -#line 35 "variable.pgc" +#line 37 "variable.pgc" -#line 36 "variable.pgc" +#line 38 "variable.pgc" long ind_married ; -#line 36 "variable.pgc" +#line 38 "variable.pgc" -#line 37 "variable.pgc" +#line 39 "variable.pgc" ind children ; -#line 37 "variable.pgc" +#line 39 "variable.pgc" int loopcount; char msg[128]; @@ -127,78 +135,78 @@ strcpy(msg, "connect"); { ECPGconnect(__LINE__, 0, "ecpg1_regression" , NULL, NULL , NULL, 0); -#line 44 "variable.pgc" +#line 46 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 44 "variable.pgc" +#line 46 "variable.pgc" strcpy(msg, "set"); { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "set datestyle to iso", ECPGt_EOIT, ECPGt_EORT); -#line 47 "variable.pgc" +#line 49 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 47 "variable.pgc" +#line 49 "variable.pgc" strcpy(msg, "create"); { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "create table family ( name char ( 8 ) , born integer , age smallint , married date , children integer )", ECPGt_EOIT, ECPGt_EORT); -#line 50 "variable.pgc" +#line 52 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 50 "variable.pgc" +#line 52 "variable.pgc" strcpy(msg, "insert"); { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "insert into family ( name , married , children ) values ( 'Mum' , '19870714' , 3 )", ECPGt_EOIT, ECPGt_EORT); -#line 53 "variable.pgc" +#line 55 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 53 "variable.pgc" +#line 55 "variable.pgc" { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "insert into family ( name , born , married , children ) values ( 'Dad' , '19610721' , '19870714' , 3 )", ECPGt_EOIT, ECPGt_EORT); -#line 54 "variable.pgc" +#line 56 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 54 "variable.pgc" +#line 56 "variable.pgc" { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "insert into family ( name , age ) values ( 'Child 1' , 16 )", ECPGt_EOIT, ECPGt_EORT); -#line 55 "variable.pgc" +#line 57 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 55 "variable.pgc" +#line 57 "variable.pgc" { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "insert into family ( name , age ) values ( 'Child 2' , 14 )", ECPGt_EOIT, ECPGt_EORT); -#line 56 "variable.pgc" +#line 58 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 56 "variable.pgc" +#line 58 "variable.pgc" { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "insert into family ( name , age ) values ( 'Child 3' , 9 )", ECPGt_EOIT, ECPGt_EORT); -#line 57 "variable.pgc" +#line 59 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 57 "variable.pgc" +#line 59 "variable.pgc" strcpy(msg, "commit"); { ECPGtrans(__LINE__, NULL, "commit"); -#line 60 "variable.pgc" +#line 62 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 60 "variable.pgc" +#line 62 "variable.pgc" strcpy(msg, "open"); { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "declare cur cursor for select name , born , age , married , children from family", ECPGt_EOIT, ECPGt_EORT); -#line 63 "variable.pgc" +#line 65 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 63 "variable.pgc" +#line 65 "variable.pgc" /* exec sql whenever not found break ; */ -#line 65 "variable.pgc" +#line 67 "variable.pgc" p=&personal; @@ -217,13 +225,13 @@ ECPGt_long,&(ind_married),(long)1,(long)1,sizeof(long), ECPGt_int,&(children.integer),(long)1,(long)1,sizeof(int), ECPGt_short,&(ind_children.smallint),(long)1,(long)1,sizeof(short), ECPGt_EORT); -#line 72 "variable.pgc" +#line 74 "variable.pgc" if (sqlca.sqlcode == ECPG_NOT_FOUND) break; -#line 72 "variable.pgc" +#line 74 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 72 "variable.pgc" +#line 74 "variable.pgc" printf("%8.8s", personal.name.arr); if (i->ind_birth.born >= 0) @@ -242,35 +250,42 @@ strcpy(msg, "close"); { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "close cur", ECPGt_EOIT, ECPGt_EORT); -#line 89 "variable.pgc" +#line 91 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 89 "variable.pgc" +#line 91 "variable.pgc" strcpy(msg, "drop"); { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "drop table family", ECPGt_EOIT, ECPGt_EORT); -#line 92 "variable.pgc" +#line 94 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 92 "variable.pgc" +#line 94 "variable.pgc" strcpy(msg, "commit"); { ECPGtrans(__LINE__, NULL, "commit"); -#line 95 "variable.pgc" +#line 97 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 95 "variable.pgc" +#line 97 "variable.pgc" strcpy(msg, "disconnect"); { ECPGdisconnect(__LINE__, "CURRENT"); -#line 98 "variable.pgc" +#line 100 "variable.pgc" if (sqlca.sqlcode < 0) exit (1);} -#line 98 "variable.pgc" +#line 100 "variable.pgc" + + /* this just to silence unused-variable warnings: */ + vc1.len = vc2.len = vc3.len = 0; + i1 = i2 = i3 = 0; + printf("%d %d %d %d %d %d\n", + vc1.len, vc2.len, vc3.len, + i1, i2, i3); return 0; } diff -Nru postgresql-14-14.5/src/interfaces/ecpg/test/expected/preproc-variable.stderr postgresql-14-14.6/src/interfaces/ecpg/test/expected/preproc-variable.stderr --- postgresql-14-14.5/src/interfaces/ecpg/test/expected/preproc-variable.stderr 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/test/expected/preproc-variable.stderr 2022-11-07 21:38:53.000000000 +0000 @@ -2,167 +2,167 @@ [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ECPGconnect: opening database ecpg1_regression on port [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 47: query: set datestyle to iso; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 49: query: set datestyle to iso; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 47: using PQexec +[NO_PID]: ecpg_execute on line 49: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 47: OK: SET +[NO_PID]: ecpg_process_output on line 49: OK: SET [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 50: query: create table family ( name char ( 8 ) , born integer , age smallint , married date , children integer ); with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 52: query: create table family ( name char ( 8 ) , born integer , age smallint , married date , children integer ); with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 50: using PQexec +[NO_PID]: ecpg_execute on line 52: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 50: OK: CREATE TABLE +[NO_PID]: ecpg_process_output on line 52: OK: CREATE TABLE [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 53: query: insert into family ( name , married , children ) values ( 'Mum' , '19870714' , 3 ); with 0 parameter(s) on connection ecpg1_regression -[NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 53: using PQexec -[NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 53: OK: INSERT 0 1 -[NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 54: query: insert into family ( name , born , married , children ) values ( 'Dad' , '19610721' , '19870714' , 3 ); with 0 parameter(s) on connection ecpg1_regression -[NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 54: using PQexec -[NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 54: OK: INSERT 0 1 -[NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 55: query: insert into family ( name , age ) values ( 'Child 1' , 16 ); with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 55: query: insert into family ( name , married , children ) values ( 'Mum' , '19870714' , 3 ); with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 55: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_process_output on line 55: OK: INSERT 0 1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 56: query: insert into family ( name , age ) values ( 'Child 2' , 14 ); with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 56: query: insert into family ( name , born , married , children ) values ( 'Dad' , '19610721' , '19870714' , 3 ); with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 56: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_process_output on line 56: OK: INSERT 0 1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 57: query: insert into family ( name , age ) values ( 'Child 3' , 9 ); with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 57: query: insert into family ( name , age ) values ( 'Child 1' , 16 ); with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 57: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_process_output on line 57: OK: INSERT 0 1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGtrans on line 60: action "commit"; connection "ecpg1_regression" +[NO_PID]: ecpg_execute on line 58: query: insert into family ( name , age ) values ( 'Child 2' , 14 ); with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: ecpg_execute on line 58: using PQexec +[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: ecpg_process_output on line 58: OK: INSERT 0 1 +[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: ecpg_execute on line 59: query: insert into family ( name , age ) values ( 'Child 3' , 9 ); with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: ecpg_execute on line 59: using PQexec +[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: ecpg_process_output on line 59: OK: INSERT 0 1 +[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: ECPGtrans on line 62: action "commit"; connection "ecpg1_regression" [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 63: query: declare cur cursor for select name , born , age , married , children from family; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 65: query: declare cur cursor for select name , born , age , married , children from family; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 63: using PQexec +[NO_PID]: ecpg_execute on line 65: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 63: OK: DECLARE CURSOR +[NO_PID]: ecpg_process_output on line 65: OK: DECLARE CURSOR [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 74: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: using PQexec +[NO_PID]: ecpg_execute on line 74: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 72: correctly got 1 tuples with 5 fields +[NO_PID]: ecpg_process_output on line 74: correctly got 1 tuples with 5 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: Mum offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: Mum offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_store_result on line 72: allocating memory for 1 tuples +[NO_PID]: ecpg_store_result on line 74: allocating memory for 1 tuples [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 1987-07-14 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 1987-07-14 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 3 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 3 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 74: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: using PQexec +[NO_PID]: ecpg_execute on line 74: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 72: correctly got 1 tuples with 5 fields +[NO_PID]: ecpg_process_output on line 74: correctly got 1 tuples with 5 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: Dad offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: Dad offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 19610721 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 19610721 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_store_result on line 72: allocating memory for 1 tuples +[NO_PID]: ecpg_store_result on line 74: allocating memory for 1 tuples [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 1987-07-14 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 1987-07-14 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 3 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 3 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 74: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: using PQexec +[NO_PID]: ecpg_execute on line 74: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 72: correctly got 1 tuples with 5 fields +[NO_PID]: ecpg_process_output on line 74: correctly got 1 tuples with 5 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: Child 1 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: Child 1 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 16 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 16 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_store_result on line 72: allocating memory for 1 tuples +[NO_PID]: ecpg_store_result on line 74: allocating memory for 1 tuples [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 74: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: using PQexec +[NO_PID]: ecpg_execute on line 74: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 72: correctly got 1 tuples with 5 fields +[NO_PID]: ecpg_process_output on line 74: correctly got 1 tuples with 5 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: Child 2 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: Child 2 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 14 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 14 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_store_result on line 72: allocating memory for 1 tuples +[NO_PID]: ecpg_store_result on line 74: allocating memory for 1 tuples [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 74: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: using PQexec +[NO_PID]: ecpg_execute on line 74: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 72: correctly got 1 tuples with 5 fields +[NO_PID]: ecpg_process_output on line 74: correctly got 1 tuples with 5 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: Child 3 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: Child 3 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: 9 offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: 9 offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_store_result on line 72: allocating memory for 1 tuples +[NO_PID]: ecpg_store_result on line 74: allocating memory for 1 tuples [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_get_data on line 72: RESULT: offset: -1; array: no +[NO_PID]: ecpg_get_data on line 74: RESULT: offset: -1; array: no [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 74: query: fetch cur; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 72: using PQexec +[NO_PID]: ecpg_execute on line 74: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 72: correctly got 0 tuples with 5 fields +[NO_PID]: ecpg_process_output on line 74: correctly got 0 tuples with 5 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: raising sqlcode 100 on line 72: no data found on line 72 +[NO_PID]: raising sqlcode 100 on line 74: no data found on line 74 [NO_PID]: sqlca: code: 100, state: 02000 -[NO_PID]: ecpg_execute on line 89: query: close cur; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 91: query: close cur; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 89: using PQexec +[NO_PID]: ecpg_execute on line 91: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 89: OK: CLOSE CURSOR +[NO_PID]: ecpg_process_output on line 91: OK: CLOSE CURSOR [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 92: query: drop table family; with 0 parameter(s) on connection ecpg1_regression +[NO_PID]: ecpg_execute on line 94: query: drop table family; with 0 parameter(s) on connection ecpg1_regression [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 92: using PQexec +[NO_PID]: ecpg_execute on line 94: using PQexec [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_process_output on line 92: OK: DROP TABLE +[NO_PID]: ecpg_process_output on line 94: OK: DROP TABLE [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGtrans on line 95: action "commit"; connection "ecpg1_regression" +[NO_PID]: ECPGtrans on line 97: action "commit"; connection "ecpg1_regression" [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_finish: connection ecpg1_regression closed [NO_PID]: sqlca: code: 0, state: 00000 diff -Nru postgresql-14-14.5/src/interfaces/ecpg/test/expected/preproc-variable.stdout postgresql-14-14.6/src/interfaces/ecpg/test/expected/preproc-variable.stdout --- postgresql-14-14.5/src/interfaces/ecpg/test/expected/preproc-variable.stdout 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/test/expected/preproc-variable.stdout 2022-11-07 21:38:53.000000000 +0000 @@ -3,3 +3,4 @@ Child 1 , age = 16 Child 2 , age = 14 Child 3 , age = 9 +0 0 0 0 0 0 diff -Nru postgresql-14-14.5/src/interfaces/ecpg/test/preproc/variable.pgc postgresql-14-14.6/src/interfaces/ecpg/test/preproc/variable.pgc --- postgresql-14-14.5/src/interfaces/ecpg/test/preproc/variable.pgc 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/ecpg/test/preproc/variable.pgc 2022-11-07 21:38:53.000000000 +0000 @@ -30,6 +30,8 @@ } ind_personal, *i; ind ind_children; struct t1 { str name; }; struct t2 { str name; }; + static varchar vc1[50], vc2[50], vc3[255]; + static int i1, i2, i3; exec sql end declare section; exec sql char *married = NULL; @@ -97,5 +99,12 @@ strcpy(msg, "disconnect"); exec sql disconnect; + /* this just to silence unused-variable warnings: */ + vc1.len = vc2.len = vc3.len = 0; + i1 = i2 = i3 = 0; + printf("%d %d %d %d %d %d\n", + vc1.len, vc2.len, vc3.len, + i1, i2, i3); + return 0; } diff -Nru postgresql-14-14.5/src/interfaces/libpq/fe-exec.c postgresql-14-14.6/src/interfaces/libpq/fe-exec.c --- postgresql-14-14.5/src/interfaces/libpq/fe-exec.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/libpq/fe-exec.c 2022-11-07 21:38:53.000000000 +0000 @@ -3089,6 +3089,12 @@ } /* + * Reset single-row processing mode. (Client has to set it up for each + * query, if desired.) + */ + conn->singleRowMode = false; + + /* * If there are no further commands to process in the queue, get us in * "real idle" mode now. */ @@ -3101,12 +3107,6 @@ /* Initialize async result-accumulation state */ pqClearAsyncResult(conn); - /* - * Reset single-row processing mode. (Client has to set it up for each - * query, if desired.) - */ - conn->singleRowMode = false; - if (conn->pipelineStatus == PQ_PIPELINE_ABORTED && conn->cmd_queue_head->queryclass != PGQUERY_SYNC) { @@ -3829,6 +3829,8 @@ int PQisnonblocking(const PGconn *conn) { + if (!conn || conn->status == CONNECTION_BAD) + return false; return pqIsnonblocking(conn); } @@ -3848,6 +3850,8 @@ int PQflush(PGconn *conn) { + if (!conn || conn->status == CONNECTION_BAD) + return -1; return pqFlush(conn); } diff -Nru postgresql-14-14.5/src/interfaces/libpq/fe-secure-openssl.c postgresql-14-14.6/src/interfaces/libpq/fe-secure-openssl.c --- postgresql-14-14.5/src/interfaces/libpq/fe-secure-openssl.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/libpq/fe-secure-openssl.c 2022-11-07 21:38:53.000000000 +0000 @@ -1806,7 +1806,7 @@ int PQdefaultSSLKeyPassHook_OpenSSL(char *buf, int size, PGconn *conn) { - if (conn->sslpassword) + if (conn && conn->sslpassword) { if (strlen(conn->sslpassword) + 1 > size) fprintf(stderr, libpq_gettext("WARNING: sslpassword truncated\n")); diff -Nru postgresql-14-14.5/src/interfaces/libpq/po/ru.po postgresql-14-14.6/src/interfaces/libpq/po/ru.po --- postgresql-14-14.5/src/interfaces/libpq/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/libpq/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: libpq (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-05-07 06:06+0300\n" -"PO-Revision-Date: 2022-05-07 06:33+0300\n" +"POT-Creation-Date: 2022-08-17 12:22+0300\n" +"PO-Revision-Date: 2022-09-05 13:33+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -66,10 +66,10 @@ #: fe-connect.c:5424 fe-connect.c:5523 fe-connect.c:5779 fe-connect.c:5808 #: fe-connect.c:5880 fe-connect.c:5904 fe-connect.c:5922 fe-connect.c:6023 #: fe-connect.c:6032 fe-connect.c:6390 fe-connect.c:6540 fe-connect.c:6806 -#: fe-exec.c:686 fe-exec.c:876 fe-exec.c:1223 fe-exec.c:3047 fe-exec.c:3230 -#: fe-exec.c:4003 fe-exec.c:4168 fe-gssapi-common.c:111 fe-lobj.c:881 -#: fe-protocol3.c:975 fe-protocol3.c:990 fe-protocol3.c:1023 -#: fe-protocol3.c:1731 fe-secure-common.c:110 fe-secure-gssapi.c:504 +#: fe-exec.c:686 fe-exec.c:876 fe-exec.c:1223 fe-exec.c:3125 fe-exec.c:3309 +#: fe-exec.c:4086 fe-exec.c:4251 fe-gssapi-common.c:111 fe-lobj.c:881 +#: fe-protocol3.c:979 fe-protocol3.c:994 fe-protocol3.c:1027 +#: fe-protocol3.c:1735 fe-secure-common.c:110 fe-secure-gssapi.c:504 #: fe-secure-openssl.c:440 fe-secure-openssl.c:1133 msgid "out of memory\n" msgstr "нехватка памяти\n" @@ -686,17 +686,17 @@ msgid "password retrieved from file \"%s\"\n" msgstr "пароль получен из файла \"%s\"\n" -#: fe-exec.c:449 fe-exec.c:3304 +#: fe-exec.c:449 fe-exec.c:3383 #, c-format msgid "row number %d is out of range 0..%d" msgstr "номер записи %d вне диапазона 0..%d" -#: fe-exec.c:510 fe-protocol3.c:219 fe-protocol3.c:244 fe-protocol3.c:273 -#: fe-protocol3.c:291 fe-protocol3.c:371 fe-protocol3.c:743 +#: fe-exec.c:510 fe-protocol3.c:207 fe-protocol3.c:232 fe-protocol3.c:261 +#: fe-protocol3.c:279 fe-protocol3.c:375 fe-protocol3.c:747 msgid "out of memory" msgstr "нехватка памяти" -#: fe-exec.c:511 fe-protocol3.c:1939 +#: fe-exec.c:511 fe-protocol3.c:1943 #, c-format msgid "%s" msgstr "%s" @@ -717,111 +717,115 @@ msgid "size_t overflow" msgstr "переполнение size_t" -#: fe-exec.c:1349 fe-exec.c:1454 fe-exec.c:1503 +#: fe-exec.c:1351 fe-exec.c:1477 fe-exec.c:1526 msgid "command string is a null pointer\n" msgstr "указатель на командную строку нулевой\n" -#: fe-exec.c:1460 fe-exec.c:1509 fe-exec.c:1605 +#: fe-exec.c:1483 fe-exec.c:1532 fe-exec.c:1628 #, c-format msgid "number of parameters must be between 0 and %d\n" msgstr "число параметров должно быть от 0 до %d\n" -#: fe-exec.c:1497 fe-exec.c:1599 +#: fe-exec.c:1520 fe-exec.c:1622 msgid "statement name is a null pointer\n" msgstr "указатель на имя оператора нулевой\n" -#: fe-exec.c:1641 fe-exec.c:3157 +#: fe-exec.c:1664 fe-exec.c:3236 msgid "no connection to the server\n" msgstr "нет соединения с сервером\n" -#: fe-exec.c:1650 fe-exec.c:3166 +#: fe-exec.c:1673 fe-exec.c:3245 msgid "another command is already in progress\n" msgstr "уже выполняется другая команда\n" -#: fe-exec.c:1679 +#: fe-exec.c:1704 msgid "cannot queue commands during COPY\n" msgstr "во время COPY нельзя добавлять команды в очередь\n" -#: fe-exec.c:1797 +#: fe-exec.c:1822 msgid "length must be given for binary parameter\n" msgstr "для двоичного параметра должна быть указана длина\n" -#: fe-exec.c:2121 +#: fe-exec.c:2149 #, c-format msgid "unexpected asyncStatus: %d\n" msgstr "неожиданный asyncStatus: %d\n" -#: fe-exec.c:2141 +#: fe-exec.c:2185 #, c-format msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n" msgstr "ошибка в PGEventProc \"%s\" при обработке события PGEVT_RESULTCREATE\n" -#: fe-exec.c:2289 +#: fe-exec.c:2333 msgid "" "synchronous command execution functions are not allowed in pipeline mode\n" msgstr "" "функции синхронного выполнения команд не допускаются в конвейерном режиме\n" -#: fe-exec.c:2311 +#: fe-exec.c:2355 msgid "COPY terminated by new PQexec" msgstr "операция COPY прервана вызовом PQexec" -#: fe-exec.c:2328 +#: fe-exec.c:2372 msgid "PQexec not allowed during COPY BOTH\n" msgstr "вызов PQexec не допускается в процессе COPY BOTH\n" -#: fe-exec.c:2556 fe-exec.c:2612 fe-exec.c:2681 fe-protocol3.c:1870 +#: fe-exec.c:2600 fe-exec.c:2656 fe-exec.c:2725 fe-protocol3.c:1874 msgid "no COPY in progress\n" msgstr "операция COPY не выполняется\n" -#: fe-exec.c:2858 +#: fe-exec.c:2902 msgid "PQfn not allowed in pipeline mode\n" msgstr "PQfn не допускается в конвейерном режиме\n" -#: fe-exec.c:2866 +#: fe-exec.c:2910 msgid "connection in wrong state\n" msgstr "соединение в неправильном состоянии\n" -#: fe-exec.c:2910 +#: fe-exec.c:2954 msgid "cannot enter pipeline mode, connection not idle\n" msgstr "перейти в конвейерный режиме нельзя, соединение не простаивает\n" -#: fe-exec.c:2944 fe-exec.c:2961 +#: fe-exec.c:2991 fe-exec.c:3015 msgid "cannot exit pipeline mode with uncollected results\n" msgstr "выйти из конвейерного режима нельзя, не собрав все результаты\n" -#: fe-exec.c:2949 +#: fe-exec.c:2996 msgid "cannot exit pipeline mode while busy\n" msgstr "выйти из конвейерного режима в занятом состоянии нельзя\n" -#: fe-exec.c:3091 +#: fe-exec.c:3008 +msgid "cannot exit pipeline mode while in COPY\n" +msgstr "выйти из конвейерного режима во время COPY нельзя\n" + +#: fe-exec.c:3169 msgid "cannot send pipeline when not in pipeline mode\n" msgstr "отправить конвейер, не перейдя в конвейерный режим, нельзя\n" -#: fe-exec.c:3193 +#: fe-exec.c:3272 msgid "invalid ExecStatusType code" msgstr "неверный код ExecStatusType" -#: fe-exec.c:3220 +#: fe-exec.c:3299 msgid "PGresult is not an error result\n" msgstr "В PGresult не передан результат ошибки\n" -#: fe-exec.c:3288 fe-exec.c:3311 +#: fe-exec.c:3367 fe-exec.c:3390 #, c-format msgid "column number %d is out of range 0..%d" msgstr "номер столбца %d вне диапазона 0..%d" -#: fe-exec.c:3326 +#: fe-exec.c:3405 #, c-format msgid "parameter number %d is out of range 0..%d" msgstr "номер параметра %d вне диапазона 0..%d" -#: fe-exec.c:3636 +#: fe-exec.c:3715 #, c-format msgid "could not interpret result from server: %s" msgstr "не удалось интерпретировать ответ сервера: %s" -#: fe-exec.c:3896 fe-exec.c:3985 +#: fe-exec.c:3979 fe-exec.c:4068 msgid "incomplete multibyte character\n" msgstr "неполный многобайтный символ\n" @@ -905,12 +909,12 @@ msgid "%s() failed: %s\n" msgstr "ошибка в %s(): %s\n" -#: fe-protocol3.c:196 +#: fe-protocol3.c:184 #, c-format msgid "message type 0x%02x arrived from server while idle" msgstr "от сервера во время простоя получено сообщение типа 0x%02x" -#: fe-protocol3.c:403 +#: fe-protocol3.c:407 msgid "" "server sent data (\"D\" message) without prior row description (\"T\" " "message)\n" @@ -918,121 +922,121 @@ "сервер отправил данные (сообщение \"D\") без предварительного описания " "строки (сообщение \"T\")\n" -#: fe-protocol3.c:446 +#: fe-protocol3.c:450 #, c-format msgid "unexpected response from server; first received character was \"%c\"\n" msgstr "неожиданный ответ сервера; первый полученный символ: \"%c\"\n" -#: fe-protocol3.c:471 +#: fe-protocol3.c:475 #, c-format msgid "message contents do not agree with length in message type \"%c\"\n" msgstr "содержимое не соответствует длине в сообщении типа \"%c\"\n" -#: fe-protocol3.c:491 +#: fe-protocol3.c:495 #, c-format msgid "lost synchronization with server: got message type \"%c\", length %d\n" msgstr "" "потеряна синхронизация с сервером: получено сообщение типа \"%c\", длина %d\n" -#: fe-protocol3.c:543 fe-protocol3.c:583 +#: fe-protocol3.c:547 fe-protocol3.c:587 msgid "insufficient data in \"T\" message" msgstr "недостаточно данных в сообщении \"T\"" -#: fe-protocol3.c:654 fe-protocol3.c:860 +#: fe-protocol3.c:658 fe-protocol3.c:864 msgid "out of memory for query result" msgstr "недостаточно памяти для результата запроса" -#: fe-protocol3.c:723 +#: fe-protocol3.c:727 msgid "insufficient data in \"t\" message" msgstr "недостаточно данных в сообщении \"t\"" -#: fe-protocol3.c:782 fe-protocol3.c:814 fe-protocol3.c:832 +#: fe-protocol3.c:786 fe-protocol3.c:818 fe-protocol3.c:836 msgid "insufficient data in \"D\" message" msgstr "недостаточно данных в сообщении \"D\"" -#: fe-protocol3.c:788 +#: fe-protocol3.c:792 msgid "unexpected field count in \"D\" message" msgstr "неверное число полей в сообщении \"D\"" -#: fe-protocol3.c:1036 +#: fe-protocol3.c:1040 msgid "no error message available\n" msgstr "нет сообщения об ошибке\n" #. translator: %s represents a digit string -#: fe-protocol3.c:1084 fe-protocol3.c:1103 +#: fe-protocol3.c:1088 fe-protocol3.c:1107 #, c-format msgid " at character %s" msgstr " символ %s" -#: fe-protocol3.c:1116 +#: fe-protocol3.c:1120 #, c-format msgid "DETAIL: %s\n" msgstr "ПОДРОБНОСТИ: %s\n" -#: fe-protocol3.c:1119 +#: fe-protocol3.c:1123 #, c-format msgid "HINT: %s\n" msgstr "ПОДСКАЗКА: %s\n" -#: fe-protocol3.c:1122 +#: fe-protocol3.c:1126 #, c-format msgid "QUERY: %s\n" msgstr "ЗАПРОС: %s\n" -#: fe-protocol3.c:1129 +#: fe-protocol3.c:1133 #, c-format msgid "CONTEXT: %s\n" msgstr "КОНТЕКСТ: %s\n" -#: fe-protocol3.c:1138 +#: fe-protocol3.c:1142 #, c-format msgid "SCHEMA NAME: %s\n" msgstr "СХЕМА: %s\n" -#: fe-protocol3.c:1142 +#: fe-protocol3.c:1146 #, c-format msgid "TABLE NAME: %s\n" msgstr "ТАБЛИЦА: %s\n" -#: fe-protocol3.c:1146 +#: fe-protocol3.c:1150 #, c-format msgid "COLUMN NAME: %s\n" msgstr "СТОЛБЕЦ: %s\n" -#: fe-protocol3.c:1150 +#: fe-protocol3.c:1154 #, c-format msgid "DATATYPE NAME: %s\n" msgstr "ТИП ДАННЫХ: %s\n" -#: fe-protocol3.c:1154 +#: fe-protocol3.c:1158 #, c-format msgid "CONSTRAINT NAME: %s\n" msgstr "ОГРАНИЧЕНИЕ: %s\n" -#: fe-protocol3.c:1166 +#: fe-protocol3.c:1170 msgid "LOCATION: " msgstr "ПОЛОЖЕНИЕ: " -#: fe-protocol3.c:1168 +#: fe-protocol3.c:1172 #, c-format msgid "%s, " msgstr "%s, " -#: fe-protocol3.c:1170 +#: fe-protocol3.c:1174 #, c-format msgid "%s:%s" msgstr "%s:%s" -#: fe-protocol3.c:1365 +#: fe-protocol3.c:1369 #, c-format msgid "LINE %d: " msgstr "СТРОКА %d: " -#: fe-protocol3.c:1764 +#: fe-protocol3.c:1768 msgid "PQgetline: not doing text COPY OUT\n" msgstr "PQgetline можно вызывать только во время COPY OUT с текстом\n" -#: fe-protocol3.c:2130 +#: fe-protocol3.c:2134 #, c-format msgid "protocol error: id=0x%x\n" msgstr "ошибка протокола: id=0x%x\n" @@ -1235,13 +1239,6 @@ msgid "private key file \"%s\" is not a regular file\n" msgstr "файл закрытого ключа \"%s\" - не обычный файл\n" -#: fe-secure-openssl.c:1261 -#, c-format -msgid "private key file \"%s\" must be owned by the current user or root\n" -msgstr "" -"файл закрытого ключа \"%s\" должен принадлежать root или текущему " -"пользователю\n" - #: fe-secure-openssl.c:1270 #, c-format msgid "" @@ -1308,6 +1305,11 @@ msgid "unrecognized socket error: 0x%08X/%d" msgstr "нераспознанная ошибка сокета: 0x%08X/%d" +#~ msgid "private key file \"%s\" must be owned by the current user or root\n" +#~ msgstr "" +#~ "файл закрытого ключа \"%s\" должен принадлежать root или текущему " +#~ "пользователю\n" + #~ msgid "invalid channel_binding value: \"%s\"\n" #~ msgstr "неверное значение channel_binding: \"%s\"\n" diff -Nru postgresql-14-14.5/src/interfaces/libpq/po/uk.po postgresql-14-14.6/src/interfaces/libpq/po/uk.po --- postgresql-14-14.5/src/interfaces/libpq/po/uk.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/interfaces/libpq/po/uk.po 2022-11-07 21:38:53.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: postgresql\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-06-16 03:55+0000\n" -"PO-Revision-Date: 2022-06-19 10:10\n" +"POT-Creation-Date: 2022-07-19 08:55+0000\n" +"PO-Revision-Date: 2022-09-13 12:23\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Language: uk_UA\n" @@ -60,10 +60,10 @@ #: fe-connect.c:5424 fe-connect.c:5523 fe-connect.c:5779 fe-connect.c:5808 #: fe-connect.c:5880 fe-connect.c:5904 fe-connect.c:5922 fe-connect.c:6023 #: fe-connect.c:6032 fe-connect.c:6390 fe-connect.c:6540 fe-connect.c:6806 -#: fe-exec.c:686 fe-exec.c:876 fe-exec.c:1223 fe-exec.c:3047 fe-exec.c:3230 -#: fe-exec.c:4003 fe-exec.c:4168 fe-gssapi-common.c:111 fe-lobj.c:881 -#: fe-protocol3.c:975 fe-protocol3.c:990 fe-protocol3.c:1023 -#: fe-protocol3.c:1731 fe-secure-common.c:110 fe-secure-gssapi.c:504 +#: fe-exec.c:686 fe-exec.c:876 fe-exec.c:1223 fe-exec.c:3125 fe-exec.c:3309 +#: fe-exec.c:4082 fe-exec.c:4247 fe-gssapi-common.c:111 fe-lobj.c:881 +#: fe-protocol3.c:979 fe-protocol3.c:994 fe-protocol3.c:1027 +#: fe-protocol3.c:1735 fe-secure-common.c:110 fe-secure-gssapi.c:504 #: fe-secure-openssl.c:440 fe-secure-openssl.c:1133 msgid "out of memory\n" msgstr "недостатньо пам'яті\n" @@ -626,17 +626,17 @@ msgid "password retrieved from file \"%s\"\n" msgstr "пароль отримано з файлу \"%s\"\n" -#: fe-exec.c:449 fe-exec.c:3304 +#: fe-exec.c:449 fe-exec.c:3383 #, c-format msgid "row number %d is out of range 0..%d" msgstr "число рядків %d поза діапазоном 0..%d" -#: fe-exec.c:510 fe-protocol3.c:219 fe-protocol3.c:244 fe-protocol3.c:273 -#: fe-protocol3.c:291 fe-protocol3.c:371 fe-protocol3.c:743 +#: fe-exec.c:510 fe-protocol3.c:207 fe-protocol3.c:232 fe-protocol3.c:261 +#: fe-protocol3.c:279 fe-protocol3.c:375 fe-protocol3.c:747 msgid "out of memory" msgstr "недостатньо пам'яті" -#: fe-exec.c:511 fe-protocol3.c:1939 +#: fe-exec.c:511 fe-protocol3.c:1943 #, c-format msgid "%s" msgstr "%s" @@ -657,109 +657,113 @@ msgid "size_t overflow" msgstr "переповнення size_t" -#: fe-exec.c:1349 fe-exec.c:1454 fe-exec.c:1503 +#: fe-exec.c:1351 fe-exec.c:1477 fe-exec.c:1526 msgid "command string is a null pointer\n" msgstr "рядок команди є нульовим вказівником\n" -#: fe-exec.c:1460 fe-exec.c:1509 fe-exec.c:1605 +#: fe-exec.c:1483 fe-exec.c:1532 fe-exec.c:1628 #, c-format msgid "number of parameters must be between 0 and %d\n" msgstr "кількість параметрів має бути між 0 і %d\n" -#: fe-exec.c:1497 fe-exec.c:1599 +#: fe-exec.c:1520 fe-exec.c:1622 msgid "statement name is a null pointer\n" msgstr "ім’я оператора є пустим вказівником\n" -#: fe-exec.c:1641 fe-exec.c:3157 +#: fe-exec.c:1664 fe-exec.c:3236 msgid "no connection to the server\n" msgstr "немає підключення до сервера\n" -#: fe-exec.c:1650 fe-exec.c:3166 +#: fe-exec.c:1673 fe-exec.c:3245 msgid "another command is already in progress\n" msgstr "інша команда уже в прогресі\n" -#: fe-exec.c:1679 +#: fe-exec.c:1704 msgid "cannot queue commands during COPY\n" msgstr "не можна поставити в чергу команди під час COPY\n" -#: fe-exec.c:1797 +#: fe-exec.c:1822 msgid "length must be given for binary parameter\n" msgstr "для бінарного параметра має бути надана довжина\n" -#: fe-exec.c:2121 +#: fe-exec.c:2149 #, c-format msgid "unexpected asyncStatus: %d\n" msgstr "неочікуваний asyncStatus: %d\n" -#: fe-exec.c:2141 +#: fe-exec.c:2185 #, c-format msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n" msgstr "Помилка у PGEventProc \"%s\" під час події PGEVT_RESULTCREAT\n" -#: fe-exec.c:2289 +#: fe-exec.c:2333 msgid "synchronous command execution functions are not allowed in pipeline mode\n" msgstr "функції синхронного виконання команд заборонені в режимі конвеєра\n" -#: fe-exec.c:2311 +#: fe-exec.c:2355 msgid "COPY terminated by new PQexec" msgstr "COPY завершено новим PQexec" -#: fe-exec.c:2328 +#: fe-exec.c:2372 msgid "PQexec not allowed during COPY BOTH\n" msgstr "PQexec не дозволяється під час COPY BOTH\n" -#: fe-exec.c:2556 fe-exec.c:2612 fe-exec.c:2681 fe-protocol3.c:1870 +#: fe-exec.c:2600 fe-exec.c:2656 fe-exec.c:2725 fe-protocol3.c:1874 msgid "no COPY in progress\n" msgstr "Немає COPY у процесі\n" -#: fe-exec.c:2858 +#: fe-exec.c:2902 msgid "PQfn not allowed in pipeline mode\n" msgstr "PQfn заборонено в режимі конвеєра\n" -#: fe-exec.c:2866 +#: fe-exec.c:2910 msgid "connection in wrong state\n" msgstr "підключення у неправильному стані\n" -#: fe-exec.c:2910 +#: fe-exec.c:2954 msgid "cannot enter pipeline mode, connection not idle\n" msgstr "не можна увійти в режим конвеєра, підключення не в очікуванні\n" -#: fe-exec.c:2944 fe-exec.c:2961 +#: fe-exec.c:2991 fe-exec.c:3015 msgid "cannot exit pipeline mode with uncollected results\n" msgstr "не можна вийти з режиму конвеєра з незібраними результатами\n" -#: fe-exec.c:2949 +#: fe-exec.c:2996 msgid "cannot exit pipeline mode while busy\n" msgstr "не можна вийти з режиму конвеєра, коли зайнято\n" -#: fe-exec.c:3091 +#: fe-exec.c:3008 +msgid "cannot exit pipeline mode while in COPY\n" +msgstr "не можна вийти з режиму конвеєра під час COPY\n" + +#: fe-exec.c:3169 msgid "cannot send pipeline when not in pipeline mode\n" msgstr "неможливо скористатися конвеєром не у режимі конвеєра\n" -#: fe-exec.c:3193 +#: fe-exec.c:3272 msgid "invalid ExecStatusType code" msgstr "неприпустимий код ExecStatusType" -#: fe-exec.c:3220 +#: fe-exec.c:3299 msgid "PGresult is not an error result\n" msgstr "PGresult не є помилковим результатом\n" -#: fe-exec.c:3288 fe-exec.c:3311 +#: fe-exec.c:3367 fe-exec.c:3390 #, c-format msgid "column number %d is out of range 0..%d" msgstr "число стовпців %d поза діапазоном 0..%d" -#: fe-exec.c:3326 +#: fe-exec.c:3405 #, c-format msgid "parameter number %d is out of range 0..%d" msgstr "число параметрів %d поза діапазоном 0..%d" -#: fe-exec.c:3636 +#: fe-exec.c:3715 #, c-format msgid "could not interpret result from server: %s" msgstr "не вдалося інтерпретувати результат від сервера: %s" -#: fe-exec.c:3896 fe-exec.c:3985 +#: fe-exec.c:3975 fe-exec.c:4064 msgid "incomplete multibyte character\n" msgstr "неповний мультибайтний символ\n" @@ -840,129 +844,129 @@ msgid "%s() failed: %s\n" msgstr "%s() помилка: %s\n" -#: fe-protocol3.c:196 +#: fe-protocol3.c:184 #, c-format msgid "message type 0x%02x arrived from server while idle" msgstr "отримано тип повідомлення 0x%02x від сервера під час бездіяльності" -#: fe-protocol3.c:403 +#: fe-protocol3.c:407 msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n" msgstr "сервер передав дані (повідомлення \"D\") без попереднього опису рядка (повідомлення \"T\")\n" -#: fe-protocol3.c:446 +#: fe-protocol3.c:450 #, c-format msgid "unexpected response from server; first received character was \"%c\"\n" msgstr "неочікувана відповідь від сервера; перший отриманий символ був \"%c\"\n" -#: fe-protocol3.c:471 +#: fe-protocol3.c:475 #, c-format msgid "message contents do not agree with length in message type \"%c\"\n" msgstr "вміст повідомлення не відповідає довжині у типі повідомлення \"%c\"\n" -#: fe-protocol3.c:491 +#: fe-protocol3.c:495 #, c-format msgid "lost synchronization with server: got message type \"%c\", length %d\n" msgstr "втрачено синхронізацію з сервером: отримано тип повідомлення \"%c\", довжина %d\n" -#: fe-protocol3.c:543 fe-protocol3.c:583 +#: fe-protocol3.c:547 fe-protocol3.c:587 msgid "insufficient data in \"T\" message" msgstr "недостатньо даних у повідомленні \"T\"" -#: fe-protocol3.c:654 fe-protocol3.c:860 +#: fe-protocol3.c:658 fe-protocol3.c:864 msgid "out of memory for query result" msgstr "недостатньо пам'яті для результату запиту" -#: fe-protocol3.c:723 +#: fe-protocol3.c:727 msgid "insufficient data in \"t\" message" msgstr "недостатньо даних у повідомленні \"t\"" -#: fe-protocol3.c:782 fe-protocol3.c:814 fe-protocol3.c:832 +#: fe-protocol3.c:786 fe-protocol3.c:818 fe-protocol3.c:836 msgid "insufficient data in \"D\" message" msgstr "зайві дані у повідомленні \"D\"" -#: fe-protocol3.c:788 +#: fe-protocol3.c:792 msgid "unexpected field count in \"D\" message" msgstr "неочікувана кількість полів у повідомленні \"D\"" -#: fe-protocol3.c:1036 +#: fe-protocol3.c:1040 msgid "no error message available\n" msgstr "немає доступного повідомлення про помилку\n" #. translator: %s represents a digit string -#: fe-protocol3.c:1084 fe-protocol3.c:1103 +#: fe-protocol3.c:1088 fe-protocol3.c:1107 #, c-format msgid " at character %s" msgstr " в символі %s" -#: fe-protocol3.c:1116 +#: fe-protocol3.c:1120 #, c-format msgid "DETAIL: %s\n" msgstr "ДЕТАЛІ: %s\n" -#: fe-protocol3.c:1119 +#: fe-protocol3.c:1123 #, c-format msgid "HINT: %s\n" msgstr "ПІДКАЗКА: %s\n" -#: fe-protocol3.c:1122 +#: fe-protocol3.c:1126 #, c-format msgid "QUERY: %s\n" msgstr "ЗАПИТ: %s\n" -#: fe-protocol3.c:1129 +#: fe-protocol3.c:1133 #, c-format msgid "CONTEXT: %s\n" msgstr "КОНТЕКСТ: %s\n" -#: fe-protocol3.c:1138 +#: fe-protocol3.c:1142 #, c-format msgid "SCHEMA NAME: %s\n" msgstr "ІМ'Я СХЕМИ: %s\n" -#: fe-protocol3.c:1142 +#: fe-protocol3.c:1146 #, c-format msgid "TABLE NAME: %s\n" msgstr "ІМ'Я ТАБЛИЦІ: %s\n" -#: fe-protocol3.c:1146 +#: fe-protocol3.c:1150 #, c-format msgid "COLUMN NAME: %s\n" msgstr "ІМ'Я СТОВПЦЯ: %s\n" -#: fe-protocol3.c:1150 +#: fe-protocol3.c:1154 #, c-format msgid "DATATYPE NAME: %s\n" msgstr "ІМ'Я ТИПУ ДАНИХ: %s\n" -#: fe-protocol3.c:1154 +#: fe-protocol3.c:1158 #, c-format msgid "CONSTRAINT NAME: %s\n" msgstr "ІМ'Я ОБМЕЖЕННЯ: %s\n" -#: fe-protocol3.c:1166 +#: fe-protocol3.c:1170 msgid "LOCATION: " msgstr "РОЗТАШУВАННЯ: " -#: fe-protocol3.c:1168 +#: fe-protocol3.c:1172 #, c-format msgid "%s, " msgstr "%s, " -#: fe-protocol3.c:1170 +#: fe-protocol3.c:1174 #, c-format msgid "%s:%s" msgstr "%s:%s" -#: fe-protocol3.c:1365 +#: fe-protocol3.c:1369 #, c-format msgid "LINE %d: " msgstr "РЯДОК %d: " -#: fe-protocol3.c:1764 +#: fe-protocol3.c:1768 msgid "PQgetline: not doing text COPY OUT\n" msgstr "PQgetline можна викликати лише під час COPY OUT\n" -#: fe-protocol3.c:2130 +#: fe-protocol3.c:2134 #, c-format msgid "protocol error: id=0x%x\n" msgstr "помилка протоколу: id=0x%x\n" diff -Nru postgresql-14-14.5/src/pl/plperl/po/ru.po postgresql-14-14.6/src/pl/plperl/po/ru.po --- postgresql-14-14.5/src/pl/plperl/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/pl/plperl/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,12 +1,12 @@ # Russian message translation file for plperl # Copyright (C) 2012-2016 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2012-2017, 2019. +# Alexander Lakhin , 2012-2017, 2019, 2022. msgid "" msgstr "" "Project-Id-Version: plperl (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2022-05-07 06:06+0300\n" +"POT-Creation-Date: 2022-08-10 11:56+0300\n" "PO-Revision-Date: 2019-08-29 15:42+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -234,17 +234,17 @@ "функция PL/Perl, возвращающая составное множество, должна вызывать " "return_next со ссылкой на хеш" -#: plperl.c:4136 +#: plperl.c:4134 #, c-format msgid "PL/Perl function \"%s\"" msgstr "функция PL/Perl \"%s\"" -#: plperl.c:4148 +#: plperl.c:4146 #, c-format msgid "compilation of PL/Perl function \"%s\"" msgstr "компиляция функции PL/Perl \"%s\"" -#: plperl.c:4157 +#: plperl.c:4155 #, c-format msgid "PL/Perl anonymous code block" msgstr "анонимный блок кода PL/Perl" diff -Nru postgresql-14-14.5/src/pl/plpgsql/src/expected/plpgsql_record.out postgresql-14-14.6/src/pl/plpgsql/src/expected/plpgsql_record.out --- postgresql-14-14.5/src/pl/plpgsql/src/expected/plpgsql_record.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/pl/plpgsql/src/expected/plpgsql_record.out 2022-11-07 21:38:53.000000000 +0000 @@ -2,6 +2,7 @@ -- Tests for PL/pgSQL handling of composite (record) variables -- create type two_int4s as (f1 int4, f2 int4); +create type more_int4s as (f0 text, f1 int4, f2 int4); create type two_int8s as (q1 int8, q2 int8); create type nested_int8s as (c1 two_int8s, c2 two_int8s); -- base-case return of a composite type @@ -426,6 +427,18 @@ 1 (1 row) +select getf1(row(1,2)::two_int4s); + getf1 +------- + 1 +(1 row) + +select getf1(row('foo',123,456)::more_int4s); + getf1 +------- + 123 +(1 row) + -- the context stack is different when debug_discard_caches -- is set, so suppress context output \set SHOW_CONTEXT never @@ -438,6 +451,28 @@ 1 (1 row) +-- this seemingly-equivalent case behaves a bit differently, +-- because the core parser's handling of $N symbols is simplistic +create function getf2(record) returns int language plpgsql as +$$ begin return $1.f2; end $$; +select getf2(row(1,2)); -- ideally would work, but does not +ERROR: could not identify column "f2" in record data type +LINE 1: $1.f2 + ^ +QUERY: $1.f2 +CONTEXT: PL/pgSQL function getf2(record) line 1 at RETURN +select getf2(row(1,2)::two_int4s); + getf2 +------- + 2 +(1 row) + +select getf2(row('foo',123,456)::more_int4s); + getf2 +------- + 456 +(1 row) + -- check behavior when assignment to FOR-loop variable requires coercion do $$ declare r two_int8s; diff -Nru postgresql-14-14.5/src/pl/plpgsql/src/pl_comp.c postgresql-14-14.6/src/pl/plpgsql/src/pl_comp.c --- postgresql-14-14.5/src/pl/plpgsql/src/pl_comp.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/pl/plpgsql/src/pl_comp.c 2022-11-07 21:38:53.000000000 +0000 @@ -2504,9 +2504,15 @@ /* * This is the same as the standard resolve_polymorphic_argtypes() function, - * but with a special case for validation: assume that polymorphic arguments - * are integer, integer-array or integer-range. Also, we go ahead and report - * the error if we can't resolve the types. + * except that: + * 1. We go ahead and report the error if we can't resolve the types. + * 2. We treat RECORD-type input arguments (not output arguments) as if + * they were polymorphic, replacing their types with the actual input + * types if we can determine those. This allows us to create a separate + * function cache entry for each named composite type passed to such an + * argument. + * 3. In validation mode, we have no inputs to look at, so assume that + * polymorphic arguments are integer, integer-array or integer-range. */ static void plpgsql_resolve_polymorphic_argtypes(int numargs, @@ -2518,6 +2524,8 @@ if (!forValidator) { + int inargno; + /* normal case, pass to standard routine */ if (!resolve_polymorphic_argtypes(numargs, argtypes, argmodes, call_expr)) @@ -2526,10 +2534,28 @@ errmsg("could not determine actual argument " "type for polymorphic function \"%s\"", proname))); + /* also, treat RECORD inputs (but not outputs) as polymorphic */ + inargno = 0; + for (i = 0; i < numargs; i++) + { + char argmode = argmodes ? argmodes[i] : PROARGMODE_IN; + + if (argmode == PROARGMODE_OUT || argmode == PROARGMODE_TABLE) + continue; + if (argtypes[i] == RECORDOID || argtypes[i] == RECORDARRAYOID) + { + Oid resolvedtype = get_call_expr_argtype(call_expr, + inargno); + + if (OidIsValid(resolvedtype)) + argtypes[i] = resolvedtype; + } + inargno++; + } } else { - /* special validation case */ + /* special validation case (no need to do anything for RECORD) */ for (i = 0; i < numargs; i++) { switch (argtypes[i]) diff -Nru postgresql-14-14.5/src/pl/plpgsql/src/po/ru.po postgresql-14-14.6/src/pl/plpgsql/src/po/ru.po --- postgresql-14-14.5/src/pl/plpgsql/src/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/pl/plpgsql/src/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,12 +1,12 @@ # Russian message translation file for plpgsql # Copyright (C) 2012-2016 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021. +# Alexander Lakhin , 2012-2017, 2018, 2019, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: plpgsql (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2021-11-08 05:22+0300\n" +"POT-Creation-Date: 2022-09-29 10:17+0300\n" "PO-Revision-Date: 2021-09-04 12:39+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -78,8 +78,8 @@ msgid "It could refer to either a PL/pgSQL variable or a table column." msgstr "Подразумевается ссылка на переменную PL/pgSQL или столбец таблицы." -#: pl_comp.c:1324 pl_exec.c:5190 pl_exec.c:5363 pl_exec.c:5450 pl_exec.c:5541 -#: pl_exec.c:6562 +#: pl_comp.c:1324 pl_exec.c:5184 pl_exec.c:5357 pl_exec.c:5444 pl_exec.c:5535 +#: pl_exec.c:6556 #, c-format msgid "record \"%s\" has no field \"%s\"" msgstr "в записи \"%s\" нет поля \"%s\"" @@ -104,7 +104,7 @@ msgid "type \"%s\" is only a shell" msgstr "тип \"%s\" является пустышкой" -#: pl_comp.c:2204 pl_exec.c:6863 +#: pl_comp.c:2204 pl_exec.c:6857 #, c-format msgid "type %s is not composite" msgstr "тип %s не является составным" @@ -114,7 +114,7 @@ msgid "unrecognized exception condition \"%s\"" msgstr "нераспознанное условие исключения \"%s\"" -#: pl_comp.c:2526 +#: pl_comp.c:2534 #, c-format msgid "" "could not determine actual argument type for polymorphic function \"%s\"" @@ -349,7 +349,7 @@ msgid "structure of query does not match function result type" msgstr "структура запроса не соответствует типу результата функции" -#: pl_exec.c:3584 pl_exec.c:4404 pl_exec.c:8604 +#: pl_exec.c:3584 pl_exec.c:4404 pl_exec.c:8598 #, c-format msgid "query string argument of EXECUTE is null" msgstr "в качестве текста запроса в EXECUTE передан NULL" @@ -400,7 +400,7 @@ msgid "query returned no rows" msgstr "запрос не вернул строк" -#: pl_exec.c:4351 pl_exec.c:4536 pl_exec.c:5685 +#: pl_exec.c:4351 pl_exec.c:4536 pl_exec.c:5679 #, c-format msgid "query returned more than one row" msgstr "запрос вернул несколько строк" @@ -456,37 +456,37 @@ msgid "relative or absolute cursor position is null" msgstr "относительная или абсолютная позиция курсора равна NULL" -#: pl_exec.c:5040 pl_exec.c:5135 +#: pl_exec.c:5034 pl_exec.c:5129 #, c-format msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL" msgstr "значение NULL нельзя присвоить переменной \"%s\", объявленной NOT NULL" -#: pl_exec.c:5116 +#: pl_exec.c:5110 #, c-format msgid "cannot assign non-composite value to a row variable" msgstr "переменной типа кортеж можно присвоить только составное значение" -#: pl_exec.c:5148 +#: pl_exec.c:5142 #, c-format msgid "cannot assign non-composite value to a record variable" msgstr "переменной типа запись можно присвоить только составное значение" -#: pl_exec.c:5199 +#: pl_exec.c:5193 #, c-format msgid "cannot assign to system column \"%s\"" msgstr "присвоить значение системному столбцу \"%s\" нельзя" -#: pl_exec.c:5648 +#: pl_exec.c:5642 #, c-format msgid "query did not return data" msgstr "запрос не вернул данные" -#: pl_exec.c:5649 pl_exec.c:5661 pl_exec.c:5686 pl_exec.c:5762 pl_exec.c:5767 +#: pl_exec.c:5643 pl_exec.c:5655 pl_exec.c:5680 pl_exec.c:5756 pl_exec.c:5761 #, c-format msgid "query: %s" msgstr "запрос: %s" -#: pl_exec.c:5657 +#: pl_exec.c:5651 #, c-format msgid "query returned %d column" msgid_plural "query returned %d columns" @@ -494,17 +494,17 @@ msgstr[1] "запрос вернул %d столбца" msgstr[2] "запрос вернул %d столбцов" -#: pl_exec.c:5761 +#: pl_exec.c:5755 #, c-format msgid "query is SELECT INTO, but it should be plain SELECT" msgstr "запрос - не просто SELECT, а SELECT INTO" -#: pl_exec.c:5766 +#: pl_exec.c:5760 #, c-format msgid "query is not a SELECT" msgstr "запрос - не SELECT" -#: pl_exec.c:6576 pl_exec.c:6616 pl_exec.c:6656 +#: pl_exec.c:6570 pl_exec.c:6610 pl_exec.c:6650 #, c-format msgid "" "type of parameter %d (%s) does not match that when preparing the plan (%s)" @@ -512,29 +512,29 @@ "тип параметра %d (%s) не соответствует тому, с которым подготавливался план " "(%s)" -#: pl_exec.c:7067 pl_exec.c:7101 pl_exec.c:7175 pl_exec.c:7201 +#: pl_exec.c:7061 pl_exec.c:7095 pl_exec.c:7169 pl_exec.c:7195 #, c-format msgid "number of source and target fields in assignment does not match" msgstr "в левой и правой части присваивания разное количество полей" #. translator: %s represents a name of an extra check -#: pl_exec.c:7069 pl_exec.c:7103 pl_exec.c:7177 pl_exec.c:7203 +#: pl_exec.c:7063 pl_exec.c:7097 pl_exec.c:7171 pl_exec.c:7197 #, c-format msgid "%s check of %s is active." msgstr "Включена проверка %s (с %s)." -#: pl_exec.c:7073 pl_exec.c:7107 pl_exec.c:7181 pl_exec.c:7207 +#: pl_exec.c:7067 pl_exec.c:7101 pl_exec.c:7175 pl_exec.c:7201 #, c-format msgid "Make sure the query returns the exact list of columns." msgstr "" "Измените запрос, чтобы он возвращал в точности требуемый список столбцов." -#: pl_exec.c:7594 +#: pl_exec.c:7588 #, c-format msgid "record \"%s\" is not assigned yet" msgstr "записи \"%s\" не присвоено значение" -#: pl_exec.c:7595 +#: pl_exec.c:7589 #, c-format msgid "The tuple structure of a not-yet-assigned record is indeterminate." msgstr "" diff -Nru postgresql-14-14.5/src/pl/plpgsql/src/sql/plpgsql_record.sql postgresql-14-14.6/src/pl/plpgsql/src/sql/plpgsql_record.sql --- postgresql-14-14.5/src/pl/plpgsql/src/sql/plpgsql_record.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/pl/plpgsql/src/sql/plpgsql_record.sql 2022-11-07 21:38:53.000000000 +0000 @@ -3,6 +3,7 @@ -- create type two_int4s as (f1 int4, f2 int4); +create type more_int4s as (f0 text, f1 int4, f2 int4); create type two_int8s as (q1 int8, q2 int8); create type nested_int8s as (c1 two_int8s, c2 two_int8s); @@ -257,6 +258,8 @@ $$ begin return x.f1; end $$; select getf1(1); select getf1(row(1,2)); +select getf1(row(1,2)::two_int4s); +select getf1(row('foo',123,456)::more_int4s); -- the context stack is different when debug_discard_caches -- is set, so suppress context output \set SHOW_CONTEXT never @@ -264,6 +267,14 @@ \set SHOW_CONTEXT errors select getf1(row(1,2)); +-- this seemingly-equivalent case behaves a bit differently, +-- because the core parser's handling of $N symbols is simplistic +create function getf2(record) returns int language plpgsql as +$$ begin return $1.f2; end $$; +select getf2(row(1,2)); -- ideally would work, but does not +select getf2(row(1,2)::two_int4s); +select getf2(row('foo',123,456)::more_int4s); + -- check behavior when assignment to FOR-loop variable requires coercion do $$ declare r two_int8s; diff -Nru postgresql-14-14.5/src/pl/plpython/po/ru.po postgresql-14-14.6/src/pl/plpython/po/ru.po --- postgresql-14-14.5/src/pl/plpython/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/pl/plpython/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plpython (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2021-08-14 06:29+0300\n" +"POT-Creation-Date: 2022-08-10 11:56+0300\n" "PO-Revision-Date: 2019-08-29 15:42+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -66,7 +66,7 @@ msgid "closing a cursor in an aborted subtransaction" msgstr "закрытие курсора в прерванной подтранзакции" -#: plpy_elog.c:125 plpy_elog.c:126 plpy_plpymodule.c:548 +#: plpy_elog.c:125 plpy_elog.c:126 plpy_plpymodule.c:546 #, c-format msgid "%s" msgstr "%s" @@ -240,46 +240,46 @@ msgid "PL/Python anonymous code block" msgstr "анонимный блок кода PL/Python" -#: plpy_plpymodule.c:182 plpy_plpymodule.c:185 +#: plpy_plpymodule.c:180 plpy_plpymodule.c:183 #, c-format msgid "could not import \"plpy\" module" msgstr "не удалось импортировать модуль \"plpy\"" -#: plpy_plpymodule.c:200 +#: plpy_plpymodule.c:198 #, c-format msgid "could not create the spiexceptions module" msgstr "не удалось создать модуль spiexceptions" -#: plpy_plpymodule.c:208 +#: plpy_plpymodule.c:206 #, c-format msgid "could not add the spiexceptions module" msgstr "не удалось добавить модуль spiexceptions" -#: plpy_plpymodule.c:275 +#: plpy_plpymodule.c:273 #, c-format msgid "could not generate SPI exceptions" msgstr "не удалось сгенерировать исключения SPI" -#: plpy_plpymodule.c:443 +#: plpy_plpymodule.c:441 #, c-format msgid "could not unpack arguments in plpy.elog" msgstr "не удалось распаковать аргументы в plpy.elog" -#: plpy_plpymodule.c:452 +#: plpy_plpymodule.c:450 msgid "could not parse error message in plpy.elog" msgstr "не удалось разобрать сообщение об ошибке в plpy.elog" -#: plpy_plpymodule.c:469 +#: plpy_plpymodule.c:467 #, c-format msgid "argument 'message' given by name and position" msgstr "аргумент 'message' задан и по имени, и по позиции" -#: plpy_plpymodule.c:496 +#: plpy_plpymodule.c:494 #, c-format msgid "'%s' is an invalid keyword argument for this function" msgstr "'%s' - недопустимое ключевое слово (аргумент) для этой функции" -#: plpy_plpymodule.c:507 plpy_plpymodule.c:513 +#: plpy_plpymodule.c:505 plpy_plpymodule.c:511 #, c-format msgid "invalid SQLSTATE code" msgstr "неверный код SQLSTATE" diff -Nru postgresql-14-14.5/src/pl/tcl/po/ru.po postgresql-14-14.6/src/pl/tcl/po/ru.po --- postgresql-14-14.5/src/pl/tcl/po/ru.po 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/pl/tcl/po/ru.po 2022-11-07 21:38:53.000000000 +0000 @@ -1,12 +1,12 @@ # Russian message translation file for pltcl # Copyright (C) 2012-2016 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2012-2017, 2019. +# Alexander Lakhin , 2012-2017, 2019, 2022. msgid "" msgstr "" "Project-Id-Version: pltcl (PostgreSQL current)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" -"POT-Creation-Date: 2021-08-14 06:29+0300\n" +"POT-Creation-Date: 2022-08-10 11:56+0300\n" "PO-Revision-Date: 2019-08-29 15:43+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -93,23 +93,23 @@ msgid "could not create internal procedure \"%s\": %s" msgstr "не удалось создать внутреннюю процедуру \"%s\": %s" -#: pltcl.c:3197 +#: pltcl.c:3195 #, c-format msgid "column name/value list must have even number of elements" msgstr "в списке имён/значений столбцов должно быть чётное число элементов" -#: pltcl.c:3215 +#: pltcl.c:3213 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" msgstr "" "список имён/значений столбцов содержит имя несуществующего столбца \"%s\"" -#: pltcl.c:3222 +#: pltcl.c:3220 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "присвоить значение системному атрибуту \"%s\" нельзя" -#: pltcl.c:3228 +#: pltcl.c:3226 #, c-format msgid "cannot set generated column \"%s\"" msgstr "присвоить значение генерируемому столбцу \"%s\" нельзя" diff -Nru postgresql-14-14.5/src/port/pread.c postgresql-14-14.6/src/port/pread.c --- postgresql-14-14.5/src/port/pread.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/port/pread.c 2022-11-07 21:38:53.000000000 +0000 @@ -15,7 +15,7 @@ */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 #include diff -Nru postgresql-14-14.5/src/port/preadv.c postgresql-14-14.6/src/port/preadv.c --- postgresql-14-14.5/src/port/preadv.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/port/preadv.c 2022-11-07 21:38:53.000000000 +0000 @@ -15,7 +15,7 @@ */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 #include diff -Nru postgresql-14-14.5/src/port/pwrite.c postgresql-14-14.6/src/port/pwrite.c --- postgresql-14-14.5/src/port/pwrite.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/port/pwrite.c 2022-11-07 21:38:53.000000000 +0000 @@ -15,7 +15,7 @@ */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 #include diff -Nru postgresql-14-14.5/src/port/pwritev.c postgresql-14-14.6/src/port/pwritev.c --- postgresql-14-14.5/src/port/pwritev.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/port/pwritev.c 2022-11-07 21:38:53.000000000 +0000 @@ -15,7 +15,7 @@ */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 #include diff -Nru postgresql-14-14.5/src/port/snprintf.c postgresql-14-14.6/src/port/snprintf.c --- postgresql-14-14.5/src/port/snprintf.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/port/snprintf.c 2022-11-07 21:38:53.000000000 +0000 @@ -1002,8 +1002,8 @@ int vallen; char convert[64]; - /* we rely on regular C library's sprintf to do the basic conversion */ - vallen = sprintf(convert, "%p", value); + /* we rely on regular C library's snprintf to do the basic conversion */ + vallen = snprintf(convert, sizeof(convert), "%p", value); if (vallen < 0) target->failed = true; else @@ -1129,11 +1129,11 @@ int padlen; /* amount to pad with spaces */ /* - * We rely on the regular C library's sprintf to do the basic conversion, + * We rely on the regular C library's snprintf to do the basic conversion, * then handle padding considerations here. * * The dynamic range of "double" is about 1E+-308 for IEEE math, and not - * too wildly more than that with other hardware. In "f" format, sprintf + * too wildly more than that with other hardware. In "f" format, snprintf * could therefore generate at most 308 characters to the left of the * decimal point; while we need to allow the precision to get as high as * 308+17 to ensure that we don't truncate significant digits from very @@ -1185,14 +1185,14 @@ fmt[2] = '*'; fmt[3] = type; fmt[4] = '\0'; - vallen = sprintf(convert, fmt, prec, value); + vallen = snprintf(convert, sizeof(convert), fmt, prec, value); } else { fmt[0] = '%'; fmt[1] = type; fmt[2] = '\0'; - vallen = sprintf(convert, fmt, value); + vallen = snprintf(convert, sizeof(convert), fmt, value); } if (vallen < 0) goto fail; @@ -1321,7 +1321,7 @@ fmt[2] = '*'; fmt[3] = 'g'; fmt[4] = '\0'; - vallen = sprintf(convert, fmt, precision, value); + vallen = snprintf(convert, sizeof(convert), fmt, precision, value); if (vallen < 0) { target.failed = true; diff -Nru postgresql-14-14.5/src/template/netbsd postgresql-14-14.6/src/template/netbsd --- postgresql-14-14.5/src/template/netbsd 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/template/netbsd 2022-11-07 21:38:53.000000000 +0000 @@ -2,3 +2,12 @@ # Extra CFLAGS for code that will go into a shared library CFLAGS_SL="-fPIC -DPIC" + +# We must resolve all dynamic linking in the core server at program start. +# Otherwise the postmaster can self-deadlock due to signals interrupting +# resolution of calls, since NetBSD's linker takes a lock while doing that and +# some postmaster signal handlers do things that will also acquire that lock. +# As long as we need "-z now", might as well specify "-z relro" too. +# While there's not a hard reason to adopt these settings for our other +# executables, there's also little reason not to, so just add them to LDFLAGS. +LDFLAGS="$LDFLAGS -Wl,-z,now -Wl,-z,relro" diff -Nru postgresql-14-14.5/src/test/modules/libpq_pipeline/libpq_pipeline.c postgresql-14-14.6/src/test/modules/libpq_pipeline/libpq_pipeline.c --- postgresql-14-14.5/src/test/modules/libpq_pipeline/libpq_pipeline.c 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/modules/libpq_pipeline/libpq_pipeline.c 2022-11-07 21:38:53.000000000 +0000 @@ -28,6 +28,8 @@ static void exit_nicely(PGconn *conn); +static void pg_attribute_noreturn() pg_fatal_impl(int line, const char *fmt,...) + pg_attribute_printf(2, 3); static bool process_result(PGconn *conn, PGresult *res, int results, int numsent); @@ -497,7 +499,7 @@ PQerrorMessage(conn)); /* Try to send two queries in one command */ - if (PQsendQuery(conn, "SELECT 1; SELECT 2") != 1) + if (PQsendQueryParams(conn, "SELECT 1; SELECT 2", 0, NULL, NULL, NULL, NULL, 0) != 1) pg_fatal("failed to send query: %s", PQerrorMessage(conn)); if (PQpipelineSync(conn) != 1) pg_fatal("pipeline sync failed: %s", PQerrorMessage(conn)); @@ -529,7 +531,8 @@ fprintf(stderr, "ok\n"); /* Test single-row mode with an error partways */ - if (PQsendQuery(conn, "SELECT 1.0/g FROM generate_series(3, -1, -1) g") != 1) + if (PQsendQueryParams(conn, "SELECT 1.0/g FROM generate_series(3, -1, -1) g", + 0, NULL, NULL, NULL, NULL, 0) != 1) pg_fatal("failed to send query: %s", PQerrorMessage(conn)); if (PQpipelineSync(conn) != 1) pg_fatal("pipeline sync failed: %s", PQerrorMessage(conn)); @@ -916,7 +919,7 @@ if (PQresultStatus(res) != PGRES_COMMAND_OK) pg_fatal("expected COMMAND_OK, got %s", PQresStatus(PQresultStatus(res))); if (PQnfields(res) != lengthof(expected_oids)) - pg_fatal("expected %d columns, got %d", + pg_fatal("expected %zd columns, got %d", lengthof(expected_oids), PQnfields(res)); for (int i = 0; i < PQnfields(res); i++) { @@ -989,133 +992,10 @@ PQsetNoticeProcessor(conn, notice_processor, &n_notices); - /* - * Cause a Close message to be sent to the server, and watch libpq's - * reaction to the resulting CloseComplete. libpq must not get in IDLE - * state until that has been received. - */ - if (PQenterPipelineMode(conn) != 1) - pg_fatal("failed to enter pipeline mode: %s", PQerrorMessage(conn)); - - if (PQsendQuery(conn, "SELECT 1") != 1) - pg_fatal("failed to send query: %s", PQerrorMessage(conn)); - PQsendFlushRequest(conn); - res = PQgetResult(conn); - if (res == NULL) - pg_fatal("PQgetResult returned null when there's a pipeline item: %s", - PQerrorMessage(conn)); - if (PQresultStatus(res) != PGRES_TUPLES_OK) - pg_fatal("Unexpected result code %s from first pipeline item", - PQresStatus(PQresultStatus(res))); - PQclear(res); - - res = PQgetResult(conn); - if (res != NULL) - pg_fatal("expected NULL result"); - - if (PQpipelineSync(conn) != 1) - pg_fatal("pipeline sync failed: %s", PQerrorMessage(conn)); - res = PQgetResult(conn); - if (res == NULL) - pg_fatal("PQgetResult returned null when there's a pipeline item: %s", - PQerrorMessage(conn)); - if (PQresultStatus(res) != PGRES_PIPELINE_SYNC) - pg_fatal("Unexpected result code %s instead of PGRES_PIPELINE_SYNC, error: %s", - PQresStatus(PQresultStatus(res)), PQerrorMessage(conn)); - PQclear(res); - res = NULL; - - if (PQexitPipelineMode(conn) != 1) - pg_fatal("attempt to exit pipeline mode failed when it should've succeeded: %s", - PQerrorMessage(conn)); - - /* - * Must not have got any notices here; note bug as described in - * https://postgr.es/m/CA+mi_8bvD0_CW3sumgwPvWdNzXY32itoG_16tDYRu_1S2gV2iw@mail.gmail.com - */ - if (n_notices > 0) - pg_fatal("got %d notice(s)", n_notices); - fprintf(stderr, "ok - 1\n"); - - /* - * Verify that we can send a query using simple query protocol after one - * in pipeline mode. - */ - if (PQenterPipelineMode(conn) != 1) - pg_fatal("failed to enter pipeline mode: %s", PQerrorMessage(conn)); - if (PQsendQuery(conn, "SELECT 1") != 1) - pg_fatal("failed to send query: %s", PQerrorMessage(conn)); - PQsendFlushRequest(conn); - res = PQgetResult(conn); - if (res == NULL) - pg_fatal("PQgetResult returned null when there's a pipeline item: %s", - PQerrorMessage(conn)); - if (PQresultStatus(res) != PGRES_TUPLES_OK) - pg_fatal("unexpected result code %s from first pipeline item", - PQresStatus(PQresultStatus(res))); - res = PQgetResult(conn); - if (res != NULL) - pg_fatal("got unexpected non-null result"); - /* We can exit pipeline mode now */ - if (PQexitPipelineMode(conn) != 1) - pg_fatal("attempt to exit pipeline mode failed when it should've succeeded: %s", - PQerrorMessage(conn)); - res = PQexec(conn, "SELECT 2"); - if (n_notices > 0) - pg_fatal("got %d notice(s)", n_notices); - if (res == NULL) - pg_fatal("PQexec returned NULL"); - if (PQresultStatus(res) != PGRES_TUPLES_OK) - pg_fatal("unexpected result code %s from non-pipeline query", - PQresStatus(PQresultStatus(res))); - res = PQgetResult(conn); - if (res != NULL) - pg_fatal("did not receive terminating NULL"); - if (n_notices > 0) - pg_fatal("got %d notice(s)", n_notices); - fprintf(stderr, "ok - 2\n"); - - /* - * Case 2: exiting pipeline mode is not OK if a second command is sent. - */ - - if (PQenterPipelineMode(conn) != 1) - pg_fatal("failed to enter pipeline mode: %s", PQerrorMessage(conn)); - if (PQsendQuery(conn, "SELECT 1") != 1) - pg_fatal("failed to send query: %s", PQerrorMessage(conn)); - PQsendFlushRequest(conn); - res = PQgetResult(conn); - if (res == NULL) - pg_fatal("PQgetResult returned null when there's a pipeline item: %s", - PQerrorMessage(conn)); - if (PQresultStatus(res) != PGRES_TUPLES_OK) - pg_fatal("unexpected result code %s from first pipeline item", - PQresStatus(PQresultStatus(res))); - if (PQsendQuery(conn, "SELECT 2") != 1) - pg_fatal("failed to send query: %s", PQerrorMessage(conn)); - PQsendFlushRequest(conn); - /* read terminating null from first query */ - res = PQgetResult(conn); - if (res != NULL) - pg_fatal("did not receive terminating NULL"); - res = PQgetResult(conn); - if (res == NULL) - pg_fatal("PQgetResult returned null when there's a pipeline item: %s", - PQerrorMessage(conn)); - if (PQresultStatus(res) != PGRES_TUPLES_OK) - pg_fatal("unexpected result code %s from first pipeline item", - PQresStatus(PQresultStatus(res))); - res = PQgetResult(conn); - if (res != NULL) - pg_fatal("did not receive terminating NULL"); - if (PQexitPipelineMode(conn) != 1) - pg_fatal("attempt to exit pipeline mode failed when it should've succeeded: %s", - PQerrorMessage(conn)); - /* Try to exit pipeline mode in pipeline-idle state */ if (PQenterPipelineMode(conn) != 1) pg_fatal("failed to enter pipeline mode: %s", PQerrorMessage(conn)); - if (PQsendQuery(conn, "SELECT 1") != 1) + if (PQsendQueryParams(conn, "SELECT 1", 0, NULL, NULL, NULL, NULL, 0) != 1) pg_fatal("failed to send query: %s", PQerrorMessage(conn)); PQsendFlushRequest(conn); res = PQgetResult(conn); @@ -1129,7 +1009,7 @@ res = PQgetResult(conn); if (res != NULL) pg_fatal("did not receive terminating NULL"); - if (PQsendQuery(conn, "SELECT 2") != 1) + if (PQsendQueryParams(conn, "SELECT 2", 0, NULL, NULL, NULL, NULL, 0) != 1) pg_fatal("failed to send query: %s", PQerrorMessage(conn)); if (PQexitPipelineMode(conn) == 1) pg_fatal("exiting pipeline succeeded when it shouldn't"); @@ -1151,12 +1031,12 @@ if (n_notices > 0) pg_fatal("got %d notice(s)", n_notices); - fprintf(stderr, "ok - 3\n"); + fprintf(stderr, "ok - 1\n"); /* Have a WARNING in the middle of a resultset */ if (PQenterPipelineMode(conn) != 1) pg_fatal("entering pipeline mode failed: %s", PQerrorMessage(conn)); - if (PQsendQuery(conn, "SELECT pg_catalog.pg_advisory_unlock(1,1)") != 1) + if (PQsendQueryParams(conn, "SELECT pg_catalog.pg_advisory_unlock(1,1)", 0, NULL, NULL, NULL, NULL, 0) != 1) pg_fatal("failed to send query: %s", PQerrorMessage(conn)); PQsendFlushRequest(conn); res = PQgetResult(conn); @@ -1166,7 +1046,7 @@ pg_fatal("unexpected result code %s", PQresStatus(PQresultStatus(res))); if (PQexitPipelineMode(conn) != 1) pg_fatal("failed to exit pipeline mode: %s", PQerrorMessage(conn)); - fprintf(stderr, "ok - 4\n"); + fprintf(stderr, "ok - 2\n"); } static void @@ -1263,11 +1143,11 @@ int i; bool pipeline_ended = false; - /* 1 pipeline, 3 queries in it */ if (PQenterPipelineMode(conn) != 1) pg_fatal("failed to enter pipeline mode: %s", PQerrorMessage(conn)); + /* One series of three commands, using single-row mode for the first two. */ for (i = 0; i < 3; i++) { char *param[1]; @@ -1359,6 +1239,49 @@ pg_fatal("didn't get expected terminating TUPLES_OK"); } + /* + * Now issue one command, get its results in with single-row mode, then + * issue another command, and get its results in normal mode; make sure + * the single-row mode flag is reset as expected. + */ + if (PQsendQueryParams(conn, "SELECT generate_series(0, 0)", + 0, NULL, NULL, NULL, NULL, 0) != 1) + pg_fatal("failed to send query: %s", + PQerrorMessage(conn)); + if (PQsendFlushRequest(conn) != 1) + pg_fatal("failed to send flush request"); + if (PQsetSingleRowMode(conn) != 1) + pg_fatal("PQsetSingleRowMode() failed"); + res = PQgetResult(conn); + if (res == NULL) + pg_fatal("unexpected NULL"); + if (PQresultStatus(res) != PGRES_SINGLE_TUPLE) + pg_fatal("Expected PGRES_SINGLE_TUPLE, got %s", + PQresStatus(PQresultStatus(res))); + res = PQgetResult(conn); + if (res == NULL) + pg_fatal("unexpected NULL"); + if (PQresultStatus(res) != PGRES_TUPLES_OK) + pg_fatal("Expected PGRES_TUPLES_OK, got %s", + PQresStatus(PQresultStatus(res))); + if (PQgetResult(conn) != NULL) + pg_fatal("expected NULL result"); + + if (PQsendQueryParams(conn, "SELECT 1", + 0, NULL, NULL, NULL, NULL, 0) != 1) + pg_fatal("failed to send query: %s", + PQerrorMessage(conn)); + if (PQsendFlushRequest(conn) != 1) + pg_fatal("failed to send flush request"); + res = PQgetResult(conn); + if (res == NULL) + pg_fatal("unexpected NULL"); + if (PQresultStatus(res) != PGRES_TUPLES_OK) + pg_fatal("Expected PGRES_TUPLES_OK, got %s", + PQresStatus(PQresultStatus(res))); + if (PQgetResult(conn) != NULL) + pg_fatal("expected NULL result"); + if (PQexitPipelineMode(conn) != 1) pg_fatal("failed to end pipeline mode: %s", PQerrorMessage(conn)); diff -Nru postgresql-14-14.5/src/test/modules/libpq_pipeline/traces/pipeline_abort.trace postgresql-14-14.6/src/test/modules/libpq_pipeline/traces/pipeline_abort.trace --- postgresql-14-14.5/src/test/modules/libpq_pipeline/traces/pipeline_abort.trace 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/modules/libpq_pipeline/traces/pipeline_abort.trace 2022-11-07 21:38:53.000000000 +0000 @@ -35,18 +35,16 @@ B 15 CommandComplete "INSERT 0 1" B 5 ReadyForQuery I F 26 Parse "" "SELECT 1; SELECT 2" 0 -F 12 Bind "" "" 0 0 0 +F 14 Bind "" "" 0 0 1 0 F 6 Describe P "" F 9 Execute "" 0 -F 6 Close P "" F 4 Sync B NN ErrorResponse S "ERROR" V "ERROR" C "42601" M "cannot insert multiple commands into a prepared statement" F "SSSS" L "SSSS" R "SSSS" \x00 B 5 ReadyForQuery I F 54 Parse "" "SELECT 1.0/g FROM generate_series(3, -1, -1) g" 0 -F 12 Bind "" "" 0 0 0 +F 14 Bind "" "" 0 0 1 0 F 6 Describe P "" F 9 Execute "" 0 -F 6 Close P "" F 4 Sync B 4 ParseComplete B 4 BindComplete diff -Nru postgresql-14-14.5/src/test/modules/libpq_pipeline/traces/pipeline_idle.trace postgresql-14-14.6/src/test/modules/libpq_pipeline/traces/pipeline_idle.trace --- postgresql-14-14.5/src/test/modules/libpq_pipeline/traces/pipeline_idle.trace 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/modules/libpq_pipeline/traces/pipeline_idle.trace 2022-11-07 21:38:53.000000000 +0000 @@ -1,87 +1,27 @@ F 16 Parse "" "SELECT 1" 0 -F 12 Bind "" "" 0 0 0 +F 14 Bind "" "" 0 0 1 0 F 6 Describe P "" F 9 Execute "" 0 -F 6 Close P "" F 4 Flush B 4 ParseComplete B 4 BindComplete B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 B 11 DataRow 1 1 '1' B 13 CommandComplete "SELECT 1" -B 4 CloseComplete -F 4 Sync -B 5 ReadyForQuery I -F 16 Parse "" "SELECT 1" 0 -F 12 Bind "" "" 0 0 0 -F 6 Describe P "" -F 9 Execute "" 0 -F 6 Close P "" -F 4 Flush -B 4 ParseComplete -B 4 BindComplete -B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 -B 11 DataRow 1 1 '1' -B 13 CommandComplete "SELECT 1" -B 4 CloseComplete -F 13 Query "SELECT 2" -B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 -B 11 DataRow 1 1 '2' -B 13 CommandComplete "SELECT 1" -B 5 ReadyForQuery I -F 16 Parse "" "SELECT 1" 0 -F 12 Bind "" "" 0 0 0 -F 6 Describe P "" -F 9 Execute "" 0 -F 6 Close P "" -F 4 Flush -B 4 ParseComplete -B 4 BindComplete -B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 -B 11 DataRow 1 1 '1' -B 13 CommandComplete "SELECT 1" -B 4 CloseComplete -F 16 Parse "" "SELECT 2" 0 -F 12 Bind "" "" 0 0 0 -F 6 Describe P "" -F 9 Execute "" 0 -F 6 Close P "" -F 4 Flush -B 4 ParseComplete -B 4 BindComplete -B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 -B 11 DataRow 1 1 '2' -B 13 CommandComplete "SELECT 1" -B 4 CloseComplete -F 16 Parse "" "SELECT 1" 0 -F 12 Bind "" "" 0 0 0 -F 6 Describe P "" -F 9 Execute "" 0 -F 6 Close P "" -F 4 Flush -B 4 ParseComplete -B 4 BindComplete -B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 -B 11 DataRow 1 1 '1' -B 13 CommandComplete "SELECT 1" -B 4 CloseComplete F 16 Parse "" "SELECT 2" 0 -F 12 Bind "" "" 0 0 0 +F 14 Bind "" "" 0 0 1 0 F 6 Describe P "" F 9 Execute "" 0 -F 6 Close P "" F 4 Flush B 4 ParseComplete B 4 BindComplete B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 B 11 DataRow 1 1 '2' B 13 CommandComplete "SELECT 1" -B 4 CloseComplete F 49 Parse "" "SELECT pg_catalog.pg_advisory_unlock(1,1)" 0 -F 12 Bind "" "" 0 0 0 +F 14 Bind "" "" 0 0 1 0 F 6 Describe P "" F 9 Execute "" 0 -F 6 Close P "" F 4 Flush B 4 ParseComplete B 4 BindComplete @@ -89,5 +29,4 @@ B NN NoticeResponse S "WARNING" V "WARNING" C "01000" M "you don't own a lock of type ExclusiveLock" F "SSSS" L "SSSS" R "SSSS" \x00 B 11 DataRow 1 1 'f' B 13 CommandComplete "SELECT 1" -B 4 CloseComplete F 4 Terminate diff -Nru postgresql-14-14.5/src/test/modules/libpq_pipeline/traces/singlerow.trace postgresql-14-14.6/src/test/modules/libpq_pipeline/traces/singlerow.trace --- postgresql-14-14.5/src/test/modules/libpq_pipeline/traces/singlerow.trace 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/modules/libpq_pipeline/traces/singlerow.trace 2022-11-07 21:38:53.000000000 +0000 @@ -36,4 +36,24 @@ B 12 DataRow 1 2 '46' B 13 CommandComplete "SELECT 5" B 5 ReadyForQuery I +F 36 Parse "" "SELECT generate_series(0, 0)" 0 +F 14 Bind "" "" 0 0 1 0 +F 6 Describe P "" +F 9 Execute "" 0 +F 4 Flush +B 4 ParseComplete +B 4 BindComplete +B 40 RowDescription 1 "generate_series" NNNN 0 NNNN 4 -1 0 +B 11 DataRow 1 1 '0' +B 13 CommandComplete "SELECT 1" +F 16 Parse "" "SELECT 1" 0 +F 14 Bind "" "" 0 0 1 0 +F 6 Describe P "" +F 9 Execute "" 0 +F 4 Flush +B 4 ParseComplete +B 4 BindComplete +B 33 RowDescription 1 "?column?" NNNN 0 NNNN 4 -1 0 +B 11 DataRow 1 1 '1' +B 13 CommandComplete "SELECT 1" F 4 Terminate diff -Nru postgresql-14-14.5/src/test/perl/Makefile postgresql-14-14.6/src/test/perl/Makefile --- postgresql-14-14.5/src/test/perl/Makefile 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/perl/Makefile 2022-11-07 21:38:53.000000000 +0000 @@ -16,7 +16,7 @@ ifeq ($(enable_tap_tests),yes) installdirs: - $(MKDIR_P) '$(DESTDIR)$(pgxsdir)/$(subdir)' + $(MKDIR_P) '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test' install: all installdirs $(INSTALL_DATA) $(srcdir)/TestLib.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/TestLib.pm' @@ -24,6 +24,8 @@ $(INSTALL_DATA) $(srcdir)/RecursiveCopy.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/RecursiveCopy.pm' $(INSTALL_DATA) $(srcdir)/PostgresNode.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresNode.pm' $(INSTALL_DATA) $(srcdir)/PostgresVersion.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresVersion.pm' + $(INSTALL_DATA) $(srcdir)/PostgreSQL/Test/Cluster.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm' + $(INSTALL_DATA) $(srcdir)/PostgreSQL/Test/Utils.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Utils.pm' uninstall: rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/TestLib.pm' @@ -31,5 +33,7 @@ rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/RecursiveCopy.pm' rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresNode.pm' rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresVersion.pm' + rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm' + rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Utils.pm' endif diff -Nru postgresql-14-14.5/src/test/perl/PostgresNode.pm postgresql-14-14.6/src/test/perl/PostgresNode.pm --- postgresql-14-14.5/src/test/perl/PostgresNode.pm 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/perl/PostgresNode.pm 2022-11-07 21:38:53.000000000 +0000 @@ -2572,6 +2572,50 @@ =pod +=item $node->wait_for_subscription_sync(publisher, subname, dbname) + +Wait for all tables in pg_subscription_rel to complete the initial +synchronization (i.e to be either in 'syncdone' or 'ready' state). + +If the publisher node is given, additionally, check if the subscriber has +caught up to what has been committed on the primary. This is useful to +ensure that the initial data synchronization has been completed after +creating a new subscription. + +If there is no active replication connection from this peer, wait until +poll_query_until timeout. + +This is not a test. It die()s on failure. + +=cut + +sub wait_for_subscription_sync +{ + my ($self, $publisher, $subname, $dbname) = @_; + my $name = $self->name; + + $dbname = defined($dbname) ? $dbname : 'postgres'; + + # Wait for all tables to finish initial sync. + print "Waiting for all subscriptions in \"$name\" to synchronize data\n"; + my $query = + qq[SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');]; + $self->poll_query_until($dbname, $query) + or croak "timed out waiting for subscriber to synchronize data"; + + # Then, wait for the replication to catchup if required. + if (defined($publisher)) + { + croak 'subscription name must be specified' unless defined($subname); + $publisher->wait_for_catchup($subname); + } + + print "done\n"; + return; +} + +=pod + =item $node->wait_for_log(regexp, offset) Waits for the contents of the server log file, starting at the given offset, to diff -Nru postgresql-14-14.5/src/test/regress/expected/create_function_3.out postgresql-14-14.6/src/test/regress/expected/create_function_3.out --- postgresql-14-14.5/src/test/regress/expected/create_function_3.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/create_function_3.out 2022-11-07 21:38:53.000000000 +0000 @@ -666,9 +666,25 @@ ----------- (0 rows) +-- Regression tests for bugs: +-- Check that arguments that are R/W expanded datums aren't corrupted by +-- multiple uses. This test knows that array_append() returns a R/W datum +-- and will modify a R/W array input in-place. We use SETOF to prevent +-- inlining of the SQL function. +CREATE FUNCTION double_append(anyarray, anyelement) RETURNS SETOF anyarray +LANGUAGE SQL IMMUTABLE AS +$$ SELECT array_append($1, $2) || array_append($1, $2) $$; +SELECT double_append(array_append(ARRAY[q1], q2), q3) + FROM (VALUES(1,2,3), (4,5,6)) v(q1,q2,q3); + double_append +--------------- + {1,2,3,1,2,3} + {4,5,6,4,5,6} +(2 rows) + -- Cleanup DROP SCHEMA temp_func_test CASCADE; -NOTICE: drop cascades to 29 other objects +NOTICE: drop cascades to 30 other objects DETAIL: drop cascades to function functest_a_1(text,date) drop cascades to function functest_a_2(text[]) drop cascades to function functest_a_3() @@ -698,5 +714,6 @@ drop cascades to function voidtest3(integer) drop cascades to function voidtest4(integer) drop cascades to function voidtest5(integer) +drop cascades to function double_append(anyarray,anyelement) DROP USER regress_unpriv_user; RESET search_path; diff -Nru postgresql-14-14.5/src/test/regress/expected/foreign_key.out postgresql-14-14.6/src/test/regress/expected/foreign_key.out --- postgresql-14-14.5/src/test/regress/expected/foreign_key.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/foreign_key.out 2022-11-07 21:38:53.000000000 +0000 @@ -1921,6 +1921,87 @@ reset role; revoke all on fk_notpartitioned_pk from regress_other_partitioned_fk_owner; drop role regress_other_partitioned_fk_owner; +-- +-- Test self-referencing foreign key with partition. +-- This should create only one fk constraint per partition +-- +CREATE TABLE parted_self_fk ( + id bigint NOT NULL PRIMARY KEY, + id_abc bigint, + FOREIGN KEY (id_abc) REFERENCES parted_self_fk(id) +) +PARTITION BY RANGE (id); +CREATE TABLE part1_self_fk ( + id bigint NOT NULL PRIMARY KEY, + id_abc bigint +); +ALTER TABLE parted_self_fk ATTACH PARTITION part1_self_fk FOR VALUES FROM (0) TO (10); +CREATE TABLE part2_self_fk PARTITION OF parted_self_fk FOR VALUES FROM (10) TO (20); +CREATE TABLE part3_self_fk ( -- a partitioned partition + id bigint NOT NULL PRIMARY KEY, + id_abc bigint +) PARTITION BY RANGE (id); +CREATE TABLE part32_self_fk PARTITION OF part3_self_fk FOR VALUES FROM (20) TO (30); +ALTER TABLE parted_self_fk ATTACH PARTITION part3_self_fk FOR VALUES FROM (20) TO (40); +CREATE TABLE part33_self_fk ( + id bigint NOT NULL PRIMARY KEY, + id_abc bigint +); +ALTER TABLE part3_self_fk ATTACH PARTITION part33_self_fk FOR VALUES FROM (30) TO (40); +SELECT cr.relname, co.conname, co.contype, co.convalidated, + p.conname AS conparent, p.convalidated, cf.relname AS foreignrel +FROM pg_constraint co +JOIN pg_class cr ON cr.oid = co.conrelid +LEFT JOIN pg_class cf ON cf.oid = co.confrelid +LEFT JOIN pg_constraint p ON p.oid = co.conparentid +WHERE cr.oid IN (SELECT relid FROM pg_partition_tree('parted_self_fk')) +ORDER BY co.contype, cr.relname, co.conname, p.conname; + relname | conname | contype | convalidated | conparent | convalidated | foreignrel +----------------+----------------------------+---------+--------------+----------------------------+--------------+---------------- + part1_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part2_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part32_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part33_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part3_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + parted_self_fk | parted_self_fk_id_abc_fkey | f | t | | | parted_self_fk + part1_self_fk | part1_self_fk_pkey | p | t | parted_self_fk_pkey | t | + part2_self_fk | part2_self_fk_pkey | p | t | parted_self_fk_pkey | t | + part32_self_fk | part32_self_fk_pkey | p | t | part3_self_fk_pkey | t | + part33_self_fk | part33_self_fk_pkey | p | t | part3_self_fk_pkey | t | + part3_self_fk | part3_self_fk_pkey | p | t | parted_self_fk_pkey | t | + parted_self_fk | parted_self_fk_pkey | p | t | | | +(12 rows) + +-- detach and re-attach multiple times just to ensure everything is kosher +ALTER TABLE parted_self_fk DETACH PARTITION part2_self_fk; +ALTER TABLE parted_self_fk ATTACH PARTITION part2_self_fk FOR VALUES FROM (10) TO (20); +ALTER TABLE parted_self_fk DETACH PARTITION part2_self_fk; +ALTER TABLE parted_self_fk ATTACH PARTITION part2_self_fk FOR VALUES FROM (10) TO (20); +SELECT cr.relname, co.conname, co.contype, co.convalidated, + p.conname AS conparent, p.convalidated, cf.relname AS foreignrel +FROM pg_constraint co +JOIN pg_class cr ON cr.oid = co.conrelid +LEFT JOIN pg_class cf ON cf.oid = co.confrelid +LEFT JOIN pg_constraint p ON p.oid = co.conparentid +WHERE cr.oid IN (SELECT relid FROM pg_partition_tree('parted_self_fk')) +ORDER BY co.contype, cr.relname, co.conname, p.conname; + relname | conname | contype | convalidated | conparent | convalidated | foreignrel +----------------+----------------------------+---------+--------------+----------------------------+--------------+---------------- + part1_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part2_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part32_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part33_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + part3_self_fk | parted_self_fk_id_abc_fkey | f | t | parted_self_fk_id_abc_fkey | t | parted_self_fk + parted_self_fk | parted_self_fk_id_abc_fkey | f | t | | | parted_self_fk + part1_self_fk | part1_self_fk_pkey | p | t | parted_self_fk_pkey | t | + part2_self_fk | part2_self_fk_pkey | p | t | parted_self_fk_pkey | t | + part32_self_fk | part32_self_fk_pkey | p | t | part3_self_fk_pkey | t | + part33_self_fk | part33_self_fk_pkey | p | t | part3_self_fk_pkey | t | + part3_self_fk | part3_self_fk_pkey | p | t | parted_self_fk_pkey | t | + parted_self_fk | parted_self_fk_pkey | p | t | | | +(12 rows) + +-- Leave this table around, for pg_upgrade/pg_dump tests -- Test creating a constraint at the parent that already exists in partitions. -- There should be no duplicated constraints, and attempts to drop the -- constraint in partitions should raise appropriate errors. diff -Nru postgresql-14-14.5/src/test/regress/expected/geometry.out postgresql-14-14.6/src/test/regress/expected/geometry.out --- postgresql-14-14.5/src/test/regress/expected/geometry.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/geometry.out 2022-11-07 21:38:53.000000000 +0000 @@ -4342,9 +4342,8 @@ <(100,200),10> | <(100,200),10> <(100,1),115> | <(100,1),115> <(3,5),0> | <(3,5),0> - <(3,5),NaN> | <(3,5),0> <(3,5),NaN> | <(3,5),NaN> -(9 rows) +(8 rows) -- Overlap with circle SELECT c1.f1, c2.f1 FROM CIRCLE_TBL c1, CIRCLE_TBL c2 WHERE c1.f1 && c2.f1; diff -Nru postgresql-14-14.5/src/test/regress/expected/indexing.out postgresql-14-14.6/src/test/regress/expected/indexing.out --- postgresql-14-14.5/src/test/regress/expected/indexing.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/indexing.out 2022-11-07 21:38:53.000000000 +0000 @@ -377,7 +377,7 @@ -- When a table is attached a partition and it already has an index, a -- duplicate index should not get created, but rather the index becomes -- attached to the parent's index. -create table idxpart (a int, b int, c text) partition by range (a); +create table idxpart (a int, b int, c text, d bool) partition by range (a); create index idxparti on idxpart (a); create index idxparti2 on idxpart (b, c); create table idxpart1 (like idxpart including indexes); @@ -388,6 +388,7 @@ a | integer | | | b | integer | | | c | text | | | + d | boolean | | | Indexes: "idxpart1_a_idx" btree (a) "idxpart1_b_c_idx" btree (b, c) @@ -414,6 +415,7 @@ a | integer | | | b | integer | | | c | text | | | + d | boolean | | | Partition of: idxpart FOR VALUES FROM (0) TO (10) Indexes: "idxpart1_a_idx" btree (a) @@ -433,6 +435,68 @@ idxparti2 | I | (6 rows) +-- While here, also check matching when creating an index after the fact. +create index on idxpart1 ((a+b)) where d = true; +\d idxpart1 + Table "public.idxpart1" + Column | Type | Collation | Nullable | Default +--------+---------+-----------+----------+--------- + a | integer | | | + b | integer | | | + c | text | | | + d | boolean | | | +Partition of: idxpart FOR VALUES FROM (0) TO (10) +Indexes: + "idxpart1_a_idx" btree (a) + "idxpart1_b_c_idx" btree (b, c) + "idxpart1_expr_idx" btree ((a + b)) WHERE d = true + +select relname, relkind, inhparent::regclass + from pg_class left join pg_index ix on (indexrelid = oid) + left join pg_inherits on (ix.indexrelid = inhrelid) + where relname like 'idxpart%' order by relname; + relname | relkind | inhparent +-------------------+---------+----------- + idxpart | p | + idxpart1 | r | + idxpart1_a_idx | i | idxparti + idxpart1_b_c_idx | i | idxparti2 + idxpart1_expr_idx | i | + idxparti | I | + idxparti2 | I | +(7 rows) + +create index idxparti3 on idxpart ((a+b)) where d = true; +\d idxpart1 + Table "public.idxpart1" + Column | Type | Collation | Nullable | Default +--------+---------+-----------+----------+--------- + a | integer | | | + b | integer | | | + c | text | | | + d | boolean | | | +Partition of: idxpart FOR VALUES FROM (0) TO (10) +Indexes: + "idxpart1_a_idx" btree (a) + "idxpart1_b_c_idx" btree (b, c) + "idxpart1_expr_idx" btree ((a + b)) WHERE d = true + +select relname, relkind, inhparent::regclass + from pg_class left join pg_index ix on (indexrelid = oid) + left join pg_inherits on (ix.indexrelid = inhrelid) + where relname like 'idxpart%' order by relname; + relname | relkind | inhparent +-------------------+---------+----------- + idxpart | p | + idxpart1 | r | + idxpart1_a_idx | i | idxparti + idxpart1_b_c_idx | i | idxparti2 + idxpart1_expr_idx | i | idxparti3 + idxparti | I | + idxparti2 | I | + idxparti3 | I | +(8 rows) + drop table idxpart; -- Verify that attaching an invalid index does not mark the parent index valid. -- On the other hand, attaching a valid index marks not only its direct diff -Nru postgresql-14-14.5/src/test/regress/expected/publication.out postgresql-14-14.6/src/test/regress/expected/publication.out --- postgresql-14-14.5/src/test/regress/expected/publication.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/publication.out 2022-11-07 21:38:53.000000000 +0000 @@ -140,6 +140,8 @@ Tables: "public.testpub_parted" +-- works despite missing REPLICA IDENTITY, because no actual update happened +UPDATE testpub_parted SET a = 1 WHERE false; -- should now fail, because parent's publication replicates updates UPDATE testpub_parted1 SET a = 1; ERROR: cannot update table "testpub_parted1" because it does not have a replica identity and publishes updates diff -Nru postgresql-14-14.5/src/test/regress/expected/triggers.out postgresql-14-14.6/src/test/regress/expected/triggers.out --- postgresql-14-14.5/src/test/regress/expected/triggers.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/triggers.out 2022-11-07 21:38:53.000000000 +0000 @@ -2020,7 +2020,7 @@ referencing old table as old_table for each row execute procedure trigger_nothing(); ERROR: "parted_trig" is a partitioned table -DETAIL: Triggers on partitioned tables cannot have transition tables. +DETAIL: ROW triggers with transition tables are not supported on partitioned tables. drop table parted_trig; -- -- Verify trigger creation for partitioned tables, and drop behavior @@ -3394,7 +3394,7 @@ insert into convslot_test_child(col1) values ('1'); insert into convslot_test_parent(col1) values ('3'); insert into convslot_test_child(col1) values ('3'); -create or replace function trigger_function1() +create function convslot_trig1() returns trigger language plpgsql AS $$ @@ -3404,7 +3404,7 @@ (select string_agg(old_table::text, ', ' order by col1) from old_table); return null; end; $$; -create or replace function trigger_function2() +create function convslot_trig2() returns trigger language plpgsql AS $$ @@ -3416,10 +3416,10 @@ end; $$; create trigger but_trigger after update on convslot_test_child referencing new table as new_table -for each statement execute function trigger_function2(); +for each statement execute function convslot_trig2(); update convslot_test_parent set col1 = col1 || '1'; NOTICE: trigger = but_trigger, new table = (11,tutu), (31,tutu) -create or replace function trigger_function3() +create function convslot_trig3() returns trigger language plpgsql AS $$ @@ -3432,13 +3432,39 @@ end; $$; create trigger but_trigger2 after update on convslot_test_child referencing old table as old_table new table as new_table -for each statement execute function trigger_function3(); +for each statement execute function convslot_trig3(); update convslot_test_parent set col1 = col1 || '1'; NOTICE: trigger = but_trigger, new table = (111,tutu), (311,tutu) NOTICE: trigger = but_trigger2, old_table = (11,tutu), (31,tutu), new table = (111,tutu), (311,tutu) create trigger bdt_trigger after delete on convslot_test_child referencing old table as old_table -for each statement execute function trigger_function1(); +for each statement execute function convslot_trig1(); delete from convslot_test_parent; NOTICE: trigger = bdt_trigger, old_table = (111,tutu), (311,tutu) drop table convslot_test_child, convslot_test_parent; +drop function convslot_trig1(); +drop function convslot_trig2(); +drop function convslot_trig3(); +-- Bug #17607: variant of above in which trigger function raises an error; +-- we don't see any ill effects unless trigger tuple requires mapping +create table convslot_test_parent (id int primary key, val int) +partition by range (id); +create table convslot_test_part (val int, id int not null); +alter table convslot_test_parent + attach partition convslot_test_part for values from (1) to (1000); +create function convslot_trig4() returns trigger as +$$begin raise exception 'BOOM!'; end$$ language plpgsql; +create trigger convslot_test_parent_update + after update on convslot_test_parent + referencing old table as old_rows new table as new_rows + for each statement execute procedure convslot_trig4(); +insert into convslot_test_parent (id, val) values (1, 2); +begin; +savepoint svp; +update convslot_test_parent set val = 3; -- error expected +ERROR: BOOM! +CONTEXT: PL/pgSQL function convslot_trig4() line 1 at RAISE +rollback to savepoint svp; +rollback; +drop table convslot_test_parent; +drop function convslot_trig4(); diff -Nru postgresql-14-14.5/src/test/regress/expected/updatable_views.out postgresql-14-14.6/src/test/regress/expected/updatable_views.out --- postgresql-14-14.5/src/test/regress/expected/updatable_views.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/updatable_views.out 2022-11-07 21:38:53.000000000 +0000 @@ -433,8 +433,30 @@ Index Cond: ((a > 0) AND (a = 5)) (3 rows) +-- it's still updatable if we add a DO ALSO rule +CREATE TABLE base_tbl_hist(ts timestamptz default now(), a int, b text); +CREATE RULE base_tbl_log AS ON INSERT TO rw_view1 DO ALSO + INSERT INTO base_tbl_hist(a,b) VALUES(new.a, new.b); +SELECT table_name, is_updatable, is_insertable_into + FROM information_schema.views + WHERE table_name = 'rw_view1'; + table_name | is_updatable | is_insertable_into +------------+--------------+-------------------- + rw_view1 | YES | YES +(1 row) + +-- Check behavior with DEFAULTs (bug #17633) +INSERT INTO rw_view1 VALUES (9, DEFAULT), (10, DEFAULT); +SELECT a, b FROM base_tbl_hist; + a | b +----+--- + 9 | + 10 | +(2 rows) + DROP TABLE base_tbl CASCADE; NOTICE: drop cascades to view rw_view1 +DROP TABLE base_tbl_hist; -- view on top of view CREATE TABLE base_tbl (a int PRIMARY KEY, b text DEFAULT 'Unspecified'); INSERT INTO base_tbl SELECT i, 'Row ' || i FROM generate_series(-2, 2) g(i); diff -Nru postgresql-14-14.5/src/test/regress/expected/with.out postgresql-14-14.6/src/test/regress/expected/with.out --- postgresql-14-14.5/src/test/regress/expected/with.out 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/expected/with.out 2022-11-07 21:38:53.000000000 +0000 @@ -790,6 +790,83 @@ 4 | 5 | arc 4 -> 5 | (1,4,5) (7 rows) +-- a constant initial value causes issues for EXPLAIN +explain (verbose, costs off) +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search depth first by x set y +select * from test limit 5; + QUERY PLAN +----------------------------------------------------------------------------------------- + Limit + Output: test.x, test.y + CTE test + -> Recursive Union + -> Result + Output: 1, '{(1)}'::record[] + -> WorkTable Scan on test test_1 + Output: (test_1.x + 1), array_cat(test_1.y, ARRAY[ROW((test_1.x + 1))]) + -> CTE Scan on test + Output: test.x, test.y +(10 rows) + +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search depth first by x set y +select * from test limit 5; + x | y +---+----------------------- + 1 | {(1)} + 2 | {(1),(2)} + 3 | {(1),(2),(3)} + 4 | {(1),(2),(3),(4)} + 5 | {(1),(2),(3),(4),(5)} +(5 rows) + +explain (verbose, costs off) +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search breadth first by x set y +select * from test limit 5; + QUERY PLAN +-------------------------------------------------------------------------------------------- + Limit + Output: test.x, test.y + CTE test + -> Recursive Union + -> Result + Output: 1, '(0,1)'::record + -> WorkTable Scan on test test_1 + Output: (test_1.x + 1), ROW(int8inc((test_1.y)."*DEPTH*"), (test_1.x + 1)) + -> CTE Scan on test + Output: test.x, test.y +(10 rows) + +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search breadth first by x set y +select * from test limit 5; + x | y +---+------- + 1 | (0,1) + 2 | (1,2) + 3 | (2,3) + 4 | (3,4) + 5 | (4,5) +(5 rows) + -- various syntax errors with recursive search_graph(f, t, label) as ( select * from graph0 g @@ -1101,6 +1178,49 @@ 2 | 3 | arc 2 -> 3 | N | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} (25 rows) +explain (verbose, costs off) +with recursive test as ( + select 0 as x + union all + select (x + 1) % 10 + from test +) cycle x set is_cycle using path +select * from test; + QUERY PLAN +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- + CTE Scan on test + Output: test.x, test.is_cycle, test.path + CTE test + -> Recursive Union + -> Result + Output: 0, false, '{(0)}'::record[] + -> WorkTable Scan on test test_1 + Output: ((test_1.x + 1) % 10), CASE WHEN (ROW(((test_1.x + 1) % 10)) = ANY (test_1.path)) THEN true ELSE false END, array_cat(test_1.path, ARRAY[ROW(((test_1.x + 1) % 10))]) + Filter: (NOT test_1.is_cycle) +(9 rows) + +with recursive test as ( + select 0 as x + union all + select (x + 1) % 10 + from test +) cycle x set is_cycle using path +select * from test; + x | is_cycle | path +---+----------+----------------------------------------------- + 0 | f | {(0)} + 1 | f | {(0),(1)} + 2 | f | {(0),(1),(2)} + 3 | f | {(0),(1),(2),(3)} + 4 | f | {(0),(1),(2),(3),(4)} + 5 | f | {(0),(1),(2),(3),(4),(5)} + 6 | f | {(0),(1),(2),(3),(4),(5),(6)} + 7 | f | {(0),(1),(2),(3),(4),(5),(6),(7)} + 8 | f | {(0),(1),(2),(3),(4),(5),(6),(7),(8)} + 9 | f | {(0),(1),(2),(3),(4),(5),(6),(7),(8),(9)} + 0 | t | {(0),(1),(2),(3),(4),(5),(6),(7),(8),(9),(0)} +(11 rows) + -- multiple CTEs with recursive graph(f, t, label) as ( diff -Nru postgresql-14-14.5/src/test/regress/input/constraints.source postgresql-14-14.6/src/test/regress/input/constraints.source --- postgresql-14-14.5/src/test/regress/input/constraints.source 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/input/constraints.source 2022-11-07 21:38:53.000000000 +0000 @@ -410,6 +410,25 @@ COMMIT; DROP TABLE parted_uniq_tbl; +-- test naming a constraint in a partition when a conflict exists +CREATE TABLE parted_fk_naming ( + id bigint NOT NULL default 1, + id_abc bigint, + CONSTRAINT dummy_constr FOREIGN KEY (id_abc) + REFERENCES parted_fk_naming (id), + PRIMARY KEY (id) +) +PARTITION BY LIST (id); +CREATE TABLE parted_fk_naming_1 ( + id bigint NOT NULL default 1, + id_abc bigint, + PRIMARY KEY (id), + CONSTRAINT dummy_constr CHECK (true) +); +ALTER TABLE parted_fk_naming ATTACH PARTITION parted_fk_naming_1 FOR VALUES IN ('1'); +SELECT conname FROM pg_constraint WHERE conrelid = 'parted_fk_naming_1'::regclass AND contype = 'f'; +DROP TABLE parted_fk_naming; + -- test a HOT update that invalidates the conflicting tuple. -- the trigger should still fire and catch the violation diff -Nru postgresql-14-14.5/src/test/regress/output/constraints.source postgresql-14-14.6/src/test/regress/output/constraints.source --- postgresql-14-14.5/src/test/regress/output/constraints.source 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/output/constraints.source 2022-11-07 21:38:53.000000000 +0000 @@ -575,6 +575,29 @@ ERROR: duplicate key value violates unique constraint "parted_uniq_tbl_1_i_key" DETAIL: Key (i)=(1) already exists. DROP TABLE parted_uniq_tbl; +-- test naming a constraint in a partition when a conflict exists +CREATE TABLE parted_fk_naming ( + id bigint NOT NULL default 1, + id_abc bigint, + CONSTRAINT dummy_constr FOREIGN KEY (id_abc) + REFERENCES parted_fk_naming (id), + PRIMARY KEY (id) +) +PARTITION BY LIST (id); +CREATE TABLE parted_fk_naming_1 ( + id bigint NOT NULL default 1, + id_abc bigint, + PRIMARY KEY (id), + CONSTRAINT dummy_constr CHECK (true) +); +ALTER TABLE parted_fk_naming ATTACH PARTITION parted_fk_naming_1 FOR VALUES IN ('1'); +SELECT conname FROM pg_constraint WHERE conrelid = 'parted_fk_naming_1'::regclass AND contype = 'f'; + conname +-------------------------------- + parted_fk_naming_1_id_abc_fkey +(1 row) + +DROP TABLE parted_fk_naming; -- test a HOT update that invalidates the conflicting tuple. -- the trigger should still fire and catch the violation BEGIN; diff -Nru postgresql-14-14.5/src/test/regress/sql/create_function_3.sql postgresql-14-14.6/src/test/regress/sql/create_function_3.sql --- postgresql-14-14.5/src/test/regress/sql/create_function_3.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/sql/create_function_3.sql 2022-11-07 21:38:53.000000000 +0000 @@ -385,6 +385,19 @@ $$ SELECT generate_series(1, a) $$ STABLE; SELECT * FROM voidtest5(3); +-- Regression tests for bugs: + +-- Check that arguments that are R/W expanded datums aren't corrupted by +-- multiple uses. This test knows that array_append() returns a R/W datum +-- and will modify a R/W array input in-place. We use SETOF to prevent +-- inlining of the SQL function. +CREATE FUNCTION double_append(anyarray, anyelement) RETURNS SETOF anyarray +LANGUAGE SQL IMMUTABLE AS +$$ SELECT array_append($1, $2) || array_append($1, $2) $$; + +SELECT double_append(array_append(ARRAY[q1], q2), q3) + FROM (VALUES(1,2,3), (4,5,6)) v(q1,q2,q3); + -- Cleanup DROP SCHEMA temp_func_test CASCADE; DROP USER regress_unpriv_user; diff -Nru postgresql-14-14.5/src/test/regress/sql/foreign_key.sql postgresql-14-14.6/src/test/regress/sql/foreign_key.sql --- postgresql-14-14.5/src/test/regress/sql/foreign_key.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/sql/foreign_key.sql 2022-11-07 21:38:53.000000000 +0000 @@ -1390,6 +1390,61 @@ revoke all on fk_notpartitioned_pk from regress_other_partitioned_fk_owner; drop role regress_other_partitioned_fk_owner; +-- +-- Test self-referencing foreign key with partition. +-- This should create only one fk constraint per partition +-- +CREATE TABLE parted_self_fk ( + id bigint NOT NULL PRIMARY KEY, + id_abc bigint, + FOREIGN KEY (id_abc) REFERENCES parted_self_fk(id) +) +PARTITION BY RANGE (id); +CREATE TABLE part1_self_fk ( + id bigint NOT NULL PRIMARY KEY, + id_abc bigint +); +ALTER TABLE parted_self_fk ATTACH PARTITION part1_self_fk FOR VALUES FROM (0) TO (10); +CREATE TABLE part2_self_fk PARTITION OF parted_self_fk FOR VALUES FROM (10) TO (20); +CREATE TABLE part3_self_fk ( -- a partitioned partition + id bigint NOT NULL PRIMARY KEY, + id_abc bigint +) PARTITION BY RANGE (id); +CREATE TABLE part32_self_fk PARTITION OF part3_self_fk FOR VALUES FROM (20) TO (30); +ALTER TABLE parted_self_fk ATTACH PARTITION part3_self_fk FOR VALUES FROM (20) TO (40); +CREATE TABLE part33_self_fk ( + id bigint NOT NULL PRIMARY KEY, + id_abc bigint +); +ALTER TABLE part3_self_fk ATTACH PARTITION part33_self_fk FOR VALUES FROM (30) TO (40); + +SELECT cr.relname, co.conname, co.contype, co.convalidated, + p.conname AS conparent, p.convalidated, cf.relname AS foreignrel +FROM pg_constraint co +JOIN pg_class cr ON cr.oid = co.conrelid +LEFT JOIN pg_class cf ON cf.oid = co.confrelid +LEFT JOIN pg_constraint p ON p.oid = co.conparentid +WHERE cr.oid IN (SELECT relid FROM pg_partition_tree('parted_self_fk')) +ORDER BY co.contype, cr.relname, co.conname, p.conname; + +-- detach and re-attach multiple times just to ensure everything is kosher +ALTER TABLE parted_self_fk DETACH PARTITION part2_self_fk; +ALTER TABLE parted_self_fk ATTACH PARTITION part2_self_fk FOR VALUES FROM (10) TO (20); +ALTER TABLE parted_self_fk DETACH PARTITION part2_self_fk; +ALTER TABLE parted_self_fk ATTACH PARTITION part2_self_fk FOR VALUES FROM (10) TO (20); + +SELECT cr.relname, co.conname, co.contype, co.convalidated, + p.conname AS conparent, p.convalidated, cf.relname AS foreignrel +FROM pg_constraint co +JOIN pg_class cr ON cr.oid = co.conrelid +LEFT JOIN pg_class cf ON cf.oid = co.confrelid +LEFT JOIN pg_constraint p ON p.oid = co.conparentid +WHERE cr.oid IN (SELECT relid FROM pg_partition_tree('parted_self_fk')) +ORDER BY co.contype, cr.relname, co.conname, p.conname; + +-- Leave this table around, for pg_upgrade/pg_dump tests + + -- Test creating a constraint at the parent that already exists in partitions. -- There should be no duplicated constraints, and attempts to drop the -- constraint in partitions should raise appropriate errors. diff -Nru postgresql-14-14.5/src/test/regress/sql/indexing.sql postgresql-14-14.6/src/test/regress/sql/indexing.sql --- postgresql-14-14.5/src/test/regress/sql/indexing.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/sql/indexing.sql 2022-11-07 21:38:53.000000000 +0000 @@ -192,7 +192,7 @@ -- When a table is attached a partition and it already has an index, a -- duplicate index should not get created, but rather the index becomes -- attached to the parent's index. -create table idxpart (a int, b int, c text) partition by range (a); +create table idxpart (a int, b int, c text, d bool) partition by range (a); create index idxparti on idxpart (a); create index idxparti2 on idxpart (b, c); create table idxpart1 (like idxpart including indexes); @@ -205,6 +205,19 @@ \d idxpart1 select relname, relkind, inhparent::regclass from pg_class left join pg_index ix on (indexrelid = oid) + left join pg_inherits on (ix.indexrelid = inhrelid) + where relname like 'idxpart%' order by relname; +-- While here, also check matching when creating an index after the fact. +create index on idxpart1 ((a+b)) where d = true; +\d idxpart1 +select relname, relkind, inhparent::regclass + from pg_class left join pg_index ix on (indexrelid = oid) + left join pg_inherits on (ix.indexrelid = inhrelid) + where relname like 'idxpart%' order by relname; +create index idxparti3 on idxpart ((a+b)) where d = true; +\d idxpart1 +select relname, relkind, inhparent::regclass + from pg_class left join pg_index ix on (indexrelid = oid) left join pg_inherits on (ix.indexrelid = inhrelid) where relname like 'idxpart%' order by relname; drop table idxpart; diff -Nru postgresql-14-14.5/src/test/regress/sql/publication.sql postgresql-14-14.6/src/test/regress/sql/publication.sql --- postgresql-14-14.5/src/test/regress/sql/publication.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/sql/publication.sql 2022-11-07 21:38:53.000000000 +0000 @@ -85,6 +85,8 @@ -- only parent is listed as being in publication, not the partition ALTER PUBLICATION testpub_forparted ADD TABLE testpub_parted; \dRp+ testpub_forparted +-- works despite missing REPLICA IDENTITY, because no actual update happened +UPDATE testpub_parted SET a = 1 WHERE false; -- should now fail, because parent's publication replicates updates UPDATE testpub_parted1 SET a = 1; ALTER TABLE testpub_parted DETACH PARTITION testpub_parted1; diff -Nru postgresql-14-14.5/src/test/regress/sql/triggers.sql postgresql-14-14.6/src/test/regress/sql/triggers.sql --- postgresql-14-14.5/src/test/regress/sql/triggers.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/sql/triggers.sql 2022-11-07 21:38:53.000000000 +0000 @@ -2535,7 +2535,7 @@ insert into convslot_test_parent(col1) values ('3'); insert into convslot_test_child(col1) values ('3'); -create or replace function trigger_function1() +create function convslot_trig1() returns trigger language plpgsql AS $$ @@ -2546,7 +2546,7 @@ return null; end; $$; -create or replace function trigger_function2() +create function convslot_trig2() returns trigger language plpgsql AS $$ @@ -2559,11 +2559,11 @@ create trigger but_trigger after update on convslot_test_child referencing new table as new_table -for each statement execute function trigger_function2(); +for each statement execute function convslot_trig2(); update convslot_test_parent set col1 = col1 || '1'; -create or replace function trigger_function3() +create function convslot_trig3() returns trigger language plpgsql AS $$ @@ -2577,12 +2577,45 @@ create trigger but_trigger2 after update on convslot_test_child referencing old table as old_table new table as new_table -for each statement execute function trigger_function3(); +for each statement execute function convslot_trig3(); update convslot_test_parent set col1 = col1 || '1'; create trigger bdt_trigger after delete on convslot_test_child referencing old table as old_table -for each statement execute function trigger_function1(); +for each statement execute function convslot_trig1(); delete from convslot_test_parent; drop table convslot_test_child, convslot_test_parent; +drop function convslot_trig1(); +drop function convslot_trig2(); +drop function convslot_trig3(); + +-- Bug #17607: variant of above in which trigger function raises an error; +-- we don't see any ill effects unless trigger tuple requires mapping + +create table convslot_test_parent (id int primary key, val int) +partition by range (id); + +create table convslot_test_part (val int, id int not null); + +alter table convslot_test_parent + attach partition convslot_test_part for values from (1) to (1000); + +create function convslot_trig4() returns trigger as +$$begin raise exception 'BOOM!'; end$$ language plpgsql; + +create trigger convslot_test_parent_update + after update on convslot_test_parent + referencing old table as old_rows new table as new_rows + for each statement execute procedure convslot_trig4(); + +insert into convslot_test_parent (id, val) values (1, 2); + +begin; +savepoint svp; +update convslot_test_parent set val = 3; -- error expected +rollback to savepoint svp; +rollback; + +drop table convslot_test_parent; +drop function convslot_trig4(); diff -Nru postgresql-14-14.5/src/test/regress/sql/updatable_views.sql postgresql-14-14.6/src/test/regress/sql/updatable_views.sql --- postgresql-14-14.5/src/test/regress/sql/updatable_views.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/sql/updatable_views.sql 2022-11-07 21:38:53.000000000 +0000 @@ -148,7 +148,24 @@ EXPLAIN (costs off) UPDATE rw_view1 SET a=6 WHERE a=5; EXPLAIN (costs off) DELETE FROM rw_view1 WHERE a=5; +-- it's still updatable if we add a DO ALSO rule + +CREATE TABLE base_tbl_hist(ts timestamptz default now(), a int, b text); + +CREATE RULE base_tbl_log AS ON INSERT TO rw_view1 DO ALSO + INSERT INTO base_tbl_hist(a,b) VALUES(new.a, new.b); + +SELECT table_name, is_updatable, is_insertable_into + FROM information_schema.views + WHERE table_name = 'rw_view1'; + +-- Check behavior with DEFAULTs (bug #17633) + +INSERT INTO rw_view1 VALUES (9, DEFAULT), (10, DEFAULT); +SELECT a, b FROM base_tbl_hist; + DROP TABLE base_tbl CASCADE; +DROP TABLE base_tbl_hist; -- view on top of view diff -Nru postgresql-14-14.5/src/test/regress/sql/with.sql postgresql-14-14.6/src/test/regress/sql/with.sql --- postgresql-14-14.5/src/test/regress/sql/with.sql 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/regress/sql/with.sql 2022-11-07 21:38:53.000000000 +0000 @@ -414,6 +414,41 @@ ) search breadth first by f, t set seq select * from search_graph order by seq; +-- a constant initial value causes issues for EXPLAIN +explain (verbose, costs off) +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search depth first by x set y +select * from test limit 5; + +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search depth first by x set y +select * from test limit 5; + +explain (verbose, costs off) +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search breadth first by x set y +select * from test limit 5; + +with recursive test as ( + select 1 as x + union all + select x + 1 + from test +) search breadth first by x set y +select * from test limit 5; + -- various syntax errors with recursive search_graph(f, t, label) as ( select * from graph0 g @@ -553,6 +588,23 @@ ) cycle f, t set is_cycle to 'Y' default 'N' using path select * from search_graph; +explain (verbose, costs off) +with recursive test as ( + select 0 as x + union all + select (x + 1) % 10 + from test +) cycle x set is_cycle using path +select * from test; + +with recursive test as ( + select 0 as x + union all + select (x + 1) % 10 + from test +) cycle x set is_cycle using path +select * from test; + -- multiple CTEs with recursive graph(f, t, label) as ( diff -Nru postgresql-14-14.5/src/test/subscription/t/001_rep_changes.pl postgresql-14-14.6/src/test/subscription/t/001_rep_changes.pl --- postgresql-14-14.5/src/test/subscription/t/001_rep_changes.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/001_rep_changes.pl 2022-11-07 21:38:53.000000000 +0000 @@ -102,13 +102,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub, tap_pub_ins_only" ); -$node_publisher->wait_for_catchup('tap_sub'); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); my $result = $node_subscriber->safe_psql('postgres', "SELECT count(*) FROM tab_notrep"); @@ -237,13 +232,8 @@ "CREATE SUBSCRIPTION tap_sub_temp1 CONNECTION '$publisher_connstr' PUBLICATION tap_pub_temp1, tap_pub_temp2" ); -$node_publisher->wait_for_catchup('tap_sub_temp1'); - -# Also wait for initial table sync to finish -$synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub_temp1'); # Subscriber table will have no rows initially $result = diff -Nru postgresql-14-14.5/src/test/subscription/t/002_types.pl postgresql-14-14.6/src/test/subscription/t/002_types.pl --- postgresql-14-14.5/src/test/subscription/t/002_types.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/002_types.pl 2022-11-07 21:38:53.000000000 +0000 @@ -114,13 +114,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub WITH (slot_name = tap_sub_slot)" ); -$node_publisher->wait_for_catchup('tap_sub'); - -# Wait for initial sync to finish as well -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('s', 'r');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); # Insert initial test data $node_publisher->safe_psql( diff -Nru postgresql-14-14.5/src/test/subscription/t/004_sync.pl postgresql-14-14.6/src/test/subscription/t/004_sync.pl --- postgresql-14-14.5/src/test/subscription/t/004_sync.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/004_sync.pl 2022-11-07 21:38:53.000000000 +0000 @@ -39,13 +39,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub" ); -$node_publisher->wait_for_catchup('tap_sub'); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); my $result = $node_subscriber->safe_psql('postgres', "SELECT count(*) FROM tab_rep"); @@ -71,8 +66,7 @@ $node_subscriber->safe_psql('postgres', "DELETE FROM tab_rep;"); # wait for sync to finish this time -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync; # check that all data is synced $result = @@ -107,8 +101,7 @@ ); # and wait for data sync to finish again -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync; # check that all data is synced $result = @@ -133,8 +126,7 @@ "ALTER SUBSCRIPTION tap_sub REFRESH PUBLICATION"); # wait for sync to finish -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync; $result = $node_subscriber->safe_psql('postgres', "SELECT count(*) FROM tab_rep_next"); diff -Nru postgresql-14-14.5/src/test/subscription/t/005_encoding.pl postgresql-14-14.6/src/test/subscription/t/005_encoding.pl --- postgresql-14-14.5/src/test/subscription/t/005_encoding.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/005_encoding.pl 2022-11-07 21:38:53.000000000 +0000 @@ -32,13 +32,8 @@ "CREATE SUBSCRIPTION mysub CONNECTION '$publisher_connstr' PUBLICATION mypub;" ); -$node_publisher->wait_for_catchup('mysub'); - -# Wait for initial sync to finish as well -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('s', 'r');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'mysub'); $node_publisher->safe_psql('postgres', q{INSERT INTO test1 VALUES (1, E'Mot\xc3\xb6rhead')}); # hand-rolled UTF-8 diff -Nru postgresql-14-14.5/src/test/subscription/t/006_rewrite.pl postgresql-14-14.6/src/test/subscription/t/006_rewrite.pl --- postgresql-14-14.5/src/test/subscription/t/006_rewrite.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/006_rewrite.pl 2022-11-07 21:38:53.000000000 +0000 @@ -28,13 +28,8 @@ "CREATE SUBSCRIPTION mysub CONNECTION '$publisher_connstr' PUBLICATION mypub;" ); -$node_publisher->wait_for_catchup('mysub'); - -# Wait for initial sync to finish as well -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('s', 'r');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'mysub'); $node_publisher->safe_psql('postgres', q{INSERT INTO test1 (a, b) VALUES (1, 'one'), (2, 'two');}); diff -Nru postgresql-14-14.5/src/test/subscription/t/008_diff_schema.pl postgresql-14-14.6/src/test/subscription/t/008_diff_schema.pl --- postgresql-14-14.5/src/test/subscription/t/008_diff_schema.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/008_diff_schema.pl 2022-11-07 21:38:53.000000000 +0000 @@ -38,13 +38,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub" ); -$node_publisher->wait_for_catchup('tap_sub'); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); my $result = $node_subscriber->safe_psql('postgres', @@ -105,8 +100,7 @@ $node_subscriber->safe_psql('postgres', "ALTER SUBSCRIPTION tap_sub REFRESH PUBLICATION"); -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync; # Add replica identity column. (The serial is not necessary, but it's # a convenient way to get a default on the new column so that rows diff -Nru postgresql-14-14.5/src/test/subscription/t/010_truncate.pl postgresql-14-14.6/src/test/subscription/t/010_truncate.pl --- postgresql-14-14.5/src/test/subscription/t/010_truncate.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/010_truncate.pl 2022-11-07 21:38:53.000000000 +0000 @@ -67,10 +67,7 @@ ); # Wait for initial sync of all subscriptions -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync; # insert data to truncate @@ -211,8 +208,7 @@ ); # wait for initial data sync -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync; # insert data to truncate diff -Nru postgresql-14-14.5/src/test/subscription/t/011_generated.pl postgresql-14-14.6/src/test/subscription/t/011_generated.pl --- postgresql-14-14.5/src/test/subscription/t/011_generated.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/011_generated.pl 2022-11-07 21:38:53.000000000 +0000 @@ -40,10 +40,7 @@ ); # Wait for initial sync of all subscriptions -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync; my $result = $node_subscriber->safe_psql('postgres', "SELECT a, b FROM tab1"); is( $result, qq(1|22 diff -Nru postgresql-14-14.5/src/test/subscription/t/013_partition.pl postgresql-14-14.6/src/test/subscription/t/013_partition.pl --- postgresql-14-14.5/src/test/subscription/t/013_partition.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/013_partition.pl 2022-11-07 21:38:53.000000000 +0000 @@ -153,12 +153,8 @@ }); # Wait for initial sync of all subscriptions -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber1->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; -$node_subscriber2->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber1->wait_for_subscription_sync; +$node_subscriber2->wait_for_subscription_sync; # Tests for replication using leaf partition identity and schema @@ -483,10 +479,8 @@ "ALTER SUBSCRIPTION sub2 SET PUBLICATION pub_lower_level, pub_all"); # Wait for initial sync of all subscriptions -$node_subscriber1->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; -$node_subscriber2->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber1->wait_for_subscription_sync; +$node_subscriber2->wait_for_subscription_sync; # check that data is synced correctly $result = $node_subscriber1->safe_psql('postgres', @@ -557,8 +551,7 @@ # make sure the subscription on the second subscriber is synced, before # continuing -$node_subscriber2->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber2->wait_for_subscription_sync; # Insert a change into the leaf partition, should be replicated through # the partition root (thanks to the FOR ALL TABLES partition). @@ -813,8 +806,7 @@ $node_subscriber2->safe_psql('postgres', "ALTER SUBSCRIPTION sub2 REFRESH PUBLICATION"); -$node_subscriber2->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber2->wait_for_subscription_sync; # Make partition map cache $node_publisher->safe_psql('postgres', "INSERT INTO tab5 VALUES (1, 1)"); diff -Nru postgresql-14-14.5/src/test/subscription/t/014_binary.pl postgresql-14-14.6/src/test/subscription/t/014_binary.pl --- postgresql-14-14.5/src/test/subscription/t/014_binary.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/014_binary.pl 2022-11-07 21:38:53.000000000 +0000 @@ -46,10 +46,7 @@ . "PUBLICATION tpub WITH (slot_name = tpub_slot, binary = true)"); # Ensure nodes are in sync with each other -$node_publisher->wait_for_catchup('tsub'); -$node_subscriber->poll_query_until('postgres', - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('s', 'r');" -) or die "Timed out while waiting for subscriber to synchronize data"; +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tsub'); # Insert some content and make sure it's replicated across $node_publisher->safe_psql( diff -Nru postgresql-14-14.5/src/test/subscription/t/015_stream.pl postgresql-14-14.6/src/test/subscription/t/015_stream.pl --- postgresql-14-14.5/src/test/subscription/t/015_stream.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/015_stream.pl 2022-11-07 21:38:53.000000000 +0000 @@ -41,13 +41,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr application_name=$appname' PUBLICATION tap_pub WITH (streaming = on)" ); -$node_publisher->wait_for_catchup($appname); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, $appname); my $result = $node_subscriber->safe_psql('postgres', diff -Nru postgresql-14-14.5/src/test/subscription/t/016_stream_subxact.pl postgresql-14-14.6/src/test/subscription/t/016_stream_subxact.pl --- postgresql-14-14.5/src/test/subscription/t/016_stream_subxact.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/016_stream_subxact.pl 2022-11-07 21:38:53.000000000 +0000 @@ -41,13 +41,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr application_name=$appname' PUBLICATION tap_pub WITH (streaming = on)" ); -$node_publisher->wait_for_catchup($appname); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, $appname); my $result = $node_subscriber->safe_psql('postgres', diff -Nru postgresql-14-14.5/src/test/subscription/t/017_stream_ddl.pl postgresql-14-14.6/src/test/subscription/t/017_stream_ddl.pl --- postgresql-14-14.5/src/test/subscription/t/017_stream_ddl.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/017_stream_ddl.pl 2022-11-07 21:38:53.000000000 +0000 @@ -41,13 +41,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr application_name=$appname' PUBLICATION tap_pub WITH (streaming = on)" ); -$node_publisher->wait_for_catchup($appname); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, $appname); my $result = $node_subscriber->safe_psql('postgres', diff -Nru postgresql-14-14.5/src/test/subscription/t/018_stream_subxact_abort.pl postgresql-14-14.6/src/test/subscription/t/018_stream_subxact_abort.pl --- postgresql-14-14.5/src/test/subscription/t/018_stream_subxact_abort.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/018_stream_subxact_abort.pl 2022-11-07 21:38:53.000000000 +0000 @@ -40,13 +40,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr application_name=$appname' PUBLICATION tap_pub WITH (streaming = on)" ); -$node_publisher->wait_for_catchup($appname); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, $appname); my $result = $node_subscriber->safe_psql('postgres', diff -Nru postgresql-14-14.5/src/test/subscription/t/019_stream_subxact_ddl_abort.pl postgresql-14-14.6/src/test/subscription/t/019_stream_subxact_ddl_abort.pl --- postgresql-14-14.5/src/test/subscription/t/019_stream_subxact_ddl_abort.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/019_stream_subxact_ddl_abort.pl 2022-11-07 21:38:53.000000000 +0000 @@ -41,13 +41,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr application_name=$appname' PUBLICATION tap_pub WITH (streaming = on)" ); -$node_publisher->wait_for_catchup($appname); - -# Also wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, $appname); my $result = $node_subscriber->safe_psql('postgres', diff -Nru postgresql-14-14.5/src/test/subscription/t/021_alter_sub_pub.pl postgresql-14-14.6/src/test/subscription/t/021_alter_sub_pub.pl --- postgresql-14-14.5/src/test/subscription/t/021_alter_sub_pub.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/021_alter_sub_pub.pl 2022-11-07 21:38:53.000000000 +0000 @@ -38,13 +38,7 @@ ); # Wait for initial table sync to finish -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; - -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; - -$node_publisher->wait_for_catchup('tap_sub'); +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); # Check the initial data of tab_1 is copied to subscriber my $result = $node_subscriber->safe_psql('postgres', @@ -68,10 +62,7 @@ "ALTER SUBSCRIPTION tap_sub DROP PUBLICATION tap_pub_1"); # Wait for initial table sync to finish -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; - -$node_publisher->wait_for_catchup('tap_sub'); +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); # Check the initial data of tab_drop_refresh was copied to subscriber $result = $node_subscriber->safe_psql('postgres', @@ -83,10 +74,7 @@ "ALTER SUBSCRIPTION tap_sub ADD PUBLICATION tap_pub_1"); # Wait for initial table sync to finish -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; - -$node_publisher->wait_for_catchup('tap_sub'); +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); # Check the initial data of tab_1 was copied to subscriber again $result = $node_subscriber->safe_psql('postgres', diff -Nru postgresql-14-14.5/src/test/subscription/t/100_bugs.pl postgresql-14-14.6/src/test/subscription/t/100_bugs.pl --- postgresql-14-14.5/src/test/subscription/t/100_bugs.pl 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/test/subscription/t/100_bugs.pl 2022-11-07 21:38:53.000000000 +0000 @@ -144,12 +144,7 @@ # We cannot rely solely on wait_for_catchup() here; it isn't sufficient # when tablesync workers might still be running. So in addition to that, # verify that tables are synced. -# XXX maybe this should be integrated in wait_for_catchup() itself. -$node_twoways->wait_for_catchup('testsub'); -my $synced_query = - "SELECT count(1) = 0 FROM pg_subscription_rel WHERE srsubstate NOT IN ('r', 's');"; -$node_twoways->poll_query_until('d2', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +$node_twoways->wait_for_subscription_sync($node_twoways, 'testsub', 'd2'); is($node_twoways->safe_psql('d2', "SELECT count(f) FROM t"), $rows * 2, "2x$rows rows in t"); @@ -278,11 +273,8 @@ "CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub" ); -$node_publisher->wait_for_catchup('tap_sub'); - -# Also wait for initial table sync to finish -$node_subscriber->poll_query_until('postgres', $synced_query) - or die "Timed out while waiting for subscriber to synchronize data"; +# Wait for initial table sync to finish +$node_subscriber->wait_for_subscription_sync($node_publisher, 'tap_sub'); is( $node_subscriber->safe_psql( 'postgres', "SELECT * FROM tab_replidentity_index"), diff -Nru postgresql-14-14.5/src/timezone/data/tzdata.zi postgresql-14-14.6/src/timezone/data/tzdata.zi --- postgresql-14-14.5/src/timezone/data/tzdata.zi 2022-08-08 20:44:29.000000000 +0000 +++ postgresql-14-14.6/src/timezone/data/tzdata.zi 2022-11-07 21:38:53.000000000 +0000 @@ -1,4 +1,4 @@ -# version 2022a +# version 2022f # This zic input file is in the public domain. R d 1916 o - Jun 14 23s 1 S R d 1916 1919 - O Su>=1 23s 0 - @@ -43,16 +43,6 @@ 1 - WAT Z Africa/Abidjan -0:16:8 - LMT 1912 0 - GMT -L Africa/Abidjan Africa/Accra -L Africa/Abidjan Africa/Bamako -L Africa/Abidjan Africa/Banjul -L Africa/Abidjan Africa/Conakry -L Africa/Abidjan Africa/Dakar -L Africa/Abidjan Africa/Freetown -L Africa/Abidjan Africa/Lome -L Africa/Abidjan Africa/Nouakchott -L Africa/Abidjan Africa/Ouagadougou -L Africa/Abidjan Atlantic/St_Helena R K 1940 o - Jul 15 0 1 S R K 1940 o - O 1 0 0 - R K 1941 o - Ap 15 0 1 S @@ -96,15 +86,6 @@ 2:30 - +0230 1936 D 31 24 2:45 - +0245 1942 Jul 31 24 3 - EAT -L Africa/Nairobi Africa/Addis_Ababa -L Africa/Nairobi Africa/Asmara -L Africa/Nairobi Africa/Dar_es_Salaam -L Africa/Nairobi Africa/Djibouti -L Africa/Nairobi Africa/Kampala -L Africa/Nairobi Africa/Mogadishu -L Africa/Nairobi Indian/Antananarivo -L Africa/Nairobi Indian/Comoro -L Africa/Nairobi Indian/Mayotte Z Africa/Monrovia -0:43:8 - LMT 1882 -0:43:8 - MMT 1919 Mar -0:44:30 - MMT 1972 Ja 7 @@ -335,13 +316,6 @@ 1 M +01/+00 Z Africa/Maputo 2:10:20 - LMT 1903 Mar 2 - CAT -L Africa/Maputo Africa/Blantyre -L Africa/Maputo Africa/Bujumbura -L Africa/Maputo Africa/Gaborone -L Africa/Maputo Africa/Harare -L Africa/Maputo Africa/Kigali -L Africa/Maputo Africa/Lubumbashi -L Africa/Maputo Africa/Lusaka R NA 1994 o - Mar 21 0 -1 WAT R NA 1994 2017 - S Su>=1 2 0 CAT R NA 1995 2017 - Ap Su>=1 2 -1 WAT @@ -356,31 +330,16 @@ 0:13:35 - LMT 1914 0:30 - +0030 1919 S 1 - WAT -L Africa/Lagos Africa/Bangui -L Africa/Lagos Africa/Brazzaville -L Africa/Lagos Africa/Douala -L Africa/Lagos Africa/Kinshasa -L Africa/Lagos Africa/Libreville -L Africa/Lagos Africa/Luanda -L Africa/Lagos Africa/Malabo -L Africa/Lagos Africa/Niamey -L Africa/Lagos Africa/Porto-Novo -Z Indian/Reunion 3:41:52 - LMT 1911 Jun -4 - +04 Z Africa/Sao_Tome 0:26:56 - LMT 1884 -0:36:45 - LMT 1912 Ja 1 0u 0 - GMT 2018 Ja 1 1 1 - WAT 2019 Ja 1 2 0 - GMT -Z Indian/Mahe 3:41:48 - LMT 1907 -4 - +04 R SA 1942 1943 - S Su>=15 2 1 - R SA 1943 1944 - Mar Su>=15 2 0 - Z Africa/Johannesburg 1:52 - LMT 1892 F 8 1:30 - SAST 1903 Mar 2 SA SAST -L Africa/Johannesburg Africa/Maseru -L Africa/Johannesburg Africa/Mbabane R SD 1970 o - May 1 0 1 S R SD 1970 1985 - O 15 0 0 - R SD 1971 o - Ap 30 0 1 S @@ -445,14 +404,10 @@ Z Antarctica/Mawson 0 - -00 1954 F 13 6 - +06 2009 O 18 2 5 - +05 -Z Indian/Kerguelen 0 - -00 1950 -5 - +05 R Tr 2005 ma - Mar lastSu 1u 2 +02 R Tr 2004 ma - O lastSu 1u 0 +00 Z Antarctica/Troll 0 - -00 2005 F 12 0 Tr %s -Z Antarctica/Vostok 0 - -00 1957 D 16 -6 - +06 Z Antarctica/Rothera 0 - -00 1976 D -3 - -03 Z Asia/Kabul 4:36:48 - LMT 1890 @@ -491,9 +446,6 @@ Z Indian/Chagos 4:49:40 - LMT 1907 5 - +05 1996 6 - +06 -Z Asia/Brunei 7:39:40 - LMT 1926 Mar -7:30 - +0730 1933 -8 - +08 Z Asia/Yangon 6:24:47 - LMT 1880 6:24:47 - RMT 1920 6:30 - +0630 1942 May @@ -535,7 +487,7 @@ R HK 1973 o - D 30 3:30 1 S R HK 1979 o - May 13 3:30 1 S R HK 1979 o - O 21 3:30 0 - -Z Asia/Hong_Kong 7:36:42 - LMT 1904 O 30 0:36:42 +Z Asia/Hong_Kong 7:36:42 - LMT 1904 O 29 17u 8 - HKT 1941 Jun 15 3 8 1 HKST 1941 O 1 4 8 0:30 HKWT 1941 D 25 @@ -608,7 +560,6 @@ 2 E EE%sT 2016 S 8 3 - +03 2017 O 29 1u 2 E EE%sT -L Asia/Nicosia Europe/Nicosia Z Asia/Tbilisi 2:59:11 - LMT 1880 2:59:11 - TBMT 1924 May 2 3 - +03 1957 Mar @@ -634,7 +585,7 @@ 5:30 1 +0630 1945 O 15 5:30 - IST Z Asia/Jakarta 7:7:12 - LMT 1867 Au 10 -7:7:12 - BMT 1923 D 31 23:47:12 +7:7:12 - BMT 1923 D 31 16:40u 7:20 - +0720 1932 N 7:30 - +0730 1942 Mar 23 9 - +09 1945 S 23 @@ -660,9 +611,14 @@ 9 - +09 1944 S 9:30 - +0930 1964 9 - WIT -R i 1978 1980 - Mar 20 24 1 - -R i 1978 o - O 20 24 0 - +R i 1910 o - Ja 1 0 0 - +R i 1977 o - Mar 21 23 1 - +R i 1977 o - O 20 24 0 - +R i 1978 o - Mar 24 24 1 - +R i 1978 o - Au 5 1 0 - +R i 1979 o - May 26 24 1 - R i 1979 o - S 18 24 0 - +R i 1980 o - Mar 20 24 1 - R i 1980 o - S 22 24 0 - R i 1991 o - May 2 24 1 - R i 1992 1995 - Mar 21 24 1 - @@ -693,77 +649,11 @@ R i 2017 2019 - S 21 24 0 - R i 2020 o - Mar 20 24 1 - R i 2020 o - S 20 24 0 - -R i 2021 2023 - Mar 21 24 1 - -R i 2021 2023 - S 21 24 0 - -R i 2024 o - Mar 20 24 1 - -R i 2024 o - S 20 24 0 - -R i 2025 2027 - Mar 21 24 1 - -R i 2025 2027 - S 21 24 0 - -R i 2028 2029 - Mar 20 24 1 - -R i 2028 2029 - S 20 24 0 - -R i 2030 2031 - Mar 21 24 1 - -R i 2030 2031 - S 21 24 0 - -R i 2032 2033 - Mar 20 24 1 - -R i 2032 2033 - S 20 24 0 - -R i 2034 2035 - Mar 21 24 1 - -R i 2034 2035 - S 21 24 0 - -R i 2036 2037 - Mar 20 24 1 - -R i 2036 2037 - S 20 24 0 - -R i 2038 2039 - Mar 21 24 1 - -R i 2038 2039 - S 21 24 0 - -R i 2040 2041 - Mar 20 24 1 - -R i 2040 2041 - S 20 24 0 - -R i 2042 2043 - Mar 21 24 1 - -R i 2042 2043 - S 21 24 0 - -R i 2044 2045 - Mar 20 24 1 - -R i 2044 2045 - S 20 24 0 - -R i 2046 2047 - Mar 21 24 1 - -R i 2046 2047 - S 21 24 0 - -R i 2048 2049 - Mar 20 24 1 - -R i 2048 2049 - S 20 24 0 - -R i 2050 2051 - Mar 21 24 1 - -R i 2050 2051 - S 21 24 0 - -R i 2052 2053 - Mar 20 24 1 - -R i 2052 2053 - S 20 24 0 - -R i 2054 2055 - Mar 21 24 1 - -R i 2054 2055 - S 21 24 0 - -R i 2056 2057 - Mar 20 24 1 - -R i 2056 2057 - S 20 24 0 - -R i 2058 2059 - Mar 21 24 1 - -R i 2058 2059 - S 21 24 0 - -R i 2060 2062 - Mar 20 24 1 - -R i 2060 2062 - S 20 24 0 - -R i 2063 o - Mar 21 24 1 - -R i 2063 o - S 21 24 0 - -R i 2064 2066 - Mar 20 24 1 - -R i 2064 2066 - S 20 24 0 - -R i 2067 o - Mar 21 24 1 - -R i 2067 o - S 21 24 0 - -R i 2068 2070 - Mar 20 24 1 - -R i 2068 2070 - S 20 24 0 - -R i 2071 o - Mar 21 24 1 - -R i 2071 o - S 21 24 0 - -R i 2072 2074 - Mar 20 24 1 - -R i 2072 2074 - S 20 24 0 - -R i 2075 o - Mar 21 24 1 - -R i 2075 o - S 21 24 0 - -R i 2076 2078 - Mar 20 24 1 - -R i 2076 2078 - S 20 24 0 - -R i 2079 o - Mar 21 24 1 - -R i 2079 o - S 21 24 0 - -R i 2080 2082 - Mar 20 24 1 - -R i 2080 2082 - S 20 24 0 - -R i 2083 o - Mar 21 24 1 - -R i 2083 o - S 21 24 0 - -R i 2084 2086 - Mar 20 24 1 - -R i 2084 2086 - S 20 24 0 - -R i 2087 o - Mar 21 24 1 - -R i 2087 o - S 21 24 0 - -R i 2088 ma - Mar 20 24 1 - -R i 2088 ma - S 20 24 0 - +R i 2021 2022 - Mar 21 24 1 - +R i 2021 2022 - S 21 24 0 - Z Asia/Tehran 3:25:44 - LMT 1916 -3:25:44 - TMT 1946 -3:30 - +0330 1977 N +3:25:44 - TMT 1935 Jun 13 +3:30 i +0330/+0430 1977 O 20 24 4 i +04/+05 1979 3:30 i +0330/+0430 R IQ 1982 o - May 1 0 1 - @@ -902,10 +792,11 @@ R J 2006 2011 - O lastF 0s 0 - R J 2013 o - D 20 0 0 - R J 2014 2021 - Mar lastTh 24 1 S -R J 2014 ma - O lastF 0s 0 - -R J 2022 ma - F lastTh 24 1 S +R J 2014 2022 - O lastF 0s 0 - +R J 2022 o - F lastTh 24 1 S Z Asia/Amman 2:23:44 - LMT 1931 -2 J EE%sT +2 J EE%sT 2022 O 28 0s +3 - +03 Z Asia/Almaty 5:7:48 - LMT 1924 May 2 5 - +05 1930 Jun 21 6 R +06/+07 1991 Mar 31 2s @@ -1034,15 +925,6 @@ 2 l EE%sT R NB 1935 1941 - S 14 0 0:20 - R NB 1935 1941 - D 14 0 0 - -Z Asia/Kuala_Lumpur 6:46:46 - LMT 1901 -6:55:25 - SMT 1905 Jun -7 - +07 1933 -7 0:20 +0720 1936 -7:20 - +0720 1941 S -7:30 - +0730 1942 F 16 -9 - +09 1945 S 12 -7:30 - +0730 1982 -8 - +08 Z Asia/Kuching 7:21:20 - LMT 1926 Mar 7:30 - +0730 1933 8 NB +08/+0820 1942 F 16 @@ -1107,14 +989,16 @@ R P 2014 o - O 24 0 0 - R P 2015 o - Mar 28 0 1 S R P 2015 o - O 23 1 0 - -R P 2016 2018 - Mar Sa>=24 1 1 S -R P 2016 2018 - O Sa>=24 1 0 - +R P 2016 2018 - Mar Sa<=30 1 1 S +R P 2016 2018 - O Sa<=30 1 0 - R P 2019 o - Mar 29 0 1 S -R P 2019 o - O Sa>=24 0 0 - -R P 2020 2021 - Mar Sa>=24 0 1 S +R P 2019 o - O Sa<=30 0 0 - +R P 2020 2021 - Mar Sa<=30 0 1 S R P 2020 o - O 24 1 0 - -R P 2021 ma - O F>=23 1 0 - -R P 2022 ma - Mar Su>=25 0 1 S +R P 2021 o - O 29 1 0 - +R P 2022 o - Mar 27 0 1 S +R P 2022 ma - O Sa<=30 2 0 - +R P 2023 ma - Mar Sa<=30 2 1 S Z Asia/Gaza 2:17:52 - LMT 1900 O 2 Z EET/EEST 1948 May 15 2 K EE%sT 1967 Jun 5 @@ -1147,12 +1031,8 @@ Z Asia/Qatar 3:26:8 - LMT 1920 4 - +04 1972 Jun 3 - +03 -L Asia/Qatar Asia/Bahrain Z Asia/Riyadh 3:6:52 - LMT 1947 Mar 14 3 - +03 -L Asia/Riyadh Antarctica/Syowa -L Asia/Riyadh Asia/Aden -L Asia/Riyadh Asia/Kuwait Z Asia/Singapore 6:55:25 - LMT 1901 6:55:25 - SMT 1905 Jun 7 - +07 1933 @@ -1210,20 +1090,19 @@ R S 2008 o - N 1 0 0 - R S 2009 o - Mar lastF 0 1 S R S 2010 2011 - Ap F>=1 0 1 S -R S 2012 ma - Mar lastF 0 1 S -R S 2009 ma - O lastF 0 0 - +R S 2012 2022 - Mar lastF 0 1 S +R S 2009 2022 - O lastF 0 0 - Z Asia/Damascus 2:25:12 - LMT 1920 -2 S EE%sT +2 S EE%sT 2022 O 28 +3 - +03 Z Asia/Dushanbe 4:35:12 - LMT 1924 May 2 5 - +05 1930 Jun 21 6 R +06/+07 1991 Mar 31 2s -5 1 +05/+06 1991 S 9 2s +5 1 +06 1991 S 9 2s 5 - +05 Z Asia/Bangkok 6:42:4 - LMT 1880 6:42:4 - BMT 1920 Ap 7 - +07 -L Asia/Bangkok Asia/Phnom_Penh -L Asia/Bangkok Asia/Vientiane Z Asia/Ashgabat 3:53:32 - LMT 1924 May 2 4 - +04 1930 Jun 21 5 R +05/+06 1991 Mar 31 2 @@ -1231,7 +1110,6 @@ 5 - +05 Z Asia/Dubai 3:41:12 - LMT 1920 4 - +04 -L Asia/Dubai Asia/Muscat Z Asia/Samarkand 4:27:53 - LMT 1924 May 2 4 - +04 1930 Jun 21 5 - +05 1981 Ap @@ -1244,7 +1122,7 @@ 6 R +06/+07 1991 Mar 31 2 5 R +05/+06 1992 5 - +05 -Z Asia/Ho_Chi_Minh 7:6:40 - LMT 1906 Jul +Z Asia/Ho_Chi_Minh 7:6:30 - LMT 1906 Jul 7:6:30 - PLMT 1911 May 7 - +07 1942 D 31 23 8 - +08 1945 Mar 14 23 @@ -1407,10 +1285,6 @@ 10 AT AE%sT 2010 10 1 AEDT 2011 10 AT AE%sT -Z Indian/Christmas 7:2:52 - LMT 1895 F -7 - +07 -Z Indian/Cocos 6:27:40 - LMT 1900 -6:30 - +0630 R FJ 1998 1999 - N Su>=1 2 1 - R FJ 1999 2000 - F lastSu 3 0 - R FJ 2009 o - N 29 2 1 - @@ -1423,8 +1297,6 @@ R FJ 2015 2021 - Ja Su>=12 3 0 - R FJ 2019 o - N Su>=8 2 1 - R FJ 2020 o - D 20 2 1 - -R FJ 2022 ma - N Su>=8 2 1 - -R FJ 2023 ma - Ja Su>=12 3 0 - Z Pacific/Fiji 11:55:44 - LMT 1915 O 26 12 FJ +12/+13 Z Pacific/Gambier -8:59:48 - LMT 1912 O @@ -1453,7 +1325,6 @@ 9 - +09 1944 Jul 31 10 Gu G%sT 2000 D 23 10 - ChST -L Pacific/Guam Pacific/Saipan Z Pacific/Tarawa 11:32:4 - LMT 1901 12 - +12 Z Pacific/Kanton 0 - -00 1937 Au 31 @@ -1464,14 +1335,6 @@ -10:40 - -1040 1979 O -10 - -10 1994 D 31 14 - +14 -Z Pacific/Majuro 11:24:48 - LMT 1901 -11 - +11 1914 O -9 - +09 1919 F -11 - +11 1937 -10 - +10 1941 Ap -9 - +09 1944 Ja 30 -11 - +11 1969 O -12 - +12 Z Pacific/Kwajalein 11:9:20 - LMT 1901 11 - +11 1937 10 - +10 1941 Ap @@ -1479,21 +1342,6 @@ 11 - +11 1969 O -12 - -12 1993 Au 20 24 12 - +12 -Z Pacific/Chuuk -13:52:52 - LMT 1844 D 31 -10:7:8 - LMT 1901 -10 - +10 1914 O -9 - +09 1919 F -10 - +10 1941 Ap -9 - +09 1945 Au -10 - +10 -Z Pacific/Pohnpei -13:27:8 - LMT 1844 D 31 -10:32:52 - LMT 1901 -11 - +11 1914 O -9 - +09 1919 F -11 - +11 1937 -10 - +10 1941 Ap -9 - +09 1945 Au -11 - +11 Z Pacific/Kosrae -13:8:4 - LMT 1844 D 31 10:51:56 - LMT 1901 11 - +11 1914 O @@ -1546,7 +1394,6 @@ Z Pacific/Chatham 12:13:48 - LMT 1868 N 2 12:15 - +1215 1946 12:45 k +1245/+1345 -L Pacific/Auckland Antarctica/McMurdo R CK 1978 o - N 12 0 0:30 - R CK 1979 1991 - Mar Su>=1 0 0 - R CK 1979 1990 - O lastSu 0 0:30 - @@ -1570,7 +1417,6 @@ Z Pacific/Port_Moresby 9:48:40 - LMT 1880 9:48:32 - PMMT 1895 10 - +10 -L Pacific/Port_Moresby Antarctica/DumontDUrville Z Pacific/Bougainville 10:22:16 - LMT 1880 9:48:32 - PMMT 1895 10 - +10 1942 Jul @@ -1583,7 +1429,6 @@ Z Pacific/Pago_Pago 12:37:12 - LMT 1892 Jul 5 -11:22:48 - LMT 1911 -11 - SST -L Pacific/Pago_Pago Pacific/Midway R WS 2010 o - S lastSu 0 1 - R WS 2011 o - Ap Sa>=1 4 0 - R WS 2011 o - S lastSa 3 1 - @@ -1609,10 +1454,6 @@ 12:20 - +1220 1961 13 - +13 1999 13 TO +13/+14 -Z Pacific/Funafuti 11:56:52 - LMT 1901 -12 - +12 -Z Pacific/Wake 11:6:28 - LMT 1901 -12 - +12 R VU 1973 o - D 22 12u 1 - R VU 1974 o - Mar 30 12u 0 - R VU 1983 1991 - S Sa>=22 24 1 - @@ -1621,8 +1462,6 @@ R VU 1992 o - O Sa>=22 24 1 - Z Pacific/Efate 11:13:16 - LMT 1912 Ja 13 11 VU +11/+12 -Z Pacific/Wallis 12:15:20 - LMT 1901 -12 - +12 R G 1916 o - May 21 2s 1 BST R G 1916 o - O 1 2s 0 GMT R G 1917 o - Ap 8 2s 1 BST @@ -1688,14 +1527,11 @@ R G 1981 1995 - Mar lastSu 1u 1 BST R G 1981 1989 - O Su>=23 1u 0 GMT R G 1990 1995 - O Su>=22 1u 0 GMT -Z Europe/London -0:1:15 - LMT 1847 D 1 0s +Z Europe/London -0:1:15 - LMT 1847 D 0 G %s 1968 O 27 1 - BST 1971 O 31 2u 0 G %s 1996 0 E GMT/BST -L Europe/London Europe/Jersey -L Europe/London Europe/Guernsey -L Europe/London Europe/Isle_of_Man R IE 1971 o - O 31 2u -1 - R IE 1972 1980 - Mar Su>=16 2u 0 - R IE 1972 1980 - O Su>=23 2u -1 - @@ -1703,7 +1539,7 @@ R IE 1981 1989 - O Su>=23 1u -1 - R IE 1990 1995 - O Su>=22 1u -1 - R IE 1996 ma - O lastSu 1u -1 - -Z Europe/Dublin -0:25 - LMT 1880 Au 2 +Z Europe/Dublin -0:25:21 - LMT 1880 Au 2 -0:25:21 - DMT 1916 May 21 2s -0:25:21 1 IST 1916 O 1 2s 0 G %s 1921 D 6 @@ -1899,23 +1735,6 @@ 1 -1 GMT 1947 F 23 2 1 CZ CE%sT 1979 1 E CE%sT -R D 1916 o - May 14 23 1 S -R D 1916 o - S 30 23 0 - -R D 1940 o - May 15 0 1 S -R D 1945 o - Ap 2 2s 1 S -R D 1945 o - Au 15 2s 0 - -R D 1946 o - May 1 2s 1 S -R D 1946 o - S 1 2s 0 - -R D 1947 o - May 4 2s 1 S -R D 1947 o - Au 10 2s 0 - -R D 1948 o - May 9 2s 1 S -R D 1948 o - Au 8 2s 0 - -Z Europe/Copenhagen 0:50:20 - LMT 1890 -0:50:20 - CMT 1894 -1 D CE%sT 1942 N 2 2s -1 c CE%sT 1945 Ap 2 2 -1 D CE%sT 1980 -1 E CE%sT Z Atlantic/Faroe -0:27:4 - LMT 1908 Ja 11 0 - WET 1981 0 E WE%sT @@ -1959,7 +1778,6 @@ 1:39:49 - HMT 1921 May 2 FI EE%sT 1983 2 E EE%sT -L Europe/Helsinki Europe/Mariehamn R F 1916 o - Jun 14 23s 1 S R F 1916 1919 - O Su>=1 23s 0 - R F 1917 o - Mar 24 23s 1 S @@ -2025,8 +1843,7 @@ 1 So CE%sT 1946 1 DE CE%sT 1980 1 E CE%sT -L Europe/Zurich Europe/Busingen -Z Europe/Gibraltar -0:21:24 - LMT 1880 Au 2 0s +Z Europe/Gibraltar -0:21:24 - LMT 1880 Au 2 0 G %s 1957 Ap 14 2 1 - CET 1982 1 E CE%sT @@ -2080,25 +1897,6 @@ 1 c CE%sT 1945 1 h CE%sT 1984 1 E CE%sT -R w 1917 1919 - F 19 23 1 - -R w 1917 o - O 21 1 0 - -R w 1918 1919 - N 16 1 0 - -R w 1921 o - Mar 19 23 1 - -R w 1921 o - Jun 23 1 0 - -R w 1939 o - Ap 29 23 1 - -R w 1939 o - O 29 2 0 - -R w 1940 o - F 25 2 1 - -R w 1940 1941 - N Su>=2 1s 0 - -R w 1941 1942 - Mar Su>=2 1s 1 - -R w 1943 1946 - Mar Su>=1 1s 1 - -R w 1942 1948 - O Su>=22 1s 0 - -R w 1947 1967 - Ap Su>=1 1s 1 - -R w 1949 o - O 30 1s 0 - -R w 1950 1966 - O Su>=22 1s 0 - -R w 1967 o - O 29 1s 0 - -Z Atlantic/Reykjavik -1:28 - LMT 1908 --1 w -01/+00 1968 Ap 7 1s -0 - GMT R I 1916 o - Jun 3 24 1 S R I 1916 1917 - S 30 24 0 - R I 1917 o - Mar 31 24 1 S @@ -2141,13 +1939,11 @@ R I 1978 o - O 1 0s 0 - R I 1979 o - S 30 0s 0 - Z Europe/Rome 0:49:56 - LMT 1866 D 12 -0:49:56 - RMT 1893 O 31 23:49:56 +0:49:56 - RMT 1893 O 31 23u 1 I CE%sT 1943 S 10 1 c CE%sT 1944 Jun 4 1 I CE%sT 1980 1 E CE%sT -L Europe/Rome Europe/Vatican -L Europe/Rome Europe/San_Marino R LV 1989 1996 - Mar lastSu 2s 1 S R LV 1989 1996 - S lastSu 2s 0 - Z Europe/Riga 1:36:34 - LMT 1880 @@ -2165,7 +1961,6 @@ 2 E EE%sT 2000 F 29 2 - EET 2001 Ja 2 2 E EE%sT -L Europe/Zurich Europe/Vaduz Z Europe/Vilnius 1:41:16 - LMT 1880 1:24 - WMT 1917 1:35:36 - KMT 1919 O 10 @@ -2181,36 +1976,6 @@ 1 E CE%sT 1999 O 31 1u 2 - EET 2003 2 E EE%sT -R LX 1916 o - May 14 23 1 S -R LX 1916 o - O 1 1 0 - -R LX 1917 o - Ap 28 23 1 S -R LX 1917 o - S 17 1 0 - -R LX 1918 o - Ap M>=15 2s 1 S -R LX 1918 o - S M>=15 2s 0 - -R LX 1919 o - Mar 1 23 1 S -R LX 1919 o - O 5 3 0 - -R LX 1920 o - F 14 23 1 S -R LX 1920 o - O 24 2 0 - -R LX 1921 o - Mar 14 23 1 S -R LX 1921 o - O 26 2 0 - -R LX 1922 o - Mar 25 23 1 S -R LX 1922 o - O Su>=2 1 0 - -R LX 1923 o - Ap 21 23 1 S -R LX 1923 o - O Su>=2 2 0 - -R LX 1924 o - Mar 29 23 1 S -R LX 1924 1928 - O Su>=2 1 0 - -R LX 1925 o - Ap 5 23 1 S -R LX 1926 o - Ap 17 23 1 S -R LX 1927 o - Ap 9 23 1 S -R LX 1928 o - Ap 14 23 1 S -R LX 1929 o - Ap 20 23 1 S -Z Europe/Luxembourg 0:24:36 - LMT 1904 Jun -1 LX CE%sT 1918 N 25 -0 LX WE%sT 1929 O 6 2s -0 b WE%sT 1940 May 14 3 -1 c WE%sT 1944 S 18 3 -1 b CE%sT 1977 -1 E CE%sT R MT 1973 o - Mar 31 0s 1 S R MT 1973 o - S 29 0s 0 - R MT 1974 o - Ap 21 0s 1 S @@ -2218,7 +1983,7 @@ R MT 1975 1979 - Ap Su>=15 2 1 S R MT 1975 1980 - S Su>=15 2 0 - R MT 1980 o - Mar 31 2 1 S -Z Europe/Malta 0:58:4 - LMT 1893 N 2 0s +Z Europe/Malta 0:58:4 - LMT 1893 N 2 1 I CE%sT 1973 Mar 31 1 MT CE%sT 1981 1 E CE%sT @@ -2234,50 +1999,6 @@ 2 R EE%sT 1992 2 e EE%sT 1997 2 MD EE%sT -Z Europe/Monaco 0:29:32 - LMT 1892 Jun -0:9:21 - PMT 1911 Mar 29 -0 F WE%sT 1945 S 16 3 -1 F CE%sT 1977 -1 E CE%sT -R N 1916 o - May 1 0 1 NST -R N 1916 o - O 1 0 0 AMT -R N 1917 o - Ap 16 2s 1 NST -R N 1917 o - S 17 2s 0 AMT -R N 1918 1921 - Ap M>=1 2s 1 NST -R N 1918 1921 - S lastM 2s 0 AMT -R N 1922 o - Mar lastSu 2s 1 NST -R N 1922 1936 - O Su>=2 2s 0 AMT -R N 1923 o - Jun F>=1 2s 1 NST -R N 1924 o - Mar lastSu 2s 1 NST -R N 1925 o - Jun F>=1 2s 1 NST -R N 1926 1931 - May 15 2s 1 NST -R N 1932 o - May 22 2s 1 NST -R N 1933 1936 - May 15 2s 1 NST -R N 1937 o - May 22 2s 1 NST -R N 1937 o - Jul 1 0 1 S -R N 1937 1939 - O Su>=2 2s 0 - -R N 1938 1939 - May 15 2s 1 S -R N 1945 o - Ap 2 2s 1 S -R N 1945 o - S 16 2s 0 - -Z Europe/Amsterdam 0:19:32 - LMT 1835 -0:19:32 N %s 1937 Jul -0:20 N +0020/+0120 1940 May 16 -1 c CE%sT 1945 Ap 2 2 -1 N CE%sT 1977 -1 E CE%sT -R NO 1916 o - May 22 1 1 S -R NO 1916 o - S 30 0 0 - -R NO 1945 o - Ap 2 2s 1 S -R NO 1945 o - O 1 2s 0 - -R NO 1959 1964 - Mar Su>=15 2s 1 S -R NO 1959 1965 - S Su>=15 2s 0 - -R NO 1965 o - Ap 25 2s 1 S -Z Europe/Oslo 0:43 - LMT 1895 -1 NO CE%sT 1940 Au 10 23 -1 c CE%sT 1945 Ap 2 2 -1 NO CE%sT 1980 -1 E CE%sT -L Europe/Oslo Arctic/Longyearbyen R O 1918 1919 - S 16 2s 0 - R O 1919 o - Ap 15 2s 1 S R O 1944 o - Ap 3 2s 1 S @@ -2434,9 +2155,8 @@ 3 - MSK 1990 Jul 1 2 2 - EET 1992 Mar 20 2 c EE%sT 1994 May -3 e MSK/MSD 1996 Mar 31 0s +3 c MSK/MSD 1996 Mar 31 0s 3 1 MSD 1996 O 27 3s -3 R MSK/MSD 1997 3 - MSK 1997 Mar lastSu 1u 2 E EE%sT 2014 Mar 30 2 4 - MSK 2014 O 26 2s @@ -2647,12 +2367,6 @@ 1 1 CEST 1945 S 16 2s 1 - CET 1982 N 27 1 E CE%sT -L Europe/Belgrade Europe/Ljubljana -L Europe/Belgrade Europe/Podgorica -L Europe/Belgrade Europe/Sarajevo -L Europe/Belgrade Europe/Skopje -L Europe/Belgrade Europe/Zagreb -L Europe/Prague Europe/Bratislava R s 1918 o - Ap 15 23 1 S R s 1918 1919 - O 6 24s 0 - R s 1919 o - Ap 6 23 1 S @@ -2692,11 +2406,11 @@ R Sp 1977 o - S 28 0 0 - R Sp 1978 o - Jun 1 0 1 S R Sp 1978 o - Au 4 0 0 - -Z Europe/Madrid -0:14:44 - LMT 1900 D 31 23:45:16 +Z Europe/Madrid -0:14:44 - LMT 1901 Ja 1 0u 0 s WE%sT 1940 Mar 16 23 1 s CE%sT 1979 1 E CE%sT -Z Africa/Ceuta -0:21:16 - LMT 1900 D 31 23:38:44 +Z Africa/Ceuta -0:21:16 - LMT 1901 Ja 1 0u 0 - WET 1918 May 6 23 0 1 WEST 1918 O 7 23 0 - WET 1924 @@ -2710,12 +2424,6 @@ 0 - WET 1980 Ap 6 0s 0 1 WEST 1980 S 28 1u 0 E WE%sT -Z Europe/Stockholm 1:12:12 - LMT 1879 -1:0:14 - SET 1900 -1 - CET 1916 May 14 23 -1 1 CEST 1916 O 1 1 -1 - CET 1980 -1 E CE%sT R CH 1941 1942 - May M>=1 1 1 S R CH 1941 1942 - O M>=1 2 0 - Z Europe/Zurich 0:34:8 - LMT 1853 Jul 16 @@ -2780,8 +2488,7 @@ 2 1 EEST 2015 N 8 1u 2 E EE%sT 2016 S 7 3 - +03 -L Europe/Istanbul Asia/Istanbul -Z Europe/Kiev 2:2:4 - LMT 1880 +Z Europe/Kyiv 2:2:4 - LMT 1880 2:2:4 - KMT 1924 May 2 2 - EET 1930 Jun 21 3 - MSK 1941 S 20 @@ -2790,26 +2497,6 @@ 2 1 EEST 1991 S 29 3 2 c EE%sT 1996 May 13 2 E EE%sT -Z Europe/Uzhgorod 1:29:12 - LMT 1890 O -1 - CET 1940 -1 c CE%sT 1944 O -1 1 CEST 1944 O 26 -1 - CET 1945 Jun 29 -3 R MSK/MSD 1990 -3 - MSK 1990 Jul 1 2 -1 - CET 1991 Mar 31 3 -2 - EET 1992 Mar 20 -2 c EE%sT 1996 May 13 -2 E EE%sT -Z Europe/Zaporozhye 2:20:40 - LMT 1880 -2:20 - +0220 1924 May 2 -2 - EET 1930 Jun 21 -3 - MSK 1941 Au 25 -1 c CE%sT 1943 O 25 -3 R MSK/MSD 1991 Mar 31 2 -2 e EE%sT 1992 Mar 20 -2 c EE%sT 1996 May 13 -2 E EE%sT R u 1918 1919 - Mar lastSu 2 1 D R u 1918 1919 - O lastSu 2 0 S R u 1942 o - F 9 2 1 W @@ -2835,7 +2522,7 @@ R NY 1921 1966 - Ap lastSu 2 1 D R NY 1921 1954 - S lastSu 2 0 S R NY 1955 1966 - O lastSu 2 0 S -Z America/New_York -4:56:2 - LMT 1883 N 18 12:3:58 +Z America/New_York -4:56:2 - LMT 1883 N 18 17u -5 u E%sT 1920 -5 NY E%sT 1942 -5 u E%sT 1946 @@ -2847,7 +2534,7 @@ R Ch 1922 1966 - Ap lastSu 2 1 D R Ch 1922 1954 - S lastSu 2 0 S R Ch 1955 1966 - O lastSu 2 0 S -Z America/Chicago -5:50:36 - LMT 1883 N 18 12:9:24 +Z America/Chicago -5:50:36 - LMT 1883 N 18 18u -6 u C%sT 1920 -6 Ch C%sT 1936 Mar 1 2 -5 - EST 1936 N 15 2 @@ -2855,13 +2542,13 @@ -6 u C%sT 1946 -6 Ch C%sT 1967 -6 u C%sT -Z America/North_Dakota/Center -6:45:12 - LMT 1883 N 18 12:14:48 +Z America/North_Dakota/Center -6:45:12 - LMT 1883 N 18 19u -7 u M%sT 1992 O 25 2 -6 u C%sT -Z America/North_Dakota/New_Salem -6:45:39 - LMT 1883 N 18 12:14:21 +Z America/North_Dakota/New_Salem -6:45:39 - LMT 1883 N 18 19u -7 u M%sT 2003 O 26 2 -6 u C%sT -Z America/North_Dakota/Beulah -6:47:7 - LMT 1883 N 18 12:12:53 +Z America/North_Dakota/Beulah -6:47:7 - LMT 1883 N 18 19u -7 u M%sT 2010 N 7 2 -6 u C%sT R De 1920 1921 - Mar lastSu 2 1 D @@ -2869,7 +2556,7 @@ R De 1921 o - May 22 2 0 S R De 1965 1966 - Ap lastSu 2 1 D R De 1965 1966 - O lastSu 2 0 S -Z America/Denver -6:59:56 - LMT 1883 N 18 12:0:4 +Z America/Denver -6:59:56 - LMT 1883 N 18 19u -7 u M%sT 1920 -7 De M%sT 1942 -7 u M%sT 1946 @@ -2880,7 +2567,7 @@ R CA 1950 1966 - Ap lastSu 1 1 D R CA 1950 1961 - S lastSu 2 0 S R CA 1962 1966 - O lastSu 2 0 S -Z America/Los_Angeles -7:52:58 - LMT 1883 N 18 12:7:2 +Z America/Los_Angeles -7:52:58 - LMT 1883 N 18 20u -8 u P%sT 1946 -8 CA P%sT 1967 -8 u P%sT @@ -2950,15 +2637,14 @@ -10:30 1 HDT 1933 May 21 12 -10:30 u H%sT 1947 Jun 8 2 -10 - HST -Z America/Phoenix -7:28:18 - LMT 1883 N 18 11:31:42 +Z America/Phoenix -7:28:18 - LMT 1883 N 18 19u -7 u M%sT 1944 Ja 1 0:1 -7 - MST 1944 Ap 1 0:1 -7 u M%sT 1944 O 1 0:1 -7 - MST 1967 -7 u M%sT 1968 Mar 21 -7 - MST -L America/Phoenix America/Creston -Z America/Boise -7:44:49 - LMT 1883 N 18 12:15:11 +Z America/Boise -7:44:49 - LMT 1883 N 18 20u -8 u P%sT 1923 May 13 2 -7 u M%sT 1974 -7 - MST 1974 F 3 2 @@ -2966,7 +2652,7 @@ R In 1941 o - Jun 22 2 1 D R In 1941 1954 - S lastSu 2 0 S R In 1946 1954 - Ap lastSu 2 1 D -Z America/Indiana/Indianapolis -5:44:38 - LMT 1883 N 18 12:15:22 +Z America/Indiana/Indianapolis -5:44:38 - LMT 1883 N 18 18u -6 u C%sT 1920 -6 In C%sT 1942 -6 u C%sT 1946 @@ -2981,7 +2667,7 @@ R Ma 1951 o - S lastSu 2 0 S R Ma 1954 1960 - Ap lastSu 2 1 D R Ma 1954 1960 - S lastSu 2 0 S -Z America/Indiana/Marengo -5:45:23 - LMT 1883 N 18 12:14:37 +Z America/Indiana/Marengo -5:45:23 - LMT 1883 N 18 18u -6 u C%sT 1951 -6 Ma C%sT 1961 Ap 30 2 -5 - EST 1969 @@ -2999,7 +2685,7 @@ R V 1960 o - O lastSu 2 0 S R V 1961 o - S lastSu 2 0 S R V 1962 1963 - O lastSu 2 0 S -Z America/Indiana/Vincennes -5:50:7 - LMT 1883 N 18 12:9:53 +Z America/Indiana/Vincennes -5:50:7 - LMT 1883 N 18 18u -6 u C%sT 1946 -6 V C%sT 1964 Ap 26 2 -5 - EST 1969 @@ -3011,7 +2697,7 @@ R Pe 1955 1960 - S lastSu 2 0 S R Pe 1956 1963 - Ap lastSu 2 1 D R Pe 1961 1963 - O lastSu 2 0 S -Z America/Indiana/Tell_City -5:47:3 - LMT 1883 N 18 12:12:57 +Z America/Indiana/Tell_City -5:47:3 - LMT 1883 N 18 18u -6 u C%sT 1946 -6 Pe C%sT 1964 Ap 26 2 -5 - EST 1967 O 29 2 @@ -3023,7 +2709,7 @@ R Pi 1955 1960 - S lastSu 2 0 S R Pi 1956 1964 - Ap lastSu 2 1 D R Pi 1961 1964 - O lastSu 2 0 S -Z America/Indiana/Petersburg -5:49:7 - LMT 1883 N 18 12:10:53 +Z America/Indiana/Petersburg -5:49:7 - LMT 1883 N 18 18u -6 u C%sT 1955 -6 Pi C%sT 1965 Ap 25 2 -5 - EST 1966 O 30 2 @@ -3036,7 +2722,7 @@ R St 1955 1956 - O lastSu 2 0 S R St 1957 1958 - S lastSu 2 0 S R St 1959 1961 - O lastSu 2 0 S -Z America/Indiana/Knox -5:46:30 - LMT 1883 N 18 12:13:30 +Z America/Indiana/Knox -5:46:30 - LMT 1883 N 18 18u -6 u C%sT 1947 -6 St C%sT 1962 Ap 29 2 -5 - EST 1963 O 27 2 @@ -3047,7 +2733,7 @@ R Pu 1946 1954 - S lastSu 2 0 S R Pu 1955 1956 - O lastSu 2 0 S R Pu 1957 1960 - S lastSu 2 0 S -Z America/Indiana/Winamac -5:46:25 - LMT 1883 N 18 12:13:35 +Z America/Indiana/Winamac -5:46:25 - LMT 1883 N 18 18u -6 u C%sT 1946 -6 Pu C%sT 1961 Ap 30 2 -5 - EST 1969 @@ -3055,7 +2741,7 @@ -5 - EST 2006 Ap 2 2 -6 u C%sT 2007 Mar 11 2 -5 u E%sT -Z America/Indiana/Vevay -5:40:16 - LMT 1883 N 18 12:19:44 +Z America/Indiana/Vevay -5:40:16 - LMT 1883 N 18 18u -6 u C%sT 1954 Ap 25 2 -5 - EST 1969 -5 u E%sT 1973 @@ -3070,7 +2756,7 @@ R v 1950 1961 - Ap lastSu 2 1 D R v 1950 1955 - S lastSu 2 0 S R v 1956 1961 - O lastSu 2 0 S -Z America/Kentucky/Louisville -5:43:2 - LMT 1883 N 18 12:16:58 +Z America/Kentucky/Louisville -5:43:2 - LMT 1883 N 18 18u -6 u C%sT 1921 -6 v C%sT 1942 -6 u C%sT 1946 @@ -3079,7 +2765,7 @@ -5 u E%sT 1974 Ja 6 2 -6 1 CDT 1974 O 27 2 -5 u E%sT -Z America/Kentucky/Monticello -5:39:24 - LMT 1883 N 18 12:20:36 +Z America/Kentucky/Monticello -5:39:24 - LMT 1883 N 18 18u -6 u C%sT 1946 -6 - CST 1968 -6 u C%sT 2000 O 29 2 @@ -3256,22 +2942,6 @@ -5 C E%sT 1946 -5 t E%sT 1974 -5 C E%sT -L America/Toronto America/Nassau -Z America/Thunder_Bay -5:57 - LMT 1895 --6 - CST 1910 --5 - EST 1942 --5 C E%sT 1970 --5 t E%sT 1973 --5 - EST 1974 --5 C E%sT -Z America/Nipigon -5:53:4 - LMT 1895 --5 C E%sT 1940 S 29 --5 1 EDT 1942 F 9 2s --5 C E%sT -Z America/Rainy_River -6:18:16 - LMT 1895 --6 C C%sT 1940 S 29 --6 1 CDT 1942 F 9 2s --6 C C%sT R W 1916 o - Ap 23 0 1 D R W 1916 o - S 17 0 0 S R W 1918 o - Ap 14 2 1 D @@ -3421,6 +3091,8 @@ -8 Y P%sT 1980 -8 C P%sT 2020 N -7 - MST +R m 1931 o - May 1 23 1 D +R m 1931 o - O 1 0 0 S R m 1939 o - F 5 0 1 D R m 1939 o - Jun 25 0 0 S R m 1940 o - D 9 0 1 D @@ -3433,89 +3105,79 @@ R m 1996 2000 - O lastSu 2 0 S R m 2001 o - May Su>=1 2 1 D R m 2001 o - S lastSu 2 0 S -R m 2002 ma - Ap Su>=1 2 1 D -R m 2002 ma - O lastSu 2 0 S -Z America/Cancun -5:47:4 - LMT 1922 Ja 1 0:12:56 +R m 2002 2022 - Ap Su>=1 2 1 D +R m 2002 2022 - O lastSu 2 0 S +Z America/Cancun -5:47:4 - LMT 1922 Ja 1 6u -6 - CST 1981 D 23 -5 m E%sT 1998 Au 2 2 -6 m C%sT 2015 F 1 2 -5 - EST -Z America/Merida -5:58:28 - LMT 1922 Ja 1 0:1:32 +Z America/Merida -5:58:28 - LMT 1922 Ja 1 6u -6 - CST 1981 D 23 -5 - EST 1982 D 2 -6 m C%sT -Z America/Matamoros -6:40 - LMT 1921 D 31 23:20 +Z America/Matamoros -6:30 - LMT 1922 Ja 1 6u -6 - CST 1988 -6 u C%sT 1989 -6 m C%sT 2010 -6 u C%sT -Z America/Monterrey -6:41:16 - LMT 1921 D 31 23:18:44 +Z America/Monterrey -6:41:16 - LMT 1922 Ja 1 6u -6 - CST 1988 -6 u C%sT 1989 -6 m C%sT -Z America/Mexico_City -6:36:36 - LMT 1922 Ja 1 0:23:24 +Z America/Mexico_City -6:36:36 - LMT 1922 Ja 1 7u -7 - MST 1927 Jun 10 23 -6 - CST 1930 N 15 --7 - MST 1931 May 1 23 --6 - CST 1931 O --7 - MST 1932 Ap +-7 m M%sT 1932 Ap -6 m C%sT 2001 S 30 2 -6 - CST 2002 F 20 -6 m C%sT -Z America/Ojinaga -6:57:40 - LMT 1922 Ja 1 0:2:20 +Z America/Ojinaga -6:57:40 - LMT 1922 Ja 1 7u -7 - MST 1927 Jun 10 23 -6 - CST 1930 N 15 --7 - MST 1931 May 1 23 --6 - CST 1931 O --7 - MST 1932 Ap +-7 m M%sT 1932 Ap -6 - CST 1996 -6 m C%sT 1998 -6 - CST 1998 Ap Su>=1 3 -7 m M%sT 2010 --7 u M%sT -Z America/Chihuahua -7:4:20 - LMT 1921 D 31 23:55:40 +-7 u M%sT 2022 O 30 2 +-6 - CST +Z America/Chihuahua -7:4:20 - LMT 1922 Ja 1 7u -7 - MST 1927 Jun 10 23 -6 - CST 1930 N 15 --7 - MST 1931 May 1 23 --6 - CST 1931 O --7 - MST 1932 Ap +-7 m M%sT 1932 Ap -6 - CST 1996 -6 m C%sT 1998 -6 - CST 1998 Ap Su>=1 3 --7 m M%sT -Z America/Hermosillo -7:23:52 - LMT 1921 D 31 23:36:8 +-7 m M%sT 2022 O 30 2 +-6 - CST +Z America/Hermosillo -7:23:52 - LMT 1922 Ja 1 7u -7 - MST 1927 Jun 10 23 -6 - CST 1930 N 15 --7 - MST 1931 May 1 23 --6 - CST 1931 O --7 - MST 1932 Ap +-7 m M%sT 1932 Ap -6 - CST 1942 Ap 24 -7 - MST 1949 Ja 14 -8 - PST 1970 -7 m M%sT 1999 -7 - MST -Z America/Mazatlan -7:5:40 - LMT 1921 D 31 23:54:20 +Z America/Mazatlan -7:5:40 - LMT 1922 Ja 1 7u -7 - MST 1927 Jun 10 23 -6 - CST 1930 N 15 --7 - MST 1931 May 1 23 --6 - CST 1931 O --7 - MST 1932 Ap +-7 m M%sT 1932 Ap -6 - CST 1942 Ap 24 -7 - MST 1949 Ja 14 -8 - PST 1970 -7 m M%sT -Z America/Bahia_Banderas -7:1 - LMT 1921 D 31 23:59 +Z America/Bahia_Banderas -7:1 - LMT 1922 Ja 1 7u -7 - MST 1927 Jun 10 23 -6 - CST 1930 N 15 --7 - MST 1931 May 1 23 --6 - CST 1931 O --7 - MST 1932 Ap +-7 m M%sT 1932 Ap -6 - CST 1942 Ap 24 -7 - MST 1949 Ja 14 -8 - PST 1970 -7 m M%sT 2010 Ap 4 2 -6 m C%sT -Z America/Tijuana -7:48:4 - LMT 1922 Ja 1 0:11:56 +Z America/Tijuana -7:48:4 - LMT 1922 Ja 1 7u -7 - MST 1924 -8 - PST 1927 Jun 10 23 -7 - MST 1930 N 15 @@ -3707,31 +3369,10 @@ Z America/Panama -5:18:8 - LMT 1890 -5:19:36 - CMT 1908 Ap 22 -5 - EST -L America/Panama America/Atikokan -L America/Panama America/Cayman Z America/Puerto_Rico -4:24:25 - LMT 1899 Mar 28 12 -4 - AST 1942 May 3 -4 u A%sT 1946 -4 - AST -L America/Puerto_Rico America/Anguilla -L America/Puerto_Rico America/Antigua -L America/Puerto_Rico America/Aruba -L America/Puerto_Rico America/Curacao -L America/Puerto_Rico America/Blanc-Sablon -L America/Puerto_Rico America/Dominica -L America/Puerto_Rico America/Grenada -L America/Puerto_Rico America/Guadeloupe -L America/Puerto_Rico America/Kralendijk -L America/Puerto_Rico America/Lower_Princes -L America/Puerto_Rico America/Marigot -L America/Puerto_Rico America/Montserrat -L America/Puerto_Rico America/Port_of_Spain -L America/Puerto_Rico America/St_Barthelemy -L America/Puerto_Rico America/St_Kitts -L America/Puerto_Rico America/St_Lucia -L America/Puerto_Rico America/St_Thomas -L America/Puerto_Rico America/St_Vincent -L America/Puerto_Rico America/Tortola Z America/Miquelon -3:44:40 - LMT 1911 May 15 -4 - AST 1980 May -3 - -03 1987 @@ -4089,7 +3730,9 @@ R x 2016 2018 - May Su>=9 3u 0 - R x 2016 2018 - Au Su>=9 4u 1 - R x 2019 ma - Ap Su>=2 3u 0 - -R x 2019 ma - S Su>=2 4u 1 - +R x 2019 2021 - S Su>=2 4u 1 - +R x 2022 o - S Su>=9 4u 1 - +R x 2023 ma - S Su>=2 4u 1 - Z America/Santiago -4:42:45 - LMT 1890 -4:42:45 - SMT 1910 Ja 10 -5 - -05 1916 Jul @@ -4099,9 +3742,9 @@ -5 x -05/-04 1932 S -4 - -04 1942 Jun -5 - -05 1942 Au --4 - -04 1946 Jul 15 --4 1 -03 1946 S --4 - -04 1947 Ap +-4 - -04 1946 Jul 14 24 +-4 1 -03 1946 Au 28 24 +-5 1 -04 1947 Mar 31 24 -5 - -05 1947 May 21 23 -4 x -04/-03 Z America/Punta_Arenas -4:43:40 - LMT 1890 @@ -4113,7 +3756,8 @@ -5 x -05/-04 1932 S -4 - -04 1942 Jun -5 - -05 1942 Au --4 - -04 1947 Ap +-4 - -04 1946 Au 28 24 +-5 1 -04 1947 Mar 31 24 -5 - -05 1947 May 21 23 -4 x -04/-03 2016 D 4 -3 - -03 @@ -4277,15 +3921,9 @@ -4 - -04 2007 D 9 3 -4:30 - -0430 2016 May 1 2:30 -4 - -04 -Z Etc/GMT 0 - GMT Z Etc/UTC 0 - UTC +Z Etc/GMT 0 - GMT L Etc/GMT GMT -L Etc/UTC Etc/Universal -L Etc/UTC Etc/Zulu -L Etc/GMT Etc/Greenwich -L Etc/GMT Etc/GMT-0 -L Etc/GMT Etc/GMT+0 -L Etc/GMT Etc/GMT0 Z Etc/GMT-14 14 - +14 Z Etc/GMT-13 13 - +13 Z Etc/GMT-12 12 - +12 @@ -4313,49 +3951,7 @@ Z Etc/GMT+11 -11 - -11 Z Etc/GMT+12 -12 - -12 Z Factory 0 - -00 -L Africa/Nairobi Africa/Asmera -L Africa/Abidjan Africa/Timbuktu -L America/Argentina/Catamarca America/Argentina/ComodRivadavia -L America/Adak America/Atka -L America/Argentina/Buenos_Aires America/Buenos_Aires -L America/Argentina/Catamarca America/Catamarca -L America/Panama America/Coral_Harbour -L America/Argentina/Cordoba America/Cordoba -L America/Tijuana America/Ensenada -L America/Indiana/Indianapolis America/Fort_Wayne -L America/Nuuk America/Godthab -L America/Indiana/Indianapolis America/Indianapolis -L America/Argentina/Jujuy America/Jujuy -L America/Indiana/Knox America/Knox_IN -L America/Kentucky/Louisville America/Louisville -L America/Argentina/Mendoza America/Mendoza -L America/Toronto America/Montreal -L America/Rio_Branco America/Porto_Acre -L America/Argentina/Cordoba America/Rosario -L America/Tijuana America/Santa_Isabel -L America/Denver America/Shiprock -L America/Puerto_Rico America/Virgin -L Pacific/Auckland Antarctica/South_Pole -L Asia/Ashgabat Asia/Ashkhabad -L Asia/Kolkata Asia/Calcutta -L Asia/Shanghai Asia/Chongqing -L Asia/Shanghai Asia/Chungking -L Asia/Dhaka Asia/Dacca -L Asia/Shanghai Asia/Harbin -L Asia/Urumqi Asia/Kashgar -L Asia/Kathmandu Asia/Katmandu -L Asia/Macau Asia/Macao -L Asia/Yangon Asia/Rangoon -L Asia/Ho_Chi_Minh Asia/Saigon -L Asia/Jerusalem Asia/Tel_Aviv -L Asia/Thimphu Asia/Thimbu -L Asia/Makassar Asia/Ujung_Pandang -L Asia/Ulaanbaatar Asia/Ulan_Bator -L Atlantic/Faroe Atlantic/Faeroe -L Europe/Oslo Atlantic/Jan_Mayen L Australia/Sydney Australia/ACT -L Australia/Sydney Australia/Canberra -L Australia/Hobart Australia/Currie L Australia/Lord_Howe Australia/LHI L Australia/Sydney Australia/NSW L Australia/Darwin Australia/North @@ -4382,9 +3978,13 @@ L America/Havana Cuba L Africa/Cairo Egypt L Europe/Dublin Eire +L Etc/GMT Etc/GMT+0 +L Etc/GMT Etc/GMT-0 +L Etc/GMT Etc/GMT0 +L Etc/GMT Etc/Greenwich L Etc/UTC Etc/UCT -L Europe/London Europe/Belfast -L Europe/Chisinau Europe/Tiraspol +L Etc/UTC Etc/Universal +L Etc/UTC Etc/Zulu L Europe/London GB L Europe/London GB-Eire L Etc/GMT GMT+0 @@ -4392,7 +3992,7 @@ L Etc/GMT GMT0 L Etc/GMT Greenwich L Asia/Hong_Kong Hongkong -L Atlantic/Reykjavik Iceland +L Africa/Abidjan Iceland L Asia/Tehran Iran L Asia/Jerusalem Israel L America/Jamaica Jamaica @@ -4406,12 +4006,6 @@ L Pacific/Chatham NZ-CHAT L America/Denver Navajo L Asia/Shanghai PRC -L Pacific/Kanton Pacific/Enderbury -L Pacific/Honolulu Pacific/Johnston -L Pacific/Pohnpei Pacific/Ponape -L Pacific/Pago_Pago Pacific/Samoa -L Pacific/Chuuk Pacific/Truk -L Pacific/Chuuk Pacific/Yap L Europe/Warsaw Poland L Europe/Lisbon Portugal L Asia/Taipei ROC @@ -4435,3 +4029,168 @@ L Etc/UTC Universal L Europe/Moscow W-SU L Etc/UTC Zulu +L America/Argentina/Buenos_Aires America/Buenos_Aires +L America/Argentina/Catamarca America/Catamarca +L America/Argentina/Cordoba America/Cordoba +L America/Indiana/Indianapolis America/Indianapolis +L America/Argentina/Jujuy America/Jujuy +L America/Indiana/Knox America/Knox_IN +L America/Kentucky/Louisville America/Louisville +L America/Argentina/Mendoza America/Mendoza +L America/Puerto_Rico America/Virgin +L Pacific/Pago_Pago Pacific/Samoa +L Africa/Abidjan Africa/Accra +L Africa/Nairobi Africa/Addis_Ababa +L Africa/Nairobi Africa/Asmara +L Africa/Abidjan Africa/Bamako +L Africa/Lagos Africa/Bangui +L Africa/Abidjan Africa/Banjul +L Africa/Maputo Africa/Blantyre +L Africa/Lagos Africa/Brazzaville +L Africa/Maputo Africa/Bujumbura +L Africa/Abidjan Africa/Conakry +L Africa/Abidjan Africa/Dakar +L Africa/Nairobi Africa/Dar_es_Salaam +L Africa/Nairobi Africa/Djibouti +L Africa/Lagos Africa/Douala +L Africa/Abidjan Africa/Freetown +L Africa/Maputo Africa/Gaborone +L Africa/Maputo Africa/Harare +L Africa/Nairobi Africa/Kampala +L Africa/Maputo Africa/Kigali +L Africa/Lagos Africa/Kinshasa +L Africa/Lagos Africa/Libreville +L Africa/Abidjan Africa/Lome +L Africa/Lagos Africa/Luanda +L Africa/Maputo Africa/Lubumbashi +L Africa/Maputo Africa/Lusaka +L Africa/Lagos Africa/Malabo +L Africa/Johannesburg Africa/Maseru +L Africa/Johannesburg Africa/Mbabane +L Africa/Nairobi Africa/Mogadishu +L Africa/Lagos Africa/Niamey +L Africa/Abidjan Africa/Nouakchott +L Africa/Abidjan Africa/Ouagadougou +L Africa/Lagos Africa/Porto-Novo +L America/Puerto_Rico America/Anguilla +L America/Puerto_Rico America/Antigua +L America/Puerto_Rico America/Aruba +L America/Panama America/Atikokan +L America/Puerto_Rico America/Blanc-Sablon +L America/Panama America/Cayman +L America/Phoenix America/Creston +L America/Puerto_Rico America/Curacao +L America/Puerto_Rico America/Dominica +L America/Puerto_Rico America/Grenada +L America/Puerto_Rico America/Guadeloupe +L America/Puerto_Rico America/Kralendijk +L America/Puerto_Rico America/Lower_Princes +L America/Puerto_Rico America/Marigot +L America/Puerto_Rico America/Montserrat +L America/Toronto America/Nassau +L America/Puerto_Rico America/Port_of_Spain +L America/Puerto_Rico America/St_Barthelemy +L America/Puerto_Rico America/St_Kitts +L America/Puerto_Rico America/St_Lucia +L America/Puerto_Rico America/St_Thomas +L America/Puerto_Rico America/St_Vincent +L America/Puerto_Rico America/Tortola +L Pacific/Port_Moresby Antarctica/DumontDUrville +L Pacific/Auckland Antarctica/McMurdo +L Asia/Riyadh Antarctica/Syowa +L Asia/Urumqi Antarctica/Vostok +L Europe/Berlin Arctic/Longyearbyen +L Asia/Riyadh Asia/Aden +L Asia/Qatar Asia/Bahrain +L Asia/Kuching Asia/Brunei +L Asia/Singapore Asia/Kuala_Lumpur +L Asia/Riyadh Asia/Kuwait +L Asia/Dubai Asia/Muscat +L Asia/Bangkok Asia/Phnom_Penh +L Asia/Bangkok Asia/Vientiane +L Africa/Abidjan Atlantic/Reykjavik +L Africa/Abidjan Atlantic/St_Helena +L Europe/Brussels Europe/Amsterdam +L Europe/Prague Europe/Bratislava +L Europe/Zurich Europe/Busingen +L Europe/Berlin Europe/Copenhagen +L Europe/London Europe/Guernsey +L Europe/London Europe/Isle_of_Man +L Europe/London Europe/Jersey +L Europe/Belgrade Europe/Ljubljana +L Europe/Brussels Europe/Luxembourg +L Europe/Helsinki Europe/Mariehamn +L Europe/Paris Europe/Monaco +L Europe/Berlin Europe/Oslo +L Europe/Belgrade Europe/Podgorica +L Europe/Rome Europe/San_Marino +L Europe/Belgrade Europe/Sarajevo +L Europe/Belgrade Europe/Skopje +L Europe/Berlin Europe/Stockholm +L Europe/Zurich Europe/Vaduz +L Europe/Rome Europe/Vatican +L Europe/Belgrade Europe/Zagreb +L Africa/Nairobi Indian/Antananarivo +L Asia/Bangkok Indian/Christmas +L Asia/Yangon Indian/Cocos +L Africa/Nairobi Indian/Comoro +L Indian/Maldives Indian/Kerguelen +L Asia/Dubai Indian/Mahe +L Africa/Nairobi Indian/Mayotte +L Asia/Dubai Indian/Reunion +L Pacific/Port_Moresby Pacific/Chuuk +L Pacific/Tarawa Pacific/Funafuti +L Pacific/Tarawa Pacific/Majuro +L Pacific/Pago_Pago Pacific/Midway +L Pacific/Guadalcanal Pacific/Pohnpei +L Pacific/Guam Pacific/Saipan +L Pacific/Tarawa Pacific/Wake +L Pacific/Tarawa Pacific/Wallis +L Africa/Abidjan Africa/Timbuktu +L America/Argentina/Catamarca America/Argentina/ComodRivadavia +L America/Adak America/Atka +L America/Panama America/Coral_Harbour +L America/Tijuana America/Ensenada +L America/Indiana/Indianapolis America/Fort_Wayne +L America/Toronto America/Montreal +L America/Toronto America/Nipigon +L America/Rio_Branco America/Porto_Acre +L America/Winnipeg America/Rainy_River +L America/Argentina/Cordoba America/Rosario +L America/Tijuana America/Santa_Isabel +L America/Denver America/Shiprock +L America/Toronto America/Thunder_Bay +L Pacific/Auckland Antarctica/South_Pole +L Asia/Shanghai Asia/Chongqing +L Asia/Shanghai Asia/Harbin +L Asia/Urumqi Asia/Kashgar +L Asia/Jerusalem Asia/Tel_Aviv +L Europe/Berlin Atlantic/Jan_Mayen +L Australia/Sydney Australia/Canberra +L Australia/Hobart Australia/Currie +L Europe/London Europe/Belfast +L Europe/Chisinau Europe/Tiraspol +L Europe/Kyiv Europe/Uzhgorod +L Europe/Kyiv Europe/Zaporozhye +L Pacific/Kanton Pacific/Enderbury +L Pacific/Honolulu Pacific/Johnston +L Pacific/Port_Moresby Pacific/Yap +L Africa/Nairobi Africa/Asmera +L America/Nuuk America/Godthab +L Asia/Ashgabat Asia/Ashkhabad +L Asia/Kolkata Asia/Calcutta +L Asia/Shanghai Asia/Chungking +L Asia/Dhaka Asia/Dacca +L Europe/Istanbul Asia/Istanbul +L Asia/Kathmandu Asia/Katmandu +L Asia/Macau Asia/Macao +L Asia/Yangon Asia/Rangoon +L Asia/Ho_Chi_Minh Asia/Saigon +L Asia/Thimphu Asia/Thimbu +L Asia/Makassar Asia/Ujung_Pandang +L Asia/Ulaanbaatar Asia/Ulan_Bator +L Atlantic/Faroe Atlantic/Faeroe +L Europe/Kyiv Europe/Kiev +L Asia/Nicosia Europe/Nicosia +L Pacific/Guadalcanal Pacific/Ponape +L Pacific/Port_Moresby Pacific/Truk